/*
Theme Name: 	Woohoo
Theme URI: 		http://themeforest.net/user/baia/portfolio
Description: 	Premium wordpress news template, clean and easy to use.
Version: 		1.1.0
Author: 		bdaia
Author URI: 	http://themeforest.net/user/bdaia
License:        license purchased
License URI:    http://themeforest.net/licenses/regular_extended
Text Domain:    woohoo
Tags:           two-columns, custom-background, threaded-comments, translation-ready, custom-menu
*/
@font-face {
  font-family: 'mshkah';
  src: url('includes/fonts/Cairo-Regular.ttf');
}
@font-face {
  font-family: 'mshkah2';
  src: url('includes/fonts/DroidNaskh-Regular.ttf');
}
* {
  padding: 0;
  margin: 0;
  outline: none;
  list-style: none;
  border: 0 none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

i:before,
i:after,
i {
  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;
}

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

.clearfix {
  zoom: 1;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

body {
  background-color: #FFF;
  font-size: 13px;
  line-height: 24px;
  font-style: normal;
  color: #000;
}

.rtl {
  direction: rtl;
}

a,
a:link,
a:active {
  color: #000;
  text-decoration: none;
  -webkit-transition: color .15s ease-out;
  -moz-transition: color .15s ease-out;
  -o-transition: color .15s ease-out;
  -ms-transition: color .15s ease-out;
  transition: color .15s ease-out;
}

a:hover {
  color: #555;
}

a:focus {
}

.clear {
  clear: both;
}

.clear:after,
.clear:before {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: " ";
}

.bottom24 {
  margin-bottom: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 36px 0 12px;
  font-family: 'mshkah' !important;
}

p {
  
  font-family: 'mshkah' !important;
}

h1 {
  font-size: 26px;
  line-height: 1.3846153846;
}

h2 {
  font-size: 24px;
  line-height: 1;
}

h3 {
  font-size: 22px;
  line-height: 1.0909090909;
}

h4 {
  font-size: 20px;
  line-height: 1.2;
}

h5 {
  font-size: 18px;
  line-height: 1.3333333333;
}

h6 {
  font-size: 16px;
  line-height: 1.5;
}

address {
  font-style: italic;
  margin-bottom: 24px;
}

abbr[title] {
  border-bottom: 1px dotted #191919;
  cursor: help;
}

strong {
  font-weight: 700;
}

dfn,
em,
i {
  font-style: italic;
}

mark,
ins {
  text-decoration: none;
}

p {
  margin-bottom: 24px;
  line-height: 1.8
}

p:last-child {
  margin: 0;
}

code,
kbd,
tt,
var,
samp,
pre {
  font-family: 'mshkah' !important;
  font-size: 15px;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  line-height: 1.6;
}

blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

blockquote cite,
blockquote small {
  color: #111;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
  font-style: normal;
}

blockquote strong,
blockquote b {
  font-weight: 400;
}

small {
  font-size: 80%;
}

big {
  font-size: 125%;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

dl {
  margin-bottom: 24px;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 24px;
}

ul,
ol {
  list-style: none;
  margin: 0 0 24px 20px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin: 0 0 0 20px;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

fieldset {
  border-color: #f0f0f0;
  border: 1px solid rgba(0, 0, 0, 0.05);
  margin: 0 0 24px;
  padding: 11px 12px 0;
}

legend {
  white-space: normal;
}

button,
input,
select,
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

input,
textarea {
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

del {
  color: #191919;
}

hr {
  background-color: #f0f0f0;
  border: 0;
  height: 1px;
  margin-bottom: 23px;
}

input,
textarea,
select {
  border: 1px solid rgba(0, 0, 0, 0.05);
  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);
  color: #191919;
  padding: 8px 10px 7px;
}

textarea {
  width: 100%;
}

input:focus,
textarea:focus {
  border-color: #f0f0f0;
  border: 1px solid rgba(0, 0, 0, 0.05);
  outline: 0;
}

button,
.btn-link,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background-color: #EA0253;
  border: 0;
  color: #fff;
  font-size: 13px;
  display: inline-block;
  padding: 6px 20px;
  vertical-align: middle;
  letter-spacing: normal;
  text-align: center;
  transition: all 0.2s linear 0s;
}

button:hover,
button:focus,
.btn-link:hover,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  background-color: #191919;
  color: #fff;
}

button:active,
.btn-link:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  background-color: #EA0253;
}

embed,
iframe,
object,
video {
  margin-bottom: 24px;
  max-width: 100%;
}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
  margin-bottom: 0;
}

/**
 Alignment
 * ----------------------------------------------------------------------------- */
.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

blockquote.alignleft,
img.alignleft {
  margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
  margin: 7px 14px 7px 0;
}

blockquote.alignright,
img.alignright {
  margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
  margin: 7px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
  margin-top: 7px;
  margin-bottom: 7px;
}

.wp-caption {
  margin-bottom: 24px;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0;
}

.wp-caption {
  color: #191919;
}

.wp-caption-text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-style: italic;
  line-height: 1.5;
  margin: 9px 0;
  padding-right: 10px;
}

.wp-smiley {
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.hide {
  display: none;
}

@media only screen and (max-width: 479px) {
  .alignleft,
  .alignright,
  .aligncenter,
  .wp-caption.alignleft,
  .wp-caption.alignright,
  .wp-caption.aligncenter,
  blockquote.alignleft,
  blockquote.alignright,
  blockquote.aligncenter {
    width: 100%;
    max-width: 100%;
    float: none;
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

/**
 Fonts
 * ----------------------------------------------------------------------------- */
@font-face {
  font-family: 'Museo500';
  src: url('fonts/Museo_Slab_500_2-webfont.eot');
  src: url('fonts/Museo_Slab_500_2-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/Museo_Slab_500_2-webfont.woff') format('woff'), url('fonts/Museo_Slab_500_2-webfont.ttf') format('truetype'), url('fonts/Museo_Slab_500_2-webfont.svg#museo_slab500') format('svg');
  font-weight: normal;
  font-style: normal;
}

body,
.site-tagline,
.nav-menu,
.nav-menu .entry-title,
.page-title h2,
.post-sharing-box .title,
.box-title h2,
ul.tabs_nav li a,
.box-title h3,
.blog-v1 article .entry-title,
.widget .widget-title h2 {
  font-family: 'mshkah' !important;
  font-size: 13px;
  line-height: 21px;
}

body input,
body textarea,
body select,
body button {
  font-family: 'mshkah' !important;
}

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome/fontawesome-webfont.eot?v=4.5.0');
  src: url('fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('fonts/fontawesome/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('fonts/fontawesome/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('fonts/fontawesome/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('fonts/fontawesome/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%
}

.fa-2x {
  font-size: 2em
}

.fa-3x {
  font-size: 3em
}

.fa-4x {
  font-size: 4em
}

.fa-5x {
  font-size: 5em
}

.fa-fw {
  width: 1.28571429em;
  text-align: center
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none
}

.fa-ul > li {
  position: relative
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center
}

.fa-li.fa-lg {
  left: -1.85714286em
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em
}

.fa-pull-left {
  float: left
}

.fa-pull-right {
  float: right
}

.fa.fa-pull-left {
  margin-right: .3em
}

.fa.fa-pull-right {
  margin-left: .3em
}

.pull-right {
  float: right
}

.pull-left {
  float: left
}

.fa.pull-left {
  margin-right: .3em
}

.fa.pull-right {
  margin-left: .3em
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg)
  }
}

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg)
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1)
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center
}

.fa-stack-1x {
  line-height: inherit
}

.fa-stack-2x {
  font-size: 2em
}

.fa-inverse {
  color: #fff
}

.fa-glass:before {
  content: "\f000"
}

.fa-music:before {
  content: "\f001"
}

.fa-search:before {
  content: "\f002"
}

.fa-envelope-o:before {
  content: "\f003"
}

.fa-heart:before {
  content: "\f004"
}

.fa-star:before {
  content: "\f005"
}

.fa-star-o:before {
  content: "\f006"
}

.fa-user:before {
  content: "\f007"
}

.fa-film:before {
  content: "\f008"
}

.fa-th-large:before {
  content: "\f009"
}

.fa-th:before {
  content: "\f00a"
}

.fa-th-list:before {
  content: "\f00b"
}

.fa-check:before {
  content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d"
}

.fa-search-plus:before {
  content: "\f00e"
}

.fa-search-minus:before {
  content: "\f010"
}

.fa-power-off:before {
  content: "\f011"
}

.fa-signal:before {
  content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013"
}

.fa-trash-o:before {
  content: "\f014"
}

.fa-home:before {
  content: "\f015"
}

.fa-file-o:before {
  content: "\f016"
}

.fa-clock-o:before {
  content: "\f017"
}

.fa-road:before {
  content: "\f018"
}

.fa-download:before {
  content: "\f019"
}

.fa-arrow-circle-o-down:before {
  content: "\f01a"
}

.fa-arrow-circle-o-up:before {
  content: "\f01b"
}

.fa-inbox:before {
  content: "\f01c"
}

.fa-play-circle-o:before {
  content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"
}

.fa-refresh:before {
  content: "\f021"
}

.fa-list-alt:before {
  content: "\f022"
}

.fa-lock:before {
  content: "\f023"
}

.fa-flag:before {
  content: "\f024"
}

.fa-headphones:before {
  content: "\f025"
}

.fa-volume-off:before {
  content: "\f026"
}

.fa-volume-down:before {
  content: "\f027"
}

.fa-volume-up:before {
  content: "\f028"
}

.fa-qrcode:before {
  content: "\f029"
}

.fa-barcode:before {
  content: "\f02a"
}

.fa-tag:before {
  content: "\f02b"
}

.fa-tags:before {
  content: "\f02c"
}

.fa-book:before {
  content: "\f02d"
}

.fa-bookmark:before {
  content: "\f02e"
}

.fa-print:before {
  content: "\f02f"
}

.fa-camera:before {
  content: "\f030"
}

.fa-font:before {
  content: "\f031"
}

.fa-bold:before {
  content: "\f032"
}

.fa-italic:before {
  content: "\f033"
}

.fa-text-height:before {
  content: "\f034"
}

.fa-text-width:before {
  content: "\f035"
}

.fa-align-left:before {
  content: "\f036"
}

.fa-align-center:before {
  content: "\f037"
}

.fa-align-right:before {
  content: "\f038"
}

.fa-align-justify:before {
  content: "\f039"
}

.fa-list:before {
  content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"
}

.fa-indent:before {
  content: "\f03c"
}

.fa-video-camera:before {
  content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e"
}

.fa-pencil:before {
  content: "\f040"
}

.fa-map-marker:before {
  content: "\f041"
}

.fa-adjust:before {
  content: "\f042"
}

.fa-tint:before {
  content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"
}

.fa-share-square-o:before {
  content: "\f045"
}

.fa-check-square-o:before {
  content: "\f046"
}

.fa-arrows:before {
  content: "\f047"
}

.fa-step-backward:before {
  content: "\f048"
}

.fa-fast-backward:before {
  content: "\f049"
}

.fa-backward:before {
  content: "\f04a"
}

.fa-play:before {
  content: "\f04b"
}

.fa-pause:before {
  content: "\f04c"
}

.fa-stop:before {
  content: "\f04d"
}

.fa-forward:before {
  content: "\f04e"
}

.fa-fast-forward:before {
  content: "\f050"
}

.fa-step-forward:before {
  content: "\f051"
}

.fa-eject:before {
  content: "\f052"
}

.fa-chevron-left:before {
  content: "\f053"
}

.fa-chevron-right:before {
  content: "\f054"
}

.fa-plus-circle:before {
  content: "\f055"
}

.fa-minus-circle:before {
  content: "\f056"
}

.fa-times-circle:before {
  content: "\f057"
}

.fa-check-circle:before {
  content: "\f058"
}

.fa-question-circle:before {
  content: "\f059"
}

.fa-info-circle:before {
  content: "\f05a"
}

.fa-crosshairs:before {
  content: "\f05b"
}

.fa-times-circle-o:before {
  content: "\f05c"
}

.fa-check-circle-o:before {
  content: "\f05d"
}

.fa-ban:before {
  content: "\f05e"
}

.fa-arrow-left:before {
  content: "\f060"
}

.fa-arrow-right:before {
  content: "\f061"
}

.fa-arrow-up:before {
  content: "\f062"
}

.fa-arrow-down:before {
  content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"
}

.fa-expand:before {
  content: "\f065"
}

.fa-compress:before {
  content: "\f066"
}

.fa-plus:before {
  content: "\f067"
}

.fa-minus:before {
  content: "\f068"
}

.fa-asterisk:before {
  content: "\f069"
}

.fa-exclamation-circle:before {
  content: "\f06a"
}

.fa-gift:before {
  content: "\f06b"
}

.fa-leaf:before {
  content: "\f06c"
}

.fa-fire:before {
  content: "\f06d"
}

.fa-eye:before {
  content: "\f06e"
}

.fa-eye-slash:before {
  content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"
}

.fa-plane:before {
  content: "\f072"
}

.fa-calendar:before {
  content: "\f073"
}

.fa-random:before {
  content: "\f074"
}

.fa-comment:before {
  content: "\f075"
}

.fa-magnet:before {
  content: "\f076"
}

.fa-chevron-up:before {
  content: "\f077"
}

.fa-chevron-down:before {
  content: "\f078"
}

.fa-retweet:before {
  content: "\f079"
}

.fa-shopping-cart:before {
  content: "\f07a"
}

.fa-folder:before {
  content: "\f07b"
}

.fa-folder-open:before {
  content: "\f07c"
}

.fa-arrows-v:before {
  content: "\f07d"
}

.fa-arrows-h:before {
  content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080"
}

.fa-twitter-square:before {
  content: "\f081"
}

.fa-facebook-square:before {
  content: "\f082"
}

.fa-camera-retro:before {
  content: "\f083"
}

.fa-key:before {
  content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085"
}

.fa-comments:before {
  content: "\f086"
}

.fa-thumbs-o-up:before {
  content: "\f087"
}

.fa-thumbs-o-down:before {
  content: "\f088"
}

.fa-star-half:before {
  content: "\f089"
}

.fa-heart-o:before {
  content: "\f08a"
}

.fa-sign-out:before {
  content: "\f08b"
}

.fa-linkedin-square:before {
  content: "\f08c"
}

.fa-thumb-tack:before {
  content: "\f08d"
}

.fa-external-link:before {
  content: "\f08e"
}

.fa-sign-in:before {
  content: "\f090"
}

.fa-trophy:before {
  content: "\f091"
}

.fa-github-square:before {
  content: "\f092"
}

.fa-upload:before {
  content: "\f093"
}

.fa-lemon-o:before {
  content: "\f094"
}

.fa-phone:before {
  content: "\f095"
}

.fa-square-o:before {
  content: "\f096"
}

.fa-bookmark-o:before {
  content: "\f097"
}

.fa-phone-square:before {
  content: "\f098"
}

.fa-twitter:before {
  content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a"
}

.fa-github:before {
  content: "\f09b"
}

.fa-unlock:before {
  content: "\f09c"
}

.fa-credit-card:before {
  content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e"
}

.fa-hdd-o:before {
  content: "\f0a0"
}

.fa-bullhorn:before {
  content: "\f0a1"
}

.fa-bell:before {
  content: "\f0f3"
}

.fa-certificate:before {
  content: "\f0a3"
}

.fa-hand-o-right:before {
  content: "\f0a4"
}

.fa-hand-o-left:before {
  content: "\f0a5"
}

.fa-hand-o-up:before {
  content: "\f0a6"
}

.fa-hand-o-down:before {
  content: "\f0a7"
}

.fa-arrow-circle-left:before {
  content: "\f0a8"
}

.fa-arrow-circle-right:before {
  content: "\f0a9"
}

.fa-arrow-circle-up:before {
  content: "\f0aa"
}

.fa-arrow-circle-down:before {
  content: "\f0ab"
}

.fa-globe:before {
  content: "\f0ac"
}

.fa-wrench:before {
  content: "\f0ad"
}

.fa-tasks:before {
  content: "\f0ae"
}

.fa-filter:before {
  content: "\f0b0"
}

.fa-briefcase:before {
  content: "\f0b1"
}

.fa-arrows-alt:before {
  content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1"
}

.fa-cloud:before {
  content: "\f0c2"
}

.fa-flask:before {
  content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"
}

.fa-paperclip:before {
  content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"
}

.fa-square:before {
  content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"
}

.fa-list-ul:before {
  content: "\f0ca"
}

.fa-list-ol:before {
  content: "\f0cb"
}

.fa-strikethrough:before {
  content: "\f0cc"
}

.fa-underline:before {
  content: "\f0cd"
}

.fa-table:before {
  content: "\f0ce"
}

.fa-magic:before {
  content: "\f0d0"
}

.fa-truck:before {
  content: "\f0d1"
}

.fa-pinterest:before {
  content: "\f0d2"
}

.fa-pinterest-square:before {
  content: "\f0d3"
}

.fa-google-plus-square:before {
  content: "\f0d4"
}

.fa-google-plus:before {
  content: "\f0d5"
}

.fa-money:before {
  content: "\f0d6"
}

.fa-caret-down:before {
  content: "\f0d7"
}

.fa-caret-up:before {
  content: "\f0d8"
}

.fa-caret-left:before {
  content: "\f0d9"
}

.fa-caret-right:before {
  content: "\f0da"
}

.fa-columns:before {
  content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de"
}

.fa-envelope:before {
  content: "\f0e0"
}

.fa-linkedin:before {
  content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"
}

.fa-comment-o:before {
  content: "\f0e5"
}

.fa-comments-o:before {
  content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"
}

.fa-sitemap:before {
  content: "\f0e8"
}

.fa-umbrella:before {
  content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"
}

.fa-lightbulb-o:before {
  content: "\f0eb"
}

.fa-exchange:before {
  content: "\f0ec"
}

.fa-cloud-download:before {
  content: "\f0ed"
}

.fa-cloud-upload:before {
  content: "\f0ee"
}

.fa-user-md:before {
  content: "\f0f0"
}

.fa-stethoscope:before {
  content: "\f0f1"
}

.fa-suitcase:before {
  content: "\f0f2"
}

.fa-bell-o:before {
  content: "\f0a2"
}

.fa-coffee:before {
  content: "\f0f4"
}

.fa-cutlery:before {
  content: "\f0f5"
}

.fa-file-text-o:before {
  content: "\f0f6"
}

.fa-building-o:before {
  content: "\f0f7"
}

.fa-hospital-o:before {
  content: "\f0f8"
}

.fa-ambulance:before {
  content: "\f0f9"
}

.fa-medkit:before {
  content: "\f0fa"
}

.fa-fighter-jet:before {
  content: "\f0fb"
}

.fa-beer:before {
  content: "\f0fc"
}

.fa-h-square:before {
  content: "\f0fd"
}

.fa-plus-square:before {
  content: "\f0fe"
}

.fa-angle-double-left:before {
  content: "\f100"
}

.fa-angle-double-right:before {
  content: "\f101"
}

.fa-angle-double-up:before {
  content: "\f102"
}

.fa-angle-double-down:before {
  content: "\f103"
}

.fa-angle-left:before {
  content: "\f104"
}

.fa-angle-right:before {
  content: "\f105"
}

.fa-angle-up:before {
  content: "\f106"
}

.fa-angle-down:before {
  content: "\f107"
}

.fa-desktop:before {
  content: "\f108"
}

.fa-laptop:before {
  content: "\f109"
}

.fa-tablet:before {
  content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"
}

.fa-circle-o:before {
  content: "\f10c"
}

.fa-quote-left:before {
  content: "\f10d"
}

.fa-quote-right:before {
  content: "\f10e"
}

.fa-spinner:before {
  content: "\f110"
}

.fa-circle:before {
  content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"
}

.fa-github-alt:before {
  content: "\f113"
}

.fa-folder-o:before {
  content: "\f114"
}

.fa-folder-open-o:before {
  content: "\f115"
}

.fa-smile-o:before {
  content: "\f118"
}

.fa-frown-o:before {
  content: "\f119"
}

.fa-meh-o:before {
  content: "\f11a"
}

.fa-gamepad:before {
  content: "\f11b"
}

.fa-keyboard-o:before {
  content: "\f11c"
}

.fa-flag-o:before {
  content: "\f11d"
}

.fa-flag-checkered:before {
  content: "\f11e"
}

.fa-terminal:before {
  content: "\f120"
}

.fa-code:before {
  content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"
}

.fa-location-arrow:before {
  content: "\f124"
}

.fa-crop:before {
  content: "\f125"
}

.fa-code-fork:before {
  content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"
}

.fa-question:before {
  content: "\f128"
}

.fa-info:before {
  content: "\f129"
}

.fa-exclamation:before {
  content: "\f12a"
}

.fa-superscript:before {
  content: "\f12b"
}

.fa-subscript:before {
  content: "\f12c"
}

.fa-eraser:before {
  content: "\f12d"
}

.fa-puzzle-piece:before {
  content: "\f12e"
}

.fa-microphone:before {
  content: "\f130"
}

.fa-microphone-slash:before {
  content: "\f131"
}

.fa-shield:before {
  content: "\f132"
}

.fa-calendar-o:before {
  content: "\f133"
}

.fa-fire-extinguisher:before {
  content: "\f134"
}

.fa-rocket:before {
  content: "\f135"
}

.fa-maxcdn:before {
  content: "\f136"
}

.fa-chevron-circle-left:before {
  content: "\f137"
}

.fa-chevron-circle-right:before {
  content: "\f138"
}

.fa-chevron-circle-up:before {
  content: "\f139"
}

.fa-chevron-circle-down:before {
  content: "\f13a"
}

.fa-html5:before {
  content: "\f13b"
}

.fa-css3:before {
  content: "\f13c"
}

.fa-anchor:before {
  content: "\f13d"
}

.fa-unlock-alt:before {
  content: "\f13e"
}

.fa-bullseye:before {
  content: "\f140"
}

.fa-ellipsis-h:before {
  content: "\f141"
}

.fa-ellipsis-v:before {
  content: "\f142"
}

.fa-rss-square:before {
  content: "\f143"
}

.fa-play-circle:before {
  content: "\f144"
}

.fa-ticket:before {
  content: "\f145"
}

.fa-minus-square:before {
  content: "\f146"
}

.fa-minus-square-o:before {
  content: "\f147"
}

.fa-level-up:before {
  content: "\f148"
}

.fa-level-down:before {
  content: "\f149"
}

.fa-check-square:before {
  content: "\f14a"
}

.fa-pencil-square:before {
  content: "\f14b"
}

.fa-external-link-square:before {
  content: "\f14c"
}

.fa-share-square:before {
  content: "\f14d"
}

.fa-compass:before {
  content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153"
}

.fa-gbp:before {
  content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"
}

.fa-won:before,
.fa-krw:before {
  content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"
}

.fa-file:before {
  content: "\f15b"
}

.fa-file-text:before {
  content: "\f15c"
}

.fa-sort-alpha-asc:before {
  content: "\f15d"
}

.fa-sort-alpha-desc:before {
  content: "\f15e"
}

.fa-sort-amount-asc:before {
  content: "\f160"
}

.fa-sort-amount-desc:before {
  content: "\f161"
}

.fa-sort-numeric-asc:before {
  content: "\f162"
}

.fa-sort-numeric-desc:before {
  content: "\f163"
}

.fa-thumbs-up:before {
  content: "\f164"
}

.fa-thumbs-down:before {
  content: "\f165"
}

.fa-youtube-square:before {
  content: "\f166"
}

.fa-youtube:before {
  content: "\f167"
}

.fa-xing:before {
  content: "\f168"
}

.fa-xing-square:before {
  content: "\f169"
}

.fa-youtube-play:before {
  content: "\f16a"
}

.fa-dropbox:before {
  content: "\f16b"
}

.fa-stack-overflow:before {
  content: "\f16c"
}

.fa-instagram:before {
  content: "\f16d"
}

.fa-flickr:before {
  content: "\f16e"
}

.fa-adn:before {
  content: "\f170"
}

.fa-bitbucket:before {
  content: "\f171"
}

.fa-bitbucket-square:before {
  content: "\f172"
}

.fa-tumblr:before {
  content: "\f173"
}

.fa-tumblr-square:before {
  content: "\f174"
}

.fa-long-arrow-down:before {
  content: "\f175"
}

.fa-long-arrow-up:before {
  content: "\f176"
}

.fa-long-arrow-left:before {
  content: "\f177"
}

.fa-long-arrow-right:before {
  content: "\f178"
}

.fa-apple:before {
  content: "\f179"
}

.fa-windows:before {
  content: "\f17a"
}

.fa-android:before {
  content: "\f17b"
}

.fa-linux:before {
  content: "\f17c"
}

.fa-dribbble:before {
  content: "\f17d"
}

.fa-skype:before {
  content: "\f17e"
}

.fa-foursquare:before {
  content: "\f180"
}

.fa-trello:before {
  content: "\f181"
}

.fa-female:before {
  content: "\f182"
}

.fa-male:before {
  content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184"
}

.fa-sun-o:before {
  content: "\f185"
}

.fa-moon-o:before {
  content: "\f186"
}

.fa-archive:before {
  content: "\f187"
}

.fa-bug:before {
  content: "\f188"
}

.fa-vk:before {
  content: "\f189"
}

.fa-weibo:before {
  content: "\f18a"
}

.fa-renren:before {
  content: "\f18b"
}

.fa-pagelines:before {
  content: "\f18c"
}

.fa-stack-exchange:before {
  content: "\f18d"
}

.fa-arrow-circle-o-right:before {
  content: "\f18e"
}

.fa-arrow-circle-o-left:before {
  content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"
}

.fa-dot-circle-o:before {
  content: "\f192"
}

.fa-wheelchair:before {
  content: "\f193"
}

.fa-vimeo-square:before {
  content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"
}

.fa-plus-square-o:before {
  content: "\f196"
}

.fa-space-shuttle:before {
  content: "\f197"
}

.fa-slack:before {
  content: "\f198"
}

.fa-envelope-square:before {
  content: "\f199"
}

.fa-wordpress:before {
  content: "\f19a"
}

.fa-openid:before {
  content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d"
}

.fa-yahoo:before {
  content: "\f19e"
}

.fa-google:before {
  content: "\f1a0"
}

.fa-reddit:before {
  content: "\f1a1"
}

.fa-reddit-square:before {
  content: "\f1a2"
}

.fa-stumbleupon-circle:before {
  content: "\f1a3"
}

.fa-stumbleupon:before {
  content: "\f1a4"
}

.fa-delicious:before {
  content: "\f1a5"
}

.fa-digg:before {
  content: "\f1a6"
}

.fa-pied-piper:before {
  content: "\f1a7"
}

.fa-pied-piper-alt:before {
  content: "\f1a8"
}

.fa-drupal:before {
  content: "\f1a9"
}

.fa-joomla:before {
  content: "\f1aa"
}

.fa-language:before {
  content: "\f1ab"
}

.fa-fax:before {
  content: "\f1ac"
}

.fa-building:before {
  content: "\f1ad"
}

.fa-child:before {
  content: "\f1ae"
}

.fa-paw:before {
  content: "\f1b0"
}

.fa-spoon:before {
  content: "\f1b1"
}

.fa-cube:before {
  content: "\f1b2"
}

.fa-cubes:before {
  content: "\f1b3"
}

.fa-behance:before {
  content: "\f1b4"
}

.fa-behance-square:before {
  content: "\f1b5"
}

.fa-steam:before {
  content: "\f1b6"
}

.fa-steam-square:before {
  content: "\f1b7"
}

.fa-recycle:before {
  content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba"
}

.fa-tree:before {
  content: "\f1bb"
}

.fa-spotify:before {
  content: "\f1bc"
}

.fa-deviantart:before {
  content: "\f1bd"
}

.fa-soundcloud:before {
  content: "\f1be"
}

.fa-database:before {
  content: "\f1c0"
}

.fa-file-pdf-o:before {
  content: "\f1c1"
}

.fa-file-word-o:before {
  content: "\f1c2"
}

.fa-file-excel-o:before {
  content: "\f1c3"
}

.fa-file-powerpoint-o:before {
  content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8"
}

.fa-file-code-o:before {
  content: "\f1c9"
}

.fa-vine:before {
  content: "\f1ca"
}

.fa-codepen:before {
  content: "\f1cb"
}

.fa-jsfiddle:before {
  content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd"
}

.fa-circle-o-notch:before {
  content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1"
}

.fa-git-square:before {
  content: "\f1d2"
}

.fa-git:before {
  content: "\f1d3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4"
}

.fa-tencent-weibo:before {
  content: "\f1d5"
}

.fa-qq:before {
  content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9"
}

.fa-history:before {
  content: "\f1da"
}

.fa-circle-thin:before {
  content: "\f1db"
}

.fa-header:before {
  content: "\f1dc"
}

.fa-paragraph:before {
  content: "\f1dd"
}

.fa-sliders:before {
  content: "\f1de"
}

.fa-share-alt:before {
  content: "\f1e0"
}

.fa-share-alt-square:before {
  content: "\f1e1"
}

.fa-bomb:before {
  content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3"
}

.fa-tty:before {
  content: "\f1e4"
}

.fa-binoculars:before {
  content: "\f1e5"
}

.fa-plug:before {
  content: "\f1e6"
}

.fa-slideshare:before {
  content: "\f1e7"
}

.fa-twitch:before {
  content: "\f1e8"
}

.fa-yelp:before {
  content: "\f1e9"
}

.fa-newspaper-o:before {
  content: "\f1ea"
}

.fa-wifi:before {
  content: "\f1eb"
}

.fa-calculator:before {
  content: "\f1ec"
}

.fa-paypal:before {
  content: "\f1ed"
}

.fa-google-wallet:before {
  content: "\f1ee"
}

.fa-cc-visa:before {
  content: "\f1f0"
}

.fa-cc-mastercard:before {
  content: "\f1f1"
}

.fa-cc-discover:before {
  content: "\f1f2"
}

.fa-cc-amex:before {
  content: "\f1f3"
}

.fa-cc-paypal:before {
  content: "\f1f4"
}

.fa-cc-stripe:before {
  content: "\f1f5"
}

.fa-bell-slash:before {
  content: "\f1f6"
}

.fa-bell-slash-o:before {
  content: "\f1f7"
}

.fa-trash:before {
  content: "\f1f8"
}

.fa-copyright:before {
  content: "\f1f9"
}

.fa-at:before {
  content: "\f1fa"
}

.fa-eyedropper:before {
  content: "\f1fb"
}

.fa-paint-brush:before {
  content: "\f1fc"
}

.fa-birthday-cake:before {
  content: "\f1fd"
}

.fa-area-chart:before {
  content: "\f1fe"
}

.fa-pie-chart:before {
  content: "\f200"
}

.fa-line-chart:before {
  content: "\f201"
}

.fa-lastfm:before {
  content: "\f202"
}

.fa-lastfm-square:before {
  content: "\f203"
}

.fa-toggle-off:before {
  content: "\f204"
}

.fa-toggle-on:before {
  content: "\f205"
}

.fa-bicycle:before {
  content: "\f206"
}

.fa-bus:before {
  content: "\f207"
}

.fa-ioxhost:before {
  content: "\f208"
}

.fa-angellist:before {
  content: "\f209"
}

.fa-cc:before {
  content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b"
}

.fa-meanpath:before {
  content: "\f20c"
}

.fa-buysellads:before {
  content: "\f20d"
}

.fa-connectdevelop:before {
  content: "\f20e"
}

.fa-dashcube:before {
  content: "\f210"
}

.fa-forumbee:before {
  content: "\f211"
}

.fa-leanpub:before {
  content: "\f212"
}

.fa-sellsy:before {
  content: "\f213"
}

.fa-shirtsinbulk:before {
  content: "\f214"
}

.fa-simplybuilt:before {
  content: "\f215"
}

.fa-skyatlas:before {
  content: "\f216"
}

.fa-cart-plus:before {
  content: "\f217"
}

.fa-cart-arrow-down:before {
  content: "\f218"
}

.fa-diamond:before {
  content: "\f219"
}

.fa-ship:before {
  content: "\f21a"
}

.fa-user-secret:before {
  content: "\f21b"
}

.fa-motorcycle:before {
  content: "\f21c"
}

.fa-street-view:before {
  content: "\f21d"
}

.fa-heartbeat:before {
  content: "\f21e"
}

.fa-venus:before {
  content: "\f221"
}

.fa-mars:before {
  content: "\f222"
}

.fa-mercury:before {
  content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224"
}

.fa-transgender-alt:before {
  content: "\f225"
}

.fa-venus-double:before {
  content: "\f226"
}

.fa-mars-double:before {
  content: "\f227"
}

.fa-venus-mars:before {
  content: "\f228"
}

.fa-mars-stroke:before {
  content: "\f229"
}

.fa-mars-stroke-v:before {
  content: "\f22a"
}

.fa-mars-stroke-h:before {
  content: "\f22b"
}

.fa-neuter:before {
  content: "\f22c"
}

.fa-genderless:before {
  content: "\f22d"
}

.fa-facebook-official:before {
  content: "\f230"
}

.fa-pinterest-p:before {
  content: "\f231"
}

.fa-whatsapp:before {
  content: "\f232"
}

.fa-server:before {
  content: "\f233"
}

.fa-user-plus:before {
  content: "\f234"
}

.fa-user-times:before {
  content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236"
}

.fa-viacoin:before {
  content: "\f237"
}

.fa-train:before {
  content: "\f238"
}

.fa-subway:before {
  content: "\f239"
}

.fa-medium:before {
  content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b"
}

.fa-optin-monster:before {
  content: "\f23c"
}

.fa-opencart:before {
  content: "\f23d"
}

.fa-expeditedssl:before {
  content: "\f23e"
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244"
}

.fa-mouse-pointer:before {
  content: "\f245"
}

.fa-i-cursor:before {
  content: "\f246"
}

.fa-object-group:before {
  content: "\f247"
}

.fa-object-ungroup:before {
  content: "\f248"
}

.fa-sticky-note:before {
  content: "\f249"
}

.fa-sticky-note-o:before {
  content: "\f24a"
}

.fa-cc-jcb:before {
  content: "\f24b"
}

.fa-cc-diners-club:before {
  content: "\f24c"
}

.fa-clone:before {
  content: "\f24d"
}

.fa-balance-scale:before {
  content: "\f24e"
}

.fa-hourglass-o:before {
  content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253"
}

.fa-hourglass:before {
  content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256"
}

.fa-hand-scissors-o:before {
  content: "\f257"
}

.fa-hand-lizard-o:before {
  content: "\f258"
}

.fa-hand-spock-o:before {
  content: "\f259"
}

.fa-hand-pointer-o:before {
  content: "\f25a"
}

.fa-hand-peace-o:before {
  content: "\f25b"
}

.fa-trademark:before {
  content: "\f25c"
}

.fa-registered:before {
  content: "\f25d"
}

.fa-creative-commons:before {
  content: "\f25e"
}

.fa-gg:before {
  content: "\f260"
}

.fa-gg-circle:before {
  content: "\f261"
}

.fa-tripadvisor:before {
  content: "\f262"
}

.fa-odnoklassniki:before {
  content: "\f263"
}

.fa-odnoklassniki-square:before {
  content: "\f264"
}

.fa-get-pocket:before {
  content: "\f265"
}

.fa-wikipedia-w:before {
  content: "\f266"
}

.fa-safari:before {
  content: "\f267"
}

.fa-chrome:before {
  content: "\f268"
}

.fa-firefox:before {
  content: "\f269"
}

.fa-opera:before {
  content: "\f26a"
}

.fa-internet-explorer:before {
  content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c"
}

.fa-contao:before {
  content: "\f26d"
}

.fa-500px:before {
  content: "\f26e"
}

.fa-amazon:before {
  content: "\f270"
}

.fa-calendar-plus-o:before {
  content: "\f271"
}

.fa-calendar-minus-o:before {
  content: "\f272"
}

.fa-calendar-times-o:before {
  content: "\f273"
}

.fa-calendar-check-o:before {
  content: "\f274"
}

.fa-industry:before {
  content: "\f275"
}

.fa-map-pin:before {
  content: "\f276"
}

.fa-map-signs:before {
  content: "\f277"
}

.fa-map-o:before {
  content: "\f278"
}

.fa-map:before {
  content: "\f279"
}

.fa-commenting:before {
  content: "\f27a"
}

.fa-commenting-o:before {
  content: "\f27b"
}

.fa-houzz:before {
  content: "\f27c"
}

.fa-vimeo:before {
  content: "\f27d"
}

.fa-black-tie:before {
  content: "\f27e"
}

.fa-fonticons:before {
  content: "\f280"
}

.fa-reddit-alien:before {
  content: "\f281"
}

.fa-edge:before {
  content: "\f282"
}

.fa-credit-card-alt:before {
  content: "\f283"
}

.fa-codiepie:before {
  content: "\f284"
}

.fa-modx:before {
  content: "\f285"
}

.fa-fort-awesome:before {
  content: "\f286"
}

.fa-usb:before {
  content: "\f287"
}

.fa-product-hunt:before {
  content: "\f288"
}

.fa-mixcloud:before {
  content: "\f289"
}

.fa-scribd:before {
  content: "\f28a"
}

.fa-pause-circle:before {
  content: "\f28b"
}

.fa-pause-circle-o:before {
  content: "\f28c"
}

.fa-stop-circle:before {
  content: "\f28d"
}

.fa-stop-circle-o:before {
  content: "\f28e"
}

.fa-shopping-bag:before {
  content: "\f290"
}

.fa-shopping-basket:before {
  content: "\f291"
}

.fa-hashtag:before {
  content: "\f292"
}

.fa-bluetooth:before {
  content: "\f293"
}

.fa-bluetooth-b:before {
  content: "\f294"
}

.fa-percent:before {
  content: "\f295"
}

/**
 * Go top
 * ----------------------------------------------------------------------------- *
 */

.gotop {
  background-color: #EA0253;
  opacity: 0.8;
  color: #FFF;
  z-index: 9999999999999999999;
  width: 40px;
  height: 40px;
  text-align: center;
  position: fixed;
  bottom: -100px;
  right: 50px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.gotop .bdaia-io {
  font-size: 20px;
  line-height: 40px;
  font-weight: normal;
}

.gotop:hover {
  opacity: 1
}

/**
 * Main
 * ----------------------------------------------------------------------------- *
 */

#warp {
  display: block;
  position: relative;
}

.bd-container {
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.bd-main {
  display: block;
  width: 850px;
  float: left;
  background-color: #FFF;
  position: relative;
  padding: 30px;
  -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-main:after {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: '';
  width: 100%;
  border-bottom: 2px solid rgba(0, 0, 0, 0.03);
}

.bdaia-home-container .bd-main {
  width: 850px;
  padding: 0;
}

.bdaia-post-template-style1 .bd-main,
.bdaia-post-template-style5 .bd-main,
.bdaia-post-template-style6 .bd-main,
.bdaia-post-template-style7 .bd-main,
.bdaia-post-template-style8 .bd-main,
.bdaia-post-template-style9 .bd-main,
.bdaia-home-container .bd-main {
  background: transparent !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.bdaia-post-template-style1 .bd-main:after,
.bdaia-post-template-style5 .bd-main:after,
.bdaia-post-template-style6 .bd-main:after,
.bdaia-post-template-style7 .bd-main:after,
.bdaia-post-template-style8 .bd-main:after,
.bdaia-post-template-style9 .bd-main:after,
.bdaia-home-container .bd-main:after {
  display: none !important;
}

.bd-sidebar {
  display: block;
  width: 360px;
  /*360*/
  
  float: right;
  position: relative;
}

.bdaia-home-container .bd-sidebar {
  width: 360px;
}

.bdaia-sidebar-left .bd-main {
  float: right
}

.bdaia-sidebar-left .bd-sidebar {
  float: left
}

.bdaia-sidebar-none .bd-main,
.bdaia-sidebar-none .bd-sidebar {
  float: none !important;
  width: 100% !important;
}

.bdaia-sidebar-right {
}

@media only screen and (max-width: 479px) {
  .bd-sidebar,
  .bd-container {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: auto;
    margin-left: auto;
  }
  
  .bd-main {
    padding: 15px
  }
  
  .bd-container {
    padding: 0 10px
  }
  
  .bdaia-home-container .bd-main {
    padding: 0
  }
}

@media only screen and ( max-width: 1250px) {
  .bdaia-home-container .bd-main,
  .bd-main {
    width: 66.66666667%;
  }
  
  .bdaia-home-container .bd-sidebar,
  .bd-sidebar {
    width: 33.33333333%;
  }
  
  .bd-sidebar {
    padding-left: 30px;
    padding-right: 0
  }
  
  .bdaia-sidebar-left .bd-sidebar {
    padding-right: 30px;
    padding-left: 0
  }
  
  .bdaia-post-template-style1 .bdaia-post-template .bd-sidebar {
    padding-right: 0;
    padding-left: 0
  }
}

#warp:before,
#warp:after,
.bd-container:before,
.bd-container:after,
.bd-main:before,
.bd-main:after,
.bd-sidebar:before,
.bd-sidebar:after {
  content: " ";
  display: table;
}

#warp:after,
.bd-container:after {
  clear: both;
}

.bdMain {
  position: relative;
  overflow: hidden;
  padding: 30px 0 30px 0;
}

/**
 * Tipsy ================================================ */

a.ttip,
a.tooldown {
  display: inline-block;
}

.tipsy {
  font-size: 12px;
  line-height: 14px;
  position: absolute;
  padding: 5px;
  z-index: 100000;
}

.tipsy-inner {
  background-color: #232323;
  color: #FFF;
  max-width: 200px;
  padding: 8px;
  text-align: center;
  border-radius: 2px;
}

.tipsy-arrow {
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
  border: 5px dashed #232323;
}

.tipsy-arrow-n {
  border-bottom-color: #232323;
}

.tipsy-arrow-s {
  border-top-color: #232323;
}

.tipsy-arrow-e {
  border-left-color: #232323;
}

.tipsy-arrow-w {
  border-right-color: #232323;
}

.tipsy-n .tipsy-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-nw .tipsy-arrow {
  top: 0;
  left: 10px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-ne .tipsy-arrow {
  top: 0;
  right: 10px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-s .tipsy-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-sw .tipsy-arrow {
  bottom: 0;
  left: 10px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-se .tipsy-arrow {
  bottom: 0;
  right: 10px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-e .tipsy-arrow {
  right: 0;
  top: 50%;
  margin-top: -5px;
  border-left-style: solid;
  border-right: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.tipsy-w .tipsy-arrow {
  left: 0;
  top: 50%;
  margin-top: -5px;
  border-right-style: solid;
  border-left: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
  cursor: help;
}

#respond,
.comments-container,
.fb-comments {
}

.comments-container ul,
.comments-container li,
.comments-container ol {
  margin: 0;
  padding: 0;
}

.commentlist h3,
.commentlist p {
  margin: 0;
  padding: 0;
}

.comment-header h3 {
  font-size: 16px;
  line-height: 22px;
}

.comment-header .comment-meta {
  font-size: 12px;
}

.comment-header img.avatar {
  overflow: hidden;
  display: inline-block;
  float: left;
  margin-right: 20px;
}

.rtl .comment-header img.avatar {
  float: right;
  margin-right: auto;
  margin-left: 20px;
}

.comments-container .comment {
  margin-top: 24px;
}

.comments-container .comment:first-child {
  margin-top: 0;
}

.comment-body {
  display: block;
  clear: both;
  overflow: hidden;
  margin-top: 20px;
}

.comment-body p {
}

p.tm-js-reply {
  display: block;
  clear: both;
  overflow: hidden;
  margin-top: 15px;
}

.comment-reply-link,
.comment-reply-link:link,
.comment-reply-link:active {
  font-size: 13px;
  color: #EA0253;
}

.comment-reply-link:hover {
  color: inherit;
}

.comment-reply-link .icon-mail-reply {
  margin-right: 4px;
  font-size: 18px;
}

.form-allowed-tags {
  display: none;
}

.comment-form p {
  margin-bottom: 5px;
}

.comment-form p.form-submit {
  margin: 20px auto 0 auto
}

.comment-form p label {
  clear: both;
  display: block;
  font-size: 12px;
  margin-bottom: 3px;
}

.comment-form #comment {
}

ul.children {
  margin-top: 44px;
  margin-left: 45px;
}

.rtl ul.children {
  margin-left: auto;
  margin-right: 45px;
}

.wp-caption {
}

.wp-caption-text {
}

.sticky {
}

.gallery-caption {
}

.bypostauthor {
}

.wpp-rating {
}

.wpp-excerpt {
}

.post-stats {
}

.wpp-comments {
}

.wpp-views {
}

.wpp-author {
  font-style: italic;
}

.wpp-date {
}

.post-gallery,
.post-image,
.entry-attachment {
  line-height: 0;
}

.post-gallery a,
.post-image a,
.entry-attachment a {
  line-height: 0;
  display: inline-block;
}

.gallery {
  text-align: center;
  display: block;
  overflow: hidden;
}

.gallery .gallery-item {
  position: relative;
  overflow: hidden;
  display: inline-block;
  line-height: 0;
  height: auto !important
}

.gallery .gallery-item a {
  line-height: 0;
  display: block;
}

.gallery .gallery-item img {
  height: auto;
  margin: 0 auto;
  -webkit-transition: all .40s;
  -moz-transition: all .40s;
  -o-transition: all .40s;
  transition: all .40s;
}

/* wordpress default galleries */

.wp-caption {
  max-width: 100% !important;
}

.bdaia-post-content .wp-caption br,
.wp-caption br {
  display: none !important
}

.gallery-item {
  display: inline-block;
  float: left;
  text-align: center;
  vertical-align: top;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.gallery-item .gallery-caption {
  text-align: left;
  position: relative;
  bottom: 0;
  margin-bottom: 0;
}

.gallery-item .gallery-icon img {
  margin-bottom: 24px;
}

.gallery-columns-2,
.gallery-columns-3,
.gallery-columns-4,
.gallery-columns-5,
.gallery-columns-6,
.gallery-columns-7,
.gallery-columns-8,
.gallery-columns-9 {
  line-height: 0;
  margin-bottom: 24px;
}

.gallery-columns-2 img,
.gallery-columns-3 img,
.gallery-columns-4 img,
.gallery-columns-5 img,
.gallery-columns-6 img,
.gallery-columns-7 img,
.gallery-columns-8 img,
.gallery-columns-9 img {
  margin-bottom: 0 !important;
}

.gallery-columns-2 .gallery-caption,
.gallery-columns-3 .gallery-caption,
.gallery-columns-4 .gallery-caption,
.gallery-columns-5 .gallery-caption,
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: inline-block;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.wp-caption-text,
.wp-caption-dd {
  text-align: right;
  margin: 4px 0px 17px 0px;
  font-size: 11px;
  font-family: 'mshkah' !important;
  font-style: italic;
  font-weight: normal;
  line-height: 17px;
  color: #444444;
}

.aligncenter .wp-caption-text {
  text-align: center;
}

/**
 * Sticky sidebar
 * ----------------------------------------------------------------------------- *
 */

.theiaStickySidebar:after {
  content: "";
  display: table;
  clear: both;
}

/**
 * Page outer
 * ----------------------------------------------------------------------------- *
 */

#page {
  box-shadow: 0 0 3px rgba(0, 0, 0, .3);
  position: relative;
  display: block;
  overflow: hidden;
}

.page-outer {
  position: relative;
  overflow: hidden
}

.bg-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;
}

#bd-MobileSiderbar,
.inner-wrapper {
  -webkit-transition: -webkit-transform 500ms ease, opacity 500ms ease;
  -moz-transition: -moz-transform 500ms ease, opacity 500ms ease;
  -o-transition: -o-transform 500ms ease, opacity 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease;
}

#bd-MobileSiderbar {
  background: #FFF;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  z-index: 1;
  height: 100%;
  width: 80%;
  color: #ddd;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.25);
  -webkit-transform: translate3d(-102%, 0, 0);
  -moz-transform: translate3d(-102%, 0, 0);
  -ms-transform: translate3d(-102%, 0, 0);
  -o-transform: translate3d(-102%, 0, 0);
  transform: translate3d(-102%, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.csstransforms3d.csstransitions .js-nav #bd-MobileSiderbar {
  -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  z-index: 99;
}

.csstransforms3d.csstransitions .js-nav .bd-ClickOpen span {
  top: 8px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.csstransforms3d.csstransitions .js-nav .bd-ClickOpen span:after {
  top: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.csstransforms3d.csstransitions .js-nav .bd-ClickOpen span:before {
  display: none !important
}

.csstransforms3d.csstransitions .js-nav .inner-wrapper {
  
  left: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.search-mobile {
  margin: 20px;
  height: 40px;
  overflow: hidden;
  background: #F6f6f6;
  position: relative;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.search-mobile .search-field {
  background: none;
  float: right;
  margin: 0;
  padding: 10px 12px;
  width: 100%;
  color: #444;
  font-size: 12px;
  line-height: 20px;
}

.search-mobile .search-submit,
.search-mobile .search-field {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  border: 0 none !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.search-mobile .search-submit {
  background: #EA0253;
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  padding: 0 7px !important;
  margin: 0 !important;
  font-family: 'mshkah' !important;
  font-size: 14px;
  font-weight: 400;
  color: #FFF;
  z-index: 55;
}

.search-mobile .search-submit:hover {
  background: #202121;
}

#mobile-menu ul#menu-menu,
#mobile-menu ul {
  float: none !important;
  margin: 0;
  padding: 0;
}

#bd-MobileSiderbar #mobile-menu ul ul,
#bd-MobileSiderbar #mobile-menu .sub-menu-columns-item {
  display: none;
}

#bd-MobileSiderbar #mobile-menu li {
  list-style: none;
  position: relative
}

#bd-MobileSiderbar #mobile-menu ul li.menu-item-has-children .mobile-arrows {
  position: absolute;
  top: 0;
  right: 0;
  padding: 13px;
  min-width: 45px;
  min-height: 45px;
  border-left: 1px solid #eee;
  margin: 0;
  cursor: pointer;
  display: block;
  font-size: 18px;
}

#bd-MobileSiderbar #mobile-menu a {
  color: #656565;
  display: block;
  font-family: 'mshkah' !important;
  font-size: 15px;
  font-weight: 400;
  padding: 12px 12px 12px 20px;
  min-height: 45px;
  border-bottom: 1px solid #f6f6f6;
}

#bd-MobileSiderbar #mobile-menu a .fa {
  margin-right: 8px;
}

#bd-MobileSiderbar #mobile-menu a span.menu-label {
  display: inline-block !important
}

#bd-MobileSiderbar #mobile-menu a:hover {
  background: #f6f6f6;
  color: #989898;
}

#bd-MobileSiderbar #mobile-menu ul ul a {
  font-size: 13px;
  padding-left: 30px
}

#bd-MobileSiderbar #mobile-menu ul ul ul a {
  font-size: 13px;
  padding-left: 40px
}

#bd-MobileSiderbar #mobile-menu ul ul ul a {
  padding-left: 50px
}

#bd-MobileSiderbar #mobile-menu ul ul ul ul a {
  padding-left: 60px
}

#bd-MobileSiderbar .widget-social-links {
  margin-top: 30px;
  clear: both;
  text-align: center;
}

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

.fluid-width-video-wrapper {
  width: 100% !important;
  position: relative !important;
  padding: 0;
  padding-top: 59.2121212121212% !important;
}

.fluid-width-video-wrapper iframe,
.fluid-width-video-wrapper object,
.fluid-width-video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  max-width: 100% !important;
  height: 100%;
}

/**
 * Reading Position Indicator
 * ----------------------------------------------------------------------------- *
 */

#reading-position-indicator {
  display: block;
  height: 4px;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #EA0253;
  width: 0;
  z-index: 9999;
  max-width: 100%;
}

/**
 * Check Also Box
 * ----------------------------------------------------------------------------- *
 */

#bdCheckAlso {
  background: #FFF;
  position: fixed;
  z-index: 999;
  bottom: 64px;
  right: -350px;
  width: 300px;
  padding: 24px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  border: 1px solid rgba(0, 0, 0, 0.12) !important;
  -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);
}

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

#bdCheckAlso.bdCheckAlso-left {
  left: -350px;
  right: auto;
}

#bdCheckAlso.bdCheckAlsoShow {
  right: 0;
  left: auto;
}

#bdCheckAlso.bdCheckAlso-left.bdCheckAlsoShow {
  right: auto;
  left: 0;
}

#bdCheckAlso .check-also-head {
  padding: 0;
}

#bdCheckAlso .check-also-head h3 {
  text-align: center;
  margin: 0 0 10px;
  display: block;
  float: none;
}

#bdCheckAlso .post-thumbnail {
  margin: 0 0 10px;
}

.check-also-post {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.check-also-post:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0 none;
}

.check-also-post .post-title {
  margin: 15px 0 10px;
  padding: 0 0 0 0;
}

.check-also-post p {
  margin: 0;
  padding: 0;
}

#check-also-close {
  position: absolute;
  right: 0;
  top: -3px;
  padding-left: 7px;
}

#check-also-close .bdaia-io {
  font-size: 18px;
  line-height: 18px;
  padding: 0 5px;
}

.check-also-thumb {
  width: 252px;
  height: 130px;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.justified-gallery {
  position: relative;
  overflow: hidden;
}

.justified-gallery:before,
.justified-gallery:after {
  content: "";
  display: table;
}

.justified-gallery:after {
  clear: both;
}

.justified-gallery a {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}

.justified-gallery a img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  border: none;
}

.justified-gallery a .caption {
  display: none;
  position: absolute;
  bottom: 0;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.50);
  left: 0;
  right: 0;
  margin: 0;
  color: white;
  font-size: 14px;
  line-height: 16px;
}

.justified-gallery .spinner {
  position: absolute;
  bottom: 0;
  margin-left: -24px;
  padding: 10px 0 10px 0;
  left: 50%;
}

.justified-gallery .spinner span {
  display: inline-block;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 8px;
  height: 8px;
  margin: 0 4px 0 4px;
  background-color: #000;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/**
 *
    -webkit-animation-name: uk-scale-up;
    animation-name: uk-scale-up;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: linear !important;
    animation-timing-function: linear !important;
 * ----------------------------------------------------------------------------- *
 */

@-webkit-keyframes uk-scale-up {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2)
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1)
  }
}

@keyframes uk-scale-up {
  0% {
    opacity: 0;
    transform: scale(0.2)
  }
  100% {
    opacity: 1;
    transform: scale(1)
  }
}

/**
 *
    -webkit-animation-name: pop;
    animation-name: pop;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: linear !important;
    animation-timing-function: linear !important;
 * ----------------------------------------------------------------------------- *
 */

@-webkit-keyframes pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes pop {
  50% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
  }
}

/**
 *
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: linear !important;
    animation-timing-function: linear !important;
 * ----------------------------------------------------------------------------- *
 */

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

/**
 *
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: linear !important;
    animation-timing-function: linear !important;
 * ----------------------------------------------------------------------------- *
 */

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

/**
 *
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: linear !important;
    animation-timing-function: linear !important;
 * ----------------------------------------------------------------------------- *
 */

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0.05;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0.05;
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

/**
 *
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: linear !important;
    animation-timing-function: linear !important;
 * ----------------------------------------------------------------------------- *
 */

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0.05;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0.05;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

/**
 *
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: linear !important;
    animation-timing-function: linear !important;
 * ----------------------------------------------------------------------------- *
 */

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0.05;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0.05;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

/**
 *
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: linear !important;
    animation-timing-function: linear !important;
 * ----------------------------------------------------------------------------- *
 */

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0.05;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0.05;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes off-left {
  0% {
    opacity: 1;
    -webkit-transform: perspective(800px) rotateY(0);
    transform: perspective(800px) rotateY(0)
  }
  100% {
    opacity: 1;
    -webkit-transform: perspective(800px) rotateY(90deg);
    transform: perspective(800px) rotateY(90deg)
  }
}

@-webkit-keyframes off-right {
  0% {
    -webkit-transform: perspective(800px) rotateY(0);
    transform: perspective(800px) rotateY(0)
  }
  100% {
    -webkit-transform: perspective(800px) rotateY(-90deg);
    transform: perspective(800px) rotateY(-90deg)
  }
}

@-webkit-keyframes on-left {
  0% {
    -webkit-transform: perspective(800px) rotateY(90deg);
    transform: perspective(800px) rotateY(90deg)
  }
  100% {
    -webkit-transform: perspective(800px) rotateY(0);
    transform: perspective(800px) rotateY(0)
  }
}

@-webkit-keyframes on-right {
  0% {
    -webkit-transform: perspective(800px) rotateY(-90deg);
    transform: perspective(800px) rotateY(-90deg)
  }
  100% {
    -webkit-transform: perspective(800px) rotateY(0);
    transform: perspective(800px) rotateY(0)
  }
}

@keyframes off-left {
  0% {
    opacity: 1;
    transform: perspective(800px) rotateY(0)
  }
  100% {
    opacity: 1;
    transform: perspective(800px) rotateY(90deg)
  }
}

@keyframes off-right {
  0% {
    transform: perspective(800px) rotateY(0)
  }
  100% {
    transform: perspective(800px) rotateY(-90deg)
  }
}

@keyframes on-left {
  0% {
    transform: perspective(800px) rotateY(90deg)
  }
  100% {
    transform: perspective(800px) rotateY(0)
  }
}

@keyframes on-right {
  0% {
    transform: perspective(800px) rotateY(-90deg)
  }
  100% {
    transform: perspective(800px) rotateY(0)
  }
}

/**
 * Slick.
 * ----------------------------------------------------------------------------- *
 */

.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-slider .slick-list {
  overflow: hidden;
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

.rtl .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.bd-post-carousel {
  overflow: hidden;
  clear: both;
  position: relative;
  margin: 0 0 0 0;
  padding: 0;
  min-height: 380px;
}

.bd-post-carousel .slick-list {
  margin: 0 -6px;
}

ul.bd-post-carousel,
ol.bd-post-carousel {
  margin-left: 0;
  list-style: none;
}

.bd-post-carousel-item {
  float: left;
}

.slick-slider {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0
}

.slick-list:focus {
  outline: none
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: ""
}

.slick-track:after {
  clear: both
}

.slick-prev,
.slick-next {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 0;
  border: 0;
  width: 85px;
  font-size: 0;
  line-height: 0;
  text-shadow: 0;
  color: transparent;
  cursor: pointer;
  outline: none;
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  z-index: 4;
}

.slick-prev,
.slick-next,
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  background: none !important;
}

.slick-prev:before,
.slick-next:before {
  font-size: 32px;
  line-height: 1;
  color: #fff;
  opacity: 0.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "FontAwesome" !important;
  font-style: normal !important;
  font-weight: normal !important;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease
}

.slick-prev:hover:before,
.slick-next:hover:before {
  opacity: 1;
}

.slick-prev:focus,
.slick-next:focus {
  outline: none
}

.slick-prev {
  left: 0
}

.slick-prev:before {
  content: "\f053";
  padding-right: 20px
}

.slick-next {
  right: 0
}

.slick-next:before {
  content: "\f054";
  padding-left: 20px
}

.slick-initialized .slick-slide {
  display: block;
  margin: 0 2px
}

.slick-loading .slick-track,
.slick-loading .slick-slide {
  visibility: hidden
}

.slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
}

.mejs-container.wp-audio-shortcode {
  width: 100%;
}

.mejs-container.wp-video-shortcode,
.wp-video {
  width: 100% !important;
  height: auto !important;
}

.mejs-container.wp-video-shortcode.mejs-video {
  padding-top: 57%;
}

.mejs-overlay,
.mejs-poster {
  width: 100% !important;
  height: 100% !important;
}

.mejs-mediaelement video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
}

/**
 Flexi Slider
 * ----------------------------------------------------------------------------- */
.flexslider ul,
.flexslider li {
  margin: 0 !important;
  padding: 0 !important;
  list-style: inside none !important;
}

.flexslider .slides > li {
  display: none !important;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flexslider .slides > li.flex-active-slide {
  display: block !important;
}

.flexslider .slides img {
  width: 100%;
  height: 100%;
  display: block;
  vertical-align: middle;
}

.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

.no-js .slides > li:first-child {
  display: block;
}

.flexslider {
  overflow: hidden;
  position: relative;
  zoom: 1;
  width: 100%;
  max-width: 100%;
  background: #202020;
}

.flexslider,
.flexslider .slides > li {
  height: auto !important
}

.widgetslider.flexslider,
.widgetslider.flexslider .slides > li {
  height: auto !important
}

.flexslider:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -13.5px 0 0 -13.5px;
  height: 27px;
  width: 27px;
  content: "\e91d";
  color: #999;
  -webkit-animation: bdaia-io-spin 2s infinite linear;
  animation: bdaia-io-spin 2s infinite linear;
  font: normal normal normal 14px/1 bdaia-woohoo;
  font-size: 30px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.flexslider .slides {
  zoom: 1;
}

.flex-direction-nav,
.flex-direction-nav li {
  *height: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  list-style: none !important;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
  font-family: "bdaia-woohoo";
  font-size: 40px;
  line-height: 40px;
  display: inline-block;
  content: "\e95e";
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

body.rtl .flex-direction-nav a:before {
  content: "\e95d";
}

.flex-direction-nav a.flex-next:before {
  content: "\e95d";
}

body.rtl .flex-direction-nav a.flex-next:before {
  content: "\e95e";
}

.flex-direction-nav .flex-prev {
  left: -50px;
}

body.rtl .flex-direction-nav .flex-prev {
  left: auto;
  right: -50px;
}

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

body.rtl .flex-direction-nav .flex-next {
  right: auto;
  left: -50px;
  text-align: left;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

body.rtl .flexslider:hover .flex-direction-nav .flex-prev {
  left: auto;
  right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

body.rtl .flexslider:hover .flex-direction-nav .flex-next {
  right: auto;
  left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}

@media only screen and ( max-width: 984px) {
  .bdaia-sidebar-left .bd-sidebar,
  .bd-sidebar {
    padding-left: 0;
    padding-right: 0
  }
  
  .bdaia-post-template-style1 .bdaia-post-template .bd-sidebar {
    padding-right: 0;
    padding-left: 0
  }
}

@media only screen and (max-width: 985px) and (min-width: 768px) {
  .bd-sidebar,
  .bd-container {
    width: 96% !important;
    max-width: 96% !important;
    margin-right: auto;
    margin-left: auto
  }
  
  .bd-sidebar,
  .bd-main {
    width: 100% !important;
    max-width: 100% !important;
  }
  
  .bd-main,
  .bd-sidebar {
    float: none !important;
  }
  
  .bd-sidebar {
    margin-top: 30px;
  }
  
  .bd-sidebar .widget,
  .bd-sidebar .widget input,
  .bd-sidebar .widget iframe {
    clear: none !important;
  }
  
  .bdayh-footer .widget {
    padding: 0 10px;
    width: 100% !important;
    clear: both;
    overflow: hidden;
    float: none
  }
  
  .footer-cr,
  .bdayh-footer-social-links {
    float: none
  }
  
  .footer {
    text-align: center
  }
  
  .bd-main {
    min-height: inherit !important
  }
}

@media only screen and (max-width: 767px) and (min-width: 480px) {
  .bd-sidebar,
  .bd-container {
    width: 89% !important;
    max-width: 89% !important;
    margin-right: auto;
    margin-left: auto
  }
  
  .bd-sidebar,
  .bd-main {
    width: 100% !important;
    max-width: 100% !important;
  }
  
  .bd-sidebar {
    margin-top: 30px
  }
  
  .bd-main,
  .bd-sidebar {
    float: none !important;
  }
  
  .footer {
    text-align: center;
  }
  
  .widget.bd-search-widget form .search-text,
  .widget.bd-search-widget form .btn,
  .widget.bd-search-widget form select {
    width: 100%;
    margin-top: 10px;
  }
  
  .widget.bd-search-widget form .search-text:first-child,
  .widget.bd-search-widget form .btn:first-child,
  .widget.bd-search-widget form select:first-child {
    margin-top: 0;
  }
  
  .bdayh-footer .widget {
    padding: 0 10px;
    width: 100% !important;
    clear: both;
    overflow: hidden;
    float: none
  }
  
  .footer-cr,
  .bdayh-footer-social-links {
    float: none
  }
  
  .bdayh-footer-social-links {
    margin-top: 15px
  }
  
  .footer {
    text-align: center
  }
  
  .bd-main {
    min-height: inherit !important
  }
}

@media only screen and (max-width: 479px) {
  .bd-sidebar,
  .bd-main {
    width: 100% !important;
    max-width: 100% !important;
  }
  
  .bd-sidebar {
    margin-top: 30px
  }
  
  #top-navigation ul,
  #top-navigation select,
  .top-social,
  #navigation ul li {
    display: none;
  }
  
  #navigation .primary-menu,
  #navigation ul li.bbdMenuSearch {
    display: block !important;
  }
  
  .bd-main,
  .bd-sidebar {
    float: none !important;
  }
  
  .footer {
    text-align: center;
  }
  
  .widget.bd-search-widget form .search-text,
  .widget.bd-search-widget form .btn,
  .widget.bd-search-widget form select {
    width: 100%;
    margin-top: 10px;
  }
  
  .widget.bd-search-widget form .search-text:first-child,
  .widget.bd-search-widget form .btn:first-child,
  .widget.bd-search-widget form select:first-child {
    margin-top: 0;
  }
  
  .of-topbar-mobile {
    display: none !important
  }
  
  #page {
    box-shadow: none !important
  }
  
  .of-topbar-mobile {
    display: none !important;
  }
  
  .bdayh-footer .widget {
    padding: 0 10px;
    width: 100% !important;
    clear: both;
    overflow: hidden;
    float: none
  }
  
  .footer-cr,
  .bdayh-footer-social-links {
    float: none
  }
  
  .bdayh-footer-social-links {
    margin-top: 15px
  }
  
  .footer {
    text-align: center
  }
  
  .bd-main {
    min-height: inherit !important
  }
}

body.ct-comments div#content div#comments,
body.ct-comments div#content div#respond {
  display: none
}

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-envato:before {
  content: "\e970";
}

.bdaia-io-okru:before {
  content: "\e96f";
}

.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: 'mshkah';
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  background-color: #F5F5F5;
  font-family: 'mshkah' !important;
  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: 'mshkah' !important;
  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: 'mshkah' !important;
  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: 'mshkah' !important;
  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: 'mshkah' !important;
  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: 'mshkah' !important;
  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: 'mshkah' !important;
  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: 'mshkah' !important;
  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: 'mshkah' !important;
  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;
	font-family: 'mshkah2' !important;
}

.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: 'mshkah' !important;
  color: #111;
  font-weight: 700;
}

.bdaia-post-content {
  font-family: 'mshkah' !important;
}

.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: 'mshkah' !important;
  
  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: 'mshkah' !important;
  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: inline-block;
  /*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;
}

.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 4px;
  max-height: 54px;
  line-height: 0;
  overflow: hidden;
  vertical-align: top;
  width: 64px;
}

.bdaia-post-sharing ul li:nth-of-type(-n+2) {
/*   border-radius: 50%; */
  width: 55px;
  height: 55px;
  
 }

.bdaia-post-sharing ul li a {
  display: block;
  font-size: 15px;
  line-height: 53px;
  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;
  width: 55px;
  height: 55px;
/*   border-radius: 50%; */
}

.bdaia-post-sharing ul li.tumblr {
  background: #2e5ead
}

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

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

@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: 'mshkah' !important;
  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: 'mshkah' !important;
  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;
  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: center;
  position: relative;
}

.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
}

/**
 FIX Google ad responsive
 * ----------------------------------------------------------------------------- */
@media only screen and ( min-width: 1024px ) and ( max-width: 2880px ) {
  .bdaia-footer-e3-desktop {
    width: 728px;
  }
}

.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;
}

/**
 Post template style 10.
 * ----------------------------------------------------------------------------- */
.bdaia-post-template-style10 .bdMain {
  padding-top: 0;
}

.bdaia-post-template-style10 {
}

.bdaia-post-template-style10 .post-style10-header {
  background: #FFF;
  padding: 30px 0;
  margin-bottom: 30px;
  -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);
}

.post-style10-header header {
  max-width: 60%;
  float: left;
}

.post-style10-header .bdaia-crumb-container {
  margin-bottom: 10px;
}

.post-style10-header .bdaia-post-title {
  margin-bottom: 10px;
}

.post-style10-head {
}

.post-style10-cover-bg {
  background: #000;
  padding: 0;
  position: relative;
  text-align: center;
  overflow: hidden;
}

.post-style10-cover img {
  display: inline-block;
  top: 0;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.post-style10-cover {
  position: relative;
  display: block;
  overflow: hidden;
  cursor: pointer;
  height: 540px;
}

.post-style10-cover .vid-play {
  z-index: 8;
  margin: -30px 0 0 -30px;
  width: 60px;
  height: 60px;
}

.post-style10-cover .vid-play a {
  width: 60px !important;
  height: 60px !important;
}

.post-style10-cover .vid-play .bdaia-io {
  font-size: 34px;
  margin: -31% 0 0 -26%;
}

.post-style10-cover:after,
.post-style10-cover:before {
  content: "";
  top: 0;
  position: absolute;
  height: 100%;
  width: 20%;
  z-index: 4;
}

.post-style10-cover:before {
  left: 0;
  background: -moz-linear-gradient(left, #000 0, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(left, #000 0, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, from(#000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, #000 0, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=1);
}

.post-style10-cover:after {
  right: 0;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0, #000 100%);
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0, #000 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(#000));
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0, #000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=1);
}

.post-style10-head .bdaia-post-featured-video {
}

.post-style10-header div.bdaia-post-view,
.post-style10-header div.bdaia-post-like,
.post-style10-header div.bdaia-post-comment,
.post-style10-header div.bdaia-post-time-read,
.post-style10-header div.bdaia-post-author-name,
.post-style10-header div.bdaia-post-date {
  float: none;
  display: inline-block;
  margin: 3px 8px;
}

div.post-style10-cover .vid-play {
  display: block !important;
}

div.post-style10-header header {
  float: none;
  max-width: 90%;
  margin: 0 auto;
  text-align: center;
}

div.post-style10-header div.bdaia-category {
  margin-bottom: 10px;
}

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

@media only screen and (max-width: 1024px) {
  div.post-style10-head .bd-container {
    padding: 0;
    line-height: 0;
  }
  
  div.post-style10-cover-bg {
    height: inherit;
  }
  
  div.post-style10-cover img {
    width: 100% !important;
  }
}

/**
 Burna effect.
 * ----------------------------------------------------------------------------- */
.bdaia-burna {
  animation: bdaiaBurna 0.98s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation: bdaiaBurna 0.98s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}

@-webkit-keyframes bdaiaBurna {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
    transform: scale3d(1.3, 1.3, 1);
    -webkit-transform: scale3d(1.3, 1.3, 1);
    -moz-transform: scale3d(1.3, 1.3, 1) rotate(0.02deg);
  }
  50% {
    opacity: 1;
    transform: scale3d(1.3, 1.3, 1);
    -webkit-transform: scale3d(1.3, 1.3, 1);
    -moz-transform: scale3d(1.3, 1.3, 1) rotate(0.02deg);
  }
  100% {
    opacity: 1;
  }
}

@keyframes bdaiaBurna {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
    transform: scale3d(1.3, 1.3, 1);
    -webkit-transform: scale3d(1.3, 1.3, 1);
    -moz-transform: scale3d(1.3, 1.3, 1) rotate(0.02deg);
  }
  50% {
    opacity: 1;
    transform: scale3d(1.3, 1.3, 1);
    -webkit-transform: scale3d(1.3, 1.3, 1);
    -moz-transform: scale3d(1.3, 1.3, 1) rotate(0.02deg);
  }
  100% {
    opacity: 1;
  }
}

/**
 Burna effect.
 * ----------------------------------------------------------------------------- */
.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 Icon.
 * ----------------------------------------------------------------------------- */
.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%;
}

/**
 Post Count.
 * ----------------------------------------------------------------------------- */
div.bdaia-post-count {
  font-size: 21px;
  font-weight: bold;
  font-family: 'mshkah' !important;
  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: 'mshkah' !important;
  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 200 mss 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 {
}

/**
 Block 1.
 * ----------------------------------------------------------------------------- */
.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 .entry-title {
  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: 'mshkah' !important;
}

@media only screen and (max-width: 991px) {
  .bdaia-blocks.bdaia-block1 .entry-title {
    font-size: 22px;
    line-height: 30px
  }
}

@media only screen and (max-width: 480px) {
  .bdaia-blocks.bdaia-block1 .entry-title {
    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;
  }
}

/**
 Block 2.
 * ----------------------------------------------------------------------------- */
.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 .entry-title {
  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: 'mshkah' !important;
}

@media only screen and (max-width: 991px) {
  .bdaia-blocks.bdaia-block2 .entry-title {
    font-size: 22px;
    line-height: 30px
  }
}

@media only screen and (max-width: 480px) {
  .bdaia-blocks.bdaia-block2 .entry-title {
    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;
}

/**
 Block 3.
 * ----------------------------------------------------------------------------- */
.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 .entry-title {
  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: 'mshkah' !important;
}

@media only screen and (max-width: 991px) {
  .bdaia-blocks.bdaia-block3 .entry-title {
    font-size: 22px;
    line-height: 30px
  }
}

@media only screen and (max-width: 480px) {
  .bdaia-blocks.bdaia-block3 .entry-title {
    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 .entry-title {
  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: 'mshkah';
}

@media only screen and (max-width: 991px) {
  .bdaia-blocks.bdaia-block5 .entry-title {
    font-size: 22px;
    line-height: 30px
  }
}

@media only screen and (max-width: 480px) {
  .bdaia-blocks.bdaia-block5 .entry-title {
    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 .entry-title {
  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: 'mshkah';
}

@media only screen and (max-width: 991px) {
  .bdaia-blocks.bdaia-block6 .entry-title {
    font-size: 22px;
    line-height: 30px
  }
}

@media only screen and (max-width: 480px) {
  .bdaia-blocks.bdaia-block6 .entry-title {
    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 .entry-title {
  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 .entry-title {
  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: 'mshkah';
}

@media only screen and (max-width: 991px) {
  .bdaia-blocks.bdaia-block8 .block-article.block-first-article .entry-title {
    font-size: 22px;
    line-height: 30px
  }
}

@media only screen and (max-width: 480px) {
  .bdaia-blocks.bdaia-block8 .block-article.block-first-article .entry-title {
    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 .entry-title {
  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: 'mshkah';
}

.bdaia-blocks.bdaia-block8 .block-article.block-other-article .entry-title span {
  position: relative;
  top: -5px;
}

@media only screen and (max-width: 1024px) {
  .bdaia-blocks.bdaia-block8 .block-article.block-other-article .entry-title {
    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;
}

.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 .entry-title {
  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: 'mshkah';
}

@media only screen and (max-width: 991px) {
  .bdaia-blocks.bdaia-block9 .block-article.block-first-article .entry-title {
    font-size: 22px;
    line-height: 30px
  }
}

@media only screen and (max-width: 480px) {
  .bdaia-blocks.bdaia-block9 .block-article.block-first-article .entry-title {
    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 .entry-title {
  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: 'mshkah';
}

.bdaia-blocks.bdaia-block9 .block-article.block-other-article .entry-title span {
  position: relative;
  top: -5px;
}

@media only screen and (max-width: 1024px) {
  .bdaia-blocks.bdaia-block9 .block-article.block-other-article .entry-title {
    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 .entry-title {
  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: 'mshkah';
}

@media only screen and (max-width: 991px) {
  .bdaia-blocks.bdaia-block10 .block-article.block-first-article .entry-title {
    font-size: 22px;
    line-height: 30px
  }
}

@media only screen and (max-width: 480px) {
  .bdaia-blocks.bdaia-block10 .block-article.block-first-article .entry-title {
    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 .entry-title {
  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: 'mshkah';
}

.bdaia-blocks.bdaia-block10 .block-article.block-other-article .entry-title span {
  position: relative;
  top: -5px;
}

@media only screen and (max-width: 1024px) {
  .bdaia-blocks.bdaia-block10 .block-article.block-other-article .entry-title {
    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 .entry-title {
  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: 'mshkah';
}

.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 .entry-title {
  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: 'mshkah';
}

.bdaia-blocks.bdaia-block11 .block-article.block-other-article .entry-title span {
  position: relative;
  top: -5px;
}

@media only screen and (max-width: 1024px) {
  .bdaia-blocks.bdaia-block11 .block-article.block-other-article .entry-title {
    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: 'mshkah';
}

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 15px 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: 'mshkah';
  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 {
  background-color: #eee;
  background-position: center center;
  background-size: 100% 100%;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  visibility: visible;
  transition: transform 0.3s ease, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s;
  transition-timing-function: ease !important;
  max-width: none;
}

.big-grids .big-grid-inner:hover .img {
  transform: scale3d(1.1, 1.1, 1);
  -webkit-transform: scale3d(1.1, 1.1, 1);
  -moz-transform: scale3d(1.1, 1.1, 1) rotate(.02deg);
}

.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);
  -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: .6;
}

.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
  }
}

/**
 Grid 6
 * ----------------------------------------------------------------------------- */
div.bdaia-feature-posts.bdaia-fp-grids.bdaia-feature-grid6 {
}

div.bdaia-feature-posts.bdaia-fp-grids.bdaia-feature-grid6 .woohoo-feature-grid6-group-1,
div.bdaia-feature-posts.bdaia-fp-grids.bdaia-feature-grid6 .woohoo-feature-grid6-group-2,
div.bdaia-feature-posts.bdaia-fp-grids.bdaia-feature-grid6 .woohoo-feature-grid6-group-3 {
  width: 33.33333333333333%;
  float: left;
  position: relative;
  overflow: hidden;
}

div.bdaia-feature-posts.bdaia-fp-grids.bdaia-feature-grid6 .big-grid {
  width: 100%;
  display: block !important;
}

div.bdaia-feature-posts.bdaia-fp-grids.bdaia-feature-grid6 .big-grid-inner {
  overflow: hidden;
}

div.bdaia-feature-posts.bdaia-fp-grids.bdaia-feature-grid6 .big-grid-1 {
  padding: 0 2px 2px 0;
}

div.bdaia-feature-posts.bdaia-fp-grids.bdaia-feature-grid6 .big-grid-2 {
  padding: 0 2px 0 0;
}

div.bdaia-feature-posts.bdaia-fp-grids.bdaia-feature-grid6 .big-grid-4 {
  padding: 2px 0;
}

div.bdaia-feature-posts.bdaia-fp-grids.bdaia-feature-grid6 .big-grid-6 {
  padding: 0 0 2px 2px;
}

div.bdaia-feature-posts.bdaia-fp-grids.bdaia-feature-grid6 .big-grid-7 {
  padding: 0 0 0 2px;
}

div.bdaia-feature-posts.bdaia-fp-grids.bdaia-feature-grid6 .big-grid-1 .big-grid-inner {
  height: 232px;
}

div.bdaia-feature-posts.bdaia-fp-grids.bdaia-feature-grid6 .big-grid-2 .big-grid-inner {
  height: 310px;
}

div.bdaia-feature-posts.bdaia-fp-grids.bdaia-feature-grid6 .big-grid-3 .big-grid-inner,
div.bdaia-feature-posts.bdaia-fp-grids.bdaia-feature-grid6 .big-grid-4 .big-grid-inner,
div.bdaia-feature-posts.bdaia-fp-grids.bdaia-feature-grid6 .big-grid-5 .big-grid-inner {
  height: 180px;
}

div.bdaia-feature-posts.bdaia-fp-grids.bdaia-feature-grid6 .big-grid-6 .big-grid-inner {
  height: 310px;
}

div.bdaia-feature-posts.bdaia-fp-grids.bdaia-feature-grid6 .big-grid-7 .big-grid-inner {
  height: 232px;
}

@media only screen and (max-width: 860px) {
  div.bdaia-feature-posts.bdaia-fp-grids.bdaia-feature-grid6 .woohoo-feature-grid6-group-1,
  div.bdaia-feature-posts.bdaia-fp-grids.bdaia-feature-grid6 .woohoo-feature-grid6-group-2,
  div.bdaia-feature-posts.bdaia-fp-grids.bdaia-feature-grid6 .woohoo-feature-grid6-group-3 {
    float: none;
    width: 100%;
  }
  
  div.bdaia-feature-posts.bdaia-fp-grids.bdaia-feature-grid6 .woohoo-feature-grid6-group-1 .big-grid,
  div.bdaia-feature-posts.bdaia-fp-grids.bdaia-feature-grid6 .woohoo-feature-grid6-group-3 .big-grid {
    width: 50%;
  }
  
  div.bdaia-feature-posts.bdaia-fp-grids.bdaia-feature-grid6 .woohoo-feature-grid6-group-2 .big-grid {
    width: 33.33333333333333%;
  }
  
  div.bdaia-feature-posts.bdaia-fp-grids.bdaia-feature-grid6 .big-grid {
    padding: 0
  }
  
  div.bdaia-feature-posts.bdaia-fp-grids.bdaia-feature-grid6 .big-grid .big-grid-inner {
    height: 198px
  }
}

@media only screen and (max-width: 680px) {
  div.bdaia-feature-posts.bdaia-fp-grids.bdaia-feature-grid6 .woohoo-feature-grid6-group-2 .big-grid {
    width: 50%;
  }
  
  div.bdaia-feature-posts.bdaia-fp-grids.bdaia-feature-grid6 .woohoo-feature-grid6-group-2 .big-grid-3 {
    width: 100%;
    clear: both;
  }
}

@media only screen and (max-width: 380px) {
  div.bdaia-feature-posts.bdaia-fp-grids.bdaia-feature-grid6 .big-grid .big-grid-inner {
    height: 160px
  }
}

div.bdaia-feature-posts.bdaia-fp-grids.bdaia-feature-grid6 .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-feature-grid6 .woohoo-feature-grid6-group-1 .big-grid:nth-of-type(1n) .img:before {
  background-color: #FA4126;
  background-image: -webkit-linear-gradient(135deg, #000000, #FA4126);
  background-image: -moz-linear-gradient(135deg, #000000, #FA4126);
  background-image: -o-linear-gradient(135deg, #000000, #FA4126);
  background-image: linear-gradient(135deg, #000000, #FA4126);
}

div.bdaia-feature-posts.bdaia-feature-grid6 .woohoo-feature-grid6-group-1 .big-grid:nth-of-type(2n) .img:before {
  background-color: #FD3E4F;
  background-image: -webkit-linear-gradient(135deg, #000000, #FD3E4F);
  background-image: -moz-linear-gradient(135deg, #000000, #FD3E4F);
  background-image: -o-linear-gradient(135deg, #000000, #FD3E4F);
  background-image: linear-gradient(135deg, #000000, #FD3E4F);
}

div.bdaia-feature-posts.bdaia-feature-grid6 .woohoo-feature-grid6-group-2 .big-grid:nth-of-type(1n) .img:before {
  background-color: #8269FE;
  background-image: -webkit-linear-gradient(135deg, #000000, #8269FE);
  background-image: -moz-linear-gradient(135deg, #000000, #8269FE);
  background-image: -o-linear-gradient(135deg, #000000, #8269FE);
  background-image: linear-gradient(135deg, #000000, #8269FE);
}

div.bdaia-feature-posts.bdaia-feature-grid6 .woohoo-feature-grid6-group-2 .big-grid:nth-of-type(2n) .img:before {
  background-color: #FEBA00;
  background-image: -webkit-linear-gradient(135deg, #000000, #FEBA00);
  background-image: -moz-linear-gradient(135deg, #000000, #FEBA00);
  background-image: -o-linear-gradient(135deg, #000000, #FEBA00);
  background-image: linear-gradient(135deg, #000000, #FEBA00);
}

div.bdaia-feature-posts.bdaia-feature-grid6 .woohoo-feature-grid6-group-2 .big-grid:nth-of-type(3n) .img:before {
  
  background-color: #EB42FF;
  background-image: -webkit-linear-gradient(135deg, #000000, #EB42FF);
  background-image: -moz-linear-gradient(135deg, #000000, #EB42FF);
  background-image: -o-linear-gradient(135deg, #000000, #EB42FF);
  background-image: linear-gradient(135deg, #000000, #EB42FF);
}

div.bdaia-feature-posts.bdaia-feature-grid6 .woohoo-feature-grid6-group-3 .big-grid:nth-of-type(1n) .img:before {
  background-color: #FA4126;
  background-image: -webkit-linear-gradient(135deg, #000000, #FA4126);
  background-image: -moz-linear-gradient(135deg, #000000, #FA4126);
  background-image: -o-linear-gradient(135deg, #000000, #FA4126);
  background-image: linear-gradient(135deg, #000000, #FA4126);
}

div.bdaia-feature-posts.bdaia-feature-grid6 .woohoo-feature-grid6-group-3 .big-grid:nth-of-type(2n) .img:before {
  background-color: #FD3E4F;
  background-image: -webkit-linear-gradient(135deg, #000000, #FD3E4F);
  background-image: -moz-linear-gradient(135deg, #000000, #FD3E4F);
  background-image: -o-linear-gradient(135deg, #000000, #FD3E4F);
  background-image: linear-gradient(135deg, #000000, #FD3E4F);
}

div.bdaia-feature-posts.bdaia-feature-grid6 .featured-title {
  height: 100%;
  max-width: 90%;
}

div.bdaia-feature-posts.bdaia-feature-grid6 .featured-title h2 {
  margin: 10px 0 0 0;
}

.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, .5) 0 1px 1px;
  font-family: 'mshkah';
  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
  }
  
  div.bdaia-feature-posts.bdaia-fp-grid5 div.featured-title div.featured-cat,
  div.bdaia-feature-posts.bdaia-fp-grid3 div.featured-title div.featured-cat,
  div.bdaia-feature-posts.bdaia-fp-s3 div.featured-title div.featured-cat,
  div.bdaia-feature-posts.bdaia-fp-grid4 div.featured-title div.featured-cat {
    display: block;
  }
  
  .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: 'mshkah';
  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: 'mshkah';
  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: 'mshkah';
  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;
  font-family: 'mshkah' !important;
}

.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;
  font-family: 'mshkah' !important;
}

.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: 10px 0;
}

/* .bdaia-header-default .header-container .logo {
  float: left;
} */

.bdaia-header-default .header-container .logo img {
  max-width: 100%;
min-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; */
	text-align:center;
}

.bdaia-header-default .header-container .logo .site-name {
  font-family: 'mshkah';
  font-size: 47px;
  line-height: 47px;
  font-weight: 800;
  text-transform: uppercase;
}

.bdaia-header-default .header-container .logo .site-tagline {
  font-family: 'mshkah';
  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;
}

/**
 FIX Google ad responsive
 * ----------------------------------------------------------------------------- */
@media only screen and ( min-width: 1024px ) and ( max-width: 2880px ) {
  .bdaia-header-default .bdaia-header-e3-desktop {
    width: 728px;
  }
}

.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: 'mshkah';
  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;
}

/**
 Main nav drak
 * ----------------------------------------------------------------------------- */
.bdaia-header-default #navigation.mainnav-dark {
  background: #EA0253;
  border-top: 0 none;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.bdaia-header-default #navigation.mainnav-dark div.navigation-wrapper {
  background-color: #2D2D2D;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.bdaia-header-default #navigation.mainnav-dark .primary-menu ul#menu-primary > li:hover > a,
.bdaia-header-default #navigation.mainnav-dark .primary-menu ul#menu-primary > li.current-menu-item > a,
.bdaia-header-default #navigation.mainnav-dark .primary-menu ul#menu-primary > li.current-menu-ancestor > a,
.bdaia-header-default #navigation.mainnav-dark .primary-menu ul#menu-primary > li.current-menu-parent > a {
  background: #EA0253;
}

.bdaia-header-default #navigation.mainnav-dark .bdaia-login-icon,
.bdaia-header-default #navigation.mainnav-dark .bdaia-random-post,
.bdaia-header-default #navigation.mainnav-dark .bdaia-nav-search,
.bdaia-header-default #navigation.mainnav-dark .bdaia-cart,
.bdaia-header-default #navigation.mainnav-dark .primary-menu ul#menu-primary > li:hover > a,
.bdaia-header-default #navigation.mainnav-dark .primary-menu ul#menu-primary > li.current-menu-item > a,
.bdaia-header-default #navigation.mainnav-dark .primary-menu ul#menu-primary > li.current-menu-ancestor > a,
.bdaia-header-default #navigation.mainnav-dark .primary-menu ul#menu-primary > li.current-menu-parent > a,
.bdaia-header-default #navigation.mainnav-dark .primary-menu #menu-primary > li > a {
  color: #FFF;
}

.bdaia-header-default #navigation.mainnav-dark .primary-menu #menu-primary > li.bd_mega_menu > a:before,
.bdaia-header-default #navigation.mainnav-dark .primary-menu #menu-primary > li.menu-item-object-category.bd_cats_menu > a:before,
.bdaia-header-default #navigation.mainnav-dark .primary-menu #menu-primary > li.menu-item-has-children > a:before {
  border-top-color: #FFF;
}

/**
 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#menu-primary div.bd_mega ul,
.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 div.bd_mega ul a:after {
  display: none !important
}

.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 {
}

.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;
}

/**
 Drop Down light
 * ----------------------------------------------------------------------------- */
.bdaia-header-default #navigation.dropdown-light {
}

.bdaia-header-default #navigation.dropdown-light .primary-menu ul#menu-primary li.bd_mega_menu div.bd_mega ul.bd_mega.sub-menu li a {
  border-bottom: 1px solid #EEE;
}

.bdaia-header-default #navigation.dropdown-light .primary-menu ul#menu-primary ul.bd_none.sub-menu,
.bdaia-header-default #navigation.dropdown-light .primary-menu ul#menu-primary ul.bd_none.sub-menu .sub-menu,
.bdaia-header-default #navigation.dropdown-light .primary-menu ul#menu-primary div.bd_mega.sub-menu,
.bdaia-header-default #navigation.dropdown-light .primary-menu ul#menu-primary div.sub_cats_posts.cats-mega-wrap {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

.bdaia-header-default #navigation.dropdown-light .primary-menu ul#menu-primary .bd_mega.sub-menu,
.bdaia-header-default #navigation.dropdown-light .primary-menu ul#menu-primary .sub-menu,
.bdaia-header-default #navigation.dropdown-light .primary-menu ul#menu-primary .sub_cats_posts {
  background: #FFF;
}

.bdaia-header-default #navigation.dropdown-light .primary-menu ul#menu-primary .bd_mega.sub-menu,
.bdaia-header-default #navigation.dropdown-light .primary-menu ul#menu-primary .sub-menu,
.bdaia-header-default #navigation.dropdown-light .primary-menu ul#menu-primary .sub_cats_posts,
.bdaia-header-default #navigation.dropdown-light .primary-menu ul#menu-primary li.bd_mega_menu div.bd_mega ul.bd_mega.sub-menu li a,
.bdaia-header-default #navigation.dropdown-light .primary-menu ul#menu-primary li.bd_menu_item ul.sub-menu li a,
.bdaia-header-default #navigation.dropdown-light .primary-menu ul#menu-primary .sub_cats_posts a {
  color: #333;
}

.bdaia-header-default #navigation.dropdown-light .primary-menu ul#menu-primary li.bd_mega_menu div.bd_mega ul.bd_mega.sub-menu li a:hover,
.bdaia-header-default #navigation.dropdown-light .primary-menu ul#menu-primary li.bd_menu_item ul.sub-menu li a:hover,
.bdaia-header-default #navigation.dropdown-light .primary-menu ul#menu-primary .sub_cats_posts a:hover {
  color: #EA0253;
}

.bdaia-header-default #navigation.dropdown-light .primary-menu ul#menu-primary ul li.menu-item-has-children > a:after {
  border-left-color: #333;
}

.bdaia-header-default #navigation.dropdown-light div.mega-cat-sub-categories {
  background: #FAFAFA;
}

.bdaia-header-default #navigation.dropdown-light div.mega-cat-sub-categories li.cat-active a {
  background: #FFF !important;
  border-top: 1px #EEE solid;
  border-bottom: 1px #EEE solid;
}

/**
 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: 'mshkah';
  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%;
}

.bdaia-header-default #navigation div.mega-cat-content span.star-rating {
  margin-top: 6px !important;
  height: 12px !important;
  width: 64px !important;
  font-size: 13px !important;
  line-height: 12px !important;
}

.bdaia-header-default #navigation div.mega-cat-content .star-rating span:before,
.bdaia-header-default #navigation div.mega-cat-content span.star-rating:before {
  color: #FFF !important;
}

.bdaia-header-default #navigation div.mega-cat-content .star-rating span {
  height: 12px !important;
  line-height: 12px !important;
}

.bdaia-header-default #navigation div.mega-cat-content span.star-rating:before,
.bdaia-header-default #navigation div.mega-cat-content .star-rating span:before {
  height: 12px !important;
  width: 64px !important;
  font-size: 13px !important;
  line-height: 12px !important;
}

/**
 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;
}

body.of-new-article .sticky-nav-on #navigation.sticky-nav span.bdaia-alert-new-posts {
  display: none;
}

/**
 Login icon
 * ----------------------------------------------------------------------------- */
#navigation .bdaia-login-icon {
  float: right;
  width: 48px;
  height: 48px;
  display: block;
  color: #707070;
  text-align: center;
  position: relative;
}

nav#navigation.sticky-nav .bdaia-login-icon {
  display: none;
}

@media only screen and (max-width: 930px) {
  #navigation .bdaia-login-icon {
    display: none
  }
}

body.rtl #navigation .bdaia-login-icon {
  float: left;
}

#navigation .bdaia-login-icon .bdaia-io {
  font-size: 25px;
  line-height: 48px;
  display: block;
  cursor: pointer;
}

/**
 Cart icon
 * ----------------------------------------------------------------------------- */
#navigation .bdaia-cart {
  float: right;
  width: 48px;
  height: 48px;
  display: block;
  color: #707070;
  text-align: center;
  position: relative;
}

nav#navigation.sticky-nav .bdaia-cart {
  display: none;
}

@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: inline-block;
  position: absolute;
  background: #56B85A;
  color: #FFF;
  top: 6px;
  right: 9px;
  padding: 3px 5px;
  text-align: center;
  font-size: 10px;
  line-height: 10px;
  font-family: 'mshkah';
  box-sizing: border-box;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  vertical-align: middle;
}

@-webkit-keyframes pulse {
  from,
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05)
  }
}

@keyframes pulse {
  from,
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05)
  }
}

.pulse {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  border: none;
  -webkit-box-shadow: 0 0 0 0 #FFF, 0 0 0 0 rgba(86, 184, 90, .8);
  box-shadow: 0 0 0 0 #FFF, 0 0 0 0 rgba(86, 184, 90, .8);
  border-radius: 100%;
  vertical-align: middle;
  cursor: pointer;
  transform: translate3d(0, 0, 0);
  -webkit-animation: pulse 1.25s infinite cubic-bezier(.66, .33, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(.66, .33, 0, 1)
}

@-webkit-keyframes pulse {
  to {
    -webkit-box-shadow: 0 0 0 1px transparent, 0 0 0 7px rgba(155, 89, 182, 0);
    box-shadow: 0 0 0 1px transparent, 0 0 0 7px rgba(155, 89, 182, 0)
  }
}

@keyframes pulse {
  to {
    -webkit-box-shadow: 0 0 0 1px transparent, 0 0 0 7px rgba(155, 89, 182, 0);
    box-shadow: 0 0 0 1px transparent, 0 0 0 7px rgba(155, 89, 182, 0)
  }
}

/**
 Random post
 * ----------------------------------------------------------------------------- */
#navigation .bdaia-random-post {
  float: right;
  width: 48px;
  height: 48px;
  display: block;
  color: #707070;
  text-align: center;
  position: relative;
}

nav#navigation.sticky-nav .bdaia-random-post {
  display: none;
}

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: 'mshkah';
  cursor: pointer;
}

@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 {
}

div.bdaia-anp-inner ul li {
  position: relative;
  width: 33.33333333333333%;
  float: left;
  clear: right;
}

body.rtl div.bdaia-anp-inner ul li {
  float: right;
  clear: left;
}

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: 'mshkah';
  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;
  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: 'mshkah' !important;
  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;
  font-family: 'mshkah' !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-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: 'mshkah';
  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: 15px;
  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 .bdaia-io-url-okru:hover .bdaia-io:before {
  background: #ee6601;
}

.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 .bdaia-io-url-okru .bdaia-io:before {
  background: #ee6601;
}

.bdaia-social-io-colored .bdaia-social-io {
  text-align: center;
}

.bdaia-social-io-colored .bdaia-social-io a {
  color: #FFF !important;
  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: 'mshkah';
  color: #FDFDFD;
}

/**
 Wordpress Defualt Shorty
 * ----------------------------------------------------------------------------- */
.bdaia-post-content {
}

.bdaia-post-content br {
  display: block !important;
}

.bdaia-post-content a {
  color: #EA0253;
}

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

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

.bdaia-post-content ul,
.bdaia-post-content ol {
  margin: 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: none !important;
  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 200 mss 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: 'mshkah';
  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 100ms cubic-bezier(0, 0, 0.58, 1) 0s;
  -moz-transition: all 100ms cubic-bezier(0, 0, 0.58, 1) 0s;
  -khtml-transition: all 100ms cubic-bezier(0, 0, 0.58, 1) 0s;
  -webkit-transition: all 100ms cubic-bezier(0, 0, 0.58, 1) 0s;
  -ms-transition: all 100 mss cubic-bezier(0, 0, 0.58, 1) 0s;
  transition: all 100ms 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-envato:hover .bdaia-io {
  background: #9BC467;
}

div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style1 li.social-counter-vk:hover .bdaia-io {
  background: #6A84A4;
}

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-envato:hover .bdaia-io:before {
  background: #9BC467;
}

div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style2 li.social-counter-vk:hover .bdaia-io:before {
  background: #6A84A4;
}

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-envato:hover .sc-num {
  color: #9BC467;
}

div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style2 li.social-counter-vk:hover .sc-num {
  color: #6A84A4;
}

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-envato .bdaia-io:before {
  background: #9BC467;
}

div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style3 li.social-counter-vk .bdaia-io:before {
  background: #6A84A4;
}

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-envato a {
  background: #9BC467;
}

div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style4 li.social-counter-vk a {
  background: #6A84A4;
}

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-envato a {
  background: #9BC467;
}

div.widget.bdaia-widget.bdaia-widget-counter .bdaia-wc-style5 li.social-counter-vk a {
  background: #6A84A4;
}

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 200 mss 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: 'mshkah';
}

.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: 'mshkah';
}

.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 200 mss 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 200 mss 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 200 mss 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: 'mshkah';
}

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: 'mshkah';
}

article.post .widget.bdaia-widget.widget_mc4wp_form_widget .bdaia-mc4wp-bform-p {
  margin: 0 auto 0 auto;
  font-family: 'mshkah';
  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: 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: 'mshkah';
  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: 'mshkah';
  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: 'mshkah';
  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 .entry-title {
  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 .entry-title {
    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
}

/**
 Footer top area
 * ----------------------------------------------------------------------------- */
div.woohoo-footer-top-area {
  position: relative;
  overflow: hidden;
  background-color: #0c0c0c;
  color: #909090;
  padding: 40px 0 0;
}

div.woohoo-footer-top-area a,
div.woohoo-footer-top-area li a {
  color: #CCC;
}

div.woohoo-footer-top-area a:hover,
div.woohoo-footer-top-area li a:hover,
div.woohoo-footer-top-area li:hover a {
  color: #FFF;
}

div.woohoo-footer-menu {
  text-align: center;
  padding: 0 0 40px;
}

div.woohoo-footer-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

div.woohoo-footer-menu li {
  display: inline-block;
}

div.woohoo-footer-menu a {
  padding: 0 8px;
}

/* Footer Row */
div.woohoo-footer-top-area div.bdaia-row {
  padding: 0 0 40px;
}

div.woohoo-footer-top-area .bdaia-social-io-colored .bdaia-social-io {
  text-align: inherit;
}

div.woohoo-footer-top-area .tagcloud {
  text-align: center;
}

div.woohoo-footer-top-area .tagcloud {
  padding-bottom: 40px;
}

div.woohoo-footer-top-area .tagcloud a,
div.woohoo-footer-top-area .tagcloud span {
  float: none;
  background: #000;
  color: #FFF;
}

div.woohoo-footer-top-area .tagcloud span,
div.woohoo-footer-top-area .tagcloud a:hover {
  background: #EA0253;
}

.footer-col3 {
  width: 25%;
}

.footer-col6 {
  width: 50%;
}

.footer-col3,
.footer-col6 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.rtl .footer-col3,
.rtl .footer-col6 {
  float: right;
}

@media only screen and (max-width: 787px) {
  .footer-col3,
  .footer-col6,
  .rtl .footer-col3,
  .rtl .footer-col6 {
    float: none;
    width: 100%;
    padding: 0;
    text-align: center;
  }
  
  div.woohoo-footer-top-area h4.block-title {
    display: inline-block;
  }
  
  div.woohoo-footer-top-area .footer-logo-inner {
    margin: 0 !important;
  }
  
  .footer-col6 {
    padding: 40px 0
  }
}

/**
 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: 0 !important;
    margin-right: 0 !important;
    bottom: 0 !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;
}

/**
 tech edmo
 * ----------------------------------------------------------------------------- */
.wooho-tech-demo {
}

.wooho-tech-demo div#bdaia-breaking-news.breaking-news-items div.breaking-news-items-inner {
  background: transparent;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.wooho-tech-demo div#bdaia-breaking-news.breaking-news-items div.bd-container:after {
  display: none;
}

.wooho-tech-demo div#bdaia-breaking-news.breaking-news-items {
  margin: 0 auto;
}

#big-grids .flex-next:hover, #big-grids .flex-prev:hover, .featured-title:hover .featured-cat a, .featured-title .featured-comment a, .big-grids-container .flex-control-paging li a.flex-active, .tagcloud a:hover {
  color: #FFF !important;
}

/* ilightbox */
.ilightbox-overlay, .ilightbox-loader, .ilightbox-loader *, .ilightbox-holder, .ilightbox-holder .ilightbox-container, .ilightbox-holder .ilightbox-container img.ilightbox-image, .ilightbox-holder .ilightbox-container .ilightbox-caption, .ilightbox-toolbar, .ilightbox-toolbar *, .ilightbox-thumbnails, .ilightbox-thumbnails *, .ilightbox-holder .ilightbox-container .ilightbox-social, .ilightbox-holder .ilightbox-container .ilightbox-social * {
  float: none;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  line-height: 100%;
  vertical-align: baseline;
  background: transparent;
  
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.ilightbox-overlay, .ilightbox-loader, .ilightbox-loader *, .ilightbox-holder .ilightbox-container .ilightbox-caption, .ilightbox-toolbar, .ilightbox-thumbnails, .ilightbox-thumbnails *, .ilightbox-holder .ilightbox-container .ilightbox-social {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
}

/* Disable & Hide Scrollbar */
.ilightbox-noscroll {
  overflow: hidden;
}

.ilightbox-closedhand * {
  cursor: url(css/ilightbox/closedhand.cur), default !important;
}

.ilightbox-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
}

.ilightbox-loader {
  position: fixed;
  z-index: 100005;
  top: 45%;
  left: -192px;
  padding-left: 30px;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  
  -webkit-border-radius: 0 100px 100px 0;
  border-radius: 0 100px 100px 0;
}

.ilightbox-loader div {
  width: 72px;
  height: 72px;
  
  -webkit-border-radius: 0 100px 100px 0;
  border-radius: 0 100px 100px 0;
}

.ilightbox-loader.horizontal {
  left: 45%;
  top: -192px;
  padding: 0;
  padding-top: 30px;
  
  -webkit-border-radius: 0 0 100px 100px;
  border-radius: 0 0 100px 100px;
}

.ilightbox-loader.horizontal div {
  -webkit-border-radius: 0 0 100px 100px;
  border-radius: 0 0 100px 100px;
}

.ilightbox-toolbar {
  display: none;
  position: fixed;
  z-index: 100010;
}

.ilightbox-toolbar a {
  float: left;
  cursor: pointer;
}

.ilightbox-toolbar .ilightbox-prev-button,
.ilightbox-toolbar .ilightbox-next-button {
  display: none;
}

.ilightbox-thumbnails {
  display: block;
  position: fixed;
  z-index: 100009;
}

.ilightbox-thumbnails.ilightbox-horizontal {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
}

.ilightbox-thumbnails.ilightbox-vertical {
  top: 0;
  right: 0;
  width: 140px;
  height: 100%;
  overflow: hidden;
}

.ilightbox-thumbnails .ilightbox-thumbnails-container {
  display: block;
  position: relative;
}

.ilightbox-thumbnails.ilightbox-horizontal .ilightbox-thumbnails-container {
  width: 100%;
  height: 100px;
}

.ilightbox-thumbnails.ilightbox-vertical .ilightbox-thumbnails-container {
  width: 140px;
  height: 100%;
}

.ilightbox-thumbnails .ilightbox-thumbnails-grid {
  display: block;
  position: absolute;
  
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
}

.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail {
  display: block;
  cursor: pointer;
  padding: 10px;
  position: relative;
}

.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail img {
  width: 100%;
  height: 100%;
  
  -webkit-border-radius: 2px;
  border-radius: 2px;
  
  -ms-interpolation-mode: bicubic;
}

.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-icon {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .7;
}

.ilightbox-thumbnails .ilightbox-thumbnails-grid .ilightbox-thumbnail .ilightbox-thumbnail-icon:hover {
  opacity: 1;
}

.ilightbox-holder {
  display: none;
  position: fixed;
  z-index: 100003;
  -webkit-transform: none;
  -moz-transform: none;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  overflow: hidden;
}

.ilightbox-holder.ilightbox-next, .ilightbox-holder.ilightbox-prev {
  cursor: pointer;
}

.ilightbox-holder div.ilightbox-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ilightbox-holder.supportTouch div.ilightbox-container {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

.ilightbox-holder img.ilightbox-image {
  width: 100%;
  height: 100%;
}

.ilightbox-holder .ilightbox-container .ilightbox-caption {
  display: none;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  max-width: 100%;
  padding: 5px 10px;
  margin: 0 auto;
  font-size: 12px;
  line-height: 150%;
  word-wrap: break-word;
  z-index: 20003;
  
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.ilightbox-holder .ilightbox-container .ilightbox-social {
  display: none;
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 5px;
  padding-left: 0;
  z-index: 20003;
  height: 16px;
}

.ilightbox-holder .ilightbox-container .ilightbox-social ul {
  float: left;
  list-style: none;
  height: 16px;
}

.ilightbox-holder .ilightbox-container .ilightbox-social ul li {
  display: inline;
}

.ilightbox-holder .ilightbox-container .ilightbox-social ul li a {
  float: left;
  margin-left: 5px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: 50%;
}

.ilightbox-holder .ilightbox-alert {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  padding-top: 100px;
  margin: auto;
  width: 300px;
  height: 50px;
}

.ilightbox-holder .ilightbox-wrapper {
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.ilightbox-holder .ilightbox-inner-toolbar {
  position: relative;
  z-index: 100;
}

.ilightbox-holder .ilightbox-inner-toolbar .ilightbox-toolbar {
  position: absolute;
}

/* Style arrow buttons */
.ilightbox-button {
  position: fixed;
  z-index: 100008;
  cursor: pointer;
}

/* Style mobile devices */
.isMobile .ilightbox-button,
.isMobile .ilightbox-thumbnails {
  display: none !important;
}

.isMobile .ilightbox-toolbar .ilightbox-prev-button,
.isMobile .ilightbox-toolbar .ilightbox-next-button {
  display: block;
}

/*
div.e3-inner ins {
    background: transparent !important;
    text-decoration: none !important;
}
div.bdaia-ad-container ins,
div.bdaia-e3-container ins {
    margin: 0 auto !important;
    padding: 0 !important;
    background: transparent !important;
    text-decoration: none !important;
}
@media only screen and (max-width: 900px) {
    div.bdaia-ad-container ins, div.bdaia-e3-container ins {
        width: 728px !important;
        height: 90px !important;
    }
}
@media only screen and (max-width: 730px) {
    div.bdaia-ad-container ins, div.bdaia-e3-container ins {
        width: 468px !important;
        height: 60px !important;
    }
}
@media only screen and (max-width: 500px) {
    div.bdaia-ad-container ins, div.bdaia-e3-container ins {
        width: 320px !important;
        height: 100px !important;
    }
}*/

/**
 Login popup
 * ----------------------------------------------------------------------------- */
div#woohoo-login-join {
  display: none;
}

div.woohoo-login-join-nav {

}

div.woohoo-login-join-nav p.woohoo-login-join-nav-icon {
  display: none;
  text-align: center;
  margin: 0 auto 30px auto;
}

div.woohoo-login-join-nav p.woohoo-login-join-nav-icon span {
  border: 2px #222222 solid;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  overflow: hidden;
  position: relative;
  z-index: 3;
}

div.woohoo-login-join-nav p.woohoo-login-join-nav-icon span:before {
  font-size: 48px;
  position: relative;
  z-index: 0;
  bottom: -1px;
}

div.woohoo-login-join-nav p.woohoo-login-join-nav-title {
  text-align: center;
  margin: 0 auto 30px auto;
  padding: 20px 0;
  font-size: 21px;
  font-weight: 400;
  line-height: 25px;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  /*border-bottom: 1px solid #e5e5e5;*/
  background-color: rgba(0, 0, 0, 0.05);
}

div.woohoo-loginform form#loginform {
  padding: 0;
  margin: 0;
  text-align: center;
}

div.woohoo-loginform div.woohoo-loginform-welcome {
  text-align: center;
  clear: both;
  overflow: hidden;
  margin-bottom: 30px;
}

div.woohoo-loginform div.woohoo-loginform-welcome span {
  clear: both;
  display: block;
  overflow: hidden;
}

div.woohoo-loginform div.woohoo-loginform-welcome span.we {
  font-size: 26px;
  line-height: 32px;
}

div.woohoo-loginform form#loginform p {
  margin: 0 auto 12px auto;
}

div.woohoo-loginform form#loginform p.login-username label,
div.woohoo-loginform form#loginform p.login-password label {
  clear: both;
  display: block;
  margin: 0 auto 10px auto;
}

div.woohoo-loginform form#loginform p.login-username input,
div.woohoo-loginform form#loginform p.login-password input {
  width: 70%;
  padding: 11px 10px;
  text-align: center;
}

div.woohoo-loginform form#loginform p.login-remember {
  display: block;
}

div.woohoo-loginform form#loginform p.login-remember input {
  margin: 0 6px;
}

div.woohoo-loginform form#loginform p.login-submit {
  padding: 0;
  margin: 0 auto;
}

div.woohoo-loginform form#loginform p.login-submit .button-primary {
  padding: 14px 22px;
  font-size: 13px;
  line-height: 13px;
  text-transform: uppercase;
}

div.woohoo-registerform {
  text-align: center;
}

div.woohoo-registerform form#registerform {
  padding: 0;
  margin: 0;
}

div.woohoo-registerform form#registerform p {
  margin: 0 auto 12px auto;
}

div.woohoo-registerform form#registerform p label {
  clear: both;
  display: block;
  margin: 0 auto 10px auto;
}

div.woohoo-registerform form#registerform p input {
  width: 70%;
  padding: 11px 10px;
  text-align: center;
}

div.woohoo-registerform form#registerform p.form-submit {
  padding: 0;
  margin: 0 auto;
}

div.woohoo-registerform form#registerform p.form-submit .button-primary {
  padding: 14px 22px;
  font-size: 13px;
  line-height: 13px;
  text-transform: uppercase;
  width: auto;
}

div.woohoo-login-join-footer {
  text-align: center;
  margin: 30px auto 0 auto;
  padding: 20px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  font-style: normal;
  letter-spacing: normal;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  border-top: 1px solid #e5e5e5;
}

div.woohoo-login-join-footer span {
  display: inline-block;
  cursor: pointer;
}

div#woohoo-login-join div.woohoo-login-join-wrapper.woohoo-login-join-onlogin div#woohoo-login,
div#woohoo-login-join div.woohoo-login-join-wrapper.woohoo-login-join-onlogin div.woohoo-login-join-footer-signup {
  display: block;
}

div#woohoo-login-join div.woohoo-login-join-wrapper.woohoo-login-join-onlogin div#woohoo-signup,
div#woohoo-login-join div.woohoo-login-join-wrapper.woohoo-login-join-onlogin div.woohoo-login-join-footer-login {
  display: none;
}

div#woohoo-login-join div.woohoo-login-join-wrapper.woohoo-login-join-onsignup div#woohoo-login,
div#woohoo-login-join div.woohoo-login-join-wrapper.woohoo-login-join-onsignup div.woohoo-login-join-footer-signup {
  display: none;
}

div#woohoo-login-join div.woohoo-login-join-wrapper.woohoo-login-join-onsignup div#woohoo-signup,
div#woohoo-login-join div.woohoo-login-join-wrapper.woohoo-login-join-onsignup div.woohoo-login-join-footer-login {
  display: block;
}

div.woohoo-loginform-info {
  text-align: center;
  padding: 0 13%;
}

div.woohoo-loginform-info img {
  background-color: rgba(0, 0, 0, 0.05);
}

div.woohoo-loginform-info ul.login-list {
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  margin: 0 auto;
  padding: 0;
}

div.woohoo-loginform-info div.woohoo-loginform-description {
  font-size: 14px;
  line-height: 21px;
}

div.woohoo-loginform-info div.woohoo-loginform-avatar {
  line-height: 0;
}

div.woohoo-loginform-info div.bdaia-social-io-colored,
div.woohoo-loginform-info div.woohoo-loginform-description,
div.woohoo-loginform-info div.woohoo-loginform-avatar,
div.woohoo-loginform-info ul.login-list {
  margin-bottom: 30px;
}


.bdaia-post-content p.date {
  color: #8799a3 !important;
  margin-bottom: 7px;
}


.h5ab-print-button-container {
  width: inherit !important;
  display: inline-block !important;
  float: right !important;
  margin-left: 20px !important;
}

@media (min-width:768px){
	.share-to-whatsapp-wrapper{
		display:none;
	}
}
