body {
    visibility: visible !important;
    -webkit-transition: 0.35s ease 0s;
    -moz-transition: 0.35s ease 0s;
    -o-transition: 0.35s ease 0s;
    transition: 0.35s ease 0s;
}

/**
 * Grid Sytem
 * ----------------------------------------------------------------------------- *
 */
.bdaia-container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
    .bdaia-container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .bdaia-container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .bdaia-container {
        width: 1240px;
    }
}
.bdaia-container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.bdaia-row {
    margin-right: -15px;
    margin-left: -15px;
}

.bdaia-container:before,
.bdaia-container:after,
.bdaia-container-fluid:before,
.bdaia-container-fluid:after,
.bdaia-row:before,
.bdaia-row:after
{
    display: table;
    content: "";
}

.bdaia-container:after, .bdaia-container-fluid:after, .bdaia-row:after { clear: both }

.bd-col-xs-1, .bd-col-sm-1, .bd-col-md-1, .bd-col-lg-1, .bd-col-xs-2, .bd-col-sm-2, .bd-col-md-2, .bd-col-lg-2, .bd-col-xs-3, .bd-col-sm-3, .bd-col-md-3, .bd-col-lg-3, .bd-col-xs-4, .bd-col-sm-4, .bd-col-md-4, .bd-col-lg-4, .bd-col-xs-5, .bd-col-sm-5, .bd-col-md-5, .bd-col-lg-5, .bd-col-xs-6, .bd-col-sm-6, .bd-col-md-6, .bd-col-lg-6, .bd-col-xs-7, .bd-col-sm-7, .bd-col-md-7, .bd-col-lg-7, .bd-col-xs-8, .bd-col-sm-8, .bd-col-md-8, .bd-col-lg-8, .bd-col-xs-9, .bd-col-sm-9, .bd-col-md-9, .bd-col-lg-9, .bd-col-xs-10, .bd-col-sm-10, .bd-col-md-10, .bd-col-lg-10, .bd-col-xs-11, .bd-col-sm-11, .bd-col-md-11, .bd-col-lg-11, .bd-col-xs-12, .bd-col-sm-12, .bd-col-md-12, .bd-col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.bd-col-xs-1, .bd-col-xs-2, .bd-col-xs-3, .bd-col-xs-4, .bd-col-xs-5, .bd-col-xs-6, .bd-col-xs-7, .bd-col-xs-8, .bd-col-xs-9, .bd-col-xs-10, .bd-col-xs-11, .bd-col-xs-12 {
    float: left;
}
.rtl .bd-col-xs-1, .rtl .bd-col-xs-2, .rtl .bd-col-xs-3, .rtl .bd-col-xs-4, .rtl .bd-col-xs-5, .rtl .bd-col-xs-6, .rtl .bd-col-xs-7, .rtl .bd-col-xs-8, .rtl .bd-col-xs-9, .rtl .bd-col-xs-10, .rtl .bd-col-xs-11, .rtl .bd-col-xs-12 {
    float: right;
}
.bd-col-xs-12 {
    width: 100%;
}
.bd-col-xs-11 {
    width: 91.66666667%;
}
.bd-col-xs-10 {
    width: 83.33333333%;
}
.bd-col-xs-9 {
    width: 75%;
}
.bd-col-xs-8 {
    width: 66.66666667%;
}
.bd-col-xs-7 {
    width: 58.33333333%;
}
.bd-col-xs-6 {
    width: 50%;
}
.bd-col-xs-5 {
    width: 41.66666667%;
}
.bd-col-xs-4 {
    width: 33.33333333%;
}
.bd-col-xs-3 {
    width: 25%;
}
.bd-col-xs-2 {
    width: 16.66666667%;
}
.bd-col-xs-1 {
    width: 8.33333333%;
}
.bd-col-xs-pull-12 {
    right: 100%;
}
.bd-col-xs-pull-11 {
    right: 91.66666667%;
}
.bd-col-xs-pull-10 {
    right: 83.33333333%;
}
.bd-col-xs-pull-9 {
    right: 75%;
}
.bd-col-xs-pull-8 {
    right: 66.66666667%;
}
.bd-col-xs-pull-7 {
    right: 58.33333333%;
}
.bd-col-xs-pull-6 {
    right: 50%;
}
.bd-col-xs-pull-5 {
    right: 41.66666667%;
}
.bd-col-xs-pull-4 {
    right: 33.33333333%;
}
.bd-col-xs-pull-3 {
    right: 25%;
}
.bd-col-xs-pull-2 {
    right: 16.66666667%;
}
.bd-col-xs-pull-1 {
    right: 8.33333333%;
}
.bd-col-xs-pull-0 {
    right: auto;
}
.bd-col-xs-push-12 {
    left: 100%;
}
.bd-col-xs-push-11 {
    left: 91.66666667%;
}
.bd-col-xs-push-10 {
    left: 83.33333333%;
}
.bd-col-xs-push-9 {
    left: 75%;
}
.bd-col-xs-push-8 {
    left: 66.66666667%;
}
.bd-col-xs-push-7 {
    left: 58.33333333%;
}
.bd-col-xs-push-6 {
    left: 50%;
}
.bd-col-xs-push-5 {
    left: 41.66666667%;
}
.bd-col-xs-push-4 {
    left: 33.33333333%;
}
.bd-col-xs-push-3 {
    left: 25%;
}
.bd-col-xs-push-2 {
    left: 16.66666667%;
}
.bd-col-xs-push-1 {
    left: 8.33333333%;
}
.bd-col-xs-push-0 {
    left: auto;
}
.bd-col-xs-offset-12 {
    margin-left: 100%;
}
.bd-col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.bd-col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.bd-col-xs-offset-9 {
    margin-left: 75%;
}
.bd-col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.bd-col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.bd-col-xs-offset-6 {
    margin-left: 50%;
}
.bd-col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.bd-col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.bd-col-xs-offset-3 {
    margin-left: 25%;
}
.bd-col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.bd-col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.bd-col-xs-offset-0 {
    margin-left: 0;
}
@media (min-width: 768px) {
    .bd-col-sm-1, .bd-col-sm-2, .bd-col-sm-3, .bd-col-sm-4, .bd-col-sm-5, .bd-col-sm-6, .bd-col-sm-7, .bd-col-sm-8, .bd-col-sm-9, .bd-col-sm-10, .bd-col-sm-11, .bd-col-sm-12 {
        float: left;
    }
    .rtl .bd-col-sm-1, .rtl .bd-col-sm-2, .rtl .bd-col-sm-3, .rtl .bd-col-sm-4, .rtl .bd-col-sm-5, .rtl .bd-col-sm-6, .rtl .bd-col-sm-7, .rtl .bd-col-sm-8, .rtl .bd-col-sm-9, .rtl .bd-col-sm-10, .rtl .bd-col-sm-11, .rtl .bd-col-sm-12 {
        float: right;
    }
    .bd-col-sm-12 {
        width: 100%;
    }
    .bd-col-sm-11 {
        width: 91.66666667%;
    }
    .bd-col-sm-10 {
        width: 83.33333333%;
    }
    .bd-col-sm-9 {
        width: 75%;
    }
    .bd-col-sm-8 {
        width: 66.66666667%;
    }
    .bd-col-sm-7 {
        width: 58.33333333%;
    }
    .bd-col-sm-6 {
        width: 50%;
    }
    .bd-col-sm-5 {
        width: 41.66666667%;
    }
    .bd-col-sm-4 {
        width: 33.33333333%;
    }
    .bd-col-sm-3 {
        width: 25%;
    }
    .bd-col-sm-2 {
        width: 16.66666667%;
    }
    .bd-col-sm-1 {
        width: 8.33333333%;
    }
    .bd-col-sm-pull-12 {
        right: 100%;
    }
    .bd-col-sm-pull-11 {
        right: 91.66666667%;
    }
    .bd-col-sm-pull-10 {
        right: 83.33333333%;
    }
    .bd-col-sm-pull-9 {
        right: 75%;
    }
    .bd-col-sm-pull-8 {
        right: 66.66666667%;
    }
    .bd-col-sm-pull-7 {
        right: 58.33333333%;
    }
    .bd-col-sm-pull-6 {
        right: 50%;
    }
    .bd-col-sm-pull-5 {
        right: 41.66666667%;
    }
    .bd-col-sm-pull-4 {
        right: 33.33333333%;
    }
    .bd-col-sm-pull-3 {
        right: 25%;
    }
    .bd-col-sm-pull-2 {
        right: 16.66666667%;
    }
    .bd-col-sm-pull-1 {
        right: 8.33333333%;
    }
    .bd-col-sm-pull-0 {
        right: auto;
    }
    .bd-col-sm-push-12 {
        left: 100%;
    }
    .bd-col-sm-push-11 {
        left: 91.66666667%;
    }
    .bd-col-sm-push-10 {
        left: 83.33333333%;
    }
    .bd-col-sm-push-9 {
        left: 75%;
    }
    .bd-col-sm-push-8 {
        left: 66.66666667%;
    }
    .bd-col-sm-push-7 {
        left: 58.33333333%;
    }
    .bd-col-sm-push-6 {
        left: 50%;
    }
    .bd-col-sm-push-5 {
        left: 41.66666667%;
    }
    .bd-col-sm-push-4 {
        left: 33.33333333%;
    }
    .bd-col-sm-push-3 {
        left: 25%;
    }
    .bd-col-sm-push-2 {
        left: 16.66666667%;
    }
    .bd-col-sm-push-1 {
        left: 8.33333333%;
    }
    .bd-col-sm-push-0 {
        left: auto;
    }
    .bd-col-sm-offset-12 {
        margin-left: 100%;
    }
    .bd-col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .bd-col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .bd-col-sm-offset-9 {
        margin-left: 75%;
    }
    .bd-col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .bd-col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .bd-col-sm-offset-6 {
        margin-left: 50%;
    }
    .bd-col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .bd-col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .bd-col-sm-offset-3 {
        margin-left: 25%;
    }
    .bd-col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .bd-col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .bd-col-sm-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 992px) {
    .bd-col-md-1, .bd-col-md-2, .bd-col-md-3, .bd-col-md-4, .bd-col-md-5, .bd-col-md-6, .bd-col-md-7, .bd-col-md-8, .bd-col-md-9, .bd-col-md-10, .bd-col-md-11, .bd-col-md-12 {
        float: left;
    }
    .rtl .bd-col-md-1, .rtl .bd-col-md-2, .rtl .bd-col-md-3, .rtl .bd-col-md-4, .rtl .bd-col-md-5, .rtl .bd-col-md-6, .rtl .bd-col-md-7, .rtl .bd-col-md-8, .rtl .bd-col-md-9, .rtl .bd-col-md-10, .rtl .bd-col-md-11, .rtl .bd-col-md-12 {
        float: right;
    }
    .bd-col-md-12 {
        width: 100%;
    }
    .bd-col-md-11 {
        width: 91.66666667%;
    }
    .bd-col-md-10 {
        width: 83.33333333%;
    }
    .bd-col-md-9 {
        width: 75%;
    }
    .bd-col-md-8 {
        width: 66.66666667%;
    }
    .bd-col-md-7 {
        width: 58.33333333%;
    }
    .bd-col-md-6 {
        width: 50%;
    }
    .bd-col-md-5 {
        width: 41.66666667%;
    }
    .bd-col-md-4 {
        width: 33.33333333%;
    }
    .bd-col-md-3 {
        width: 25%;
    }
    .bd-col-md-2 {
        width: 16.66666667%;
    }
    .bd-col-md-1 {
        width: 8.33333333%;
    }
    .bd-col-md-pull-12 {
        right: 100%;
    }
    .bd-col-md-pull-11 {
        right: 91.66666667%;
    }
    .bd-col-md-pull-10 {
        right: 83.33333333%;
    }
    .bd-col-md-pull-9 {
        right: 75%;
    }
    .bd-col-md-pull-8 {
        right: 66.66666667%;
    }
    .bd-col-md-pull-7 {
        right: 58.33333333%;
    }
    .bd-col-md-pull-6 {
        right: 50%;
    }
    .bd-col-md-pull-5 {
        right: 41.66666667%;
    }
    .bd-col-md-pull-4 {
        right: 33.33333333%;
    }
    .bd-col-md-pull-3 {
        right: 25%;
    }
    .bd-col-md-pull-2 {
        right: 16.66666667%;
    }
    .bd-col-md-pull-1 {
        right: 8.33333333%;
    }
    .bd-col-md-pull-0 {
        right: auto;
    }
    .bd-col-md-push-12 {
        left: 100%;
    }
    .bd-col-md-push-11 {
        left: 91.66666667%;
    }
    .bd-col-md-push-10 {
        left: 83.33333333%;
    }
    .bd-col-md-push-9 {
        left: 75%;
    }
    .bd-col-md-push-8 {
        left: 66.66666667%;
    }
    .bd-col-md-push-7 {
        left: 58.33333333%;
    }
    .bd-col-md-push-6 {
        left: 50%;
    }
    .bd-col-md-push-5 {
        left: 41.66666667%;
    }
    .bd-col-md-push-4 {
        left: 33.33333333%;
    }
    .bd-col-md-push-3 {
        left: 25%;
    }
    .bd-col-md-push-2 {
        left: 16.66666667%;
    }
    .bd-col-md-push-1 {
        left: 8.33333333%;
    }
    .bd-col-md-push-0 {
        left: auto;
    }
    .bd-col-md-offset-12 {
        margin-left: 100%;
    }
    .bd-col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .bd-col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .bd-col-md-offset-9 {
        margin-left: 75%;
    }
    .bd-col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .bd-col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .bd-col-md-offset-6 {
        margin-left: 50%;
    }
    .bd-col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .bd-col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .bd-col-md-offset-3 {
        margin-left: 25%;
    }
    .bd-col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .bd-col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .bd-col-md-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 1200px) {
    .bd-col-lg-1, .bd-col-lg-2, .bd-col-lg-3, .bd-col-lg-4, .bd-col-lg-5, .bd-col-lg-6, .bd-col-lg-7, .bd-col-lg-8, .bd-col-lg-9, .bd-col-lg-10, .bd-col-lg-11, .bd-col-lg-12 {
        float: left;
    }
    .rtl .bd-col-lg-1, .rtl .bd-col-lg-2, .rtl .bd-col-lg-3, .rtl .bd-col-lg-4, .rtl .bd-col-lg-5, .rtl .bd-col-lg-6, .rtl .bd-col-lg-7, .rtl .bd-col-lg-8, .rtl .bd-col-lg-9, .rtl .bd-col-lg-10, .rtl .bd-col-lg-11, .rtl .bd-col-lg-12 {
        float: right;
    }
    .bd-col-lg-12 {
        width: 100%;
    }
    .bd-col-lg-11 {
        width: 91.66666667%;
    }
    .bd-col-lg-10 {
        width: 83.33333333%;
    }
    .bd-col-lg-9 {
        width: 75%;
    }
    .bd-col-lg-8 {
        width: 66.66666667%;
    }
    .bd-col-lg-7 {
        width: 58.33333333%;
    }
    .bd-col-lg-6 {
        width: 50%;
    }
    .bd-col-lg-5 {
        width: 41.66666667%;
    }
    .bd-col-lg-4 {
        width: 33.33333333%;
    }
    .bd-col-lg-3 {
        width: 25%;
    }
    .bd-col-lg-2 {
        width: 16.66666667%;
    }
    .bd-col-lg-1 {
        width: 8.33333333%;
    }
    .bd-col-lg-pull-12 {
        right: 100%;
    }
    .bd-col-lg-pull-11 {
        right: 91.66666667%;
    }
    .bd-col-lg-pull-10 {
        right: 83.33333333%;
    }
    .bd-col-lg-pull-9 {
        right: 75%;
    }
    .bd-col-lg-pull-8 {
        right: 66.66666667%;
    }
    .bd-col-lg-pull-7 {
        right: 58.33333333%;
    }
    .bd-col-lg-pull-6 {
        right: 50%;
    }
    .bd-col-lg-pull-5 {
        right: 41.66666667%;
    }
    .bd-col-lg-pull-4 {
        right: 33.33333333%;
    }
    .bd-col-lg-pull-3 {
        right: 25%;
    }
    .bd-col-lg-pull-2 {
        right: 16.66666667%;
    }
    .bd-col-lg-pull-1 {
        right: 8.33333333%;
    }
    .bd-col-lg-pull-0 {
        right: auto;
    }
    .bd-col-lg-push-12 {
        left: 100%;
    }
    .bd-col-lg-push-11 {
        left: 91.66666667%;
    }
    .bd-col-lg-push-10 {
        left: 83.33333333%;
    }
    .bd-col-lg-push-9 {
        left: 75%;
    }
    .bd-col-lg-push-8 {
        left: 66.66666667%;
    }
    .bd-col-lg-push-7 {
        left: 58.33333333%;
    }
    .bd-col-lg-push-6 {
        left: 50%;
    }
    .bd-col-lg-push-5 {
        left: 41.66666667%;
    }
    .bd-col-lg-push-4 {
        left: 33.33333333%;
    }
    .bd-col-lg-push-3 {
        left: 25%;
    }
    .bd-col-lg-push-2 {
        left: 16.66666667%;
    }
    .bd-col-lg-push-1 {
        left: 8.33333333%;
    }
    .bd-col-lg-push-0 {
        left: auto;
    }
    .bd-col-lg-offset-12 {
        margin-left: 100%;
    }
    .bd-col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .bd-col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .bd-col-lg-offset-9 {
        margin-left: 75%;
    }
    .bd-col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .bd-col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .bd-col-lg-offset-6 {
        margin-left: 50%;
    }
    .bd-col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .bd-col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .bd-col-lg-offset-3 {
        margin-left: 25%;
    }
    .bd-col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .bd-col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .bd-col-lg-offset-0 {
        margin-left: 0;
    }
}

/**
 * Loading Style
 * ----------------------------------------------------------------------------- *
 */
.sk-circle
{
    margin: 0 auto 50px;
    width: 40px;
    height: 40px;
    position: relative;
}
.sk-circle .sk-child
{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.sk-circle .sk-child:before
{
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #EA0253;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 0.7s infinite ease-in-out both;
    animation: sk-circleBounceDelay 0.7s infinite ease-in-out both;
}
.sk-circle .sk-circle2
{
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}
.sk-circle .sk-circle3
{
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}
.sk-circle .sk-circle4
{
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.sk-circle .sk-circle5
{
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}
.sk-circle .sk-circle6
{
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}
.sk-circle .sk-circle7
{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.sk-circle .sk-circle8
{
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}
.sk-circle .sk-circle9
{
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}
.sk-circle .sk-circle10
{
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.sk-circle .sk-circle11
{
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}
.sk-circle .sk-circle12
{
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}
.sk-circle .sk-circle2:before
{
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.sk-circle .sk-circle3:before
{
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
.sk-circle .sk-circle4:before
{
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.sk-circle .sk-circle5:before
{
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
.sk-circle .sk-circle6:before
{
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}
.sk-circle .sk-circle7:before
{
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}
.sk-circle .sk-circle8:before
{
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
.sk-circle .sk-circle9:before
{
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}
.sk-circle .sk-circle10:before
{
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}
.sk-circle .sk-circle11:before
{
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}
.sk-circle .sk-circle12:before
{
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes sk-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/* Bdaia Ico */
@font-face {
    font-family: 'bdaia-woohoo';
    src:    url('../fonts/bdaia-woohoo/fonts/bdaia-woohoo.eot?5xmqm9');
    src:    url('../fonts/bdaia-woohoo/fonts/bdaia-woohoo.eot?5xmqm9#iefix') format('embedded-opentype'),
    url('../fonts/bdaia-woohoo/fonts/bdaia-woohoo.ttf?5xmqm9') format('truetype'),
    url('../fonts/bdaia-woohoo/fonts/bdaia-woohoo.woff?5xmqm9') format('woff'),
    url('../fonts/bdaia-woohoo/fonts/bdaia-woohoo.svg?5xmqm9#bdaia-woohoo') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="bdaia-io-"], [class*=" bdaia-io-"], .bdaia-io {
    display: inline-block;
    font-family: 'bdaia-woohoo' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: auto;
}

.bdaia-io-spin {
    -webkit-animation: bdaia-io-spin 2s infinite linear;
    animation: bdaia-io-spin 2s infinite linear;
}
@-webkit-keyframes bdaia-io-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes bdaia-io-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.bdaia-io-bolt:before {
    content: "\e964";
}
.bdaia-io-flame:before {
    content: "\e965";
}
.bdaia-io-bolt2:before {
    content: "\e966";
}
.bdaia-io-eye3:before {
    content: "\e954";
}
.bdaia-io-forrst:before {
    content: "\e905";
}
.bdaia-io-home:before {
    content: "\e906";
}
.bdaia-io-home2:before {
    content: "\e907";
}
.bdaia-io-home3:before {
    content: "\e908";
}
.bdaia-io-newspaper:before {
    content: "\e909";
}
.bdaia-io-image:before {
    content: "\e90a";
}
.bdaia-io-images:before {
    content: "\e90b";
}
.bdaia-io-camera:before {
    content: "\e90c";
}
.bdaia-io-headphones:before {
    content: "\e90d";
}
.bdaia-io-play:before {
    content: "\e90e";
}
.bdaia-io-mic:before {
    content: "\e90f";
}
.bdaia-io-book:before {
    content: "\e910";
}
.bdaia-io-file-text:before {
    content: "\e911";
}
.bdaia-io-files-empty:before {
    content: "\e912";
}
.bdaia-io-file-text2:before {
    content: "\e913";
}
.bdaia-io-cart:before {
    content: "\e914";
}
.bdaia-io-phone:before {
    content: "\e915";
}
.bdaia-io-envelop:before {
    content: "\e916";
}
.bdaia-io-pushpin:before {
    content: "\e917";
}
.bdaia-io-location2:before {
    content: "\e918";
}
.bdaia-io-clock:before {
    content: "\e955";
}
.bdaia-io-alarm:before {
    content: "\e956";
}
.bdaia-io-calendar:before {
    content: "\e957";
}
.bdaia-io-bubbles4:before {
    content: "\e919";
}
.bdaia-io-user:before {
    content: "\e91a";
}
.bdaia-io-quotes-left:before {
    content: "\e91b";
}
.bdaia-io-quotes-right:before {
    content: "\e91c";
}
.bdaia-io-spinner10:before {
    content: "\e91d";
}
.bdaia-io-search:before {
    content: "\e91e";
}
.bdaia-io-key2:before {
    content: "\e91f";
}
.bdaia-io-cog:before {
    content: "\e920";
}
.bdaia-io-rocket:before {
    content: "\e921";
}
.bdaia-io-fire:before {
    content: "\e967";
}
.bdaia-io-bin:before {
    content: "\e922";
}
.bdaia-io-power:before {
    content: "\e968";
}
.bdaia-io-menu:before {
    content: "\e923";
}
.bdaia-io-link:before {
    content: "\e924";
}
.bdaia-io-eye:before {
    content: "\e925";
}
.bdaia-io-enter:before {
    content: "\e926";
}
.bdaia-io-exit:before {
    content: "\e927";
}
.bdaia-io-volume-high:before {
    content: "\e928";
}
.bdaia-io-amazon:before {
    content: "\e929";
}
.bdaia-io-google:before {
    content: "\e92a";
}
.bdaia-io-google-plus:before {
    content: "\e92b";
}
.bdaia-io-facebook:before {
    content: "\e92c";
}
.bdaia-io-instagram:before {
    content: "\e92d";
}
.bdaia-io-spotify:before {
    content: "\e92e";
}
.bdaia-io-twitter:before {
    content: "\e92f";
}
.bdaia-io-rss:before {
    content: "\e930";
}
.bdaia-io-youtube:before {
    content: "\e931";
}
.bdaia-io-youtube2:before {
    content: "\e932";
}
.bdaia-io-vimeo:before {
    content: "\e933";
}
.bdaia-io-flickr2:before {
    content: "\e934";
}
.bdaia-io-dribbble:before {
    content: "\e935";
}
.bdaia-io-behance:before {
    content: "\e936";
}
.bdaia-io-deviantart:before {
    content: "\e937";
}
.bdaia-io-wordpress:before {
    content: "\e938";
}
.bdaia-io-blogger:before {
    content: "\e939";
}
.bdaia-io-tumblr:before {
    content: "\e93a";
}
.bdaia-io-appleinc:before {
    content: "\e93b";
}
.bdaia-io-soundcloud:before {
    content: "\e93c";
}
.bdaia-io-skype:before {
    content: "\e93d";
}
.bdaia-io-reddit:before {
    content: "\e93e";
}
.bdaia-io-linkedin2:before {
    content: "\e93f";
}
.bdaia-io-lastfm:before {
    content: "\e940";
}
.bdaia-io-delicious:before {
    content: "\e941";
}
.bdaia-io-stumbleupon:before {
    content: "\e942";
}
.bdaia-io-xing2:before {
    content: "\e943";
}
.bdaia-io-yelp:before {
    content: "\e944";
}
.bdaia-io-paypal:before {
    content: "\e945";
}
.bdaia-io-lightning:before {
    content: "\e969";
}
.bdaia-io-linegraph:before {
    content: "\e96a";
}
.bdaia-io-star:before {
    content: "\e900";
}
.bdaia-io-like:before {
    content: "\e901";
}
.bdaia-io-heart:before {
    content: "\e902";
}
.bdaia-io-eye2:before {
    content: "\e903";
}
.bdaia-io-bubble:before {
    content: "\e904";
}
.bdaia-io-shuffle:before {
    content: "\e96b";
}
.bdaia-io-star-outline:before {
    content: "\e946";
}
.bdaia-io-star2:before {
    content: "\e947";
}
.bdaia-io-social-pinterest:before {
    content: "\e948";
}
.bdaia-io-trending_up:before {
    content: "\e96c";
}
.bdaia-io-access_time:before {
    content: "\e958";
}
.bdaia-io-chevron_left:before {
    content: "\e949";
}
.bdaia-io-chevron_right:before {
    content: "\e94a";
}
.bdaia-io-eye4:before {
    content: "\e959";
}
.bdaia-io-line-chart:before {
    content: "\e96d";
}
.bdaia-io-random:before {
    content: "\e96e";
}
.bdaia-io-eye5:before {
    content: "\e95a";
}
.bdaia-io-angle-down:before {
    content: "\e95b";
}
.bdaia-io-angle-up:before {
    content: "\e95c";
}
.bdaia-io-angle-right:before {
    content: "\e95d";
}
.bdaia-io-angle-left:before {
    content: "\e95e";
}
.bdaia-io-angle-double-down:before {
    content: "\e95f";
}
.bdaia-io-angle-double-up:before {
    content: "\e960";
}
.bdaia-io-angle-double-right:before {
    content: "\e961";
}
.bdaia-io-angle-double-left:before {
    content: "\e962";
}
.bdaia-io-angle-double-left2:before {
    content: "\e963";
}
.bdaia-io-openid:before {
    content: "\e94b";
}
.bdaia-io-digg:before {
    content: "\e94c";
}
.bdaia-io-cross:before {
    content: "\e94d";
}
.bdaia-io-log-out:before {
    content: "\e94e";
}
.bdaia-io-controller-play:before {
    content: "\e94f";
}
.bdaia-io-vk:before {
    content: "\e950";
}
.bdaia-io-grooveshark:before {
    content: "\e951";
}
.bdaia-io-evernote:before {
    content: "\e952";
}
.bdaia-io-chevron-up:before {
    content: "\e953";
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    background-color: #F5F5F5;
    font-family: 'Lato', sans-serif;
    color: #222;
    font-size: 13px;
    font-weight: normal;
    line-height: 19px;
    font-style: normal;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    visibility: visible !important;
}

.bdayh-row
{
    position: relative;
    margin: 0 auto;
    padding: 0 30px;
    zoom: 1;
}
.bdayh-row:before,
.bdayh-row:after
{
    content: " ";
    display: table;
}
.bdayh-clearfix
{
    clear: both;
    zoom: 1;
}
.bdayh-clearfix:before,
.bdayh-clearfix:after
{
    content: " ";
    display: table;
}
img
{
    border-style: none;
    vertical-align: top;
    max-width: 100%;
    height: auto;
}
.bdaia-lazyload .bwb-article-img-container,
.bdaia-lazyload .ei-slider,
.bdaia-lazyload .thumbnail-cover,
.bdaia-lazyload .bdaia-featured-img-cover,
.bdaia-lazyload .big-grids,
.bdaia-lazyload .bd-block-mega-menu-post,
/*.bdaia-lazyload .bdaia-post-content img,*/
/*.bdaia-lazyload .bdaia-post-featured-image,*/
.bdaia-lazyload .post-image,
.bdaia-lazyload .bd-post-carousel,
.bdaia-lazyload .post-thumb,
.bdaia-lazyload .bd-post-thumb,
.bdaia-lazyload .block-article-img-container,
.bdaia-lazyload .bdaia-fp-post-img-container
{
    opacity: 0;
}
.bdaia-lazyload .bwb-article-img-container.bdaia-img-show,
.bdaia-lazyload .ei-slider.bdaia-img-show,
.bdaia-lazyload .thumbnail-cover.bdaia-img-show,
.bdaia-lazyload .bdaia-featured-img-cover.bdaia-img-show,
.bdaia-lazyload .big-grids.bdaia-img-show,
.bdaia-lazyload .bd-block-mega-menu-post.bdaia-img-show,
.bdaia-lazyload .bdaia-post-content img.bdaia-img-show,
.bdaia-lazyload .bdaia-post-featured-image.bdaia-img-show,
.bdaia-lazyload .post-image.bdaia-img-show,
.bdaia-lazyload .bd-post-carousel.bdaia-img-show,
.bdaia-lazyload .post-thumb.bdaia-img-show,
.bdaia-lazyload .bd-post-thumb.bdaia-img-show,
.bdaia-lazyload .block-article-img-container.bdaia-img-show,
.bdaia-lazyload .bdaia-fp-post-img-container.bdaia-img-show
{
    opacity: 1;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.bdaia-img-show {
    position: relative;
}

.bdayh-posts-load-wait,
.bdayh-load-more-btn
{
    text-align: center;
    overflow: hidden;
    clear: both;
    display: block;
    width: 100%;
    line-height: 0;
}
.bdayh-posts-load-wait { display: none; }

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/**
 * Latest News.
 * ----------------------------------------------------------------------------- *
 */
#bdaia-latest
{
    margin: 0 auto 0 auto;
    background: #FFF;
    padding: 30px 0 0 0;
}
section#bdaia-latest:last-child { margin: 0 auto 0 auto; }
#bdaia-cats-builder .bdayh-row,
#bdaia-latest .bdayh-row { max-width: 93%; }
/**
 * Posts Grid.
 * ----------------------------------------------------------------------------- *
 */
.bdaia-posts-grid
{
    display: block;
    position: relative;
    overflow: hidden;
    zoom: 1;
}
.bdaia-posts-grid:after,
.bdaia-posts-grid:before
{
    content: " ";
    display: table;
}
.bdaia-posts-grid ul,
.bdaia-posts-grid li
{
    margin: 0;
    list-style: none;
}
.bdaia-posts-grid ul
{
    overflow: hidden;
    margin-left: -10px;
    margin-right: -10px;
    position: static !important;
}

.bdaia-posts-grid ul:before,
.bdaia-posts-grid ul:after
{
    content: "";
    display: table;
}

.bdaia-posts-grid ul:after { clear: both }

.bdaia-posts-grid .slick-prev, .bdaia-posts-grid .slick-next {
    width: 95px;
}
.bdaia-posts-grid-head
{
    text-align: left;
    position: relative;
    display: block;
    padding: 0 0 26px 0;
}
.bdaia-posts-grid-head h2
{
    margin: 0;
    display: inline-block;
    padding: 0;
    text-shadow: none;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
    -webkit-transition: 150ms;
    -moz-transition: 150ms;
    transition: 150ms;
}
.bdaia-posts-grid-head h2 a { color: #FFF; }
.bdaia-cats-more-btn
{
    float: right;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 100%;
}
.bdaia-cats-more-btn:hover { color: #000; }
.bdaia-cats-more-btn:after
{
    content: "\f178";
    font-size: 10px;
    font-family: FontAwesome;
}
.rtl .bdaia-cats-more-btn:after { content: "\f177"; }
.bdaia-posts-grid-post
{
    position: relative;
    float: left;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    padding: 0 10px;
    margin: 0 auto;
    -webkit-transition: 0.35s ease 0s;
    -moz-transition: 0.35s ease 0s;
    -o-transition: 0.35s ease 0s;
    transition: 0.35s ease 0s;
}
.bdaia-posts-grid.grid-6col .bdaia-posts-grid-post { width: 16.66666666666667%; }
.bdaia-posts-grid.grid-6col .bdaia-posts-grid-post:nth-of-type(6n+1) { clear: both; }
.bdaia-posts-grid.grid-5col .bdaia-posts-grid-post { width: 20%; }
.bdaia-posts-grid.grid-5col .bdaia-posts-grid-post:nth-of-type(5n+1) { clear: both; }
#bdaia-cats-builder.bdaia-posts-grid.grid-5col .bdaia-posts-grid-post:nth-of-type(5n+1),
#bdaia-cats-builder.bdaia-posts-grid.grid-5col .bdaia-posts-grid-post:nth-of-type(4n+1),
#bdaia-cats-builder.bdaia-posts-grid.grid-5col .bdaia-posts-grid-post:nth-of-type(3n+1),
#bdaia-cats-builder.bdaia-posts-grid.grid-5col .bdaia-posts-grid-post:nth-of-type(2n+1),
#bdaia-cats-builder.bdaia-posts-grid.grid-5col .bdaia-posts-grid-post:nth-of-type(1n+1),
#bdaia-cats-builder.bdaia-posts-grid.grid-5col .bdaia-posts-grid-post { clear: none !important; }
.bdaia-posts-grid.grid-4col .bdaia-posts-grid-post { width: 25%; }
.bdaia-posts-grid.grid-4col .bdaia-posts-grid-post:nth-of-type(4n+1) { clear: both; }
.bdaia-posts-grid.grid-3col .bdaia-posts-grid-post { width: 33.33333333333333%; }
.bdaia-posts-grid.grid-3col .bdaia-posts-grid-post:nth-of-type(3n+1) { clear: both; }
.bdaia-posts-grid.grid-2col .bdaia-posts-grid-post { width: 50%; }
.bdaia-posts-grid.grid-2col .bdaia-posts-grid-post:nth-of-type(2n+1) { clear: both; }
.bdaia-posts-grid.grid-1col .bdaia-posts-grid-post { width: 100%; }


@media only screen and ( max-width: 1024px )
{
    .bdaia-posts-grid.grid-5col .bdaia-posts-grid-post { width: 33.33333333333333% }
    .bdaia-posts-grid.grid-5col .bdaia-posts-grid-post:nth-of-type(5n+1) { clear: none }
    .bdaia-posts-grid.grid-5col .bdaia-posts-grid-post:nth-of-type(4n+1) { clear: none }
    .bdaia-posts-grid.grid-5col .bdaia-posts-grid-post:nth-of-type(3n+1) { clear: both }
    .bdaia-posts-grid-post { padding: 0 10px }

}

@media only screen and (max-width: 768px)
{
    .bdaia-posts-grid.grid-3col .bdaia-posts-grid-post,
    .bdaia-posts-grid.grid-5col .bdaia-posts-grid-post { width: 50% }

    .bdaia-posts-grid.grid-3col .bdaia-posts-grid-post:nth-of-type(3n+1),
    .bdaia-posts-grid.grid-3col .bdaia-posts-grid-post:nth-of-type(5n+1),
    .bdaia-posts-grid.grid-5col .bdaia-posts-grid-post:nth-of-type(3n+1),
    .bdaia-posts-grid.grid-5col .bdaia-posts-grid-post:nth-of-type(5n+1) { clear: none }

    .bdaia-posts-grid.grid-3col .bdaia-posts-grid-post:nth-of-type(4n+1),
    .bdaia-posts-grid.grid-5col .bdaia-posts-grid-post:nth-of-type(4n+1){ clear: none }

    .bdaia-posts-grid.grid-3col .bdaia-posts-grid-post:nth-of-type(2n+1),
    .bdaia-posts-grid.grid-5col .bdaia-posts-grid-post:nth-of-type(2n+1) { clear: both }

    .bdaia-posts-grid-post { padding: 0 10px }
    .bdaia-posts-grid-post-inner { margin-bottom: 20px }
}

@media only screen and (max-width: 480px)
{
    .bdaia-posts-grid.grid-3col .bdaia-posts-grid-post,
    .bdaia-posts-grid.grid-5col .bdaia-posts-grid-post { width: 100% }

    .bdaia-posts-grid.grid-3col .bdaia-posts-grid-post,
    .bdaia-posts-grid.grid-5col .bdaia-posts-grid-post { clear: both !important }
    .bdaia-posts-grid-post { padding: 0 10px }
    .bdaia-posts-grid-post-inner { margin-bottom: 30px }
}

.bdaia-posts-grid-post-inner
{
    padding: 0 0 0 0;
    margin: 0 auto 30px auto;
    background: #FFF;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    transition: 500ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -ms-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.bdaia-posts-grid-post-inner .bdayh-post-header:before,
.bdaia-posts-grid-post-inner .bdayh-post-header:after,
.bdaia-posts-grid-post-inner:before,
.bdaia-posts-grid-post-inner:after { display: table; content: ""; clear: both }

/*
#bdaia-cats-builder .bdaia-cats-group-item .bdaia-posts-grid-post-inner
{
    border-bottom: 4px solid #EA0253;
    -webkit-box-shadow: 0 0 3px rgba( 0, 0, 0, 0.19 );
    -moz-box-shadow: 0 0 3px rgba( 0, 0, 0, 0.19 );
    box-shadow: 0 0 3px rgba( 0, 0, 0, 0.19 );
}
*/

#bdaia-cats-builder .bdaia-cats-group-item.dark .bdaia-posts-grid-post-inner
{
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    border-bottom: 0 none !important;
}

#bdaia-cats-builder .bdaia-posts-grid-list .bdaia-posts-grid-post .bdaia-posts-grid-post-inner
{
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
    -webkit-animation-name: empty;
    animation-name: empty;
}

/*
#bdaia-cats-builder .bdaia-cats-group-item .bdaia-posts-grid-post-inner:hover
{
    -webkit-box-shadow: 0 0 16px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 16px rgba(0,0,0,0.2);
    box-shadow: 0 0 16px rgba(0,0,0,0.2);
}
*/

.bdaia-cats-group-item.dark .bdaia-posts-grid-post-inner:hover {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

#bdaia-latest .bdaia-posts-grid-post-inner,
#bdaia-latest .bdaia-posts-grid-post-inner:hover
{
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.bdaia-posts-grid-post.post .post-image,
.bdaia-posts-grid-post .post-image
{
    position: relative;
    min-height: inherit;
    padding: 0 0 0 0 !important;
    margin: 0 0 0 0;
    z-index: 2;
}
.bdaia-posts-grid-post .post-image img
{
    -webkit-transition: transform 0.35s ease 0s;
    -moz-transition: transform 0.35s ease 0s;
    -o-transition: transform 0.35s ease 0s;
    transition: transform 0.35s ease 0s;
}
.bdaia-posts-grid-post:hover img
{
    transform: scale3d(1.05, 1.05, 1);
    -webkit-transform: scale3d(1.05, 1.05, 1);
    -moz-transform: scale3d(1.05, 1.05, 1) rotate(0.02deg);
}
.bdaia-posts-grid-post .post-image > a
{
    line-height: 0;
    display: block;
}
.bdaia-posts-grid-post .bdayh-post-header
{
    position: relative;
    z-index: 4;
    margin: 0 auto 0 auto;
    padding: 20px;
    overflow: inherit;
    text-align: left;
}

#bdaia-cats-builder .bdaia-posts-grid-post .bdayh-post-header {
    /*min-height: 177px;*/
}

#bdaia-cats-builder .dark .bdaia-posts-grid-post .bdayh-post-header {
    padding: 20px 0 0 0;
    min-height: 100%;
}

#bdaia-cats-builder .dark .bdaia-posts-grid-head h2,
#bdaia-cats-builder .dark .bdaia-posts-grid-head h2 a {
    color: #FFF;
}

#bdaia-latest .bdayh-post-header { padding: 20px 0 0 0; }

.bdaia-posts-grid-post .bdayh-post-header-cat
{
    line-height: 0;
    position: relative;
    margin: 0 auto 8px auto;
    text-align: initial;
}

.bdaia-posts-grid-post a.bd-cat-link {
    color: #999;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 100%;
    margin-right: 10px;
}

.rtl .bdaia-posts-grid-post a.bd-cat-link {
    margin-right: auto;
    margin-left: 10px;
}

.bdaia-posts-grid-post .bdayh-post-header-cat-inner { }

.bdaia-posts-grid-post.post .entry-title,
.bdaia-posts-grid-post h3
{
    margin: 0 0 10px 0;
    padding: 0 0 0 0 !important;
    text-shadow: none;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
}
* {
    zoom: 1;
}
.bdaia-posts-grid-post h3 a { display: block; }

.bdaia-posts-grid-post.post .bbd-post-cat,
.bdaia-posts-grid-post .bbd-post-cat
{
    text-align: initial;
    margin-top: 13px;
}

.bdaia-posts-grid-post.post .bbd-post-cat .bdayh-post-meta-time-read,
.bdaia-posts-grid-post.post .bbd-post-cat i,
.bdaia-posts-grid-post .bbd-post-cat i{
    display: none !important;
}

.bdaia-posts-grid-post .bbd-post-cat-content
{
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    font-size: 11px;
    font-weight: 400;
    line-height: 100%;
    font-style: normal;
    letter-spacing: normal;
    text-transform: none;
    text-shadow: none;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
    border: 0 none;
}
.bdaia-posts-grid-post .bbd-post-cat-content * { line-height: inherit !important; }
.bdaia-posts-grid-post.format-video .post-image:after
{
    background-color: #ff4020;
    border-radius: 50%;
    color: #fff;
    content: "\f04b";
    font-size: 18px;
    font-family: FontAwesome;
    height: 50px;
    left: 50%;
    line-height: 50px;
    margin: -25px 0 0 -25px;
    padding: 1px 0 0 3px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 50px;
    display: none !important;
}
.bdaia-posts-grid-post .bdaia-post-excerpt
{
    margin: 0 0 0 0;
    font-size: 14px;
    line-height: 20px;
    color: #777;
}

.dark .bdaia-posts-grid-post .bdaia-post-excerpt {
    color: #AAA;
}

.bdaia-posts-grid-post .bbd-post-cat span.bdayh-post-meta-views i,
.bdaia-posts-grid-post .bbd-post-cat span.bdayh-post-meta-time-read i,
.bdaia-posts-grid-post .bbd-post-cat i { }
#bdaia-latest .bdaia-post-excerpt { display: none; }
#bdaia-latest .bdayh-load-more-btn
{
    padding: 0 0 30px 0;
    margin: 0 0;
    width: inherit;
}
.bd-more-btn {
    display: inline-block;
    position: relative;
    outline: 0;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    line-height: 34px;
    text-transform: none;
    border: 1px solid #c9c9c9;
    background-color: transparent;
    -webkit-transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
    transition: color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out;
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial;
    vertical-align: middle;
    padding: 0 8px 0 13px;
    cursor: pointer;
}
.rtl .bd-more-btn {
    padding: 0 13px 0 8px;
}
.bd-more-btn a {
    display: block;
    line-height: 32px;
}
.bd-more-btn,
.bd-more-btn a{
    color: #404040;
}
.bd-more-btn:hover{
    border-color: #EA0253 ;
    background-color: #EA0253;
}
.bd-more-btn:hover,
.bd-more-btn:hover a,
.bd-more-btn a:hover{color: #fff}
.bd-more-btn .bdaia-io {
    width: 17px;
    line-height: 32px;
    text-align: center;
    font-size: 19px;
    margin-left: 2px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    float: right;
    top: 0;
}
.rtl .bd-more-btn .bdaia-io {
    margin-left: auto;
    margin-right: 2px;
    float: left;
}

.bd-post-carousel .slick-active
{
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -ms-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
#bdaia-cats-builder .bdaia-posts-grid-list .bdaia-posts-grid-post .slick-slide { opacity: 0; }
#bdaia-cats-builder .slick-active { /*
    -webkit-animation: on-right 0.5s linear 0s both;
    -moz-animation: on-right 0.5s linear 0s both;
    animation: on-right 0.5s linear 0s both;
    */
    opacity: 1; }
.slick-track { opacity: 0; }
#bdaia-cats-builder .bdaia-posts-grid-list {
    min-height: 200px;
}
#bdaia-cats-builder .bdaia-posts-grid-list .bdaia-posts-grid-post
{
    overflow: hidden;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    transition: 500ms;
    position: relative;
    box-sizing: border-box;
    outline: none;
    zoom: 1;
    width: auto;
    height: auto;
    display: none;
}
#bdaia-cats-builder .bdaia-posts-grid-list.slick-initialized .bdaia-posts-grid-post.slick-slide
{
    display: block;
    margin: 0;
}
#bdaia-cats-builder .slick-prev,
#bdaia-cats-builder .slick-next { }
#bdaia-cats-builder .slick-prev { left: -79px; }
#bdaia-cats-builder .slick-next { right: -79px; }
#bdaia-cats-builder .slick-prev:before,
#bdaia-cats-builder .slick-next:before
{
    color: #000;
    opacity: 0.1;
    -webkit-transition: 250ms;
    -moz-transition: 250ms;
    transition: 250ms;
    font-size: 60px;
    font-weight: 100 !important;
}
#bdaia-cats-builder .slick-prev:hover:before,
#bdaia-cats-builder .slick-next:hover:before { opacity: 0.4; }
#bdaia-cats-builder .slick-next:before
{
    content: "\f105";
    padding-left: 0;
}
#bdaia-cats-builder .slick-prev:before
{
    content: "\f104";
    padding-right: 0;
}
.slick-disabled { display: none !important }
#bdaia-cats-builder,
#bdaia-cats-builder .slick-slider .slick-list { overflow: initial; }
#bdaia-cats-builder .slick-prev,
#bdaia-cats-builder .slick-next,
#bdaia-cats-builder .slick-prev:hover,
#bdaia-cats-builder .slick-next:hover,
#bdaia-cats-builder .slick-prev:focus,
#bdaia-cats-builder .slick-next:focus
{
    background: #F6F6F6 !important;
    opacity: .8;
}
#bdaia-cats-builder .bdaia-cats-group-item
{
    overflow: hidden;
    padding: 30px 0 0;
    border-top: 1px solid rgba( 0, 0, 0, 0.10 );
}

#bdaia-cats-builder .bdaia-cats-group-item:before,
#bdaia-cats-builder .bdaia-cats-group-item:after { display: table; content: ""; clear: both }

#bdaia-cats-builder .bdaia-cats-group-item.dark
{
    background: #212121;
    border-top: 0 none !important;
}
#bdaia-cats-builder .dark .slick-prev,
#bdaia-cats-builder .dark .slick-next,
#bdaia-cats-builder .dark .slick-prev:hover,
#bdaia-cats-builder .dark .slick-next:hover,
#bdaia-cats-builder .dark .slick-prev:focus,
#bdaia-cats-builder .dark .slick-next:focus { background: #080810 !important; }
#bdaia-cats-builder .dark .slick-prev:before,
#bdaia-cats-builder .dark .slick-next:before { color: #FFF; }
#bdaia-cats-builder .dark .bdaia-posts-grid-post-inner {
    background: none;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}
#bdaia-cats-builder .dark .bdaia-posts-grid-post h3 a { color: #FFF; }
#bdaia-cats-builder .dark .bdaia-cats-more-btn { color: #FFF; }
#bdaia-cats-builder .home-ads .bdayh-row
{
    text-align: center;
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 0;
    padding: 0;
    margin: 0 auto 0 auto;
}
#bdaia-cats-builder .home-ads:last-child .bdayh-row { margin-bottom: 0 !important; }

#bdaia-cats-builder ul.slick-dots,
#bdaia-cats-builder ul.slick-dots li
{
    margin: 0;
    padding: 0;
    line-height: 0;
    list-style: none;
    text-align: center;
}

#bdaia-cats-builder ul.slick-dots
{
    margin: 0 0 30px 0;
}

#bdaia-cats-builder ul.slick-dots li
{
    display: inline-block;
}

#bdaia-cats-builder ul.slick-dots li button
{
    display: inline-block;
    padding: 2px;
    margin: 0 4px;
    line-height: 0;
    overflow: hidden;
    text-indent: -555px;

    width: 16px;
    height: 16px;

    border-radius: 20px;

    background: #b2b2b2;
}

#bdaia-cats-builder ul.slick-dots li.slick-active button
{
    background: #EA0253;
}

/**
 * Related.
 * ----------------------------------------------------------------------------- *
 */
#bdaia-ralated-posts {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0 auto 0 auto;
}

#bdaia-ralated-posts .bdaia-ralated-content {
    display: none;
    overflow: hidden;
    position: relative;
}

#bdaia-ralated-posts .bdaia-ralated-content#content-more-ralated {
    display: block;
}

#bdaia-ralated-posts .bdaia-ralated-posts-head {
    clear: both;
    display: block;
    width: 100%;
    line-height: 0;
    margin-bottom: 20px;
    overflow: hidden;
}

#bdaia-ralated-posts .bdaia-ralated-posts-head ul
{
    border-bottom: 1px #ddd solid;
}

#bdaia-ralated-posts .bdaia-ralated-posts-head ul:after,
#bdaia-ralated-posts .bdaia-ralated-posts-head ul:before
{
    content: "";
    display: table;
}

#bdaia-ralated-posts .bdaia-ralated-posts-head ul:after
{
    clear: both;
}

#bdaia-ralated-posts .bdaia-ralated-posts-head ul,
#bdaia-ralated-posts .bdaia-ralated-posts-head li {
    list-style: none;
    margin: 0;
    padding: 0;
}

#bdaia-ralated-posts .bdaia-ralated-posts-head li {
    float: left;
    position: relative;
    margin-bottom: -1px;
}

#bdaia-ralated-posts .bdaia-ralated-posts-head li a {
    display: block;
    padding: 0 15px 11px 0;
    margin: 0 0 0 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    line-height: 17px;
    color: inherit;
    text-transform: uppercase;
    opacity: .7;
}

#bdaia-ralated-posts .bdaia-ralated-posts-head li a:after
{
    content: "";
    position: absolute;
    height: 2px;
    background: #2f363b;
    bottom: 0;
    left: 0;
    -webkit-transition: width .5s;
    transition: width .5s;
}

#bdaia-ralated-posts .bdaia-ralated-posts-head li a:after
{
    width: 0;
}

#bdaia-ralated-posts .bdaia-ralated-posts-head li.active a:after,
#bdaia-ralated-posts .bdaia-ralated-posts-head li:hover a:after
{
    width: 100%;
}

#bdaia-ralated-posts .bdaia-ralated-posts-head li.active a
{
    opacity: 1;
}

#bdaia-ralated-posts .bdaia-post-excerpt{
    display: none;
}

#bdaia-ralated-posts  .bdaia-posts-grid-post .bdayh-post-header {
    padding: 20px 0 0 0 !important;
}

#bdaia-ralated-posts .bdaia-posts-grid-post-inner {
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

#bdaia-ralated-posts .bdayh-load-more-btn {
    margin: 0 !important;
    padding: 0 !important;
}

#bdaia-ralated-posts  .bd-more-btn {

}

@media only screen and (max-width: 788px)
{
    #bdaia-ralated-posts .bdaia-ralated-posts-head li { float: none; text-align: center }
    #bdaia-ralated-posts .bdaia-ralated-posts-head ul { border: 0 none }
    #bdaia-ralated-posts .bdaia-ralated-posts-head li a:after { height: 0; font-size: 0 }
}

/**
 * ADS.
 * ----------------------------------------------------------------------------- *
 */
.test-ad {

    width: 100%;
    max-width: 1240px;
    padding: 0;
    margin: 0 auto;
    min-height: 60px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 900;
    font-style: normal;
    text-align: center;
    text-transform: uppercase;
    text-shadow: none;
    -webkit-text-stroke: 1px transparent;
    -webkit-text-rendering: optimizeLegibility;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smooth: always;
    display: table;
}

.test-ad span {
    display: table-cell;
    vertical-align: middle;
    padding: 0 60px;
    background: #DDD;
    color: #AAA;
}

.test-ad-300-600 {max-width: 300px; min-height: 600px; font-size: 16px ;line-height: 16px;}
.test-ad-300-250 {max-width: 300px; min-height: 250px; font-size: 16px ;line-height: 16px;}

.header-adv {
    margin: 30px auto 0;
    padding: 0;
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    overflow: hidden;
}

.footer-adv {
    margin: 0 auto 30px;
    padding: 0;
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    overflow: hidden;
}

/* Buttons */
.search-mobile button.search-button,
#submit_comment,
.post-password-form input[type=submit],
#searchform input[type=submit],
#reviews input[type=submit],
input.wpcf7-form-control.wpcf7-submit,
button,
.bbd-search-btn {
    background: #555;
}

.search-mobile button.search-button:hover,
#submit_comment:hover,
.post-password-form input[type=submit]:hover,
#searchform input[type=submit]:hover,
#reviews input[type=submit]:hover,
input.wpcf7-form-control.wpcf7-submit:hover,
button:hover,
.bbd-search-btn:hover {
    background: #222;
}

.bd-sidebar .widget
{
    background-color: #FFF;
    padding: 20px;
    margin: 0 auto 30px auto;
    -webkit-box-shadow: 0 0 1px rgba( 0,0,0, 0.20 );
    -moz-box-shadow: 0 0 1px rgba( 0,0,0, 0.20 );
    box-shadow: 0 0 1px rgba( 0,0,0, 0.20 );

}
.bd-sidebar .widget:after{
    position: absolute;
    bottom: -3px;
    left: 0;
    content: '';
    width: 100%;
    border-bottom: 2px solid rgba( 0,0,0, 0.03 );
}

.widgetslider{
    background: transparent !important;
    padding: 0 !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.widgetslider:after{display: none !important}

.widget:before,
.widget:after
{
    content: "";
    display: table;
}

.widget:after { clear: both; }

.bd-sidebar .widget:last-child
{
    margin: 0 auto 0 auto;
}

.bd-sidebar .widget .widget-title
{
    position: relative;
    display: block;
    text-align: initial;
    margin: 0 0 20px 0;
    line-height: 100%;
    border-top: 2px #222 solid;
}

.bd-sidebar .widget .widget-title h3,
.bd-sidebar .widget .widget-title h4
{
    margin: 0 0 -2px 0;
    padding: 6px 12px 5px 12px;
    position: relative;
    display: inline-block;

    border-bottom: 2px #222 solid;
    background: #222;

    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
}

.bd-sidebar .widget .widget-title h3,
.bd-sidebar .widget .widget-title h4,
.bd-sidebar .widget .widget-title h3 a,
.bd-sidebar .widget .widget-title h4 a
{
    color: #FFF;
}

.bd-sidebar .widget .widget-posts-lists .post-warpper.bd-widget-list
{
    margin:  0 0 0 0;
    padding: 15px 0;
    border-top: 1px solid #ddd;
}

.bd-sidebar .widget .widget-posts-lists .post-warpper.bd-widget-list:first-child
{
    padding-top: 0;
    border-top: 0 none;
}

.bd-sidebar .widget .widget-posts-lists .post-warpper.bd-widget-list:last-child
{
    padding-bottom: 0;
}

.bd-sidebar .widget .widget-posts-lists .post-warpper.bd-widget-list .post-thumb
{
    top: initial;
}

.widget .bd-widget-large
{
    padding: 0;
    text-align: initial;
    margin: 0 0 20px 0;
}

.widget .bd-widget-large .bd-meta-cat
{
    line-height: 0;
    margin: -20px 0 10px 0;
}
.widget .bd-widget-large .bd-meta-info { color: #404040; font-size: 12px; font-weight: 600 }
.widget .bd-widget-large:last-child { margin: 0; }
.widget .bd-widget-large .bd-post-thumb { margin: 0 auto; position: relative; line-height: 0 }

.widget ul.tabs_nav {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0;
    display: block;
    overflow: hidden;
    line-height: 0;
}

.widget ul.tabs_nav li
{
    width: 33.33333333333333%;
    margin: 0;
    padding: 0;
    float: left;
}

.widget ul.tabs_nav li a
{
    padding: 10px 0;
    text-align: center;
}

/* Block Title */
.bdaia-block-title
{
    display: block;
    position: relative;
    text-align: initial;
    margin: 0 0 20px 0;
    line-height: 100%;
    border-top: 2px #222 solid;
}

.bdaia-block-title:before,
.bdaia-block-title:after
{
    content: "";
    display: table;
}

.bdaia-block-title:after
{
    clear: both;
}

.bdaia-block-title span
{
    margin: 0 0 -2px 0;
    padding: 6px 12px 5px 12px;
    position: relative;
    display: inline-block;
    border-bottom: 2px #222 solid;
    background: #222;

    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
    text-transform: uppercase;
}

.bdaia-block-title,
.bdaia-block-title span,
.bdaia-block-title a
{
    color: #FFF;
}

/* Post Comments */
#comments.comments-container:before,
#comments.comments-container:after,
#respond.comment-respond:before,
#respond.comment-respond:after
{
    content: "";
    display: table;
}

#respond.comment-respond:after,
#comments.comments-container:after
{
    clear: both;
}

#respond.comment-respond
{

}

#comments.comments-container
{
    margin: 0 auto 40px auto;
}

/* Image Cover. */
a.bdaia-featured-img-cover
{
    -webkit-transition: transform 0.35s ease 0s;
    -moz-transition: transform 0.35s ease 0s;
    -o-transition: transform 0.35s ease 0s;
    transition: transform 0.35s ease 0s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% 100% 0;
    -moz-transform-origin: 50% 100% 0;
    transform-origin: 50% 100% 0;
    background-color: #eee;
    background-position: center center;
    background-size: cover;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    visibility: visible;
}

a.bdaia-featured-img-cover:hover
{
    -webkit-transform: scale(1.035);
    -moz-transform: scale(1.035);
    transform: scale(1.035);
}

a.bdaia-featured-img-cover:before
{
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.9)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
    -webkit-transition: background-color .2s ease;
    -moz-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
}


/**
 * Post Templates.
 * ----------------------------------------------------------------------------- *
 */

/* Breadcrumbs */
.bdaia-crumb-container
{
    position: relative;
    overflow: hidden;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    line-height: 16px;
}

.bdaia-crumb-container,
.bdaia-crumb-container span,
.bdaia-crumb-container a
{
    color: #c3c3c3;
}

.bdaia-crumb-container a:hover
{
    color: #777;
}

.bdaia-crumb-container .bdaia-io
{
    font-size: 11px;
    margin: 0 5px;
}

/* Post Header */
.bdaia-post-header
{
    position: relative;
}

.bdaia-post-header:before,
.bdaia-post-header:after { display: table; content: ""; clear: both }

.post-head-sidebar {
    float: right;
    padding-left: 30px;
    width: 33.33333333%;
    display: block;
    min-height: 1px;
    position: relative;
}

.post-head-main {
    float: left;
    width: 66.66666667%;
    display: block;
    min-height: 1px;
    position: relative;
}

@media only screen and (max-width: 1020px)
{
    .post-head-main,
    .post-head-sidebar {
        float: none;
        width: 100%;
        max-width: 100%;
        padding: 0;
    }
}

/* Post Category */
.bdaia-category
{
    overflow: hidden;
    display: block;
    position: relative;
}

.bd-cat-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    padding: 4px 8px 4px 8px;
    margin: 0 2px 2px 0;
    white-space: nowrap;
    display: inline-block;
    position: relative;
    background-color: #222;
    color: #fff !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    text-transform: uppercase;
    -webkit-text-shadow: none !important;
    -moz-text-shadow: none !important;
    text-shadow: none !important;
}

.rtl .bd-cat-link {
    margin: 0 0 5px 5px;
}

/*
.bd-cat-link:before {
    border-right: 5px solid transparent;
    position: absolute;
    top: 100%;
    left: 0;
    border-top: 5px solid #222;
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 0;
    height: 0;
    content: '';
}
.rtl .bd-cat-link:before {
    border-right : 0 none;
    border-left: 5px solid transparent;
    left: auto;
    right: 0;
}
*/

.bd-cat-link:hover {
}

/* Post title */
.bdaia-post-title
{
    display: block;
    overflow: hidden;
    position: relative;
}

.bdaia-post-title .entry-title
{
    margin: 0;
    padding: 0;
    font-family: 'Work Sans', sans-serif;
    font-size: 40px;
    line-height: 50px;
    font-weight: 800;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media only screen and (max-width: 899px)
{
    .bdaia-post-title .entry-title
    {
        font-size: 22px;
        line-height: 27px;
    }
}

/* Post Meta Info */
.bdaia-meta-info
{
    display: block;
    position: relative;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
}

.bdaia-meta-info:before,
.bdaia-meta-info:after
{
    content: "";
    display: table;
}

.bdaia-meta-info:after
{
    clear: both;
}

.bdaia-meta-info,
.bdaia-meta-info a
{
    color: #404040;
}

.bdaia-meta-info .bdaia-io
{
    margin: 0 6px;
    font-size: 13px;
    position: relative;
    top: 2px;
}

.bdaia-post-author-name a:hover .bdaia-io
{
    color: #00C3F3;
}

.bdaia-post-author-name
{
    display: inline-block;
    float: left;
}

.bdaia-post-author-name a
{
    display: inline-block;
    font-weight: bold;
}

.rtl .bdaia-post-author-name { float: right }

.bdaia-post-date
{
    display: inline-block;
    float: left;
    margin: 0 15px;
}

.rtl .bdaia-post-date { float: right }

.bdaia-post-time-read
{
    display: inline-block;
    float: left;
}

.rtl .bdaia-post-time-read { float: right }

.bdaia-post-comment
{
    display: inline-block;
    float: right;
}

.rtl .bdaia-post-comment { float: left }

.bdaia-post-like
{
    display: inline-block;
    float: right;
    margin: 0 15px;
}

.rtl .bdaia-post-like { float: left }

.bdaia-post-view
{
    display: inline-block;
    float: right;
}

.rtl .bdaia-post-view { float: left }

@media only screen and (max-width: 899px)
{
    .bdaia-post-author-name,
    .bdaia-post-date,
    .bdaia-post-time-read,
    .bdaia-post-comment,
    .bdaia-post-like,
    .bdaia-post-view
    {
        float: left;
        margin: 0 10px 5px 0;
    }

    .rtl .bdaia-post-author-name,
    .rtl .bdaia-post-date,
    .rtl .bdaia-post-time-read,
    .rtl .bdaia-post-comment,
    .rtl .bdaia-post-like,
    .rtl .bdaia-post-view
    {
        float: right;
        margin: 0 0 5px 10px;
    }
}

/* Post Content */
.bdaia-post-content
{
    margin: 21px 0 0 0;
    padding: 0 0 40px 0;
}

.bdaia-post-content p
{
    color: #111;
    font-size: 16px;
    line-height: 29px;
    margin-bottom: 26px;
}

.bdaia-post-content p:last-child {margin-bottom: 0}

.bdaia-post-content h1, .bdaia-post-content h2, .bdaia-post-content h3, .bdaia-post-content h4, .bdaia-post-content h5, .bdaia-post-content h6 {
    font-family: 'Roboto',sans-serif;
    color: #111;
    font-weight: 700;
}
.bdaia-post-content { font-family: Verdana,Geneva,sans-serif }
.bdaia-post-content p {
    font-size: 15px;
    line-height: 26px;
    color: #222;
}
.bdaia-post-content ul,
.bdaia-post-content ul li,
.bdaia-post-content ol li,
.bdaia-post-content ol {
    list-style: initial !important;
}
.bdaia-post-content li {
    font-size: 15px;
    line-height: 26px;
}

/* Post Comments */
.bdaia-load-comments-btn {
    display: block;
    position: relative;
    text-align: center;
}

.bdaia-load-comments-btn a {
    line-height: 100%;
    padding: 15px 0;
    text-transform: uppercase;
    width: 60%;
    cursor: pointer;
    display: inline-block;
    margin: 0 auto;

    font-style: normal;
    font-family: 'Montserrat', sans-serif;

    border: 1px solid #c9c9c9;
    color: #707070;
}

.bdaia-load-comments-btn a:hover {
    border-color: #EA0253;
    background-color: #EA0253;
    color: #fff;
}

.bdaia-load-comments-btn:before,
.bdaia-load-comments-btn:after { display: table; content: ""; clear: both }

/* Post Featured Audio */
.bdaia-post-soundcloud
{
    text-align: center;
}

.bdaia-post-soundcloud iframe
{
    line-height: 0;
    display: inline-block;
    margin: 0 auto !important;
    padding: 0 !important;
}

.bdaia-post-soundcloud:before,
.bdaia-post-soundcloud:after
{
    content: "";
    display: table;
}

.bdaia-post-soundcloud:after { clear: both }

/* Post Featured Video */
.bdaia-post-featured-video
{
    position: relative;
    overflow: hidden;
}

.bdaia-post-featured-video:before,
.bdaia-post-featured-video:after
{
    content: "";
    display: table;
}

.bdaia-post-featured-video:after { clear: both }

/* Post Featured Image */
.bdaia-post-featured-image
{
    position: relative;
    overflow: hidden;
}

.bdaia-featured-text
{
    background-image: -moz-linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0.6) 100%);
    background-image: -ms-linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0.6) 100%);
    background-image: -o-linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0.6) 100%);
    background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0.6) 100%);
    background-image: -webkit-gradient(linear, center top, center bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.6)));
    background-image: linear-gradient(to bottom,rgba(0,0,0,0) 0, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0.6) 100%);
    -webkit-text-shadow: 1px 1px 1px rgba(0,0,0,.3);
    -moz-text-shadow: 1px 1px 1px rgba(0,0,0,.3);
    -ms-text-shadow: 1px 1px 1px rgba(0,0,0,.3);
    -o-text-shadow: 1px 1px 1px rgba(0,0,0,.3);
    text-shadow: 1px 1px 1px rgba(0,0,0,.3);
    padding: 40px 20px 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #FFF;
}

.bdaia-featured-text .bdaia-post-caption
{
    text-transform: uppercase;
    font-size: 11px;
    opacity: .7;
    font-weight: 400;
    line-height: 120%;
    position: absolute;
    right: 10px;
    bottom: 10px;
    text-align: right;
    width: 30%;
}

.bdaia-post-description
{
    float: left;
}

@media only screen and (max-width: 777px)
{
    .bdaia-post-description { display: none }
    .bdaia-featured-text .bdaia-post-caption { width: initial }
}

/* Post Review */
.post-review-bd {
    position: relative;
    z-index: 5;
    clear: both;
    margin: 0 0 21px 0;
    padding: 0;
}

.post-review-bd:before,
.post-review-bd:after
{
    content: "";
    display: table;
}

.post-review-bd:after { clear: both }

.post-review-table {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    padding: 0;
}
.post-review-table tr td,
.post-review-table tr th,
.post-review-table td {
    border: none;
    margin: 0;
    padding: 0;
    background: none;
}
.post-review-table tr th,
.post-review-table tr td {
    padding: 11px 19px;
    border: #e0e0e0 1px solid;
    background: #FFF;
    vertical-align: middle;
}
.post-review-table tr.post-review-total th,
.post-review-table tr.post-review-total td { padding: 24px 19px; }
.post-review-table tr.post-review-total td { vertical-align: top; }
.post-review-table tr th {
    background: #f9f9f9;
    text-align: center;
}
.post-review-total .summary-title,
.post-review-header,
.brief-summary {
    clear: both;
    overflow: hidden;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    text-transform: uppercase;
    text-rendering: auto;
}
.brief-summary { margin-top: 5px; }
.post-review-total .summary-title { margin-bottom: 10px; }
.total-score {
    padding-bottom: 7px;
    display: block;
}
.total-score span.num {
    font-size: 49px;
    line-height: 49px;
}
.points-rating {
    height: 20px;
    margin: 6px 0;
    background-color: #f0f0f0;
}
.points-rating-div {
    height: 20px;
    background: #ffc741;
}
.bd-criteria-points { float: right; }
.rtl .bd-criteria-points { float: left; }

.bd-criteria-description { float: left; }
.rtl .bd-criteria-description { float: right; }

/* Star Rating */
.star-rating {
    word-break: normal !important;
    white-space: normal !important;
}
.star-rating {
    display: inline-block !important;
    -webkit-text-shadow: none !important;
    -moz-text-shadow: none !important;
    text-shadow: none !important;
    margin: 0 auto !important;
    overflow: hidden !important;
    position: relative !important;
    font-family: 'bdaia-woohoo' !important;
    speak: none !important;
    height: 15px !important;
    width: 88px !important;
    font-size: 18px !important;
    line-height: 15px !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    -webkit-font-feature-settings: "liga" !important;
    -moz-font-feature-settings: "liga=1" !important;
    -moz-font-feature-settings: "liga" !important;
    -ms-font-feature-settings: "liga" 1 !important;
    -o-font-feature-settings: "liga" !important;
    font-feature-settings: "liga" !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}
.star-rating:before {
    content: "\e946\e946\e946\e946\e946" !important;
    float: left !important;
    top: 0 !important;
    left: 0 !important;
    height: 15px !important;
    width: 88px !important;
    font-size: 18px !important;
    line-height: 15px !important;
    position: absolute !important;
    color: #111 !important;
}
.star-rating span {
    overflow: hidden !important;
    float: left !important;
    top: 0 !important;
    left: 0 !important;
    position: absolute !important;
    display: block !important;
    height: 15px !important;
    line-height: 15px !important;
    padding: 0 !important;
}
.star-rating span:before {
    content: "\e947\e947\e947\e947\e947" !important;
    top: 0 !important;
    position: absolute !important;
    left: 0 !important;
    height: 15px !important;
    width: 88px !important;
    font-size: 18px !important;
    line-height: 15px !important;
    color: #111 !important;
}


/* Post Sharing */
.bdaia-post-sharing
{
    font-size: 0;
    line-height: 0;
    position: relative;
    display: table;
    text-align: center;
    width: 100%;
    overflow: hidden;
    clear: both;
}
.bdaia-post-sharing:before,
.bdaia-post-sharing:after {
    display: table;
    content: " ";
    clear: both;
}

.bdaia-post-sharing.bdaia-post-sharing-top
{
    margin: 0 0 0 0;
}

.bdaia-post-sharing.bdaia-post-sharing-bottom
{
    margin: 0 0 40px 0;
}

.bdaia-post-sharing ul,
.bdaia-post-sharing ul li
{
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    line-height: 0;
}

.bdaia-post-sharing ul li
{
    background-color: grey;
    display: inline-block;
    margin: 0;
    max-height: 54px;
    line-height: 0;
    overflow: hidden;
    vertical-align: top;
    width: 64px;
}

.bdaia-post-sharing ul li:nth-of-type(-n+2)
{
    width: calc(50% - 160px);
}

.bdaia-post-sharing ul li a
{
    display: block;
    font-size: 15px;
    line-height: 1;
    padding: 12px 0;
    text-align: center;
    text-decoration: none;
    color: #FFF !important;
}

.bdaia-post-sharing ul li:hover
{
    opacity: .8;
}

.bdaia-post-sharing ul li.facebook { background: #2e5ead }
.bdaia-post-sharing ul li.twitter { background: #00c1f0 }
.bdaia-post-sharing ul li.google { background: #d64737 }
.bdaia-post-sharing ul li.reddit { background: #6D91A6 }
.bdaia-post-sharing ul li.pinterest { background: #ab171e }
.bdaia-post-sharing ul li.linkedin { background: #4073a0 }
.bdaia-post-sharing ul li.tumblr { background: #2e5ead }

.bdaia-post-sharing .bdaia-io
{
    font-size: 24px;
    margin: 0 5px;
    vertical-align: -3px;
}

.bdaia-post-sharing ul li:nth-of-type(n+3) a
{
    font-size: 0;
}

@media only screen and (max-width: 1060px)
{
    .bdaia-post-sharing ul li,
    .bdaia-post-sharing ul li:nth-of-type(-n+2)
    {
        width: 54px;
    }

    .bdaia-post-sharing ul li a
    {
        padding: 12px 0;
        font-size: 0;
    }

    .bdaia-post-sharing i { font-size: 18px }
}

@media only screen and (max-width: 600px)
{
    .bdaia-post-sharing ul li,
    .bdaia-post-sharing ul li:nth-of-type(-n+2)
    {
        width: 36px;
    }

    .bdaia-post-sharing ul li a
    {
        padding: 7px 0;
        font-size: 0;
    }

    .bdaia-post-sharing i { font-size: 18px }
}

/* Post Footer */
footer .tagcloud
{
    text-align: initial;
    margin: 10px 0 36px 0;
}

footer .tagcloud:before,
footer .tagcloud:after {
    display: table;
    content: " ";
    clear: both;
}

/* Previous/Next article */
.bdaia-post-next-prev
{
    overflow: hidden;
    display: block;
    position: relative;
    clear: both;
}
.bdaia-post-next-prev:before,
.bdaia-post-next-prev:after {
    display: table;
    clear: both;
    content: " ";
}
.bdaia-post-next-prev .bdaia-post-prev-post,
.bdaia-post-next-prev .bdaia-post-next-post
{
    float: left;
    width: 50%;
    padding-right: 30px;
}

.bdaia-post-next-prev .bdaia-post-next-post
{
    text-align: right;
    padding-right: 0;
    padding-left: 30px;
}

.bdaia-post-next-prev a
{
    display: block;
    color: #222;
    margin-bottom: 40px;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    line-height: 20px;
}

.bdaia-post-next-prev span
{
    display: block;
    font-size: 12px;
    color: #c1c1c1;
    margin-bottom: 5px;
}

@media only screen and (max-width: 700px)
{
    .bdaia-post-next-prev .bdaia-post-prev-post,
    .bdaia-post-next-prev .bdaia-post-next-post
    {
        float: none;
        width: 100%;
        max-width: 80%;
        text-align: center;
        margin: 0 auto;
        padding: 0;
    }
}

/* Post Author Box */
.bdaia-author-box
{
    position: relative;
    display: block;
    border: 1px solid #ddd;
    padding: 20px;
    margin: 0 0 40px 0;
}

.bdaia-author-box:before,
.bdaia-author-box:after
{
    content: "";
    display: table;
}

.bdaia-author-box:after
{
    clear: both;
}

.bdaia-author-box .authorBlock-avatar
{
    float: left;
    width: 100px;
}

.rtl .bdaia-author-box .authorBlock-avatar { float: right }

.bdaia-author-box .authorBlock-header
{
    margin: 0 0 0 120px;
}

.rtl .bdaia-author-box .authorBlock-header { margin: 0 120px 0 0; }

.bdaia-author-box .authorBlock-header-title
{
    margin: 0 0 10px 0;
    padding: 0;
    font-family: 'Work Sans', sans-serif;
    font-size: 17px;
    line-height: 17px;
    font-weight: 700;
    text-transform: uppercase;
}

.bdaia-author-box .authorBlock-header-bio
{
    margin: 0 0 10px 0;
    line-height: 180%;
}

@media only screen and (max-width: 700px)
{
    .bdaia-author-box { text-align: center }
    .bdaia-author-box .authorBlock-avatar { float: none; margin: 0 auto 20px auto; width: initial }
    .bdaia-author-box .authorBlock-header-bio { margin: 0 auto 14px auto }
    .bdaia-author-box .authorBlock-header { margin:  0 0 0 0 }
}

.sk-circle .sk-child:before, #reading-position-indicator {}

/* Ads */
.bdaia-e3-container {
    position: relative;
    margin: 0;
    padding: 0;
    line-height: 0;
    z-index: 0;
}

.bdaia-e3-container a {
    display: inline-block;
}

.bdaia-block-e3 {
    display: block;
    text-align: -webkit-center;
    text-align: -moz-center;
    text-align: center;
    margin-right: auto !important;
    margin-left: auto !important;
}
.bdaia-p-temp-s4-e3-mobile,
.bdaia-p-temp-s4-e3-desktop,
.bdaia-p-temp-s3-e3-mobile,
.bdaia-p-temp-s3-e3-desktop,
.bdaia-p-inline-e3-desktop,
.bdaia-p-inline-e3-mobile,
.bdaia-p-bottom-e3-desktop,
.bdaia-p-bottom-e3-mobile,
.bdaia-p-top-e3-desktop,
.bdaia-p-top-e3-mobile,
.bdaia-footer-e3-mobile,
.bdaia-footer-e3-desktop,
.bdaia-header-e3-mobile,
.bdaia-header-e3-desktop {
    display: block;
    text-align: -webkit-center;
    text-align: -moz-center;
    text-align: center;
}

.bdaia-header-e3-mobile,
.bdaia-header-e3-desktop { margin: 30px auto 0 auto }


.bdaia-footer-e3-mobile,
.bdaia-footer-e3-desktop { margin: 0 auto 30px auto }

.bdaia-post-template-style6 .bdaia-header-e3-mobile,
.bdaia-post-template-style6 .bdaia-header-e3-desktop,
.bdaia-post-template-style6 .bdaia-footer-e3-mobile,
.bdaia-post-template-style6 .bdaia-footer-e3-desktop { margin: 30px auto }

.bdaia-p-top-e3-desktop,
.bdaia-p-top-e3-mobile { margin: 0 auto 26px auto }

.bdaia-p-bottom-e3-desktop,
.bdaia-p-bottom-e3-mobile { margin: 0 auto 36px auto }

.bdaia-p-inline-e3-desktop,
.bdaia-p-inline-e3-mobile { margin: 0 auto 26px auto }

.bdaia-p-top-e3-mobile,
.bdaia-p-inline-e3-mobile,
.bdaia-p-bottom-e3-mobile { margin-left: -17px; margin-right: -17px}

.bdaia-p-temp-s3-e3-mobile { margin: 0 auto 30px }
.bdaia-p-temp-s3-e3-desktop { margin: 0 auto }

.bdaia-p-temp-s4-e3-mobile,
.bdaia-p-temp-s4-e3-desktop{
    margin: 0 auto 20px
}

/* Post Template Style Default */
.bdaia-post-template-default {}
.bdaia-post-template-default .bdaia-crumb-container { margin: 0 0 9px 0 }
.bdaia-post-template-default .bdaia-category { margin: 0 0 10px 0 }
.bdaia-post-template-default .bdaia-post-title { margin: 0 0 18px 0 }
.bdaia-post-template-default .bdaia-meta-info { margin: 0 0 21px 0 }

.bdaia-post-template-default .bdaia-post-gallery,
.bdaia-post-template-default .bdaia-post-featured-video,
.bdaia-post-template-default .bdaia-post-featured-image
{
    margin: 0 -30px;
    overflow: hidden;
    position: relative;
    display: block;
}

@media only screen and (max-width: 479px)
{
    .bdaia-post-template-default .bdaia-post-gallery,
    .bdaia-post-template-default .bdaia-post-featured-video,
    .bdaia-post-template-default .bdaia-post-featured-image { margin-right: -15px; margin-left: -15px }
}


.bdaia-post-template-default .bdaia-post-featured-image img
{
    display: block;
    width: 100%;
}

.bdaia-post-template-default #bdaia-ralated-posts { margin: 0 auto 40px auto }

.bdaia-post-template-default .bdaia-post-soundcloud,
.bdaia-post-template-default .bdaia-post-featured-image,
.bdaia-post-template-default .bdaia-post-gallery,
.bdaia-post-template-default .bdaia-post-featured-video {
    display: block;
    margin-bottom: 26px;
}

/* Post Template Style 1 */
.bdaia-post-template-style1 .bdaia-post-style1-head {
}

.bdaia-post-template-style1 .bdaia-post-template {
    background: #FFF;
    padding: 30px 15px;
    -webkit-box-shadow: 0 0 3px rgba( 0,0,0, 0.20 );
    -moz-box-shadow: 0 0 3px rgba( 0,0,0, 0.20 );
    box-shadow: 0 0 3px rgba( 0,0,0, 0.20 );
}
.bdaia-post-template-style1 .bdaia-post-template .bd-sidebar .widget {
    padding: 0 15px;
    border: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.bdaia-post-template-style1 .bdaia-post-template .bd-sidebar .widget:after {display: none !important}

.bdaia-post-template-style1 .bdaia-post-template .bd-main { padding: 0 15px }
@media only screen and (max-width: 1240px)
{
    .bdaia-post-template-style1 .bd-container.bdaia-post-template {
        width: 100% !important;
        max-width: 100% !important;
    }
}

.bdaia-post-template-style1 .bdaia-post-soundcloud,
.bdaia-post-template-style1 .bdaia-post-gallery,
.bdaia-post-template-style1 .bdaia-post-featured-video {
    display: block;
    margin-bottom: 26px;
}

.bdaia-post-template-style1 .bdaia-post-style1-head .bd-container
{
    padding: 30px 60px;
    margin: 0 auto;
    height: 540px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 700px)
{
    .bdaia-post-template-style1 .bdaia-post-style1-head .bd-container
    {
        height: 360px;
        padding: 30px 30px 20px;
    }
}

.bdaia-post-template-style1 .bdaia-post-style1-head .bd-container:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    -webkit-box-shadow: inset 0 0 202px 0 rgba(0,0,0,0.8);
    -moz-box-shadow: inset 0 0 202px 0 rgba(0,0,0,0.8);
    box-shadow: inset 0 0 202px 0 rgba(0,0,0,0.8);
    z-index: 1;
}

.bdaia-post-template-style1 .bdaia-post-style1-head .bd-container .bdaia-post-header {
    position: absolute;
    bottom: 30px;
    max-width: 90%;
    z-index: 2;
}

.bdaia-post-template-style1 .bdaia-crumb-container{ z-index: 2 }
.bdaia-post-template-style1 .bdaia-category { margin: 0 0 10px 0 }
.bdaia-post-template-style1 .bdaia-post-title { margin: 0 0 18px 0 }
.bdaia-post-template-style1 .bdaia-meta-info { margin: 0 0 0 0 }
.bdaia-post-template-style1 #bdaia-ralated-posts { margin: 0 auto 40px auto }

.bdaia-post-template-style1 .bdaia-post-style1-head *
{
    color: #FFF;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2)
}

.bdaia-post-template-style1 .bdaia-post-author-name,
.bdaia-post-template-style1 .bdaia-post-date,
.bdaia-post-template-style1 .bdaia-post-time-read,
.bdaia-post-template-style1 .bdaia-post-comment,
.bdaia-post-template-style1 .bdaia-post-like,
.bdaia-post-template-style1 .bdaia-post-view {
    float: none;
    margin: 0 11px 11px 0;
}

.rtl .bdaia-post-template-style1 .bdaia-post-author-name,
.rtl .bdaia-post-template-style1 .bdaia-post-date,
.rtl .bdaia-post-template-style1 .bdaia-post-time-read,
.rtl .bdaia-post-template-style1 .bdaia-post-comment,
.rtl .bdaia-post-template-style1 .bdaia-post-like,
.rtl .bdaia-post-template-style1 .bdaia-post-view {
    margin: 0 0 11px 11px;
}

.thumbnail-cover
{
    position: fixed;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    z-index: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center top;
}

@media only screen and (max-width: 1240px)
{
    .bdaia-post-template-style1 .bdaia-post-style1-head .bd-container {
        width: 100% !important;
        max-width: 100% !important;
    }
}

/* Post Template Style 2 */
.bdaia-post-template-style2 .bdaia-post-style2-head {
    display: block;
    position: relative;
    background-color: #333;
    overflow: hidden;
}

.bdaia-post-template-style2 .bdaia-post-style2-head .bd-container{  padding: 28px 0 0 }

.bdaia-post-template-style2 .bdaia-post-style2-head:before,
.bdaia-post-template-style2 .bdaia-post-style2-head:after { content:""; display: table }
.bdaia-post-template-style2 .bdaia-post-style2-head:after { clear: both }

.bdaia-post-template-style2 {}

.bdaia-post-template-style2 .bdaia-crumb-container { margin: 0 auto 21px auto; text-align: center }
.bdaia-post-template-style2 .bdaia-category { margin: 0 0 10px 0 }
.bdaia-post-template-style2 .bdaia-post-title { margin: 0 0 18px 0 }
.bdaia-post-template-style2 .bdaia-meta-info { margin: 0 0 21px 0 }
.bdaia-post-template-style2 #bdaia-ralated-posts { margin: 0 auto 40px auto }

.bdaia-post-template-style2 .bdaia-post-gallery,
.bdaia-post-template-style2 .bdaia-post-featured-image
{
    margin: -30px -30px 0;
    overflow: hidden;
    position: relative;
    display: block;
}

@media only screen and (max-width: 479px)
{
    .bdaia-post-template-style2 .bdaia-post-gallery,
    .bdaia-post-template-style2 .bdaia-post-featured-image { margin-top: -15px; margin-right: -15px; margin-left: -15px }
}

.bdaia-post-template-style2 .bdaia-post-featured-image img
{
    display: block;
    width: 100%;
}

.bdaia-post-template-style2 .bdaia-post-soundcloud,
.bdaia-post-template-style2 .bdaia-post-featured-image,
.bdaia-post-template-style2 .bdaia-post-gallery{
    display: block;
    margin-bottom: 26px;
}

.bdaia-post-template-style2 .bdaia-post-style2-head *
{
    text-align: center;
    color: #FFF;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2)
}

.bdaia-post-template-style2 .bdaia-post-style2-head .bdaia-post-featured-video,
.bdaia-post-template-style2 .bdaia-post-sharing-top,
.bdaia-post-template-style2 .bdaia-post-header {
    max-width: 85%; margin: 0 auto
}

.bdaia-post-template-style2 .bdaia-post-sharing-top {margin-bottom: 30px}
.bdaia-post-template-style2 .bdaia-post-content {margin-top: 0}
.bdaia-post-template-style2 .bdaia-post-style2-head .bdaia-post-featured-video {margin-bottom: 30px}

.bdaia-post-template-style2 .bdaia-post-author-name,
.bdaia-post-template-style2 .bdaia-post-date,
.bdaia-post-template-style2 .bdaia-post-time-read,
.bdaia-post-template-style2 .bdaia-post-comment,
.bdaia-post-template-style2 .bdaia-post-like,
.bdaia-post-template-style2 .bdaia-post-view {
    float: none;
    margin: 0 11px;
}

@media only screen and (max-width: 1240px)
{
    .bdaia-post-template-style2 .bdaia-post-sharing-top,
    .bdaia-post-template-style2 .bdaia-post-header,
    .bdaia-post-template-style2 .bdaia-post-style2-head .bdaia-post-featured-video { max-width: 100% }
    .bdaia-post-template-style2 .bdaia-post-style2-head .bd-container {width: 100% !important; max-width: 100% !important}
}


/* Post Template Style 3 */
.bdaia-post-template-style3 .bdaia-post-style3-head {
    display: block;
    position: relative;
    background-color: #333;
    overflow: hidden;
}

.bdaia-post-template-style3 .bdaia-post-style3-head .bd-container{ padding: 28px 0 0 }

.bdaia-post-template-style3 .bdaia-post-style3-head:before,
.bdaia-post-template-style3 .bdaia-post-style3-head:after { content:""; display: table }
.bdaia-post-template-style3 .bdaia-post-style3-head:after { clear: both }

.bdaia-post-template-style3 {}

.bdaia-post-template-style3 .bdaia-crumb-container { margin: 0 auto 21px auto; }
.bdaia-post-template-style3 .bdaia-category { margin: 0 0 10px 0 }
.bdaia-post-template-style3 .bdaia-post-title { margin: 0 0 18px 0 }
.bdaia-post-template-style3 .bdaia-meta-info { margin: 0 0 21px 0 }
.bdaia-post-template-style3 #bdaia-ralated-posts { margin: 0 auto 30px auto }

.bdaia-post-template-style3 .bdaia-post-gallery,
.bdaia-post-template-style3 .bdaia-post-featured-image
{
    margin: -30px -30px 0;
    overflow: hidden;
    position: relative;
    display: block;
}

@media only screen and (max-width: 479px)
{
    .bdaia-post-template-style3 .bdaia-post-gallery,
    .bdaia-post-template-style3 .bdaia-post-featured-image {margin: -15px -15px 0}
}

.bdaia-post-template-style3 .bdaia-post-featured-image img
{
    display: block;
    width: 100%;
}

.bdaia-post-template-style3 .bdaia-post-soundcloud,
.bdaia-post-template-style3 .bdaia-post-featured-image,
.bdaia-post-template-style3 .bdaia-post-gallery{
    display: block;
    margin-bottom: 26px;
}

.bdaia-post-template-style3 .bdaia-post-style3-head *
{
    color: #FFF;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2)
}

.bdaia-post-template-style3 .bdaia-post-style3-head .bdaia-post-featured-video,
.bdaia-post-template-style3 .bdaia-post-sharing-top,
.bdaia-post-template-style3 .bdaia-post-header {

}

.bdaia-post-template-style3 .bdaia-post-sharing-top {margin-bottom: 30px}
.bdaia-post-template-style3 .bdaia-post-content {margin-top: 0}
.bdaia-post-template-style3 .bdaia-post-style3-head .bdaia-post-featured-video {margin-bottom: 30px}

.bdaia-post-template-style3 .bdaia-post-author-name,
.bdaia-post-template-style3 .bdaia-post-date,
.bdaia-post-template-style3 .bdaia-post-time-read,
.bdaia-post-template-style3 .bdaia-post-comment,
.bdaia-post-template-style3 .bdaia-post-like,
.bdaia-post-template-style3 .bdaia-post-view {
    float: none;
    margin: 0 11px 11px 0;
}

.rtl .bdaia-post-template-style3 .bdaia-post-author-name,
.rtl .bdaia-post-template-style3 .bdaia-post-date,
.rtl .bdaia-post-template-style3 .bdaia-post-time-read,
.rtl .bdaia-post-template-style3 .bdaia-post-comment,
.rtl .bdaia-post-template-style3 .bdaia-post-like,
.rtl .bdaia-post-template-style3 .bdaia-post-view {
    margin: 0 0 11px 11px;
}

.bdaia-post-template-style3 .bdaia-posts-grid-post-inner {
    background: none transparent;
}

.bdaia-post-template-style3 #bdaia-ralated-posts .bdaia-ralated-posts-head ul {
    border-color: #444;
}

.bdaia-post-template-style3 #bdaia-ralated-posts .bdaia-ralated-posts-head li a:after {
    background: #FFF;
}

.bdaia-post-template-style3 .bdaia-post-title .entry-title {
    font-size: 22px;
    line-height: 28px;
}

@media only screen and (max-width: 1240px)
{
    .bdaia-post-template-style3 .bdaia-post-sharing-top,
    .bdaia-post-template-style3 .bdaia-post-header,
    .bdaia-post-template-style3 .bdaia-post-style3-head .bdaia-post-featured-video { max-width: 100% }
    .bdaia-post-template-style3 .bdaia-post-style3-head .bd-container {width: 100% !important; max-width: 100% !important; padding-left: 28px; padding-right: 28px}
}

@media only screen and (max-width: 1020px) {
    .bdaia-post-template-style3 .bdaia-p-temp-s3-ad-desktop {margin-bottom: 30px}
}

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

    .bdaia-post-template-style3 .bdaia-post-style3-head .bd-container {width: 100% !important; max-width: 100% !important; padding-left: 11px; padding-right: 11px}

    .bdaia-post-template-style3 #bdaia-ralated-posts .bdaia-posts-grid-post,
    .bdaia-post-template-style3 #bdaia-ralated-posts .bdaia-posts-grid.grid-5col .bdaia-posts-grid-post,
    .bdaia-post-template-style3 #bdaia-ralated-posts .bdaia-posts-grid.grid-5col .bdaia-posts-grid-post:nth-of-type(3n+1),
    .bdaia-post-template-style3 #bdaia-ralated-posts .bdaia-posts-grid.grid-5col .bdaia-posts-grid-post:nth-of-type(5n+1) {
        display: block;
        float: none;
        padding: 0 !important;
        width: 100%;
    }

    .bdaia-post-template-style3 #bdaia-ralated-posts .bdaia-posts-grid-post:before,
    .bdaia-post-template-style3 #bdaia-ralated-posts .bdaia-posts-grid-post:after { display: table; content: "" }
    .bdaia-post-template-style3 #bdaia-ralated-posts .bdaia-posts-grid-post:after { clear: both }

    .bdaia-post-template-style3 #bdaia-ralated-posts .bdaia-posts-grid-post .post-image {
        position: absolute;
        left: 0;
        top: 0;
        max-width: 90px;
    }

    .rtl .bdaia-post-template-style3 #bdaia-ralated-posts .bdaia-posts-grid-post .post-image {
        left: auto;
        right: 0;
    }

    .bdaia-post-template-style3 #bdaia-ralated-posts .bdaia-posts-grid-post  .bdayh-post-header {
        margin-left: 110px;
        padding: 0 !important;
        min-height: 62px;
    }
    .rtl .bdaia-post-template-style3 #bdaia-ralated-posts .bdaia-posts-grid-post  .bdayh-post-header {
        margin-left: auto;
        margin-right: 110px;
    }

    .bdaia-post-template-style3 #bdaia-ralated-posts .bdaia-posts-grid-post  .bdaia-posts-grid-post-inner {margin-bottom: 18px}
    .bdaia-post-template-style3 #bdaia-ralated-posts .bdaia-posts-grid-post.post .entry-title, .bdaia-posts-grid-post h3 {font-size: 13px; }
}

/* Post Template Style 4 */
.bdaia-post-template-style4 .bdaia-post-featured-left {
    float: left;
    width: 300px;
    margin-right: 20px;
    z-index: 10;
    position: relative;
    padding-top: 7px;
    text-align: center;
}

.rtl .bdaia-post-template-style4 .bdaia-post-featured-left {
    float: right;
    margin-right: auto;
    margin-left: 20px;
}

.bdaia-post-template-style4 .bdaia-post-featured-left .bdaia-post-featured-image{
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 21px;
    display: inline-block;
}

.bdaia-post-template-style4 {}
.bdaia-post-template-style4 .bdaia-crumb-container { margin: 0 0 9px 0 }
.bdaia-post-template-style4 .bdaia-category { margin: 0 0 10px 0 }
.bdaia-post-template-style4 .bdaia-post-title { margin: 0 0 18px 0 }
.bdaia-post-template-style4 .bdaia-meta-info { margin: 0 0 21px 0 }

.bdaia-post-template-style4 .bdaia-post-gallery,
.bdaia-post-template-style4 .bdaia-post-featured-video{
    margin: 0 -30px;
    overflow: hidden;
    position: relative;
    display: block;
}

@media only screen and (max-width: 479px)
{
    .bdaia-post-template-style4 .bdaia-post-gallery,
    .bdaia-post-template-style4 .bdaia-post-featured-video { margin-right: -15px; margin-left: -15px }
}


.bdaia-post-template-default .bdaia-post-featured-image img
{
    display: block;
    width: 100%;
}

.bdaia-post-template-style4 #bdaia-ralated-posts { margin: 0 auto 40px auto }

.bdaia-post-template-style4 .bdaia-post-soundcloud,
.bdaia-post-template-style4 .bdaia-post-gallery,
.bdaia-post-template-style4 .bdaia-post-featured-video {
    display: block;
    margin-bottom: 26px;
}

@media only screen and (max-width: 1020px) {
    .bdaia-post-template-style4 .bdaia-post-featured-left {
        float: none;
        width: initial;
        margin-right: -15px;
        margin-left: -15px;
        padding-top: 0;
    }
}

/* Post Template Style 5 */
.bdaia-post-template-style5 .bdaia-post-template {
    background: #FFF;
    padding: 30px 15px;
}

.bdaia-post-template-style5 .bdaia-post-template .bd-sidebar .widget {
    padding: 0 15px;
    border: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.bdaia-post-template-style5 .bdaia-post-template .bd-sidebar .widget:after {display: none !important}

.bdaia-post-template-style5 .bdaia-post-template .bd-main { padding: 0 15px }

@media only screen and (max-width: 1240px)
{
    .bdaia-post-template-style5 .bdaia-post-style5-head .bd-container,
    .bdaia-post-template-style5 .bd-container.bdaia-post-template {
        width: 100% !important;
        max-width: 100% !important;
    }

    .bdaia-post-template-style5 .bdaia-post-template .bd-sidebar {
        padding-right: 0;
        padding-left: 0;
    }
}

.bdaia-post-template-style5 {}
.bdaia-post-template-style5 .bdaia-crumb-container { margin: 0 0 9px 0 }
.bdaia-post-template-style5 .bdaia-category { margin: 0 0 10px 0 }
.bdaia-post-template-style5 .bdaia-post-title { margin: 0 0 18px 0 }
.bdaia-post-template-style5 .bdaia-meta-info { margin: 0 0 21px 0 }

.bdaia-post-template-style5 .bdaia-post-gallery,
.bdaia-post-template-style5 .bdaia-post-featured-video{
    margin: 0;
    overflow: hidden;
    position: relative;
    display: block;
}

.bdaia-post-template-style5 .bdaia-post-featured-image img {
    display: block;
    width: 100%;
}

.bdaia-post-template-style5 #bdaia-ralated-posts { margin: 0 auto 40px auto }

.bdaia-post-template-style5 .bdaia-post-soundcloud,
.bdaia-post-template-style5 .bdaia-post-gallery,
.bdaia-post-template-style5 .bdaia-post-featured-video {
    display: block;
    margin-bottom: 26px;
}

.bdaia-post-template-style5 .bdaia-post-style5-head .bd-container {
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    transition: 500ms;
    position: relative;
}

.bdaia-post-template-style5 .bdaia-post-style5-head .bd-container
{
    padding: 30px 30px;
    margin: 0 auto;
    height: 540px;
    position: relative;
    background-color: #222;
    overflow: hidden;
}

@media only screen and (max-width: 1020px) {
    .bdaia-post-template-style5 .bdaia-post-style5-head .bd-container {height: 460px}
}

@media only screen and (max-width: 700px) {
    .bdaia-post-template-style5 .bdaia-post-style5-head .bd-container {height: 360px}
}

.bdaia-post-template-style5 .bdaia-post-style5-head * { color: #FFF; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) }

.bdaia-post-template-style5 .bdaia-post-style5-head .bdaia-post-header {
    max-width: 90%;
    position: absolute;
    bottom: 0;
    padding: 0;
    -webkit-text-shadow: 1px 1px 1px rgba(0,0,0,.3);
    -moz-text-shadow: 1px 1px 1px rgba(0,0,0,.3);
    -ms-text-shadow: 1px 1px 1px rgba(0,0,0,.3);
    -o-text-shadow: 1px 1px 1px rgba(0,0,0,.3);
    text-shadow: 1px 1px 1px rgba(0,0,0,.3);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.bdaia-post-template-style5 .bdaia-post-author-name,
.bdaia-post-template-style5 .bdaia-post-date,
.bdaia-post-template-style5 .bdaia-post-time-read,
.bdaia-post-template-style5 .bdaia-post-comment,
.bdaia-post-template-style5 .bdaia-post-like,
.bdaia-post-template-style5 .bdaia-post-view {
    float: none;
    margin: 0 11px 11px 0;
}

.rtl .bdaia-post-template-style5 .bdaia-post-author-name,
.rtl .bdaia-post-template-style5 .bdaia-post-date,
.rtl .bdaia-post-template-style5 .bdaia-post-time-read,
.rtl .bdaia-post-template-style5 .bdaia-post-comment,
.rtl .bdaia-post-template-style5 .bdaia-post-like,
.rtl .bdaia-post-template-style5 .bdaia-post-view {
    margin: 0 0 11px 11px;
}


/* Post Template Style 6 */
.bdaia-post-template-style6 .bdMain {
    background-color: #FFF;
    padding: 0;
}

.bdaia-post-template-style6 .bdaia-post-template {
    background: #FFF;
    padding: 30px 15px;
}

.bdaia-post-template-style6 .bdaia-post-template .bd-sidebar .widget {
    padding: 0 15px;
    border: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.bdaia-post-template-style6 .bdaia-post-template .bd-sidebar .widget:after {display: none !important}
.bdaia-post-template-style6 .bdaia-post-template .bd-main { padding: 0 15px }

@media only screen and (max-width: 1240px)
{
    .bdaia-post-template-style6 .bdaia-post-style6-head .bd-container,
    .bdaia-post-template-style6 .bd-container.bdaia-post-template {
        width: 100% !important;
        max-width: 100% !important;
    }

    .bdaia-post-template-style6 .bdaia-post-template .bd-sidebar {
        padding-right: 0;
        padding-left: 0;
    }
}

.bdaia-post-template-style6 {}
.bdaia-post-template-style6 .bdaia-crumb-container { margin: 0 0 9px 0 }
.bdaia-post-template-style6 .bdaia-category { margin: 0 0 10px 0 }
.bdaia-post-template-style6 .bdaia-post-title { margin: 0 0 18px 0 }
.bdaia-post-template-style6 .bdaia-meta-info { margin: 0 0 21px 0 }

.bdaia-post-template-style6 .bdaia-post-gallery,
.bdaia-post-template-style6 .bdaia-post-featured-video{
    margin: 0;
    overflow: hidden;
    position: relative;
    display: block;
}

.bdaia-post-template-style6 .bdaia-post-featured-image img {
    display: block;
    width: 100%;
}

.bdaia-post-template-style6 #bdaia-ralated-posts { margin: 0 auto 40px auto }

.bdaia-post-template-style6 .bdaia-post-soundcloud,
.bdaia-post-template-style6 .bdaia-post-gallery,
.bdaia-post-template-style6 .bdaia-post-featured-video {
    display: block;
    margin-bottom: 26px;
}

.bdaia-post-template-style6 .bdaia-post-style6-head {
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    transition: 500ms;
    position: relative;
    background-color: #222;
    overflow: hidden;
}

.bdaia-post-template-style6 .bdaia-post-style6-head .bd-container
{
    padding: 30px 30px;
    margin: 0 auto;
    height: 698px;
    position: relative;
    overflow: hidden;
}

@media only screen and (max-width: 1020px) {
    .bdaia-post-template-style6 .bdaia-post-style6-head .bd-container {height: 460px}
}

@media only screen and (max-width: 700px) {
    .bdaia-post-template-style6 .bdaia-post-style6-head .bd-container {height: 360px}
}

.bdaia-post-template-style6 .bdaia-post-style6-head * { color: #FFF; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) }

.bdaia-post-template-style6 .bdaia-post-style6-head .bdaia-post-header {
    max-width: 90%;
    position: absolute;
    bottom: 0;
    padding: 0;
    -webkit-text-shadow: 1px 1px 1px rgba(0,0,0,.3);
    -moz-text-shadow: 1px 1px 1px rgba(0,0,0,.3);
    -ms-text-shadow: 1px 1px 1px rgba(0,0,0,.3);
    -o-text-shadow: 1px 1px 1px rgba(0,0,0,.3);
    text-shadow: 1px 1px 1px rgba(0,0,0,.3);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.bdaia-post-template-style6 .bdaia-post-author-name,
.bdaia-post-template-style6 .bdaia-post-date,
.bdaia-post-template-style6 .bdaia-post-time-read,
.bdaia-post-template-style6 .bdaia-post-comment,
.bdaia-post-template-style6 .bdaia-post-like,
.bdaia-post-template-style6 .bdaia-post-view {
    float: none;
    margin: 0 11px 11px 0;
}

.rtl .bdaia-post-template-style6 .bdaia-post-author-name,
.rtl .bdaia-post-template-style6 .bdaia-post-date,
.rtl .bdaia-post-template-style6 .bdaia-post-time-read,
.rtl .bdaia-post-template-style6 .bdaia-post-comment,
.rtl .bdaia-post-template-style6 .bdaia-post-like,
.rtl .bdaia-post-template-style6 .bdaia-post-view {
    margin: 0 0 11px 11px;
}

.bdaia-post-template-style6 .bdaia-post-read-down {
    text-align: center;
    padding: 0 0 30px 0;
}
.bdaia-post-template-style6 .bdaia-post-read-down a {line-height: 0; display: inline-block}
.bdaia-post-template-style6 .bdaia-post-read-down .bdaia-io { font-size: 4em; line-height: 100% }

.bdaia-post-template-style6 .bdaia-post-read-down:before,
.bdaia-post-template-style6 .bdaia-post-read-down:after {content:  ""; display: table; clear: both}

.bdaia-post-template-style6 .bdaia-post-style6-head:hover a.bdaia-featured-img-cover
{
    -webkit-transform: scale(1.035);
    -moz-transform: scale(1.035);
    transform: scale(1.035);
}

/* Post Template Style 7 */
.bdaia-post-template-style7 {
    background-color: #FFF;
}

.bdaia-post-template-style7 .bdMain {
    background-color: #FFF;
    padding: 0
}

.bdaia-post-template-style7 .bdaia-post-template .bd-main {
    float: none;
    width: initial;
    max-width: 860px;
    margin-right: auto;
    margin-left: auto;
    background: none transparent;
}

.bdaia-post-template-style7 .bdaia-crumb-container { margin: 0 0 9px 0 }
.bdaia-post-template-style7 .bdaia-category { margin: 0 0 10px 0 }
.bdaia-post-template-style7 .bdaia-post-title { margin: 0 0 10px 0 }
.bdaia-post-template-style7 .bdaia-meta-info { margin: 0 0 21px 0 }

.bdaia-post-template-style7 .bdaia-post-gallery,
.bdaia-post-template-style7 .bdaia-post-featured-video{
    margin: 0;
    overflow: hidden;
    position: relative;
    display: block;
}

.bdaia-post-template-style7 .bdaia-post-featured-image img {
    display: block;
    width: 100%;
}

.bdaia-post-template-style7 #bdaia-ralated-posts { margin: 0 auto 40px auto }

.bdaia-post-template-style7 .bdaia-post-soundcloud,
.bdaia-post-template-style7 .bdaia-post-gallery,
.bdaia-post-template-style7 .bdaia-post-featured-video {
    display: block;
    margin-bottom: 26px;
}

.bdaia-post-template-style7 .bdaia-post-style7-head {
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    transition: 500ms;
    position: relative;
    background-color: #222;
    overflow: hidden;
}

.bdaia-post-template-style7 .bdaia-post-style7-head .bd-container
{
    padding: 30px 30px;
    margin: 0 auto;
    height: 698px;
    position: relative;
    overflow: hidden;
}

@media only screen and (max-width: 1020px) {
    .bdaia-post-template-style7 .bdaia-post-style7-head .bd-container {height: 460px}
}

@media only screen and (max-width: 700px) {
    .bdaia-post-template-style7 .bdaia-post-style7-head .bd-container {height: 360px}
}

.bdaia-post-template-style7 .bdaia-post-style7-head * { color: #FFF; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2) }

.bdaia-post-template-style7 .bdaia-post-style7-head .bdaia-post-header {
    width: 100%;
    max-width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 15%;
    -webkit-text-shadow: 1px 1px 1px rgba(0,0,0,.3);
    -moz-text-shadow: 1px 1px 1px rgba(0,0,0,.3);
    -ms-text-shadow: 1px 1px 1px rgba(0,0,0,.3);
    -o-text-shadow: 1px 1px 1px rgba(0,0,0,.3);
    text-shadow: 1px 1px 1px rgba(0,0,0,.3);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.bdaia-post-template-style7 .bdaia-post-author-name,
.bdaia-post-template-style7 .bdaia-post-date,
.bdaia-post-template-style7 .bdaia-post-time-read,
.bdaia-post-template-style7 .bdaia-post-comment,
.bdaia-post-template-style7 .bdaia-post-like,
.bdaia-post-template-style7 .bdaia-post-view {
    float: none;
    margin: 4px;
}

.bdaia-post-template-style7 .bdaia-post-read-down {
    text-align: center;
    padding: 0 0 30px 0;
}
.bdaia-post-template-style7 .bdaia-post-read-down a {line-height: 0; display: inline-block}
.bdaia-post-template-style7 .bdaia-post-read-down .bdaia-io { font-size: 4em; line-height: 100% }

.bdaia-post-template-style7 .bdaia-post-read-down:before,
.bdaia-post-template-style7 .bdaia-post-read-down:after {content:  ""; display: table; clear: both}

.bdaia-post-template-style7 .bdaia-post-style7-head:hover a.bdaia-featured-img-cover
{
    -webkit-transform: scale(1.035);
    -moz-transform: scale(1.035);
    transform: scale(1.035);
}


.bdaia-post-template-style7 .wp-caption.alignleft {
    float: left;
    margin-left: -160px;
    margin-right: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.bdaia-post-template-style7 .wp-caption.alignright {
    float: right;
    margin-left: 30px;
    margin-right: -160px;
    margin-bottom: 30px;
    text-align: center;
}

.bdaia-post-template-style7 .wp-caption.aligncenter {
    float: none;
    width: initial !important;
    text-align: center;
    margin-left: -160px;
    margin-right: -160px;
    max-width: inherit !important;
}

.bdaia-post-template-style7 .wp-caption.aligncenter:before,
.bdaia-post-template-style7 .wp-caption.aligncenter:after {display: table; content: ""; clear: both;}

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

    .bdaia-post-template-style7 .wp-caption.aligncenter,
    .bdaia-post-template-style7 .wp-caption.alignright,
    .bdaia-post-template-style7 .wp-caption.alignleft {
        float: none !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }
}

/* Post Template Style 8 */
.bdaia-post-template-style8 {
    background-color: #FFF;
}

.bdaia-post-template-style8 .bdMain {
    background-color: #FFF;
    padding: 0
}

.bdaia-post-template-style8 .bdaia-post-template {
    background: #FFF;
    padding: 30px 15px;
}

.bdaia-post-template-style8 .bdaia-post-template .bd-sidebar .widget {
    padding: 0 15px;
    border: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.bdaia-post-template-style8 .bdaia-post-template .bd-sidebar .widget:after {display: none !important}


.bdaia-post-template-style8 .bdaia-post-template .bd-main { padding: 0 15px }

@media only screen and (max-width: 1240px)
{
    .bdaia-post-template-style8 .bd-container.bdaia-post-template {
        width: 100% !important;
        max-width: 100% !important;
    }

    .bdaia-post-template-style8 .bdaia-post-template .bd-sidebar {
        padding-right: 0;
        padding-left: 0;
    }
}

.bdaia-post-template-style8 .bdaia-crumb-container { margin: 0 0 9px 0 }
.bdaia-post-template-style8 .bdaia-category { margin: 0 0 10px 0 }
.bdaia-post-template-style8 .bdaia-post-title { margin: 0 0 10px 0 }

.bdaia-post-template-style8 .bdaia-post-title h1 {
    border-bottom: 1px solid #EEE;
    padding-bottom: 14px;
}

.bdaia-post-template-style8 .bdaia-meta-info { margin: 0 0 21px 0 }

.bdaia-post-template-style8 .bdaia-post-gallery,
.bdaia-post-template-style8 .bdaia-post-featured-video{
    margin: 0;
    overflow: hidden;
    position: relative;
    display: block;
}

.bdaia-post-template-style8 .bdaia-post-featured-image img {
    display: block;
    width: 100%;
}

.bdaia-post-template-style8 #bdaia-ralated-posts { margin: 0 auto 40px auto }

.bdaia-post-template-style8 .bdaia-post-sharing.bdaia-post-sharing-top,
.bdaia-post-template-style8 .bdaia-post-featured-image,
.bdaia-post-template-style8 .bdaia-post-soundcloud,
.bdaia-post-template-style8 .bdaia-post-gallery,
.bdaia-post-template-style8 .bdaia-post-featured-video {
    display: block;
    margin-bottom: 26px;
}

.bdaia-post-template-style8 .bdaia-post-author-name,
.bdaia-post-template-style8 .bdaia-post-date,
.bdaia-post-template-style8 .bdaia-post-time-read,
.bdaia-post-template-style8 .bdaia-post-comment,
.bdaia-post-template-style8 .bdaia-post-like,
.bdaia-post-template-style8 .bdaia-post-view {
    float: none;
    margin: 4px;

}

.bdaia-post-template-style8 .bdaia-post-author-name {

}

.bdaia-post-template-style8 .bdaia-meta-info .avatar {
    margin-right: 14px;
    overflow: hidden;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    line-height: 0;
}

.bdaia-post-template-style8 .bdaia-post-template .bdaia-post-header {
    max-width: 70%;
    margin: 20px auto 30px;
}

@media only screen and (max-width: 1240px)
{
    .bdaia-post-template-style8 .bdaia-post-template .bdaia-post-header {max-width: 99%; margin: 0 auto}
}

.bdaia-post-template-style8 .bdaia-post-template .bdaia-post-content {
    padding: 0;
    margin: 0;
}

/* Post Template Style 9 */
.bdaia-post-template-style9 {
    background-color: #FFF;
}

.bdaia-post-template-style9 .bdMain {
    background-color: #FFF;
    padding: 0
}

.bdaia-post-template-style9 .bdaia-post-template {
    background: #FFF;
    padding: 30px 15px;
}

.bdaia-post-template-style9 .bdaia-post-template .bd-sidebar .widget {
    padding: 0 15px;
    border: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.bdaia-post-template-style9 .bdaia-post-template .bd-sidebar .widget:after {display: none !important}

.bdaia-post-template-style9 .bdaia-post-template .bd-main { padding: 0 15px }

@media only screen and (max-width: 1240px)
{
    .bdaia-post-template-style9 .bd-container.bdaia-post-template {
        width: 100% !important;
        max-width: 100% !important;
    }

    .bdaia-post-template-style9 .bdaia-post-template .bd-sidebar {
        padding-right: 0;
        padding-left: 0;
    }
}

.bdaia-post-template-style9 .bdaia-crumb-container { margin: 0 0 9px 0 }
.bdaia-post-template-style9 .bdaia-category { margin: 0 0 10px 0 }
.bdaia-post-template-style9 .bdaia-post-title { margin: 0 0 10px 0 }

.bdaia-post-template-style9 .bdaia-post-title h1 {
    border-bottom: 1px solid #EEE;
    padding-bottom: 14px;
}

.bdaia-post-template-style9 .bdaia-meta-info { margin: 0 0 21px 0 }

.bdaia-post-template-style9 .bdaia-post-gallery,
.bdaia-post-template-style9 .bdaia-post-featured-video{
    margin: 0;
    overflow: hidden;
    position: relative;
    display: block;
}

.bdaia-post-template-style9 .bdaia-post-featured-image img {
    display: block;
    width: 100%;
}

.bdaia-post-template-style9 #bdaia-ralated-posts { margin: 0 auto 40px auto }

.bdaia-post-template-style9 .bdaia-post-sharing.bdaia-post-sharing-top,
.bdaia-post-template-style9 .bdaia-post-featured-image,
.bdaia-post-template-style9 .bdaia-post-soundcloud,
.bdaia-post-template-style9 .bdaia-post-gallery,
.bdaia-post-template-style9 .bdaia-post-featured-video {
    display: block;
    margin-bottom: 26px;
}

@media only screen and (max-width: 900px)
{
    .bdaia-post-template-style9 .bdaia-post-featured-image,
    .bdaia-post-template-style9 .bdaia-post-featured-video {
        margin-left: -15px;
        margin-right: -15px;
    }
}

.bdaia-post-template-style9 .bdaia-post-author-name,
.bdaia-post-template-style9 .bdaia-post-date,
.bdaia-post-template-style9 .bdaia-post-time-read,
.bdaia-post-template-style9 .bdaia-post-comment,
.bdaia-post-template-style9 .bdaia-post-like,
.bdaia-post-template-style9 .bdaia-post-view {
    float: none;
    margin: 4px;
}

.bdaia-post-template-style9 .bdaia-meta-info .avatar {
    margin-right: 14px;
    overflow: hidden;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    line-height: 0;
}

.bdaia-post-template-style9 .bdaia-post-template .bdaia-post-header {
    max-width: 70%;
    margin: 20px auto 0;
}

@media only screen and (max-width: 1240px)
{
    .bdaia-post-template-style9 .bdaia-post-template .bdaia-post-header {max-width: 99%; margin: 0 auto}
}

.bdaia-post-template-style9 .bdaia-post-template .bdaia-post-featured-image {
    width: 100%;
    line-height: 0;
    overflow: hidden;
    position: relative;
}

.bdaia-post-template-style9 .bdaia-post-template .bdaia-post-featured-image .bdaia-featured-text {
}

.bdaia-post-template-style9 .bdaia-post-template .bdaia-post-featured-image img {
    width: 100%;
    max-width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
    line-height: 0;
}

.bdaia-post-template-style9 .bdaia-post-template .bdaia-post-content {
    margin: 0;
}

/* Text Gradient */
.bdaia-text-gradient {
    position: relative;
    overflow: hidden;
    display: block;
}
.bdaia-text-gradient:before{
    bottom: 0;
    content: "";
    display: block;
    height: 80%;
    width: 100%;
    position: absolute;
    z-index: 1;
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,0.7)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
    background: -o-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
    background: -ms-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#b3000000',GradientType=0);
}

/* Home Container */
.bdaia-home-container {

}
.bdaia-home-container:before, .bdaia-home-container:after { display: table; content: ""; clear: both }
.bdaia-home-container .bd-main {
}

/* Play Btn */
.vid-play {
    opacity: 0.8;
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 21px;
    margin: -20px 0 0 -20px;
    width: 40px;
    height: 40px;
    z-index: 1;
    background: rgba( 0, 0, 0, 0.9);
    border: 3px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.vid-play a { position: static !important; display: block !important; overflow: hidden !important; width: 40px !important; height: 40px !important }
.vid-play .bdaia-io {
    color: #fff;
    font-size: 21px;
    margin: -30% 0 0 -26%;
    position: absolute;
    top: 50%;
    left: 50%;
}

div.bdaia-post-count {
    font-size: 21px;
    font-weight: bold;
    font-family: "Open Sans",sans-serif;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #FFF;
    padding: 0;
    text-align: center;
    position: absolute;
    top: 20px;
    left: -5px;
    z-index: 5;
    border-left: 5px #EA0253 solid;
    overflow: hidden;
}

div.bdaia-post-trn {
    font-size: 21px;
    font-weight: bold;
    font-family: "Open Sans",sans-serif;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #EA0253;
    color: #FFF;
    padding: 0;
    text-align: center;
    position: absolute;
    top: 0;
    left: 20px;
    z-index: 5;
    overflow: hidden;
}

div.bdaia-post-trn span {
    font-size: 24px;
    position: relative;
    top: 2px;
}

/* Blocks */
.bdaia-blocks,
.bdaia-blocks-container {
    display: block;
    position: relative;
    min-height: 1px;
    -o-transition: all 200ms cubic-bezier(0,0,0.58,1) 0s;
    -moz-transition: all 200ms cubic-bezier(0,0,0.58,1) 0s;
    -khtml-transition: all 200ms cubic-bezier(0,0,0.58,1) 0s;
    -webkit-transition: all 200ms cubic-bezier(0,0,0.58,1) 0s;
    -ms-transition: all 200mss cubic-bezier(0,0,0.58,1) 0s;
    transition: all 200ms cubic-bezier(0,0,0.58,1) 0s
}
.bd-block-row {
    position: relative;
}
.bdaia-blocks ul:before, .bdaia-blocks ul:after,
.bd-block-row:before, .bd-block-row:after,
.bdaia-blocks:before, .bdaia-blocks:after,
.bdaia-blocks-container:before, .bdaia-blocks-container:after {
    display: table;
    content: "";
    clear: both;
}
.bdaia-blocks article{
    position: relative;
}
.bdaia-block-wrap .bdayh-load-more-btn{}
.bd-block-row,
.bdaia-blocks ul {}

/* Block1 */
.bdaia-blocks.bdaia-block1{}
.bdaia-blocks.bdaia-block1 ul{
    margin: 0;
    padding: 0;
    list-style: none !important;
}
.bdaia-blocks.bdaia-block1 .block-article{
    position: relative;
    line-height: 0;
    list-style: none !important;
    padding: 0 0 30px 0;
    margin: 0 auto 30px auto;
    border-bottom: 1px solid rgba( 0, 0, 0, 0.10 );
}
.bdaia-blocks.bdaia-block1 .block-article:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0 none;
}
.bdaia-blocks.bdaia-block1 .block-article-img-container{
    float: left;
    margin-right: 30px;
    max-width: 286px;
    position: relative;
    top: 3px;
}
.bdaia-boxed .bdaia-blocks.bdaia-block1 .block-article-img-container {
    max-width: 320px;
}
.rtl .bdaia-blocks.bdaia-block1 .block-article-img-container{
    float: right;
    margin-right: auto;
    margin-left: 30px;
}
.bdaia-blocks.bdaia-block1 .block-article-img-container a{
    position: relative;
    display: block;
}
.bdaia-blocks.bdaia-block1 .block-article-img-container img{
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    opacity: .9;
    width: 100%;
}
.bdaia-blocks.bdaia-block1 .block-article:hover img{opacity:1}
.bdaia-blocks.bdaia-block1 .block-article-content-wrapper{
    line-height: 0;
}
.bdaia-blocks.bdaia-block1 footer:before,
.bdaia-blocks.bdaia-block1 header:before,
.bdaia-blocks.bdaia-block1 footer:after,
.bdaia-blocks.bdaia-block1 header:after{display: table; content: "";clear: both}
.bdaia-blocks.bdaia-block1 footer{
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
}
.bdaia-blocks.bdaia-block1 footer,
.bdaia-blocks.bdaia-block1 footer a { color: #404040 }
.bdaia-blocks.bdaia-block1 footer .bdaia-post-rating { line-height: 0 }
.bdaia-blocks.bdaia-block1 footer .bdaia-post-rating,
.bdaia-blocks.bdaia-block1 footer .bdaia-post-author-name,
.bdaia-blocks.bdaia-block1 footer .bdaia-post-date,
.bdaia-blocks.bdaia-block1 footer .bdaia-post-cat-list,
.bdaia-blocks.bdaia-block1 footer .bdaia-post-comment,
.bdaia-blocks.bdaia-block1 footer .bdaia-post-view {
    float: left;
    display: inline-block;
    margin: 0 9px 9px 0;
}
.rtl .bdaia-blocks.bdaia-block1 footer .bdaia-post-rating,
.rtl .bdaia-blocks.bdaia-block1 footer .bdaia-post-author-name,
.rtl .bdaia-blocks.bdaia-block1 footer .bdaia-post-date,
.rtl .bdaia-blocks.bdaia-block1 footer .bdaia-post-cat-list,
.rtl .bdaia-blocks.bdaia-block1 footer .bdaia-post-comment,
.rtl .bdaia-blocks.bdaia-block1 footer .bdaia-post-view {
    float: right;
    margin: 0 0 9px 9px
}
.bdaia-blocks footer .bdaia-io {
    margin: 0 6px;
    position: relative;
    top: 2px;
}
.bdaia-blocks.bdaia-block1 h3{
    margin: 0 auto 10px auto;
    padding: 0;
    font-size: 34px;
    font-weight: 400;
    line-height: 42px;
    font-style: normal;
    letter-spacing: normal;
    text-transform: none;
    font-family: 'Roboto',sans-serif;
}
@media only screen and (max-width: 991px){
    .bdaia-blocks.bdaia-block1 h3{font-size: 22px; line-height: 30px}
}
@media only screen and (max-width: 480px){
    .bdaia-blocks.bdaia-block1 h3{font-size: 18px; line-height: 26px}
}
.bdaia-blocks.bdaia-block1 header .block-info-cat{margin: 0 auto 3px auto}
.bdaia-blocks.bdaia-block1 p.block-exb{
    color: #404040;
    margin: 10px auto 0;
    padding: 0;
    font-size: 15px;
    line-height: 23px;
    position: relative;
    top: -3px;
}
.bdaia-blocks.bdaia-block1 .bd-more-btn{
    margin-top: 13px;
}
@media only screen and (max-width: 1024px){
    .bdaia-blocks.bdaia-block1 .block-article-img-container{max-width: 240px}
    .bdaia-blocks.bdaia-block1 .bd-more-btn{display: none}
}
@media only screen and (max-width: 480px){
    .bdaia-blocks.bdaia-block1 .block-article-img-container{
        max-width: 100%;
        margin-bottom: 20px;
        float: none;
        margin-right: auto;
        margin-left: auto;
    }
}

/* Block2 */
.bdaia-blocks.bdaia-block2{}
.bdaia-blocks.bdaia-block2 ul{
    margin: 0;
    padding: 0;
    list-style: none !important;
}
.bdaia-blocks.bdaia-block2 .block-article{
    position: relative;
    line-height: 0;
    padding: 0 0 0 0;
    margin: 0 auto 30px auto;
    list-style: none !important;
}
.bdaia-blocks.bdaia-block2 .block-article:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0 none;
}
.bdaia-blocks.bdaia-block2 .block-article-img-container {
    margin-left: -26px;
    margin-right: -26px;
    position: relative;
    overflow: hidden;
}
.bdaia-blocks.bdaia-block2 .block-article-img-container:before,
.bdaia-blocks.bdaia-block2 .block-article-img-container:after {
    display: table;
    content: " ";
    clear: both;
}

.bdaia-blocks.bdaia-block2 .block-article-img-container a{
    position: relative;
    display: block;
}
.bdaia-blocks.bdaia-block2 .block-article-img-container img{
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    opacity: .9;
    width: 100%;
    margin-bottom: 20px;
}
.bdaia-blocks.bdaia-block2 .block-article:hover img{opacity:1}
.bdaia-blocks.bdaia-block2 .block-article-content-wrapper{
    line-height: 0;
}
.bdaia-blocks.bdaia-block2 .block-article:before,
.bdaia-blocks.bdaia-block2 .block-article:after,
.bdaia-blocks.bdaia-block2 footer:before,
.bdaia-blocks.bdaia-block2 header:before,
.bdaia-blocks.bdaia-block2 footer:after,
.bdaia-blocks.bdaia-block2 header:after{display: table; content: "";clear: both}
.bdaia-blocks.bdaia-block2 footer,
.bdaia-blocks.bdaia-block2 footer a{color: #404040}
.bdaia-blocks.bdaia-block2 footer{
    margin-bottom: 0;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
}
.bdaia-blocks.bdaia-block2 footer .bdaia-post-rating { line-height: 0 }
.bdaia-blocks.bdaia-block2 footer .bdaia-post-rating,
.bdaia-blocks.bdaia-block2 footer .bdaia-post-author-name,
.bdaia-blocks.bdaia-block2 footer .bdaia-post-date,
.bdaia-blocks.bdaia-block2 footer .bdaia-post-cat-list,
.bdaia-blocks.bdaia-block2 footer .bdaia-post-comment,
.bdaia-blocks.bdaia-block2 footer .bdaia-post-view{
    float: left;
    display: inline-block;
    margin: 0 9px 9px 0;
}
.rtl .bdaia-blocks.bdaia-block2 footer .bdaia-post-rating,
.rtl .bdaia-blocks.bdaia-block2 footer .bdaia-post-author-name,
.rtl .bdaia-blocks.bdaia-block2 footer .bdaia-post-date,
.rtl .bdaia-blocks.bdaia-block2 footer .bdaia-post-cat-list,
.rtl .bdaia-blocks.bdaia-block2 footer .bdaia-post-comment,
.rtl .bdaia-blocks.bdaia-block2 footer .bdaia-post-view{
    float: right;
    margin: 0 0 9px 9px
}
.bdaia-blocks.bdaia-block2 footer .bdaia-io {margin: 0 4px}
.bdaia-blocks.bdaia-block2 h3{
    margin: 0 auto 10px auto;
    padding: 0;
    font-size: 34px;
    font-weight: 400;
    line-height: 42px;
    font-style: normal;
    letter-spacing: normal;
    text-transform: none;
    font-family: 'Roboto',sans-serif;
}
@media only screen and (max-width: 991px){
    .bdaia-blocks.bdaia-block2 h3{font-size: 22px; line-height: 30px}
}
@media only screen and (max-width: 480px){
    .bdaia-blocks.bdaia-block2 h3{font-size: 18px; line-height: 26px}
}
.bdaia-blocks.bdaia-block2 p.block-exb{
    color: #404040;
    margin: 3px auto 0;
    padding: 0;
    font-size: 15px;
    line-height: 23px;
}
.bdaia-blocks.bdaia-block2 .bd-more-btn{
    margin-top: 15px;
}

/* Block3 */
.bdaia-blocks.bdaia-block3{
    padding: 0 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.bdaia-blocks.bdaia-block3 ul{
    margin: 0;
    padding: 0;
    list-style: none !important;
}
.bdaia-blocks.bdaia-block3 .block-article{
    position: relative;
    line-height: 0;
    list-style: none !important;
}
.bdaia-blocks.bdaia-block3 .bd-block-row {
    margin-bottom: 30px;
}
.bdaia-blocks.bdaia-block3 .bd-block-row:last-child{
    margin-bottom: 0;
}
@media only screen and (max-width: 991px){
    .bdaia-blocks.bdaia-block3 .bd-block-row .block-article{margin-bottom: 30px}
    .bdaia-blocks.bdaia-block3 .bd-block-row .block-article:last-child{margin-bottom: 0}
}
.bdaia-blocks.bdaia-block3 .block-article-img-container{
    margin-bottom: 20px;
    position: relative;
}
.bdaia-blocks.bdaia-block3 .block-article-img-container a{
    position: relative;
    display: block;
}
.bdaia-blocks.bdaia-block3 .block-article-img-container img{
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    opacity: .9;
    width: 100%;
}
.bdaia-blocks.bdaia-block3 .block-article:hover img{opacity:1}
.bdaia-blocks.bdaia-block3 .block-article-content-wrapper{
    line-height: 0;
}
.bdaia-blocks.bdaia-block3 .block-article:before,
.bdaia-blocks.bdaia-block3 .block-article:after,
.bdaia-blocks.bdaia-block3 footer:before,
.bdaia-blocks.bdaia-block3 header:before,
.bdaia-blocks.bdaia-block3 footer:after,
.bdaia-blocks.bdaia-block3 header:after{display: table; content: "";clear: both}
.bdaia-blocks.bdaia-block3 footer,
.bdaia-blocks.bdaia-block3 footer a{color: #404040}
.bdaia-blocks.bdaia-block3 footer{
    margin-bottom: 0;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
}
.bdaia-blocks.bdaia-block3 footer .bdaia-post-rating,
.bdaia-blocks.bdaia-block3 footer .bdaia-post-author-name,
.bdaia-blocks.bdaia-block3 footer .bdaia-post-date,
.bdaia-blocks.bdaia-block3 footer .bdaia-post-comment,
.bdaia-blocks.bdaia-block3 footer .bdaia-post-view{
    float: left;
    display: inline-block;
    margin: 0 9px 9px 0;
}
.rtl .bdaia-blocks.bdaia-block3 footer .bdaia-post-rating,
.rtl .bdaia-blocks.bdaia-block3 footer .bdaia-post-author-name,
.rtl .bdaia-blocks.bdaia-block3 footer .bdaia-post-date,
.rtl .bdaia-blocks.bdaia-block3 footer .bdaia-post-comment,
.rtl .bdaia-blocks.bdaia-block3 footer .bdaia-post-view{
    float: right;
    margin: 0 0 9px 9px
}
.bdaia-blocks.bdaia-block3 footer .bdaia-post-rating { line-height: 0; clear: both; margin-bottom: 10px }
.bdaia-blocks.bdaia-block4 footer {max-height: 15px}
.bdaia-blocks.bdaia-block4 footer .bdaia-post-rating {}
.bdaia-blocks.bdaia-block5 footer .bdaia-post-rating { line-height: 0; clear: both; margin-bottom: 0; margin-top: 10px }
.bdaia-blocks.bdaia-block3 footer .bdaia-io {margin: 0 4px}
.bdaia-blocks.bdaia-block3 h3{
    margin: 0 auto 10px auto;
    padding: 0;
    font-size: 21px;
    font-weight: 400;
    line-height: 25px;
    font-style: normal;
    letter-spacing: normal;
    text-transform: none;
    font-family: 'Roboto',sans-serif;
}
@media only screen and (max-width: 991px){
    .bdaia-blocks.bdaia-block3 h3{font-size: 22px; line-height: 30px}
}
@media only screen and (max-width: 480px){
    .bdaia-blocks.bdaia-block3 h3{font-size: 18px; line-height: 26px}
}
.bdaia-blocks.bdaia-block3 .block-info-cat {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
}
.bdaia-blocks.bdaia-block3 .block-info-cat a {display: inline-block !important}

.bdaia-blocks.bdaia-block3 p.block-exb{
    color: #404040;
    margin: 3px auto 2px;
    padding: 0;
    font-size: 15px;
    line-height: 21px;
}
.bdaia-blocks.bdaia-block3 .bd-more-btn{
    margin-top: 15px;
}

/* Block5 */
.bdaia-blocks.bdaia-block5 h3{
    margin: 0 auto 0 auto;
    padding: 0;
    font-size: 17px;
    font-weight: 400;
    line-height: 22px;
    font-style: normal;
    letter-spacing: normal;
    text-transform: none;
    font-family: 'Roboto',sans-serif;
}
@media only screen and (max-width: 991px){
    .bdaia-blocks.bdaia-block5 h3{font-size: 22px; line-height: 30px}
}
@media only screen and (max-width: 480px){
    .bdaia-blocks.bdaia-block5 h3{font-size: 18px; line-height: 26px}
}

/* Block6 */
.bdaia-blocks.bdaia-block6{}
.bdaia-blocks.bdaia-block6 ul{
    margin: 0;
    padding: 0;
    list-style: none !important;
}
.bdaia-blocks.bdaia-block6 .block-article{
    position: relative;
    background-color: #FFF;
    list-style: none !important;
    line-height: 0;
    margin: 0 auto 30px auto;
}
.bdaia-blocks.bdaia-block6 .block-article:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0 none;
}
.bdaia-blocks.bdaia-block6 .block-article .block-article-content-wrapper:before,
.bdaia-blocks.bdaia-block6 .block-article .block-article-content-wrapper:after,
.bdaia-blocks.bdaia-block6 .block-article:before,
.bdaia-blocks.bdaia-block6 .block-article:after{
    display: table;
    content: "";
    clear: both;
}
.bdaia-blocks.bdaia-block6 .block-article .block-article-img-container {
    position: relative;
    z-index: 1;
    min-height: 360px;
    background-color: #CCC;
}
.bdaia-blocks.bdaia-block6 .block-article .block-article-img-container {
    margin-left: -26px;
    margin-right: -26px;
}
.bdaia-blocks.bdaia-block7 .block-article .block-article-img-container {
    margin-left: auto;
    margin-right: auto;
}
.bdaia-blocks.bdaia-block6 .block-article-img-container a{
    position: relative;
    display: block;
}
.bdaia-blocks.bdaia-block6 .block-article-img-container img{
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    opacity: .9;
    width: 100%;
}
.bdaia-blocks.bdaia-block6 .block-article:hover img{opacity:1}
.bdaia-blocks.bdaia-block6 .block-article .block-article-content-wrapper{
    position: relative;
    z-index: 3;
    background-color: #FFF;
    padding: 20px 20px 0 20px;
    margin: -56px 30px 0 30px;
}
@media only screen and (max-width: 991px){
    .bdaia-blocks.bdaia-block6 .block-article .block-article-img-container{
        min-height: inherit;
    }
    .bdaia-blocks.bdaia-block6 .block-article .block-article-content-wrapper{
        margin-right:14px;
        margin-left:14px;
    }
}
.bdaia-blocks.bdaia-block6 .block-article .block-info-cat{margin: -40px auto 9px -20px}
.bdaia-blocks.bdaia-block6 .block-article .block-info-cat .bd-cat-link:before{display: none !important}
.bdaia-blocks.bdaia-block6 h3{
    margin: 0 auto 10px auto;
    padding: 0;
    font-size: 30px;
    font-weight: 400;
    line-height: 38px;
    font-style: normal;
    letter-spacing: normal;
    text-transform: none;
    font-family: 'Roboto',sans-serif;
}
@media only screen and (max-width: 991px){
    .bdaia-blocks.bdaia-block6 h3{font-size: 22px; line-height: 30px}
}
@media only screen and (max-width: 480px){
    .bdaia-blocks.bdaia-block6 h3{font-size: 18px; line-height: 26px}
}
.bdaia-blocks.bdaia-block6 p.block-exb{
    color: #404040;
    margin: 3px auto 0;
    padding: 0;
    font-size: 15px;
    line-height: 23px;
}
.bdaia-blocks.bdaia-block6 .bd-more-btn {
    margin-top: 15px;
}

.bdaia-blocks.bdaia-block6 .bdaia-post-rating {
    margin-bottom: 12px;
}

/* Block7 */
.bdaia-blocks.bdaia-block6.bdaia-block7 .block-article .block-article-img-container{min-height: 208px}
.bdaia-blocks.bdaia-block6.bdaia-block7 .block-article{margin-bottom: 0}
.bdaia-blocks.bdaia-block6.bdaia-block7 .bd-block-row{margin-bottom: 30px}
.bdaia-blocks.bdaia-block6.bdaia-block7 .bd-block-row:last-child{margin-bottom: 0}
.bdaia-blocks.bdaia-block6.bdaia-block7 .block-article .block-article-content-wrapper{margin: -56px 20px 0 20px}
.bdaia-blocks.bdaia-block6.bdaia-block7 h3{font-size: 21px; line-height: 25px}
@media only screen and (max-width: 991px){
    .bdaia-blocks.bdaia-block6.bdaia-block7 .bd-block-row .block-article{margin-bottom: 30px}
    .bdaia-blocks.bdaia-block6.bdaia-block7 .bd-block-row .block-article:last-child{margin-bottom: 0}
    .bdaia-blocks.bdaia-block6.bdaia-block7 .block-article .block-article-content-wrapper{
        margin-right:14px;
        margin-left:14px;
    }
}
.bdaia-blocks.bdaia-block6.bdaia-block7 .vid-play {
    right: 20px;
    top: 20px;
    left: auto;
    margin: 0;
}

/* Block8 */
.bdaia-blocks.bdaia-block8{}
.bdaia-blocks.bdaia-block8 ul{
    margin: 0;
    padding: 0;
    list-style: none !important;
}
.bdaia-blocks.bdaia-block8 .block-article{
    position: relative;
    list-style: none !important;
    line-height: 0;
}
@media only screen and (max-width: 991px){
    .bdaia-blocks.bdaia-block8 .block-article.block-first-article{margin-bottom: 30px}
}
.bdaia-blocks.bdaia-block8 .block-article.block-first-article .block-article-img-container{
    margin-bottom: 20px;
    position: relative;
}
.bdaia-blocks.bdaia-block8 .block-article.block-first-article .block-article-img-container a{
    position: relative;
    display: block;
}
.bdaia-blocks.bdaia-block8 .block-article.block-first-article .block-article-img-container img{
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    opacity: .9;
    width: 100%;
}
.bdaia-blocks.bdaia-block8 .block-article.block-first-article:hover img{opacity:1}
.bdaia-blocks.bdaia-block8 .block-article.block-first-article .block-article-content-wrapper{line-height: 0}
.bdaia-blocks.bdaia-block8 .block-article:before,
.bdaia-blocks.bdaia-block8 .block-article:after,
.bdaia-blocks.bdaia-block8 .block-article footer:before,
.bdaia-blocks.bdaia-block8 .block-article header:before,
.bdaia-blocks.bdaia-block8 .block-article footer:after,
.bdaia-blocks.bdaia-block8 .block-article header:after{display: table; content: "";clear: both}
.bdaia-blocks.bdaia-block8 .block-article footer,
.bdaia-blocks.bdaia-block8 .block-article footer a{color: #404040}
.bdaia-blocks.bdaia-block8 .block-article footer{
    margin-bottom: 0;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
}
.bdaia-blocks.bdaia-block8 .block-article footer .bdaia-post-author-name,
.bdaia-blocks.bdaia-block8 .block-article footer .bdaia-post-date,
.bdaia-blocks.bdaia-block8 .block-article footer .bdaia-post-comment,
.bdaia-blocks.bdaia-block8 .block-article footer .bdaia-post-view{
    float: none;
    display: inline-block;
    margin: 0 7px 7px 0;
    max-height: 15px;
}
.rtl .bdaia-blocks.bdaia-block8 .block-article footer .bdaia-post-author-name,
.rtl .bdaia-blocks.bdaia-block8 .block-article footer .bdaia-post-date,
.rtl .bdaia-blocks.bdaia-block8 .block-article footer .bdaia-post-comment,
.rtl .bdaia-blocks.bdaia-block8 .block-article footer .bdaia-post-view{
    margin: 0 0 7px 7px
}
.bdaia-blocks.bdaia-block8 .block-article footer .bdaia-io {margin: 0 4px}
.bdaia-blocks.bdaia-block8 .block-article.block-first-article h3{
    margin: 0 auto 10px auto;
    padding: 0;
    font-size: 21px;
    font-weight: 400;
    line-height: 25px;
    font-style: normal;
    letter-spacing: normal;
    text-transform: none;
    font-family: 'Roboto',sans-serif;
}
@media only screen and (max-width: 991px){
    .bdaia-blocks.bdaia-block8 .block-article.block-first-article h3{font-size: 22px; line-height: 30px}
}
@media only screen and (max-width: 480px){
    .bdaia-blocks.bdaia-block8 .block-article.block-first-article h3{font-size: 18px; line-height: 26px}
}
.bdaia-blocks.bdaia-block8 .block-article.block-first-article p.block-exb{
    color: #404040;
    margin: 12px auto 0;
    padding: 0;
    font-size: 15px;
    line-height: 21px;
}
.bdaia-blocks.bdaia-block8 .block-article.block-first-article .bd-more-btn{margin-top: 15px}
.bdaia-blocks.bdaia-block8 .block-article.block-other-article{
    padding-bottom: 19px;
    margin-bottom: 18px;
    border-bottom: 1px solid #DDD;
}
@media only screen and (max-width: 1024px){
    .bdaia-blocks.bdaia-block8 .block-article.block-other-article{
        padding-bottom: 0;
        border-bottom: 0;
        margin-bottom: 15px;
    }
}
.bdaia-blocks.bdaia-block8 .block-article.block-other-article footer {
    max-height: 15px;
}
.bdaia-blocks.bdaia-block8 .block-article.block-other-article:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.bdaia-blocks.bdaia-block8 .block-article.block-other-article .block-article-img-container {
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 104px;
    line-height: 0;
    overflow: hidden;
}
.rtl .bdaia-blocks.bdaia-block8 .block-article.block-other-article .block-article-img-container {
    left: auto;
    right: 0;
}
.bdaia-blocks.bdaia-block8 .block-article.block-other-article .block-article-content-wrapper {
    margin-left: 124px;
    min-height: 74px;
    line-height: 0;
}
.rtl .bdaia-blocks.bdaia-block8 .block-article.block-other-article .block-article-content-wrapper {
    margin-left: 0;
    margin-right:124px;
}
.bdaia-blocks.bdaia-block8 .block-article.block-other-article h3 {
    margin: 0 auto 0 auto;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-style: normal;
    letter-spacing: normal;
    text-transform: none;
    font-family: 'Roboto',sans-serif;
}
.bdaia-blocks.bdaia-block8 .block-article.block-other-article h3 span {
    position: relative;
    top: -5px;
}
@media only screen and (max-width: 1024px){
    .bdaia-blocks.bdaia-block8 .block-article.block-other-article h3{margin-bottom: 5px}
}
.bdaia-blocks.bdaia-block8 .block-article.block-first-article .bdaia-post-rating {
}
.bdaia-blocks.bdaia-block8 .block-info-cat {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
}
.bdaia-blocks.bdaia-block8 .block-info-cat a {display: inline-block !important}


/* Block9 */
.bdaia-blocks.bdaia-block9{}
.bdaia-blocks.bdaia-block9 .bdaia-blocks-container {
    margin: 0 0 -20px 0;
    padding: 0;
    overflow: hidden;
    list-style: none !important;
}
.bdaia-blocks.bdaia-block9 .block-article{
    position: relative;
    list-style: none !important;
    line-height: 0;
    overflow: hidden;
}
.bdaia-blocks.bdaia-block9 .block-article.block-first-article{}
.bdaia-blocks.bdaia-block9 .block-article.block-first-article .block-article-img-container{
    position: absolute;
    left: 0;
    top: 0;
}
.rtl .bdaia-blocks.bdaia-block9 .block-article.block-first-article .block-article-img-container {
    left: auto;
    right: 0;
}
.bdaia-blocks.bdaia-block9 .block-article.block-first-article .block-article-img-container a{
    position: relative;
    display: block;
}
.bdaia-blocks.bdaia-block9 .block-article .block-article-img-container img{
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    opacity: .9;
    width: 100%;
}
.bdaia-blocks.bdaia-block9 .block-article:hover img{opacity:1}
.bdaia-blocks.bdaia-block9 .block-article .block-article-content-wrapper{line-height: 0}
.bdaia-blocks.bdaia-block9 .block-article.block-first-article .block-article-content-wrapper{
    min-height: 220px;
    margin-left: 414px;
}
.rtl .bdaia-blocks.bdaia-block9 .block-article.block-first-article .block-article-content-wrapper{
    margin-left: auto;
    margin-right: 350px;
}
.bdaia-blocks.bdaia-block9 .block-article.block-first-article .block-info-cat{margin: 0 auto 0}
@media only screen and (max-width: 480px){
    .bdaia-blocks.bdaia-block9 .block-article.block-first-article .block-article-img-container{
        position: static !important;
        left: auto !important;
        right: auto !important;
        width: initial;
        margin-bottom: 15px;
    }
    .bdaia-blocks.bdaia-block9 .block-article.block-first-article .block-article-content-wrapper{
        min-height: 100%;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}
.bdaia-blocks.bdaia-block9 .block-article:before,
.bdaia-blocks.bdaia-block9 .block-article:after,
.bdaia-blocks.bdaia-block9 .block-article footer:before,
.bdaia-blocks.bdaia-block9 .block-article header:before,
.bdaia-blocks.bdaia-block9 .block-article footer:after,
.bdaia-blocks.bdaia-block9 .block-article header:after{display: table; content: "";clear: both}
.bdaia-blocks.bdaia-block9 .block-article footer,
.bdaia-blocks.bdaia-block9 .block-article footer a{color: #404040}
.bdaia-blocks.bdaia-block9 .block-article footer{
    margin-bottom: 0;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    max-height: 15px;
}
.bdaia-blocks.bdaia-block9 .block-article footer .bdaia-post-author-name,
.bdaia-blocks.bdaia-block9 .block-article footer .bdaia-post-date,
.bdaia-blocks.bdaia-block9 .block-article footer .bdaia-post-comment,
.bdaia-blocks.bdaia-block9 .block-article footer .bdaia-post-view{
    float: none;
    display: inline-block;
    margin: 0 7px 7px 0;
}
.rtl .bdaia-blocks.bdaia-block9 .block-article footer .bdaia-post-author-name,
.rtl .bdaia-blocks.bdaia-block9 .block-article footer .bdaia-post-date,
.rtl .bdaia-blocks.bdaia-block9 .block-article footer .bdaia-post-comment,
.rtl .bdaia-blocks.bdaia-block9 .block-article footer .bdaia-post-view{
    margin: 0 0 7px 7px
}
.bdaia-blocks.bdaia-block9 .block-article footer .bdaia-io{margin: 0 4px}
.bdaia-blocks.bdaia-block9 .block-article.block-first-article h3{
    margin: 0 auto 10px auto;
    padding: 0;
    font-size: 21px;
    font-weight: 400;
    line-height: 25px;
    font-style: normal;
    letter-spacing: normal;
    text-transform: none;
    font-family: 'Roboto',sans-serif;
}
@media only screen and (max-width: 991px){
    .bdaia-blocks.bdaia-block9 .block-article.block-first-article h3{font-size: 22px; line-height: 30px}
}
@media only screen and (max-width: 480px){
    .bdaia-blocks.bdaia-block9 .block-article.block-first-article h3{font-size: 18px; line-height: 26px}
}
.bdaia-blocks.bdaia-block9 .block-article.block-first-article p.block-exb{
    color: #404040;
    margin: 12px auto 0;
    padding: 0;
    font-size: 15px;
    line-height: 21px;
}
.bdaia-blocks.bdaia-block9 .block-article.block-first-article .bd-more-btn{margin-top: 15px}
.bdaia-blocks.bdaia-block9 .bd-block-row{
    clear: both;
    overflow: hidden;
    position: relative;
    padding: 26px 0 0 0;
}
.bdaia-blocks.bdaia-block9 .block-article.block-other-article{
    margin-bottom: 20px;
}
.bdaia-blocks.bdaia-block9 .block-article.block-other-article .block-article-img-container {
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 104px;
    line-height: 0;
    overflow: hidden;
}
.rtl .bdaia-blocks.bdaia-block9 .block-article.block-other-article .block-article-img-container {
    left: auto;
    right: 0;
}
.bdaia-blocks.bdaia-block9 .block-article.block-other-article .block-article-content-wrapper {
    margin-left: 124px;
    min-height: 74px;
    line-height: 0;
}
.rtl .bdaia-blocks.bdaia-block9 .block-article.block-other-article .block-article-content-wrapper {
    margin-left: 0;
    margin-right: 124px;
}
.bdaia-blocks.bdaia-block9 .block-article.block-other-article h3 {
    margin: 0 auto 4px auto;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-style: normal;
    letter-spacing: normal;
    text-transform: none;
    font-family: 'Roboto',sans-serif;
}
.bdaia-blocks.bdaia-block9 .block-article.block-other-article h3 span {
    position: relative;
    top: -5px;
}
@media only screen and (max-width: 1024px){
    .bdaia-blocks.bdaia-block9 .block-article.block-other-article h3{margin-bottom: 5px}
}
.bdaia-blocks.bdaia-block9 .block-article.block-first-article .bdaia-post-rating {
    margin-bottom: 12px;
}
.bdaia-blocks.bdaia-block9 .block-info-cat {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
}
.bdaia-blocks.bdaia-block9 .block-info-cat a {display: inline-block !important}

/* Block10 */
.bdaia-blocks.bdaia-block10{}
.bdaia-blocks.bdaia-block10 .bdaia-blocks-container{
    padding: 0;
    list-style: none !important;
    margin: 0 0 -20px 0;
    overflow: hidden;
}
.bdaia-blocks.bdaia-block10 .block-article{
    position: relative;
    list-style: none !important;
    line-height: 0;
    overflow: hidden;
}
@media only screen and (max-width: 991px){
}
.bdaia-blocks.bdaia-block10 .block-article.block-first-article{margin-bottom: 30px}
.bdaia-blocks.bdaia-block10 .block-article.block-first-article .block-article-img-container{
    margin-bottom: 20px;
    position: relative;
}
.bdaia-blocks.bdaia-block10 .block-article.block-first-article .block-article-img-container a{
    position: relative;
    display: block;
}
.bdaia-blocks.bdaia-block10 .block-article .block-article-img-container img{
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    opacity: .9;
    width: 100%;
}
.bdaia-blocks.bdaia-block10 .block-article:hover img{opacity:1}
.bdaia-blocks.bdaia-block10 .block-article.block-first-article .block-article-content-wrapper{line-height: 0}
.bdaia-blocks.bdaia-block10 .block-article:before,
.bdaia-blocks.bdaia-block10 .block-article:after,
.bdaia-blocks.bdaia-block10 .block-article footer:before,
.bdaia-blocks.bdaia-block10 .block-article header:before,
.bdaia-blocks.bdaia-block10 .block-article footer:after,
.bdaia-blocks.bdaia-block10 .block-article header:after{display: table; content: "";clear: both}
.bdaia-blocks.bdaia-block10 .block-article footer,
.bdaia-blocks.bdaia-block10 .block-article footer a{color: #404040}
.bdaia-blocks.bdaia-block10 .block-article footer{
    margin-bottom: 0;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    max-height: 15px;
}
.bdaia-blocks.bdaia-block10 .block-article footer .bdaia-post-author-name,
.bdaia-blocks.bdaia-block10 .block-article footer .bdaia-post-date,
.bdaia-blocks.bdaia-block10 .block-article footer .bdaia-post-comment,
.bdaia-blocks.bdaia-block10 .block-article footer .bdaia-post-view{
    float: none;
    display: inline-block;
    margin: 0 7px 7px 0;
}
.rtl .bdaia-blocks.bdaia-block10 .block-article footer .bdaia-post-author-name,
.rtl .bdaia-blocks.bdaia-block10 .block-article footer .bdaia-post-date,
.rtl .bdaia-blocks.bdaia-block10 .block-article footer .bdaia-post-comment,
.rtl .bdaia-blocks.bdaia-block10 .block-article footer .bdaia-post-view{
    margin: 0 0 7px 7px
}
.bdaia-blocks.bdaia-block10 .block-article footer .bdaia-io {margin: 0 4px}
.bdaia-blocks.bdaia-block10 .block-article.block-first-article h3 {
    margin: 0 auto 10px auto;
    padding: 0;
    font-size: 21px;
    font-weight: 400;
    line-height: 25px;
    font-style: normal;
    letter-spacing: normal;
    text-transform: none;
    font-family: 'Roboto',sans-serif;
}
@media only screen and (max-width: 991px){
    .bdaia-blocks.bdaia-block10 .block-article.block-first-article h3{font-size: 22px; line-height: 30px}
}
@media only screen and (max-width: 480px){
    .bdaia-blocks.bdaia-block10 .block-article.block-first-article h3{font-size: 18px; line-height: 26px}
}
.bdaia-blocks.bdaia-block10 .block-article.block-first-article p.block-exb{
    color: #404040;
    margin: 12px auto 0;
    padding: 0;
    font-size: 15px;
    line-height: 21px;
}
.bdaia-blocks.bdaia-block10 .block-article.block-first-article .bd-more-btn{margin-top: 15px}
.bdaia-blocks.bdaia-block10 .bd-block-row{
    clear: both;
    overflow: hidden;
    position: relative;
}
.bdaia-blocks.bdaia-block10 .block-article.block-other-article{
    margin-bottom: 20px;
}
.bdaia-blocks.bdaia-block10 .block-article.block-other-article article{position: relative; overflow: hidden}
.bdaia-blocks.bdaia-block10 .block-article.block-other-article .block-article-img-container {
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 104px;
    line-height: 0;
    overflow: hidden;
}
.rtl .bdaia-blocks.bdaia-block10 .block-article.block-other-article .block-article-img-container {
    left: auto;
    right: 0;
}
.bdaia-blocks.bdaia-block10 .block-article.block-other-article .block-article-content-wrapper {
    margin-left: 124px;
    min-height: 74px;
    line-height: 0;
}
.rtl .bdaia-blocks.bdaia-block10 .block-article.block-other-article .block-article-content-wrapper {
    margin-left: 0;
    margin-right: 124px;
}
.bdaia-blocks.bdaia-block10 .block-article.block-other-article h3{
    margin: 0 auto 0 auto;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-style: normal;
    letter-spacing: normal;
    text-transform: none;
    font-family: 'Roboto',sans-serif;
}
.bdaia-blocks.bdaia-block10 .block-article.block-other-article h3 span {
    position: relative;
    top: -5px;
}
@media only screen and (max-width: 1024px){
    .bdaia-blocks.bdaia-block10 .block-article.block-other-article h3{margin-bottom: 5px}
}
.bdaia-blocks.bdaia-block10 .block-article.block-first-article .bdaia-post-rating {
    margin-bottom: 12px;
}
.bdaia-blocks.bdaia-block10 .block-info-cat {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
}
.bdaia-blocks.bdaia-block10 .block-info-cat a {display: inline-block !important}

/* Block11 */
.bdaia-blocks.bdaia-block11{}
.bdaia-blocks.bdaia-block11 .bdaia-blocks-container{
    margin: 0 0 -20px 0;
    padding: 0;
    overflow: hidden;
    list-style: none !important;
}
.bdaia-blocks.bdaia-block11 .block-article{
    position: relative;
    list-style: none !important;
    line-height: 0;
}
.bdaia-blocks.bdaia-block11 .block-article.block-first-article{margin-bottom: 20px}
.bdaia-blocks.bdaia-block11 .block-article.block-first-article .block-article-content-wrapper{
    position: absolute;
    padding: 0 16px;
    margin: 0 auto 11px;
    bottom: 0;
    z-index: 2;
}
.bdaia-blocks.bdaia-block11 .block-article.block-first-article .block-article-content-wrapper * {
    color: #FFF;
    text-shadow: rgba(0, 0, 0, .6) 0 0 5px;
}
.bdaia-blocks.bdaia-block11 .block-article.block-first-article .block-article-img-container{
    position: relative;
    min-height: 140px;
    background: #000;
    overflow: hidden;
}
.bdaia-blocks.bdaia-block11 .block-article.block-first-article .block-article-img-container .vid-play{
    top: 15px !important;
    right: 15px !important;
    left: auto !important;
    margin: 0 !important;
    z-index: 5;
}
.bdaia-blocks.bdaia-block11 .block-article.block-first-article .block-article-img-container a{
    position: relative;
    display: block;
}
.bdaia-blocks.bdaia-block11 .block-article .block-article-img-container img{
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    opacity: .9;
    width: 100%;
}
.bdaia-blocks.bdaia-block11 .block-article:hover img{opacity:1}
.bdaia-blocks.bdaia-block11 .block-article:before,
.bdaia-blocks.bdaia-block11 .block-article:after,
.bdaia-blocks.bdaia-block11 .block-article footer:before,
.bdaia-blocks.bdaia-block11 .block-article header:before,
.bdaia-blocks.bdaia-block11 .block-article footer:after,
.bdaia-blocks.bdaia-block11 .block-article header:after{display: table; content: "";clear: both}
.bdaia-blocks.bdaia-block11 .block-article footer,
.bdaia-blocks.bdaia-block11 .block-article footer a{color: #404040}
.bdaia-blocks.bdaia-block11 .block-article footer{
    margin-bottom: 0;
    font-size: 12px;
    line-height: 12px;
    font-weight: 700;
    max-height: 15px;
}
.bdaia-blocks.bdaia-block11 .block-article footer a{display: inline-block !important}
.bdaia-blocks.bdaia-block11 .block-article footer .bdaia-post-author-name,
.bdaia-blocks.bdaia-block11 .block-article footer .bdaia-post-date,
.bdaia-blocks.bdaia-block11 .block-article footer .bdaia-post-comment,
.bdaia-blocks.bdaia-block11 .block-article footer .bdaia-post-view{
    float: none;
    display: inline-block;
    margin: 0 7px 7px 0;
}
.rtl .bdaia-blocks.bdaia-block11 .block-article footer .bdaia-post-author-name,
.rtl .bdaia-blocks.bdaia-block11 .block-article footer .bdaia-post-date,
.rtl .bdaia-blocks.bdaia-block11 .block-article footer .bdaia-post-comment,
.rtl .bdaia-blocks.bdaia-block11 .block-article footer .bdaia-post-view{
    margin: 0 0 7px 7px
}

.bdaia-blocks.bdaia-block11 .block-article footer .bdaia-io {margin: 0 4px}
.bdaia-blocks.bdaia-block11 .block-article.block-first-article h3{
    margin: 0 auto 10px auto;
    padding: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    font-style: normal;
    letter-spacing: normal;
    text-transform: none;
    font-family: 'Roboto',sans-serif;
}
.bdaia-blocks.bdaia-block11 .bd-block-row {
    clear: both;
    position: relative;
}
.bdaia-blocks.bdaia-block11 .block-article.block-other-article{
    margin-bottom: 20px;
    max-height: 74px;
}
.bdaia-blocks.bdaia-block11 .block-article.block-other-article article{ position: relative }
.bdaia-blocks.bdaia-block11 .block-article.block-other-article .block-article-img-container {
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 104px;
    line-height: 0;
    overflow: hidden;
}
.rtl .bdaia-blocks.bdaia-block11 .block-article.block-other-article .block-article-img-container {
    left: auto;
    right: 0;
}
.bdaia-blocks.bdaia-block11 .block-article.block-other-article .block-article-content-wrapper {
    margin-left: 124px;
    min-height: 74px;
    line-height: 0;
}
.rtl .bdaia-blocks.bdaia-block11 .block-article.block-other-article .block-article-content-wrapper {
    margin-left: 0;
    margin-right: 124px;
}
.bdaia-blocks.bdaia-block11 .block-article.block-other-article h3 {
    margin: 0 auto;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-style: normal;
    letter-spacing: normal;
    text-transform: none;
    font-family: 'Roboto',sans-serif;
}
.bdaia-blocks.bdaia-block11 .block-article.block-other-article h3 span {
    position: relative;
    top: -5px;
}

@media only screen and (max-width: 1024px){
    .bdaia-blocks.bdaia-block11 .block-article.block-other-article h3{margin-bottom: 5px}
}
.bdaia-blocks.bdaia-block11 .block-article.block-first-article .star-rating span:before,
.bdaia-blocks.bdaia-block11 .block-article.block-first-article .star-rating:before {
    color: #FFF !important;
}
.search .bdaia-block6 .block-info-cat { display: none !important}
.search .bdaia-block7 .block-info-cat { display: none !important}

/* Block Title */
h4.block-title {
    padding: 0;
    position: relative;
    z-index: 2;
    text-align: initial;
    margin: 0 0 26px 0;
    background-color: #f0f0f0;
    font-size: 18px;
    font-weight: 700;
    line-height: 15px;
    height: 14px;
    font-style: normal;
    letter-spacing: normal;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
h4.block-title:before,
h4.block-title:after {
    display: table;
    content: " ";
    clear: both;
}
h4.block-title.bt-dark {
    background-color: #313131;
}
h4.block-title.bt-dark,
h4.block-title.bt-dark a {
    color: #EFEFEF;
}
div.bdaia-footer h4.block-title,
div.bdaia-footer h4.block-title span {
    background: transparent !important;
}

#bdCheckAlso h4.block-title,
.bd-sidebar h4.block-title{
    font-size: 14px;
    font-weight: 700;
    line-height: 13px;
    height: 12px;
    margin-bottom: 20px;
}
h4.block-title:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    display: inline-block;
    background-color: #EA0253;
    left: 0;
    top: 49%;
    -webkit-transform: translateY(-49%);
    -ms-transform: translateY(-49%);
    transform: translateY(-49%);
    z-index: 5;
}
.rtl h4.block-title:before{
    left: auto;
    right: 0;
}
h4.block-title > a > span,
h4.block-title > span {
    padding: 0 12px 0 24px;
}
h4.block-title > a > span {

}
h4.block-title span {
    margin: 0 0 0 0;
    position: relative;
    display: inline-block;
    background-color: #FFF;
}
h4.block-title.bt-dark span {
    background-color: #222;
}
.rtl h4.block-title span {padding: 0 24px 0 12px}
h4.block-title a{
    display: inline-block;
    overflow: hidden;
}
h4.block-title a,h4.block-title span{}
.bdaia-blocks {
    padding: 0;
    margin: 0 auto;
    clear: both;
    background-color: #FFF;
}
.bdaia-blocks:after{
    display: none;
    position: absolute;
    bottom: -3px;
    left: 0;
    content: '';
    width: 100%;
    border-bottom: 2px solid rgba( 0,0,0, 0.03 );
}
.bdaia-block-wrap {
    margin: 0 auto 30px auto;
    clear: both;
    position: relative;
    background-color: #FFF;
    padding: 26px;
    /*border: 1px solid rgba( 0,0,0, 0.12 );*/
    -webkit-box-shadow: 0 0 1px rgba( 0,0,0, 0.20 );
    -moz-box-shadow: 0 0 1px rgba( 0,0,0, 0.20 );
    box-shadow: 0 0 1px rgba( 0,0,0, 0.20 );
}
.bdaia-block-wrap.bdaia-block-nt {
    padding-top: 0;
}
.bdaia-block-wrap:after{
    position: absolute;
    bottom: -3px;
    left: 0;
    content: '';
    width: 100%;
    border-bottom: 2px solid rgba( 0,0,0, 0.03 );
}
.bdaia-block-wrap:last-child{margin-bottom: 0 !important}
.bdaia-block-wrap:before,
.bdaia-block-wrap:after{display: table; content: ""; clear: both; overflow: hidden}

.bdaia-block-wrap .carousel-nav,
.bdaia-block-wrap .bdayh-load-more-btn {
    padding-top: 26px;
}
.bdaia-block-wrap .carousel-nav {
    position: absolute;
    right: 17px;
    top: 21px;
    z-index: 5;
    padding: 0 0 0 8px;
    background: #FFF;
}
body.rtl .bdaia-block-wrap .carousel-nav {
    right: auto;
    left: 17px;
    padding: 0 8px 0 0;
}
.bdaia-block-wrap .carousel-nav a {
    width: 24px;
    min-width: inherit;
    height: 24px;
    min-height: inherit;
    text-align: center;
    padding: 0;
    line-height: 20px;
}
.bdaia-block-wrap .bdayh-posts-load-wait {
    position: absolute;
    opacity: 0.7;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    padding: 0 !important;
}
.bdaia-block-wrap .bdayh-posts-load-wait  .sk-circle {
    margin: 0 auto !important;
}
.bdaia-block-wrap.bdaia-block1 .bdayh-posts-load-wait,
.bdaia-block-wrap.bdaia-block2 .bdayh-posts-load-wait,
.bdaia-block-wrap.bdaia-block6 .bdayh-posts-load-wait,
.bdaia-block-wrap.bdaia-new-timeline.bdaia-ajax-pagination-load_more .bdayh-posts-load-wait,
.bdaia-block-wrap.bdaia-block22.bdaia-ajax-pagination-load_more .bdayh-posts-load-wait,
.bdaia-block-wrap.bdaia-block7.bdaia-ajax-pagination-load_more .bdayh-posts-load-wait,
.bdaia-block-wrap.bdaia-block5.bdaia-ajax-pagination-load_more .bdayh-posts-load-wait,
.bdaia-block-wrap.bdaia-block4.bdaia-ajax-pagination-load_more .bdayh-posts-load-wait,
.bdaia-block-wrap.bdaia-block3.bdaia-ajax-pagination-load_more .bdayh-posts-load-wait {
    position: static !important;
    margin: 30px auto 0 !important;
}

.bdaia-load-more-news-btn {
    text-align: center;
    position: relative;
    display: block;
    margin: 26px -26px -26px;
    padding: 11px 0 12px;
    cursor: pointer;
    color: #404040;
    border-top: 1px solid rgba( 0,0,0, 0.10 );
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    line-height: 16px;
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    -ms-transition: all .15s ease-out;
    transition: all .15s ease-out;
}
.bdaia-load-more-news-btn:hover {color: #222;}
.bdaia-load-more-news-btn:before, .bdaia-load-more-news-btn:after {
    display: table;
    content: "";
    clear: both;
}
.bdaia-load-more-news-btn .bdaia-io {
    margin: 0 8px;
    font-size: 18px;
    line-height: 0;
    position: relative;
    top: 3px;
}
.bdaia-block-wrap .bdaia-pagination {
    margin-top: 26px;
}

/* cfix */
.cfix{
    clear: both;
    zoom: 1;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    width: 100%;
    position: relative;
    display: block;
    height: 0;
}
.cfix:before, .cfix:after{
    display: table;
    content: "";
    clear: both;
}

.carousel-nav:before, .carousel-nav:after,
.bdaia-pagination:before, .bdaia-pagination:after{
    display: table;
    content: "";
    clear: both;
}


.bdaia-post-content .page-link a,
.carousel-nav a,
.bdaia-pagination a,
.bdaia-pagination > span {
    padding: 5px 11px;
    border: 1px solid #e3e3e3;
    display: inline-block;
    margin: 0 8px 0 0;
    min-width: 33px;
    max-height: 33px;
    text-align: center;
    line-height: 21px;
    float: left;
    clear: none !important;
}
.bdaia-post-content .page-link a:hover,
.carousel-nav a:hover,
.bdaia-pagination a:hover,
.bdaia-pagination > span:hover,
.bdaia-post-content .page-link a,
.carousel-nav a,
.bdaia-pagination a,
.bdaia-pagination > span {
    color: #666;
}
#bdaia-next-page {
    padding: 0 !important;
    border: 0 none !important;
}
.bdaia-pagination .pages {
    float: right;
    margin: 0;
    border: none;
    padding: 6px 0 6px 6px;
}

.bdaia-pagination > .current {
    background-color: #EA0253;
    color: #fff;
    border-color: #EA0253;
}

.bdaia-pagination > a .current {
    color: #666;
}

.bdaia-pagination > a:hover .current,
.bdaia-pagination > a .current:hover {
    color: #FFF;
}

.bdaia-pagination .extend {
    border: none;
}
.page-link a span.bdaia-io,
.carousel-nav .bdaia-io,
.bdaia-pagination .bdaia-io {
    font-size: 18px;
    line-height: 1;
    display: inline-table;
}

.carousel-nav a:hover,
.carousel-nav a.mo-prev:hover,
.carousel-nav a.mo-next:hover,
.bdaia-pagination a:hover {
    color: #fff;
    background-color: #444;
    border-color: #444;
}

.carousel-nav {
    margin: 0;
    padding: 0;
    list-style: none !important;
}

.ajax-page-disabled {
    opacity: 0.4;
}

.bdaiaFadeIn{
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -ms-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s;
}
.bdaiaFadeInDown{
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -ms-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s;
}
.bdaiaFadeInRight{
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -ms-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s;
}
.bdaiaFadeInLeft{
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -ms-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s;
}
.bdaiaFadeInUp{
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -ms-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

/* Feature Posts */
.bdaia-feature-posts,
.bdaia-fp-flexslider {
    position: relative;
    overflow: hidden;
    zoom: 1;
    margin: 0;
    padding: 0;
}
.bdaia-fp-flexslider:before, .bdaia-fp-flexslider:after,
.bdaia-feature-posts:before, .bdaia-feature-posts:after {
    display: table;
    content: "";
    clear: both;
}
.bdaia-feature-posts {
    margin-top: 30px;
}
.bdaia-feature-posts .bd-post-carousel {
    margin-top: 0;
}
.bdaia-fp-s1 .bdaia-fp-flexslider-items,
.bdaia-fp-s1 .bdaia-fp-flexslider-items .bdaia-fp-post {
    list-style: none;
    padding: 0;
    margin: 0;
    /*
    -webkit-transition: all 0.10s;
    -moz-transition: all 0.150s;
    -ms-transition: all 0.10s;
    -o-transition: all 0.10s;
    transition: all 0.10s;
    */
}
.bdaia-fp-s1 .bdaia-fp-flexslider-items:before,
.bdaia-fp-s1 .bdaia-fp-flexslider-items:after,
.bdaia-fp-s1 .bdaia-fp-flexslider-items .bdaia-fp-pos:before,
.bdaia-fp-s1 .bdaia-fp-flexslider-items .bdaia-fp-pos:after{
    display: table;
    content: "";
    clear: both;
}
.bdaia-fp-s1 .bdaia-fp-flexslider-items .bdaia-fp-post {
    position: relative;
    overflow: hidden;
    display: none;
}
.bdaia-fp-s1 .bdaia-fp-flexslider-items .bdaia-fp-post.flex-active-slide {
    display: block;
}
.bdaia-fp-s1 .bdaia-fp-flexslider-items .bdaia-fp-post:before, .bdaia-fp-s1 .bdaia-fp-flexslider-items .bdaia-fp-post:after{
    display: table;
    content: "";
    clear: both;
}

.bdaia-fp-s1 .bdaia-fp-post .bdaia-fp-post-img-container {
    position: relative;
    z-index: 1;
    min-height: 360px;
    background-color: #CCC;
}
@media only screen and (max-width: 1024px){

    .bdaia-fp-s1 .bdaia-fp-post .bdaia-fp-post-img-container{
        min-height: 200px;
    }
}
@media only screen and (max-width: 600px){
    .bdaia-fp-s1 .bdaia-fp-post .bdaia-fp-post-img-container{
        min-height: 100%
    }
}
.bdaia-fp-s1 .bdaia-fp-post .bdaia-fp-post-img-container img {
    width: 100%;
}
.bdaia-fp-s1 .bdaia-fp-post:hover img {
}
.bdaia-fp-s1 .bdaia-fp-post .bdaia-fp-post-img-container a {display: block}
.bdaia-fp-s1 .bdaia-fp-post .bdaia-fp-post-content-wrapper {
    position: relative;
    z-index: 3;
    background-color: #F5F5F5;
    padding: 30px 60px;
    margin: -120px 10% 0 10%;
    text-align: center;
}
@media only screen and (max-width: 1000px){
    .bdaia-fp-s1 .bdaia-fp-post .bdaia-fp-post-content-wrapper {
        margin-right: 7%;
        margin-left: 7%;
        padding: 20px 40px;
    }
}
@media only screen and (max-width: 600px){
    .bdaia-fp-s1 .bdaia-fp-post .bdaia-fp-post-content-wrapper {
        margin: 0;
        text-align: initial;
        padding: 20px 0;
    }
    .bdaia-fp-s1 .bdaia-text-gradient:before,
    .bdaia-fp-s1 .flex-direction-nav li a{ display: none !important }
}
.bdaia-fp-s1 .bdaia-fp-post .bdaia-post-date,
.bdaia-fp-s1 .bdaia-fp-post .bdaia-post-author-name {
    float: none;
    margin-right: 6px;
    margin-left: 6px;
}
.bdaia-fp-s1 .bdaia-fp-post .bdaia-meta-info {
    margin-top: 10px;
}
.bdaia-fp-s1 .bdaia-category {
    margin-top: -40px;
    margin-bottom: 10px;
}
.slick-dots,
.bdaia-fp-s1 ol.flex-control-nav {
    text-align: center;
}

.bdaia-fp-s1 .flex-direction-nav,
.bdaia-fp-s1 .flex-direction-nav li{
    margin: 0;
    list-style: none;
}
.slick-dots {margin-top: 30px !important; display: block !important}
.slick-dots,
.slick-dots li,
.bdaia-fp-s1 ol.flex-control-nav,
.bdaia-fp-s1 ol.flex-control-nav li {
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 0;
    font-size: 0;
}

.slick-dots:before, .slick-dots:after,
.bdaia-fp-s1 ol.flex-control-nav:before, .bdaia-fp-s1 ol.flex-control-nav:after {
    display: table;
    content: "";
    clear: both;
}
.slick-dots li,
.bdaia-fp-s1 ol.flex-control-nav li {
    display: inline-block;
}
.slick-dots button,
.bdaia-fp-s1 ol.flex-control-nav li a {
    display: block;
    width: 11px;
    height: 11px;
    line-height: 0;
    background: rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    margin: 0 3px;
    text-indent: -999px;
    padding: 0;
    outline: 0;
    cursor: pointer;
    border: 0 none !important;
}
.slick-dots li.slick-active button,
.bdaia-fp-s1 ol.flex-control-nav li a.flex-active {
    background: rgba(0, 0, 0, 0.9);
}
.bdaia-fp-s1 .flex-direction-nav a {
    width: 30px;
    height: 70px;
    margin: -58px 0 0;
    color: #FFF;
    -webkit-text-shadow: 1px 1px 3px rgba(0,0,0,.5);
    -moz-text-shadow: 1px 1px 3px rgba(0,0,0,.5);
    -ms-text-shadow: 1px 1px 3px rgba(0,0,0,.5);
    -o-text-shadow: 1px 1px 3px rgba(0,0,0,.5);
    text-shadow: 1px 1px 3px rgba(0,0,0,.5);
    display: block;
    position: absolute;
    top: 50%;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.bdaia-fp-s1 .flex-direction-nav .flex-next,
.bdaia-fp-s1 .flex-direction-nav .flex-prev {
    display:inline-block;
    font-size:inherit;
    text-rendering:auto;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}
.bdaia-fp-s1 .flex-direction-nav .flex-next:before,
.bdaia-fp-s1 .flex-direction-nav .flex-prev:before {
    width: 30px;
    display: block;
    text-align: center;
    font-size: 70px;
    line-height: 50px;
    color: #FFF;
    text-shadow: none !important;
}
.bdaia-fp-s1 .flex-direction-nav .flex-next { right: -30px }

.bdaia-fp-s1 .flex-direction-nav .flex-prev { left: -30px }

.bdaia-fp-s1 .bdaia-fp-flexslider:hover .flex-next {
    opacity: 0.8;
    right: 15px;
}
.bdaia-fp-s1 .bdaia-fp-flexslider:hover .flex-prev {
    opacity: 0.8;
    left: 15px;
}
.bdaia-fp-s1 .bdaia-fp-flexslider:hover .flex-next:hover,
.bdaia-fp-s1 .bdaia-fp-flexslider:hover .flex-prev:hover {
    opacity: 1;
}
.bdaia-fp-s1 .flex-direction-nav .disabled {
    opacity: .3!important;
    cursor: default;
}

/**
* Grid Featured Posts.
* ----------------------------------------------------------------------------- *
*/
.big-grids {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}
.big-grids:after,
.big-grids:before {
    content: '';
    display: table;
    clear: both;
}
.big-grids .big-grid.fea-1,
.big-grids .big-grid.fea-2,
.big-grids .big-grid.fea-3,
.big-grids .big-grids-single-slide .big-grid {display: block}
.big-grids .big-grids-single-slide {
    display: none;
    opacity: 0;
    padding: 0;
    position: relative;
}
.big-grids .big-grid {
    display: none;
    float: left;
    position: relative;
    overflow: hidden;
}
.big-grids .big-grid-inner {
    position: relative;
    line-height: 0;
    color: #FFF;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    transition: 500ms;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    outline: none;
    text-rendering: optimizeLegibility;
    zoom: 1;
}
.big-grids .big-grid-inner:before,
.big-grids .big-grid-inner:after{
    content: "";
    display: table;
    clear: both;
}
.big-grids .big-grid-inner img {
    max-width: 100%;
    height: auto;
}
.big-grids .big-grid-inner .img {
    -webkit-transition: transform 0.35s ease 0s;
    -moz-transition: transform 0.35s ease 0s;
    -o-transition: transform 0.35s ease 0s;
    transition: transform 0.35s ease 0s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% 100% 0;
    -moz-transform-origin: 50% 100% 0;
    transform-origin: 50% 100% 0;
    background-color: #eee;
    background-position: center center;
    background-size: cover;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    visibility: visible;
    -webkit-box-shadow: inset 0 0 50px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0 0 50px rgba(0,0,0,0.5);
    box-shadow: inset 0 0 50px rgba(0,0,0,0.5);
}
.big-grids .big-grid-inner:hover .img {
    -webkit-transform: scale(1.035);
    -moz-transform: scale(1.035);
    transform: scale(1.035);
}
.big-grids .big-grid-inner .img:before {
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
   /* background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.9)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);*/
   background: transparent !important;
    -webkit-transition: background-color .2s ease;
    -moz-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
}

div.bdaia-feature-posts.bdaia-fp-grids.bdaia-fp-grid4 .big-grid .img:before {
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    -webkit-transition: all .2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background-color: #000000;
    background-image: -webkit-linear-gradient(135deg, #000000,#101010);
    background-image: -moz-linear-gradient(135deg, #000000,#101010);
    background-image: -o-linear-gradient(135deg, #000000,#101010);
    background-image: linear-gradient(135deg, #000000,#101010);
    opacity: .4;
}

/*
div.bdaia-feature-posts.bdaia-fp-grids.bdaia-fp-grid4 .big-grid:nth-of-type(1n) .img:before {
    background-color: #292484;
    background-image: -webkit-linear-gradient(135deg, #292484,#dc4225);
    background-image: -moz-linear-gradient(135deg, #292484,#dc4225);
    background-image: -o-linear-gradient(135deg, #292484,#dc4225);
    background-image: linear-gradient(135deg, #292484,#dc4225);
}
div.bdaia-feature-posts.bdaia-fp-grids.bdaia-fp-grid4 .big-grid:nth-of-type(2n) .img:before {
    background-color: #002f4b;
    background-image: -webkit-linear-gradient(135deg, #002f4b,#417711);
    background-image: -moz-linear-gradient(135deg, #002f4b,#417711);
    background-image: -o-linear-gradient(135deg, #002f4b,#417711);
    background-image: linear-gradient(135deg, #002f4b,#417711);
}
div.bdaia-feature-posts.bdaia-fp-grids.bdaia-fp-grid4 .big-grid:nth-of-type(3n) .img:before {
    background-color: #292484;
    background-image: -webkit-linear-gradient(135deg, #292484,#a83279);
    background-image: -moz-linear-gradient(135deg, #292484,#a83279);
    background-image: -o-linear-gradient(135deg, #292484,#a83279);
    background-image: linear-gradient(135deg, #292484,#a83279);
}
div.bdaia-feature-posts.bdaia-fp-grids.bdaia-fp-grid4 .big-grid:nth-of-type(4n) .img:before {
    background-color: #e0be00;
    background-image: -webkit-linear-gradient(135deg, #e0be00,#dc4225);
    background-image: -moz-linear-gradient(135deg, #e0be00,#dc4225);
    background-image: -o-linear-gradient(135deg, #e0be00,#dc4225);
    background-image: linear-gradient(135deg, #e0be00,#dc4225);
}
*/

.big-grids.big-grid1 .big-grid-1 .big-grid-inner {  height: 490px;  }
.big-grids.big-grid1 .big-grid-2 .big-grid-inner {  height: 244px;  }
.big-grids.big-grid1 .big-grid-3 .big-grid-inner {  height: 244px;  }
.big-grids.big-grid1 .big-grid-1 { width: 60%; }

.big-grids.big-grid1 .big-grid-2,
.big-grids.big-grid1 .big-grid-3 { width: 40% }

.big-grids.big-grid1 .big-grid-1 { padding: 0 2px 0 0 }
.big-grids.big-grid1 .big-grid-2{ padding: 0 0 2px 0 }

.big-grids.big-grid2 .big-grid-1 .big-grid-inner {  height: 260px;  }
.big-grids.big-grid2 .big-grid-2 .big-grid-inner {  height: 260px;  }

.big-grids.big-grid2 .big-grid-3 .big-grid-inner {  height: 244px;  }
.big-grids.big-grid2 .big-grid-4 .big-grid-inner {  height: 244px;  }
.big-grids.big-grid2 .big-grid-5 .big-grid-inner {  height: 244px;  }

.big-grids.big-grid2 .big-grid-1 {  width: 50%  }
.big-grids.big-grid2 .big-grid-2 {  width: 50%  }
.big-grids.big-grid2 .big-grid-3 {  width: 33.33333333333333%  }
.big-grids.big-grid2 .big-grid-4 {  width: 33.33333333333333%  }
.big-grids.big-grid2 .big-grid-5 {  width: 33.33333333333333%  }

.big-grids.big-grid2 .big-grid-1,
.big-grids.big-grid2 .big-grid-2 {padding: 0 0 4px 0}
.big-grids.big-grid2 .big-grid-1 {padding-right: 2px}
.big-grids.big-grid2 .big-grid-2 {padding-left: 2px}
.big-grids.big-grid2 .big-grid-4 {padding: 0 4px}

/**
 * Grid 3
 * ========================================================= */

div.bdaia-feature-posts.bdaia-fp-grids.bdaia-fp-grid3 {}
div.bdaia-feature-posts.bdaia-fp-grids.bdaia-fp-grid3 .big-grid-1 {width: 50%}
div.bdaia-feature-posts.bdaia-fp-grids.bdaia-fp-grid3 .big-grid-1 .big-grid-inner {height: 490px}
div.bdaia-feature-posts.bdaia-fp-grids.bdaia-fp-grid3 .big-grid-2,
div.bdaia-feature-posts.bdaia-fp-grids.bdaia-fp-grid3 .big-grid-3,
div.bdaia-feature-posts.bdaia-fp-grids.bdaia-fp-grid3 .big-grid-4,
div.bdaia-feature-posts.bdaia-fp-grids.bdaia-fp-grid3 .big-grid-5 {width: 25%}
div.bdaia-feature-posts.bdaia-fp-grids.bdaia-fp-grid3 .big-grid-2 .big-grid-inner,
div.bdaia-feature-posts.bdaia-fp-grids.bdaia-fp-grid3 .big-grid-3 .big-grid-inner,
div.bdaia-feature-posts.bdaia-fp-grids.bdaia-fp-grid3 .big-grid-4 .big-grid-inner,
div.bdaia-feature-posts.bdaia-fp-grids.bdaia-fp-grid3 .big-grid-5 .big-grid-inner {height: 244px}
div.bdaia-feature-posts.bdaia-fp-grids.bdaia-fp-grid3 .big-grid-1 {padding: 0 2px 0 0}
div.bdaia-feature-posts.bdaia-fp-grids.bdaia-fp-grid3 .big-grid-2 {padding: 0 2px 2px 0}
div.bdaia-feature-posts.bdaia-fp-grids.bdaia-fp-grid3 .big-grid-4 {padding: 0 2px 0 0}
div.bdaia-feature-posts.bdaia-fp-grids.bdaia-fp-grid3 .big-grid-3 {padding: 0 0 2px 0}

@media only screen and (max-width: 919px) {
    div.bdaia-feature-posts.bdaia-fp-grids.bdaia-fp-grid3 .big-grid {width: 100%}
    div.bdaia-feature-posts.bdaia-fp-grids.bdaia-fp-grid3 .big-grid .big-grid-inner {height: 360px}
    div.bdaia-feature-posts.bdaia-fp-grids.bdaia-fp-grid3 .big-grid-1 {padding: 0 0 2px 0}
    div.bdaia-feature-posts.bdaia-fp-grids.bdaia-fp-grid3 .big-grid-2 {padding: 0 0 2px 0}
    div.bdaia-feature-posts.bdaia-fp-grids.bdaia-fp-grid3 .big-grid-3 {padding: 0 0 2px 0}
    div.bdaia-feature-posts.bdaia-fp-grids.bdaia-fp-grid3 .big-grid-4 {padding: 0 0 2px 0}

    div.bdaia-feature-posts.bdaia-fp-grids.bdaia-fp-grid3 .bdaia-post-rating,
    div.bdaia-feature-posts.bdaia-fp-grids.bdaia-fp-grid3 .bdayh-date { display: none }
}
@media only screen and (max-width: 630px) {
    div.bdaia-feature-posts.bdaia-fp-grids.bdaia-fp-grid3 .big-grid .big-grid-inner {height: 220px}
    div.bdaia-feature-posts.bdaia-fp-grids.bdaia-fp-grid3 .big-grid-2 .big-grid-inner,
    div.bdaia-feature-posts.bdaia-fp-grids.bdaia-fp-grid3 .big-grid-3 .big-grid-inner,
    div.bdaia-feature-posts.bdaia-fp-grids.bdaia-fp-grid3 .big-grid-4 .big-grid-inner,
    div.bdaia-feature-posts.bdaia-fp-grids.bdaia-fp-grid3 .big-grid-5 .big-grid-inner {height: 180px}
}

/**
 * Grid 4
 * ========================================================= */

div.bdaia-feature-posts.bdaia-fp-grids.bdaia-fp-grid4 {}
div.bdaia-feature-posts.bdaia-fp-grids.bdaia-fp-grid4 .big-grid {
    position: relative;
}

div.bdaia-feature-posts.bdaia-fp-grids.bdaia-fp-grid4 .big-grid-1,
div.bdaia-feature-posts.bdaia-fp-grids.bdaia-fp-grid4 .big-grid-2,
div.bdaia-feature-posts.bdaia-fp-grids.bdaia-fp-grid4 .big-grid-3,
div.bdaia-feature-posts.bdaia-fp-grids.bdaia-fp-grid4 .big-grid-4 {width: 25%}
div.bdaia-feature-posts.bdaia-fp-grids.bdaia-fp-grid4 .big-grid-1,
div.bdaia-feature-posts.bdaia-fp-grids.bdaia-fp-grid4 .big-grid-2,
div.bdaia-feature-posts.bdaia-fp-grids.bdaia-fp-grid4 .big-grid-3 {
    padding: 0 2px 0 0;
}
div.bdaia-feature-posts.bdaia-fp-grids.bdaia-fp-grid4 .big-grid-1 .big-grid-inner,
div.bdaia-feature-posts.bdaia-fp-grids.bdaia-fp-grid4 .big-grid-2 .big-grid-inner,
div.bdaia-feature-posts.bdaia-fp-grids.bdaia-fp-grid4 .big-grid-3 .big-grid-inner,
div.bdaia-feature-posts.bdaia-fp-grids.bdaia-fp-grid4 .big-grid-4 .big-grid-inner {height: 380px}

@media only screen and (max-width: 1170px) {
    div.bdaia-feature-posts.bdaia-fp-grids.bdaia-fp-grid4 .big-grid-1 .big-grid-inner,
    div.bdaia-feature-posts.bdaia-fp-grids.bdaia-fp-grid4 .big-grid-2 .big-grid-inner,
    div.bdaia-feature-posts.bdaia-fp-grids.bdaia-fp-grid4 .big-grid-3 .big-grid-inner,
    div.bdaia-feature-posts.bdaia-fp-grids.bdaia-fp-grid4 .big-grid-4 .big-grid-inner {height: 300px}
}
@media only screen and (max-width: 900px) {
    div.bdaia-feature-posts.bdaia-fp-grids.bdaia-fp-grid4 .big-grid-1,
    div.bdaia-feature-posts.bdaia-fp-grids.bdaia-fp-grid4 .big-grid-2,
    div.bdaia-feature-posts.bdaia-fp-grids.bdaia-fp-grid4 .big-grid-3,
    div.bdaia-feature-posts.bdaia-fp-grids.bdaia-fp-grid4 .big-grid-4 {width: 50%}
    div.bdaia-feature-posts.bdaia-fp-grids.bdaia-fp-grid4 .big-grid-1 .big-grid-inner,
    div.bdaia-feature-posts.bdaia-fp-grids.bdaia-fp-grid4 .big-grid-2 .big-grid-inner,
    div.bdaia-feature-posts.bdaia-fp-grids.bdaia-fp-grid4 .big-grid-3 .big-grid-inner,
    div.bdaia-feature-posts.bdaia-fp-grids.bdaia-fp-grid4 .big-grid-4 .big-grid-inner {height: 260px}
    div.bdaia-feature-posts.bdaia-fp-grids.bdaia-fp-grid4 .big-grid-1 {padding: 0 2px 2px 0}
    div.bdaia-feature-posts.bdaia-fp-grids.bdaia-fp-grid4 .big-grid-2 {padding: 0 0 2px 0}
    div.bdaia-feature-posts.bdaia-fp-grids.bdaia-fp-grid4 .big-grid-3 {padding: 0 2px 0 0}
}
@media only screen and (max-width: 700px) {
    div.bdaia-feature-posts.bdaia-fp-grids.bdaia-fp-grid4 .big-grid-1,
    div.bdaia-feature-posts.bdaia-fp-grids.bdaia-fp-grid4 .big-grid-2,
    div.bdaia-feature-posts.bdaia-fp-grids.bdaia-fp-grid4 .big-grid-3,
    div.bdaia-feature-posts.bdaia-fp-grids.bdaia-fp-grid4 .big-grid-4 {width: 100%}
    div.bdaia-feature-posts.bdaia-fp-grids.bdaia-fp-grid4 .big-grid-1 {padding: 0 0 4px 0}
    div.bdaia-feature-posts.bdaia-fp-grids.bdaia-fp-grid4 .big-grid-2 {padding: 0 0 4px 0}
    div.bdaia-feature-posts.bdaia-fp-grids.bdaia-fp-grid4 .big-grid-3 {padding: 0 0 4px 0}

    div.bdaia-feature-posts.bdaia-fp-grids.bdaia-fp-grid4 .featured-title .bdayh-date {display: none}

    div.bdaia-feature-posts.bdaia-fp-grids.bdaia-fp-grid4 .big-grid-1 .big-grid-inner,
    div.bdaia-feature-posts.bdaia-fp-grids.bdaia-fp-grid4 .big-grid-2 .big-grid-inner,
    div.bdaia-feature-posts.bdaia-fp-grids.bdaia-fp-grid4 .big-grid-3 .big-grid-inner,
    div.bdaia-feature-posts.bdaia-fp-grids.bdaia-fp-grid4 .big-grid-4 .big-grid-inner {height: 200px}
}
@media only screen and (max-width: 400px) {
    div.bdaia-feature-posts.bdaia-fp-grids.bdaia-fp-grid4 .big-grid-1 .big-grid-inner,
    div.bdaia-feature-posts.bdaia-fp-grids.bdaia-fp-grid4 .big-grid-2 .big-grid-inner,
    div.bdaia-feature-posts.bdaia-fp-grids.bdaia-fp-grid4 .big-grid-3 .big-grid-inner,
    div.bdaia-feature-posts.bdaia-fp-grids.bdaia-fp-grid4 .big-grid-4 .big-grid-inner {height: 160px}
}

/**
 * Grid 5
 * ========================================================= */

div.bdaia-feature-posts.bdaia-fp-grids.bdaia-fp-grid5 {}
div.bdaia-feature-posts.bdaia-fp-grids.bdaia-fp-grid5 .big-grid {width: 50%}
div.bdaia-feature-posts.bdaia-fp-grids.bdaia-fp-grid5 .big-grid .big-grid-inner {height: 490px}
div.bdaia-feature-posts.bdaia-fp-grids.bdaia-fp-grid5 .big-grid-1 {padding: 0 2px 0 0}
@media only screen and (max-width: 1024px) {
    div.bdaia-feature-posts.bdaia-fp-grids.bdaia-fp-grid5 .big-grid {width: 50%}
    div.bdaia-feature-posts.bdaia-fp-grids.bdaia-fp-grid5 .big-grid .big-grid-inner {height: 360px}
    div.bdaia-feature-posts.bdaia-fp-grids.bdaia-fp-grid5 .big-grid-1 {padding: 0 2px 0 0}

}
@media only screen and (max-width: 919px) {
    div.bdaia-feature-posts.bdaia-fp-grids.bdaia-fp-grid5 .big-grid {width: 100%}
    div.bdaia-feature-posts.bdaia-fp-grids.bdaia-fp-grid5 .big-grid-1 {padding: 0 0 2px 0}
    div.bdaia-feature-posts.bdaia-fp-grids.bdaia-fp-grid5 .bdaia-post-rating,
    div.bdaia-feature-posts.bdaia-fp-grids.bdaia-fp-grid5 .bdayh-date { display: none }

    div.bdaia-feature-posts.bdaia-fp-grids.bdaia-fp-grid5 .big-grid .big-grid-inner {height: 360px}
}
@media only screen and (max-width: 630px) {
    div.bdaia-feature-posts.bdaia-fp-grids.bdaia-fp-grid5 .big-grid .big-grid-inner {height: 220px}
}

.big-grids .featured-cover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 1) 100%);
    background:    -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 1) 100%);
    background:     -ms-linear-gradient(top, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 1) 100%);
    background:      -o-linear-gradient(top, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 1) 100%);
    background:         linear-gradient(top, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 1) 100%);
}
.big-grids .featured-cover a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.big-grids .featured-title {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 20px;
    -webkit-text-shadow: 1px 1px 1px rgba(0,0,0,.3);
    -moz-text-shadow: 1px 1px 1px rgba(0,0,0,.3);
    -ms-text-shadow: 1px 1px 1px rgba(0,0,0,.3);
    -o-text-shadow: 1px 1px 1px rgba(0,0,0,.3);
    text-shadow: 1px 1px 1px rgba(0,0,0,.3);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.big-grids .featured-title h2 {
    padding: 0;
    margin: 2px 0 9px;
    text-shadow: rgba( 0, 0, 0, .6 ) 0 0 5px;
    font-family: 'Work Sans', sans-serif;
    font-size: 21px;
    line-height: 26px;
    font-weight: 700;
}
.big-grids.big-grid1 .big-grid-1 .featured-title h2,
div.bdaia-feature-posts.bdaia-fp-grids.bdaia-fp-grid5 .big-grid .featured-title h2,
div.bdaia-feature-posts.bdaia-fp-grids.bdaia-fp-grid3 .big-grid-1 .featured-title h2 {
    max-width: 90%;
}
.big-grids .star-rating span:before,
.big-grids .star-rating:before {
    color: #FFF !important;
}
div.bdaia-feature-posts.bdaia-fp-grids.bdaia-fp-grid3 .featured-title h2 {
    font-size: 16px;
    line-height: 21px;
}
div.bdaia-feature-posts.bdaia-fp-grids.bdaia-fp-grid5 .big-grid .featured-title h2,
div.bdaia-feature-posts.bdaia-fp-grids.bdaia-fp-grid3 .big-grid-1 .featured-title h2,
.big-grids.big-grid1 .big-grid-1 .featured-title h2{
    font-size: 42px;
    line-height: 46px;
    font-weight: 800;
}

.big-grids.big-grid2 .big-grid-1 .featured-title h2,
.big-grids.big-grid2 .big-grid-2 .featured-title h2{
    font-size: 26px;
    line-height: 30px;
    font-weight: 800;
}
@media only screen and (max-width: 1024px) {
    .big-grids .featured-title {
        max-width: 100%;
        padding: 14px;
    }
    div.bdaia-feature-posts.bdaia-fp-grids.bdaia-fp-grid5 .big-grid .featured-title h2,
    div.bdaia-feature-posts.bdaia-fp-grids.bdaia-fp-grid3 .big-grid-1 .featured-title h2,
    .big-grids.big-grid1 .big-grid-1 .featured-title h2 {
        font-size: 22px;
        line-height: 29px;
        margin-bottom: 9px;
    }
}
.big-grids .featured-title a {color: #FFF}
.big-grids .featured-title .bdayh-date {
    font-size: 12px;
    line-height: 12px;
    font-weight: 900;
}
div.bdaia-feature-posts.bdaia-fp-grids.bdaia-fp-grid3 .bdaia-post-rating,
div.bdaia-feature-posts.bdaia-fp-grids.bdaia-fp-grid3 .bdayh-date {
}
.big-grids .flex-direction-nav a {
    width: 40px;
    height: 80px;
    margin: -40px 0 0 0;
    color: #FFF;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    background: rgba(0,0,0,0.4);
    -webkit-transition: background .15s ease-out;
    -moz-transition: background .15s ease-out;
    -o-transition: background .15s ease-out;
    -ms-transition: background .15s ease-out;
    transition: background .15s ease-out;
}
.big-grids.big-grids-disable-nav .flex-direction-nav {
    display: none !important;
}
.big-grids .flex-direction-nav .flex-next {
    right: -1px !important;
    left: auto !important;
}
.big-grids .flex-direction-nav .flex-prev {
    left: -1px !important;
    right: auto !important;
}

.big-grids .flex-direction-nav .flex-next:before,
.big-grids .flex-direction-nav .flex-prev:before {
    display: block;
    text-align: center;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
.big-grids .flex-direction-nav .flex-next:before,
.big-grids .flex-direction-nav .flex-prev:before {
    width: 40px;
    height: 80px;
    font-size: 30px;
    line-height: 78px;
    display: block;
    text-align: center;
    color: #FFF;
    text-shadow: none !important;
}
.big-grids:hover .flex-next,
.big-grids:hover .flex-prev {opacity: 1}
.big-grids .flex-next:hover,
.big-grids .flex-prev:hover {background: rgba(0,0,0,0.6)}
.big-grids .big-grid-inner:hover .featured-title {bottom: 0}
.big-grids .big-grid-inner:hover .featured-title h3 {opacity: .8}
.big-grids .featured-title .date {
    margin: 11px 0 0 0;
    font-size: 11px;
    line-height: 1;
    font-weight: 900;
}
.big-grids .featured-title .featured-comment {
    position: relative;
    float: right;
    font-size: 10px;
    font-weight: 600;
    text-align: center;
    line-height: 1;
}
.big-grids .featured-title .featured-comment a {
    color: #fff;
    background: #333 !important;
    background: rgba(0, 0, 0, 0.7) !important;
    display: inline-block;
    min-width: 17px;
    padding: 7px 10px 8px 10px;
    position: relative;
}
.big-grids .featured-title .featured-comment a:after {
    position: absolute;
    bottom: -3px;
    left: 0;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 3px 0 0;
    border-color: rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) !important;
}
.big-grids .flex-control-paging li a {
    display: block;
    cursor: pointer;
    text-indent: -9999px;
    width: 100%;
    background: #666;
    border-right:1px solid #888;
    height: 13px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.big-grids .flex-control-paging li:last-child a{border-right: 0 none}
.big-grids .flex-control-paging li a:hover {background: #000}
.big-grids .flex-control-paging li a.flex-active {
    background: #EA0253;
    cursor: default;
}

@media only screen and (max-width: 985px) {
    .big-grids-container {width: 100% !important; max-width: 100% !important}
    .big-grids.big-grid1 .big-grid-1 .big-grid-inner {  height: 360px;  }
    .big-grids.big-grid1 .big-grid-2 .big-grid-inner {  height: 200px;  }
    .big-grids.big-grid1 .big-grid-3 .big-grid-inner {  height: 200px;  }
    .big-grids.big-grid1 .big-grid-1 { width: 100% }
    .big-grids.big-grid1 .big-grid-2,
    .big-grids.big-grid1 .big-grid-3 { width: 50% }

    .big-grids.big-grid1 .big-grid-1 { padding: 0 0 3px 0}
    .big-grids.big-grid1 .big-grid-3 { padding: 0 0 0 3px }
    .rtl .big-grids.big-grid1 .big-grid-3 { padding: 0 3px 0 0}

    .big-grids .big-grid-2 .featured-title .date,
    .big-grids .big-grid-2 .featured-title .featured-comment,
    .big-grids .big-grid-2 .featured-title .featured-cat,
    .big-grids .big-grid-3 .featured-title .date,
    .big-grids .big-grid-3 .featured-title .featured-comment,
    .big-grids .big-grid-3 .featured-title .featured-cat { display: none }
    .big-grids .flex-direction-nav a {
        width: 40px;
        height: 40px;
        margin: 0 0 0 0;
        color: #FFF;
        top: 5px;
        left: 0;
        background: #222;
    }
    .big-grids .flex-direction-nav .flex-next {
        left: 50px!important;
        right: auto !important;
    }
    .big-grids .flex-direction-nav .flex-prev {
        left: 5px!important;
        right: auto!important;
    }
    .big-grids .flex-direction-nav .flex-next:before, .big-grids .flex-direction-nav .flex-prev:before {
        height: 40px;
        line-height: 40px;
        font-size: 20pt;
    }
    .big-grids .flex-next:hover, .big-grids .flex-prev:hover {
        background: #222 !important;
        opacity: 0.8;
    }
}

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

    .big-grids.big-grid2 .big-grid .featured-title h2,
    .big-grids .big-grid .featured-title h2 {
        font-size: 16px;
        line-height: 20px;
    }
    .big-grids-container {width: 100% !important; max-width: 100% !important}
    .big-grids.big-grid1 .big-grid-1 .big-grid-inner {  height: 320px;  }
    .big-grids.big-grid1 .big-grid-2 .big-grid-inner {  height: 200px;  }
    .big-grids.big-grid1 .big-grid-3 .big-grid-inner {  height: 200px;  }
    .big-grids.big-grid1 .big-grid-1 { width: 100% }
    .big-grids.big-grid1 .big-grid-2,
    .big-grids.big-grid1 .big-grid-3 { width: 50% }

    .big-grids.big-grid1 .big-grid-1 { padding: 0 0 3px 0}
    .big-grids.big-grid1 .big-grid-3 { padding: 0 0 0 3px }
    .rtl .big-grids.big-grid1 .big-grid-3 { padding: 0 3px 0 0}

    .big-grids .big-grid-2 .featured-title .date,
    .big-grids .big-grid-3 .featured-title .date,
    .big-grids .big-grid-4 .featured-title .date,
    .big-grids .big-grid-5 .featured-title .date,
    .big-grids .big-grid-6 .featured-title .date,
    .big-grids .big-grid-2 .featured-title .featured-comment,
    .big-grids .big-grid-2 .featured-title .featured-cat,
    .big-grids .big-grid-3 .featured-title .featured-comment,
    .big-grids .big-grid-3 .featured-title .featured-cat,
    .big-grids .big-grid-4 .featured-title .featured-cat,
    .big-grids .big-grid-5 .featured-title .featured-cat,
    .big-grids .big-grid-6 .featured-title .featured-cat,
    .big-grids .big-grid-7 .featured-title .featured-cat{ display: none }

    .big-grids .flex-direction-nav a {
        width: 40px;
        height: 40px;
        margin: 0 0 0 0;
        color: #FFF;
        top: 5px;
        left: 0;
        background: #222;
    }
    .big-grids .flex-direction-nav .flex-next {
        left: 50px!important;
        right: auto !important;
    }
    .big-grids .flex-direction-nav .flex-prev {
        left: 5px!important;
        right: auto!important;
    }
    .big-grids .flex-direction-nav .flex-next:before, .big-grids .flex-direction-nav .flex-prev:before {
        height: 40px;
        line-height: 40px;
        font-size: 20pt;
    }
    .big-grids .flex-next:hover, .big-grids .flex-prev:hover {
        background: #222 !important;
        opacity: 0.8;
    }

    .big-grids.big-grid2 .big-grid-1 .big-grid-inner {  height: 360px;  }
    .big-grids.big-grid2 .big-grid-2 .big-grid-inner,
    .big-grids.big-grid2 .big-grid-3 .big-grid-inner,
    .big-grids.big-grid2 .big-grid-4 .big-grid-inner,
    .big-grids.big-grid2 .big-grid-5 .big-grid-inner {  height: 180px;  }

    .big-grids.big-grid2 .big-grid-1 {  width: 100%  }
    .big-grids.big-grid2 .big-grid-2,
    .big-grids.big-grid2 .big-grid-3,
    .big-grids.big-grid2 .big-grid-4,
    .big-grids.big-grid2 .big-grid-5 {  width: 100%  }

    .big-grids.big-grid2 .big-grid-1 {padding: 0 0 4px 0}
    .big-grids.big-grid2 .big-grid-2 {padding: 0 0 4px 0}
    .big-grids.big-grid2 .big-grid-3 {padding: 0 0 4px 0}
    .big-grids.big-grid2 .big-grid-4 {padding: 0 0 4px 0}
    .big-grids.big-grid2 .big-grid-5 {padding: 0 0 0 0}

    .big-grids.big-grid2 .featured-title .bdayh-date{display: none}
}

@media only screen and (max-width: 479px) {
    .big-grids .big-grid .featured-title h2 {
        font-size: 14px;
        line-height: 18px;
        font-weight: 600;
    }
    .big-grids-container {width: 100% !important; max-width: 100% !important}
    .big-grids.big-grid1 .big-grid-1 .big-grid-inner {  height: 360px;  }
    .big-grids.big-grid1 .big-grid-2 .big-grid-inner {  height: 160px;  }
    .big-grids.big-grid1 .big-grid-3 .big-grid-inner {  height: 160px;  }
    .big-grids.big-grid1 .big-grid-1 { width: 100% }
    .big-grids.big-grid1 .big-grid-2,
    .big-grids.big-grid1 .big-grid-3 { width: 100% }

    .big-grids.big-grid1 .big-grid-1 { padding: 0 0 3px 0}
    .big-grids.big-grid1 .big-grid-3 { padding: 0 0 0 0 }
    .rtl .big-grids.big-grid1 .big-grid-3 { padding: 0 0 0 0}

    .big-grids.big-grid1 .featured-title .bdayh-date {display: none}

    .big-grids .flex-direction-nav a {
        width: 40px;
        height: 40px;
        margin: 0 0 0 0;
        color: #FFF;
        top: 5px;
        left: 0;
        background: #222;
    }
    .big-grids .flex-direction-nav .flex-next {
        left: 50px!important;
        right: auto !important;
    }
    .big-grids .flex-direction-nav .flex-prev {
        left: 5px!important;
        right: auto!important;
    }
    .big-grids .flex-direction-nav .flex-next:before, .big-grids .flex-direction-nav .flex-prev:before {
        height: 40px;
        line-height: 40px;
        font-size: 20pt;
    }
    .big-grids .flex-next:hover, .big-grids .flex-prev:hover {
        background: #222 !important;
        opacity: 0.8;
    }
}

.big-grids .vid-play {
    position: absolute;
    right: 20px;
    top: 20px;
    left: auto;
    margin: 0 auto;
}
body.rtl .big-grids .vid-play {
    right: auto;
    left: 20px;
}

/**
 * Post Carousel
 * ----------------------------------------------------------------------------- *
 */
.bd-post-carousel {
    margin-top: 30px;
}
.bd-post-carousel:before,
.bd-post-carousel:after {
    display: table;
    content: " ";
    clear: both;
}
.bd-post-carousel,
.bd-post-carousel-thumb,
.bd-post-carousel-item { min-height: 330px; }
.bd-post-carousel {}
.bd-post-carousel-item {
    position: relative;
    overflow: hidden;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    transition: 500ms;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    outline: none;
    text-rendering: optimizeLegibility;
    zoom: 1;
}
.bd-post-carousel-item .img {
    -webkit-transition: transform 0.35s ease 0s;
    -moz-transition: transform 0.35s ease 0s;
    -o-transition: transform 0.35s ease 0s;
    transition: transform 0.35s ease 0s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% 100% 0;
    -moz-transform-origin: 50% 100% 0;
    transform-origin: 50% 100% 0;
    background-color: #eee;
    background-position: center center;
    background-size: cover;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    visibility: visible;
    -webkit-box-shadow: inset 0 0 50px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0 0 50px rgba(0,0,0,0.5);
    box-shadow: inset 0 0 50px rgba(0,0,0,0.5);
}
.bd-post-carousel-item:hover .img {
    -webkit-transform: scale(1.035);
    -moz-transform: scale(1.035);
    transform: scale(1.035);
}
.bd-post-carousel-item .bd-post-carousel-thumb {
    background: #e5e5e5;
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
}
.bd-post-carousel-item {
    visibility: visible !important;
    overflow: hidden;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    transition: 500ms;
}
.bd-post-carousel-item article {
    overflow: hidden;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    transition: 500ms;
}
.bd-post-carousel-item .img:before {
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    -webkit-transition: all .2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background-color: #000000;
    background-image: -webkit-linear-gradient(135deg, #000000,#101010);
    background-image: -moz-linear-gradient(135deg, #000000,#101010);
    background-image: -o-linear-gradient(135deg, #000000,#101010);
    background-image: linear-gradient(135deg, #000000,#101010);
    opacity: .4;
}

/*
.bd-post-carousel-item:nth-of-type(1n) .img:before {
    background-color: #292484;
    background-image: -webkit-linear-gradient(135deg, #292484,#dc4225);
    background-image: -moz-linear-gradient(135deg, #292484,#dc4225);
    background-image: -o-linear-gradient(135deg, #292484,#dc4225);
    background-image: linear-gradient(135deg, #292484,#dc4225);
}
.bd-post-carousel-item:nth-of-type(2n) .img:before {
    background-color: #002f4b;
    background-image: -webkit-linear-gradient(135deg, #002f4b,#417711);
    background-image: -moz-linear-gradient(135deg, #002f4b,#417711);
    background-image: -o-linear-gradient(135deg, #002f4b,#417711);
    background-image: linear-gradient(135deg, #002f4b,#417711);
}
.bd-post-carousel-item:nth-of-type(3n) .img:before {
    background-color: #292484;
    background-image: -webkit-linear-gradient(135deg, #292484,#a83279);
    background-image: -moz-linear-gradient(135deg, #292484,#a83279);
    background-image: -o-linear-gradient(135deg, #292484,#a83279);
    background-image: linear-gradient(135deg, #292484,#a83279);
}
.bd-post-carousel-item:nth-of-type(4n) .img:before {
    background-color: #e0be00;
    background-image: -webkit-linear-gradient(135deg, #e0be00,#dc4225);
    background-image: -moz-linear-gradient(135deg, #e0be00,#dc4225);
    background-image: -o-linear-gradient(135deg, #e0be00,#dc4225);
    background-image: linear-gradient(135deg, #e0be00,#dc4225);
}
*/

.bd-post-carousel-item:hover .img:before {}
.bd-post-carousel-item .bd-post-carousel-thumb {}
.bd-post-carousel-item .bd-post-carousel-thumb img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: -webkit-transform .2s ease-in-out, opacity 0.3s;
    -moz-transition: -moz-transform .2s ease-in-out, opacity 0.3s;
    transition: transform .2s ease-in-out, opacity 0.3s;
}
.bd-post-carousel-item:hover .bd-post-carousel-thumb img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -moz-transform: scale3d(1.1, 1.1, 1) rotate(0.02deg);
    transform: scale3d(1.1, 1.1, 1);
}
.bd-post-carousel-item .bd-meta-info-container {
    position: absolute;
    pointer-events: none;
    z-index: 3;
    width: 100%;
    bottom: 0;
}
.bd-post-carousel-item .bd-meta-info-align { pointer-events: none; }
.bd-post-carousel-item,
.bd-post-carousel-item a { color: #FFF; }
.bd-post-carousel-item .bd-meta-info-container .bd-meta-info-align {
    z-index: 1;
    overflow: hidden;
    margin: 0 auto;
    padding: 0 20px 20px;
    text-shadow: 0 0 2px rgba( 0,0,0, .6 );
}
.bd-post-carousel-item article .bd-meta-info-align h3 {
    margin: 2px auto 10px;
    padding: 0;
}
.bd-post-carousel-item article .bd-meta-info {
    font-size: 12px;
    font-weight: 900;
    line-height: 100%;
}
.bd-post-carousel-item article .bd-meta-info .star-rating span:before,
.bd-post-carousel-item article .bd-meta-info .star-rating:before {
    color: #FFF !important;
}
.bd-post-carousel-item article .bd-meta-info-align .bd-meta-cat a {
    font-size: 11px;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 0 5px 0;
    padding: 4px 7px 3px;
    line-height: 14px;
    border-radius: 3px;
    pointer-events: auto;
    background-color: rgba(0, 0, 0, 0.7);
    color: #FFF;
}
.bd-post-carousel-item .vid-play {
    position: absolute;
    right: 20px;
    top: 20px;
    left: auto;
    margin: 0 auto;
}
body.rtl .bd-post-carousel-item .vid-play {
    right: auto;
    left: 20px;
}
@media only screen and ( max-width: 1045px )
{
    .bd-post-carousel,
    .bd-post-carousel-thumb,
    .bd-post-carousel-item { min-height: 377px }
    .bd-post-carousel-item .bd-meta-info-container .bd-meta-info-align { padding: 0 20px 30px }
    .bd-post-carousel-item article .bd-meta-info-align h3 {
        font-size: 26px;
        line-height: 36px
    }
}
@media only screen and (max-width: 990px)
{
    .bd-post-carousel,
    .bd-post-carousel-thumb,
    .bd-post-carousel-item { min-height: 320px }
    .bd-post-carousel-item .bd-meta-info-container .bd-meta-info-align { padding: 0 20px 30px }
    .bd-post-carousel-item article .bd-meta-info-align h3 {
        font-size: 26px;
        line-height: 36px
    }
}
@media only screen and (max-width: 900px)
{
    .bd-post-carousel,
    .bd-post-carousel-thumb,
    .bd-post-carousel-item { min-height: 290px }
    .bd-post-carousel-item .bd-meta-info-container .bd-meta-info-align { padding: 0 20px 30px }
    .bd-post-carousel-item article .bd-meta-info-align h3 {
        font-size: 26px;
        line-height: 36px
    }
}
@media only screen and (max-width: 730px)
{
    .bd-post-carousel,
    .bd-post-carousel-thumb,
    .bd-post-carousel-item { min-height: 380px }
    .bd-post-carousel-item .bd-meta-info-container .bd-meta-info-align { padding: 0 20px 30px }
    .bd-post-carousel-item article .bd-meta-info-align h3 {
        font-size: 26px;
        line-height: 36px
    }
}
@media only screen and (max-width: 670px)
{
    .bd-post-carousel,
    .bd-post-carousel-thumb,
    .bd-post-carousel-item { min-height: 320px }
    .bd-post-carousel-item .bd-meta-info-container .bd-meta-info-align { padding: 0 20px 30px }
    .bd-post-carousel-item article .bd-meta-info-align h3 {
        font-size: 26px;
        line-height: 36px
    }
}
@media only screen and (max-width: 500px)
{
    .bd-post-carousel,
    .bd-post-carousel-thumb,
    .bd-post-carousel-item { min-height: 288px }
    .bd-post-carousel-item .bd-meta-info-container .bd-meta-info-align { padding: 0 20px 30px }
    .bd-post-carousel-item article .bd-meta-info-align h3 {
        font-size: 26px;
        line-height: 36px
    }
}
@media only screen and (max-width: 350px)
{
    .bd-post-carousel,
    .bd-post-carousel-thumb,
    .bd-post-carousel-item { min-height: 288px }
    .bd-post-carousel-item .bd-meta-info-container .bd-meta-info-align { padding: 0 20px 30px }
    .bd-post-carousel-item article .bd-meta-info-align h3 {
        font-size: 26px;
        line-height: 36px
    }
}


/**
 * Elastic Slider
 * -----------------------------------------------------------------------------
 */
.ei-slider {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 504px;
    margin: 0 auto 30px;
    padding-bottom: 13px;
}
.ei-slider:last-child {
    margin-bottom: 0;
}
.ei-slider-loading {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    background: #000;
    color: #fff;
    text-align: center;
    line-height: 504px;
}
.bdaia-sidebar-none .ei-slider {height: 540px}
.bdaia-sidebar-none .ei-slider-loading {line-height: 540px}

.ei-slider-loading:before
{
    display:inline-block;
    font:normal normal normal 14px/1 bdaia-woohoo;
    text-rendering:auto;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -13.5px 0 0 -13.5px;
    height: 27px;
    width: 27px;
    font-size: 30px;
    content: "\e91d";
    color: #999;
    -webkit-animation: bdaia-io-spin 2s infinite linear;
    animation: bdaia-io-spin 2s infinite linear;
}
.ei-slider:before,
.ei-slider:after {
    display: table;
    content: "";
    clear: both;
}
.ei-slider ul,
.ei-slider li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ei-slider-large {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.ei-slider-large li {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    height: 100%;
    width: 100%;
}
.ei-slider-large li .featured-cat {
    margin-top: -18px;
}
.ei-slider-large li .featured-cat:before,
.ei-slider-large li .featured-cat:after{
    display: table;
    content: "";
    clear: both;
}
.ei-slider-large li .featured-cat a {float: left}
.ei-slider-large li img {
    width: 100% !important;
    height: auto;
    margin: 0 !important;
}
.ei-title {
    position: absolute;
    width: 90%;
    bottom: 25%;
    z-index: 66;
    color: #fff;
    line-height: 0;
}
.ei-title h2,
.ei-title h3 {
    margin: 0;
    padding: 0;
}
.ei-title h2 {
    color: #b5b5b5;
    background: rgba( 0,0,0,0.6 );
    padding: 10px 14px 11px;
    margin-bottom: 5px;
    width: 100%;
    display: block;
    float: right;
    font-style: normal;
    letter-spacing: normal;
    text-transform: none;
    font-family: 'Work Sans', sans-serif;
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    border-right: 13px #EA0253 solid;
}
.ei-title h3 {
    clear: both;
    max-width: 90%;
    float: right;
    background: rgba( 0,0,0,0.6 );
    padding: 5px 12px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 700;
    border-right: 13px #EA0253 solid;
    color: #FFF;
}
.ei-slider-thumbs {
    height: 13px;
    margin: 0 auto;
    position: relative;
    max-width: 100%!important;
}
.ei-title a {
    color: #FFF;
}
.ei-title a:hover {
    color: #FFF;
}
.ei-slider-thumbs li {
    position: relative;
    float: left;
    height: 100%;
}
.ei-slider-thumbs li.ei-slider-element {
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    z-index: 10;
    text-indent: -9000px;
    /*
    background: #000;
    background: rgba(0,0,0,0.9);
    */
    background: #EA0253;
}
.ei-slider-thumbs li a {
    display: block;
    text-indent: -9000px;
    background: #666;
    width: 100%;
    height: 100%;
    cursor: pointer;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.3), 0 1px 0 1px rgba(255,255,255,0.5);
    -moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.3), 0 1px 0 1px rgba(255,255,255,0.5);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.3), 0 1px 0 1px rgba(255,255,255,0.5);
    -webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    -ms-transition: background 0.2s ease;
    transition: background 0.2s ease;
}
.ei-slider-thumbs li a:hover {background-color: #f0f0f0}
.ei-slider-thumbs li img{
    position: absolute;
    bottom: 50px;
    opacity: 0;
    z-index: 999;
    width: 100%;
    max-height: 90px;
    height: auto;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), to(rgba(255, 255, 255, 0.3)));
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.ei-slider-thumbs li:hover img{
    opacity: 1;
    bottom: 13px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
@media only screen and (max-width: 1024px) {
    .ei-slider{height: 394px}
    .ei-slider-loading{line-height: 394px}
    .bdaia-sidebar-none .ei-slider {height: 446px}
    .bdaia-sidebar-none .ei-slider-loading {line-height: 446px}
}
@media only screen and (max-width: 800px) {
    .ei-slider{height: 426px}
    .ei-slider-loading{line-height: 426px}
    .bdaia-sidebar-none .ei-slider {height: 342px}
    .bdaia-sidebar-none .ei-slider-loading {line-height: 342px}
}
@media only screen and (max-width: 736px) {
    .ei-slider{height: 378px}
    .ei-slider-loading{line-height: 378px}
    .ei-title h3{display: none !important; opacity: 0 !important}
    .ei-title h2{font-size: 21px; line-height: 25px}
    .bdaia-sidebar-none .ei-slider {height: 295px}
    .bdaia-sidebar-none .ei-slider-loading {line-height: 295px}
    .ei-slider-thumbs li img{display: none !important; opacity: 0 !important}
}
@media only screen and (max-width: 667px) {
    .ei-slider{height: 343px}
    .ei-slider-loading{line-height: 343px}
    .bdaia-sidebar-none .ei-slider {height: 277px}
    .bdaia-sidebar-none .ei-slider-loading {line-height: 277px}
}
@media only screen and (max-width: 568px) {
    .ei-slider{height: 292px}
    .ei-slider-loading{line-height: 292px}
    .bdaia-sidebar-none .ei-slider {height: 230px}
    .bdaia-sidebar-none .ei-slider-loading {line-height: 230px}
}
@media only screen and (max-width: 480px) {
    .ei-slider{height: 247px}
    .ei-slider-loading{line-height: 247px}
    .ei-title h2{font-size: 15px; line-height: 18px}
    .ei-title{bottom: 10%}
    .bdaia-sidebar-none .ei-slider {height: 196px}
    .bdaia-sidebar-none .ei-slider-loading {line-height: 196px}
}
@media only screen and (max-width: 320px) {
    .ei-slider{height: 173px}
    .ei-slider-loading{line-height: 173px}
    .bdaia-sidebar-none .ei-slider {height: 141px}
    .bdaia-sidebar-none .ei-slider-loading {line-height: 141px}
    .bdaia-sidebar-none .ei-slider .ei-title{bottom: 0}
}

/**
 * Template style.
 * -----------------------------------------------------------------------------
 */

/* Template Head */
.bdaia-template-head {
    margin: 0 auto 30px auto;
    position: relative;
    background-color: #FFF;
    padding: 26px;
    -webkit-box-shadow: 0 0 3px rgba( 0,0,0, 0.08 );
    -moz-box-shadow: 0 0 3px rgba( 0,0,0, 0.08 );
    box-shadow: 0 0 3px rgba( 0,0,0, 0.08 );
}
.bdaia-th-container:before,
.bdaia-th-container:after,
.bdaia-template-head:before,
.bdaia-template-head:after{
    display: table;
    content: "";
    clear: both;
}
.bdaia-template-head:after{
    position: absolute;
    bottom: -3px;
    left: 0;
    content: '';
    width: 100%;
    border-bottom: 2px solid rgba( 0,0,0, 0.03 );
}
.bdaia-th-container {
    position: relative;
}
.bdaia-template-head .bdaia-crumb-container {
    margin-bottom: 10px;
    margin-top: -5px;
}
.bdaia-template-head .bdaia-author-box{
    margin-bottom: 0;
}
.bdaia-template-head .taxonomy-description{
    margin-top: 20px;
}
.bdaia-template-head .taxonomy-description p {
    margin: 0 auto;
    font-style: italic;
    color: #777;
    font-size: 16px;
    line-height: 26px;
}
@media only screen and (max-width: 667px) {
    .bdaia-template-head .taxonomy-description p{
        font-size: 13px;
        line-height: 20px;
    }
}
.category .bdaia-template-head h4.block-title,
.tag .bdaia-template-head h4.block-title {
    margin-bottom: 0;
}
.bdaia-template-head .rss-icon {
    display: block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 18px;
    overflow: hidden;
    text-align: center;
    background: #FFA500;
    color: #FFF;
    position: absolute;
    right: 4px;
    top: 4px;
}

.woohoo-search-inner .search-form,
.bdaia-template-head .search-form
{
    position: relative;
    line-height: 0;
}

.woohoo-search-inner .search-form:before,
.woohoo-search-inner .search-form:after,
.bdaia-template-head .search-form:before,
.bdaia-template-head .search-form:after
{
    content: "";
    display: table;
    clear: both;
}

.woohoo-search-inner label,
.bdaia-template-head label {
    overflow: hidden;
    display: block;
}

.woohoo-search-inner .search-field,
.bdaia-template-head .search-field {
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    z-index: 3;
    padding: 6px 75px 6px 10px;
    min-height: 32px;
    max-height: 32px;
}

.rtl .woohoo-search-inner .search-field,
.rtl .bdaia-template-head .search-field {
    left: auto;
    right: 0;
    padding: 6px 10px 6px 75px;
}

.woohoo-search-inner .search-submit,
.bdaia-template-head .search-submit {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
    padding: 6px 10px;
    min-height: 32px;
    max-height: 32px;
}

.rtl .woohoo-search-inner .search-submit,
.rtl .bdaia-template-head .search-submit {
    right: auto;
    left: 0;
}

.error-404message {
    color: #999;
    font-size: 17px;
    margin-bottom: 40px;
    display: block;
    text-align: center;
    overflow: hidden;
}
.error-404numb {
    color: #f2f2f2;
    font-size: 150px;
    font-weight: 700 !important;
    margin: 0 0 40px;
    line-height: 120px;
    text-align: center;
    overflow: hidden;
}

/**
 * Wordpress Default.
 * -----------------------------------------------------------------------------
 */
.widget.widget_search .search-form {

}
.widget.widget_search .search-form {
    position: relative;
    line-height: 0;
}
.widget.widget_search .search-form:before,
.widget.widget_search .search-form:after{
    content: "";
    display: table;
    clear: both;
}
.widget.widget_search .search-form label {
    overflow: hidden;
    display: block;
}
.widget.widget_search .search-form .search-field {
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    z-index: 3;
    padding: 6px 75px 6px 10px;
    min-height: 32px;
    max-height: 32px;
}
.rtl .widget.widget_search .search-form .search-field {
    left: auto;
    right: 0;
    padding: 6px 10px 6px 75px;
}
.widget.widget_search .search-form .search-submit {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
    padding: 6px 10px;
    min-height: 32px;
    max-height: 32px;
}
.rtl .widget.widget_search .search-form .search-submit {
    right: auto;
    left: 0;
}


/**
 * Shortcodes.
 * -----------------------------------------------------------------------------
 */
.bdaia-post-content blockquote,
blockquote {
    padding: 0;
    position: relative;
    border-left: none;
    margin: 40px 5% 38px 5%;
}
.bdaia-post-content blockquote p,
blockquote p {
    font-family: 'Roboto',sans-serif;
    font-size: 32px;
    line-height: 40px;
    font-weight: 400;
    font-style: italic;
    text-align: center;
    text-transform: uppercase;
    color: #EA0253;
}


/**
 * Header Default.
 * -----------------------------------------------------------------------------
 */
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.bdaia-header-default {
}
.bdaia-header-default .header-wrapper {
/*    display: block;
    border-top: 3px #EA0253 solid;
    position: relative;*/
}
.bdaia-header-default .topbar {
    display: block;
    background-color: #464646;
    color: #DDD;
    min-height: 32px;
    position: relative;
}
@media only screen and ( max-width: 900px ) {
    .bdaia-header-default .topbar {
        display: none;
    }
}
.bdaia-header-default .topbar a {
    color: #DDD;
}
.bdaia-header-default .topbar a:hover {
    color: #FFF;
}
.bdaia-header-default .topbar .top-right-area,
.bdaia-header-default .topbar .top-left-area {
    line-height: 0;
}
@media only screen and ( max-width: 900px ) {
    .bdaia-header-default .topbar {
        height: auto;
    }
    .bdaia-header-default .topbar .top-right-area,
    .bdaia-header-default .topbar .top-left-area {
    }
}
.bdaia-header-default .topbar .top-right-area {
    float: right;
}
.rtl .bdaia-header-default .topbar .top-right-area {
    float: left;
}
.bdaia-header-default .topbar .top-left-area {
    float: left;
}
.rtl .bdaia-header-default .topbar .top-left-area {
    float: right;
}
.bdaia-header-default .topbar .top-right-area:before,
.bdaia-header-default .topbar .top-right-area:after,
.bdaia-header-default .topbar .top-left-area:before,
.bdaia-header-default .topbar .top-left-area:after,
.bdaia-header-default .topbar:before,
.bdaia-header-default .topbar:after,
.bdaia-header-default .header-wrapper:before,
.bdaia-header-default .header-wrapper:after {
    clear: both;
    content: "";
    display: table;
}

/* Current time */
.bdaia-header-default .bdaia-current-time {
    font-family: Verdana,Geneva,sans-serif;
    font-size: 11px;
    line-height: 32px;
    display: inline-block;
}
.rtl .bdaia-header-default .top-right-area .bdaia-current-time,
.bdaia-header-default .top-left-area .bdaia-current-time {
    margin-left: auto;
    margin-right: 30px;
    float: left;
}
.rtl .bdaia-header-default .top-left-area .bdaia-current-time,
.bdaia-header-default .top-right-area .bdaia-current-time {
    margin-right: auto;
    margin-left: 30px;
    float: right;
}

/* Custom Content */
.bdaia-header-default .topbar .top-area-custom {
    font-size: 12px;
    line-height: 32px;
    min-height: 32px;
    overflow: hidden;
    display: block;
    position: relative;
}
.bdaia-header-default .topbar .top-area-custom:before,
.bdaia-header-default .topbar .top-area-custom:after {
    display: table;
    content: " ";
    clear: both;
}

/**
 * Humb Menu ========================================================= */

.bdayh-click-open {
    display: none !important;
    position: absolute;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    overflow: hidden;
    z-index: 9999;
    background-color: #EA0253;
    color: #FFF;
}
@media only screen and ( max-width: 900px ) {
    .bdayh-click-open { display: block !important }
}
.bd-ClickOpen {
    width: 42px;
    height: 42px;
    line-height: 42px;
    display: block;
    overflow: hidden;
    cursor: pointer;
    padding: 0 0 0 9px;
    position: relative;
}
.bd-ClickOpen span {
    margin: 10px 0 0 0;
}
.bd-ClickOpen span,
.bd-ClickOpen span:after,
.bd-ClickOpen span:before {
    top: 0;
    position: absolute;
    content: ' ';
    display: block;
    height: 3px;
    width: 22px;
    background: #FFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.bd-ClickOpen span:before { top: 8px; }
.bd-ClickOpen span:after { top: 16px; }


/**
 * Top Menu ========================================================= */

.bdaia-header-default .topbar .menu-info {
    line-height: 32px;
    display: inline-block;
}
.bdaia-header-default .topbar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}

.rtl .bdaia-header-default .top-left-area .top-nav,
.bdaia-header-default .top-right-area .top-nav {
    float: right;
}
.rtl .bdaia-header-default .top-right-area .top-nav,
.bdaia-header-default .top-left-area .top-nav {
    float: left;
}

.bdaia-header-default .topbar .top-nav li {
    position: relative;
}
.bdaia-header-default .topbar .top-nav > li {
    float: left;
    line-height: 32px;
}
.rtl .bdaia-header-default .topbar .top-nav > li {
    float: right;
}
.bdaia-header-default .topbar .top-nav > li > a {
    display: inline-block;
}
.bdaia-header-default .topbar .top-nav li a {
    color: #f0f0f0;
    padding: 0 10px;
    display: inline-block;
}
.bdaia-header-default .topbar .top-nav > li a:hover,
.bdaia-header-default .topbar .top-nav > li.current-menu-item a {
    background: #353535;
}
.bdaia-header-default .topbar .top-nav > li.menu-item-has-children:after {
    position: absolute;
    right: 10px;
    top: 50%;
    display: inline-block;
    content: '';
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top: 4px solid #f0f0f0;
}
.rtl .bdaia-header-default .topbar .top-nav > li.menu-item-has-children:after,
.bdaia-header-default .top-right-area .top-nav > li.menu-item-has-children:after {
    right: auto;
    left: 10px;
}
.rtl .bdaia-header-default .top-right-area .top-nav > li.menu-item-has-children a,
.bdaia-header-default .topbar .top-nav > li.menu-item-has-children a {
    padding-left: 10px;
    padding-right: 28px;
}
.rtl .bdaia-header-default .topbar .top-nav > li.menu-item-has-children a,
.bdaia-header-default .top-right-area .top-nav > li.menu-item-has-children a {
    padding-right: 10px;
    padding-left: 28px;
}
.bdaia-header-default .topbar .top-nav li ul.sub-menu
{
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.28s ease-in-out;
    -moz-transition: all 0.28s ease-in-out;
    -ms-transition: all 0.28s ease-in-out;
    -o-transition: all 0.28s ease-in-out;
    transition: all 0.28s ease-in-out;
    -moz-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}
.bdaia-header-default .topbar .top-nav li:hover > ul.sub-menu
{
    opacity: 1;
    visibility: visible;
    -moz-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}
.bdaia-header-default .topbar .top-nav > li ul.sub-menu {
    position: absolute;
    width: 190px;
    background: #353535;
    border: 1px solid transparent;
    border-top: 0;
    top: 100%;
    left: 0;
    z-index: 1000;
    line-height: 1.4;
}
.rtl .bdaia-header-default .topbar .top-nav > li ul.sub-menu,
.bdaia-header-default .top-right-area .top-nav > li ul.sub-menu{
    left: auto;
    right: 0;
}
.bdaia-header-default .topbar .top-nav > li ul.sub-menu li ul.sub-menu {
    top: -1px;
    padding: 0;
}
.rtl .bdaia-header-default .top-right-area .top-nav > li ul.sub-menu li ul.sub-menu,
.bdaia-header-default .topbar .top-nav > li ul.sub-menu li ul.sub-menu {
    left: 100%;
}
.rtl .bdaia-header-default .topbar .top-nav > li ul.sub-menu li ul.sub-menu,
.bdaia-header-default .top-right-area .top-nav > li ul.sub-menu li ul.sub-menu {
    left: auto;
    right: 100%;
}
.bdaia-header-default .topbar .top-nav > li ul.sub-menu li {
    border-top: 1px solid #464646;
}
.bdaia-header-default .topbar .top-nav > li ul.sub-menu > li:first-child {
    border-top-width: 0;
}
.bdaia-header-default .topbar .top-nav > li ul.sub-menu > li ul li:first-child {
    border-top-width: 1px;
}
.bdaia-header-default .topbar .top-nav > li ul.sub-menu li a {
    font-size: 13px;
    padding: 7px 10px 8px 10px;
    display: block;
}
.bdaia-header-default .topbar .top-nav > li ul.sub-menu li:hover,
.bdaia-header-default .topbar .top-nav > li ul.sub-menu li:hover+li {
    border-color: #444;
}
.bdaia-header-default .topbar .top-nav > li ul.sub-menu li a:hover {
    background: #222;
}

/* Header */
.bdaia-header-default .header-container {
    display: block;
    clear: both;
    background-color: #FFF;
}
@media only screen and ( max-width: 900px ) {
    .bdaia-header-default .header-container {
        box-shadow: 1px 1px 2px rgba(0,0,0,0.11);
        -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.11);
        -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.11);
    }
}
.bdaia-header-default .header-container:before,
.bdaia-header-default .header-container:after {
    display: table;
    content: " ";
    clear: both;
}
.bdaia-header-default .header-container .bd-container {
    padding: 30px 0;
}
.bdaia-header-default .header-container .logo {
    float: left;
}
.bdaia-header-default .header-container .logo img {
    max-width: 100%;
    height: auto;
}
.bdaia-header-default .header-container .logo h1,
.bdaia-header-default .header-container .logo h2,
.bdaia-header-default .header-container .logo h3 {
    padding: 0;
    margin: 0;
    line-height: 0;
}
body.rtl .bdaia-header-default .header-container .logo {
    float: right;
}
.bdaia-header-default .header-container .logo .site-name {
    font-family: 'Raleway', sans-serif;
    font-size: 47px;
    line-height: 47px;
    font-weight: 800;
    text-transform: uppercase;
}
.bdaia-header-default .header-container .logo .site-tagline {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    clear: both;
    overflow: hidden;
    display: block;
    text-align: center;
}
.bdaia-header-default .bdaia-header-e3-desktop {
    float: right;
    margin: 0;
}
body.rtl .bdaia-header-default .bdaia-header-e3-desktop {
    float: left;
}
.bdaia-header-default.bdaia-logo-center .bdaia-header-e3-desktop,
.bdaia-header-default.bdaia-logo-center .header-container .logo {
    float: none;
    clear: both;
    display: block;
    text-align: center;
}
.bdaia-header-default.bdaia-logo-center .bdaia-header-e3-desktop {
    margin-top: 30px;
}
.bdaia-header-default.bdaia-logo-center .header-container .bd-container {
    padding: 30px 0;
}
.bdaia-header-default .nav-logo {
    display: none;
    padding: 10px 20px 0 0;
    float: left;
    overflow: hidden;
    line-height: 0!important;
}
body.rtl .bdaia-header-default .nav-logo {
    padding: 10px 0 0 20px;
    float: right;
}
.bdaia-header-default .nav-logo img {
    height: 27px;
    width: auto;
}
.bdaia-header-default .sticky-nav .nav-logo {
    display: block;
}
@media only screen and ( max-width: 990px ) {
    body.rtl .bdaia-header-default .bdaia-header-e3-desktop,
    body.rtl .bdaia-header-default .header-container .logo,
    .bdaia-header-default .bdaia-header-e3-desktop,
    .bdaia-header-default .header-container .logo {
        float: none;
        clear: both;
        display: block;
        text-align: center;
    }
    .bdaia-header-default.bdaia-logo-center .bdaia-header-e3-desktop,
    .bdaia-header-default .bdaia-header-e3-desktop {
        margin-top: 20px;
    }
    .bdaia-header-default.bdaia-logo-center .header-container .bd-container,
    .bdaia-header-default .header-container .bd-container {
        padding: 20px 0;
    }
}
.bdaia-header-default div.bdaia-hibryd-e3 .bdaia-header-e3-desktop {
    float: none;
    margin: 30px auto 0 auto;
}

/**
 * Navigation ========================================================= */

.bdaia-header-default #navigation {
    display: block;
    background: #F0F0F0;
    border-top: 1px solid #F0F0F0;
    position: relative;
    z-index: 110;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.11);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.11);
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.11);
    padding-bottom: 4px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: visible;
}
@media only screen and ( max-width: 900px ) {
    .bdaia-header-default #navigation {
        display: none;
    }
}
.bdaia-header-default #navigation .navigation-wrapper:before,
.bdaia-header-default #navigation .navigation-wrapper:after {
    display: table;
    content: " ";
    clear: both;
}
.bdaia-header-default #navigation  .navigation-wrapper {
    background-color: #FFF;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.11);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.11);
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.11)
}
.bdaia-header-default #navigation .primary-menu ul#menu-primary li.fa-icon .fa-home {
    display: inline-block;
    vertical-align: middle;
    font-size: 22px !important;
    font-style: normal;
    margin: auto !important;
}
.bdaia-header-default #navigation .primary-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    outline: 0;
}
.bdaia-header-default #navigation .primary-menu #menu-primary li {
    position: relative;
}
.bdaia-header-default #navigation .primary-menu #menu-primary > li {
    margin-right: auto;
    float: left;
    position: relative;
}
body.rtl .bdaia-header-default #navigation .primary-menu #menu-primary > li {
    float: right;
}
.bdaia-header-default #navigation .primary-menu #menu-primary > li > a > i {margin-right: 7px}
body.rtl .bdaia-header-default #navigation .primary-menu #menu-primary > li > a > i {margin-right: auto; margin-left: 7px}
.bdaia-header-default #navigation .primary-menu #menu-primary > li > a {
    position: relative;
    height: 100%;
    padding: 0 16px;
    line-height: 48px;
    color: #222;
    zoom: 1;
    font-family: 'Montserrat',sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: none;
    display: inline-block;
}
.bdaia-header-default #navigation .primary-menu #menu-primary > li:hover > a {
    position: relative;
    color: #EA0253;
    z-index: 1000004;
}
.bdaia-header-default #navigation .primary-menu #menu-primary > li.bd_mega_menu > a:before,
.bdaia-header-default #navigation .primary-menu #menu-primary > li.menu-item-object-category.bd_cats_menu > a:before,
.bdaia-header-default #navigation .primary-menu #menu-primary > li.menu-item-has-children > a:before {
    position: absolute;
    right: 10px;
    top: 50%;
    display: inline-block;
    content: " ";
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top: 4px solid #111;
}
body.rtl .bdaia-header-default #navigation .primary-menu #menu-primary > li.bd_mega_menu > a:before,
body.rtl .bdaia-header-default #navigation .primary-menu #menu-primary > li.menu-item-object-category.bd_cats_menu > a:before,
body.rtl .bdaia-header-default #navigation .primary-menu #menu-primary > li.menu-item-has-children > a:before {
    right: auto;
    left: 10px;
}
.bdaia-header-default #navigation .primary-menu ul#menu-primary > li.bd_mega_menu > a,
.bdaia-header-default #navigation .primary-menu ul#menu-primary > li.menu-item-object-category.bd_cats_menu > a,
.bdaia-header-default #navigation .primary-menu ul#menu-primary > li.menu-item-has-children > a {
    padding-right: 28px;
    padding-left: 16px;
}
body.rtl .bdaia-header-default #navigation .primary-menu ul#menu-primary > li.bd_mega_menu > a,
body.rtl .bdaia-header-default #navigation .primary-menu ul#menu-primary > li.menu-item-object-category.bd_cats_menu > a,
body.rtl .bdaia-header-default #navigation .primary-menu ul#menu-primary > li.menu-item-has-children > a {
    padding-right: 16px;
    padding-left: 28px;
}
.bdaia-header-default #navigation .primary-menu ul#menu-primary > li.fa-icon.bd_mega_menu > a:before,
.bdaia-header-default #navigation .primary-menu ul#menu-primary > li.fa-icon.menu-item-object-category.bd_cats_menu > a:before,
.bdaia-header-default #navigation .primary-menu ul#menu-primary > li.fa-icon.menu-item-has-children > a:before {
    display: none !important;
}
.bdaia-header-default #navigation .primary-menu ul#menu-primary > li.fa-icon.bd_mega_menu > a,
.bdaia-header-default #navigation .primary-menu ul#menu-primary > li.fa-icon.menu-item-object-category.bd_cats_menu > a,
.bdaia-header-default #navigation .primary-menu ul#menu-primary > li.fa-icon.menu-item-has-children > a {
    padding-right: 16px;
}
body.rtl .bdaia-header-default #navigation .primary-menu ul#menu-primary > li.fa-icon.bd_mega_menu > a,
body.rtl .bdaia-header-default #navigation .primary-menu ul#menu-primary > li.fa-icon.menu-item-object-category.bd_cats_menu > a,
body.rtl .bdaia-header-default #navigation .primary-menu ul#menu-primary > li.fa-icon.menu-item-has-children > a {
    padding-right: 16px;
    padding-left: 16px;
}
.bdaia-header-default #navigation .primary-menu ul#menu-primary > li:hover > a,
.bdaia-header-default #navigation .primary-menu ul#menu-primary > li.current-menu-item > a,
.bdaia-header-default #navigation .primary-menu ul#menu-primary > li.current-menu-ancestor > a,
.bdaia-header-default #navigation .primary-menu ul#menu-primary > li.current-menu-parent > a {
    background-color: #F6F6F6;
}
.bdaia-header-default #navigation .primary-menu ul#menu-primary > li:hover > a:after,
.bdaia-header-default #navigation .primary-menu ul#menu-primary > li.current-menu-item > a:after,
.bdaia-header-default #navigation .primary-menu ul#menu-primary > li.current-menu-ancestor > a:after,
.bdaia-header-default #navigation .primary-menu ul#menu-primary > li.current-menu-parent > a:after {
    content: '';
    position: absolute;
    height: 4px;
    background: #EA0253;
    width: 100%;
    left: 0;
    bottom: 0;
    margin-bottom: -4px;
}
body.rtl .bdaia-header-default #navigation .primary-menu ul#menu-primary > li:hover > a:after,
body.rtl .bdaia-header-default #navigation .primary-menu ul#menu-primary > li.current-menu-item > a:after,
body.rtl .bdaia-header-default #navigation .primary-menu ul#menu-primary > li.current-menu-ancestor > a:after,
body.rtl .bdaia-header-default #navigation .primary-menu ul#menu-primary > li.current-menu-parent > a:after {
    left: auto;
    right: 0;
}

/**
 * Hidden ========================================================= */

.bdaia-header-default #navigation .primary-menu ul#menu-primary div.bd_mega.sub-menu,
.bdaia-header-default #navigation .primary-menu ul#menu-primary .sub_cats_posts,
.bdaia-header-default #navigation .primary-menu ul ul,
.bdaia-header-default #navigation .primary-menu ul ul ul {
    opacity: 0;
    visibility: hidden;
    display: none;
    transition-timing-function: cubic-bezier(.39,.76,.51,.56);
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}

.bdaia-header-default #navigation .primary-menu ul#menu-primary .sub_cats_posts:after,
.bdaia-header-default #navigation .primary-menu ul ul:after,
.bdaia-header-default #navigation .primary-menu ul ul ul:after,
.bdaia-header-default #navigation .primary-menu ul#menu-primary .sub_cats_posts:before,
.bdaia-header-default #navigation .primary-menu ul ul:before,
.bdaia-header-default #navigation .primary-menu ul ul ul:before {
    display: table;
    content: " ";
    clear: both;
}

/**
 * Visible ========================================================= */

.bdaia-header-default #navigation .primary-menu ul li:hover > ul,
.bdaia-header-default #navigation .primary-menu ul li:hover > .sub_cats_posts,
.bdaia-header-default #navigation .primary-menu ul#menu-primary li:hover > .sub_cats_posts,
.bdaia-header-default #navigation .primary-menu ul li:hover > .bd_mega,
.bdaia-header-default #navigation .primary-menu ul#menu-primary li:hover > .bd_mega,
.bdaia-header-default #navigation .primary-menu ul ul li:hover > ul,
.bdaia-header-default #navigation .primary-menu ul#menu-primary ul li:hover > ul,
.bdaia-header-default #navigation .primary-menu ul ul.mega-cat-sub-categories,
.bdaia-header-default #navigation .primary-menu ul#menu-primary ul.mega-cat-sub-categories
{
    opacity: 1;
    visibility: visible;
    display: block;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 0.15s;
    animation-duration: 0.15s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}

/**
 * Onle Ico ========================================================= */

.bdaia-header-default #navigation .primary-menu ul#menu-primary li.fa-icon .fa-home {
    display: inline-block;
    vertical-align: middle;
    font-size: 22px !important;
    font-style: normal;
    margin: auto !important;
}

/**
 * Mega Menu ========================================================= */

.bdaia-header-default #navigation .primary-menu ul#menu-primary li.bd_mega_menu { position: static !important; }
.bdaia-header-default #navigation .primary-menu ul#menu-primary div.bd_mega {
    position: absolute;
    width: 100%;
    left: 0;
    top: auto;
    z-index: 20000;
}
body.rtl .bdaia-header-default #navigation .primary-menu ul#menu-primary div.bd_mega {
    left: auto;
    right: 0;
}
.bdaia-header-default #navigation .primary-menu ul#menu-primary div.bd_mega > ul.bd_mega.sub-menu { padding: 10px 15px 20px }
.bdaia-header-default #navigation .primary-menu ul#menu-primary div.bd_mega ul.bd_mega.sub-menu > li {
    width: 25%;
    position: static;
    display: block;
    float: left;
    vertical-align: top;
    padding: 0 5px;
}
body.rtl .bdaia-header-default #navigation .primary-menu ul#menu-primary div.bd_mega ul.bd_mega.sub-menu > li {
    float: right;
}
.bdaia-header-default #navigation .primary-menu ul#menu-primary li.bd_mega_menu.mega-columns-1 > div.bd_mega > ul.bd_mega.sub-menu > li { width: 99%; }
.bdaia-header-default #navigation .primary-menu ul#menu-primary li.bd_mega_menu.mega-columns-2 > div.bd_mega > ul.bd_mega.sub-menu > li { width: 50%; }
.bdaia-header-default #navigation .primary-menu ul#menu-primary li.bd_mega_menu.mega-columns-3 > div.bd_mega > ul.bd_mega.sub-menu > li { width: 33.33333333333333%; }
.bdaia-header-default #navigation .primary-menu ul#menu-primary li.bd_mega_menu.mega-columns-5 > div.bd_mega > ul.bd_mega.sub-menu > li { width: 20%; }
.bdaia-header-default #navigation .primary-menu ul#menu-primary li.bd_mega_menu.mega-columns-4 > div.bd_mega > ul.bd_mega.sub-menu > li { width: 25%; }
@media only screen and ( max-width: 990px ) {
    .bdaia-header-default #navigation .primary-menu ul#menu-primary li.bd_mega_menu.mega-columns-1 > div.bd_mega > ul.bd_mega.sub-menu > li,
    .bdaia-header-default #navigation .primary-menu ul#menu-primary li.bd_mega_menu.mega-columns-2 > div.bd_mega > ul.bd_mega.sub-menu > li,
    .bdaia-header-default #navigation .primary-menu ul#menu-primary li.bd_mega_menu.mega-columns-3 > div.bd_mega > ul.bd_mega.sub-menu > li,
    .bdaia-header-default #navigation .primary-menu ul#menu-primary li.bd_mega_menu.mega-columns-4 > div.bd_mega > ul.bd_mega.sub-menu > li,
    .bdaia-header-default #navigation .primary-menu ul#menu-primary li.bd_mega_menu.mega-columns-5 > div.bd_mega > ul.bd_mega.sub-menu > li {
        width: 100%;
    }
}
.bdaia-header-default #navigation .primary-menu ul#menu-primary li.bd_mega_menu div.bd_mega ul.bd_mega.sub-menu li li {
    width: 100%;
    padding: 0;
    margin: 0;
}
.bdaia-header-default #navigation .primary-menu ul#menu-primary li.bd_mega_menu div.bd_mega ul.bd_mega.sub-menu li a {
    display: block;
    padding: 9px 10px 9px 0;
    border-bottom: 1px solid #363636;
    line-height: 20px;
    margin: 0;
}
body.rtl .bdaia-header-default #navigation .primary-menu ul#menu-primary li.bd_mega_menu div.bd_mega ul.bd_mega.sub-menu li a {
    padding: 9px 0 9px 10px;
}
.bdaia-header-default #navigation .primary-menu ul#menu-primary li.bd_mega_menu div.bd_mega ul.bd_mega.sub-menu li a { color: #CCC }
.bdaia-header-default #navigation .primary-menu ul#menu-primary li.bd_mega_menu div.bd_mega ul.bd_mega.sub-menu a:hover { color: #FFF }
.bdaia-header-default #navigation .primary-menu ul#menu-primary li.bd_mega_menu div.bd_mega > ul.bd_mega.sub-menu > li > a {
    /*
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 20px;
    color: #FFF;
    */
}
.bdaia-header-default #navigation .primary-menu ul#menu-primary li.bd_mega_menu div.bd_mega > ul.bd_mega.sub-menu > li a i { margin-right: 7px }
body.rtl .bdaia-header-default #navigation .primary-menu ul#menu-primary li.bd_mega_menu div.bd_mega > ul.bd_mega.sub-menu > li a i { margin-right: auto; margin-left: 7px }
.bdaia-header-default #navigation .primary-menu ul#menu-primary li.bd_mega_menu div.bd_mega ul.bd_mega.sub-menu a {
    border: none;
    text-transform: none;
    margin: 0;
}
.bdaia-header-default #navigation .primary-menu ul#menu-primary li.bd_mega_menu > div.bd_mega.sub-menu > li i { vertical-align: top;  }
.bdaia-header-default #navigation .primary-menu ul#menu-primary li.bd_mega_menu > div.bd_mega.sub-menu > li i {
    font-weight: normal;
    font-size: 18px;
    margin-right: 8px;
}
body.rtl .bdaia-header-default #navigation .primary-menu ul#menu-primary li.bd_mega_menu > div.bd_mega.sub-menu > li i {
    margin-right: auto;
    margin-left: 8px;
}
.bdaia-header-default #navigation .primary-menu ul#menu-primary li.bd_mega_menu > ul.bd_mega.sub-menu > li ul.bd_mega.sub-menu li > a:hover,
.bdaia-header-default #navigation .primary-menu ul#menu-primary li.bd_mega_menu > ul.bd_mega.sub-menu > li ul.bd_mega.sub-menu li.current-menu-parent > a,
.bdaia-header-default #navigation .primary-menu ul#menu-primary li.bd_mega_menu > ul.bd_mega.sub-menu > li ul.bd_mega.sub-menu li.current-menu-ancestor > a,
.bdaia-header-default #navigation .primary-menu ul#menu-primary li.bd_mega_menu > ul.bd_mega.sub-menu > li ul.bd_mega.sub-menu li.current-menu-item > a,
.bdaia-header-default #navigation .primary-menu ul#menu-primary li.bd_mega_menu > ul.bd_mega.sub-menu > li ul.bd_mega.sub-menu li.current_page_item > a,
.bdaia-header-default #navigation .primary-menu ul#menu-primary li.bd_mega_menu > ul.bd_mega.sub-menu > li ul.bd_mega.sub-menu li:hover { color: #FFF; }

/**
 * Sub Menu ========================================================= */

.bdaia-header-default #navigation .primary-menu ul#menu-primary li.bd_menu_item:hover > ul.sub-menu {
    position: absolute;
    width: 202px;
    left: 0;
    top: auto;
    z-index: 20000;
}
body.rtl .bdaia-header-default #navigation .primary-menu ul#menu-primary li.bd_menu_item:hover > ul.sub-menu {
    left: auto;
    right: 0;
}
.bdaia-header-default #navigation .primary-menu ul#menu-primary li.bd_menu_item ul.sub-menu {
    position: absolute;
    top: 50px;
    left: 0;
    width: 202px;
    z-index: 20000;
}
body.rtl .bdaia-header-default #navigation .primary-menu ul#menu-primary li.bd_menu_item ul.sub-menu {
    left: auto;
    right: 0;
}
.bdaia-header-default #navigation .primary-menu ul#menu-primary li.bd_menu_item ul.sub-menu li:hover > ul.sub-menu {
    top: 0;
    left: 202px;
}
body.rtl .bdaia-header-default #navigation .primary-menu ul#menu-primary li.bd_menu_item ul.sub-menu li:hover > ul.sub-menu {
    left: auto;
    right: 202px;
}
.bdaia-header-default #navigation .primary-menu ul#menu-primary li.bd_menu_item ul.sub-menu li a {
    padding: 10px 12px;
    line-height: 18px;
    border-bottom: 1px solid rgba( 255, 255, 255, 0.06 );
    color: #ccc;
    width: 100%;
    display: block;
    overflow: hidden;
}
.bdaia-header-default #navigation .primary-menu ul#menu-primary li.bd_menu_item ul.sub-menu li a i { color: inherit; margin-right: 8px }
body.rtl .bdaia-header-default #navigation .primary-menu ul#menu-primary li.bd_menu_item ul.sub-menu li a i { margin-left: 8px; margin-right: auto }
.bdaia-header-default #navigation .primary-menu ul#menu-primary li.bd_menu_item ul.sub-menu li:hover > a { color: #FFF }
.bdaia-header-default #navigation .primary-menu ul#menu-primary li.bd_menu_item ul.sub-menu li.current-menu-parent > a,
.bdaia-header-default #navigation .primary-menu ul#menu-primary li.bd_menu_item ul.sub-menu li.current-menu-ancestor > a,
.bdaia-header-default #navigation .primary-menu ul#menu-primary li.bd_menu_item ul.sub-menu li.current-menu-item > a,
.bdaia-header-default #navigation .primary-menu ul#menu-primary li.bd_menu_item ul.sub-menu li.current_page_item > a { color: #FFF }
.bdaia-header-default #navigation .primary-menu ul#menu-primary > li.bd_cats_menu { position: static !important; }
.bdaia-header-default #navigation .primary-menu ul#menu-primary .sub_cats_posts {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: auto;
    padding: 0;
    zoom: 1;
    z-index: -1;
}
body.rtl .bdaia-header-default #navigation .primary-menu ul#menu-primary .sub_cats_posts {
    left: auto;
    right: 0;
}
.bdaia-header-default #navigation .primary-menu ul#menu-primary > li >.bd_mega.sub-menu,
.bdaia-header-default #navigation .primary-menu ul#menu-primary > li > .sub-menu,
.bdaia-header-default #navigation .primary-menu ul#menu-primary .sub_cats_posts {
    border-top: 4px solid #EA0253;
}
.bdaia-header-default #navigation .primary-menu ul#menu-primary .bd_mega.sub-menu,
.bdaia-header-default #navigation .primary-menu ul#menu-primary .sub-menu,
.bdaia-header-default #navigation .primary-menu ul#menu-primary .sub_cats_posts {
    background: #2d2d2d;
    color: #999;
    z-index: 20000;
}
.bdaia-header-default #navigation .primary-menu ul#menu-primary .sub_cats_posts a { color: #ccc; }
.bdaia-header-default #navigation .primary-menu ul#menu-primary ul li.menu-item-has-children > a:after {
    position: absolute;
    right: 8px;
    top: 50%;
    display: inline-block;
    content: '';
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left-color: #bbb;
    margin-top: -5px;
}
body.rtl .bdaia-header-default #navigation .primary-menu ul#menu-primary ul li.menu-item-has-children > a:after {
    right: auto;
    left: 8px;
    border-left-color: transparent;
    border-right-color: #bbb;
}
.bdaia-header-default #navigation .primary-menu ul#menu-primary li.bd_mega_menu.mega-columns-4 > div.bd_mega > ul.bd_mega.sub-menu > li a:after {
    display: none !important;
}

/**
 * Posts Menu ========================================================= */

.bdaia-header-default #navigation .bd-block-mega-menu { overflow: hidden; }
.bdaia-header-default #navigation .bd-block-mega-menu-inner {
    display: block;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    position: relative;
    clear: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 0.35s;
    animation-duration: 0.35s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}
.bdaia-header-default #navigation .bd-block-mega-menu-post {
    float: left;
    display: block;
    overflow: hidden;
    width: 20%;
    padding: 10px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -ms-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
body.rtl .bdaia-header-default #navigation .bd-block-mega-menu-post {
    float: right;
}
.bdaia-header-default #navigation .bd-block-mega-menu-thumb {
    line-height: 0;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
    display: block;
}
.bdaia-header-default #navigation .bd-block-mega-menu-thumb img { width: 100%; }
.bdaia-header-default #navigation .bd-block-mega-menu-post h4 {
    margin: 0;
    padding: 0;
}
.bdaia-header-default #navigation .bd-block-mega-menu-post h4,
.bdaia-header-default #navigation .primary-menu ul ul li,
.bdaia-header-default #navigation .nav-menu .entry-title,
.bdaia-header-default #navigation #header.bdayh-header.a #navigation ul ul li,
.bdaia-header-default #navigation #header.bdayh-header.a #navigation .entry-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.bdaia-header-default #navigation .mm-img {
    width: 100%;
    max-width: 100%;
    height: 140px;
    min-height: 1px;
    display: block;
    overflow: hidden;
    position: relative;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
@media only screen and ( max-width: 990px ) {
    .bdaia-header-default #navigation .mm-img { height: 100px; }
}

div.mega-cat-wrapper {
    position: relative;
    clear: both;
    display: table;
    width: 100%;
}

div.mega-cat-sub-categories {
    width: 20%;
    max-width: 200px;
    text-align: right;
    display: table-cell;
    height: 100%;
    padding-top: 20px;
    vertical-align: top;
    background-color: #363636;
    position: relative;
}

body.rtl div.mega-cat-sub-categories {
    text-align: left;
}

.bdaia-header-default #navigation div.mega-cat-sub-categories li a {
    display: block;
    padding: 6px 20px;
    position: relative;
    vertical-align: middle;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    background: transparent;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
    color: #FFF;
}

.bdaia-header-default #navigation div.mega-cat-sub-categories li.cat-active a {
    background: #2D2D2D !important;
    border-top: 1px rgba( 0,0,0, 0.15 ) solid;
    border-bottom: 1px rgba( 0,0,0, 0.15 ) solid;
}

.bdaia-header-default #navigation div.mega-cat-content-tab {
    display: none;
    overflow:hidden;
}

.bdaia-header-default #navigation div.mega-cat-content-tab-inner {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    padding: 10px;
}

.bdaia-header-default #navigation div.mega-cat-content-tab.already-loaded {
    display: block;
}

.bdaia-header-default #navigation div.mega-cat-content-tab a {
    cursor: default;
}

.bdaia-header-default #navigation div.mega-cat-content-tab.already-loaded a {
    cursor: pointer;
}

.bdaia-header-default #navigation div.mega-cat-content {
    position: relative;
}

.bdaia-header-default #navigation div.mega-cat-content.mega-cat-sub-exists {
    position:relative;
}

.bdaia-header-default #navigation div.mega-cat-content.mega-cat-sub-exists div.bd-block-mega-menu-post {
    width: 25%;
}

/**
 * Sticky Menu ========================================================= */

.sticky-nav-on #navigation.sticky-nav {
    position: fixed;
    width: 100%;
    z-index: 9999;
    /*opacity: 0.95;*/
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; 
    -webkit-transition: top .5s;
    -moz-transition: top .5s;
    -o-transition: top .5s;
    transition: top .5s;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.sticky-nav-on #navigation.sticky-nav .primary-menu ul#menu-primary > li > a {}
.sticky-nav-on #navigation.sticky-nav .primary-menu {
    max-width: 1240px;
    position: relative;
    margin: auto;
}

/**
 * Cart icon ========================================================= */

#navigation .bdaia-cart {
    float: right;
    width: 48px;
    height: 48px;
    display: block;

    /*
    background-color: #F9F9F9;
    border-right: 1px #f0f0f0 solid;
    border-left: 1px #f0f0f0 solid;
    margin: 0 1px;
    */

    color: #707070;
    text-align: center;
    position: relative;
}
@media only screen and (max-width: 930px) {
    #navigation .bdaia-cart {display: none}
}
body.rtl #navigation  .bdaia-cart {
    float: left;
}
#navigation .bdaia-cart .bdaia-io {
    font-size: 21px;
    line-height: 48px;
    display: block;
    cursor: pointer;
}
#navigation .bdaia-cart span.shooping-count {
    display: block;
    position: absolute;
    background: #ED055D;
    color: #FFF;
    top: 5px;
    right: 4px;
    padding: 3px 5px;
    font-size: 9px;
    line-height: 9px;
    font-weight: bold;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    opacity: .9;
}

/**
 * Random post ========================================================= */

#navigation .bdaia-random-post {
    float: right;
    width: 48px;
    height: 48px;
    display: block;

    /*
    background-color: #F9F9F9;
    border-right: 1px #f0f0f0 solid;
    border-left: 1px #f0f0f0 solid;
    margin: 0 1px;
    */

    color: #707070;
    text-align: center;
    position: relative;
}
body.rtl #navigation .bdaia-random-post {
    float: left;
}
#navigation .bdaia-random-post .bdaia-io {
    font-size: 21px;
    line-height: 48px;
    display: block;
    cursor: pointer;
}
@media only screen and (max-width: 990px) {
    #navigation .bdaia-random-post {display: none}
}

/**
 * New posts ========================================================= */

#navigation .bdaia-alert-new-posts {
    float: right;
    padding: 0;
    height: 48px;
    display: block;
    background-color: #EA0253;
    color: #FFF;
    position: relative;
    font-family: "Open Sans",sans-serif;
    cursor: pointer;

    /*
    -webkit-box-shadow: inset 0 0 30px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0 0 30px rgba(0,0,0,0.2);
    box-shadow: inset 0 0 30px rgba(0,0,0,0.2);
    text-shadow: 1px 1px 0 rgba( 0,0,0,0.2 );
    */
}
@media only screen and (max-width: 1045px) {
    #navigation .bdaia-alert-new-posts {display: none}
}
body.rtl #navigation .bdaia-alert-new-posts {
    float: left;
}
#navigation .bdaia-alert-new-posts span {
    display: inline-block;
    position: relative;
    line-height: 48px;
}
#navigation .bdaia-alert-new-posts span.n {
    font-size: 38px;
    font-weight: bold;
    letter-spacing: -5px;
    padding: 0 6px 0 4px;
    top: -1px;
}
body.rtl #navigation .bdaia-alert-new-posts span.n {
    letter-spacing: normal;
    padding: 0 4px 0 6px;
}
#navigation .bdaia-alert-new-posts span.t {
    padding: 0 10px 0 0;
    letter-spacing: -1px;
    top: -4px;
}
body.rtl #navigation .bdaia-alert-new-posts span.t {
    letter-spacing: normal;
    padding: 0 0 0 10px;
}
#navigation .bdaia-alert-new-posts span.t small {
    display: block;
    clear: both;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;
}
#navigation .bdaia-alert-new-posts span.t > small:after {
    position: absolute;
    top: 1px;
    right: 10px;
    display: inline-block;
    content: " ";
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top: 5px solid #FFF;
}
#navigation .bdaia-alert-new-posts span.t > small:after {

}
body.rtl #navigation .bdaia-alert-new-posts span.t > small:after {
    right: auto;
    left: 10px;
}
div.bdaia-alert-new-posts-content {
    position: relative;
    top: 0;
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}
div.bdaia-alert-new-posts-inner {
    position: absolute;
    top: 0;
    width: 100%;
    background: #212121;
    border-top: 4px solid #EA0253;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -ms-transition: -ms-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    transition: transform 0.3s;
    opacity: 0;
    visibility: hidden;
    -moz-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    -o-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    transform: scaleY(0.98);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}
div.bdaia-alert-new-posts-content.bdaia-alert-new-posts-open div.bdaia-alert-new-posts-inner {
    opacity: 1;
    visibility: visible;
    -moz-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}
div.bdaia-anp-inner:before,
div.bdaia-anp-inner:after,
div.bdaia-alert-new-posts-inner:before,
div.bdaia-alert-new-posts-inner:after {
    display: table;
    content: " ";
    clear: both;
}
div.bdaia-anp-inner {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 20px;
}
div.bdaia-anp-inner ul,
div.bdaia-anp-inner li {
    margin: 0;
    padding: 0;
    list-style: none;
}
div.bdaia-anp-inner ul {
    position: relative;
    width: 33.33333333333333%;
    float: left;
}
body.rtl div.bdaia-anp-inner ul {
    float: right;
}
div.bdaia-anp-inner ul:before,
div.bdaia-anp-inner ul:after {
    display: table;
    content: " ";
    clear: both;
}
div.bdaia-anp-inner li {
    position: relative;
    display: block;
    padding: 7px;
}
div.bdaia-anp-inner li,
div.bdaia-anp-inner li a {
    color: #d5d5d5;
}
div.bdaia-anp-inner li a:hover {
    color: #FFF;
}
div.bdaia-anp-inner li a {
    display: block;
    max-width: 86%;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
div.bdaia-anp-inner li a span {
    clear: both;
    display: block;
}
div.bdaia-anp-inner li a span.ti {
    font-size: 11px;
    line-height: 11px;
    margin-bottom: 5px;
    color: #909090;
}

/**
 * Nav Search ========================================================= */

.bdaia-nav-search {
    float: right;
    width: 48px;
    height: 48px;
    display: block;

    /*
    background-color: #F9F9F9;
    border-right: 1px #f0f0f0 solid;
    border-left: 1px #f0f0f0 solid;
    margin: 0 1px;
    */

    color: #707070;
    text-align: center;
    position: relative;
}
body.rtl .bdaia-nav-search {
    float: left;
}
.bdaia-nav-search .bdaia-ns-btn.bdaia-io {
    font-size: 21px;
    line-height: 48px;
    display: block;
    cursor: pointer;
}
.bdaia-ns-wrap {
    position: absolute;
    top: 100%;
    right: 0;
    border-radius: 0;
    border: none;
    width: 342px;
    z-index: 1000;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -ms-transition: -ms-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    transition: transform 0.3s;
    opacity: 0;
    visibility: hidden;
    -moz-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    -o-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    transform: scaleY(0.98);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}
body.rtl .bdaia-ns-wrap {
    right: auto;
    left: 0;
}
.bdaia-ns-content {
    padding: 20px;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,0.1);
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.1);
    background: #FFF;
}
.bdaia-ns-inner {
    position: relative;
    overflow: hidden;
}
.bdaia-ns-inner form {
    margin:  0;
    padding: 0;
    line-height: 0;
    display: block;
    position: relative;
}
.bdaia-ns-inner form:before,
.bdaia-ns-inner form:after {
    display: table;
    content: " ";
    clear: both;
}
.bdaia-ns-inner .bbd-search-field {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 42px;
    margin: 0;
    line-height: 17px;
    padding: 0 52px 0 10px;
    font-size: 12px;
    border: 1px solid #E1E1E1;
    z-index: 1;
}
body.rtl .bdaia-ns-inner .bbd-search-field {
    left: auto;
    right: 0;
    padding: 0 10px 0 52px;
}
.bdaia-ns-inner .bbd-search-btn {
    position: absolute;
    width: 42px;
    min-width: initial;
    height: 42px;
    line-height: 42px;
    text-shadow: none;
    vertical-align: top;
    top: 0;
    right: 0;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 5;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}
body.rtl .bdaia-ns-inner .bbd-search-btn {
    left: 0;
    right: auto;
}
.bdaia-ns-inner .bbd-search-btn .bdaia-io {
    font-size: 16px;
    display: block;
    line-height: 42px;
}
.bdaia-ns-open .bdaia-ns-wrap {
    opacity: 1;
    visibility: visible;
    -moz-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}
.bdaia-ns-wrap:after {
    content: '';
    position: absolute;
    height: 4px;
    background: #EA0253;
    width: 100%;
    left: 0;
    top: 0;
    margin-bottom: -4px;
}

/**
 * Ajax Search ========================================================= */

.bdaia-ns-inner #sf_sb {
    position: static !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    width: auto !important
}
.bdaia-ns-inner #sf_sb #sf_val {
    overflow: hidden;
    padding: 20px 0 0 0;
    text-align: initial;
}
.bdaia-ns-inner #sf_sb #sf_val ul,
.bdaia-ns-inner #sf_sb #sf_val li {
    margin: 0 0 0 0;
    padding: 0;
    list-style: none;
    line-height: 0;
}
.bdaia-ns-inner #sf_sb #sf_val li {
    margin: 0 0 10px 0;
}
.bdaia-ns-inner #sf_sb #sf_val li:last-child {
    margin-bottom: 0 !important;
}
.bdaia-ns-inner #sf_sb #sf_val li:after,
.bdaia-ns-inner #sf_sb #sf_val li:before {
    display: table;
    content: " ";
    clear: both;
}
.bdaia-ns-inner #sf_sb .sf_header { display: none; }
.bdaia-ns-inner #sf_sb .sf_result_container li {
    overflow: hidden;
}
.bdaia-ns-inner #sf_sb .post-thumbnail {
    float: left;
    margin-right: 15px;
    margin-bottom: 0;
    position: absolute;
    line-height: 0;
    width: 48px;
    min-height: 48px;
}
.rtl .bdaia-ns-inner #sf_sb .post-thumbnail {
    float: right;
    margin-right: auto;
    margin-left: 63px;
}
.bdaia-ns-inner #sf_sb .bd-live-search-details {
    margin-left: 63px;
    display: block;
    min-height: 48px;
}
.rtl .bdaia-ns-inner #sf_sb .bd-live-search-details {
    margin-left: auto;
    margin-right: 63px;
}
.bdaia-ns-inner #sf_sb .post-thumbnail img {
    max-width: 48px;
    height: auto;
    opacity: 1 !important;
    transition: opacity 0.3s;
    transition-timing-function: cubic-bezier(0.39, 0.76, 0.51, 0.56);
}
.bdaia-ns-inner #sf_sb #sf_loading {
    background: none !important;
    display: block !important;
    width: 100%;
    min-height: 60px;
    line-height: 60px;
    text-align: center;
}
.bdaia-ns-inner #sf_sb .sf_more {
    display: block;
    text-align: center;
    margin-bottom: 0 !important;
}
.bdaia-ns-inner #sf_sb .sf_more a {
    display: block;
    vertical-align: middle;
    padding: 0;
    cursor: pointer;
    background-color: #f5f5f5;
}
.bdaia-ns-inner #sf_sb .sf_more a span {
    font-style: italic;
    line-height: 28px;
}
.bdaia-ns-inner #sf_sb .entry-title {
    font-family: 'Roboto',sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    margin: 0 0 5px 0;
}
.bdaia-ns-inner #sf_sb .entry-title a {
    color: #404040;
}
.bdaia-ns-inner #sf_sb .bd-live-search-meta-info {
    display: none;
}

/**
 * Hibryd Menu ========================================================= */

.bdaia-header-default div.header-wrapper.bdaia-hibryd-menu {}
.bdaia-header-default div.header-wrapper.bdaia-hibryd-menu #navigation .primary-menu #menu-primary > li > a {
    line-height: 60px;
}
.bdaia-header-default div.header-wrapper.bdaia-hibryd-menu #navigation .bdaia-alert-new-posts,
.bdaia-header-default div.header-wrapper.bdaia-hibryd-menu #navigation .bdaia-alert-new-posts span,
.bdaia-header-default div.header-wrapper.bdaia-hibryd-menu #navigation .bdaia-random-post,
.bdaia-header-default div.header-wrapper.bdaia-hibryd-menu #navigation .bdaia-random-post .bdaia-io,
.bdaia-header-default div.header-wrapper.bdaia-hibryd-menu #navigation .bdaia-cart,
.bdaia-header-default div.header-wrapper.bdaia-hibryd-menu #navigation .bdaia-cart .bdaia-io,
.bdaia-header-default div.header-wrapper.bdaia-hibryd-menu .bdaia-nav-search,
.bdaia-header-default div.header-wrapper.bdaia-hibryd-menu .bdaia-nav-search .bdaia-ns-btn.bdaia-io {
    height: 60px;
    line-height: 60px;
}
.bdaia-header-default div.header-wrapper.bdaia-hibryd-menu div.logo {
    float: left;
    padding-left: 0;
    padding-right: 40px;
    max-height: 60px;
}
body.rtl .bdaia-header-default div.header-wrapper.bdaia-hibryd-menu div.logo {
    float: right;
    padding-right: 0;
    padding-left: 40px;
}
.bdaia-header-default div.header-wrapper.bdaia-hibryd-menu div.logo h1,
.bdaia-header-default div.header-wrapper.bdaia-hibryd-menu div.logo h2 {
    margin: 0;
    padding: 0;
    line-height: 100%;
}
.bdaia-header-default div.header-wrapper.bdaia-hibryd-menu div.logo a {
    display: inline-block;
}
.bdaia-header-default div.header-wrapper.bdaia-hibryd-menu div.logo img {
    width: auto;
    max-width: 100%;
    max-height: 60px;
    padding: 8px 0;
}
.bdaia-header-default.sticky-nav-on div.header-wrapper.bdaia-hibryd-menu #navigation.sticky-nav .bdaia-alert-new-posts span,
.bdaia-header-default.sticky-nav-on div.header-wrapper.bdaia-hibryd-menu #navigation.sticky-nav .bdaia-alert-new-posts,
.bdaia-header-default.sticky-nav-on div.header-wrapper.bdaia-hibryd-menu #navigation.sticky-nav .bdaia-random-post,
.bdaia-header-default.sticky-nav-on div.header-wrapper.bdaia-hibryd-menu #navigation.sticky-nav .bdaia-random-post .bdaia-io,
.bdaia-header-default.sticky-nav-on div.header-wrapper.bdaia-hibryd-menu #navigation.sticky-nav .bdaia-cart,
.bdaia-header-default.sticky-nav-on div.header-wrapper.bdaia-hibryd-menu #navigation.sticky-nav .bdaia-cart .bdaia-io,
.bdaia-header-default.sticky-nav-on div.header-wrapper.bdaia-hibryd-menu #navigation.sticky-nav .bdaia-nav-search,
.bdaia-header-default.sticky-nav-on div.header-wrapper.bdaia-hibryd-menu #navigation.sticky-nav .bdaia-nav-search .bdaia-ns-btn.bdaia-io,
.bdaia-header-default.sticky-nav-on div.header-wrapper.bdaia-hibryd-menu #navigation.sticky-nav .primary-menu #menu-primary > li > a {
    line-height: 48px;
}
.bdaia-header-default.sticky-nav-on div.header-wrapper.bdaia-hibryd-menu #navigation.sticky-nav .bdaia-alert-new-posts,
.bdaia-header-default.sticky-nav-on div.header-wrapper.bdaia-hibryd-menu #navigation.sticky-nav .bdaia-random-post,
.bdaia-header-default.sticky-nav-on div.header-wrapper.bdaia-hibryd-menu #navigation.sticky-nav .bdaia-random-post .bdaia-io,
.bdaia-header-default.sticky-nav-on div.header-wrapper.bdaia-hibryd-menu #navigation.sticky-nav .bdaia-cart,
.bdaia-header-default.sticky-nav-on div.header-wrapper.bdaia-hibryd-menu #navigation.sticky-nav .bdaia-cart .bdaia-io,
.bdaia-header-default.sticky-nav-on div.header-wrapper.bdaia-hibryd-menu #navigation.sticky-nav .bdaia-nav-search,
.bdaia-header-default.sticky-nav-on div.header-wrapper.bdaia-hibryd-menu #navigation.sticky-nav .bdaia-nav-search .bdaia-ns-btn.bdaia-io {
    height: 48px;
}
.bdaia-header-default.sticky-nav-on div.header-wrapper.bdaia-hibryd-menu #navigation.sticky-nav div.logo img,
.bdaia-header-default.sticky-nav-on div.header-wrapper.bdaia-hibryd-menu #navigation.sticky-nav div.logo {
    max-height: 48px;
}
.bdaia-header-default.sticky-nav-on div.header-wrapper.bdaia-hibryd-menu #navigation.sticky-nav div.logo {
    padding-left: 0;
    padding-right: 20px;
}
body.rtl .bdaia-header-default.sticky-nav-on div.header-wrapper.bdaia-hibryd-menu #navigation.sticky-nav div.logo {
    padding-left: 20px;
    padding-right: 0;
}
@media only screen and (max-width: 900px){
    .bdaia-header-default div.header-wrapper.bdaia-hibryd-menu #navigation {
        display: block;
        margin-bottom: 10px;
        position: static !important;
    }
    .bdaia-header-default div.header-wrapper.bdaia-hibryd-menu #navigation .bdaia-alert-new-posts,
    .bdaia-header-default div.header-wrapper.bdaia-hibryd-menu #navigation .bdaia-random-post,
    .bdaia-header-default div.header-wrapper.bdaia-hibryd-menu #navigation div.bdaia-nav-search,
    .bdaia-header-default div.header-wrapper.bdaia-hibryd-menu #navigation ul#menu-primary,
    .bdaia-header-default div.header-wrapper.bdaia-hibryd-menu #navigation a.bdaia-cart {display: none !important}

    body.rtl .bdaia-header-default div.header-wrapper.bdaia-hibryd-menu div.logo,
    .bdaia-header-default div.header-wrapper.bdaia-hibryd-menu div.logo {
        float: none;
        padding: 0;
        text-align: center;
    }
}

/**
 * Breaking news ========================================================= */

.breaking-news-items {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 3px 0 0 0;
    height: 25px;
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
}
.breaking-news-items:before,
.breaking-news-items:after {
    display: table;
    content: " ";
    clear: both;
}
div#bdaia-breaking-news.breaking-news-items {
    margin: 30px auto -6px auto;
    padding-top: 1px;
    height: 39px;
    line-height: 34px;
}
body.single .bdaia-post-template-style9 div#bdaia-breaking-news.breaking-news-items,
body.single .bdaia-post-template-style8 div#bdaia-breaking-news.breaking-news-items,
body.single .bdaia-post-template-style7 div#bdaia-breaking-news.breaking-news-items,
body.single .bdaia-post-template-style6 div#bdaia-breaking-news.breaking-news-items,
body.single .bdaia-post-template-style3 div#bdaia-breaking-news.breaking-news-items,
body.single .bdaia-post-template-style2 div#bdaia-breaking-news.breaking-news-items {
    margin: 9px auto 9px auto;
}
div#bdaia-breaking-news.breaking-news-items div.bd-container:after {
    position: absolute;
    display: block;
    padding: 0;
    margin: 0;
    height: 6px;
    width: 100%;
    content: '';
    background: radial-gradient(ellipse at 50% -50%,rgba(0,0,0,0.2) 0px,rgba(255,255,255,0) 65%);
}
div#bdaia-breaking-news.breaking-news-items div.breaking-news-items-inner {
    background: #FFF;
    -webkit-box-shadow: 0 0 3px rgba( 0,0,0, 0.15 );
    -moz-box-shadow: 0 0 3px rgba( 0,0,0, 0.15 );
    box-shadow: 0 0 3px rgba( 0,0,0, 0.15 );
    opacity: .9;
}
.breaking-title {
    display: inline-block;
    background-color: rgba(0,0,0, 0.3);
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    padding: 2px 10px;
    line-height: 22px;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
div#bdaia-breaking-news.breaking-news-items span.breaking-title {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    line-height: 34px;
    padding: 0 10px;
    background: #202020;
}
body.rtl div#bdaia-breaking-news.breaking-news-items span.breaking-title {
    left: auto;
    right: 0;
}
div#bdaia-breaking-news.breaking-news-items span.breaking-title span.txt {
    display: block;
}
div#bdaia-breaking-news.breaking-news-items span.breaking-title span.bdaia-io {
    font-size: 23px;
    line-height: 34px;
    display: none;
}
.breaking-cont {
    height: 25px;
    vertical-align: top;
    padding: 0 0 0 15px;
    display: inline-block;
    max-width: 360px;
}
body.rtl .breaking-cont {
    padding: 0 15px 0 0;
}
div#bdaia-breaking-news.breaking-news-items .breaking-cont {
    max-width: 100%;
    padding: 0;
    margin: 0;
    display: block;
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 34px;
    line-height: 34px;
}
div#bdaia-breaking-news.breaking-news-items .tickercontainer {
    overflow: hidden;
    width: 99.6%;
    float: left;
}
body.rtl div#bdaia-breaking-news.breaking-news-items .tickercontainer {
    float: right;
}
div#bdaia-breaking-news.breaking-news-items div.breaking-news-items-inner {
    display: block;
    overflow: hidden;
    padding-left: 130px;
    height: 34px;
    line-height: 34px;
}
body.rtl div#bdaia-breaking-news.breaking-news-items div.breaking-news-items-inner {
    padding-left: 0;
    padding-right: 130px;
}
.breaking-cont {
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.breaking-cont .mask {
    overflow: hidden;
    position: relative;
}
ul.webticker {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    transition: all 0s linear 0s;
    overflow: hidden;
    height: 25px;
    line-height: 25px;
}
div#bdaia-breaking-news.breaking-news-items ul.webticker {
    height: 34px;
    line-height: 34px;
}
ul.webticker:before,
ul.webticker:after {
    display: table;
    content: " ";
    clear: both;
}
ul.webticker li {
    float: left;
    width: 100%;
    height: 25px;
}
div#bdaia-breaking-news.breaking-news-items ul.webticker li{
    height: 34px;
    line-height: 34px;
}
ul.webticker li a {
    display: block;
}
ul.webticker li span {
    color: #ededed;
    font-size: 20px;
    line-height: 23px;
    position: relative;
    float: left;
}
div#bdaia-breaking-news.breaking-news-items ul.webticker li span {
    line-height: 34px;
    color: #a0a0a0;
    margin-right: 2px;
}
body.rtl div#bdaia-breaking-news.breaking-news-items ul.webticker li span {
    margin-right: auto;
    margin-left: 2px;
}
ul.webticker li h4 {
    margin: 0;
    font-size: 13px;
    line-height: 25px;
}
div#bdaia-breaking-news.breaking-news-items ul.webticker li h4 {
    line-height: 34px;
}
ul.webticker li h4 a {
    color: #DDDDDD;
}
ul.webticker li h4 a:hover {
    color: #b1b1b1;
}
div#bdaia-breaking-news.breaking-news-items a {
    color: #707070;
}
div#bdaia-breaking-news.breaking-news-items a:hover {
    color: #303030;
}
@media only screen and ( max-width: 480px ) {
    div#bdaia-breaking-news.breaking-news-items span.breaking-title span.txt {display: none}
    div#bdaia-breaking-news.breaking-news-items span.breaking-title span.bdaia-io {display: block}
    div#bdaia-breaking-news.breaking-news-items div.breaking-news-items-inner {padding-left: 50px}
    body.rtl div#bdaia-breaking-news.breaking-news-items div.breaking-news-items-inner {padding-left: 0; padding-right: 50px}
    div#bdaia-breaking-news .bd-container {padding: 0}
}
@media only screen and (max-width: 900px) {
    div#bdaia-breaking-news.breaking-news-items {
        margin: 0 auto -6px auto;
    }
    div#bdaia-breaking-news.breaking-news-items div.bd-container {
        width: 100% !important;
        max-width: 100% !important;
    }
}



/**
 * Social Links ========================================================= */

.bdaia-social-io {
    line-height: 0;
    display: block;
    overflow: hidden;
}
.bdaia-social-io a {
    display: inline-block;
    text-align: center;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}
.bdaia-social-io .bdaia-io {
    display: inline-block;
    position: relative;
}
.bdaia-social-io .bdaia-io:before {
    display: inline-block;
    position: relative;
}
.bdaia-social-io.bdaia-social-io-size-16 .bdaia-io:before {
    width: 16px;
    height: 16px;
    font-size: 12px;
    line-height: 16px;
}
.bdaia-social-io.bdaia-social-io-size-32 .bdaia-io:before {
    width: 32px;
    height: 32px;
    font-size: 16px;
    line-height: 32px;
}
.bdaia-social-io.bdaia-social-io-size-35 .bdaia-io:before {
    width: 35px;
    height: 35px;
    font-size: 16px;
    line-height: 35px;
}
.bdaia-social-io .bdaia-io-url-home:hover .bdaia-io:before { background: #4e5462; }
.bdaia-social-io .bdaia-io-url-facebook:hover .bdaia-io:before { background: #3c5b9b; }
.bdaia-social-io .bdaia-io-url-twitter:hover .bdaia-io:before { background: #359bed; }
.bdaia-social-io .bdaia-io-url-rss:hover .bdaia-io:before { background: #fd9f13; }
.bdaia-social-io .bdaia-io-url-google-plus:hover .bdaia-io:before { background: #d44132; }
.bdaia-social-io .bdaia-io-url-pinterest:hover .bdaia-io:before { background: #cb2027; }
.bdaia-social-io .bdaia-io-url-myspace:hover .bdaia-io:before { background: #2e9fdf; }
.bdaia-social-io .bdaia-io-url-dribbble:hover .bdaia-io:before { background: #d97aa5; }
.bdaia-social-io .bdaia-io-url-linkedin:hover .bdaia-io:before { background: #91c9db; }
.bdaia-social-io .bdaia-io-url-evernote:hover .bdaia-io:before { background: #8ac979; }
.bdaia-social-io .bdaia-io-url-flickr:hover .bdaia-io:before { background: #db97be; }
.bdaia-social-io .bdaia-io-url-youtube:hover .bdaia-io:before { background: #f16361; }
.bdaia-social-io .bdaia-io-url-skype:hover .bdaia-io:before { background: #38c3f2; }
.bdaia-social-io .bdaia-io-url-digg:hover .bdaia-io:before { background: #4ea1d9; }
.bdaia-social-io .bdaia-io-url-reddit:hover .bdaia-io:before { background: #7fc1d7; }
.bdaia-social-io .bdaia-io-url-delicious:hover .bdaia-io:before { background: #5a91de; }
.bdaia-social-io .bdaia-io-url-stumbleupon:hover .bdaia-io:before { background: #e36644; }
.bdaia-social-io .bdaia-io-url-tumblr:hover .bdaia-io:before { background: #4e7da2; }
.bdaia-social-io .bdaia-io-url-vimeo-square:hover .bdaia-io:before { background: #87d3e0; }
.bdaia-social-io .bdaia-io-url-wordpress:hover .bdaia-io:before { background: #dddcdc; }
.bdaia-social-io .bdaia-io-url-yelp:hover .bdaia-io:before { background: #c64947; }
.bdaia-social-io .bdaia-io-url-lastfm:hover .bdaia-io:before { background: #c35252; }
.bdaia-social-io .bdaia-io-url-xing:hover .bdaia-io:before { background: #639d71; }
.bdaia-social-io .bdaia-io-url-deviantart:hover .bdaia-io:before { background: #95a595; }
.bdaia-social-io .bdaia-io-url-openid:hover .bdaia-io:before { background: #fb915d; }
.bdaia-social-io .bdaia-io-url-behance:hover .bdaia-io:before { background: #18ace3; }
.bdaia-social-io .bdaia-io-url-instagram:hover .bdaia-io:before { background: #c8c5b3; }
.bdaia-social-io .bdaia-io-url-paypal:hover .bdaia-io:before { background: #4ea1d9; }
.bdaia-social-io .bdaia-io-url-spotify:hover .bdaia-io:before { background: #6fcb57; }
.bdaia-social-io .bdaia-io-url-google:hover .bdaia-io:before { background: #ce5452; }
.bdaia-social-io .bdaia-io-url-vk:hover .bdaia-io:before { background: #568bb0; }
.bdaia-social-io .bdaia-io-url-apple:hover .bdaia-io:before { background: #cdcccb; }
.bdaia-social-io .bdaia-io-url-soundcloud:hover .bdaia-io:before { background: #f35839; }
.bdaia-social-io a:hover { color: #FFF }

/* Widget */
.widget .bdaia-social-io a {
    float: left;
}
.rtl .widget .bdaia-social-io a {
    float: right;
}
.widget .bdaia-social-io {
    margin: -2px;
}
.bdaia-social-io-colored .bdaia-social-io .bdaia-io-url-home .bdaia-io:before { background: #4e5462; }
.bdaia-social-io-colored .bdaia-social-io .bdaia-io-url-facebook .bdaia-io:before { background: #3c5b9b; }
.bdaia-social-io-colored .bdaia-social-io .bdaia-io-url-twitter .bdaia-io:before { background: #359bed; }
.bdaia-social-io-colored .bdaia-social-io .bdaia-io-url-rss .bdaia-io:before { background: #fd9f13; }
.bdaia-social-io-colored .bdaia-social-io .bdaia-io-url-google-plus .bdaia-io:before { background: #d44132; }
.bdaia-social-io-colored .bdaia-social-io .bdaia-io-url-pinterest .bdaia-io:before { background: #cb2027; }
.bdaia-social-io-colored .bdaia-social-io .bdaia-io-url-myspace .bdaia-io:before { background: #2e9fdf; }
.bdaia-social-io-colored .bdaia-social-io .bdaia-io-url-dribbble .bdaia-io:before { background: #d97aa5; }
.bdaia-social-io-colored .bdaia-social-io .bdaia-io-url-linkedin .bdaia-io:before { background: #91c9db; }
.bdaia-social-io-colored .bdaia-social-io .bdaia-io-url-evernote .bdaia-io:before { background: #8ac979; }
.bdaia-social-io-colored .bdaia-social-io .bdaia-io-url-flickr .bdaia-io:before { background: #db97be; }
.bdaia-social-io-colored .bdaia-social-io .bdaia-io-url-youtube .bdaia-io:before { background: #f16361; }
.bdaia-social-io-colored .bdaia-social-io .bdaia-io-url-skype .bdaia-io:before { background: #38c3f2; }
.bdaia-social-io-colored .bdaia-social-io .bdaia-io-url-digg .bdaia-io:before { background: #4ea1d9; }
.bdaia-social-io-colored .bdaia-social-io .bdaia-io-url-reddit .bdaia-io:before { background: #7fc1d7; }
.bdaia-social-io-colored .bdaia-social-io .bdaia-io-url-delicious .bdaia-io:before { background: #5a91de; }
.bdaia-social-io-colored .bdaia-social-io .bdaia-io-url-stumbleupon .bdaia-io:before { background: #e36644; }
.bdaia-social-io-colored .bdaia-social-io .bdaia-io-url-tumblr .bdaia-io:before { background: #4e7da2; }
.bdaia-social-io-colored .bdaia-social-io .bdaia-io-url-vimeo-square .bdaia-io:before { background: #87d3e0; }
.bdaia-social-io-colored .bdaia-social-io .bdaia-io-url-wordpress .bdaia-io:before { background: #dddcdc; }
.bdaia-social-io-colored .bdaia-social-io .bdaia-io-url-yelp .bdaia-io:before { background: #c64947; }
.bdaia-social-io-colored .bdaia-social-io .bdaia-io-url-lastfm .bdaia-io:before { background: #c35252; }
.bdaia-social-io-colored .bdaia-social-io .bdaia-io-url-xing .bdaia-io:before { background: #639d71; }
.bdaia-social-io-colored .bdaia-social-io .bdaia-io-url-deviantart .bdaia-io:before { background: #95a595; }
.bdaia-social-io-colored .bdaia-social-io .bdaia-io-url-openid .bdaia-io:before { background: #fb915d; }
.bdaia-social-io-colored .bdaia-social-io .bdaia-io-url-behance .bdaia-io:before { background: #18ace3; }
.bdaia-social-io-colored .bdaia-social-io .bdaia-io-url-instagram .bdaia-io:before { background: #c8c5b3; }
.bdaia-social-io-colored .bdaia-social-io .bdaia-io-url-paypal .bdaia-io:before { background: #4ea1d9; }
.bdaia-social-io-colored .bdaia-social-io .bdaia-io-url-spotify .bdaia-io:before { background: #6fcb57; }
.bdaia-social-io-colored .bdaia-social-io .bdaia-io-url-google .bdaia-io:before { background: #ce5452; }
.bdaia-social-io-colored .bdaia-social-io .bdaia-io-url-vk .bdaia-io:before { background: #568bb0; }
.bdaia-social-io-colored .bdaia-social-io .bdaia-io-url-apple .bdaia-io:before { background: #cdcccb; }
.bdaia-social-io-colored .bdaia-social-io .bdaia-io-url-soundcloud .bdaia-io:before { background: #f35839; }
.bdaia-social-io-colored .bdaia-social-io {
    text-align: center;
}
.bdaia-social-io-colored .bdaia-social-io a {
    color: #FFF;
    margin: 2px;
    position: relative;
    text-shadow: none;
    display: inline-block;
}
.bdaia-social-io-colored .bdaia-social-io a:hover {
    opacity: 0.7;
}

/* Social Links Top Links*/
.bdaia-header-default .topbar .bdaia-social-io a,
.bdaia-header-default .topbar .bdaia-social-io a:hover {
    color: #FFF;
}
.bdaia-header-default .topbar .top-left-area .bdaia-social-io a,
.rtl .bdaia-header-default .topbar .top-left-area .bdaia-social-io a {
    margin-left: auto;
    margin-right: 2px;
}
.bdaia-header-default .topbar .top-left-area .bdaia-social-io,
.rtl .bdaia-header-default .topbar .top-right-area .bdaia-social-io {
    float: left;
}
.bdaia-header-default .topbar .top-right-area .bdaia-social-io a,
.rtl .bdaia-header-default .topbar .top-left-area .bdaia-social-io a {
    margin-right: auto;
    margin-left: 2px;
}
.bdaia-header-default .topbar .top-right-area .bdaia-social-io,
.rtl .bdaia-header-default .topbar .top-left-area .bdaia-social-io {
    float: right;
}

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

}

/* Footer */
.footer .bdaia-social-io {
    padding: 10px 0 0 0;
}
.footer .bdaia-social-io a,
.footer .bdaia-social-io a:hover {
    color: #FFF;
}
@media only screen and (max-width: 985px) {
    .footer .bdaia-social-io {
        padding: 0 0 0 0;
    }
}

/* Author Box */
.bdaia-author-box .bdaia-social-io {
    text-align: initial;
    line-height: 0;
}
.bdaia-author-box .bdaia-social-io .bdaia-io {
    float: left;
}
.rtl .bdaia-author-box .bdaia-social-io .bdaia-io {
    float: right;
}

/**
 * Playlist ========================================================= */

.bdaia-playlist {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0;
    margin: 30px auto 0;
    min-height: 1px;
    zoom: 1;
    background: #222;
    color: #5B5B5B;
}
.bdaia-playlist .flex-control-nav,
.bdaia-playlist .flex-direction-nav {
    display: none !important
}
.bdaia-playlist .bdaia-row,
.bdaia-playlist .bd-col-md-8,
.bdaia-playlist .bd-col-md-4 {
    padding: 0 !important;
    margin: 0 auto !important;
}
.bdaia-playlist:before,
.bdaia-playlist:after {
    display: table;
    content: " ";
    clear: both;
}
.bdaia-playlist .bd-container {
}
.bdaia-playlist .bdaia-row .bdaia-plp-content {
    position: relative;
    line-height: 0;
    height: auto;
    overflow: hidden;
}
.bdaia-playlist .bdaia-row.pl_loading {
}
.bdaia-playlist .bdaia-row.pl_loading:before {
    display:inline-block;
    font:normal normal normal 14px/1 bdaia-woohoo;
    text-rendering:auto;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -22px 0 0 -22px;
    height: 44px;
    width: 44px;
    font-size: 40px;
    content: "\e91d";
    color: #999;
    -webkit-animation: bdaia-io-spin 2s infinite linear;
    animation: bdaia-io-spin 2s infinite linear;
}
.bdaia-playlist ul,
.bdaia-playlist li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.bdaia-pl-content {
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: block;
    padding: 30px 0;
}
.bdaia-playlist .bdaia-list-items {
    position: relative !important;
    width: auto !important;
    -moz-transform: translate3d(0px, 0px, 0px) !important;
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
    transform: translate3d(0px, 0px, 0px) !important;
    overflow-y: auto;
    overflow-x: hidden;
    height: 484px;
}
.bdaia-playlist .flex-viewport {
}
.bdaia-playlist .bdaia-list-items::-webkit-scrollbar-thumb {
    background-color: #919191;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.bdaia-playlist .bdaia-list-items::-webkit-scrollbar {
    width: 5px;
    background-color: #383838;
}
.bdaia-playlist .bdaia-list-items .bdaia-list-item {
    display: none;
    opacity: 1 !important;
    position: relative !important;
    margin: 0 auto !important;
    float: none !important;
    width: auto !important;
    cursor: pointer;
    padding: 10px 20px;
    border-bottom: 1px #2D2D2D solid;
}
.bdaia-playlist .bdaia-list-items .bdaia-list-item:last-child {
    border-bottom: 0 none;
}
.bdaia-playlist .bdaia-list-items .bdaia-list-item:hover,
.bdaia-playlist .bdaia-list-items .bdaia-list-item.flex-active-slide {
    background-color: #181818;
}
.bdaia-playlist .bdaia-player-items .bdaia-player-item {
    display: none;
}
.bdaia-playlist .bdaia-pl-img-container {
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    line-height: 0;
    overflow: hidden;
}
.bdaia-li-container {
    position: relative;
    overflow: hidden;
}
.bdaia-playlist .bdaia-pl-content-wrapper {
    margin-left: 100px;
    min-height: 80px;
    line-height: 0;
    margin-bottom: 0;
}
.bdaia-playlist .bdaia-pl-content-wrapper .bdaia-post-date {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    display: block;
    clear: both;
    margin: 0;
    padding: 0;
}
.bdaia-playlist .bdaia-pl-content-wrapper h3 {
    display: block;
    clear: both;
    margin: 5px auto 0 auto;
    padding: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    font-style: normal;
    letter-spacing: normal;
    text-transform: none;
    font-family: 'Roboto',sans-serif;
    color: #FDFDFD;
}

/**
 * Wordpress Defualt Shorty ========================================================= */

.bdaia-post-content {

}
.bdaia-post-content br {
    display: none !important;
}
.bdaia-post-content a {
    color: #EA0253;
}

/* Lists */
.bdaia-post-content ul,
.bdaia-post-content ul li { list-style-type: square !important; }

.bdaia-post-content ol,
.bdaia-post-content ol li { list-style-type: decimal !important; }

.bdaia-post-content ul,
.bdaia-post-content ol
{
    margin: 16px 0;
    padding: 0 0 0 40px;
    word-wrap: break-word;
}
.bdaia-post-content li > ul, .bdaia-post-content li > ol {
    margin: 0;
}
.bdaia-post-content ul li {
}
.bdaia-post-content ul li a {

}

/* Pre */
.bdaia-post-content pre {
    background: #f5f5f5;
    color: #666;
    font-family: monospace;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/* INS */
ins {
    background: #fff9c0;
    text-decoration: none;
}


table {
    border-bottom: 1px solid #ededed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 2;
    margin: 0 0 20px;
    width: 100%;
}

/* Table */
th,
td {
    font-weight: normal;
}

caption {
    font-size: 16px;
    margin: 20px 0;
}

th {
    font-weight: bold;
    text-transform: uppercase;
}

td {
    border-top: 1px solid #ededed;
    padding: 6px 10px 6px 0;
}

/**
 * 00. WIDGETS ========================================================= */

div.widget.bdaia-widget,
div.widget.bdaia-widget .widget-inner {
    position: relative;
    display: block;
    -webkit-font-smoothing: subpixel-antialiased !important;
    -moz-osx-font-smoothing: subpixel-antialiased !important;
}
div.widget.bdaia-widget .widget-inner:before,
div.widget.bdaia-widget .widget-inner:after {
    display: table;
    content: " ";
}
div.widget.bdaia-widget .widget-inner:after { clear: both }
div.widget.bdaia-widget .widget-inner ul {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    list-style: none;
    line-height: 0;
}
div.widget.bdaia-widget .widget-inner ol {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    list-style: none;
    line-height: 0;
}
div.widget.bdaia-widget .widget-inner li {
    line-height: 100%;
}
div.widget.bdaia-widget .widget-inner a {
    text-decoration: none;
    overflow-wrap: break-word;
    font-size: 100%;
    vertical-align: baseline;
    -o-transition: all 200ms cubic-bezier(0,0,0.58,1) 0s;
    -moz-transition: all 200ms cubic-bezier(0,0,0.58,1) 0s;
    -khtml-transition: all 200ms cubic-bezier(0,0,0.58,1) 0s;
    -webkit-transition: all 200ms cubic-bezier(0,0,0.58,1) 0s;
    -ms-transition: all 200mss cubic-bezier(0,0,0.58,1) 0s;
    transition: all 200ms cubic-bezier(0,0,0.58,1) 0s;
}
div.widget.bdaia-widget .widget-inner img {
    max-width: 100%;
    width: auto\9;
    height: auto;
    border: 0;
    display: block;
}
div.widget.bdaia-widget .widget-inner p {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
div.widget.bdaia-widget .widget-inner h3 {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
div.widget.bdaia-widget .widget-inner h4 {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

div.widget.bdaia-widget .widget-inner,
div.widget.bdaia-widget .widget-inner li,
div.widget.bdaia-widget .widget-inner h3,
div.widget.bdaia-widget .widget-inner h4 {
    font-family: 'Open Sans',arial,sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 21px;
}
div.widget.bdaia-widget .widget-inner { font-weight: normal }

/**
 * 01/02. Widget Archive/Categories ========================================================= */

div.widget.bdaia-widget.widget_archive,
div.widget.bdaia-widget.widget_categories {}
div.widget.bdaia-widget.widget_archive .widget-inner,
div.widget.bdaia-widget.widget_categories .widget-inner {}
div.widget.bdaia-widget.widget_archive .widget-inner > ul,
div.widget.bdaia-widget.widget_categories .widget-inner > ul {
    margin-top: -11px;
    margin-bottom: -7px;
}
div.widget.bdaia-widget.widget_archive .widget-inner li,
div.widget.bdaia-widget.widget_categories .widget-inner li {
    text-align: right;
    overflow: hidden;
    line-height: 30px;
    color: #AAA;
}
body.rtl div.widget.bdaia-widget.widget_archive .widget-inner li,
body.rtl div.widget.bdaia-widget.widget_categories .widget-inner li {
    text-align: left;
}
div.widget.bdaia-widget.widget_archive .widget-inner li a,
div.widget.bdaia-widget.widget_categories .widget-inner li a {
    display: block;
    text-align: left;
    float: left;
    line-height: 30px;
}
body.rtl div.widget.bdaia-widget.widget_archive .widget-inner li a,
body.rtl div.widget.bdaia-widget.widget_categories .widget-inner li a {
    text-align: right;
    float: right;
}

/**
 * 03/04/09. Widget Menu/Meta/Pages ========================================================= */

div.widget.bdaia-widget.widget_nav_menu {}
div.widget.bdaia-widget.widget_nav_menu .widget-inner {}
div.widget.bdaia-widget.widget_meta .widget-inner > ul,
div.widget.bdaia-widget.widget_pages .widget-inner > ul,
div.widget.bdaia-widget.widget_nav_menu .widget-inner > ul,
div.widget.bdaia-widget.widget_nav_menu .widget-inner > .menu-new-container > ul {
    margin-top: -11px;
    margin-bottom: -7px;
}
div.widget.bdaia-widget.widget_meta .widget-inner li,
div.widget.bdaia-widget.widget_pages .widget-inner li,
div.widget.bdaia-widget.widget_nav_menu .widget-inner li {
    line-height: 30px;
}
div.widget.bdaia-widget.widget_meta .widget-inner li ul,
div.widget.bdaia-widget.widget_pages .widget-inner li ul,
div.widget.bdaia-widget.widget_nav_menu .widget-inner li ul {
    margin-left: 20px;
}
body.rtl div.widget.bdaia-widget.widget_meta .widget-inner li ul,
body.rtl div.widget.bdaia-widget.widget_pages .widget-inner li ul,
body.rtl div.widget.bdaia-widget.widget_nav_menu .widget-inner li ul {
    margin-left: auto;
    margin-right: 20px;
}

/**
 * 05/06. Widget Comments/Entries ========================================================= */

div.widget.bdaia-widget.widget_recent_comments {}
div.widget.bdaia-widget.widget_recent_comments .widget-inner {}
div.widget.bdaia-widget.widget_recent_comments .widget-inner > ul,
div.widget.bdaia-widget.widget_recent_entries .widget-inner > ul {
    margin-top: -4px;
    margin-bottom: 0;
}
div.widget.bdaia-widget.widget_recent_comments .widget-inner li,
div.widget.bdaia-widget.widget_recent_entries .widget-inner li {
    margin-bottom: 10px;
}
div.widget.bdaia-widget.widget_recent_comments .widget-inner li:last-child,
div.widget.bdaia-widget.widget_recent_entries .widget-inner li:last-child {
    margin-bottom: 0;
}

/**
 * 07. Widget Calender ========================================================= */

div.widget.bdaia-widget.widget_calendar {}
div.widget.bdaia-widget.widget_calendar .widget-inner {}
div.widget.bdaia-widget.widget_calendar .widget-inner table {
    margin-bottom: 0;
    text-align: center;
}
div.widget.bdaia-widget.widget_calendar .widget-inner table td,
div.widget.bdaia-widget.widget_calendar .widget-inner table th {
    padding: 6px 0;
}
div.widget.bdaia-widget.widget_calendar .widget-inner caption {
    margin-top: 0;
    line-height: 100%;
    text-transform: uppercase;
}

/**
 * 08. Widget Tags ========================================================= */

div.widget.bdaia-widget.widget_tag_cloud {}
div.widget.bdaia-widget.widget_tag_cloud .widget-inner {}
div.widget .tagcloud {
    margin: 0 auto -3px;
    line-height: 0;
    overflow: hidden;
    display: block;
    position: relative;
}
.tagcloud a,
.tagcloud span {
    background-color: #A0A0A0;
    margin: 0 3px 3px 0;
    padding: 4px 7px 5px 7px;
    color: #FFF;
    font-size: 13px !important;
    line-height: 13px !important;
    display: inline-block;
    float: left;
}
.tagcloud span,
.tagcloud a:hover {
    background: #222;
}

/**
 * 010. Widget Counter ========================================================= */

div.widget.bdaia-widget.bdaia-widget-counter {}
div.widget.bdaia-widget.bdaia-widget-counter .widget-inner {}
div.widget.bdaia-widget.bdaia-widget-counter .widget-inner ul {
    position: relative;
    display: block;
}
div.widget.bdaia-widget.bdaia-widget-counter *,
div.widget.bdaia-widget.bdaia-widget-counter :before,
div.widget.bdaia-widget.bdaia-widget-counter :after
{
    -o-transition: all 200ms cubic-bezier(0,0,0.58,1) 0s;
    -moz-transition: all 200ms cubic-bezier(0,0,0.58,1) 0s;
    -khtml-transition: all 200ms cubic-bezier(0,0,0.58,1) 0s;
    -webkit-transition: all 200ms cubic-bezier(0,0,0.58,1) 0s;
    -ms-transition: all 200mss cubic-bezier(0,0,0.58,1) 0s;
    transition: all 200ms cubic-bezier(0,0,0.58,1) 0s;
}
div.widget.bdaia-widget.bdaia-widget-counter a {
    line-height: 100%;
}

/**
 * Style 1 */

div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style1 {
    line-height: 0;
}
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style1 li {
    padding: 0 0 1px 0;
    cursor: pointer;
    overflow: hidden;
}
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style1 li:last-child {
    padding: 0 0 0 0;
}
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style1 li a {
    display: block;
    height: 38px;
    line-height: 38px;
    background-color: #F9F9F9;
    color: #909090;
}
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style1 .bdaia-io {
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 20px;
    overflow: hidden;
    text-align: center;
    display: inline-block;
    position: relative;
    vertical-align: top;
    background-color: #eee;
    border-right: 1px #FFF solid;
    top: 0;
}
body.rtl div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style1 .bdaia-io {
    border-right: none;
    border-left: 1px #FFF solid;
}
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style1 .sc-num {
    display: inline-block;
    padding: 0 20px;
    line-height: 38px;
    color: #404040;
    overflow: hidden;
    position: relative;
    top: 0;
}
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style1 small {
    display: inline-block;
    line-height: 38px;
    overflow: hidden;
    position: relative;
    top: 0;
}
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style1 li:hover .bdaia-io { color: #FFF }
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style1 li.social-counter-rss:hover .bdaia-io { background: #faa33d; }
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style1 li.social-counter-twitter:hover .bdaia-io { background: #40bff5; }
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style1 li.social-counter-facebook:hover .bdaia-io { background: #5d82d1; }
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style1 li.social-counter-gplus:hover .bdaia-io { background: #eb5e4c; }
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style1 li.social-counter-youtube:hover .bdaia-io { background: #ef4e41; }
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style1 li.social-counter-vimo:hover .bdaia-io { background: #35c6ea; }
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style1 li.social-counter-soundcloud:hover .bdaia-io { background: #ff7e30; }
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style1 li.social-counter-instgram:hover .bdaia-io { background: #3f729b; }
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style1 li.social-counter-dribbble:hover .bdaia-io { background: #d875a2; }
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style1 li.social-counter-delicious:hover .bdaia-io { background: #2567ee; }
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style1 li.social-counter-posts:hover .bdaia-io { background: #e29c04; }
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style1 li.social-counter-comments:hover .bdaia-io { background: #EA0253; }
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style1 li.social-counter-members:hover .bdaia-io { background: #e91e63; }
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style1 li.social-counter-rss:hover .bdaia-io { background: #faa33d; }
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style1 li.social-counter-rss:hover .sc-num { background: #faa33d; }
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style1 li.social-counter-twitter:hover .sc-num { color: #40bff5; }
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style1 li.social-counter-facebook:hover .sc-num { color: #5d82d1; }
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style1 li.social-counter-gplus:hover .sc-num { color: #eb5e4c; }
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style1 li.social-counter-youtube:hover .sc-num { color: #ef4e41; }
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style1 li.social-counter-vimo:hover .sc-num { color: #35c6ea; }
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style1 li.social-counter-soundcloud:hover .sc-num { color: #ff7e30; }
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style1 li.social-counter-instgram:hover .sc-num { color: #3f729b; }
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style1 li.social-counter-dribbble:hover .sc-num { color: #d875a2; }
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style1 li.social-counter-delicious:hover .sc-num { color: #2567ee; }
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style1 li.social-counter-posts:hover .sc-num { color: #e29c04; }
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style1 li.social-counter-comments:hover .sc-num { color: #EA0253; }
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style1 li.social-counter-members:hover .sc-num { color: #e91e63; }

/**
 * Style 2 */

div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style2 {
    line-height: 0;
}
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style2 li {
    float: left;
    width: 33.33333333333333%;
    text-align: center;
    padding: 1px;
    line-height: 0;
}
body.rtl div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style2 li {
    float: right;
}
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style2 li a {
    display: block;
    border: 1px #EEE solid;
    color: #909090;
    padding: 15px 0;
}
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style2 .bdaia-io,
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style2 small,
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style2 .sc-num {
    width: 100%;
    display: block;
    clear: both;
}
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style2 .bdaia-io:before {
    background: #505050;
    color: #FFF;
    -webkit-border-radius: 50px;
    moz-border-radius: 50px;
    border-radius: 50px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 28px;
    overflow: hidden;
    text-align: center;
    position: relative;
    vertical-align: top;
    display: inline-block;
    margin-bottom: 10px;
}
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style2 .sc-num {
    font-size: 21px;
    color: #404040;
}
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style2 small {
    padding-top: 8px;
    font-size: 11px;
    line-height: 11px;
}
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style2 li:hover .bdaia-io { color: #FFF }
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style2 li.social-counter-rss:hover .bdaia-io:before { background: #faa33d; }
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style2 li.social-counter-twitter:hover .bdaia-io:before { background: #40bff5; }
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style2 li.social-counter-facebook:hover .bdaia-io:before { background: #5d82d1; }
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style2 li.social-counter-gplus:hover .bdaia-io:before { background: #eb5e4c; }
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style2 li.social-counter-youtube:hover .bdaia-io:before { background: #ef4e41; }
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style2 li.social-counter-vimo:hover .bdaia-io:before { background: #35c6ea; }
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style2 li.social-counter-soundcloud:hover .bdaia-io:before { background: #ff7e30; }
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style2 li.social-counter-instgram:hover .bdaia-io:before { background: #3f729b; }
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style2 li.social-counter-dribbble:hover .bdaia-io:before { background: #d875a2; }
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style2 li.social-counter-delicious:hover .bdaia-io:before { background: #2567ee; }
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style2 li.social-counter-posts:hover .bdaia-io:before { background: #e29c04; }
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style2 li.social-counter-comments:hover .bdaia-io:before { background: #EA0253; }
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style2 li.social-counter-members:hover .bdaia-io:before { background: #e91e63; }
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style2 li.social-counter-rss:hover .sc-num { background: #faa33d; }
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style2 li.social-counter-twitter:hover .sc-num { color: #40bff5; }
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style2 li.social-counter-facebook:hover .sc-num { color: #5d82d1; }
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style2 li.social-counter-gplus:hover .sc-num { color: #eb5e4c; }
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style2 li.social-counter-youtube:hover .sc-num { color: #ef4e41; }
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style2 li.social-counter-vimo:hover .sc-num { color: #35c6ea; }
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style2 li.social-counter-soundcloud:hover .sc-num { color: #ff7e30; }
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style2 li.social-counter-instgram:hover .sc-num { color: #3f729b; }
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style2 li.social-counter-dribbble:hover .sc-num { color: #d875a2; }
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style2 li.social-counter-delicious:hover .sc-num { color: #2567ee; }
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style2 li.social-counter-posts:hover .sc-num { color: #e29c04; }
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style2 li.social-counter-comments:hover .sc-num { color: #EA0253; }
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style2 li.social-counter-members:hover .sc-num { color: #e91e63; }

/**
 * Style 3 */

div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style3 {
    line-height: 0;
}
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style3 li {
    float: left;
    width: 33.33333333333333%;
    text-align: center;
    padding: 1px;
    line-height: 0;
}
body.rtl div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style3 li{
    float: right;
}
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style3 li a {
    display: block;
    border: 1px #EEE solid;
    color: #909090;
    padding: 15px 0;
}
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style3 .bdaia-io,
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style3 small,
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style3 .sc-num {
    width: 100%;
    display: block;
    clear: both;
}
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style3 .bdaia-io:before {
    background: #505050;
    color: #FFF;
    -webkit-border-radius: 50px;
    moz-border-radius: 50px;
    border-radius: 50px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 28px;
    overflow: hidden;
    text-align: center;
    position: relative;
    vertical-align: top;
    display: inline-block;
    margin-bottom: 10px;
}
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style3 .sc-num {
    font-size: 21px;
    color: #404040;
}
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style3 small {
    padding-top: 8px;
    font-size: 11px;
    line-height: 11px;
}
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style3 li .bdaia-io { color: #FFF }
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style3 li.social-counter-rss .bdaia-io:before { background: #faa33d; }
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style3 li.social-counter-twitter .bdaia-io:before { background: #40bff5; }
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style3 li.social-counter-facebook .bdaia-io:before { background: #5d82d1; }
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style3 li.social-counter-gplus .bdaia-io:before { background: #eb5e4c; }
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style3 li.social-counter-youtube .bdaia-io:before { background: #ef4e41; }
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style3 li.social-counter-vimo .bdaia-io:before { background: #35c6ea; }
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style3 li.social-counter-soundcloud .bdaia-io:before { background: #ff7e30; }
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style3 li.social-counter-instgram .bdaia-io:before { background: #3f729b; }
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style3 li.social-counter-dribbble .bdaia-io:before { background: #d875a2; }
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style3 li.social-counter-delicious .bdaia-io:before { background: #2567ee; }
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style3 li.social-counter-posts .bdaia-io:before { background: #e29c04; }
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style3 li.social-counter-comments .bdaia-io:before { background: #EA0253; }
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style3 li.social-counter-members .bdaia-io:before { background: #e91e63; }
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style3 li:hover .bdaia-io:before { background: #404040 }

/**
 * Style 4 */

div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style4 {
    line-height: 0;
    margin: -3px;
}
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style4 li {
    float: left;
    width: 33.33333333333333%;
    text-align: center;
    padding: 3px;
    line-height: 0;
}
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style4 li a {
    display: block;
    background: #505050;
    color: #FFF;
    padding: 5px 0 15px;
}
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style4 .bdaia-io,
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style4 small,
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style4 .sc-num {
    width: 100%;
    display: block;
    clear: both;
}
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style4 .bdaia-io:before {
    -webkit-border-radius: 50px;
    moz-border-radius: 50px;
    border-radius: 50px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 28px;
    overflow: hidden;
    text-align: center;
    position: relative;
    vertical-align: top;
    display: inline-block;
    margin-bottom: 0;
}
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style4 .sc-num {
    font-size: 21px;
}
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style4 small {
    padding-top: 8px;
    font-size: 11px;
    line-height: 11px;
}
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style4 li.social-counter-rss a { background: #faa33d; }
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style4 li.social-counter-twitter a { background: #40bff5; }
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style4 li.social-counter-facebook a { background: #5d82d1; }
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style4 li.social-counter-gplus a { background: #eb5e4c; }
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style4 li.social-counter-youtube a { background: #ef4e41; }
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style4 li.social-counter-vimo a { background: #35c6ea; }
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style4 li.social-counter-soundcloud a { background: #ff7e30; }
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style4 li.social-counter-instgram a { background: #3f729b; }
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style4 li.social-counter-dribbble a { background: #d875a2; }
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style4 li.social-counter-delicious a { background: #2567ee; }
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style4 li.social-counter-posts a { background: #e29c04; }
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style4 li.social-counter-comments a { background: #EA0253; }
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style4 li.social-counter-members a { background: #e91e63; }
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style4 li:hover a { background: #404040 }

/**
 * Style 5 */

div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style5 {
    line-height: 0;
    margin: 0;
}
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style5 li {
    float: left;
    width: 33.33333333333333%;
    text-align: center;
    padding: 0;
    line-height: 0;
}
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style5 li:nth-child(10n+1),
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style5 li:nth-child(10n+7) {
    width: 66.66666666%;
}
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style5 li a {
    display: block;
    background: #505050;
    color: #FFF;
    padding: 5px 0 15px;
}
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style5 .bdaia-io,
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style5 small,
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style5 .sc-num {
    width: 100%;
    display: block;
    clear: both;
}
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style5 .bdaia-io:before {
    -webkit-border-radius: 50px;
    moz-border-radius: 50px;
    border-radius: 50px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 28px;
    overflow: hidden;
    text-align: center;
    position: relative;
    vertical-align: top;
    display: inline-block;
    margin-bottom: 0;
}
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style5 .sc-num {
    font-size: 21px;
}
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style5 small {
    padding-top: 8px;
    font-size: 11px;
    line-height: 11px;
}
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style5 li.social-counter-rss a { background: #f26522; }
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style5 li.social-counter-twitter a { background: #45b0e3; }
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style5 li.social-counter-facebook a { background: #39599f; }
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style5 li.social-counter-gplus a { background: #fa0101; }
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style5 li.social-counter-youtube a { background: #cc181e; }
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style5 li.social-counter-vimo a { background: #44bbff; }
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style5 li.social-counter-soundcloud a { background: #F76700; }
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style5 li.social-counter-instgram a { background: #3f729b; }
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style5 li.social-counter-dribbble a { background: #d97aa5; }
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style5 li.social-counter-delicious a { background: #285da7; }
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style5 li.social-counter-posts a { background: #e29c04; }
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style5 li.social-counter-comments a { background: #1abc9c; }
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style5 li.social-counter-members a { background: #dc5034; }
div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style5 li:hover a { background: #404040 }

/**
 * 000. Widget Boxs ========================================================= */

.bdaia-wb-wrap {
    position: relative;
    display: block;
}
.bdaia-wb-wrap .bdaia-wb-content {
    position: relative;
}
.bdaia-wb-wrap .bdaia-wb-content:before,
.bdaia-wb-wrap .bdaia-wb-content:after {
    display: table;
    content: " ";
}
.bdaia-wb-wrap .bdaia-wb-content:after {
    clear: both;
}
.bdaia-wb-wrap .bdaia-wb-inner {
    -o-transition: all 200ms cubic-bezier(0,0,0.58,1) 0s;
    -moz-transition: all 200ms cubic-bezier(0,0,0.58,1) 0s;
    -khtml-transition: all 200ms cubic-bezier(0,0,0.58,1) 0s;
    -webkit-transition: all 200ms cubic-bezier(0,0,0.58,1) 0s;
    -ms-transition: all 200mss cubic-bezier(0,0,0.58,1) 0s;
    transition: all 200ms cubic-bezier(0,0,0.58,1) 0s
}
.bdaia-wb-wrap .bdaia-wb-more-btn {
    clear: both;
    display: block;
    position: relative;
    padding-top: 20px;
    text-align: center;
}
.bdaia-wb-wrap .bdaia-wb-more-btn .bdaia-wb-mb-inner {
    display: inline-block;
    position: relative;
    outline: 0;
    font-style: normal;
    font-size: 12px;
    line-height: 28px;
    text-transform: none;
    background: #a0a0a0;
    color: #FFF;
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial;
    vertical-align: middle;
    padding: 0 17px 0 13px;
    cursor: pointer;
}
body.rtl .bdaia-wb-wrap .bdaia-wb-more-btn .bdaia-wb-mb-inner {
    padding: 0 13px 0 17px;
}
.bdaia-wb-wrap .bdaia-wb-more-btn .bdaia-wb-mb-inner .bdaia-io {
    position: relative;
    top: 4px;
    left: 4px;
    font-size: 19px;
}
body.rtl .bdaia-wb-wrap .bdaia-wb-more-btn .bdaia-wb-mb-inner .bdaia-io { left: auto; right: 4px }
.bdaia-wb-wrap .bdayh-posts-load-wait {
    position: absolute;
    opacity: 0.7;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    padding: 0 !important;
}
.bdaia-wb-wrap .bdayh-posts-load-wait .sk-circle {
    margin: 0 auto !important;
}
.bdaia-wb-wrap.bdaia-ajax-pagination-load_more .bdayh-posts-load-wait {
    position: static !important;
    margin: 30px auto 0 !important;
}
.bdaia-wb-wrap .carousel-nav {
    clear: both;
    display: block;
    position: relative;
    padding-top: 18px;
    text-align: center;
}
.bdaia-wb-wrap .carousel-nav a {
    width: 24px;
    min-width: inherit;
    height: 24px;
    min-height: inherit;
    text-align: center;
    padding: 0;
    line-height: 20px;
}
.bdaia-wb-wrap .carousel-nav .bdaia-io {
    display: inline-block;
    position: relative;
    font-size: 20px;
    line-height: 24px;
    top: -2px;
}
.bdaia-wb-wrap .bdaia-wb-article {
    position: relative;
    display: block;
    line-height: 0;
}
.bdaia-wb-wrap .bdaia-wb-article:before,
.bdaia-wb-wrap .bdaia-wb-article:after {
    display: table;
    content: " ";
}
.bdaia-wb-wrap .bdaia-wb-article:after {
    clear: both;
    padding-bottom: 20px;
}
.bdaia-wb-wrap .bdaia-wb-article:last-child:after {
    padding-bottom: 0;
}
.bdaia-wb-wrap .bdaia-wb-article.bdaia-wba-small {
}
.bdaia-wb-wrap .bdaia-wb-article article.with-thumb {
}
.bdaia-wb-wrap .bdaia-wb-article .bwb-article-img-container {
    position: relative;
    display: block;
    line-height: 0;
}
.bdaia-wb-wrap .bdaia-wb-article .bwb-article-img-container:before,
.bdaia-wb-wrap .bdaia-wb-article .bwb-article-img-container:after {
    display: table;
    content: " ";
}
.bdaia-wb-wrap .bdaia-wb-article .bwb-article-img-container:after {
    clear: both;
}
.bdaia-wb-wrap .bdaia-wb-article.bdaia-wba-small .bwb-article-img-container {
    position: absolute;
    left: 0;
    top: 0;
}
body.rtl .bdaia-wb-wrap .bdaia-wb-article.bdaia-wba-small .bwb-article-img-container {
    left: auto;
    right: 0;
}
.bdaia-wb-wrap .bdaia-wb-article.bdaia-wba-small article.with-thumb .bwb-article-content-wrapper {
    margin-left: 119px;
    min-height: 74px;
}
body.rtl .bdaia-wb-wrap .bdaia-wb-article.bdaia-wba-small article.with-thumb .bwb-article-content-wrapper {
    margin-left: auto;
    margin-right: 119px;
}
.bdaia-wb-wrap .bwb-article-content-wrapper header {
    line-height: 0;
    position: relative;
    display: block;
}
.bdaia-wb-wrap .bdaia-wb-article.bdaia-wba-small .bwb-article-content-wrapper header {
    padding-bottom: 7px;
}
.bdaia-wb-wrap .bdaia-wb-article.bdaia-wba-small .bwb-article-content-wrapper header .entry-title span {
    display: inline-block;
    margin-top: -5px;
    line-height: 19px;
}
.bdaia-wb-wrap .bwb-article-content-wrapper footer:before,
.bdaia-wb-wrap .bwb-article-content-wrapper footer:after,
.bdaia-wb-wrap .bwb-article-content-wrapper header:before,
.bdaia-wb-wrap .bwb-article-content-wrapper header:after {
    display: table;
    content: "";
}
.bdaia-wb-wrap .bwb-article-content-wrapper footer:after,
.bdaia-wb-wrap .bwb-article-content-wrapper header:after {
    clear: both;
}
.bdaia-wb-wrap .bwb-article-content-wrapper footer {
    line-height: 0;
    position: relative;
    display: block;
    color: #707070;
    font-size: 11px;
}
.bdaia-wb-wrap .bwb-article-content-wrapper footer a {}
.bdaia-wb-wrap .bwb-article-content-wrapper footer .bdaia-io {
    margin: 0 4px;
    position: relative;
    top: 2px;
}
.bdaia-wb-wrap .bdaia-post-rating,
.bdaia-wb-wrap .bdaia-post-author-name,
.bdaia-wb-wrap .bdaia-post-date,
.bdaia-wb-wrap .bdaia-post-comment {
    display: inline-block;
    float: left;
    line-height: 15px;
    margin: 0 10px 0 0;
}
.bdaia-wb-wrap footer a {display: inline-block !important;}
body.rtl .bdaia-wb-wrap .bdaia-post-rating,
body.rtl .bdaia-wb-wrap .bdaia-post-author-name,
body.rtl .bdaia-wb-wrap .bdaia-post-date,
body.rtl .bdaia-wb-wrap .bdaia-post-comment { float: right; margin: 0 0 0 10px }
.bdaia-wb-wrap .bdaia-wb-article.bdaia-wba-small .block-article-content-wrapper {}
.bdaia-wb-wrap .bdaia-wb-article p {
    color: #707070;
    font-weight: normal;
    font-size: 13px;
    line-height: 21px;
    font-family: 'Open Sans',arial,sans-serif;
}

.bdaia-wb-wrap .bdaia-wb-article.bdaia-wba-big .bwb-article-img-container:after {
    padding-bottom: 15px;
}
@media only screen and ( max-width: 768px ) {
    .bdaia-wb-wrap .bdaia-wb-article.bdaia-wba-big .bwb-article-img-container img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
}
.bdaia-wb-wrap .bdaia-wb-article.bdaia-wba-big .entry-title,
.bdaia-wb-wrap .bdaia-wb-article.bdaia-wba-bigsh .entry-title{
    font-size: 21px;
    font-weight: 400;
    line-height: 25px;
    margin: 0 0 8px 0;
    font-family: 'Roboto',sans-serif;
}
.bdaia-wb-wrap .bdaia-wb-article.bdaia-wba-big .block-exb {
    margin: 10px 0 0 0;
}
.bdaia-wb-wrap .bdaia-wb-article.bdaia-wba-big .bd-more-btn {
    margin: 13px 0 0 0;
}
.bdaia-wb-wrap .bdaia-box-row {
    position: relative;
    display: block;
    margin: 0 -10px;
}
.bdaia-wb-wrap .bdaia-box-row:before,
.bdaia-wb-wrap .bdaia-box-row:after {
    display: table;
    content: " ";
}
.bdaia-wb-wrap .bdaia-box-row:after {
    clear: both;
    padding-bottom: 18px;
}
.bdaia-wb-wrap .bdaia-box-row:last-child:after {
    padding-bottom: 0;
}
.bdaia-wb-wrap .bdaia-wb-article.bdaia-wba-bigs {
    width: 50%;
    padding: 0 10px;
    float: left;
}
.bdaia-wb-wrap .bdaia-box-row .bdaia-wb-article:after {
    padding-bottom: 0 !important;
}
.bdaia-wb-wrap .bdaia-wb-article.bdaia-wba-bigs {
}
.bdaia-wb-wrap .bdaia-wb-article.bdaia-wba-bigs .bwb-article-img-container img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.bdaia-wb-wrap .bdaia-wb-article.bdaia-wba-bigs .bwb-article-img-container:after {
    padding-bottom: 9px;
}
.bdaia-wb-wrap .bdaia-wb-article.bdaia-wba-bigs .entry-title {
    line-height: 18px;
    margin: 0 0 0 0;
}
.bdaia-wb-wrap .bdaia-wb-article.bdaia-wba-bigs .bdaia-post-rating,
.bdaia-wb-wrap .bdaia-wb-article.bdaia-wba-bigs .bdaia-post-author-name,
.bdaia-wb-wrap .bdaia-wb-article.bdaia-wba-bigs .bdaia-post-date,
.bdaia-wb-wrap .bdaia-wb-article.bdaia-wba-bigs .bdaia-post-comment {
    padding-top: 10px;
}
.bdaia-wb-wrap .bdaia-wb-article.bdaia-wba-bigsh .bwb-article-content-wrapper {
    position: absolute;
    padding: 0 16px;
    margin: 0 auto 11px;
    bottom: 0;
    z-index: 2;
}
.bdaia-wb-wrap .bdaia-wb-article.bdaia-wba-bigsh .bwb-article-content-wrapper * {
    color: #FFF;
    text-shadow: rgba(0, 0, 0, .6) 0 0 5px;
}
.bdaia-wb-wrap .bdaia-wb-article.bdaia-wba-bigsh .bwb-article-img-container{
    position: relative;
    min-height: 140px;
    background: #000;
    overflow: hidden;
}
.bdaia-wb-wrap .bdaia-wb-article.bdaia-wba-bigsh .bwb-article-img-container .vid-play {
    top: 15px !important;
    right: 15px !important;
    left: auto !important;
    margin: 0 !important;
    z-index: 5;
}
.bdaia-wb-wrap .bdaia-wb-article.bdaia-wba-bigsh .bwb-article-img-container a{
    position: relative;
    display: block;
}
.bdaia-wb-wrap .bdaia-wb-article.bdaia-wba-bigsh .bwb-article-img-container img {
    -o-transition: all 200ms cubic-bezier(0,0,0.58,1) 0s;
    -moz-transition: all 200ms cubic-bezier(0,0,0.58,1) 0s;
    -khtml-transition: all 200ms cubic-bezier(0,0,0.58,1) 0s;
    -webkit-transition: all 200ms cubic-bezier(0,0,0.58,1) 0s;
    -ms-transition: all 200mss cubic-bezier(0,0,0.58,1) 0s;
    transition: all 200ms cubic-bezier(0,0,0.58,1) 0s;
    opacity: .9;
    width: 100%;
}
.bdaia-wb-wrap .bdaia-wb-article.bdaia-wba-bigsh article:hover img{ opacity:1 }
.bdaia-wb-wrap .bdaia-wb-article.bdaia-wba-bigsh .star-rating span:before,
.bdaia-wb-wrap .bdaia-wb-article.bdaia-wba-bigsh .star-rating:before {
    color: #FFF !important;
}


/**
 * New In Pic
 * ========================================================= */

div.widget.bdaia-widget .widget-inner .bdaia-nip-inner,
.bdaia-nip-inner {
    line-height: 0;
}
div.widget.bdaia-widget .widget-inner .bdaia-nip-inner ul,
.bdaia-nip-inner ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
}
div.widget.bdaia-widget .widget-inner .bdaia-nip-inner ul {
    margin: 0 -6px -6px auto;
}
div.widget.bdaia-widget .widget-inner .bdaia-nip-inner ul:after,
.bdaia-nip-inner ul:after {
    display: table;
    content: " ";
    clear: both;
}
div.widget.bdaia-widget .widget-inner .bdaia-nip-inner li,
.bdaia-nip-inner li {
    margin: 0;
    padding: 0 6px 6px 0;
    float: left;
    width: 33.33333333333333%;
    max-width: 104px;
}
div.bdaia-blocks div.bdaia-nip-inner li {
    width: 91px;
    height: auto;
}
div.bdaia-blocks div.bdaia-nip-inner ul {margin: 0 -6px -6px auto;}
div.widget.bdaia-widget .widget-inner .bdaia-nip-inner img,
.bdaia-nip-inner img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    -moz-backface-visibility: hidden;
    outline: 1px solid transparent;
}
div.widget.bdaia-widget .widget-inner .bdaia-nip-inner img:hover,
.bdaia-nip-inner img:hover {
    opacity: 0.7;
}

/**
 * 015. Widget Box5 ========================================================= */

.bdaia-wb-wrap.bdaia-wb5 {}
.bdaia-wb-wrap.bdaia-wb5 .bdaia-wb-article.bdaia-wba-big .block-exb {
    margin-top: 0;
}
.bdaia-wb-wrap.bdaia-wb5 .bdaia-wb-article.bdaia-wba-big .bwb-article-content-wrapper {
    padding-bottom: 15px;
}
.bdaia-wb-wrap.bdaia-wb5 .bdaia-wb-article.bdaia-wba-big .entry-title {
    margin-bottom: 0;
}
.bdaia-wb-wrap.bdaia-wb5 .bdaia-wb-article.bdaia-wba-big .bdaia-post-rating,
.bdaia-wb-wrap.bdaia-wb5 .bdaia-wb-article.bdaia-wba-big .bdaia-post-author-name,
.bdaia-wb-wrap.bdaia-wb5 .bdaia-wb-article.bdaia-wba-big .bdaia-post-date,
.bdaia-wb-wrap.bdaia-wb5 .bdaia-wb-article.bdaia-wba-big .bdaia-post-comment {
    padding-top: 10px;
}

/**
 * 017. Widget Box7 ========================================================= */

.bdaia-wb-wrap.bdaia-wb7 .bdaia-wb-article:after {
    padding-bottom: 1px;
}

/**
 * 018. Widget Tabs ========================================================= */

.bdaia-widget-tabs {}
.bdaia-widget-tabs .bdaia-tabs-nav,
.bdaia-widget-tabs .bdaia-tabs-nav li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.bdaia-widget-tabs .bdaia-tabs-nav:before,
.bdaia-widget-tabs .bdaia-tabs-nav:after {
    display: table;
    content: " ";
    clear: both;
}
.bdaia-widget-tabs .bdaia-tabs-nav {
    display: block;
    margin: -20px -20px 20px -20px;
    background: #FFF;
    height: 46px;
    border-bottom: 3px solid #f0f0f0;
    padding: 8px 5px 0 5px;
}
.bdaia-widget-tabs .bdaia-tabs-nav li {
    float: left;
    position: relative;
    margin-left: 3px;
    line-height: 30px;
    padding: 2px;
    background: transparent;
}
body.rtl .bdaia-widget-tabs .bdaia-tabs-nav li {
    float: right;
    margin-left: auto;
    margin-right: 3px;
}
.bdaia-widget-tabs .bdaia-tabs-nav li a {
    display: inline-block;
    text-align: center;
    color: #606060;
    padding: 5px 13px 9px;
    line-height: 22px;
}
.bdaia-widget-tabs .bdaia-tabs-nav li.active a {
    background: #f0f0f0;
}
.bdaia-widget-tabs .bdaia-tab-container {
    display: none;
}
.bdaia-widget-tabs .bdaia-tab-container:first-child {
    display: block;
}
.bdaia-wb-comments {
    line-height: 0;
    display: block;
    position: relative;
}
.bdaia-wb-comments:before,
.bdaia-wb-comments:after {
    display: table;
    content: " ";
    clear: both;
}
.bdaia-wb-comments:after {
    padding-bottom: 20px;
}
.bdaia-wb-comments:last-child:after {
    padding-bottom: 0;
}
.bdaia-wb-comments span {
    display: inline-block;
    position: relative;
    top: -5px;
}
.bdaia-wbc-avatar {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    line-height: 0;
}
.bdaia-wbc-avatar img {
    border-radius: 50px;
}
body.rtl .bdaia-wbc-avatar {
    left: auto;
    right: 0;
}
.bdaia-wbc-comment {
    margin-left: 70px;
    min-height: 55px;
}
body.rtl .bdaia-wbc-comment {
    margin-left: auto;
    margin-right: 70px;
}

/**
 * 019. Widget Timeline ========================================================= */

div.widget.bdaia-widget.bdaia-widget-timeline li {
    padding: 0 0 0 5px;
}
body.rtl div.widget.bdaia-widget.bdaia-widget-timeline li {
    padding: 0 5px 0 0;
}
div.widget.bdaia-widget.bdaia-widget-timeline *,
div.widget.bdaia-widget.bdaia-widget-timeline :before {
    -o-transition: all 200ms cubic-bezier(0,0,0.58,1) 0s;
    -moz-transition: all 200ms cubic-bezier(0,0,0.58,1) 0s;
    -khtml-transition: all 200ms cubic-bezier(0,0,0.58,1) 0s;
    -webkit-transition: all 200ms cubic-bezier(0,0,0.58,1) 0s;
    -ms-transition: all 200mss cubic-bezier(0,0,0.58,1) 0s;
    transition: all 200ms cubic-bezier(0,0,0.58,1) 0s;
}
div.widget.bdaia-widget.bdaia-widget-timeline .widget-inner h3 {
    border-left: 2px solid #C0C0C0;
    padding: 5px 0 12px 20px;
}
body.rtl div.widget.bdaia-widget.bdaia-widget-timeline .widget-inner h3 {
    border-left: 0 none;
    border-right: 2px solid #C0C0C0;
    padding: 5px 20px 12px 0;
}
div.widget.bdaia-widget.bdaia-widget-timeline .widget-inner span.bdayh-date {
    position: relative;
    padding-left: 20px;
    margin: 0;
    display: block;
    font-size: 11px;
    line-height: 15px;
    color: #707070;
    height: 16px;
}
body.rtl div.widget.bdaia-widget.bdaia-widget-timeline .widget-inner span.bdayh-date {
    padding-left: 0;
    padding-right: 20px;
}
div.widget.bdaia-widget.bdaia-widget-timeline .widget-inner span.bdayh-date:before {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    content: "";
    width: 8px;
    height: 8px;
    border: 2px solid #C0C0C0;
    display: block;
    position: absolute;
    left: -3px;
    top: 4px;
}
body.rtl div.widget.bdaia-widget.bdaia-widget-timeline .widget-inner span.bdayh-date:before {
    left: auto;
    right: -3px;
}
div.widget.bdaia-widget.bdaia-widget-timeline .widget-inner a:hover,
div.widget.bdaia-widget.bdaia-widget-timeline .widget-inner a:hover span.bdayh-date {
    text-decoration: none;
    color: #EA0253;
}
div.widget.bdaia-widget.bdaia-widget-timeline .widget-inner a:hover span.bdayh-date:before {
    background: #EA0253;
    border-color: #EA0253;
}

/**
 * 020. Widget Facebook ========================================================= */

.bdaia-facebook-box {
    text-align: center;
    margin-bottom: -6px;
}
.bdaia-facebook-box iframe {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 214px !important;
    max-height: 214px !important;
    line-height: 0;
    margin: 0 auto !important;
}

/**
 * 021. Widget Google+ ========================================================= */

.bdaia-google-box {
    text-align: center;
    position: relative;
    overflow: hidden;
}

/**
 * 022. Widget Login ========================================================= */

.widget.bd-login .login_user .avatar,
.widget.bd-author-bio .avatar {
    float: left;
    width: 58px;
    height: 58px;
    margin-right: 15px;
    border-radius: 50px;
}
.rtl .widget.bd-login .login_user .avatar,
.rtl .widget.bd-author-bio .avatar {
    float: right;
    margin-right: auto;
    margin-left: 15px;
}
.widget.bd-author-bio .bio-author-desc {
    font-size: 13px;
    line-height: 21px;
    margin: 0 0 15px 0;
    padding-bottom: 15px;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.15);
}
.widget.bd-login .login_user .bio-author-desc { margin-bottom: 15px; }
.widget.bd-login .login_user .bio-author-desc a { color: #EA0253; }
.widget.bd-login .login_user .bio-author-desc a:hover { color: inherit; }
.widget.bd-login .login_user .login_list { margin-bottom: 15px; }
.widget.bd-login .login_user .login_list li {
    font-size: 13px;
    line-height: 16px;
    margin: 0;
    padding: 4px 0 !important;

}
.widget.bd-login .login_user .login_list li:last-child {
    border-bottom: 0 none;
    padding-bottom: 0;
}
.widget.bd-login .login_form input,
.widget.bd-login .login_form div.remember { margin-top: 10px; }
.widget.bd-login .login_form input:first-child,
.widget.bd-login .login_form div.remember:first-child { margin-top: 0; }
.widget.bd-login .login_form input {
    width: 100%;
    padding: 5px 15px;
    line-height: 28px;
    background: none;
    border-color: #e0e0e0;
    -webkit-box-shadow: 0 2px 0 0 rgba(0,0,0,0.03);
    box-shadow: 0 2px 0 0 rgba(0,0,0,0.03);
}
.widget.bd-login .login_form,
.widget.bd-login .login_user {

}
.widget.bd-login .login_list li {
    line-height: 30px;
    margin-top: 5px;
}
.widget.bd-login .login_form #rememberme {
    width: auto;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.widget.bd-login .login_form button {
    padding-left: 11px;
    padding-right: 11px;
    float: right;
}
.rtl .widget.bd-login .login_form button { float: left; }

/**
 * 023. Widget Twitter ========================================================= */

div.widget.bdaia-widget.bd-tweets * {
    -o-transition: all 200ms cubic-bezier(0,0,0.58,1) 0s;
    -moz-transition: all 200ms cubic-bezier(0,0,0.58,1) 0s;
    -khtml-transition: all 200ms cubic-bezier(0,0,0.58,1) 0s;
    -webkit-transition: all 200ms cubic-bezier(0,0,0.58,1) 0s;
    -ms-transition: all 200mss cubic-bezier(0,0,0.58,1) 0s;
    transition: all 200ms cubic-bezier(0,0,0.58,1) 0s;
}
div.widget.bdaia-widget.bd-tweets:after { display: none !important }
div.widget.bdaia-widget.bd-tweets .tweet_list {}
div.widget.bdaia-widget.bd-tweets .widget-inner .twitter-item {
    position: relative;
    display: block;
}
div.widget.bdaia-widget.bd-tweets .widget-inner .twitter-item,
div.widget.bdaia-widget.bd-tweets .widget-inner .twitter-item a {
    color: #505050;
}
div.widget.bdaia-widget.bd-tweets .widget-inner .twitter-item:before,
div.widget.bdaia-widget.bd-tweets .widget-inner .twitter-item:after {
    content: " ";
    display: table;
}
div.widget.bdaia-widget.bd-tweets .widget-inner .twitter-item:after {
    clear: both;
    width: 100%;
    padding-bottom: 4px;
    margin-bottom: 18px;
    border-bottom: 1px #F0F0F0 solid;
}
div.widget.bdaia-widget.bd-tweets .widget-inner .twitter-item:last-child:after {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}
div.widget.bdaia-widget.bd-tweets .widget-inner p.twitter-text {
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    margin: 0;
    font-family: 'Roboto',sans-serif;
}
div.widget.bdaia-widget.bd-tweets .widget-inner .twitter-item a {
    font-weight: normal;
}
div.widget.bdaia-widget.bd-tweets .widget-inner .twitter-item .jtwt_date {
    font-size: 11px;
    color: #707070;
    display: inline-block;
    float: right;
}
body.rtl div.widget.bdaia-widget.bd-tweets .widget-inner .twitter-item .jtwt_date {
    float: left;
}
div.widget.bdaia-widget.bd-tweets .widget-inner .bdaia-io {
    font-size: 32px;
    line-height: 32px;
    float: left;
    margin-right: 12px;
    color: #Cacaca;
    position: relative;
    top: 3px;
}
body.rtl div.widget.bdaia-widget.bd-tweets .widget-inner .bdaia-io {
    float: right;
    margin-right: auto;
    margin-left: 12px;
}
div.widget.bdaia-widget.bd-tweets .widget-inner .twitter-item:hover .bdaia-io {
    color: #359bed;
}

/**
 * 024. E3 ========================================================= */

.widget.bdaia-widget.bdaia-widget-e3 {}
.e3-trans {
    background: transparent !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}
.e3-trans .block-title,
.e3-trans:after {
    display: none !important;
}
.e3-inner {
    width: 100%;
    position: relative;
    display: block;
    text-align: center;
    line-height: 0;
    overflow: hidden;
}
.e3-inner:before,
.e3-inner:after {
    display: table;
    content: " ";
    clear: both;
}
.e3-inner iframe,
.e3-inner a,
.e3-inner img {
    display: inline-block !important;
    margin: 0 auto;
}

/**
 * Mailchimp ========================================================= */

article.post .widget.bdaia-widget.widget_mc4wp_form_widget:after,
.bd-sidebar .widget.bdaia-widget.widget_mc4wp_form_widget:after {
    position: absolute;
    bottom: -5px;
    left: 0;
    content: '';
    width: 100%;
    border-bottom: 5px solid rgba( 0,0,0, 0.1 );
}
article.post .widget.bdaia-widget.widget_mc4wp_form_widget,
.bd-sidebar .widget.bdaia-widget.widget_mc4wp_form_widget {
    -webkit-box-shadow: 0 0 1px rgba( 0,0,0, 0.2 );
    -moz-box-shadow: 0 0 1px rgba( 0,0,0, 0.2 );
    box-shadow: 0 0 1px rgba( 0,0,0, 0.2 );
}
article.post .widget.bdaia-widget.widget_mc4wp_form_widget {
    margin: 0 auto 40px auto;
    padding: 20px;
}
.widget.bdaia-widget.widget_mc4wp_form_widget p {
    margin: 0 auto;
}
.widget.bdaia-widget.widget_mc4wp_form_widget {
    text-align: center;
}
.widget.bdaia-widget.widget_mc4wp_form_widget input {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 10px auto;
    line-height: 26px;
    padding: 7px 10px 6px;
    text-align: center;
}
.widget.bdaia-widget.widget_mc4wp_form_widget input[type="submit"] {text-transform: uppercase; padding: 8px 10px 7px;}
article.post .widget.bdaia-widget.widget_mc4wp_form_widget form {
    max-width: 70%;
    margin: 0 auto;
}
article.post .widget.bdaia-widget.widget_mc4wp_form_widget form .mc4wp-form-fields {
    position: relative;
}
article.post .widget.bdaia-widget.widget_mc4wp_form_widget form .mc4wp-form-fields input[type="email"] {
    position: relative;
    width: 100%;
    max-width: 100%;
    left: 0;
    top: 0;
    z-index: 3;
    text-align: initial;
    padding-right: 110px;
}
body.rtl article.post .widget.bdaia-widget.widget_mc4wp_form_widget form .mc4wp-form-fields input[type="email"] {
    padding-right: 0;
    padding-left: 110px;
    left: auto;
    right: 0;
}
article.post .widget.bdaia-widget.widget_mc4wp_form_widget form .mc4wp-form-fields input[type="submit"] {
    position: absolute;
    width: auto;
    max-width: 100%;
    right: 0;
    top: 0;
    z-index: 5;
    padding: 6px 20px;
    min-height: 41px;
    max-height: 41px;
}
body.rtl article.post .widget.bdaia-widget.widget_mc4wp_form_widget form .mc4wp-form-fields input[type="submit"] {
    right: auto;
    left: 0;
}
@media only screen and ( max-width: 800px ) {
    article.post .widget.bdaia-widget.widget_mc4wp_form_widget form {max-width: 100%}
    article.post .widget.bdaia-widget.widget_mc4wp_form_widget form .mc4wp-form-fields input[type="email"],
    article.post .widget.bdaia-widget.widget_mc4wp_form_widget form .mc4wp-form-fields input[type="submit"],
    article.post .widget.bdaia-widget.widget_mc4wp_form_widget form .mc4wp-form-fields input {
        min-height: 32px;
        line-height: 32px;
        max-height: 32px;
        padding-top: 0;
        padding-bottom: 0;
    }
}
.widget.bdaia-widget.widget_mc4wp_form_widget .bdaia-io {
    font-size: 40px;
    line-height: 32px;
    color: #e0e0e0;
    margin: 0 auto 15px auto;
}
article.post .widget.bdaia-widget.widget_mc4wp_form_widget .bdaia-mc4wp-bform-p2,
.widget.bdaia-widget.widget_mc4wp_form_widget .bdaia-mc4wp-bform-p {
    margin: 0 auto 20px auto;
    padding: 0;
    font-size: 21px;
    font-weight: 400;
    line-height: 25px;
    font-style: normal;
    letter-spacing: normal;
    text-transform: none;
    font-family: 'Roboto',sans-serif;
}
article.post .widget.bdaia-widget.widget_mc4wp_form_widget .bdaia-mc4wp-bform-p{
    margin: 0 auto 0 auto;
    font-family: 'Work Sans', sans-serif;
    font-size: 40px;
    line-height: 50px;
    font-weight: 800;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.widget.bdaia-widget.widget_mc4wp_form_widget .bdaia-mc4wp-aform-p {
    color: #c0c0c0;
    font-size: 11px;
    line-height: 11px;
    text-transform: uppercase;
}
.widget.bdaia-widget.widget_mc4wp_form_widget .mc4wp-form-fields label,
.widget.bdaia-widget.widget_mc4wp_form_widget .block-title {
    display: none;
}

/**
 * Footer ========================================================= */

div.bdaia-footer {
    position: relative;
}
div.bdaia-footer div.bdaia-footer-widgets {
    position: relative;
    background-color: #252525;
    color: #DDD;
    padding: 60px 0;
}
div.bdaia-footer div.bdaia-footer-widgets a {
    color: #FFF;
}
div.bdaia-footer div.bdaia-footer-widgets-area:before,
div.bdaia-footer div.bdaia-footer-widgets-area:after {
    display: table;
    content: " ";
    clear: both;
}
div.bdaia-footer div.bdaia-footer-widgets-area {
    margin: 0 -15px;
}
div.bdaia-footer .footer-widget-inner {
    float: left;
    padding: 0 15px;
}
body.rtl div.bdaia-footer .footer-widget-inner {
    float: right;
}
div.bdaia-footer .footer-widget-inner {
    width: 100%;
}
div.bdaia-footer .footer-col-two .footer-widget-inner {
    width: 50%;
}
div.bdaia-footer .footer-col-three .footer-widget-inner {
    width: 33.33333333333333%;
}
div.bdaia-footer .footer-col-four .footer-widget-inner {
    width: 25%;
}
@media only screen and ( max-width: 940px )
{
    div.bdaia-footer div.bdaia-footer-widgets-area { margin: 0 auto }
    div.bdaia-footer .footer-widget-inner,
    div.bdaia-footer .footer-col-two .footer-widget-inner,
    div.bdaia-footer .footer-col-three .footer-widget-inner,
    div.bdaia-footer .footer-col-four .footer-widget-inner {
        float: none; !important;
        width: 100%;
        padding: 0;
        margin: 0 auto 40px auto;
    }
    div.bdaia-footer .footer-widget-inner:last-child,
    div.bdaia-footer .footer-col-two .footer-widget-inner:last-child,
    div.bdaia-footer .footer-col-three .footer-widget-inner:last-child,
    div.bdaia-footer .footer-col-four .footer-widget-inner:last-child { margin-bottom: 0 }
}
div.bdaia-footer .widget.bdaia-widget {
    clear: both;
    margin-bottom: 40px;
}
div.bdaia-footer .widget.bdaia-widget:last-child {
    margin-bottom: 0;
}
div.bdaia-footer .star-rating:before,
div.bdaia-footer .star-rating span:before {
    color: #FFF !important;
}
div.bdaia-footer .bwb-article-content-wrapper footer,
div.bdaia-footer p,
div.bdaia-footer p.block-exb {
    color: #DDD;
}
div.bdaia-footer .bdaia-wb-wrap .bdaia-wb-more-btn .bdaia-wb-mb-inner {
    background: #404040;
}
div.bdaia-footer .carousel-nav a {
    border-color: #404040;
}
div.bdaia-footer .bdaia-widget-tabs .bdaia-tabs-nav {
    background: transparent;
    border: 0 none;
    margin: 0 auto 20px auto;
    padding: 0;
    height: auto;
}
div.bdaia-footer .bdaia-widget-tabs .bdaia-tabs-nav li.active a {
    background: #404040;
}
div.bdaia-footer .bdaia-widget-tabs .bdaia-tabs-nav li {
    padding: 0;
    margin: 0 auto;
}
div.bdaia-footer .bdaia-widget-tabs .bdaia-tabs-nav li a {
    padding: 0 10px;
    line-height: 32px;
}
div.bdaia-footer input,
div.bdaia-footer textarea,
div.bdaia-footer select,
div.bdaia-footer .widget.bd-login .login_form input{
    background: #404040;
    border: 1px #505050 solid;
    color: #FFF;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
div.bdaia-footer div.widget.bdaia-widget.bd-tweets .widget-inner .twitter-item:after {
    border-color: #303030;
}
div.bdaia-footer div.widget.bdaia-widget.bd-tweets .widget-inner .bdaia-io {
    color: #707070;
}
div.bdaia-footer div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style1 .bdaia-io,
div.bdaia-footer div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style1 li a {
    background: #404040;
}
div.bdaia-footer div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style1 .bdaia-io {
    border-color: #252525;
}
div.bdaia-footer div.widget.bdaia-widget.bdaia-widget-counter .sc-num {
    color: #FFF;
}
div.bdaia-footer div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style2 li a,
div.bdaia-footer div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style3 li a {
    border-color: #303030;
}
div.bdaia-footer div.widget.bdaia-widget.bdaia-widget-timeline .widget-inner a:hover,
div.bdaia-footer div.widget.bdaia-widget.bdaia-widget-timeline .widget-inner a:hover span.bdayh-date {
    color: #FFF !important;
}
div.bdaia-footer div.bdaia-footer-area {
    position: relative;
    overflow: hidden;
    background-color: #151515;
    color: #909090;
    padding: 24px 0;
}
div.bdaia-footer div.bdaia-footer-area a {
    color: #FFF;
}
.bdaia-footer-area-l {
    float: left;
}
body.rtl .bdaia-footer-area-l{
    float: right;
}
.bdaia-footer-area-r {
    float: right;
}
body.rtl .bdaia-footer-area-r {
    float: left;
}
.bdaia-footer-area-l .copyright {
    padding-top: 6px;
    display: inline-block;
}
@media only screen and ( max-width: 768px ) {
    .bdaia-footer-area-l,
    .bdaia-footer-area-r {
        float: none;
        text-align: center;
    }
}

.nav-menu,
#header.bdayh-header.a .primary-menu ul#menu-primary > li > a {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 100%;
    font-weight: 400;
    text-transform: uppercase;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#submit_comment,
.post-password-form input[type=submit],
#searchform input[type=submit],
#reviews input[type=submit],
input.wpcf7-form-control.wpcf7-submit,
button,
.bbd-search-btn {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.bd-post-carousel-item article .bd-meta-info-align h3 {
    font-family: 'Work Sans', sans-serif;
    font-size: 22px;
    line-height: 27px;
    font-weight: 700;
}
.widget-footer-title h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 100%;
    font-style: normal;
    letter-spacing: normal;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
.bdaia-posts-grid-head h2 {
    font-size: 26px;
    font-weight: 700;
    line-height: 100%;
    font-style: normal;
    letter-spacing: normal;
    text-transform: none;
    font-family: 'Montserrat', sans-serif;
}
.bdaia-posts-grid-head h2,
.bdaia-posts-grid-head h2 a {color: #222}
.check-also-post .post-title,
.bdaia-posts-grid-post.post .entry-title,
.bdaia-posts-grid-post h3
{
    font-size: 17px;
    font-weight: 400;
    line-height: 22px;
    font-style: normal;
    letter-spacing: normal;
    text-transform: none;
    font-family: 'Roboto',sans-serif;
}

/**
 * Page ========================================================= */

body.page {

}
body.page .bdaia-post-content {
    margin-bottom: 0;
    padding-bottom: 0;
}
body.page .bdaia-load-comments-btn,
body.page #respond.comment-respond,
body.page .bdaia-post-sharing.bdaia-post-sharing-bottom,
body.page .bdaia-p-bottom-e3-desktop, body.page .bdaia-p-bottom-e3-mobile {
    margin: 26px auto 0;
}
body.page #comments.comments-container {
    margin-top: 26px;
}
body.page #comments.comments-container:last-child {
    margin-bottom: 0;
}

/**
 * Shortcodes
 * ========================================================= */

div.bdaia-toggle h4.bdaia-toggle-head.toggle-head-open span.bdaia-sio {
    background: #EA0253;
}
div.bdaia-tabs.horizontal-tabs ul.nav-tabs li.current:before {
    background: #EA0253;
}

input.wpcf7-form-control.wpcf7-text {width: 100%; max-width: 100%;}

/**
 * Custom Box.
 * ========================================================= */

.bdaia-custom-area {
    position: relative;
    display: block;
}
.bdaia-custom-area:after,
.bdaia-custom-area:before {
    content: " ";
    display: table;
    clear: both;
}

/**
 * Boxed
 * ========================================================= */

.bdaia-boxed {}
.bdaia-boxed div.inner-wrapper {
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
    background: #FFF;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0, 0.2);
    -moz-box-shadow: 0 0 3px rgba(0,0,0, 0.2);
    box-shadow: 0 0 3px rgba(0,0,0, 0.2);
}
.bdaia-boxed .bdaia-fp-s1 .bdaia-fp-post .bdaia-fp-post-content-wrapper {
    background: #FFF;
}
.bdaia-boxed .bdaia-post-template-style1 div.inner-wrapper {
    background: none !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}
.bdaia-boxed  .sticky-nav-on #navigation.sticky-nav {max-width: 1200px}
.bdaia-boxed .bd-container {max-width: 1100px}
.bdaia-boxed .bd-sidebar {width: 300px}
.bdaia-boxed .bd-main {width: calc(100% - 300px - 50px)}
.bdaia-boxed .bdaia-template-head,
.bdaia-boxed .bdaia-site-content,
.bdaia-boxed .bd-sidebar .widget,
.bdaia-boxed .bdaia-blocks,
.bdaia-boxed .bdaia-block-wrap {
    padding: 0 !important;
    border: 0 none !important;
    background: none !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}
.bdaia-boxed .bdaia-template-head:after,
.bdaia-boxed .bd-main:after,
.bdaia-boxed .bd-sidebar .widget:after,
.bdaia-boxed .bdaia-block-wrap:after {
    border: 0 none !important;
    bottom: 0 !important;
}
.bdaia-boxed .bdaia-block-wrap .carousel-nav {
    margin-top: -5px;
    top: 0 !important;
    right: 0 !important;
}
.bdaia-boxed .bdaia-widget-tabs .bdaia-tabs-nav {margin: -20px 0 20px 0}
.bdaia-boxed .bdaia-widget-tabs .bdaia-tabs-nav li a {padding: 5px 8px 9px}
.bdaia-boxed .bdaia-post-template-style7 .bd-container.bdaia-post-template,
.bdaia-boxed .bdaia-post-template-style9 .bd-container.bdaia-post-template,
.bdaia-boxed .bdaia-post-template-style1 .bd-container.bdaia-post-template {
    max-width: 100%;
    padding: 50px;
}
.bdaia-boxed .bdaia-post-template-style7 .bd-container.bdaia-post-template {padding: 50px 0}
.bdaia-boxed .bdaia-post-template-style1 .bdaia-post-style1-head .bd-container {max-width: 100%}
.bdaia-boxed .bdaia-template-head .rss-icon {
    right: 0;
    top: 9px;
    z-index: 3;
}
.bdaia-boxed .bdaia-post-template-style9 .bdaia-post-featured-image,
.bdaia-boxed .bdaia-post-template-style9 .bdaia-post-featured-video,
.bdaia-boxed .bdaia-post-template-style2 .bdaia-post-gallery,
.bdaia-boxed .bdaia-post-template-style2 .bdaia-post-featured-image,
.bdaia-boxed .bdaia-post-template-style3 .bdaia-post-gallery,
.bdaia-boxed .bdaia-post-template-style3 .bdaia-post-featured-image{margin: 0 auto 30px auto}
.bdaia-boxed .bdaia-blocks.bdaia-block2 .block-article-img-container,
.bdaia-boxed .bdaia-blocks.bdaia-block6 .block-article .block-article-img-container {
    margin-left: auto;
    margin-right: auto;
}
.bdaia-boxed .bdaia-load-more-news-btn {
    margin: 26px auto 0;
}
.bdaia-boxed .bdaia-post-gallery,
.bdaia-boxed .bdaia-post-featured-video,
.bdaia-boxed .bdaia-post-featured-image {
    margin: 0 auto 30px;
}
.bdaia-boxed .bdaia-post-template-style7,
.bdaia-boxed .bdaia-post-template-style8,
.bdaia-boxed .bdaia-post-template-style9 {
    background: none;
}
.bdaia-boxed .bdaia-post-template-style8 .bdaia-post-template .bdaia-post-header,
.bdaia-boxed .bdaia-post-template-style9 .bdaia-post-template .bdaia-post-header {
    margin: 0 auto 0;
}
.bdaia-boxed .bdaia-post-template-style7 .bd-container.bdaia-post-template,
.bdaia-boxed .bdaia-post-template-style9 .bd-container.bdaia-post-template,
.bdaia-boxed .bdaia-post-template-style1 .bd-container.bdaia-post-template {
    padding: 30px 50px;
}
.bdaia-boxed div.widget.bdaia-widget .widget-inner .bdaia-nip-inner li,
.bdaia-boxed .bdaia-nip-inner li {
    width: 96px;
}


/**
 * Block New Timeline
 * ========================================================= */

.post-new-timeline {
    padding-left: 90px;
    position: relative;
}
.rtl .post-new-timeline {
    padding-left: 0;
    padding-right: 90px;
}
.post-new-timeline hr {
    margin: 40px auto;
    width: 100%;
    height: 1px;
    border: 0 none;
    border-top: 1px solid #DFDFE0;
}
.post-new-timeline:last-child hr {
    display: none;
}
.post-new-timeline article {
    position: static;
}
.post-new-timeline .post-line {
    position: absolute;
    height: 100%;
    width: 1px;
    border-left: 1px solid #DFDFE0;
    left: 30px;
    top: 0;
}
.rtl .post-new-timeline .post-line {
    left: auto;
    right: 30px;
    border-left: 0 none;
    border-right: 1px solid #DFDFE0;
}
.post-new-timeline .post-date {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    padding: 10px;
    width: 60px;
    border: 1px solid #DFDFE0;
    background: #FFF;
}
.rtl .post-new-timeline .post-date {
    left: auto;
    right: 0;
}
.post-new-timeline .post-date .post-day {
    text-align: center;
    font-size: 21px;
    line-height: 21px;
    margin-bottom: 5px;
    display: block;
}
.post-new-timeline .post-date .post-month {
    font-size: 11px;
    line-height: 16px;
    text-align: center;
    display: block;
    color: #999;
}
.post-new-timeline header {
    position: relative;
    top: -4px;
}
.post-new-timeline h3 {
    margin: 0 auto 10px auto;
    padding: 0;
    font-size: 34px;
    font-weight: 400;
    line-height: 42px;
    font-style: normal;
    letter-spacing: normal;
    text-transform: none;
    font-family: 'Roboto',sans-serif;
}
.post-new-timeline footer:before,
.post-new-timeline header:before,
.post-new-timeline footer:after,
.post-new-timeline header:after{display: table; content: "";clear: both}
.post-new-timeline footer{
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
}
.post-new-timeline footer,
.post-new-timeline footer a { color: #404040 }
.post-new-timeline footer .bdaia-post-rating { line-height: 0 }
.post-new-timeline footer .bdaia-post-rating,
.post-new-timeline footer .bdaia-post-author-name,
.post-new-timeline footer .bdaia-post-cat-list,
.post-new-timeline footer .bdaia-post-comment,
.post-new-timeline footer .bdaia-post-view {
    float: left;
    display: inline-block;
    margin: 0 9px 9px 0;
}
.rtl .post-new-timeline footer .bdaia-post-rating,
.rtl .post-new-timeline footer .bdaia-post-author-name,
.rtl .post-new-timeline footer .bdaia-post-cat-list,
.rtl .post-new-timeline footer .bdaia-post-comment,
.rtl .post-new-timeline footer .bdaia-post-view {
    float: right;
    margin: 0 0 9px 9px
}
.post-new-timeline footer .bdaia-io {
    margin: 0 6px;
    position: relative;
    top: 2px;
}
.post-new-timeline .bdaia-post-gallery,
.post-new-timeline .bdaia-post-soundcloud,
.post-new-timeline .bdaia-post-featured-video,
.post-new-timeline .block-article-img-container {
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}
.post-new-timeline .block-article-img-container img {width: 100%}
.post-new-timeline p.block-exb {
    color: #404040;
    margin: 0 auto 26px;
    padding: 0;
    font-size: 15px;
    line-height: 23px;
}
@media only screen and (max-width: 630px) {
    .post-new-timeline {
        padding: 0;
    }
    .rtl .post-new-timeline {
        padding: 0;
    }
    .post-new-timeline .post-line,
    .post-new-timeline .post-date {display: none}
    .post-new-timeline h3 {
        font-size: 18px;
        line-height: 26px;
    }
}


/**
 * Block 22
 * ========================================================= */

div.bdaia-blocks.bdaia-block22 {}
div.bdaia-blocks.bdaia-block22 div.block-article {
    margin: 0 auto 60px;
}
div.bdaia-blocks.bdaia-block22 div.block-article:last-child {
    margin: 0 auto;
}
div.bdaia-blocks.bdaia-block22 div.block-article footer {
    text-align: center;
    margin: 36px auto 0;
    border-top: 1px #E5E5E5 solid;
    border-bottom: 1px #E5E5E5 solid;
}
div.bdaia-blocks.bdaia-block22 div.block-article header {
    text-align: center;
    margin-bottom: 26px;
}
div.bdaia-blocks.bdaia-block22 div.block-article .entry-title {
    display: block;
    margin: 0 auto 10px auto;
    padding: 0;
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
    font-style: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'Roboto',sans-serif;
}
div.bdaia-blocks.bdaia-block22 div.block-article hr {
    max-width: 52px;
    margin: 0 auto 15px;
    display: block;
    height: 2px;
    background: #EA0253;
}
div.bdaia-blocks.bdaia-block22 div.block-article .bdaia-post-author-name,
div.bdaia-blocks.bdaia-block22 div.block-article .bdaia-post-comment,
div.bdaia-blocks.bdaia-block22 div.block-article .post-more-btn,
div.bdaia-blocks.bdaia-block22 div.block-article .bdaia-post-cat-list,
div.bdaia-blocks.bdaia-block22 div.block-article .bdaia-post-date {
    display: block !important;
    float: none;
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
}
div.bdaia-blocks.bdaia-block22 div.block-article .bdaia-post-cat-list {
    margin-bottom: 8px;
    text-transform: uppercase;
}
div.bdaia-blocks.bdaia-block22 div.block-article .post-more-btn a,
div.bdaia-blocks.bdaia-block22 div.block-article .post-more-btn a:hover,
div.bdaia-blocks.bdaia-block22 div.block-article .bdaia-post-cat-list a,
div.bdaia-blocks.bdaia-block22 div.block-article .bdaia-post-cat-list a:hover {color: #EA0253;}
div.bdaia-blocks.bdaia-block22 div.block-article .bdaia-post-date {color: #999}
div.bdaia-blocks.bdaia-block22 div.block-article .bdaia-post-gallery,
div.bdaia-blocks.bdaia-block22 div.block-article .bdaia-post-soundcloud,
div.bdaia-blocks.bdaia-block22 div.block-article .bdaia-post-featured-video,
div.bdaia-blocks.bdaia-block22 div.block-article .block-article-img-container {
    margin-bottom: 26px;
    position: relative;
    overflow: hidden;
}
div.bdaia-blocks.bdaia-block22 div.block-article .block-article-img-container img {width: 100%}
div.bdaia-blocks.bdaia-block22 div.block-article .post-more-btn {
    text-align: center;
    text-transform: uppercase;
}
div.bdaia-blocks.bdaia-block22 div.block-article .bdaia-post-author-name,
div.bdaia-blocks.bdaia-block22 div.block-article .bdaia-post-comment,
div.bdaia-blocks.bdaia-block22 div.block-article .bdaia-post-sh {
    width: 33.33333333333333%;
    padding: 0;
    line-height: 52px;
    float: left;
}
.rtl div.bdaia-blocks.bdaia-block22 div.block-article .bdaia-post-author-name,
.rtl div.bdaia-blocks.bdaia-block22 div.block-article .bdaia-post-comment,
.rtl div.bdaia-blocks.bdaia-block22 div.block-article .bdaia-post-sh {
    float: right;
}
div.bdaia-blocks.bdaia-block22 div.block-article .bdaia-post-sh {
    background-color: #f5f5f5;
    border-right: 1px #E5E5E5 solid;
    border-left: 1px #E5E5E5 solid;
}
div.bdaia-blocks.bdaia-block22 div.block-article p.block-exb {
    color: #404040;
    margin: 0 auto 26px;
    padding: 0;
    font-size: 15px;
    line-height: 23px;
}
@media only screen and (max-width: 414px) {}


/**
 * Block 23
 * ========================================================= */

div.bdaia-blocks.bdaia-block23 {}
div.bdaia-blocks.bdaia-block23 .bd-col-md-6 {
    position: relative;
    display: block;
    overflow: hidden;
}
div.bdaia-blocks div.bdaia-nip-inner ul {
    overflow: hidden;
}
div.bdaia-blocks div.bdaia-nip-inner li {
    width: 25%;
    max-width: 104px;
    margin: 0 !important;
    padding: 0 6px 6px 0;
    overflow: hidden;
}
div.bdaia-blocks.bdaia-block23 img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}
div.bdaia-blocks.bdaia-block23 .nip-psbig a {
    display: block;
}
@media only screen and (max-width: 993px) {
    div.bdaia-blocks.bdaia-block23 .nip-pssmall,
    div.bdaia-blocks.bdaia-block23 .nip-psbig {
        width: 50%;
        float: left;
    }
}
@media only screen and (max-width: 600px) {
    div.bdaia-blocks.bdaia-block23 .nip-pssmall,
    div.bdaia-blocks.bdaia-block23 .nip-psbig {
        width: 100%;
        float: none;
        max-height: 100% !important;
    }
    div.bdaia-blocks.bdaia-block23 .nip-psbig {
        margin-bottom: 9px;
    }
    div.bdaia-blocks.bdaia-block23 .nip-psbig:after{
        display: table;
        content: " ";
        clear: both;
    }

    div.bdaia-blocks div.bdaia-nip-inner li {
        display: inline-block;
        width: 33.33333333333333%
    }
    div.bdaia-blocks div.bdaia-nip-inner ul {
        text-align: center;
    }
}


/**
 * Block 24
 * ========================================================= */

div.bdaia-blocks.bdaia-block24 {}
div.bdaia-blocks.bdaia-block24 div.bdaia-nip-inner li {
    width: 12.5%;
    max-width: 104px;
    margin: 0 !important;
    padding: 0 6px 6px 0;
    overflow: hidden;
}
div.bdaia-blocks.bdaia-block24 div.bdaia-nip-inner ul {
    margin: 0 -6px -6px 0;
    overflow: hidden;
}
@media only screen and (max-width: 681px) {
    div.bdaia-blocks.bdaia-block24 div.bdaia-nip-inner li {width: 16.66666666666667%}
}
@media only screen and (max-width: 435px) {
    div.bdaia-blocks.bdaia-block24 div.bdaia-nip-inner li {width: 33.33333333333333%}
}


/**
 * Gif Player
 * ========================================================= */

.bdaia-gif-player {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 5px;
}
.bdaia-gif-player .bdaia-gif-preview{
    display: block;
}
.bdaia-gif-player a{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.last {clear: none !important}

/**
 * Media screen
 * ========================================================= */

@media only screen and (max-width: 767px) {
    body { background: #FFF; background-image: none !important }

    .bdaia-wb-wrap .bwb-article-content-wrapper footer,
    .bdaia-blocks .block-article.block-other-article .vid-play,
    .bdaia-blocks .block-article.block-other-article footer {display: none}

    .bdaia-template-head,
    .bdaia-site-content,
    .bd-sidebar .widget,
    .bdaia-blocks,
    .bdaia-block-wrap {
        padding: 0 !important;
        border: 0 none !important;
        background: none !important;
        box-shadow: none !important;
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
    }

    .bdaia-load-more-news-btn {
        margin: 30px auto;
    }

    .bdaia-template-head:after,
    .bd-main:after,
    .bd-sidebar .widget:after,
    .bdaia-block-wrap:after {
        border: 0 none !important;
        bottom: 0 !important;
    }

    .bdaia-block-wrap {
        margin: 0 auto 60px auto !important;
    }

    .bdaia-blocks.bdaia-block6 .block-article .block-article-content-wrapper {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    h4.block-title,
    h4.block-title span,
    .bdaia-block-wrap .carousel-nav {
        background: none !important;
    }
    .bdaia-block-wrap .carousel-nav {
        top: 0 !important;
        right: 0 !important;
    }
    .bdaia-block-wrap .carousel-nav,
    .bdaia-block-wrap .carousel-nav a {
        padding: 0 !important;
    }

    .bdaia-pagination .pages,
    .bdaia-pagination .extend {
        display: none !important;
    }

    .bdaia-post-content .page-link a, .carousel-nav a, .bdaia-pagination a, .bdaia-pagination > span { margin: 0 1px 0 0; }

    .gotop {right: 50% !important; margin-right: -20px !important}

    .bdaia-header-default .header-container {
        box-shadow: none !important;
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;

    }

    .bdaia-header-default .header-container .logo img {
        max-height: 40px;
        width: auto;
    }

    .bdaia-fp-s1 .bdaia-fp-post .bdaia-fp-post-content-wrapper {background: none !important}


    .bdaia-blocks .block-article footer .bdaia-post-comment,
    .bdaia-blocks .block-article footer .bdaia-post-view {
        display: none !important;
    }

    .bdaia-blocks .block-article footer .bdaia-post-comment,
    .bdaia-blocks .block-article footer .bdaia-post-view {
        display: none !important;
    }

    .bdaia-boxed div.inner-wrapper {
        max-width: 100%;
        background: none !important;
        box-shadow: none !important;
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
    }
    .bdaia-boxed .bd-container {max-width: 100%}
    .bdaia-boxed .bd-sidebar {width: 100%}
    .bdaia-boxed .bd-main {width: 100%}
    .bdaia-boxed .bdaia-template-head,
    .bdaia-boxed .bdaia-site-content,
    .bdaia-boxed .bd-sidebar .widget,
    .bdaia-boxed .bdaia-blocks,
    .bdaia-boxed .bdaia-block-wrap {
        padding: 0 !important;
        border: 0 none !important;
        background: none !important;
        box-shadow: none !important;
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
    }
    .bdaia-boxed .bdaia-template-head:after,
    .bdaia-boxed .bd-main:after,
    .bdaia-boxed .bd-sidebar .widget:after,
    .bdaia-boxed .bdaia-block-wrap:after {
        border: 0 none !important;
        bottom: 0 !important;
    }
    .bdaia-boxed .bdaia-block-wrap .carousel-nav {
        margin-top: -5px;
        top: 0 !important;
        right: 0 !important;
    }
    .bdaia-boxed .bdaia-widget-tabs .bdaia-tabs-nav {margin: -20px 0 20px 0}
    .bdaia-boxed .bdaia-widget-tabs .bdaia-tabs-nav li a {padding: 5px 8px 9px}
    .bdaia-boxed .bdaia-post-template-style9 .bd-container.bdaia-post-template,
    .bdaia-boxed .bdaia-post-template-style1 .bd-container.bdaia-post-template {
        padding: 50px 20px;
    }
    .bdaia-boxed .bdaia-post-template-style7 .bd-container.bdaia-post-template {padding: 50px 20px}
    .bdaia-boxed .bdaia-post-template-style2 .bdaia-post-gallery,
    .bdaia-boxed .bdaia-post-template-style2 .bdaia-post-featured-image,
    .bdaia-boxed .bdaia-post-template-style3 .bdaia-post-gallery,
    .bdaia-boxed .bdaia-post-template-style3 .bdaia-post-featured-image{margin: 0 auto 30px auto}

    .vid-play {
        display: none !important;
    }
}
@media only screen and (max-width: 568px) {
    div.bdaia-blocks div.bdaia-nip-inner li,
    div.bdaia-blocks.bdaia-block24 div.bdaia-nip-inner li,
    div.widget.bdaia-widget .widget-inner .bdaia-nip-inner li, .bdaia-nip-inner li {width: 20%}
}
@media only screen and (max-width: 414px) {
    div.bdaia-blocks div.bdaia-nip-inner li,
    div.bdaia-blocks.bdaia-block24 div.bdaia-nip-inner li,
    div.widget.bdaia-widget .widget-inner .bdaia-nip-inner li, .bdaia-nip-inner li {width: 25%}
}
@media only screen and (max-width: 320px) {
    div.bdaia-blocks div.bdaia-nip-inner li,
    div.bdaia-blocks.bdaia-block24 div.bdaia-nip-inner li,
    div.widget.bdaia-widget .widget-inner .bdaia-nip-inner li, .bdaia-nip-inner li {width: 33.33333333333333%}
}
.woohoo-comments-closed {
    text-align: center;
    padding-top: 30px;
}

