@charset "UTF-8";
/***************************************
    Theme Name: BeeBlog
    Description: A Premium Wordpress News Theme.
    Author: Amr Sadek
    Theme URI: http://themes.bdayh.com
    Author URI: http://themeforest.net/user/bdayh
    Version: 1.4.0
	License: license purchased
	License URI: http://themeforest.net/licenses/regular_extended
    Tags: light, gray, white, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
    Text Domain: bd

***************************************/

* {
    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: #4db2ec;
    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;
}
body.rtl { direction: rtl; }
a,
a:link,
a:active {
    color: #000;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
a:hover { color: #555; }
a:focus { }
.clear { clear: both; }
.clear:after,
.clear:before {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: " ";
}

.entry-inner a {
color: #9E1523;
font-weight: bold;
} 
.bottom24 { margin-bottom: 24px; }
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    margin: 36px 0 12px;
}
h1 {
    font-size: 26px;
    line-height: 1.3846153846;
}
h2 {
    font-size: 24px;
    line-height: 1;
}
h3 {
    font-size: 25px;
    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: monospace, serif;
    font-size: 15px;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    line-height: 1.6;
}
pre {
    direction: ltr;
    background: url(images/code-bg.png);
    font: 11px/19px 'andale mono', 'lucida console', monospace;
    padding: 15px;
    display: block;
    overflow-x: visible;
    overflow-y: hidden;
    margin: 0 0 24px 0;
    color: #666;
    border: 1px solid #f0f0f0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
    border-radius: 3px;
}
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 {
    color: #767676;
    font-size: 16px;
    font-style: italic;
    line-height: 26px;
    margin-bottom: 24px;
}
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;
}
table,
th,
td {
    border-color: #f0f0f0;
    border: 1px solid rgba(0, 0, 0, 0.05);
}
table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin-bottom: 24px;
    width: 100%;
}
caption,
th,
td {
    font-weight: normal;
    text-align: left;
}
th {
    border-width: 0 1px 1px 0;
    font-weight: 700;
}
td { border-width: 0 1px 1px 0; }
del { color: #191919; }
hr {
    background-color: #f0f0f0;
    border: 0;
    height: 1px;
    margin-bottom: 23px;
}
input,
textarea {
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-color: #e0e0e0;
    -webkit-box-shadow: 0px 2px 0px 0px rgba(0,0,0,0.03);
    box-shadow: 0px 2px 0px 0px 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: #4db2ec;
    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: #4db2ec; }
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; }

/**
 * 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;
}

@font-face {
    font-family: 'PlayfairDisplay';
    src:url('fonts/playfair-display/PlayfairDisplaySC-Regular.eot');
    src:url('fonts/playfair-display/PlayfairDisplaySC-Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/playfair-display/PlayfairDisplaySC-Regular.woff') format('woff'),
    url('fonts/playfair-display/PlayfairDisplaySC-Regular.ttf') format('truetype'),
    url('fonts/playfair-display/PlayfairDisplaySC-Regular.svg#PlayfairDisplay') 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,
#reply-title,
ul.tabs_nav li a,
.box-title h3,
.blog-v1 article .entry-title,
.widget .widget-title h2
{
    font-family: 'Merriweather', sans-serif
}

.blog-v1 article .entry-title {

}
.post-navigation,
button, .btn-link, input[type="button"], input[type="reset"], input[type="submit"],.bbd-search-btn,
.bdayh-page-title-bar,
#related-posts .related-re_scroll .post-item .post-caption h3,
.featured-title .featured-cat a,
.check-also-post .post-title,
.box-title h3,
.page-title h2, .post-sharing-box .title, .box-title h2, #reply-title,
.box-title,
.pagenavi,
.bdayh-insta-title,
.widget-footer-title h3,
.widget .widget-inner ul,
.widget .widget-inner li,
.widget .widget-inner ol,

.widget_archive ul li,
.widget_categories ul li,
.widget_meta ul li,
.widget_recent_entries ul li,

.widget.flexslider .slides li .slider-caption,
.timeline-article-title,
.widget .widget-posts-lists .post-warpper h3,

ul.tabs_nav li a, .bd-sidebar .widget-title h4,
ul.bd-post-carousel article h3,
.top-menu-area,
.nav-menu, .nav-menu .entry-title,
.featured-title h2,
article.classic1-item .arti-title,
.logo .site-name,
.blog-v1 article .entry-title
{
    font-family: "Raleway"
}



body input,
body textarea,
body select,
body button
{
    font-family: Verdana,Geneva,sans-serif;
}

@font-face {
    font-family: 'SugarPie';
    src:url("//s3.amazonaws.com/hiremyfriend/fonts/27AD03_0_0-daa8532e.eot");
    src:url("//s3.amazonaws.com/hiremyfriend/fonts/fonts/27AD03_0_0.eot?#iefix") format("embedded-opentype"),
    url("//s3.amazonaws.com/hiremyfriend/fonts/27AD03_0_0-7240ae9f.woff") format("woff"),
    url("//s3.amazonaws.com/hiremyfriend/fonts/27AD03_0_0-db516837.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face{font-family:'FontAwesome';src:url('fonts/fontawesome/fontawesome-webfont.eot?v=4.3.0');src:url('fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'),url('fonts/fontawesome/fontawesome-webfont.woff2?v=4.3.0') format('woff2'),url('fonts/fontawesome/fontawesome-webfont.woff?v=4.3.0') format('woff'),url('fonts/fontawesome/fontawesome-webfont.ttf?v=4.3.0') format('truetype'),url('fonts/fontawesome/fontawesome-webfont.svg?v=4.3.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;transform:translate(0, 0)}.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}.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-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-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-genderless:before,.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-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-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"}

/**
 * Lightbox
 * ----------------------------------------------------------------------------- *
 */
.jquery-lightbox-move *{webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.jquery-lightbox-overlay{background:#000;-webkit-tap-highlight-color:transparent}.jquery-lightbox{position:relative;padding:17px 0}.jquery-lightbox-border-bottom-left,.jquery-lightbox-border-bottom-right,.jquery-lightbox-border-top-left,.jquery-lightbox-border-top-right{position:absolute;height:18px;width:12%;z-index:7000}.jquery-lightbox-border-top-left{background:url(images/lightbox/themes/default/images/jquery-lightbox-theme.png) no-repeat;top:0;left:0}.jquery-lightbox-border-top-right{background:url(images/lightbox/themes/default/images/jquery-lightbox-theme.png) right 0 no-repeat;top:0;right:0}.jquery-lightbox-border-top-middle{background:#2b2b2b;position:absolute;height:7px;width:78%;top:0;left:12%;z-index:7000;overflow:hidden}.jquery-lightbox-border-bottom-left{background:url(images/lightbox/themes/default/images/jquery-lightbox-theme.png) 0 bottom no-repeat;bottom:0;left:0}.jquery-lightbox-border-bottom-right{background:url(images/lightbox/themes/default/images/jquery-lightbox-theme.png) right bottom no-repeat;bottom:0;right:0}.jquery-lightbox-border-bottom-middle{background:#2b2b2b;height:7px;width:78%;position:absolute;bottom:0;left:12%;z-index:7000;overflow:hidden}.jquery-lightbox-title{background:#2b2b2b;color:#FFF;font-family:verdana,arial,serif;font-size:11px;line-height:14px;padding:5px 8px;margin:3px;position:absolute;bottom:0;z-index:7000;opacity:.9}.jquery-lightbox-html{z-index:7000;position:relative;border:0;border-left:7px solid #2b2b2b;border-right:7px solid #2b2b2b;padding:0 15px;vertical-align:top;-webkit-overflow-scrolling:touch}.jquery-lightbox-html embed,.jquery-lightbox-html iframe,.jquery-lightbox-html object{vertical-align:top;display:block}.jquery-lightbox-background{position:absolute;top:7px;left:7px;z-index:6999;float:left;padding:0}.jquery-lightbox-background img{display:block;position:relative;border:0;margin:0;padding:0;width:100%;height:100%}.jquery-lightbox-mode-image .jquery-lightbox-html{z-index:6998;padding:0}.jquery-lightbox-mode-html .jquery-lightbox-background{background:#FFF}.jquery-lightbox-mode-html .jquery-lightbox-html{overflow:auto}.jquery-lightbox-loading,.jquery-lightbox-mode-html .jquery-lightbox-loading{background:url(images/loading.gif) center center no-repeat #FFF}.jquery-lightbox-button-close{background:url(images/lightbox/themes/default/images/jquery-lightbox-theme.png) -190px -115px no-repeat;position:absolute;top:12px;right:-26px;width:29px;height:29px}.jquery-lightbox-button-close:hover{background:url(images/lightbox/themes/default/images/jquery-lightbox-theme.png) -220px -115px no-repeat}.jquery-lightbox-button-close span,.jquery-lightbox-buttons span{display:none}.jquery-lightbox-mode-image .jquery-lightbox-button-close{right:14px;z-index:7002}.jquery-lightbox-buttons{position:absolute;top:7px;left:7px;z-index:7001;height:39px;display:none}.jquery-lightbox-buttons .jquery-lightbox-buttons-end,.jquery-lightbox-buttons .jquery-lightbox-buttons-init{width:5px;height:39px;float:left;display:inline}.jquery-lightbox-buttons .jquery-lightbox-buttons-init{background:url(images/lightbox/themes/default/images/jquery-lightbox-theme.png) -151px -153px no-repeat;margin:7px 0 0 7px}.jquery-lightbox-buttons .jquery-lightbox-buttons-end{background:url(images/lightbox/themes/default/images/jquery-lightbox-theme.png) -244px -153px no-repeat;margin:7px 0 0}.jquery-lightbox-buttons .jquery-lightbox-button-left{background:url(images/lightbox/themes/default/images/jquery-lightbox-theme.png) -156px -153px no-repeat;width:24px;height:39px;float:left;display:inline;margin:7px 0 0}.jquery-lightbox-buttons .jquery-lightbox-button-left:hover{background:url(images/lightbox/themes/default/images/jquery-lightbox-theme.png) -156px -194px no-repeat}.jquery-lightbox-buttons .jquery-lightbox-button-right{background:url(images/lightbox/themes/default/images/jquery-lightbox-theme.png) -220px -153px no-repeat;width:24px;height:39px;float:left;display:inline;margin:7px 0 0}.jquery-lightbox-buttons .jquery-lightbox-button-right:hover{background:url(images/lightbox/themes/default/images/jquery-lightbox-theme.png) -220px -194px no-repeat}.jquery-lightbox-buttons .jquery-lightbox-button-max{background:url(images/lightbox/themes/default/images/jquery-lightbox-theme.png) -182px -153px no-repeat;width:36px;height:39px;float:left;display:inline;margin:7px 0 0}.jquery-lightbox-buttons .jquery-lightbox-button-max:hover{background:url(images/lightbox/themes/default/images/jquery-lightbox-theme.png) -182px -194px no-repeat}.jquery-lightbox-buttons .jquery-lightbox-button-min{background:url(images/lightbox/themes/default/images/jquery-lightbox-theme.png) -162px -235px no-repeat;width:36px;height:39px;float:left;display:inline;margin:7px 0 0}.jquery-lightbox-buttons .jquery-lightbox-button-min:hover{background:url(images/lightbox/themes/default/images/jquery-lightbox-theme.png) -207px -235px no-repeat}.jquery-lightbox-buttons-custom{height:39px;float:left;display:inline;background:#2b2b2b;line-height:39px;font-size:10px;margin:7px 0 0}.jquery-lightbox-buttons-custom a{color:#FFF;font-size:10px;display:inline;font-weight:400;text-decoration:underline;padding:0 3px}.jquery-lightbox-mode-image .jquery-lightbox-button-close{opacity:.7}.jquery-lightbox-mode-image .jquery-lightbox-buttons{opacity:.3}.jquery-lightbox-mode-image:hover .jquery-lightbox-button-close,.jquery-lightbox-mode-image:hover .jquery-lightbox-buttons{opacity:.9}.jquery-lightbox-hide,.jquery-lightbox-navigator{display:none}@media screen and (max-device-width:640px),screen and (max-device-width:768px) and (-webkit-min-device-pixel-ratio:2),screen and (max-device-width:768px) and (max--moz-device-pixel-ratio:2){.jquery-lightbox-border-bottom-left,.jquery-lightbox-border-bottom-right,.jquery-lightbox-border-top-left,.jquery-lightbox-border-top-right,.jquery-lightbox-button-close,.jquery-lightbox-button-close:hover,.jquery-lightbox-buttons .jquery-lightbox-button-left,.jquery-lightbox-buttons .jquery-lightbox-button-left:hover,.jquery-lightbox-buttons .jquery-lightbox-button-max,.jquery-lightbox-buttons .jquery-lightbox-button-max:hover,.jquery-lightbox-buttons .jquery-lightbox-button-min,.jquery-lightbox-buttons .jquery-lightbox-button-min:hover,.jquery-lightbox-buttons .jquery-lightbox-button-right,.jquery-lightbox-buttons .jquery-lightbox-button-right:hover,.jquery-lightbox-buttons .jquery-lightbox-buttons-end,.jquery-lightbox-buttons .jquery-lightbox-buttons-init{background-image:url(images/lightbox/themes/default/images/jquery-lightbox-theme-mobile.png);background-size:834px auto}.jquery-lightbox-button-close{background-position:-380px -230px;width:58px;height:58px;right:-52px;-webkit-tap-highlight-color:transparent;outline:0}.jquery-lightbox-button-close:hover{background-position:-440px -230px}.jquery-lightbox-buttons .jquery-lightbox-buttons-end,.jquery-lightbox-buttons .jquery-lightbox-buttons-init{width:10px;height:78px}.jquery-lightbox-buttons .jquery-lightbox-buttons-init{background-position:-302px -306px}.jquery-lightbox-buttons .jquery-lightbox-buttons-end{background-position:-488px -306px}.jquery-lightbox-buttons .jquery-lightbox-button-left{background-position:-312px -306px;width:48px;height:78px;-webkit-tap-highlight-color:transparent;outline:0}.jquery-lightbox-buttons .jquery-lightbox-button-left:hover{background-position:-312px -388px}.jquery-lightbox-buttons .jquery-lightbox-button-right{background-position:-440px -306px;width:48px;height:78px;-webkit-tap-highlight-color:transparent;outline:0}.jquery-lightbox-buttons .jquery-lightbox-button-right:hover{background-position:-440px -388px}.jquery-lightbox-buttons .jquery-lightbox-button-max{background-position:-364px -306px;width:72px;height:78px;-webkit-tap-highlight-color:transparent;outline:0}.jquery-lightbox-buttons .jquery-lightbox-button-max:hover{background-position:-364px -388px}.jquery-lightbox-buttons .jquery-lightbox-button-min{background-position:-324px -470px;width:72px;height:78px;-webkit-tap-highlight-color:transparent;outline:0}.jquery-lightbox-buttons .jquery-lightbox-button-min:hover{background-position:-414px -470px}}


/**
 * Popup
 * ----------------------------------------------------------------------------- *
 */
.mfp-bg{top:0;left:0;width:100%;height:100%;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8;filter:alpha(opacity=80)}.mfp-wrap{top:0;left:0;width:100%;height:100%;position:fixed;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;-webkit-box-shadow:none;box-shadow:none}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;filter:alpha(opacity=65);padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1;filter:alpha(opacity=100)}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;bottom:0;right:0;color:#ccc;padding-right:15px;font-size:11px;line-height:18px}.mfp-arrow{font-family:FontAwesome,sans-serif;font-size:30px;position:absolute;opacity:.65;filter:alpha(opacity=65);margin:-55px 0 0;top:50%;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1;filter:alpha(opacity=100)}.mfp-arrow .mfp-a,.mfp-arrow .mfp-b{display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px}.mfp-arrow-left{left:0}.mfp-arrow-left:before{content:"\f104";color:#fff;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mfp-arrow-right{right:0}.mfp-arrow-right:before{content:"\f105";color:#fff;display:inline-block;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:before{bottom:40px;content:"";display:block;height:20%;width:100%;position:absolute;z-index:0;background:-moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(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,.7)));background:-webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.7) 100%);background:-o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.7) 100%);background:-ms-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.7) 100%);background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.7) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0)}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{font-size:11px;line-height:18px;margin-bottom:50px;position:absolute;bottom:0;left:0;width:100%;cursor:auto;padding:0 65px 0 15px;z-index:1}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-ie7 .mfp-img{padding:0}.mfp-ie7 .mfp-bottom-bar{width:600px;left:50%;margin-left:-300px;margin-top:5px;padding-bottom:5px}.mfp-ie7 .mfp-container{padding:0}.mfp-ie7 .mfp-content{padding-top:44px}.mfp-ie7 .mfp-close{top:0;right:0;padding-top:0}.image-source-link{color:#98C3D1}.mfp-with-zoom .mfp-container,.mfp-with-zoom.mfp-bg{opacity:.001;-webkit-backface-visibility:hidden;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}.mfp-with-zoom.mfp-ready .mfp-container{opacity:1}.mfp-with-zoom.mfp-ready.mfp-bg{opacity:.8}.mfp-with-zoom.mfp-removing .mfp-container,.mfp-with-zoom.mfp-removing.mfp-bg{opacity:0}.mfp-bg,.mfp-wrap{z-index:10000}


/**
 * Go top
 * ----------------------------------------------------------------------------- *
 */
.gotop {
    background-color: #4db2ec;
    opacity: 0.8;
    color: #FFF;
    z-index: 9999999999999999999;
    border-radius: 3px;
    width: 40px;
    height: 40px;
    text-align: center;
    position: fixed;
    bottom: -100px;
    right: 25px;
    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 i {
    font-size: 20px;
    line-height: 40px;
    font-weight: normal;
}
.gotop:hover { opacity: 1 }
/**
 * Main
 * ----------------------------------------------------------------------------- *
 */
#warp {
    display: block;
    position: relative;
}
.bd-container {
    width: 1080px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
.bd-main {
    width: 740px;
    float: right;
}
.bd-main .new-box:first-child { margin-top: 0; }
.rtl .bd-main { float: left; }
.bd-sidebar {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 300px;
    float: left;
    position: relative;

}
.bd-sidebar .theiaStickySidebar {


    /*
     background: #FFF;
    padding: 30px !important;
    -webkit-box-shadow: 0 0 1px rgba(68,68,68,0.4);
    -moz-box-shadow: 0 0 1px rgba(68,68,68,0.4);
    box-shadow: 0 0 1px rgba(68,68,68,0.4);


    border-radius: 2px;
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
    */

}
.rtl .bd-sidebar { float: right; }
.site_sidebar_position_right .bd-main { float: left; }
.site_sidebar_position_right .bd-sidebar { float: right; }
.rtl .site_sidebar_position_right .bd-main { float: right; }
.rtl .site_sidebar_position_right .bd-sidebar { float: left; }
#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; }

/**
 * top ================================================== */
.top-bar {
    display: block;
    position: relative;
    background: #191919;
    padding:5px 0 5px 0;
    margin:0 0 0 0;
}

    #top-navigation ul#menu-top:before,
    #top-navigation ul#menu-top:after,
    .top-bar:before,
    .top-bar:after {
        content: " ";
        display: table;
        clear: both;
    }

.top-search {
    position: relative;
    overflow: hidden;
    float: right;
    width: 180px;
    height: 35px;
    margin-left: 10px;
    background-color: #4db2ec;
}
.rtl .top-search {
    float: left;
    margin-left: 0;
    margin-right: 10px;
}
.top-search input {
    border: 0 none;
    background: none;
    margin: 0;
    margin-left: 10px;
    padding: 7px 0 8px;
    min-height: 35px;
    width: 130px;
    color: #FFF;
}
.rtl .top-search input {
    margin-left: auto;
    margin-right: 10px;
}
.top-search button {
    background: none;
    border: 0;
    padding: 0;
    margin: 0;
    width: 35px;
    height: 35px;
    border-radius : 0;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    box-shadow: none !important;
}
.top-search button i {
    font-size: 18px;
    font-weight: normal;
    margin-top: 0;
}
.rtl .top-search button {
    right: auto;
    left: 0;
}
/* Top social */
.top-social {
    float: right;
    line-height: 0;
    padding-top: 1px;
}
.rtl .top-social { float: left; }
.top-social .social-icons a i {
    background: transparent !important;
    color: #FFF;
}
/* top menu */
.top-menu-area {
    float: left;
    display: block;
    font-size: 13px;
    white-space: nowrap;
    font-style: normal;
    font-weight: 700;
}
.rtl .top-menu-area { float: right; }
#top-navigation select {
    height: 24px;
    line-height: 24px;
    padding: 3px;
    border-radius: 2px;
    margin: 5px 0 0 10px;
    min-width: 180px;
    display: none;
}
.rtl #top-navigation select {
    margin-left: 0;
    margin-right: 10px;
}
#top-navigation ul#menu-top { display: block; margin: -5px 0 !important; }
#top-navigation ul,
#top-navigation li {
    list-style: none;
    margin: 0;
    padding: 0;
}
#top-navigation ul li {
    float: left;
    margin: 0 !important;
    padding: 0;
    -webkit-transition: background .25s ease-out;
    -moz-transition: background .25s ease-out;
    -o-transition: background .25s ease-out;
    transition: background .25s ease-out;
}
#top-navigation ul > li {

}
.rtl #top-navigation ul#menu-top > li {
    float: right;
    margin: 0 3px 0 0 !important;
    border-right: 0 none;
}
#top-navigation ul li i { font-size: 19px; }
#top-navigation ul#menu-top > li,
#top-navigation ul#menu-top > li > a {
    height: 45px;
    line-height: 45px;
}
#top-navigation ul#menu-top > li > a {

    padding: 0 11px;
    color: #AAA
}
#top-navigation ul a,
#top-navigation li.current-menu-ancestor a { display: block; }
#top-navigation ul#menu-top > li:hover > a,
#top-navigation ul#menu-top > li.current_page_item > a,
#top-navigation ul#menu-top > li.current-menu-item > a,
#top-navigation ul#menu-top > li.current-menu-parent > a { color: #FFF; }
#top-navigation ul .current_page_item a,
#top-navigation ul .current-menu-item a,
#top-navigation ul > .current-menu-parent a { text-decoration: none; }
#top-navigation ul li { position: relative; }
#top-navigation ul ul {
    display: none;
    position: absolute;
    top: 45px;
    left: 0;
    width: 180px;
    z-index: 99999;
    background: #3e3e3e;

}
.rtl #top-navigation ul ul {
    left: auto;
    right: 0;
}
#top-navigation ul li:hover ul { display: block; }
#top-navigation ul li ul li {
    display: block;
    float: none !important;
    margin: 0 !important;
    padding: 0;
    height: auto;
    border: 0 none;

}
#top-navigation ul li ul li:first-child { border-top: 0; }
#top-navigation ul li ul li:last-child { border-bottom: 0; }
#top-navigation ul li ul li a {
    display: block;
    height: auto;
    border-bottom: 1px solid #313030;
    color: #d6d6d6!important;
    padding: 7px 12px 9px 11px;
    font-size: 13px;
    line-height: 20px;

}
#top-navigation ul li ul li a:hover,
#top-navigation ul li ul li.current-menu-item a {
    background-color: #383838;
    color: #FFF !important;
}
#top-navigation ul ul ul { display: none !important; }
#top-navigation ul ul li:hover ul {
    display: block !important;
    top: 0;
    left: 180px;
}
.rtl #top-navigation ul ul li:hover ul {
    left: auto;
    right: 180px;
}
/**
 * header =============================================== */
.bd-header { display: block; }
.bdMain {
    position: relative;
    overflow: hidden;
    padding: 60px 0;
}
.admin-bar .bd-header { }
.header {
    background-color: #FFF;
    clear: both;
    /*
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.3);
    */
}
.footer {
    background-color: #191919;
    color: #c9c9c9;
    clear: both;
}
.footer a { color: #FFF; }
.footer a:hover { color: inherit; }
.footer .bd-container { padding: 20px 0; }
.footer .bd-container p {
    margin-bottom: 0;
    font-size: 14px;
}
.header .logo {
    float: left;
    line-height: 0;
    margin-top: 26px;
}
.rtl .header .logo { float: right; }
.logo-name {
    font-size: 37px;
    line-height: 37px;
    font-weight: normal !important;
    text-transform: capitalize;
    font-family: 'SugarPie', Arial, Helvetica, sans-serif
}
.logo .site-name {
    display: inline-block;
    margin: 0;
    padding: 0;
    max-width: 100%;
    letter-spacing: -0.020em;
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
    font-weight: 400;
    font-style: normal;
    font-size: 29px;
    line-height: 29px;
}
.logo-center .logo .site-name {
    font-size: 69px;
    line-height: 69px;
}
.site-tagline {
    clear: both;
    display: block;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.1em;
    font-style: normal;
    font-weight: 400;
    color: #AAA;
}
.site-tagline {
    font-size: 12px;
    line-height: 12px;
}
.logo-center .site-tagline { margin-top: 2px; }
.nav-menu { }
#navigation select {
    display: none;
    width: 280px;
    height: 35px;
    line-height: 35px;
    padding: 8px;
    border-radius: 3px;
    margin: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
.nav-menu {
    float: right;
    z-index: 99997;
}
.nav-menu,
.nav-menu .entry-title {
    font-style: normal;
    line-height: 22px;
    font-weight: 700;
    font-size: 12px;
}

.primary-menu ul ul li,
.nav-menu .entry-title {
    text-transform: none;
    font-size: 13px;
    line-height: 19px;
    font-weight: 700;
}
.nav-menu select { display: none }
.primary-menu ul#menu-primary { }
.primary-menu ul,
.primary-menu li {
    margin: 0;
    padding: 0;
    outline: 0;
}
.primary-menu ul li { position: relative; }
.primary-menu ul#menu-primary > li {
    float: left;
    position: relative;
    margin-right: 27px;
    text-transform: uppercase;
}
.primary-menu ul#menu-primary > li:last-child { margin-right: 0 !important }
.primary-menu ul#menu-primary > li > a > i { margin-right: 5px; }
.primary-menu ul#menu-primary > li:hover a > i { }
.primary-menu ul#menu-primary > li i.fa-search { font-size: 19px }

.primary-menu ul#menu-primary > li.current-menu-parent i,
.primary-menu ul#menu-primary > li.current-menu-ancestor i,
.primary-menu ul#menu-primary > li.current-menu-item i,
.primary-menu ul#menu-primary > li.current_page_item i { color: #787878; }
div.nav-menu.primary-menu-dark .primary-menu ul#menu-primary > li.current-menu-parent i,
div.nav-menu.primary-menu-dark .primary-menu ul#menu-primary > li.current-menu-ancestor i,
div.nav-menu.primary-menu-dark .primary-menu ul#menu-primary > li.current-menu-item i,
div.nav-menu.primary-menu-dark .primary-menu ul#menu-primary > li.current_page_item i { }
.primary-menu ul#menu-primary > li > a {
    padding: 0;
    position: relative;
    display: block;
    height: 92px;
    line-height: 92px;
}
.primary-menu ul#menu-primary > li.fa-icon > a { line-height: 89px; }
div.nav-menu.primary-menu-dark .primary-menu ul#menu-primary > li > a { }
.primary-menu ul#menu-primary > li.menu-item-has-children > a { padding-right: 0; /*28px*/ }
.primary-menu ul#menu-primary > li.current-menu-parent,
.primary-menu ul#menu-primary > li.current-menu-ancestor,
.primary-menu ul#menu-primary > li.current-menu-item,
.primary-menu ul#menu-primary > li.current_page_item { color: #4db2ec; }
div.nav-menu.primary-menu-dark .primary-menu ul#menu-primary > li.current-menu-parent,
div.nav-menu.primary-menu-dark .primary-menu ul#menu-primary > li.current-menu-ancestor,
div.nav-menu.primary-menu-dark .primary-menu ul#menu-primary > li.current-menu-item,
div.nav-menu.primary-menu-dark .primary-menu ul#menu-primary > li.current_page_item { }
.primary-menu ul#menu-primary > li.current-menu-parent i,
.primary-menu ul#menu-primary > li.current-menu-ancestor i,
.primary-menu ul#menu-primary > li.current-menu-item i,
.primary-menu ul#menu-primary > li.current_page_item i,
.primary-menu ul#menu-primary > li.current-menu-parent > a,
.primary-menu ul#menu-primary > li.current-menu-ancestor > a,
.primary-menu ul#menu-primary > li.current-menu-item > a,
.primary-menu ul#menu-primary > li.current_page_item > a { color: #4db2ec; }
div.nav-menu.primary-menu-dark .primary-menu ul#menu-primary > li.current-menu-parent > a,
div.nav-menu.primary-menu-dark .primary-menu ul#menu-primary > li.current-menu-ancestor > a,
div.nav-menu.primary-menu-dark .primary-menu ul#menu-primary > li.current-menu-item > a,
div.nav-menu.primary-menu-dark .primary-menu ul#menu-primary > li.current_page_item > a { }
.primary-menu ul > li > a,
.primary-menu ul li ul li a { }
.primary-menu ul li ul li a { }
div.nav-menu.primary-menu-dark .primary-menu ul > li > a { color: #FFF; }
.primary-menu ul#menu-primary > li:hover > a {
    position: relative;
    color: #4db2ec;
    z-index: 1000004;
}
.primary-menu ul#menu-primary > li:hover > a,
.primary-menu ul#menu-primary > li:hover > a i { }
/*
.primary-menu ul#menu-primary > li.menu-item-has-children > a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 18px;
    margin-top: -2px;
    height: 0;
    width: 0;
    border: 4px solid transparent;
    border-top-color: #aaa;
}
*/

.primary-menu ul#menu-primary > li.current-menu-parent.menu-item-has-children > a:after,
.primary-menu ul#menu-primary > li.current-menu-item.menu-item-has-children > a:after,
.primary-menu ul#menu-primary > li.current_page_item.menu-item-has-children > a:after,
.primary-menu ul#menu-primary > li.current-menu-ancestor.menu-item-has-children > a:after,
div.nav-menu.primary-menu-dark .primary-menu ul#menu-primary > li.menu-item-has-children > a:after { border-top-color: #FFF; }
div.nav-menu.primary-menu-dark .primary-menu ul#menu-primary > li.menu-item-has-children:hover > a:after,
.primary-menu ul#menu-primary > li.menu-item-has-children:hover > a:after { border-top-color: #aaa; }
.fa-icon i.fa {
    display: inline-block;
    vertical-align: middle;
    font-size: 22px !important;
    font-style: normal;
    margin: auto !important;
}
.primary-menu ul ul,
.primary-menu ul ul ul {
    display: none !important;
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.primary-menu ul#menu-primary li.bd_mega_menu { position: static !important; }
.primary-menu ul#menu-primary li.bd_mega_menu:hover > ul.bd_mega.sub-menu {
    display: block !important;
    position: absolute;
    width: 100%;
    left: 0;
    top: auto;
    padding: 6px;
    z-index: 20000;
    -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;
}
.primary-menu ul#menu-primary li.bd_mega_menu > ul.bd_mega.sub-menu > li {
    width: 25%;
    position: static;
    display: inline-block;
    float: left;
    vertical-align: top;
    padding: 5px;
}
.primary-menu ul#menu-primary li.bd_mega_menu.mega-columns-1 > ul.bd_mega.sub-menu > li { width: 99%; }
.primary-menu ul#menu-primary li.bd_mega_menu.mega-columns-2 > ul.bd_mega.sub-menu > li { width: 50%; }
.primary-menu ul#menu-primary li.bd_mega_menu.mega-columns-3 > ul.bd_mega.sub-menu > li { width: 33.33333333333333%; }
.primary-menu ul#menu-primary li.bd_mega_menu.mega-columns-4 > ul.bd_mega.sub-menu > li { width: 25%; }
.primary-menu ul#menu-primary li.bd_mega_menu.mega-columns-5 > ul.bd_mega.sub-menu > li { width: 20%; }
.primary-menu ul#menu-primary li.bd_mega_menu > ul.bd_mega.sub-menu > li li {
    width: 100%;
    padding: 0;
    margin-bottom: 2px;
}
.primary-menu ul#menu-primary li.bd_mega_menu > ul.bd_mega.sub-menu > li a {
    color: #ccc;
    display: block;
    padding: 7px 8px 9px;
    word-spacing: 0;
    margin-bottom: 8px;
}
.primary-menu ul#menu-primary li.bd_mega_menu > ul.bd_mega.sub-menu > li ul.bd_mega.sub-menu li a {
    color: #ccc;
    border: none;
    text-transform: none;
    margin: 0;
}
.primary-menu ul#menu-primary li.bd_mega_menu > ul.bd_mega.sub-menu > li i { vertical-align: top; }
.primary-menu ul#menu-primary li.bd_mega_menu > ul.bd_mega.sub-menu > li i {
    font-weight: normal;
    font-size: 18px !important;
    margin-right: 8px !important;
}
.primary-menu ul#menu-primary li.bd_mega_menu > ul.bd_mega.sub-menu > li ul.bd_mega.sub-menu li > a:hover,
.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,
.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,
.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,
.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,
.primary-menu ul#menu-primary li.bd_mega_menu > ul.bd_mega.sub-menu > li ul.bd_mega.sub-menu li:hover { color: #FFF; }
.primary-menu ul#menu-primary li.bd_mega_menu:hover > ul.bd_mega.sub-menu ul.bd_mega.sub-menu { display: block !important; }
.primary-menu ul#menu-primary li.bd_menu_item:hover > ul.sub-menu {
    display: block !important;
    position: absolute;
    width: 202px;
    left: 0;
    top: auto;
    z-index: 20000;
    -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;
}
.primary-menu ul#menu-primary li.bd_menu_item ul.sub-menu {
    position: absolute;
    top: 50px;
    left: 0;
    width: 202px;
    z-index: 20000;
    -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;
}
.primary-menu ul#menu-primary li.bd_menu_item ul.sub-menu li:hover > ul.sub-menu {
    display: block !important;
    top: 0;
    left: 202px;
    -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;
}
.primary-menu ul#menu-primary li.bd_menu_item ul.sub-menu li a {
    padding: 10px 12px;
    line-height: 18px;
    border-bottom: 1px solid #f5f5f5;
    border-bottom: 1px solid rgba( 0,0,0,.06 );
    color: #ccc;
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.primary-menu ul#menu-primary li.bd_menu_item ul.sub-menu li a i { color: inherit; }
.primary-menu ul#menu-primary li.bd_menu_item ul.sub-menu li:hover > a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.0) !important;
    color: #FFF;
}
.primary-menu ul#menu-primary li.bd_menu_item ul.sub-menu li.current-menu-parent,
.primary-menu ul#menu-primary li.bd_menu_item ul.sub-menu li.current-menu-ancestor,
.primary-menu ul#menu-primary li.bd_menu_item ul.sub-menu li.current-menu-item,
.primary-menu ul#menu-primary li.bd_menu_item ul.sub-menu li.current_page_item { background: transparent; }
.primary-menu ul#menu-primary li.bd_menu_item ul.sub-menu li.current-menu-parent > a,
.primary-menu ul#menu-primary li.bd_menu_item ul.sub-menu li.current-menu-ancestor > a,
.primary-menu ul#menu-primary li.bd_menu_item ul.sub-menu li.current-menu-item > a,
.primary-menu ul#menu-primary li.bd_menu_item ul.sub-menu li.current_page_item > a { color: #FFF }
.primary-menu ul#menu-primary > li.bd_cats_menu { position: static !important; }
.primary-menu ul#menu-primary .sub_cats_posts {
    width: 100%;
    height: auto;
    display: none;
    position: absolute;
    left: 0;
    top: auto;
    padding: 11px;
    -webkit-transition: opacity 0.4s ease-in;
    -moz-transition: opacity 0.4s ease-in;
    -o-transition: opacity 0.4s ease-in;
    transition: opacity 0.4s ease-in;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
}
.primary-menu ul#menu-primary li.bd_menu_item ul.sub-menu li:hover > ul.sub-menu,
.primary-menu ul#menu-primary li.bd_mega_menu:hover > ul.bd_mega.sub-menu,
.primary-menu ul#menu-primary li.bd_menu_item:hover > ul.sub-menu,
.primary-menu ul#menu-primary .sub_cats_posts {
    background: #2d2d2d;
    color: #999;
    border-top: 3px solid #4db2ec;
    border: 0 none !important;
    z-index: 20000;
    visibility: visible;
    opacity: 1;
}
.primary-menu ul#menu-primary li.bd_cats_menu:hover ul.bd_cats.sub-menu { }
.primary-menu ul#menu-primary .sub_cats_posts a { color: #ccc; }
.primary-menu ul#menu-primary li.bd_cats_menu:hover .sub_cats_posts { display: block !important; }
.bd-block-mega-menu { overflow: hidden; }
.bd-block-mega-menu-inner {
    display: block;
    width: 100%;
    overflow: hidden;
    line-height: 1.5em;
    position: relative;
    clear: both;
    -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;
}
.bd-block-mega-menu-post {
    float: left;
    display: block;
    overflow: hidden;
    width: 20%;
    padding: 10px;
}
.bd-block-mega-menu-thumb {
    line-height: 0;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
    display: block;
}
.bd-block-mega-menu-thumb img { width: 100%; }
.bd-block-mega-menu-post h4 {
    margin: 0;
    padding: 0;
}
a.menu-trigger {
    float: left;
    margin-right: 20px;
    color: #787878;
    display: inline-block;
    overflow: hidden;
    position: relative;
}
div.nav-menu.primary-menu-dark a.menu-trigger { color: #FFF; }
a.menu-trigger i {
    background-color: #e6e6e6;
    width: 50px;
    line-height: 50px;
    margin-right: 15px;
    color: #787878;
    text-align: center;
    font-weight: normal;
}
div.nav-menu.primary-menu-dark a.menu-trigger i {
    background-color: #313131;
    color: #FFF;
}
div.nav-menu.primary-menu-dark a.menu-trigger:hover i,
div.nav-menu.primary-menu-light a.menu-trigger:hover i,
div.nav-menu.primary-menu-light a.menu-trigger.active i,
div.nav-menu.primary-menu-dark a.menu-trigger.active i {
    background: #4db2ec;
    color: #FFF;
}
a.menu-trigger.active .fa-bars:before { content: "\f00d"; }
.primary-menu-drop-wrap {
    position: relative;
    float: left;
    display: none;
    width: 100%;
    z-index: 44;
}
.primary-menu-drop {
    position: absolute;
    z-index: 6;
    left: 0;
    top: 50px;
    width: 270px;
    background-color: #313131;
    display: none;
}
.primary-menu-drop-content {
    padding: 5px 12px;
    display: block;
    line-height: 32px;
}
.primary-menu-drop-content ul,
.primary-menu-drop-content li {
    margin: 0;
    padding: 0;
    position: relative;
    display: block;
    overflow: hidden;
}
.primary-menu-drop-content li a {
    color: #ccc;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.primary-menu-drop-content a:hover,
.primary-menu-drop-content .current-menu-parent > a,
.primary-menu-drop-content .current-menu-ancestor > a,
.primary-menu-drop-content .current-menu-item > a,
.primary-menu-drop-content .current_page_item > a { color: #FFF; }
.primary-menu-drop-content .menu-item-has-children > a:before {
    margin-right: 10px;
    content: "\f0c9";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
}
.primary-menu-drop-content .menu-item-has-children > a { color: #FFF; }
.mm-img {
    width: 100%;
    max-width: 100%;
    height: 134px;
    min-height: 134px;
    display: block;
    overflow: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.video.post-for {
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    font-size: 19px;
    line-height: 38px;
    margin-left: -19px;
    margin-top: -19px;
    cursor: pointer;
    outline: 0;
    color: #FFF;
    background: rgba(226,31,38,.8);
    border-radius: 50%;
    width: 38px;
    height: 38px;
    z-index: 1;
}
/* Menu Search Overlay */
.primary-menu .bdayh-main-menu-search a {
    display: inline-block;
    cursor: pointer;
}
.primary-menu .bdayh-main-menu-search .fa-search { font-size: 18px; }
.bdayh-searchform-container:before,
.bdayh-searchform-container:after {
    display: table;
    content: "";
}
.bdayh-searchform-overlay {
    display: none;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999999999999999;
    background-color: rgba(255,255,255,0.925);
    -webkit-transition: top 0.3s ease;
    transition: top 0.3s ease;
}
.bdayh-searchform-overlay.in { display: table; }
.bdayh-searchform-overlay-inner {
    display: table-cell;
    vertical-align: middle;
}
.bdayh-searchform-container { }
.bdayh-searchform-overlay .form-search .search-text {
    border: 0 none !important;
    background: none !important;
    border-radius: 0 !important;
    width: 60%;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
    font-size: 94px;
    line-height: 94px;
}
/* oops */
.oops {
    font-size: 135px;
    line-height: 140px;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 50px;
}
.oops-meta {
    font-weight: 400;
    font-size: 21px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 50px;
    padding: 0 24px;
}
/**
 * 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;
}
/**
 * Social links ========================================= */
.social-icons,
.social-header {
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    position: relative;
}
.social-icons a {
    margin: 2px;
    margin-left: -2px;
    display: inline-block;
    line-height: 0;
}
.social-icons a i {
    font-size: 15px;
    color: #FFF;
    display: block;
    text-align: center;
    border-radius: 50px;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    width: 29px;
    height: 29px;
    line-height: 29px !important;
}
.social-icons a i.fa-home { background: #4e5462; }
.social-icons a i.fa-facebook { background: #3c5b9b; }
.social-icons a i.fa-twitter { background: #359bed; }
.social-icons a i.fa-rss { background: #fd9f13; }
.social-icons a i.fa-google-plus { background: #d44132; }
.social-icons a i.fa-pinterest { background: #cb2027; }
.social-icons a i.fa-myspace { background: #2e9fdf; }
.social-icons a i.fa-dribbble { background: #d97aa5; }
.social-icons a i.fa-linkedin { background: #91c9db; }
.social-icons a i.fa-evernote { background: #8ac979; }
.social-icons a i.fa-flickr { background: #db97be; }
.social-icons a i.fa-youtube { background: #f16361; }
.social-icons a i.fa-skype { background: #38c3f2; }
.social-icons a i.fa-digg { background: #4ea1d9; }
.social-icons a i.fa-reddit { background: #7fc1d7; }
.social-icons a i.fa-delicious { background: #5a91de; }
.social-icons a i.fa-stumbleupon { background: #e36644; }
.social-icons a i.fa-tumblr { background: #4e7da2; }
.social-icons a i.fa-vimeo-square { background: #87d3e0; }
.social-icons a i.fa-wordpress { background: #dddcdc; }
.social-icons a i.fa-yelp { background: #c64947; }
.social-icons a i.fa-lastfm { background: #c35252; }
.social-icons a i.fa-xing { background: #639d71; }
.social-icons a i.fa-deviantart { background: #95a595; }
.social-icons a i.fa-openid { background: #fb915d; }
.social-icons a i.fa-behance { background: #18ace3; }
.social-icons a i.fa-instagram { background: #c8c5b3; }
.social-icons a i.fa-paypal { background: #4ea1d9; }
.social-icons a i.fa-spotify { background: #6fcb57; }
.social-icons a i.fa-google { background: #ce5452; }
.social-icons a i.fa-vk { background: #568bb0; }
.social-icons a i.fa-apple { background: #cdcccb; }
.social-icons a i.fa-soundcloud { background: #f35839; }
.social-icons a i:hover { background: #FFF; }
.social-icons a i.fa-home:hover { color: #4e5462; }
.social-icons a i.fa-facebook:hover { color: #3c5b9b; }
.social-icons a i.fa-twitter:hover { color: #359bed; }
.social-icons a i.fa-rss:hover { color: #fd9f13; }
.social-icons a i.fa-google-plus:hover { color: #d44132; }
.social-icons a i.fa-pinterest:hover { color: #cb2027; }
.social-icons a i.fa-myspace:hover { color: #2e9fdf; }
.social-icons a i.fa-dribbble:hover { color: #d97aa5; }
.social-icons a i.fa-linkedin:hover { color: #91c9db; }
.social-icons a i.fa-evernote:hover { color: #8ac979; }
.social-icons a i.fa-flickr:hover { color: #db97be; }
.social-icons a i.fa-youtube:hover { color: #f16361; }
.social-icons a i.fa-skype:hover { color: #38c3f2; }
.social-icons a i.fa-digg:hover { color: #4ea1d9; }
.social-icons a i.fa-reddit:hover { color: #7fc1d7; }
.social-icons a i.fa-delicious:hover { color: #5a91de; }
.social-icons a i.fa-stumbleupon:hover { color: #e36644; }
.social-icons a i.fa-tumblr:hover { color: #4e7da2; }
.social-icons a i.fa-vimeo-square:hover { color: #87d3e0; }
.social-icons a i.fa-wordpress:hover { color: #dddcdc; }
.social-icons a i.fa-yelp:hover { color: #c64947; }
.social-icons a i.fa-lastfm:hover { color: #c35252; }
.social-icons a i.fa-xing:hover { color: #639d71; }
.social-icons a i.fa-deviantart:hover { color: #95a595; }
.social-icons a i.fa-openid:hover { color: #fb915d; }
.social-icons a i.fa-behance:hover { color: #18ace3; }
.social-icons a i.fa-instagram:hover { color: #c8c5b3; }
.social-icons a i.fa-paypal:hover { color: #4ea1d9; }
.social-icons a i.fa-spotify:hover { color: #6fcb57; }
.social-icons a i.fa-google:hover { color: #ce5452; }
.social-icons a i.fa-vk:hover { color: #568bb0; }
.social-icons a i.fa-apple:hover { color: #cdcccb; }
.social-icons a i.fa-soundcloud:hover { color: #f35839; }
/**
 * Review ============================================ */
div#bd-review-wrapper {
    width: 50%;
    float: left;
    background-color: #f9f9f9;
    overflow: hidden;
    position: relative;
    margin: 0 0 24px 0;
    display: block;
}
.rtl div#bd-review-wrapper { float: right; }
div#bd-review-wrapper.bd-review-placement-t { margin-right: 30px; }
.rtl div#bd-review-wrapper.bd-review-placement-t {
    margin-right: 0;
    margin-left: 30px;
}

@media only screen and (min-width: 480px) and (max-width: 659px) {
    div#bd-review-wrapper { width: 100% !important; }
    div#bd-review-wrapper.bd-review-placement-t { margin-right: 0; }
    .rtl div#bd-review-wrapper.bd-review-placement-t { margin-left: 0; }
}

@media only screen and (max-width: 479px) {
    div#bd-review-wrapper { width: 100% !important; }
    div#bd-review-wrapper.bd-review-placement-t { margin-right: 0; }
    .rtl div#bd-review-wrapper.bd-review-placement-t { margin-left: 0; }
}
.bd-review-placement-bottom {
    width: 100% !important;
    margin: 10px 0 24px !important;
}
div.bd-review-criteria {
    position: relative;
    overflow: hidden;
    display: block;
    padding: 6px 15px;
    margin: 0;
    font-size: 13px !important;
    border-bottom: 1px #f0f0f0 solid;
}
div.bd-review-criteria.bd-criteria-percent {
    background: none !important;
    border: none !important;
}
span.bd-criteria-percentage {
    background: #4db2ec;
    color: #4db2ec;
    display: block;
    border-radius: 2px;
    height: 30px;
    clear: both;
    float: left;
    overflow: hidden;
    text-indent: -9999999px;
}
span.bd-criteria-description {
    float: left;
    display: block;
    overflow: hidden;
}
div.bd-review-criteria.bd-criteria-percent span.bd-criteria-description {
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 8888;
    display: block;
    overflow: hidden;
    margin: 8px 0 0 25px;
    color: #FFF;
}
span.bd-criteria-star-under {
    float: right;
    width: 98px;
    display: block;
    background: url(images/stars.png) no-repeat left bottom;
    height: 22px;
}
span.bd-criteria-star-top {
    width: 100%;
    display: block;
    background: url(images/stars.png) no-repeat left top !important;
    height: 22px;
    float: left;
}
div.bd-review-summary { background-color: #F9f9f9; }
div.bd-review-summary.bd-final-score-percent {
    position: relative;
    overflow: hidden;
    width: 100%;
    display: block;
}
div.bd-review-summary.bd-final-score-stars {
    position: relative;
    overflow: hidden;
}
div#bd-criteria-final-score {
    text-align: center;
    display: block;
    padding: 3px 10px !important;
    margin-bottom: 10px;
}
div#bd-criteria-final-score h4 {
    margin: 0;
    padding: 0;
    margin-bottom: 0 !important;
    font-size: 14px;
    text-transform: uppercase;
}
div#bd-criteria-final-score h3 {
    margin: 0;
    padding: 0;
    margin-bottom: 0 !important;
    font-size: 21px;
    padding-top: 10px;
    line-height: 20px;
}
#bd-full-article div#bd-criteria-final-score h3 {
    margin: 0;
    text-shadow: none;
}
div#bd-criteria-final-score h3 span { font-size: 18px; }
#bd-full-article div#bd-criteria-final-score h4 {
    margin-bottom: 4px;
    margin-top: 0px;
    text-shadow: none;
}
span#bd-final-score-stars-under {
    margin-top: 10px;
    width: 98px;
    display: inline-block;
    background: url(images/stars.png) no-repeat left bottom;
    height: 22px;
}
span#bd-final-score-stars-top {
    width: 100%;
    display: block;
    background: url(images/stars.png) no-repeat left top;
    height: 22px;
    float: left;
}
div#bd-short-summary {
    padding: 7px 10px;
    font-size: 13px;
    background-color: #f4f4f4;
    border-bottom: 1px #f0f0f0 solid;
    margin-bottom: 10px;
}
div#bd-short-summary p {
    margin: 0;
    padding: 4px 0 6px;
    font-size: 12px;
    line-height: 18px;
    font-family: Tahoma;
    color: #777;
}
.user-review-rating { position: relative; }
.bd-user-review-criteria {
    padding: 7px 10px;
    background-color: #f4f4f4;
    border-top: 1px #f0f0f0 solid;
    color: #999;
    position: relative;
    font-size: 11px !important;
}
.bd-user-review-criteria em { font-size: 11px; }
#bd-review-header {
    display: block;
    padding: 7px 15px;
    min-height: 28px;
    background-color: #f4f4f4;
    border-bottom: 1px #f0f0f0 solid;
}
#bd-review-header h4 { margin-bottom: 0; }
#bd-review-header h4 {
    display: block;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 24px;
}
span.bd-module-a-stars-under {
    width: 96px;
    display: block;
    background: url(images/stars.png) no-repeat left bottom;
    height: 22px;
    padding: 0 !important;
}
span.bd-module-a-stars-over {
    width: 100%;
    display: block;
    background: url(images/stars.png) no-repeat left top;
    height: 22px;
    float: left;
}
span.leading-article.bd-module-a-stars-under {
    width: 96px;
    display: block;
    background: url(images/stars.png) no-repeat left bottom;
    height: 22px;
}
span.leading-article.bd-module-a-stars-over {
    width: 100%;
    display: block;
    background: url(images/stars.png) no-repeat left top;
    height: 22px;
    float: left;
}
.widget span.bd-module-a-stars-under {
    display: block;
    position: relative;
    float: none;
    width: 50px;
    height: 9px;
    margin: 0 5px 0 0;
    background: url(images/star-sprite-small.png) scroll transparent no-repeat left bottom;
}
.widget span.bd-module-a-stars-over {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    float: left;
    height: 9px;
    background: url(images/star-sprite-small.png) scroll transparent no-repeat left top;
}
.widget span.leading-article.bd-module-a-stars-under {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 9px;
    overflow: hidden;
    float: none;
    background: url(images/star-sprite-small.png) scroll transparent no-repeat left bottom;
}
.widget span.leading-article.bd-module-a-stars-over {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    float: left;
    height: 9px;
    background: url(images/star-sprite-small.png) scroll transparent no-repeat left top;
}
.rtl div#bd-short-summary p { margin: 5px 8px 5px 0; }
.rtl div#bd-criteria-final-score {
    right: auto;
    left: 0;
}
.rtl .widget .post-warpper .post-meta i { margin: 0 0 0 5px; }
.rtl div.box-title-more .prev,
div.box-title-more .nxt,
div.box-title-more .more-plus { float: left; }
/* .rtl div.bd-review-criteria.bd-criteria-percent span.bd-criteria-description { left: auto; right: 0; } */

/**
 * blog-v1 ============================================ */
.blog-v1 article {
    position: relative;
    overflow: hidden;
    display: block;


    /*
     background: #FFF;
    -webkit-box-shadow: 0 0 1px rgba(68,68,68,0.4);
    -moz-box-shadow: 0 0 1px rgba(68,68,68,0.4);
    box-shadow: 0 0 1px rgba(68,68,68,0.4);


    border-radius: 2px;
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);*/
}

/*article.sticky .entry-meta { display: none !important } */
article.sticky .entry-content { margin-top: 0 !important }


.blog-v1 main.site-main .bdayh-blog-standard-2column-post,
.blog-v1 article {
    overflow: hidden;
    position: relative;
    margin-bottom: 50px;
}

.blog-v1 main.site-main .bdayh-blog-standard-2column-post:last-child,
.blog-v1 main.site-main article:last-child {
    margin-bottom: 0;
}

.divider-colors {
    background: #4db2ec;
    display: block;
    width: 100%;
    height: 8px;
    line-height: 0;
    margin: 0;
    padding: 0;
}
.blog-v1 article .entry-title {
    margin: 0 auto;
    padding: 20px 35px;
    text-align: center;
    font-style: normal;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.4em;
    text-transform: uppercase;
}
.blog-v1 article .entry-title i {
    font-weight: 300 !important;
    font-style: normal !important;
}
.format-standard .entry-title,
.format-audio .entry-title,
.format-video .entry-title,
.format-gallery .entry-title { text-transform: none }
.single .entry-title { text-transform: none }
.blog-v1 article .entry-title { padding: 15px 0 20px }
.blog-v1 article .entry-meta {
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    color: #b3b3b3;;
}
.blog-v1 article .entry-meta a { }
.blog-v1 article .entry-meta span {
    display: inline-block;
}

.bdayh-post-meta-edit,
.bdayh-post-meta-like,
.bdayh-post-meta-views,
.bdayh-post-meta-cat,
.bdayh-post-meta-comments,
.bdayh-post-meta-date,
.bdayh-post-meta-time-read,
.bdayh-post-meta-author {
    display: inline-block;
    margin: 0 3px;
    line-height: 24px !important;
}
.bbd-post-cat-content *,
.bbd-post-cat-content,
.bbd-post-cat-content a {
    color: #999;
}
.blog-v1 article .entry-meta i {
    margin: 0 5px;
}
.bdayh-post-meta-author .avatar {
    border-radius: 50px;
    overflow: hidden;
    margin: 0 5px;
}

.blog-v1 article .entry-meta .post-rate {
    background: none;
    margin: 0 !important;
    padding: 0 !important;
}
.blog-v1 article .entry-meta .post-rate span {
    background-color: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
}
.blog-v1 article .entry-meta a { color: #4db2ec; }
.blog-v1 article .entry-meta a:hover { color: inherit !important; }
.entry-content {
    font-size: 14px;
    margin: 0;
    padding: 30px 0 0 0
}
/*.blog-v1 article .entry-content *:first-child { margin-top: 0 !important; }*/
.blog-v1 article .entry-content.the-content-class { margin-top: 24px; }
.blog-v1 article .entry-content img { height: auto; }
.blog-v1 article .entry-content p:last-child { margin-bottom: 0 !important; }
.blog-v1 article .post-image {
    display: block;
    position: relative;
    overflow: hidden;
}
.blog-v1 article .post-image a { display: block }
.blog-v1 article .article-formats {
    position: absolute;
    right: 10px;
    top: 0;
    display: block;
    background-color: #4db2ec;
    color: #FFF;
    font-size: 14px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    padding: 0;
    z-index: 80;
    border-radius: 3px;/*box-shadow: inset 0 -3px 0 rgba(0,0,0, 0.08);*/
}
.blog-v1 article .article-formats a { color: #FFF !important; }
.rtl .blog-v1 article .article-formats {
    right: auto;
    left: 10px;
}
.blog-v1 article .article-formats i {
    font-size: 27px;
    line-height: 45px;
}
.blog-v1 article .article-formats i:before {
    font-family: "dashicons";
    font-style: normal;
}
.cat-links {
    position: absolute;
    left: 10px;
    top: 0;
    display: block;
    background-color: #4db2ec;
    color: #FFF;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 23px;
    padding: 5px 15px;
    z-index: 80;
    border-radius: 3px;/*box-shadow: inset 0 -3px 0 rgba(0,0,0, 0.08);*/
}
.rtl .blog-v1 article .cat-links {
    left: auto;
    right: 10px;
}
.blog-v1 article .cat-links a { color: #FFF; }
.blog-v1 article .social-shares {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 80;
    width: 100%;
    height: 35px;
    overflow: hidden;
    display: block;
}
.rtl .blog-v1 article .social-shares {
    right: auto;
    left: 0;
}
.blog-v1 article .social-shares-link {
    display: block;
    width: 35px;
    height: 35px;
    text-align: center;
    background-color: #515e6c;
    color: #FFF;
    cursor: pointer;
    float: right;
    position: absolute;
    right: 0;
    bottom: 0;
}
.rtl .blog-v1 article .social-shares-link { float: left; }
.blog-v1 article .post-share-box {
    float: right;
    width: 80%;
    position: absolute;
    right: -600px;
    bottom: 0
}
.rtl .blog-v1 article .post-share-box { float: left; }
.blog-v1 article .post-share-box li {
    float: right;
    text-align: center;
    padding: 7px 5px 0;
    height: auto;
    min-height: inherit;
    background-color: #FFF;
}
.rtl .blog-v1 article .post-share-box li { float: left; }
.blog-v1 article .post-share-box li iframe {
    display: inline-block !important;
    line-height: 0 !important;
    margin: 0 auto !important;
    padding: 0 !important;
}
.blog-v1 article .social-shares-link i {
    font-size: 21px;
    line-height: 35px;
    font-weight: normal !important;
}
.blog-v1 article a.more-link {
    margin: 24px auto 0;
    display: block;
    background-color: transparent !important;
    color: #4db2ec;
    font-size: 21px;
    line-height: 24px;
    font-style: italic;
    padding: 0;
    text-align: center;
    font-family: Baskerville, 'NewBaskerville', Times, serif;
    font-style: italic;

}
article.post-id.format-video .cat-links,
article.post-id.format-video .article-formats {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
article.post-id.format-video:hover .cat-links,
article.post-id.format-video:hover .article-formats { margin-top: -45px; }
/* flexslider */
.flexslider ul.flex-direction-nav {
    position: absolute;
    left: 6px;
    bottom: 6px;
    z-index: 80;
    width: 74px;
}
.rtl .flexslider ul.flex-direction-nav {
    left: auto;
    right: 6px;
}
.flexslider ul.slides,
.flexslider ul.slides li,
.flexslider ul.flex-direction-nav,
.flexslider ul.flex-direction-nav li {
    list-style: none !important;
    margin: 0;
    padding: 0;
}
.flexslider ul.flex-direction-nav li { float: left; }
.flexslider ul.flex-direction-nav li a {
    display: block;
    width: 34px;
    height: 34px;
    background-color: rgba(0,0,0,0.1);
    text-align: center;
    border-radius: 4px;
}

.flexslider ul.flex-direction-nav li a:hover {
    background-color: rgba(0,0,0,0.2) !important;
/*
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    */
    transition: all ease-in-out 0.18s;
}
.flexslider ul.flex-direction-nav li a.flex-next { margin-left: 2px; }
.flexslider ul.flex-direction-nav li a i {
    font-size: 14px;
    font-weight: 300;
    line-height: 34px;
    color: #FFF;
}
.flexslider ul.slides li { display: none; }
.flexslider ul.slides li a { display: block }
.flexslider ul.slides li a img {
    width: 100%;
    max-width: 100%;
}
.post-image {
    min-height: 160px;
    display: block;
    overflow: hidden;
    line-height: 0;
}
.post-image iframe { margin-bottom: 0 !important; }
.post-image a,
.post-image img {
    -webkit-transition: 700ms;
    -moz-transition: 700ms;
    -o-transition: 700ms;
    transition: 700ms;
    overflow: hidden;
}
.post-image a,
.post-image img {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    height: auto;
    line-height: 0
}
.soundcloud-box {
    background: transparent !important;
    padding: 0 0 0 0;
    height: auto !important;
    line-height:  0 !important;
    min-height: inherit !important;
}
.soundcloud-box iframe {
    margin: 0;
    padding: 0;
    max-width: 100%;
    height: auto !important;
}
.format-link .entry-content,
.format-quote .q-content { text-align: center; }
.single .format-quote .q-content { margin-bottom: 20px; }
.format-quote .entry-content p,
.format-quote .q-content p { margin: 0 !important }
.format-link .entry-title { text-transform: uppercase; }
.format-aside .entry-content { padding-top: 24px !important; }

/*
.format-quote .entry-title {
    font-style: italic;
    font-family: Georgia, "Times New Roman", Times, serif !important;
    font-size: 16px !important;
    line-height: 1.25 !important;
    font-weight: normal !important;
}
*/


.pagenavi {
    margin: 0 0 0 0;
    font-size: 21px;
    font-weight: normal;
    font-style: normal;
    line-height: 21px;
    text-align: center;
}
.pagenavi a,
.pagenavi span.pagenavi-current {
    display: inline-block;
    padding: 0 0 0 0;

    /*
    text-align: center;

    border: 2px #e5e5e5 solid;
    border-radius: 0 !important;
    margin: 0 3px !important;
    */
}

.pagenavi a:hover {

}
.pagenavi span.pagenavi-current {
    padding: 6px 16px;
    border: 0 none !important;
    background-color: #FF4020;
    color: #FFF;
}

.pagenavi-current,
.pagenavi-inactive {
    display: none !important;
}
.pagenavi .pagenavi-next,
.pagenavi .pagenavi-prev {
    padding: 14px 18px 14px 19px;
    /*
    font-family: Baskerville, 'NewBaskerville', Times, serif;
    font-style: italic;
    */
}
.pagenavi .pagenavi-next:after,
.pagenavi .pagenavi-prev:before {
    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;
    transform: translate(0, 0);

}

/*
.pagenavi .pagenavi-prev:before {
    content: "\f100";
}
.pagenavi .pagenavi-next:after {
    content: "\f101";
}
*/

.pagenavi .pagenavi-prev {
    float: left;
}
.pagenavi .pagenavi-next {
    float: right;
}


/* Footer */
.footer {
    font-size: 11px;
    font-style: italic;
}
.footer-cr { float: left; }
.rtl .footer-cr { float: right; }
.rtl .footer { }
.bdayh-footer-social-links { float: right; }
.bdayh-footer-social-links .social-icons a { margin: 0 !important; }
.bdayh-footer-social-links .social-icons a i {
    background: none !important;
    color: #46494a !important;
    font-size: 21px !important;
    line-height: 21px !important;
    margin: 0 0 0 20px !important;
    width: auto !important;
    height: auto !important;
}
.rtl .bdayh-footer-social-links .social-icons a i { margin: 0 20px 0 0 !important; }
.bdayh-footer-social-links .social-icons a:hover i { color: #555 !important; }
/**
 * Footer widgets
 * ----------------------------------------------------------------------------- *
 */
.bdayh-footer {
    overflow: hidden;
    position: relative;
    /*border-top: 12px solid rgba(255,255,255,0.08);*/
    border-bottom: 1px solid rgba(132,132,136,0.1);
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #191919;
    color: #747474;
}
.bdayh-footer-widget-area a { color: #FFF; }
.bdayh-footer-widget-area a:hover { color: #4db2ec; }
.bdayh-footer-widget-area .widget.flexslider ul.flex-direction-nav {
    left: inherit !important;
    right: 21px !important;
}
.bdayh-footer.col-one .widget { width: 100%; }
.bdayh-footer.col-two .widget { width: 50%; }
.bdayh-footer.col-three .widget { width: 33.33333333333333%; }
.bdayh-footer.col-four .widget { width: 25%; }
.bdayh-footer-widget-area { margin: 0 -15px; }
.bdayh-footer .widget {
    float: left;
    margin: 30px 0 !important;
    background-color: transparent !important;
    padding: 0 15px !important;
    border-radius: 0 !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
form {
    position: relative;
    overflow: hidden;
}
.bdayh-footer-widget-area .widget.bd-search-widget input {
    border-radius: 3px;
    font-size: 13px;
    padding: 8px 15px !important;
    min-height: 36px;
    width: 100% !important;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 !important;
}
.bdayh-footer-widget-area .widget.bd-search-widget .btn {
    float: none;
    position: absolute;
    margin: 0 !important;
    width: inherit !important;
    right: 0;
    top: 0;
}
.rtl .bdayh-footer-widget-area .widget.bd-search-widget .btn {
    right: auto;
    left: 0;
}
.bdayh-footer-widget-area table th,
.bdayh-footer-widget-area table td {
    background: #191919 !important;
    border-color: #4b4c4d !important;
}
/* bdayh-footer-widget-area ul */
.bdayh-footer-widget-area ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 20px;
}
.bdayh-footer-widget-area ul.children {
    margin-top: 10px;
    margin-left: 10px;
}
.bdayh-footer-widget-area .widget_nav_menu li,
.bdayh-footer-widget-area .widget_categories li,
.bdayh-footer-widget-area .widget_product_categories li,
.bdayh-footer-widget-area .widget_meta li,
.bdayh-footer-widget-area .widget .recentcomments,
.bdayh-footer-widget-area .widget_recent_entries li,
.bdayh-footer-widget-area .widget_archive li,
.bdayh-footer-widget-area .widget_pages li,
.bdayh-footer-widget-area .widget_links li,
.bdayh-footer-widget-area .widget_layered_nav li,
.bdayh-footer-widget-area .widget_product_categories li {
    border-bottom: #505152 1px solid;
    font-size: 16px;
    line-height: 22px;
    padding: 10px 0 10px 0 !important;
    display: block;
}
/* Ads */
.widget.ad_125_125 div.ads125 div.ads-content {
    width: 50%;
    float: left;
    display: inline-block;
    text-align: center;
    padding: 5px 0;
}
.widget.ad_120_600 div.ads120 div.ads-content {
    width: 50%;
    float: left;
    display: inline-block;
    text-align: center;
}
.widget.ad_250_250 div.ads250 div.ads-content {
    width: 100%;
    float: left;
    display: inline-block;
    text-align: center;
    padding: 0;
}
.widget.ad_300_300 div.ads300 div.ads-content {
    width: 100%;
    float: left;
    display: inline-block;
    text-align: center;
    line-height: 0;
}
.widget.ad_300_300 .widget-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
}
.widget.wd-ads-300 {
    background: none;
    padding: 0;
    text-align: center;
}
/* widget-footer-title */
.widget-footer-title h3 {
    margin: 0 0 38px;
    font-size: 31px;
    line-height: 31px;
    letter-spacing: -1px;
    font-weight: 300;
    font-style: italic;
    text-transform: none;

    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    color: #FFF;
}
/**
 * widget
 * ----------------------------------------------------------------------------- *
 */
.bd-sidebar .widget-title {
    display: block;
    position: relative;
    margin: 0 0 25px 0;
    /*border-bottom: 2px solid #191919;*/
    text-align: left;
}
.rtl .bd-sidebar .widget-title{
    text-align: right;
}

.bd-sidebar .widget-title {
    /*border: 1px #191919 solid;*/
    padding: 2px;
}

ul.tabs_nav li a,
.bd-sidebar .widget-title h4 {
    background: #191919;
    color: #FFF;
    display: inline-block;
    padding: 6px 15px 6px 15px;
    margin:  0 0 0 0;
}



.bd-sidebar .widget-title h4{
    display: block;
    line-height: 22px;
}

.box-title h3 b, .widget .widget-title h2 b,
ul.tabs_nav li a,
.bd-sidebar .widget-title h4,
.box-title h3,
.page-title h2, .post-sharing-box .title, .box-title h2, #reply-title,
.box-title
{
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    text-transform: none;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}
.bd-sidebar .widget-title a {
    color: #FFF;
}

/*
.bd-sidebar .widget-title:before,
.bd-sidebar .widget-title:after {
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f0d9";
    width: 7px;
    font-size: 19px;
    line-height: 19px;
    text-align: right;
    color:#191919;
    overflow: hidden;
    margin: -10px 0 0 0;
    position: absolute;
    left: -2px;
    top: 0;
}
.bd-sidebar .widget-title:before {
    content: "\f0da";
    text-align: left;
    right: -2px;
    left: auto;
}
*/
.widget {
    position: relative;
    margin: 0 0 40px 0;
    padding: 0;
    border-radius: 0;
}
.widget:last-child {
    margin-bottom: 0;
}

.new-box {
    position: relative;
    margin-top: 40px;

    /*
     background-color: #FFF;
    padding: 20px;
    margin-right : 1px;
    margin-left : 1px;
    margin-bottom : 2px;
    border-radius: 2px;
    border-top: 0 none !important;
    -webkit-box-shadow: 0 1px 2px rgba(68, 68, 68, 0.2);
       -moz-box-shadow: 0 1px 2px rgba(68, 68, 68, 0.2);
            box-shadow: 0 1px 2px rgba(68, 68, 68, 0.2);
            */
}

.new-box:after,
.new-box:before {
    content: " ";
    display: table;
}
.widget .widget-social-links {
    line-height: 0
}
.widget.bd-counter-widget {  }
.widget a:hover { color: #4db2ec; }
.widget embed,
.widget iframe,
.widget object,
.widget video {
    margin: 0;
    padding: 0;
    line-height: 0;
}
.widget select {
    width: 100%;
    height: 34px;
    padding: 7px;
    border: 1px #f0f0f0 solid;
    border-radius: 3px;
    margin: 0;
}
.widget table,
.widget p {
    margin: 0;
    padding: 0;
}
img {
    max-width: 100%;
    height: auto;
}
.box-title h3,
.widget .widget-title h2 {
    margin: 0 0 15px 0;
    padding: 4px 10px;
}
.page-title h2 {
    margin: 0;
    padding: 0;
}
.page-title h2,
.post-sharing-box .title,
.box-title h2,
#reply-title {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
.page-title h2 {

}
b { font-weight: 400; }


.widget img:hover {
    opacity: 0.8;
    transition: all 0.18s;
}
.widget .widget-inner,
.widget .tabs_content {
    padding: 0 0 0 0;
    position: relative;
}
.widget .widget-inner ul,
.widget .widget-inner li,
.widget .widget-inner ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
.widget_recent_comments ul li,
.widget_archive ul li,
.widget_categories ul li,
.widget_meta ul li,
.widget_recent_entries ul li {
    font-size: 15px;
    margin: 0;
    padding: 8px 0 !important;
    width: 100%;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.15);
}
.widget_recent_comments ul li:first-child,
.widget_archive ul li:first-child,
.widget_categories ul li:first-child,
.widget_meta ul li:first-child,
.widget_recent_entries ul li:first-child {
    border-top: 0 none;
    margin-top: -5px;
    padding-top: 0;
}
.widget_recent_comments ul li:last-child,
.widget_archive ul li:last-child,
.widget_categories ul li:last-child,
.widget_meta ul li:last-child,
.widget_recent_entries ul li:last-child {
    border-bottom: 0 none;
    padding-bottom: 0;
}


/* Tags */
.tagcloud {
    text-align: center;
}
.tagcloud span,
.tagcloud a {
    background-color: #AAAAAA;
    color: #FFFFFF !important;
    display: inline-block;
    font-size: 9px;
    line-height: 15px;
    margin: 0 1px 1px 0;
    padding: 1px 7px;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none !important;
}
.tagcloud span {
    background: #222;
}
.tagcloud a:hover {
    color: #FFFFFF !important;
}


/* calendar */
#wp-calendar {
    border-spacing: 5px;
    float: left;
    margin-bottom: 0;
    width: 100%;
    text-align: center;
}
.rtl #wp-calendar { float: right; }
#wp-calendar thead { border-radius: 3px; }
#wp-calendar thead tr { font-size: 12px; }
#wp-calendar tbody { text-align: center; }
#wp-calendar caption {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 8px;
    margin-top: -7px;
    text-transform: uppercase;
    text-align: center;
}
#wp-calendar tbody td {
    margin: 0;
    padding: 4px;
}
/* Tabs */
.tab_container { display: none; }
#tab1 { display: block; }
ul.tabs_nav,
ul.tabs_nav li {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.tabs_nav {
    background: #191919;
    display: block;
    line-height: 24px;
    margin-bottom: 25px;
}
ul.tabs_nav li { display: inline-block; }
ul.tabs_nav li a i { font-size: 20px; }
ul.tabs_nav li a {
    padding: 7px 15px;
    display: block;
    color: #FFF;
}
ul.tabs_nav li.active a { background: #4db2ec; }
ul.tabs_nav li:hover a {
    color: #FFF;
}

/* post-warpper */
.widget .widget-posts-lists .post-warpper {
    margin-top: 15px;
    min-height: 55px;
    display: block;
    position: relative;
    clear: both;
    overflow: hidden;
}
.widget .widget-posts-lists { }
.widget .widget-posts-lists .post-warpper:first-child { margin-top: 0; }
.widget .widget-posts-lists .post-warpper h3 {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    font-size: 16px;
    line-height: 22px;
}
/* .widget .widget-posts-lists .post-warpper:last-child h3 { border-bottom: 0 none; margin-bottom: 0; padding-bottom: 0; } */
.widget .widget-posts-lists .post-warpper .post-thumb {
    margin: 0 10px 0 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 55px;
    height: 55px;
    overflow: hidden
}
.widget .widget-posts-lists .post-warpper .post-thumb img.avatar { border-radius: 100%; }
.rtl .widget .widget-posts-lists .post-warpper .post-thumb {
    left: auto;
    right: 0;
    margin: 0 0 0 10px;
}
.widget .widget-posts-lists .post-warpper .post-caption {
    padding-left: 70px;
    width: 100%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.rtl .widget .widget-posts-lists .post-warpper .post-caption {
    padding-left: 0;
    padding-right: 70px;
    float: right;
}
.widget .widget-posts-lists .post-warpper.no-thumb .post-caption { padding-left: 0; }
.rtl .widget .widget-posts-lists .post-warpper.no-thumb .post-caption { padding-right: 0; }
.widget .widget-posts-lists .post-warpper .post-meta {
    font-size: 80%;
    line-height: 18px;
    color: #AAA;
}
.widget .widget-posts-lists .post-warpper .post-meta .meta-date { margin-right: 7px; }

/* Social Counter */
#social-counter-widget {
    padding: 0 !important;
    margin-bottom: 0 !important;
    overflow: hidden;
    clear: both;
    display: block;
    position: relative;
}
#social-counter-widget ul.social-counter-widget { }
#social-counter-widget ul.social-counter-widget,
#social-counter-widget ul.social-counter-widget li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
#social-counter-widget ul.social-counter-widget li { display: inline-block; }
#social-counter-widget ul.social-counter-widget li a {
    display: block;
    cursor: pointer;
    overflow: hidden;
    color: #282a2b;
}
#social-counter-widget ul.social-counter-widget li a i { margin: 0 0 10px 0; }
#social-counter-widget ul.social-counter-widget li a span {
    font-size: 16px !important;
    font-family: Tahoma,Arial,Verdana,sans-serif;
    line-height: 22px !important;
}
#social-counter-widget.style1-SC ul.social-counter-widget li a span {
    font-size: 20px !important;
    line-height: 32px !important;
    margin: 0 2px;
}
#social-counter-widget ul.social-counter-widget li small{
    font-family: Tahoma,Arial,Verdana,sans-serif;
    font-size: 11px;
    line-height: 16px;
}
#social-counter-widget ul.social-counter-widget li a small { color: #c1c1c1; }
/* Style 1 */
#social-counter-widget.style1-SC {
}
#social-counter-widget.style1-SC li {
    display: block;
    width: 33%;
    overflow: hidden;
    float: left;
}
#social-counter-widget li {
    font-weight: normal !important;
}
#social-counter-widget.style1-SC li a {
    display: inline-block;
    text-align: center;
    overflow: hidden;
    padding: 5px 0;
}
#social-counter-widget.style1-SC li a i,
#social-counter-widget.style1-SC li a span,
#social-counter-widget.style1-SC li a small {
    clear: both;
    display: block;
}
#social-counter-widget.style1-SC ul.social-counter-widget li a i {
    color: #FFF !important;
    display: inline-block !important;
    width: 50px !important;
    height: 50px !important;
    line-height: 50px !important;
    vertical-align: middle;
    text-align: center;
    font-size: 28px;
    overflow: hidden;
    border-radius: 100px;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}
#social-counter-widget.style1-SC ul.social-counter-widget li.social-counter-rss i { background: #faa33d; }
#social-counter-widget.style1-SC ul.social-counter-widget li.social-counter-twitter i { background: #45b0e3; }
#social-counter-widget.style1-SC ul.social-counter-widget li.social-counter-facebook i { background: #39599f; }
#social-counter-widget.style1-SC ul.social-counter-widget li.social-counter-gplus i { background: #fa0101; }
#social-counter-widget.style1-SC ul.social-counter-widget li.social-counter-youtube i { background: #cc181e; }
#social-counter-widget.style1-SC ul.social-counter-widget li.social-counter-vimo i { background: #44bbff; }
#social-counter-widget.style1-SC ul.social-counter-widget li.social-counter-soundcloud i { background: #F76700; }
#social-counter-widget.style1-SC ul.social-counter-widget li.social-counter-instgram i { background: #3f729b; }
#social-counter-widget.style1-SC ul.social-counter-widget li.social-counter-dribbble i { background: #d875a2; }
#social-counter-widget.style1-SC ul.social-counter-widget li.social-counter-delicious i { background: #2567ee; }

#social-counter-widget.style1-SC ul.social-counter-widget li.social-counter-posts i { background: #e29c04; }
#social-counter-widget.style1-SC ul.social-counter-widget li.social-counter-comments i { background: #4caf50; }
#social-counter-widget.style1-SC ul.social-counter-widget li.social-counter-members i { background: #e91e63; }

#social-counter-widget.style1-SC ul.social-counter-widget li a:hover i { background: #232323 !important; }
/* Style 2 */
#social-counter-widget.style2-SC { padding: 0; }
#social-counter-widget.style2-SC ul.social-counter-widget li {
    display: block;
    width: 100%;
    overflow: hidden;
    margin: 0 0 3px 0 !important;
    border-radius: 3px;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}
#social-counter-widget.style2-SC li a {
    display: block;
    text-align: left;
    padding: 1px;
    overflow: hidden;
}
#social-counter-widget.style2-SC ul.social-counter-widget li a i,
#social-counter-widget.style2-SC ul.social-counter-widget li a span,
#social-counter-widget.style2-SC ul.social-counter-widget li a small {
    float: left;
    line-height: 30px !important;
}
#social-counter-widget.style2-SC ul.social-counter-widget li a i {
    color: #FFF;
    margin: 0 0 0 0 !important;
    display: inline-block !important;
    width: 30px !important;
    height: 30px !important;
    text-align: center;
    font-size: 17px;
    line-height: 30px !important;
    font-weight: normal !important;
    overflow: hidden;
    border-radius: 100px;
}
#social-counter-widget.style2-SC ul.social-counter-widget li a span {
    color: #FFF;
    padding: 0 15px 0 0
}
#social-counter-widget.style2-SC ul.social-counter-widget li a small { color: #FFF; }
#social-counter-widget.style2-SC ul.social-counter-widget li.social-counter-rss { background: #faa33d; }
#social-counter-widget.style2-SC ul.social-counter-widget li.social-counter-twitter { background: #40bff5; }
#social-counter-widget.style2-SC ul.social-counter-widget li.social-counter-facebook { background: #5d82d1; }
#social-counter-widget.style2-SC ul.social-counter-widget li.social-counter-gplus { background: #eb5e4c; }
#social-counter-widget.style2-SC ul.social-counter-widget li.social-counter-youtube { background: #ef4e41; }
#social-counter-widget.style2-SC ul.social-counter-widget li.social-counter-vimo { background: #35c6ea; }
#social-counter-widget.style2-SC ul.social-counter-widget li.social-counter-soundcloud { background: #ff7e30; }
#social-counter-widget.style2-SC ul.social-counter-widget li.social-counter-instgram { background: #3f729b; }
#social-counter-widget.style2-SC ul.social-counter-widget li.social-counter-dribbble { background: #d875a2; }
#social-counter-widget.style2-SC ul.social-counter-widget li.social-counter-delicious { background: #2567ee; }

#social-counter-widget.style2-SC ul.social-counter-widget li.social-counter-posts { background: #e29c04; }
#social-counter-widget.style2-SC ul.social-counter-widget li.social-counter-comments { background: #4caf50; }
#social-counter-widget.style2-SC ul.social-counter-widget li.social-counter-members { background: #e91e63; }


#social-counter-widget.style2-SC ul.social-counter-widget li:hover { background: #232323 !important; }
#social-counter-widget.style2-SC ul.social-counter-widget li:hover a small { color: #FFF !important; }
/* Style 3 */
#social-counter-widget.style3-SC {
    background-color: #FFF;
    border-radius: 3px;
    padding: 10px 0 !important;
}
#social-counter-widget.style3-SC ul.social-counter-widget li a span { font-size: 16px !important; }
#social-counter-widget.style3-SC li {
    display: block;
    width: 24%;
    overflow: hidden;
    float: left;
}
#social-counter-widget.style3-SC li a {
    display: inline-block;
    text-align: center;
    padding: 10px 0;
}
#social-counter-widget.style3-SC li a i,
#social-counter-widget.style3-SC li a span,
#social-counter-widget.style3-SC li a small {
    clear: both;
    display: block;
}
#social-counter-widget.style3-SC ul.social-counter-widget li a i {
    color: #FFF !important;
    display: inline-block !important;
    width: 35px !important;
    height: 35px !important;
    text-align: center;
    font-size: 17px;
    line-height: 35px !important;
    overflow: hidden;
    border-radius: 100px;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}
#social-counter-widget.style3-SC ul.social-counter-widget li.social-counter-rss i { background: #faa33d; }
#social-counter-widget.style3-SC ul.social-counter-widget li.social-counter-twitter i { background: #40bff5; }
#social-counter-widget.style3-SC ul.social-counter-widget li.social-counter-facebook i { background: #5d82d1; }
#social-counter-widget.style3-SC ul.social-counter-widget li.social-counter-gplus i { background: #eb5e4c; }
#social-counter-widget.style3-SC ul.social-counter-widget li.social-counter-youtube i { background: #ef4e41; }
#social-counter-widget.style3-SC ul.social-counter-widget li.social-counter-vimo i { background: #35c6ea; }
#social-counter-widget.style3-SC ul.social-counter-widget li.social-counter-soundcloud i { background: #ff7e30; }
#social-counter-widget.style3-SC ul.social-counter-widget li.social-counter-instgram i { background: #3f729b; }
#social-counter-widget.style3-SC ul.social-counter-widget li.social-counter-dribbble i { background: #d875a2; }
#social-counter-widget.style3-SC ul.social-counter-widget li.social-counter-delicious i { background: #2567ee; }
#social-counter-widget.style3-SC ul.social-counter-widget li.social-counter-posts i { background: #e29c04; }
#social-counter-widget.style3-SC ul.social-counter-widget li.social-counter-comments i { background: #4caf50; }
#social-counter-widget.style3-SC ul.social-counter-widget li.social-counter-members i { background: #e91e63; }
#social-counter-widget.style3-SC ul.social-counter-widget li a:hover i { background: #232323 !important; }

/* Style 4 */
#social-counter-widget.style4-SC {
    list-style: none!important;
    margin: 0!important;
    padding: 0!important;
    background: #FFF;

    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    /*
    -webkit-box-shadow: 0 0 2px #e0e0e0;
    -moz-box-shadow: 0 0 2px #e0e0e0;
    box-shadow: 0 0 2px #e0e0e0;
    */
    border: 1px #ebebec solid;
}
#social-counter-widget.style4-SC ul.social-counter-widget li {
    display: block;
    clear: both;
    overflow: hidden;
    margin: 0 !important;
    border: 1px #ebebec solid;
    border-width: 0 0 1px 0;
    font-family: Tahoma,Arial,Verdana,sans-serif !important;
}

#social-counter-widget.style4-SC ul.social-counter-widget li:last-child {
    border-width: 0 0 0 0 !important;
}

#social-counter-widget.style4-SC ul.social-counter-widget li a span.sc-num {
    font-size: 16px !important;
}

#social-counter-widget.style4-SC ul.social-counter-widget li:last-child { }
#social-counter-widget.style4-SC li a {
    display: block;
    text-align: left;
    overflow: hidden;
    padding: 15px 15px;
    line-height: 30px;
    background: rgba(0, 0, 0, 0);
    opacity: 1;
}
.rtl #social-counter-widget.style4-SC li a { text-align: right }
#social-counter-widget.style4-SC ul.social-counter-widget li a span { font-size: 14px !important; }
#social-counter-widget.style4-SC ul.social-counter-widget li a i,
#social-counter-widget.style4-SC ul.social-counter-widget li a span,
#social-counter-widget.style4-SC ul.social-counter-widget li a small {
    float: left;
    line-height: 36px !important;
}
.rtl #social-counter-widget.style4-SC ul.social-counter-widget li a i,
.rtl #social-counter-widget.style4-SC ul.social-counter-widget li a span,
.rtl #social-counter-widget.style4-SC ul.social-counter-widget li a small { float: right }
#social-counter-widget.style4-SC ul.social-counter-widget li a i {
    color: #FFF;
    margin: 0 !important;
    display: inline-block !important;
    width: 36px !important;
    height: 36px !important;
    text-align: center;
    font-size: 18px;
    line-height: 36px !important;
    overflow: hidden;
    border-radius: 100%;
    -webkit-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
}
#social-counter-widget.style4-SC ul.social-counter-widget li a span { padding: 0 15px 0 13px }
.rtl #social-counter-widget.style4-SC ul.social-counter-widget li a span { padding: 0 13px 0 15px }

#social-counter-widget.style4-SC ul.social-counter-widget li.social-counter-rss i { background: #faa33d; }
#social-counter-widget.style4-SC ul.social-counter-widget li.social-counter-twitter i { background: #40bff5; }
#social-counter-widget.style4-SC ul.social-counter-widget li.social-counter-facebook i { background: #5d82d1; }
#social-counter-widget.style4-SC ul.social-counter-widget li.social-counter-gplus i { background: #eb5e4c; }
#social-counter-widget.style4-SC ul.social-counter-widget li.social-counter-youtube i { background: #ef4e41; }
#social-counter-widget.style4-SC ul.social-counter-widget li.social-counter-vimo i { background: #35c6ea; }
#social-counter-widget.style4-SC ul.social-counter-widget li.social-counter-soundcloud i { background: #ff7e30; }
#social-counter-widget.style4-SC ul.social-counter-widget li.social-counter-instgram i { background: #3f729b; }
#social-counter-widget.style4-SC ul.social-counter-widget li.social-counter-dribbble i { background: #d875a2; }
#social-counter-widget.style4-SC ul.social-counter-widget li.social-counter-delicious i { background: #2567ee; }

#social-counter-widget.style4-SC ul.social-counter-widget li.social-counter-posts i { background: #e29c04; }
#social-counter-widget.style4-SC ul.social-counter-widget li.social-counter-comments i { background: #4caf50; }
#social-counter-widget.style4-SC ul.social-counter-widget li.social-counter-members i { background: #e91e63; }

#social-counter-widget.style4-SC ul.social-counter-widget li a:hover i { background: #999 !important; }


/* Feedburner */
.bd-feedburner form { margin-top: 15px; }
.bd-feedburner form input {
    padding: 10px 10px 11px;
    margin-bottom: 10px;
    overflow: hidden;
    width: 98%;
}
/* Ads 125 */
div.widget.ad_125_125 div.ads125 div.ads-content {
    width: 50%;
    float: left;
    display: inline-block;
    text-align: center;
    padding: 5px 0;
}
/* Ads 120 x 600 */
div.widget.ad_120_600 div.ads120 div.ads-content {
    width: 50%;
    float: left;
    display: inline-block;
    text-align: center;
}
/* Ads 250 */
div.widget.ad_250_250 div.ads250 div.ads-content {
    width: 100%;
    float: left;
    display: inline-block;
    text-align: center;
    padding: 0;
}
/* Ads 250 */
div.widget.ad_300_300 div.ads300 div.ads-content {
    width: 100%;
    float: left;
    display: inline-block;
    text-align: center;
    line-height: 0;
}
div.widget.ad_300_300 .widget-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
}
div.widget.no-bg.ads300 {
    background: none;
    padding: 0;
    border: 0 none !important;
    text-align: center;
}
/* news-in-pic */
.widget.bd-news-in-pic .widget-inner,
.widget.flickr { line-height: 0; }
.widget.bd-news-in-pic .post-thumb,
.widget.flickr .post-thumb {
    display: block;
    float: left;
    padding: 1px;
    line-height: 0;
    overflow: hidden;
}
.widget.flickr .widget-inner,
.widget.bd-news-in-pic .widget-inner {
    margin: 0 0 0 0;
    line-height: 0;
}
.widget.flickr .widget-inner .post-thumb img { max-width: 55px; }
.rtl .widget.bd-news-in-pic .post-thumb,
.rtl .widget.flickr .post-thumb { float: right; }
.widget.flexslider .slider-caption {
    position: absolute;
    left: 0;
    bottom: 0;
}
.rtl .widget.flexslider .slider-caption { left: auto; }
.widget.flexslider {
    padding: 0;
    border-radius: 0;
    background: none;
    clear: both;
    display: block;
    position: relative;
    overflow: hidden;
    box-shadow: none !important;
}
.widget.flexslider ul.flex-direction-nav {
    left: auto;
    right: 6px;
    top: 6px;
}
.rtl .widget.flexslider ul.flex-direction-nav {
    left: 6px;
    right: auto;
}
.widget.flexslider .slides li .slider-caption {
    background-color: rgba(0,0,0,0.5);
    color: #FFF;
    line-height: 20px;
    padding: 8px 10px 9px 10px;
    margin: 0;
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 999;
}
.rtl .widget.flexslider .slides li .slider-caption {
    left: auto;
    right: 0;
}
.widget.flexslider .slides li .slider-caption a { color: #FFF; }
/* Thumb Effects */
.widget .post-thumb {
    -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;
}
/* Search */
.widget.bd-search-widget form .search-text,
.widget.bd-search-widget form .btn,
.widget.bd-search-widget form select { margin: 0; }
.widget.bd-search-widget form .search-text {
    margin-right: 10px;
    padding: 10px;
    width: 195px;
}
.rtl .widget.bd-search-widget form .search-text {
    margin-right: auto;
    margin-left: 10px;
}
.widget.bd-search-widget form .btn {
    padding-left: 11px;
    padding-right: 11px;
    line-height: 34px;
}
.widget.bd-search-widget form select { margin-top: 10px; }
/* Twitter */
.bd-tweets ul.tweet_list li.twitter-item {
    font-size: 13px;
    line-height: 20px;
    margin: 0;
    padding: 8px 0 !important;
    width: 100%;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.15);
}
.bd-tweets ul.tweet_list li.twitter-item a { color: #4db2ec; }
.bd-tweets ul.tweet_list li.twitter-item a:hover { color: inherit; }
.bd-tweets ul.tweet_list li.twitter-item i {
    margin-right: 10px;
    color: #01b7ee;
}
.rtl .bd-tweets ul.tweet_list li.twitter-item i {
    margin-right: auto;
    margin-left: 10px;
}
.bd-tweets ul.tweet_list li.twitter-item:first-child {
    border-top: 0 none;
    margin-top: -5px;
    padding-top: 0;
}
.bd-tweets ul.tweet_list li.twitter-item:last-child {
    border-bottom: 0 none;
    padding-bottom: 0;
}
/* 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: #4db2ec; }
.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: 0px 2px 0px 0px rgba(0,0,0,0.03);
    box-shadow: 0px 2px 0px 0px 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; }
p.attachment { text-align: center; }
/* Post Ads */
.post-adv {
    text-align: center;
    display: block;
    overflow: hidden;
    margin: 10px -30px 30px -30px;
}
.post-adv a { display: block; }
.post-adv img {
    width: auto !important;
    max-width: 100% !important;
}
/* Box title */
.box-title {
    overflow: hidden;
    display: block;
    position: relative;
    margin: 0 0 25px 0;
    border-bottom: none !important;
    text-align: left;
}

.box-title h3,
.box-title h2 {
    background: #191919;
    color: #FFF;
    border-radius: 3px;
    display: inline-block;
    padding: 5px 12px 4px 12px;
    margin: 0 0 0 0 !important;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    float: none !important;
}

.box-title h3 a,
.box-title h2 a{
    color: #FFF;
}

.page-title {
    overflow: hidden;
    text-align: center;
}
.page-title h1 {
    margin: 0 0 24px 0;
    padding: 0;
}
/* post-author-box */

.post-author-box .avatar {
    float: left;
    margin-right: 15px;
}
.post-author-box .avatar img {
    overflow: hidden;
    border-radius: 100%;
    border: 4px solid rgba(0,0,0,0.05);
}
.rtl .post-author-box .avatar {
    float: right;
    margin-right: auto;
    margin-left: 15px;
}
.post-author-box p { margin-bottom: 10px; }
.post-author-box .social-icons a i { border-radius: 100%; }
.post-navigation {
    width: 100%;
    overflow: hidden;
    clear: both;
}
.post-navigation .post-nav-left {
    float: left;
    text-align: left;
}
.rtl .post-navigation .post-nav-left {
    float: right;
    text-align: right;
}
.post-navigation .post-nav-right {
    float: right;
    text-align: right;
}
.rtl .post-navigation .post-nav-right {
    float: left;
    text-align: left;
}
.post-navigation .post-nav-left,
.post-navigation .post-nav-right {
    width: 300px;

}
.post-navigation .post-nav-left .meta-nav,
.post-navigation .post-nav-right .meta-nav {
    clear: both;
    display: block;
    font-size: 12px;
    overflow: hidden;
    color: #777;
    margin-bottom: 5px;
}
.post-navigation .post-nav-left .meta-nav i,
.post-navigation .post-nav-right .meta-nav i {
    font-size: 20px;
    color: #999;
}
/* post-sharing-box */
.post-sharing-box {
    margin-top: 44px;
    clear: both;
    display: block;
    width: 100%;
    overflow: hidden;
}
.post-sharing-box iframe {
    margin: 0 !important;
    padding: 0 !important;
}
.post-sharing-box .title {
    float: left;
    margin: 0;
    padding: 0;
}
.rtl .post-sharing-box .title { float: right; }
.post-sharing-box ul {
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;
}
.rtl .post-sharing-box ul { float: left; }
.post-sharing-box ul li {
    float: right;
    display: inline-block;
    margin-left: 5px;
}
.rtl .post-sharing-box ul li {
    float: left;
    margin-left: auto;
    margin-right: 5px;
}
.post-sharing-box .social-icons a i {
    width: 34px;
    height: 34px;
    line-height: 34px !important;
    border-radius: 100%;
}
/* Post comment */
#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 {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 22px;
}
.comment-header .comment-meta { font-size: 12px; }
.comment-header img.avatar {
    overflow: hidden;
    border-radius: 100%;
    border: 4px solid rgba(0,0,0,0.05);
    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 {
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
}
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: #4db2ec;
}
.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 label {
    clear: both;
    display: block;
    font-size: 12px;
    margin-bottom: 3px;
}
.comment-form #comment { margin-bottom: 20px; }
ul.children {
    margin-top: 44px;
    margin-left: 45px;
}
.rtl ul.children {
    margin-left: auto;
    margin-right: 45px;
}
/* Related */
.single-post-related {
    margin-top: 40px;
    clear: both;
    overflow: hidden;
    display: block;
}
.box-title-more {
    float: right;
    display: block;
    overflow: hidden;
    width: 56px;
}
.rtl .box-title-more { float: left; }
.box-title-more .nxt { float: right; }
.rtl .box-title-more .nxt { float: left; }
.box-title-more .prev {
    float: left;
    margin-right: 4px;
}
.rtl .box-title-more .prev {
    float: right;
    margin-right: auto;
    margin-left: 4px;
}
.box-title-more .prev,
.box-title-more .nxt {
    width: 26px;
    height: 26px;
    text-align: center;
}
.box-title-more .prev i,
.box-title-more .nxt i {
    line-height: 26px;
    display: block;
    font-size: 20px;
}
#related-posts .related-re_scroll {
    overflow: hidden;
    clear: both;
    display: block;
    position: relative;
    width: 100% !important;
}
#related-posts .related-re_scroll .post-items,
#related-posts .related-re_scroll { width: 100% !important; }
#related-posts .related-re_scroll .post-item {
    height: 205px;
    overflow: hidden;
}
.article_sidebar_position_full #related-posts .related-re_scroll .post-items .post-item,
.post_full_width #related-posts .related-re_scroll .post-item {
    height: 260px;
    overflow: hidden;
}
#related-posts .related-re_scroll .post-item {
    float: left;
    overflow: hidden;
    position: relative;
    display: none;
    width: 33.33333333333333%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #000;
}
#related-posts { margin: 0 -10px; }
#related-posts .related-re_scroll .post-item .boxs-url {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;

    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.scroll-nav {
    margin: 5px 0 -10px;
    padding: 5px;
    text-align: center;
}
.scroll-nav a {
    background: #b4b4b4;
    width: 12px;
    height: 12px;
    text-indent: -9999px;
    overflow: hidden;
    display: inline-block;
    margin: 2px 2px 0;
    -webkit-transition: all .40s;
    -moz-transition: all .40s;
    -o-transition: all .40s;
    transition: all .40s;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.scroll-nav a:hover { background: #939393; }
.scroll-nav a.activeSlide { background: #FFF }
.rtl #related-posts .related-re_scroll .post-item {
    float: right;
    margin-right: auto;
}
#related-posts .related-re_scroll .post-item {
}
#related-posts .related-re_scroll .post-item a { display: block; }
#related-posts .related-re_scroll .post-item img {
    height: auto;
    width: 100%;
    max-width: 100%;
}
#related-posts .related-re_scroll .post-item.last-column { margin-right: 0; }
.rtl #related-posts .related-re_scroll .post-item.last-column {
    margin-right: auto;
    margin-left: 0;
}
#related-posts .related-re_scroll .post-item .post-caption {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 0 10px 0;
    text-align: center;
    z-index: 5;
}
#related-posts .related-re_scroll .post-item .boxs-url {
    margin: 1px;
}
#related-posts .related-re_scroll .post-item .boxs-url: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.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);
    -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;
}

#related-posts .related-re_scroll .post-item .post-caption,
#related-posts .related-re_scroll .post-item .post-caption a {
    color: #FFF;
    text-shadow: 0 1px 0 rgba(0,0,0,.35);
}
#related-posts .related-re_scroll .post-item .post-caption h3 {
    margin: 0;
    font-size: 14px;
    line-height: 19px;
    padding: 0 20px;
}
#related-posts .related-re_scroll .post-item .post-caption .post-meta {
    font-size: 11px;
    opacity: .7;
}
/* Pos */
.post_full_width .bd-main,
.article_sidebar_position_full .bd-main {
    float: none;
    width: 100%;
}
.post_full_width .bd-sidebar,
.article_sidebar_position_full .bd-sidebar { display: none; }
.post_full_width .bd-main .post-image,
.article_sidebar_position_full .bd-main .post-image { height: auto; }
.post_full_width .bd-main .post-image img,
.article_sidebar_position_full .bd-main .post-image img {
    width: 100%;
    height: auto;
}
.post_full_width #related-posts .related-re_scroll .post-items .post-item,
.article_sidebar_position_full #related-posts .related-re_scroll .post-items .post-item { }
.article_sidebar_position_right .bd-main,
.post_sidebar_right .bd-main { float: left !important; }
.rtl .article_sidebar_position_right .bd-main,
.rtl .post_sidebar_right .bd-main { float: right !important; }
.article_sidebar_position_right .bd-sidebar,
.post_sidebar_right .bd-sidebar { float: right !important; }
.rtl .article_sidebar_position_right .bd-sidebar,
.rtl .post_sidebar_right .bd-sidebar { float: left !important; }
.article_sidebar_position_left .bd-main,
.post_sidebar_left .bd-main { float: right !important; }
.rtl .article_sidebar_position_left .bd-main,
.rtl .post_sidebar_left .bd-main { float: left !important; }
.article_sidebar_position_left .bd-sidebar,
.post_sidebar_left .bd-sidebar { float: left !important; }
.rtl .article_sidebar_position_left .bd-sidebar,
.rtl .post_sidebar_left .bd-sidebar { float: right !important; }
/* Header ads */
.header-adv,
.footer-adv {
    margin: 0 auto 30px auto;
    text-align: center;
    line-height: normal;
    clear: both;
    display: block;
    overflow: hidden;
}
.footer-adv { margin: 30px auto 0 auto; }
.header-adv img,
.footer-adv img,
.footer-adv iframe {
    max-width: 100% !important;
    height: auto !important;
}
.header-adv iframe {
    max-width: 100% !important;
    }
	 
/* Pages */

.taxonomy-description p {
    margin: 0 0 10px 0;
    font-size: 14px;
    line-height: 20px;
}
.taxonomy-description .avatar {
    display: inline-block;
    float: left;
    margin-right: 15px;
}
.rtl .taxonomy-description .avatar {
    float: right;
    margin-right: auto;
    margin-left: 15px;
}
.taxonomy-description .avatar img { border-radius: 100%; }
.taxonomy-description .social-icons { margin-top: 10px !important; text-align: center }
.taxonomy-description .social-icons i { border-radius: 100%; }
.taxonomy-description .bio-author-desc { padding-top: 10px; min-height: 96px }
/* WP */
.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;
    margin: 5px;
    line-height: 0;
    min-width: 150px !important;
    height: auto !important
}
.gallery .gallery-item a {
    line-height: 0;
    display: block;
}
.gallery .gallery-item img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
/* wordpress default galleries */
.wp-caption { max-width: 100% !important; }
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    padding: 1px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.gallery-item .gallery-caption {
    text-align: left;
    position: relative;
    bottom: 17px;
    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: none; }
.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: Verdana, Geneva, sans-serif;
    font-style: italic;
    font-weight: normal;
    line-height: 17px;
    color: #444444;
}
.aligncenter .wp-caption-text { text-align: center; }
.entry-content ol,
.entry-content ul { margin: 0 0 25px 10px; }
.entry-content ol li ol,
.entry-content ul li ul { margin: 15px; }
.entry-content ul li { list-style: inside disc;line-height: initial;}
.entry-content ol li { list-style: inside decimal; }
.entry-content li { margin: 0 0 5px; }


/*-----------------------------------------------------------------------------------*/
/* Dropcap
/*-----------------------------------------------------------------------------------*/
span.dropcap {
    float: left;
    display: block;
    font-size: 31px;
    line-height: 34px;
    text-align: center;
    font-weight: 600;
    margin: 6px 13px 0 0;
    padding: 3px 10px;
    border-radius: 2px
}
.rtl span.dropcap {
    float: right;
    margin: 6px 0 0 13px
}
/*-----------------------------------------------------------------------------------*/
/* High light
/*-----------------------------------------------------------------------------------*/
span.highlight {
    text-transform: none;
    background: #FFE7B8;
    color: #CE5810;
}
/*-----------------------------------------------------------------------------------*/
/* Lists
/*-----------------------------------------------------------------------------------*/
ul.bd_line_list li,
ul.bd_star_list li,
ul.bd_yes_list li,
ul.bd_no_list li,
ul.bd_line_list,
ul.bd_star_list,
ul.bd_yes_list,
ul.bd_no_list {
    list-style: none;
    margin: 0;
    padding: 0
}
ul.bd_line_list li {
    list-style: none !important;
    border-top: 1px solid #f0f0f0;
    margin-top: 4px;
    padding-top: 4px
}
ul.bd_line_list li:first-child {
    border: none;
    box-shadow: none
}
ul.bd_line_list li:first-child {
    margin-top: 0;
    padding-top: 0
}
ul.bd_no_list li,
ul.bd_yes_list li,
ul.bd_star_list li {
    list-style: none !important;
    padding: 3px 0 0 0;
    margin: 5px 0 0 0
}
ul.bd_no_list > li:first-child,
ul.bd_yes_list > li:first-child,
ul.bd_star_list > li:first-child { margin-top: 0 }
ul.bd_yes_list li:before,
ul.bd_star_list li:before,
ul.bd_no_list li:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    margin: 1px 15px 0 1px
}
ul.bd_yes_list li:before { content: "\f00c" }
ul.bd_star_list li:before { content: "\f005" }
ul.bd_no_list li:before { content: "\f057" }
.rtl.ul.bd_no_list li:before,
.rtl ul.bd_yes_list li:before,
.rtl ul.bd_star_list li:before { margin: 1px 1px 0 15px }
.rtl ul.bd_no_list li,
.rtl ul.bd_yes_list li,
.rtl ul.bd_star_list li { padding: 3px 0 0 0 }
/*-----------------------------------------------------------------------------------*/
/* Table
/*-----------------------------------------------------------------------------------*/
table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 2px;
    border: none !important;
}
table th,
table td {
    padding: 7px 11px;
    border: 1px solid #f0f0f0;
}
table th {
    text-align: left;
    background-color: #f9f9f9;
    color: #000;
}
table td { background-color: #FFF; }
/*-----------------------------------------------------------------------------------*/
/* clear
/*-----------------------------------------------------------------------------------*/
.clear {
    clear: both;
    display: block;
    overflow: hidden;
}
.clear:before,
.clear:after {
    display: table;
    content: "";
    line-height: 0;
}
/*-----------------------------------------------------------------------------------*/
/* divider
/*-----------------------------------------------------------------------------------*/
div.divider {
    background: #f0f0f0;
    height: 4px;
    font-size: 1px;
    line-height: 0;
    display: block;
    overflow: hidden;
    margin: 30px 0;
    clear: both;
    border: none !important
}
/*-----------------------------------------------------------------------------------*/
/* Columns
/*-----------------------------------------------------------------------------------*/
.one_half,
.one_third,
.two_third,
.three_fourth,
.one_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
    position: relative;
    margin-right: 4%;
    float: left;
}
.rtl .one_half,
.rtl .one_third,
.rtl .two_third,
.rtl .three_fourth,
.rtl .one_fourth,
.rtl .one_fifth,
.rtl .two_fifth,
.rtl .three_fifth,
.rtl .four_fifth,
.rtl .one_sixth,
.rtl .five_sixth {
    float: right;
    margin-right: auto;
    margin-left: 4%
}
div.one_half.last,
div.one_third.last,
div.one_fourth.last,
div.two_third.last,
div.three_fourth.last {
    margin-right: 0 !important;
    clear: right;
}
.rtl div.one_half.last,
.rtl div.one_third.last,
.rtl div.one_fourth.last,
.rtl div.two_third.last,
.rtl div.three_fourth.last {
    margin-left: 0 !important;
    clear: left;
}
div.one_half { width: 48% }
div.one_third { width: 30.66% }
div.two_third { width: 65.33% }
div.one_fourth { width: 22% }
div.three_fourth { width: 74% }
div.one_fifth { width: 16.8% }
div.two_fifth { width: 37.6% }
div.three_fifth { width: 58.4% }
div.four_fifth { width: 67.2% }
div.one_sixth { width: 13.33% }
div.five_sixth { width: 82.67% }
/*-----------------------------------------------------------------------------------*/
/* Notification
/*-----------------------------------------------------------------------------------*/
div.bd_notification {
    padding: 14px 30px 14px 20px;
    position: relative;
    margin-bottom: 16px;
    border-radius: 2px;
    font-size: 13px;
    line-height: 18px;
}
.rtl div.bd_notification { padding: 14px 20px 14px 30px; }
div.bd_notification p {
    padding: 0 !important;
    margin: 0 !important;
}
div.bd_notification.notification_mark {
    background-color: #d8f1c6;
    color: #769958 !important;
}
div.bd_notification.notification_mark p { color: #769958 !important; }
div.bd_notification.notification_error {
    background-color: #f9d9d9;
    color: #aa4343 !important;
}
div.bd_notification.notification_error p { color: #aa4343 !important; }
div.bd_notification.notification_warning {
    background-color: #fbf4dd;
    color: #a38c68 !important;
}
div.bd_notification.notification_warning p { color: #a38c68 !important; }
div.bd_notification.notification_info {
    background-color: #d7e3f4;
    color: #728095 !important;
}
div.bd_notification.notification_info p { color: #728095 !important; }
div.bd_notification.notification_info p:before,
div.bd_notification.notification_warning p:before,
div.bd_notification.notification_error p:before,
div.bd_notification.notification_mark p:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    margin: 1px 15px 0 1px
}
div.bd_notification.notification_mark p:before { content: "\f00c" }
div.bd_notification.notification_error p:before { content: "\f00d" }
div.bd_notification.notification_warning p:before { content: "\f06a" }
div.bd_notification.notification_info p:before { content: "\f129" }
.rtl div.bd_notification.notification_info p:before,
.rtl div.bd_notification.notification_warning p:before,
.rtl div.bd_notification.notification_error p:before,
.rtl div.bd_notification.notification_mark p:before { margin: 1px 1px 0 15px }
/*-----------------------------------------------------------------------------------*/
/* Buttons
/*-----------------------------------------------------------------------------------*/
a.bd_button.btn_small,
a.bd_button.btn_middle,
a.bd_button.btn_large {
    padding: 12px 22px;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    margin: 5px 5px 5px 0;
    border: none;
    cursor: pointer;
    text-shadow: none !important;
    text-transform: none !important;
    text-decoration: none !important;
    font-weight: 700;
}
a.bd_button.btn_small { padding: 4px 14px 5px !important; }
a.bd_button.btn_middle {
    padding: 9px 30px 11px !important;
    font-size: 18px !important;
}
a.bd_button.btn_large {
    padding: 10px 31px 13px !important;
    font-size: 20px !important;
}
a.bd_button:hover { background: #1f1f1f !important; }
/*-----------------------------------------------------------------------------------*/
/* Toggle
/*-----------------------------------------------------------------------------------*/
div.toggle {
    overflow: hidden;
    display: block;
    position: relative;
}
div.toggle h4 {
    margin: 0 0 4px 0;
    padding: 0 15px;
    position: relative;
    display: block;
    clear: both;
    font-size: 14px;
    line-height: 40px;
    min-height: 40px;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 3px;
    background: #f9f9f9;
    color: #000;
}
div.toggle span {
    font-family: arial, Georgia, serif;
    position: absolute;
    right: 18px;
    top: 7px;
    margin: 0 0 0 0;
    cursor: pointer;
    font-size: 23px;
    font-weight: bold;
    text-align: right;
    display: block;
    color: #000;

}
.rtl div.toggle span {
    right: auto;
    left: 18px;
    text-align: left
}
div.toggle div.panel {
    padding: 13px 17px;
    display: none;
    border-radius: 2px;
}
/*-----------------------------------------------------------------------------------*/
/* Tabs
/*-----------------------------------------------------------------------------------*/
div.tabgroup { }
div.tabgroup ul.tabs,
div.tabgroup ul.tabs li {
    list-style: none !important;
    margin: 0 !important;
}
div.tabgroup ul.tabs {
    border-left: 1px solid #f0f0f0;
    overflow: hidden;
}
.rtl div.tabgroup ul.tabs {
    border-left: 0 none;
    border-right: 1px solid #f0f0f0;
}
div.tabgroup ul.tabs li {
    float: left;
    margin: 0;
    padding: 0;
    border-top: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    background: #f9f9f9;
    cursor: pointer;
    font-size: 18px;
    display: block;
}
.rtl div.tabgroup ul.tabs li {
    float: right;
    border-left: 1px solid #f0f0f0;
    border-right: 0 none;
}
div.tabgroup ul.tabs li a {
    display: block;
    padding: 9px 18px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none
}
.single article.post div.tabgroup ul.tabs li a,
.page article.page div.tabgroup ul.tabs li a,
div.tabgroup ul.tabs li a
{
    color: #000000;
}
div.tabgroup ul.tabs li.ui-tabs-active {
    border-bottom: 1px solid #fff;
    background: none;
    cursor: default;
}
div.tabgroup div.contents {
    border: 1px solid #f0f0f0;
    border-radius: 2px;
    margin-top: -1px;
    padding: 20px;
    overflow: hidden;
}
div.tabgroup div.contents div.ui-tabs-panel { display: none; }


/* Social links */
a.social_links {
    display: inline-block;
    margin: 10px;
    font-size: 19px;
    font-weight: normal;
}
/* Soundcloud */
div.bd-soundcloud-shortcode {
    text-align: center;
    overflow: hidden;
    position: relative;
}
div.bd-soundcloud-shortcode iframe {
    width: 100%;
    max-width: 100%;
    display: block;
}
/* Google maps */
div.bd-googlemaps-shortcode {
    text-align: center;
    overflow: hidden;
    position: relative;
}
div.bd-googlemaps-shortcode iframe {
    width: 100%;
    max-width: 100%;
    display: block;
}
/* Pages */
ul.authors-wrap,
ul.authors-wrap li {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
}
ul.authors-wrap li { margin: 24px 0 0 0 !important; }
ul.authors-wrap li:first-child { margin: 0 !important; }
.timeline-list {
    width: 50%;
    float: right;
    border-left: 2px solid rgba(0,0,0,0.05);
}
.rtl .timeline-list {
    float: left;
    border-left: 0 none;
    border-right: 2px solid rgba(0,0,0,0.05);
}
ul.timeline-list,
ul.timeline-list li {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.timeline-list li.timeline-item {
    display: block;
    clear: both;
    overflow: hidden;
    width: 95%;
    padding-left: 5%;
    margin-bottom: 14px;
}
.rtl ul.timeline-list li.timeline-item {
    padding-left: 0;
    padding-right: 5%;
}
ul.timeline-list li.timeline-item:first-child { margin-top: 24px; }
ul.timeline-list li.timeline-item:nth-child(2n+2) {
    margin-left: -100%;
    text-align: right;
    padding-left: 0;
    padding-right: 5%;
}
.rtl ul.timeline-list li.timeline-item:nth-child(2n+2) {
    margin-left: auto;
    margin-right: -100%;
    text-align: left;
    padding-left: 5%;
    padding-right: 0;
}
.timeline-list .timeline-item .timeline-date span { }
.timeline-list .timeline-item .timeline-date,
.timeline-list .timeline-item .timeline-link { }
.timeline-list .timeline-item .timeline-date span {
    color: #AAA;
    font-size: 12px;
}
.timeline-list .timeline-item .timeline-link a {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px !important;
}
.timeline-title {
    width: 75px;
    height: 75px;
    line-height: 75px;
    font-size: 14px;
    border-radius: 100%;
    display: block;
    margin: 0 auto 0 auto;
    background-color: rgba(0,0,0,0.05);
    text-align: center;
}
#reply-title { margin: 0 0 20px 0; }
/**
 * Facebook comments
 * ----------------------------------------------------------------------------- *
 */
.fb-comments,
.fb-comments iframe[style],
.fb-like-box,
.fb-like-box iframe[style] {
    width: 100% !important;
    max-width: 100% !important
}
.fb-comments span,
.fb-comments iframe span[style],
.fb-like-box span,
.fb-like-box iframe span[style] {
    width: 100% !important;
    max-width: 100% !important
}
.po_fb_comments {
    display: block;
    overflow: hidden;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 19px;
}

@media only screen and (max-width: 767px) and (min-width: 480px) {
    ul.timeline-list {
        border: 0 none;
        float: none;
        width: 100%;
    }
    ul.timeline-list li.timeline-item,
    ul.timeline-list li.timeline-item:nth-child(2n+2) {
        width: 100% !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }
}

@media only screen and (max-width: 479px) {
    ul.timeline-list {
        border: 0 none;
        float: none;
        width: 100%;
    }
    ul.timeline-list li.timeline-item,
    ul.timeline-list li.timeline-item:nth-child(2n+2) {
        width: 100% !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }
}
.post-image.google-box { background: none; }
.post-image.google-box iframe {
    margin: 0;
    padding: 0;
    width: 100%;
}
/* Logo Center */
.logo-center .header .logo,
.logo-center #navigation {
    float: none;
    display: block;
    clear: both;
}
.logo-center #navigation { border-top: 1px #eee solid; }
.logo-center .primary-menu ul#menu-primary > li > a {
    height: 80px;
    line-height: 80px;
}
.logo-center .primary-menu ul#menu-primary { text-align: center; }
.logo-center .primary-menu ul#menu-primary div,
.logo-center .primary-menu ul#menu-primary ul { text-align: left; }
.rtl .logo-center .primary-menu ul#menu-primary div,
.rtl .logo-center .primary-menu ul#menu-primary li { text-align: right; }
.logo-center .primary-menu ul#menu-primary > li {
    float: none;
    display: inline-block;
}
.logo-center .header .logo {
    margin: 50px auto;
    text-align: center;
}
.logo h1,
.logo h2 { margin: 0; }
.logo-center #navigation ul#menu-nav { text-align: center; }
.logo-center #navigation ul#menu-nav > li {
    float: none;
    display: inline-block;
    text-align: left;
}
/* Header Fiexd */
#header-fix { width: 100%; }
#header-fix.header-fix {
    position: fixed;
    top: 0;
    z-index: 999;
    background: #FFF;
    box-shadow: 0 1px 10px rgba(0,0,0,.2);
}
#header-fix.header-fix.header-fixed-trans { opacity: 0.9; }
body.admin-bar #header-fix.header-fix { top: 32px; }
#header-fix.header-fix .header { margin: 15px auto 17px; }
.header.header-fix {
    margin-top: 0px;
    padding: 15px 0;
}
/* Ajax */
.loading_data { display: none; }
.wait_loading { background: url( "images/loader.gif" ) center center; }
/* Slider */
.slider-flex {
    position: relative;
    display: block;
    overflow: hidden;
    clear: both;
    padding: 0 0 30px 0
}
.slider-flex ol.flex-control-paging {
    position: absolute;
    margin: 0;
    padding: 0;
    bottom: 0;
    width: 100%;
    z-index: 888;
    text-align: center;
}
.slider-flex ol.flex-control-paging li {
    display: inline-block;
    line-height: 0;
}
.slider-flex ol.flex-control-paging li a {
    display: inline-block;
    width: 22px;
    height: 6px;
    background: rgba( 0,0,0, 0.2 );
    cursor: pointer;
    text-indent: -1000px;
    margin: 2px;
    overflow: hidden
}
.slider-flex ol.flex-control-paging li a.flex-active { background: #4db2ec; }
.flexslider {
    position: relative;
    overflow: hidden;
    min-height: 160px;
    direction: ltr;
    zoom: 1;
    width: 100%;
    max-width: 100%;
    background: #000 url("images/loader.gif") no-repeat 50% 50%
}
.slider-flex ul.slides { }
.slider-flex ul.slides li {
    display: none;
    position: relative;
    overflow: hidden;
}
.slider-flex ul.slides li img {
    height: auto;
    width: 100%
}
.slider-flex ul.slides li .slide-caption {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 888;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.5);
}
.slider-flex ul.slides li .slide-caption .post-caption-content { padding: 15px 15px 22px 15px }
.slider-flex ul.slides li .slide-caption,
.slider-flex ul.slides li .slide-caption a { color: #FFF; }
.slider-flex ul.slides li .slide-caption h3 {
    font-size: 31px;
    line-height: 31px;
    margin: 5px 0 0 0;
}
.slider-flex ul.slides li .slide-caption .date {
    color: #EEE;
    text-transform: uppercase;
    font-size: 13px;
}
.slider-flex ul.slides li .slide-caption .post_meta_cats,
.slider-flex ul.slides li .slide-caption .post_meta_cats a { color: #FFF; }
.slider-flex ul.slides li .btn-link {
    display: inline-block;
    line-height: 32px;
    min-height: 32px;
    margin-top: 10px;
}
.slider-flex #slider ul.flex-direction-nav { top: 6px; }
.slider-flex #carousel { border-top : 3px #FFF solid; }
.slider-flex .flexslider ul.flex-direction-nav li a { background-color: rgba(0,0,0,0.1); }
.slider-flex ul.slides li .slide-caption .post-excerpt {
    padding: 10px 0;
    font-size: 14px;
    line-height: 20px;
}
/* v1.4.2 */
.bd-fb-likebox .widget-inner {
    padding: 5px 0 0 !important;
    line-height: 0;
}
.widget.bd-search-widget form input,
.widget.bd-search-widget form button { float: left }
.rtl .widget.bd-search-widget form input,
.rtl .widget.bd-search-widget form button { float: right }
/*
 * Portfolio
 */
.folio-container { margin-bottom: 0 }
.single-wportfolio .header,
.tax-portfolio_category .header,
.page-template-portfolio-four-col-php .header,
.page-template-portfolio-three-col-php .header,
.page-template-portfolio-two-col-php .header,
.page-template-portfolio-grid-col-php .header { margin-bottom: 0 }
/* page-title */
#page-title {
    display: block;
    clear: both;
    overflow: hidden;
    padding: 30px 0;
    margin-top: -30px;
    margin-bottom: 44px;
    font-size: 16px;
    background-color: #191919;
    position: relative;
}
.bd-page-title {
    float: left;
    width: 570px;
}
.rtl .bd-page-title { float: right; }
.bd-page-title h1 {
    margin: 0;
    padding: 0;
    color: #FFF;
    line-height: 28px
}
/* crumbs */
#crumbs {
    float: right;
    line-height: 35px;
}
.rtl #crumbs { float: left; }
#crumbs ul,
#crumbs li {
    margin: 0;
    padding: 0;
    list-style: none;
}
#crumbs li {
    display: inline-block;
    float: left;
    margin-left: 10px;
    color: #FFF;
}
.rtl #crumbs li {
    float: right;
    margin-left: 0;
    margin-right: 10px;
}
#crumbs li a { color: #FFF; }
.rtl #crumbs li a {
    padding-right: 0;
    padding-left: 5px;
}
#crumbs li:after {
    content: '/';
    padding: 0 5px;
}
#crumbs li:last-child:after { content: ''; }
#folio-main { }
/* folio-media */
.folio-media {
    float: left;
    width: 770px;
}
.folio-media .new-box { margin-top: 0; }
.folio-media iframe { min-height: 250px; }
.folio-media img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.rtl .folio-media { float: right; }
.folio-media .post-sharing-box { margin-top: 20px; }
/* folio-content */
.folio-content {
    float: right;
    width: 340px;
    margin-top: 0;
}
.rtl .folio-content { float: left; }
.folio-content h3 {
    margin: 0 0 10px 0;
    padding: 0;
}
.folio-entry { margin-bottom: 20px; }
.folio-entry p {
    margin: 0;
    padding: 0;
}
.folio-info { }
.folio-info ul,
.folio-info ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.folio-info ul li {
    padding: 5px 0;
    width: 100%;
    font-size: 13px;
}
.folio-info ul li:last-child { border-bottom: none; }
.folio-info ul li strong { }
.folio-info ul li .btn-link { margin-top: 20px; }
.folio-info ul li a { }
.folio-cat a,
.folio-tag a {
    display: inline-block;
    padding: 3px 9px;
    margin-right: 3px;
    line-height: 20px;
    background: #ddd;
    border-radius: 3px;
}
.rtl .folio-cat a,
.folio-tag a {
    margin-right: 0;
    margin-left: 3px;
}
.folio-single article {
    position: relative;
    display: block;
    overflow: hidden;
}
.folio-items { }
.folio-items .folio-item {
    float: left;
    display: block;
    margin: 0 0 18px 0;
    padding: 0;
    overflow: hidden;
    border-radius: 2px;
    box-shadow: 0 0 6px 1px rgba(0,0,0, 0.04);
}
.single-wportfolio .folio-items .folio-item {
    border-radius: 0;
    margin-bottom: 0;
    box-shadow: none;
}
.folio-items .folio-item .post-thumb { overflow: hidden }
.folio-items .folio-item .post-thumb img {
    -webkit-transition: 700ms;
    -moz-transition: 700ms;
    -o-transition: 700ms;
    transition: 700ms;
}
.folio-items .folio-item .post-thumb:hover img {
    transform: scale(1.5, 1.5) rotate(10deg);
    -ms-transform: scale(1.5, 1.5) rotate(10deg);
    -webkit-transform: scale(1.5, 1.5) rotate(10deg);
    -o-transform: scale(1.5, 1.5) rotate(10deg);
    -moz-transform: scale(1.5, 1.5) rotate(10deg);
}
.rtl .folio-items .folio-item { float: right; }
.folio-items .folio-item .inner-desc {
    background: #FFF;
    display: block;
    overflow: hidden;
}
.folio-items .folio-item .inner-desc h3 {
    margin: 0;
    padding: 15px;
    text-align: center;
    font-size: 21px;
    line-height: 27px;
    text-transform: uppercase;
}
.folio-items .folio-item .inner-desc h3 span {
    clear: both;
    display: block;
    padding-top: 5px;
    font-size: 65%;
    font-style: italic;
    font-weight: normal;
    text-transform: none;
}
.folio-items .folio-item .inner-desc h3 span,
.folio-items .folio-item .inner-desc h3 span a { color: #c9c9c9; }
.folio-items .folio-item .inner-media img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
/* 4col */
.folio-4col.folio-items .folio-item { width: 270px; }
/* 3col */
.folio-3col.folio-items .folio-item { width: 360px; }
/* 2col */
.folio-2col.folio-items .folio-item { width: 555px; }
/* #filters */
#folio-main #options {
    display: block;
    text-align: center;
    overflow: hidden;
    margin-bottom: 40px;
}
#folio-main ul#filters,
ul#filters li {
    margin: 0;
    padding: 0;
    list-style: none;
}
#folio-main ul#filters li { display: inline-block; }
#folio-main ul#filters li a {
    display: block;
    background: #FFF;
    border-radius: 2px;
    padding: 6px 15px 7px;
    margin: 1px 2px;
    font-size: 14px;
    line-height: 24px;
}
#folio-main ul#filters li a.selected {
    background: #4db2ec;
    color: #FFF;
}
/* folio-related */
.folio-related {
    margin-top: 50px;
    clear: both;
    overflow: hidden;
    display: block;
}
/* Heart like */
span.post-like .like {
    font-size: 14px;
    line-height: 14px;
    padding: 0;
    margin: 0;
}
span.post-like.voted .like,
span.post-like .alreadyvoted { color: #8dc63f !important }
span.post-like em { font-style: normal }
span.post-like a,
span.post-like em,
span.post-like .alreadyvoted {
    display: inline-block;
    line-height: 14px
}
.folio-like {
    line-height: 0;
    display: block;
    overflow: hidden
}
.folio-like span.post-like {
    margin: 10px 0 0 0;
    display: inline-block;
    overflow: hidden;
    padding: 5px 7px;
    line-height: 14px;
    background-color: #FFF;
    border-radius: 2px;
}
.folio-like span.post-like em {
    padding-left: 7px;
    font-size: 15px;
}
.format-quote a.more-link { display: none !important }
/* v1.6.0 */
.social_sharing_box_large li.facebook {
    width: 50px !important;
    line-height: 0;
}
.social_sharing_box_large li.facebook iframe { height: 61px !important; }
.home-post-share { display: block;/*padding-top: 15px;
    margin-top: 25px;
    border-top: 1px dashed #e9e9e9;
    */
}
.home-post-share .post-sharing-box {
    margin-top: 0;
    text-align: center;
    overflow: inherit
}
.home-post-share .post-sharing-box .title { display: none }
.home-post-share .post-sharing-box ul {
    float: none;
    margin: 0;
    padding: 0
}

.home-post-share .post-sharing-box ul li {
    float: none;
    display: inline-block;
    padding: 0 2px;
    margin: 0;
}

.home-post-share .post-sharing-box ul li a {
    border-radius: 2px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition: 250ms;
    -moz-transition: 250ms;
    transition: 250ms;
    background: #000;
    text-align: left;
}

.home-post-share .post-sharing-box ul li.facebook a { background: #3b5998 }
.home-post-share .post-sharing-box ul li.twitter a { background: #55acee }
.home-post-share .post-sharing-box ul li.linkedin a { background: #0976b4 }
.home-post-share .post-sharing-box ul li.reddit a { background: #5f99cf }
.home-post-share .post-sharing-box ul li.tumblr a { background: #4e7da2 }
.home-post-share .post-sharing-box ul li.google a { background: #dd4b39 }
.home-post-share .post-sharing-box ul li.pinterest a { background: #cb2027 }

.home-post-share .post-sharing-box ul li a i {
    background: none !important;
    font-size: 16px;
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    margin: 0;
}

.home-post-share .post-sharing-box ul li a i,
.home-post-share .post-sharing-box ul li a i:hover {
    color: #FFF !important;
}

.home-post-share .post-sharing-box ul li a > span {
    display: inline-block;
    opacity: 0;
    top: -0.1em;
    -webkit-transform: translate3d(-4px, 0, 0);
    -moz-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0);
    -webkit-transition: 250ms;
    -moz-transition: 250ms;
    transition: 250ms;
    font-weight: 500;
    position: relative;
    color: #FFF ;
}
.home-post-share .post-sharing-box ul li a:hover {
    width: 90px;
}

.home-post-share .post-sharing-box ul li a:hover > span {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
/*
.home-post-share .post-sharing-box ul li {
    float: none;
    -webkit-transition: all ease-in-out 0.1s;
    transition: all ease-in-out 0.1s;
}
.home-post-share .post-sharing-box ul li a i {
    background: none !important;
    color: #bbb !important;
    border: #ddd 1px solid;
    width: 42px;
    height: 42px;
    line-height: 42px !important;
}
.home-post-share .post-sharing-box ul li:hover a i { color: #333 !important; }
.home-post-share .post-sharing-box ul li:hover,
*/
.widget .widget-social-links a:hover {
    -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;
    z-index: 99;
}
.layout-full-width { }
.layout-full-width .bd-sidebar { display: none }
.layout-full-width .bd-main {
    float: none;
    width: 100%
}
.widget #instagram { text-align: center; }
.widget #instagram .gallery_item {
    width: 48%;
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.widget #instagram .instagram_likes {
    position: absolute;
    right: 3px;
    bottom: 3px;
    display: inline-block;
    background-color: rgba( 0, 0, 0, .5);
    padding: 3px 5px;
    border-radius: 2px;
    color: #FFF;
    font-size: 11px;
}
.textwidget,
.about-me-text { line-height: 26px; }
.box-title h3,
.widget .widget-title h2 { float: left; }
.rtl .box-title h3,
.rtl .widget .widget-title h2 { float: right; }
/*
.box-title .title-line,
.widget .widget-title .title-line {
    background: url(images/line.svg);
    height: 12px;
    overflow: hidden;
    margin-top: 7px;
}
*/
.widget .widget-social-links { }
.widget .widget-social-links a i {
    width: 50px;
    height: 50px;
    line-height: 50px !important;
    font-size: 24px;
    border-radius: 0 !important;
}
.bd-fb-likebox .widget-inner {
    padding: 5px 0 0 !important;
    line-height: 0;
}
.ads300 { box-shadow: none !important; }
.ads300 img { width: auto !important; }
.isotope { overflow: inherit!important; }
.isotope-item { z-index: 2; }
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}
.isotope.no-transition,
.isotope.no-transition .isotope-item {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    transition-duration: 0s;
}
div.posts-gird {
    position: relative;
    margin-right: -34px;
    z-index: 4;
}
div.posts-gird .post {
    margin-top: 0 !important;
    margin-bottom: 34px;
    margin-left: 0;
    margin-right: 0;
}
div.posts-gird article .entry-title {
    font-size: 21px;
    line-height: 28px;
    padding: 25px 20px 15px;
}
div.posts-gird #container-grid {
    display: block;
    position: relative;
    clear: both;
    overflow: inherit !important;
}
div.posts-gird #container-grid article.post-item.inactive {
    visibility: hidden;
    opacity: 0;
}
div.posts-gird #container-grid:before,
div.posts-gird #container-grid:after {
    display: table;
    content: "";
    line-height: 0;
    clear: both;
}
div.posts-gird #container-grid article.post-item {
    float: left;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 34px 0;
}
div.posts-gird #container-grid article.post-item div.post-header .entry-title,
div.posts-gird #container-grid article.post-item div.post-header,
div.posts-gird #container-grid article.post-item div.post-header .entry-meta { text-align: left; }
.rtl div.posts-gird #container-grid article.post-item div.post-header .entry-title,
.rtl div.posts-gird #container-grid article.post-item div.post-header,
.rtl div.posts-gird #container-grid article.post-item div.post-header .entry-meta { text-align: right; }
div.posts-gird #container-grid article.post-item div.post-header h2 .article-formats {
    display: block;
    float: none;
    margin: 0 auto 20px;
}
.posts-gird-2cols article.post-item { width: 50%; }
.posts-gird-3cols article.post-item { width: 33%; }
.posts-gird-4cols article.post-item { width: 23%; }
.bd-blog-masonry div#loading { display: none; }
.bd-blog-masonry.loading .posts-gird {
    opacity: 0;
    height: 0;
    overflow: hidden;
}
.bd-blog-masonry.loading div#loading {
    display: block;
    margin: 200px auto;
    width: 60px;
    height: 60px;
    font-size: 60px;
    line-height: 60px;
}
.bd-blog-masonry .pagenavi { margin-top: 0 !important; }
/**
 * Time Line widget
 * ----------------------------------------------------------------------------- *
 */
.timeline-wrap,
.timeline-article {
    padding: 0;
    margin: 0;
}
.timeline-article {
    display: block;
    clear: both;
    position: relative;
    margin-left: 3px;
}
.timeline-article a { display: block; }
.timeline-article a:hover i {
    color: #4db2ec;
}
.timeline-article-date {
    display: block;
    position: relative;
    clear: both;
    margin: 0 0 0 -3px;
    padding: 0;
    color: #999;
    font-size: 85%;
    height: 16px;
    line-height: 16px;
}
.timeline-article-date .fa {
    font-size: 13px;
    line-height: 16px;
    padding: 0 13px 0 0;

}
.timeline-article-date span { font-size: 11px }
.timeline-article-date small { padding-left: 5px; }
.timeline-article-title {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    display: block;
    position: relative;
    clear: both;
    margin: 0 0 0 2px;
    padding: 5px 0 10px 17px;
    border: 2px solid #e8e8e8;
    border-width: 0 0 0 2px;
    text-decoration: none;
}
.post-content-bd .timeline-article-title a:hover,
.timeline-article-title a:hover,
.timeline-article-title a { text-decoration: none !important; }
.timeline-article-title:hover { color: inherit; }
.timeline-article:last-child .timeline-article-title { padding-bottom: 0; }

/**
 * Sticky sidebar
 * ----------------------------------------------------------------------------- *
 */
.theiaStickySidebar.fix {
    top: auto !important;
    bottom: 0 !important;
}
.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;
}
.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;
}
.home .bd-blog-masonry {
    /*
    width: 82%;
    max-width: 98%;
    */
    margin-right: auto;
    margin-left: auto;
}
/**
 * slide-out-open
 * ----------------------------------------------------------------------------- *
 */

#bd-MobileSiderbar {
    background: #FFF;
    position: absolute;
    display: block;
    left: -80%;
    top: 0;
    z-index: 1;
    height: 100%;
    width: 80%;
    color: #ddd;
}
#bd-MobileSiderbar.bd-MobileSiderbarShow {
    -webkit-box-shadow: 1px 0 4px 0 rgba(0,0,0,0.20);
    -moz-box-shadow: 1px 0 4px 0 rgba(0,0,0,0.20);
    box-shadow: 1px 0 4px 0 rgba(0,0,0,0.20);
    left: 0 !important
}
#bd-MobileSiderbar,
#bd-MobileSiderbar * { -webkit-transform: translateZ(0px); }
#bd-MobileSiderbar {
    -webkit-transform: translate( 0px );
    -moz-transform: translate( 0px );
    -o-transform: translate( 0px );
    transform: translate( 0px );
    -webkit-transition: -webkit-transform 400ms ease;
    -moz-transition: -moz-transform 400ms ease;
    -o-transition: -o-transform 400ms ease;
    transition: transform 400ms ease;
    -webkit-backface-visibility: hidden;
}
/* Search mobail */
.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 #s-mobile {
    background: none;
    float: right;
    margin: 0;
    padding: 10px 12px;
    width: 100%;
    color: #444;
    font-size: 12px;
    line-height: 20px;
}
.search-mobile button.search-button,
.search-mobile #s-mobile {
    -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 button.search-button {
    background: #4db2ec;
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    padding: 0 !important;
    margin: 0 !important;
    width: 40px;
    font-size: 18px;
    color: #FFF;
}
.search-mobile button.search-button:hover { background: #202121; }
/* Mobail Menu */
#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 i.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;
}
#bd-MobileSiderbar #mobile-menu a {
    color: #656565;
    display: block;
    font-size: 15px;
    padding: 12px 0 12px 20px;
    min-height: 45px;
    border-bottom: 1px solid #f6f6f6;
    text-transform: uppercase;
}
#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 }
/* Mobail social */
#bd-MobileSiderbar .social-links-widget {
    margin-top: 20px;
    clear: both;
    text-align: center;
}
#bd-MobileSiderbar .social-links-widget .social-icons a { border-radius: 50px; }
.header-dark .bd-ClickOpen span,
.header-dark .bd-ClickOpen span:after,
.header-dark .bd-ClickOpen span:before { background: #FFF; }
.bd-ClickOpen {
    display: none;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    height: 34px;
    width: 40px;
    z-index: 666;
    cursor: pointer;
}
.bd-ClickOpen span { left: 6px; }
.bd-ClickOpen span,
.bd-ClickOpen span:after,
.bd-ClickOpen span:before {
    top: 1px;
    position: absolute;
    content: ' ';
    display: block;
    height: 3px;
    width: 28px;
    background: #333;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.bd-ClickOpen span:before { top: 8px; }
.bd-ClickOpen span:after { top: 16px; }
.csstransforms3d.csstransitions .js-nav .inner-wrapper { left: 80%; }
.csstransforms3d.csstransitions .js-nav #mobile-menu { display: block; }
.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 { opacity: 0; }
.csstransforms3d.csstransitions .js-nav .inner-wrapper {
    left: 80%;
    position: relative;
}
/* Sticky Menu */
body.sticky-nav-on #navigation.sticky-nav {
    position: fixed;
    top: -90px;
    left: 0;
    width: 100%;
    height: 52px;
    z-index: 99997;
    border: none !important;
    background: #fff;
    box-shadow: 0 1px 10px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 1px 10px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 1px 10px rgba(0,0,0,0.15);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /*
    opacity: 0.95;
    -webkit-transition: top .5s;
    -moz-transition: top .5s;
    -o-transition: top .5s;
    transition: top .5s;
    background: #FFF;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.1);
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
    */
}
body.sticky-nav-on #navigation.sticky-nav .primary-menu ul#menu-primary > li > a {
    height: 52px;
    line-height: 52px;
}
body.sticky-nav-on #navigation.sticky-nav .primary-menu {
    max-width: 1080px;
    position: relative;
    margin: auto;
}
body.sticky-nav-on #navigation.sticky-nav-appear { top: 0; }
body.admin-bar #navigation.sticky-nav-appear { top: 32px; }
.error404 .page-head {
    padding: 40px 0 10px;
    text-align: center;
}
.error404 .na {
    font-size: 44px;
    line-height: 44px;
    margin-bottom: 20px;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-name: bounceIn;
    -moz-animation-name: bounceIn;
    -o-animation-name: bounceIn;
    animation-name: bounceIn;
    text-align: center;
}
.error404 .page-head h4 {
    margin: 20px auto 40px;
    text-transform: uppercase;
}
.error404 .fa.fa-coffee {
    display: block;
    clear: both;
    margin-bottom: 20px;
    font-size: 60px;
    line-height: 60px;
}
.page-head .search-form { margin: 10px 0 0 0; }
.page-head .search-form form {
    position: relative;
    line-height: 22px;
    display: block;
    overflow: hidden;
}
.page-head .search-form .search-submit {
    margin: 0 0 0 0;
    position: absolute;
    right: 0;
    top: 0;
    text-shadow: none;
    padding: 7px 15px 8px 15px;
    line-height: 19px;
    max-height: 36px;
    border-radius: 0 3px 3px 0;
}
.page-head .search-form .search-field {
    float: left;
    margin: 0 10px 0 0;
    background: #FFF;
    border-color: #e8e8e8;
    width: 95%;
    line-height: 19px;
    max-height: 36px;
    position: relative;
    top: 0;
    display: inline-table;
    vertical-align: middle;
}
.screen-reader-text { display: none !important; }
/**
 * 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: #4db2ec;
    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;
    border-bottom: 0 none;
    padding: 24px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    border-top: 4px solid #4db2ec;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.30);
    -moz-box-shadow: 0 0 3px rgba(0,0,0,0.30);
    box-shadow: 0 0 3px rgba(0,0,0,0.30);
    border: 0 none !important;
}
#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: 1px;
    padding-left: 7px;
    background: #FFF;
}
#check-also-close:hover i { opacity: 0.7; }
.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;
}
.box-title {
    position: relative;
    display: block;
}
.bdayh-date {
    direction: ltr;
    text-align: left;
}
.bdayh-post-Featured {
    display: block;
    clear: both;
    position: relative;
    text-align: center;
}
.bdayh-post-Featured .post-thumb img {
    margin: auto;
    height: auto;
    max-width: 100%;
}
article.title-position-above .article-formats,
article.title-position-above .cat-links { display: none !important }
article.title-position-above .entry-title { padding: 25px 40px 25px 60px !important }
article.title-position-above .entry-meta { margin-bottom: 20px !important; }
article.title-position-above.sticky .entry-content { margin-top: 24px !important; }
.blog-v1 article .entry-meta { }


.blog-v1 article .entry-meta i,
.blog-v1 article .entry-meta,
.blog-v1 article .entry-meta a {
    color: #b3b3b3;
}
.blog-v1 article .entry-meta i {

    font-size: 14px !important;
}
.blog-v1 article .entry-meta span {  }




/**
 * Live search
 * ----------------------------------------------------------------------------- *
 */
#sf_val {
    background: #FFF;
    z-index: 550 !important;
    overflow: hidden;
    padding: 12px;
    box-shadow: 0 0 3px rgba(0,0,0,.3);
}
#sf_val ul,
#sf_val li {
    margin: 0;
    padding: 0;
}
#sf_sb .sf_header { display: none; }
#sf_sb .sf_result_container li {
    overflow: hidden;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 10px;
}
#sf_sb .post-thumbnail {
    float: left;
    margin-right: 15px;
    margin-bottom: 0;
    position: absolute;
    line-height: 0;
    width: 55px;
    min-height: 55px;
}
.rtl #sf_sb .post-thumbnail {
    float: right;
    margin-right: auto;
    margin-left: 15px;
}
#sf_sb .bd-live-search-details {
    margin-left: 70px;
    display: block;
    min-height: 68px;
}
.rtl #sf_sb .bd-live-search-details {
    margin-left: auto;
    margin-right: 70px;
}
#sf_sb .post-thumbnail img {
    max-width: 55px;
    height: auto;
    opacity: 1 !important;
    transition: opacity 0.3s;
    transition-timing-function: cubic-bezier(0.39, 0.76, 0.51, 0.56);
}
#sf_sb #sf_loading {
    display: block !important;
    width: 100%;
    height: 31px !important;
}
#sf_sb .sf_more {
    display: block;
    min-height: 1px;
    margin: 3px 0 0;
    padding: 8px 8px 0 8px;
    text-align: center;
    font-size: 12px;
    line-height: 12px;
}
#sf_sb .entry-title {
    font-size: 12px;
    font-weight: normal;
    line-height: 1.5;
    margin: 0 0 5px 0;
}
#sf_sb .bd-live-search-meta-info {
    font-size: 11px;
    margin-bottom: 7px;
    line-height: 1;
    min-height: 17px;
}
#sf_sb .bd-live-search-meta-info-date {
    color: #aaa;
    display: inline-block;
    position: relative;
    top: 2px;
}

.primary-menu {

}
.header-v3-search-inner {
    position: absolute;
    top: 100%;
    z-index: 999;
    display: none !important;
    right: 0;
    padding: 20px;
    border-radius: 0;
    border: none;
    width: 342px;
    background: #FFF;
    -webkit-box-shadow: rgba(0, 0, 0, 0.117647) 0 2px 3px;
    box-shadow: rgba(0, 0, 0, 0.117647) 0 2px 3px;
}

.header-v3-search-inner form {
    margin:  0;
    padding: 0;
}

#sf_sb {
    width: 342px !important;
    margin-left: -20px !important;
    margin-top: 16px !important;
}

#sf_val {
    -webkit-box-shadow: rgba(0, 0, 0, 0.117647) 0 2px 3px;
    box-shadow: rgba(0, 0, 0, 0.117647) 0 2px 3px;

}

.primary-menu ul#menu-primary > li.header-v3-menu-search {
    float: right;
}


.bbdMenuSearch a {
    cursor: pointer;
    padding: 0 14px !important;
}
.bbd-search-field {
    width: 235px;
    height: 32px;
    margin: 0;
    line-height: 17px;
    padding: 3px 9px;
    max-width: 100%;
    font-size: 12px;
    border: 1px solid #E1E1E1;
    border-right: 0 !important;
}

.bbd-search-btn {
    position: absolute;
    height: 32px;
    min-width: 67px;
    line-height: normal !important;
    padding: 7px 15px 8px;
    text-shadow: none;
    vertical-align: top;
    right: 1px;
    margin: 0 !important;
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s;
}

.header-v3-search-open .header-v3-search-inner{
    display: block !important
}


/**
 * Login popup
 * ----------------------------------------------------------------------------- *
 */
#login-pp {
    background: white;
    padding: 20px 30px;
    text-align: left;
    max-width: 344px;
    margin: 40px auto;
    position: relative;
}
#login-pp .mfp-close {
    margin-top: 13px;
    background: #FFF;
    padding-left: 10px;
    margin-right: 30px;
    opacity: 1;
    width: auto !important;
}
#login-pp .mfp-close:hover { background: inherit !important }
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}
/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}
/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg { opacity: 0.8; }
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg { opacity: 0; }
.entry-crumbs { display: none !important; }
.woocommerce .star-rating,
.star-rating {
    word-break: normal !important;
    white-space: normal !important;
}
.woocommerce .star-rating,
.star-rating {
    text-shadow: none !important;
    margin: 0 auto;
    position: relative;
    height: 18px;
    width: 99px;
    letter-spacing: 4px;
    display: inline-block;
    font: normal normal normal 18px/18px FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.woocommerce .star-rating span,
.star-rating span { padding: 0 !important }

.woocommerce .star-rating:before,
.star-rating:before {
    content: "\f006\f006\f006\f006\f006";
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    color: #191919;
}
.woocommerce .star-rating span,
.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    display: block;
    line-height: 18px;
    height: 18px;
    padding-top: 1.5em !important;
}
.woocommerce .star-rating span:before,
.star-rating span:before {
    content: "\f005\f005\f005\f005\f005";
    top: 0;
    position: absolute;
    left: 0;
    color: #191919;
}


.woocommerce .bdayh-footer .star-rating:before,
.bdayh-footer .star-rating:before,
.woocommerce .bdayh-footer .star-rating span:before,
.bdayh-footer .star-rating span:before {
    color: #FFF;
}
.woocommerce .widget .star-rating,
.widget .star-rating {
    height: 11px;
    width: 67px;
    font: normal normal normal 11px/15px FontAwesome;
    margin: 0 !important;
    padding: 0 !important;
}
.woocommerce .widget .star-rating span,
.widget .star-rating span {
    line-height: 15px;
    height: 15px;
}
.justified-gallery {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.justified-gallery a {
    position: absolute;
    display: inline-block;
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);/* IE8 or Earlier */
}
.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;
}
.post-pagination {
    float: right;
    overflow: hidden;
    display: block;
    margin: 24px auto;
}
.post-pagination span {
    padding: 0 10px;
    line-height: 30px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    background: #404040;
    text-decoration: none;
    border-radius: 3px;
}
.post-pagination span,
.post-pagination a {
    float: left;
    display: inline-block;
    margin-left: 1px;
}
.post-pagination a span {
    color: #FFF;
    background: #404040;
}




.mejs-container {
    margin-bottom: 24px;
}
.mejs-overlay-loading {
    display: none !important;
}

.post-formats-exc {
    margin-bottom: 24px;
}


.arti-excerpt {
    font-size: 12px;
}

.post-formats-exc{
    font-size: 13px;
}
article .home-post-share {

}

article.format-image,
article.format-image .entry-content{
    padding: 0 !important;
}

.single article.format-image .entry-content{
    padding: 30px 30px 0 30px !important;
}


article.format-link .entry-title{
    padding-bottom: 0 !important;
    padding-top: 30px !important;
}
article.format-link .entry-content {
    padding-top: 0 !important;
}
article.format-link .post-formats-exc {
    margin-bottom: 0 !important;
    margin-top: 14px;
}

article.format-aside .entry-content {
    padding: 48px !important;
}
article.format-aside {
    padding-bottom: 0 !important;
}

article.format-quote .entry-title{
    padding-top: 0 !important;
}
article.format-quote  .entry-meta {
    margin-bottom: 14px !important;
}

article.format-aside .cat-links,
article.format-link .cat-links,
article.format-quote .cat-links
{
    display: none !important;
}
.no-content {
    padding: 0 !important;
    margin: 0 !important;
}

article.format-quote .no-content{
    padding-top: 30px !important;
}


.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-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;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInDown {
    -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;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInLeft {
    -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;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.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;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}



/**
 * 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;
        cursor: hand;
    }

    .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-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;
    height: 380px;
    background-color: #FFF;
}
.bd-post-carousel .slick-list {
    margin: 0 -2px 0 -2px;
}
ul.bd-post-carousel,
ol.bd-post-carousel {
    margin-left: 0;
    list-style: none;
}
    .bd-post-carousel-item { float: left; }

    /*
        a.entry-cover {
            position: relative;
            display: block;
            padding-bottom: 65%;
            overflow: hidden;
            text-align: center;
            background-color: #FFF;
            background-repeat: no-repeat;
            background-position: center center;
            background-size: cover;
        }

        .bd-post-carousel-item article:before,
        .bd-post-carousel-item article:after {
            display: table;
            content: "";
        }

        ul.bd-post-carousel a.entry-cover:hover h3 { top: -8em; }

        ul.bd-post-carousel article h3 {
            position: absolute;
            top: calc(100% - 80px);
            left: 0;
            right: 0;
            margin: 0;
            padding: 20px 45px;
            letter-spacing: 0;
            font-size: 14px;
            line-height: 1.6;
            -webkit-font-smoothing: antialiased;
            font-weight: 700;
            font-style: normal;
            text-transform: uppercase;
            color: #fff;
            -webkit-transition: all 0.615s cubic-bezier(0.19, 1, 0.22, 1);
                    transition: all 0.615s cubic-bezier(0.19, 1, 0.22, 1);
        }

        ul.bd-post-carousel article h3:before {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 50em;
            background-color: rgba(0,0,0,0.6);
            z-index: 0;
            -webkit-transition: background-color 0.4s ease;
                    transition: background-color 0.4s ease;
        }

        ul.bd-post-carousel article h3 span {
            display: block;
            position: relative;
            z-index: 1;

            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;

        }

        .bd-post-carousel-meta {
            position: absolute;
            height: 100px;
            left: 52px;
            right: 52px;
            bottom: -175px;
            text-align: center;
            -webkit-transition: all 0.615s cubic-bezier(0.19, 1, 0.22, 1);
                    transition: all 0.615s cubic-bezier(0.19, 1, 0.22, 1);
        }

        ul.bd-post-carousel a.entry-cover:hover .bd-post-carousel-meta {
            bottom: 50%;
            margin-bottom: -60px;
        }

        ul.bd-post-carousel a.entry-cover {
            background: #FFF;
            border-left: 1px solid #FFF;
            padding-bottom: 380px;
        }

        .bd-post-carousel-meta span.entry-cover-author,
        .bd-post-carousel-meta span.entry-cover-categories,
        .bd-post-carousel-meta span.entry-cover-date
        {
            display: block;
            position: relative;
            width: 100%;
            font-size: 13px;
            line-height: 24px;
            letter-spacing: 0;
            color: #fff;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-style: italic;
        }

    ul.bd-post-carousel article:after { clear: both; }
    .bd-post-carousel-meta span:before { top: 0 }
    .bd-post-carousel-meta span:last-child:after { bottom: 0 }
*/
.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;
}

.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 }
.slick-loading .slick-track,
.slick-loading .slick-slide { visibility: hidden }

.slick-list,
.slick-track,
.slick-slide,
.slick-slide img {

}


/**
 * Classic 1.
 * ----------------------------------------------------------------------------- *
 */
article.classic1-item {
    display: block;
    position: relative;
    overflow: hidden;

    margin-top: 0 !important;
    padding-bottom: 34px;
    margin-bottom: 34px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    /*
    background: #FFF;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 2px rgba(68, 68, 68, 0.3);
       -moz-box-shadow: 0 0 2px rgba(68, 68, 68, 0.3);
            box-shadow: 0 0 2px rgba(68, 68, 68, 0.3);
            */
}
.bdayh-classic-v1 .bdayh-first-post {
    margin-bottom: 34px;
}
article.classic1-item:last-child {
    border-bottom: 0 none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.bdayh-classic-v1 .bbd-post-cat {
    margin: 0 auto 10px;
    text-align: left;
}
.rtl .bdayh-classic-v1 .bbd-post-cat {text-align: right}
.bdayh-classic-v1 .bdayh-first-post .bbd-post-cat {
    text-align: center;
}

    article.classic1-item .arti-thumb {
        position: absolute;
        left: 0;
        top: 0;
    }
        .rtl article.classic1-item .arti-thumb {
            left: auto;
            right: 0;
        }

    article.classic1-item .arti-details {
        margin-left: 320px;
        min-height: 220px;
        max-height: 220px;
        padding: 0 0 0 30px;
        position: relative;
        display: block;
    }
        article.no-thumb .arti-details{
            margin: 0 !important;
            padding: 0 !important;
            min-height: inherit !important;
        }

        .rtl article.classic1-item .arti-details {
            margin-left: auto;
            margin-right: 320px;
            padding: 0 30px 0 0;
        }

        article.classic1-item .arti-title {
            font-size: 19px;
            line-height: 25px;
            padding: 0 0 0 0 !important;
            margin: 0 0 15px 0;
            text-align: inherit;
        }

        article.classic1-item .arti-excerpt {
            padding: 0 0 0 0;
            margin: 0 0 8px 0;
        }

        article.classic1-item .arti-meta-info {
            font-size: 13px;
            line-height: 19px;
            min-height: 19px;
            vertical-align: middle;
            position: relative;
            bottom: 0;
        }
            article.classic1-item .arti-meta-info i.fa {
                color: #aaa;
                font-size: 14px !important;
                line-height: 19px;
                margin: 0 4px;
            }

            article.classic1-item .post-author {
                display: inline-block;
                position: relative;
            }

            article.classic1-item .post-date,
            article.classic1-item .post-time-read {
                display: inline-block;
                position: relative;
                color: #AAA;
                margin: 0 7px;
            }

            article.classic1-item .post-comments {
                float: right;
                display: inline-block;
                position: relative;
            }
                .rtl article.classic1-item .post-comments {
                    float: left;
                }


/**
* Follow  @ Instagram.
* ----------------------------------------------------------------------------- *
*/
.bdayh-follow-insta {
    position: relative;
    display: block;
    overflow: hidden;
    clear: both;
    background-color: #191919;
    margin: 0 0 0 0;
}

    .bdayh-insta-title {
        font-weight: 700;
        font-size: 44px;
        padding: 30px 0;
        margin:  0 0 0 0;
        color: #FFF;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0);
    }

    .bdayh-insta-title a {
        color: #FFF;
    }

    .footerInstagramItalic {
        font-weight: 200;
        font-style: italic;
        font-size: 40px;
    }
    .bdayh-follow-insta ul,
    .bdayh-follow-insta li
    {
        margin: 0;
        padding: 0;
        line-height: 0;
    }

    ul.bdayh-insta-items {
        margin: 0 -1px;
    }

        li.bdayh-insta-item {
           float: left;
            width: 10%;
            height: auto;
        }

        .rtl li.bdayh-insta-item {
            float: right;
        }

        li.bdayh-insta-item a {
        }

            li.bdayh-insta-item img {
                display: block;
                width: 100%;
                max-width: 100%;
                height: auto;
                vertical-align: middle;
                border: 0;
                -webkit-transition: all 1s ease 0s;
                -moz-transition: all 1s ease 0s;
                -o-transition: all 1s ease 0s;
                transition: all 1s ease 0s;
                opacity: 0.5;
                filter: alpha(opacity=50);
            }

            li.bdayh-insta-item:hover img {
                opacity: 1.0;
                filter: alpha(opacity=100);
            }



/**
* Page Bar.
* ----------------------------------------------------------------------------- *
*/
.bdayh-page-title-bar {
    clear: both;
    overflow: hidden;
    display: block;
    margin: -39px 0 30px 0;
    padding: 0 0 0 0;
    height: 80px;
    background: #FFF;
}

    .bdayh-page-title-bar:before,
    .bdayh-page-title-bar::after {
        content: "";
        display: table;
        clear: both;
    }

    .bdayh-page-title-wrapper {
        display: table;
        z-index: 1;
        position: relative;
        height: 100%;
        width: 100%;
    }

        .bdayh-page-title-captions {
            display: table-cell;
            vertical-align: middle;
            width: 45%;
        }

            .bdayh-page-title-captions h1,
            .bdayh-page-title-captions h2 {
                margin: 0 0 0 0;
                padding: 0 0 0 0;
                font-size: 18px;
                line-height: normal;
                font-weight: 600;
                text-transform: uppercase;
            }

    .bdayh-page-title-bar .bd-container {
        height: 100%;
        overflow: hidden;
    }

        .bdayh-page-title-secondary {
            display: table-cell;
            vertical-align: middle;
            width: 45%;
            text-align: right;
        }

            .bdayh-page-title-secondary .entry-crumbs {
                display: block !important;
                font-size: 11px;
                position: relative;
                font-weight: 700;
            }
            .bdayh-page-title-secondary .entry-crumbs,
            .bdayh-page-title-secondary .entry-crumbs a { color: #AAA; }
            .bdayh-page-title-secondary .vbreadcrumb { display: inline-block; }
            .bdayh-page-title-secondary .vbreadcrumb:after {
                content: '/';
                padding: 0 5px;
            }
            .bdayh-page-title-secondary .vbreadcrumb:last-child:after {
                padding: 0;
                content: '';
            }



/**
* newEdit.
* ----------------------------------------------------------------------------- *
*/
.tagcloud {
    margin-top: 30px;
}

div.divider {
    clear: none;
}

.widget .widget-posts-lists .post-warpper h3 {
    margin: 0 0 3px 0;
    padding: 0 0 0 0;
}
.timeline-article-title,
.widget .widget-posts-lists .post-warpper h3 {
    font-size: 15px;
    line-height: 20px;
}

.widget .widget-posts-lists .post-warpper .post-meta {
    font-size: 11px;
    line-height: 16px;
}

.blog-v1 .post.post-style-def.format-image .bbd-postmeta ,
.blog-v1 .post.format-image .entry-title ,
.blog-v1 .post.format-image .entry-meta ,
.blog-v1 .post.format-image .entry-content
{
    display: none !important;
}


.blog-v1 .classic1-item.format-image .entry-title ,
.blog-v1 .classic1-item.format-image .entry-meta ,
.blog-v1 .classic1-item.format-image .entry-content
{
    display: block !important;
}


.widget .widget-posts-lists .post-warpper .post-meta .bdayh-date{
    margin-right: 10px;
}

.rtl .widget .widget-posts-lists .post-warpper .post-meta .bdayh-date{
    margin-right: auto;
    margin-left: 10px;
}

.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;
}

.primary-menu ul#menu-primary li.bd_menu_item ul.sub-menu li a i {
    padding: 0 10px 0 0;
}

.rtl .primary-menu ul#menu-primary li.bd_menu_item ul.sub-menu li a i {
    padding: 0 0 0 10px ;
}



.bbd-postmeta {
    padding: 9px 15px 9px 15px;
    background-color: #FAFAFA;
    -moz-box-shadow: inset 0 10px 6px -10px rgba(0,0,0, 0.1);
    -webkit-box-shadow: inset 0 10px 6px -10px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 10px 6px -10px rgba(0, 0, 0, 0.1);
    /*
    border-top : 1px #e5e5e5 solid;
    border-bottom : 1px #e5e5e5 solid;
    text-align: center;
    */
    position: relative;
    margin: 25px 0 0 0;
    line-height: 32px;
    overflow: hidden
}

article.classic1-item .arti-meta-info,
.bbd-post-cat-content,
.bbd-postmeta .bdayh-post-meta-like,
.bbd-postmeta .bdayh-post-meta-author,
.bbd-postmeta .bdayh-post-meta-comments,
.bbd-postmeta .bdayh-post-meta-date {
    font-size: 12px;
    line-height: 1.5;
    font-family: Verdana,Geneva,sans-serif;
    font-style: normal;
    text-transform: none;
    color: #999999;
}

.bbd-postmeta .bdayh-post-meta-like,
.bbd-postmeta .bdayh-post-meta-author,
.bbd-postmeta .bdayh-post-meta-comments,
.bbd-postmeta .bdayh-post-meta-date {
    display: inline-block;
    padding: 0 4px;
    float: left;
}
.bbd-postmeta .bdayh-post-meta-like,
.bbd-postmeta .bdayh-post-meta-comments {
    float: right;
}

.bbd-postmeta .bdayh-post-meta-like a,
.bbd-postmeta .bdayh-post-meta-author i,
.bbd-postmeta .bdayh-post-meta-comments i,
.bbd-postmeta .bdayh-post-meta-date i {
    font-size: 18px;
    margin: 0 5px 0 0;
    color: #d7d7d7;
}
.bbd-postmeta .bdayh-post-meta-comments a {
    margin: 0
}
.bbd-postmeta .bdayh-post-meta-like span.post-like em {
    margin: 0 0 0 5px;
}

/**
    Post Icons.
*/
.bbd-posticon {
    margin: 0 auto 0;
    text-align: center;
    line-height: 0;
    overflow: hidden;
    position: relative;
    display: block;
    clear: both
}
.bbd-posticon-content {
    display: inline-block;
    width: 141px;
    height: 52px;
    background: transparent url("images/bbd-posticon-bg.svg") no-repeat center;
    text-align: center
}
.bbd-posticon-icon {
    display: inline-block;
    width: 52px;
    height: 52px
}
.post.format-standard .bbd-posticon-icon {background: transparent url("images/bbd-format-standard.svg") no-repeat center; background-size: 52px }
.post.format-gallery .bbd-posticon-icon {background: transparent url("images/bbd-format-gallery.svg") no-repeat center; background-size: 52px }
.post.format-aside .bbd-posticon-icon {background: transparent url("images/bbd-format-aside.svg") no-repeat center; background-size: 52px }
.post.format-links .bbd-posticon-icon {background: transparent url("images/bbd-format-links.svg") no-repeat center; background-size: 52px }
.post.format-image .bbd-posticon-icon {background: transparent url("images/bbd-format-image.svg") no-repeat center; background-size: 52px }
.post.format-quote .bbd-posticon-icon {background: transparent url("images/bbd-format-quote.svg") no-repeat center; background-size: 52px }
.post.format-video .bbd-posticon-icon {background: transparent url("images/bbd-format-video.svg") no-repeat center; background-size: 52px }
.post.format-audio .bbd-posticon-icon {background: transparent url("images/bbd-format-audio.svg") no-repeat center; background-size: 52px }
.post.format-chat .bbd-posticon-icon {background: transparent url("images/bbd-format-chat.svg") no-repeat center; background-size: 52px }

.bbd-post-cat {
    margin: 0 auto 0;
    text-align: center;
    line-height: 0;
    overflow: hidden;
    position: relative;
    display: block;
    clear: both
}
.bbd-post-cat-content {
    display: inline-block;
    text-align: center;
    padding: 8px 0;
}
.bbd-post-cat-content,
.bbd-post-cat-content a {
    color: #4db2ec;
}
.bbd-post-cat span.post_meta_cats {padding: 0}


.bbd-post-cat span.bdayh-post-meta-views ,
.bbd-post-cat span.bdayh-post-meta-time-read  {
    color: #999999;
}
.bbd-post-cat span.bdayh-post-meta-views i,
.bbd-post-cat span.bdayh-post-meta-time-read i { color: #d7d7d7;  font-size: 14px; margin: 0 2px 0 0; }

article.post-style-def {

}

article.post-style-def.format-quote .entry-title,
article.post-style-def .entry-title
{
    padding: 15px 0 25px !important
}

article.post-style-def.format-quote .no-content {
    padding-top: 0 !important;
}

.blog-v1 .post.post-style-def.format-image .bbd-postmeta,
.blog-v1 .post.post-style-def.format-image .entry-title,
.blog-v1 .post.post-style-def.format-image .entry-meta,
.blog-v1 .post.post-style-def.format-image .entry-content {
    display: block !important;
}

.post-style-def.has-post-thumbnail.format-audio.post_format-post-format-audio .mejs-container {
    margin-top: -25px;
}


.bdayh-blog-standard {

}
.bdayh-blog-standard .post {

}

.bdayh-blog-standard .post .entry-title,
.bdayh-blog-standard .post .entry,
.bdayh-blog-standard .post .post-image,
.bdayh-blog-standard .post .bbd-post-cat
{
    padding: 0 0 25px 0 !important;
}
.bdayh-blog-standard .post .bbd-posticon{
    padding: 0 0 10px 0 !important;
}

.bdayh-blog-standard .bbd-post-cat-content {
    border-bottom: 0 none !important;
}



.bdayh-blog-standard .post .bbd-postmeta {
    margin-top: 0 !important;
}
.bdayh-blog-standard .post .grid-gallery,
.bdayh-blog-standard .post .flexslider.post-image
{
    padding: 0 0 0 0 !important;
    margin-bottom: 25px;
}
.bdayh-blog-standard .post .no-content {
    padding: 0 !important;
    margin: 0 !important;
}


.bdayh-blog-standard-2column-post {
    width: 48%;
    display: inline-block;
    float: left;
    clear: right;
    vertical-align: top;
    margin-right: 4%;
    margin-bottom: 40px;
}

.rtl .bdayh-blog-standard-2column-post{
    float: right;
    clear: left;
    margin-right: 0;
    margin-left: 4%;
}

div.posts-gird article .entry-title,
article.classic1-item .arti-title,
.blog-v1 .bdayh-blog-standard-2column-post article .entry-title {
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 1px;
    max-width: 100%;
    text-transform: uppercase;
    font-weight: 700;
}

.bd-mb{margin-bottom: 34px}


/**
* Grid Featured Posts.
* ----------------------------------------------------------------------------- *
*/

#big-grids {
    display: block;
    position: relative;
    overflow: hidden;
}

/*
#big-grids:after,
#big-grids:before {
    content: ' ';
    display: table;
}
*/

#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-single-slide {
    display: none;
    opacity: 0;
}

#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 img {
    max-width: 100%;
    height: auto;
}

#big-grids .big-grid-inner .img {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;

    -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;
    /*will-change: transform;*/
    width: 100%;
    height: 100%;
    visibility: visible;
}
#big-grids .big-grid-inner:hover .img {
    -webkit-transform: scale(1.035);
    -moz-transform: scale(1.035);
    transform: scale(1.035);
}
#big-grids .big-grid-inner .img:before {
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.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);
    -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;
}

#big-grids .big-grid-1 .big-grid-inner {  height: 500px;  }
#big-grids .big-grid-2 .big-grid-inner {  height: 248px;  }
#big-grids .big-grid-3 .big-grid-inner {  height: 249px;  }
#big-grids .big-grid-1 { width: 60%; }
#big-grids .big-grid-2,
#big-grids .big-grid-3 { width: 40% }

#big-grids .big-grid-1 { padding: 0 3px 0 0 }

#big-grids .big-grid-2{ padding: 0 0 3px 0 }


.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%);
}

.featured-cover a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.featured-title {
    position: absolute;
    width: 100%;
    bottom: 0;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    line-height: 20px;
    padding: 20px;
    -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;
}

.featured-title h2 {
    padding: 0;
    max-width: 90%;
    margin: 5px 0;
    text-shadow: rgba(0, 0, 0, .6) 0 0 5px;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 700;

}
#big-grids .big-grid-1 .featured-title h2 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1.4em;

}

.featured-title h3 {
    font-size: 10pt;
    opacity: 0;
    min-height: 40px;
    -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;
}

.featured-title span.tie-date{
    font-size: 9pt;
}

.featured-title a {
    color: #FFF;
}

#big-grids .flex-direction-nav a {
    width: 40px;
    height: 80px;
    margin: -40px 0 0 0;
    color: #222;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    background: #FFF;
}

#big-grids.big-grids-disable-nav .flex-direction-nav {
    display: none;
}

#big-grids .flex-direction-nav .flex-next {
    right: -5px !important;
    left: 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 {
    width: 40px;
    height: 80px;
    line-height: 80px;
    font-size: 26pt;
    display: block;
    text-align: center;
}

#big-grids:hover .flex-next,
#big-grids:hover .flex-prev {
    opacity: 1;
}

#big-grids .flex-next:hover,
#big-grids .flex-prev:hover {
    background: #FFF !important;
}

#big-grids .big-grid-inner:hover .featured-title {
    bottom: 0;
}

#big-grids .big-grid-inner:hover .featured-title h3 {
    opacity: .8;
}

.featured-title .featured-cat a {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 0 5px 0;
    padding: 4px 7px 3px;
    line-height: 14px;
    pointer-events: auto;
    background-color: rgba(0, 0, 0, 0.7);
    color: #FFF;
}
.featured-title:hover .featured-cat a {
    background-color: #4db2ec;
}

.featured-title .date {
    margin: 11px 0 0 0;
    font-size: 11px;
    line-height: 1;
}

.featured-title .featured-comment {
    position: relative;
    float: right;
    font-size: 10px;
    font-weight: 600;
    text-align: center;
    line-height: 1;
}

.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;
}

.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-container .flex-direction-nav .flex-next:before,
.big-grids-container .flex-direction-nav .flex-prev:before {
    width: 30px;
    display: block;
    text-align: center;
    font-size: 26px;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
.big-grids-container .flex-direction-nav .flex-next:before {
    content: "\f105";
}
.big-grids-container .flex-direction-nav .flex-prev:before {
    content: "\f104";
}
.big-grids-container .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-container .flex-control-paging li:last-child a{
    border-right: 0 none;
}
.big-grids-container .flex-control-paging li a:hover {
    background: #000;
}
.big-grids-container .flex-control-paging li a.flex-active {
    background: #4db2ec;
    cursor: default;
}

/**
 * Flexi Slider
 * -----------------------------------------------------------------------------
 */
.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
    position: relative;
}
.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;
    margin: 0 auto 38px;
    position: relative;
    zoom: 1;
    width: 100%;
    height: 462px;
    max-width: 100%;
    background: #000;
}
.flexslider,
.flexslider .slides > li{ height: 462px; height: auto !important }
.widgetslider.flexslider,
.widgetslider.flexslider .slides > li { height: 206px; height: auto !important }

.flexslider:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -13.5px 0 0 -13.5px;
    height: 27px;
    width: 27px;
    font-size: 30px;
    content: "\f110";
    color: #999;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    font: normal normal normal 14px/1 FontAwesome;
    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;
}
.carousel li {
    margin-right: 5px
}

article:before,
article:after {
    content: " ";
    display: table;
}

.post-navigation,
button, .btn-link, input[type="button"], input[type="reset"], input[type="submit"],.bbd-search-btn,
.check-also-post .post-title,
.widget-footer-title h3,
.widget .widget-inner ul,
.widget .widget-inner li,
.widget .widget-inner ol,
.widget_archive ul li,
.widget_categories ul li,
.widget_meta ul li,
.widget_recent_entries ul li,
.widget.flexslider .slides li .slider-caption,
.timeline-article-title,
.widget .widget-posts-lists .post-warpper h3 {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.6;
    font-style: normal;
    -webkit-backface-visibility: hidden;
}
.widget-footer-title h3 {
    font-size: 13px;
}

div.posts-gird article .entry-title {
    padding: 15px 0 25px !important;
}

.post-formats-exc {
    margin-bottom: 0;
}

.blog-v1 article a.more-link {
    margin: 18px auto 0;
}

.posts-gird-3cols .bdayh-post-meta-views,
.posts-gird-3cols .bbd-postmeta .bdayh-post-meta-like,
.posts-gird-3cols .bbd-postmeta .bdayh-post-meta-author,
.posts-gird-4cols .bdayh-post-meta-views,
.posts-gird-4cols .bbd-postmeta .bdayh-post-meta-like,
.posts-gird-4cols .bbd-postmeta .bdayh-post-meta-author {
    display: none !important;
}



.bdayh-page-title-bar {
    margin: -59px 0 30px 0;
}

@media only screen and ( max-width: 1050px ) {
    .bd-container { width: 944px !important; }
    .bd-main { width: 620px; }
    .bd-sidebar { width: 300px; }
    .widget.bd-search-widget form .search-text { width: 167px; }
    .widget.bd-news-in-pic .post-thumb,
    .widget.flickr .post-thumb {
        width: 58px;
        height: 58px;
    }
    .bd-page-title { width: 460px; }
    .folio-media { width: 580px; }
    .folio-4col.folio-items .folio-item,
    .folio-3col.folio-items .folio-item,
    .folio-2col.folio-items .folio-item { width: 300px; }

}

@media only screen and (max-width: 985px) and (min-width: 768px) {
    .bd-sidebar,
    .bd-container {
        width: 80% !important;
        max-width: 80% !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; }
    #navigation ul li { display: none; }

    #navigation .primary-menu,
    #navigation ul li.bbdMenuSearch {display: block !important;}

    #navigation select { display: block; }
    .logo-center #navigation select { width: 500px; }
    .bd-sidebar { margin-top: 30px; }
    .bd-sidebar .widget,
    .bd-sidebar .widget input,
    .bd-sidebar .widget iframe {
        clear: none!important;
    }
    .bd-page-title { width: 352px; }
    .folio-media,
    .folio-content {
        float: none;
        width: 100%
    }
    .folio-media { margin-bottom: 30px; }
    .folio-4col.folio-items .folio-item,
    .folio-3col.folio-items .folio-item,
    .folio-2col.folio-items .folio-item { width: 225px; }
    .folio-4col.folio-items .folio-item .inner-media iframe,
    .folio-3col.folio-items .folio-item .inner-media iframe,
    .folio-2col.folio-items .folio-item .inner-media iframe { min-height: 208px; }
    .header { padding: 14px 0; }
    .logo-center .header .logo,
    .header .logo,
    .logo {
        margin: 5px auto 19px auto;
        float: none;
        text-align: center;
    }
    #navigation select {
        max-width: 95% !important;
        margin: auto;
        background: none;
        border: none;
        box-shadow: none;
        display: block
    }
    #top-menu-mob,
    .primary-menu-drop-wrap { display: block }
    #top-menu,
    .primary-menu { display: none }
    .of-topbar-mobile { display: none !important }
    .bd-ClickOpen { display: block !important }
    body.on-mobile-menu #featured-main,
    body.on-mobile-menu #breakingNews { margin-top: 0 }
    .bd-ClickOpen { top: 15px }
    .of-topbar-mobile { display: none !important; }
    .mobile-menu-on #navigation { 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 }


    /**
    * Featured Posts.
    * ----------------------------------------------------------------------------- *
    */
    #big-grids .big-grid .featured-title h2 {

    }
    .big-grids-container {width: 100% !important; max-width: 100% !important}
    #big-grids .big-grid-1 .big-grid-inner {  height: 360px;  }
    #big-grids .big-grid-2 .big-grid-inner {  height: 200px;  }
    #big-grids .big-grid-3 .big-grid-inner {  height: 200px;  }

    #big-grids .big-grid-1 { width: 100% }
    #big-grids .big-grid-2,
    #big-grids .big-grid-3 { width: 50% }

    #big-grids .big-grid-1 { padding: 0 0 3px 0}
    #big-grids .big-grid-3 { padding: 0 0 0 3px }
    .rtl #big-grids .big-grid-3 { padding: 0 3px 0 0}

    #big-grids .big-grid-2 .featured-title .date,
    #big-grids .big-grid-2 .featured-title .featured-comment,
    #big-grids .big-grid-2 .featured-title .featured-cat,
    #big-grids .big-grid-3 .featured-title .date,
    #big-grids .big-grid-3 .featured-title .featured-comment,
    #big-grids .big-grid-3 .featured-title .featured-cat { display: none }

    #big-grids .flex-direction-nav a {
        width: 40px;
        height: 40px;
        margin: 0 0 0 0;
        color: #FFF;
        top: 5px;
        left: 0;
        background: #222;
    }
    #big-grids .flex-direction-nav .flex-next {
        left: 50px!important;
        right: auto !important;
    }
    #big-grids .flex-direction-nav .flex-prev {
        left: 5px!important;
        right: auto!important;
    }

    #big-grids .flex-direction-nav .flex-next:before, #big-grids .flex-direction-nav .flex-prev:before {
        height: 40px;
        line-height: 40px;
        font-size: 20pt;
    }
    #big-grids .flex-next:hover, #big-grids .flex-prev:hover {
        background: #222 !important;
        opacity: 0.8;
    }
}

@media only screen and (max-width: 767px) and (min-width: 480px) {
    .bd-sidebar,
    .bd-container {
        width: 80% !important;
        max-width: 80% !important;
        margin-right: auto;
        margin-left: auto
    }
    .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; }
    #navigation select { display: block; }
    .top-search {
        float: none !important;
        width: 100%;
        margin: 0;
    }
    .top-search input { width: 90%; }
    .header { text-align: center; }
    .header .logo,
    #navigation {
        float: none;
        margin-right: auto;
        margin-left: auto;
        display: inline-block;
    }
    .header .logo { margin-bottom: 15px; }
    .blog-v1 article .article-formats {
        width: 32px;
        height: 32px;
        line-height: 32px;
    }
    .blog-v1 article .article-formats i {
        line-height: 32px;
        font-size: 20px;
    }
    .footer { text-align: center; }
    .blog-v1 article .entry-title {
        font-size: 19px;
    }
    .soundcloud-box iframe,
    .soundcloud-box { height: auto !important; }
    .blog-v1 article .entry-content {
        padding-right: 15px;
        padding-left: 15px;
    }
    .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; }
    .post-sharing-box .title {
        float: none;
        display: block;
        text-align: center;
        margin-bottom: 5px;
    }
    .post-sharing-box ul { text-align: center; }
    .post-sharing-box ul,
    .post-sharing-box ul li { float: none; }
    .post-navigation .post-nav-left,
    .post-navigation .post-nav-right {
        float: none;
        width: 100%;
        display: block;
        text-align: center;
    }
    .post-navigation .post-nav-left i,
    .post-navigation .post-nav-right i { display: none; }
    .post-nav-left { margin-bottom: 15px; }
    .post-author-box .avatar {
        float: none;
        margin: 0 0 20px 0;
        width: 55px;
        height: 55px;
        display: inline-block;
    }
    .post-author-box { text-align: center; }
    ul.children { margin-left: 0; }
    .rtl ul.children { margin-right: 0; }
    .blog-v1 article .entry-meta {
        font-size: 12px;
        padding: 0 15px;
    }
    .oops {
        font-size: 33px;
        line-height: 43px;
    }
    .post-image.google-box iframe { height : 220px; }
    .slider-flex ul.slides li .slide-caption h1 {
        font-size: 18px;
        line-height: 20px;
    }
    .slider-flex .slide-caption .post-caption-content { padding: 10px; }
    .post-excerpt,
    .post-readmore { display: none; }
    .header { clear: both }
    .top-bar {
        width: 100%;
        display: block;
        text-align: center;
        overflow: hidden;
        padding-bottom: 7px;
        line-height: 0
    }
    .top-bar .top-social,
    .top-bar #top-navigation select,
    .top-menu-area {
        display: inline-block;
        float: none;
        margin: 0 auto;
        width: 98%;
        clear: both;
        line-height: 0
    }
    .top-search input { margin-left: 0 }
    #header-fix.header-fix {
        position: relative;
        background: none;
        box-shadow: none
    }
    body.admin-bar #header-fix.header-fix { top: 0; }
    .bd-page-title,
    #crumbs {
        width: 100%;
        float: none;
        clear: both;
        text-align: center
    }
    #crumbs li {
        float: none;
        margin: 0;
    }
    .folio-media,
    .folio-content {
        float: none;
        width: 100%
    }
    .folio-media { margin-bottom: 30px; }
    .folio-4col.folio-items .folio-item,
    .folio-3col.folio-items .folio-item,
    .folio-2col.folio-items .folio-item { width: 215px; }
    .folio-4col.folio-items .folio-item .inner-media iframe,
    .folio-3col.folio-items .folio-item .inner-media iframe,
    .folio-2col.folio-items .folio-item .inner-media iframe { min-height: 161px; }
    .header { padding: 14px 0; }
    .logo-center .header .logo,
    .header .logo,
    .logo {
        margin: 5px auto 19px auto;
        float: none;
        text-align: center;
    }
    #navigation select {
        max-width: 95% !important;
        margin: auto;
        background: none;
        border: none;
        box-shadow: none
    }
    .of-topbar-mobile { display: none !important }
    .bd-ClickOpen { display: block !important }
    body.on-mobile-menu #featured-main,
    body.on-mobile-menu #breakingNews { margin-top: 0 }
    .bd-ClickOpen { top: 15px }
    #page { box-shadow: none !important }
    .of-topbar-mobile { display: none !important; }
    .mobile-menu-on #navigation { display: none !important; }
    #related-posts .related-re_scroll .post-item,
    .article_sidebar_position_full #related-posts .related-re_scroll .post-items .post-item,
    .post_full_width #related-posts .related-re_scroll .post-item {
        float: none!important;
        margin-right: 0!important;
        margin-left: 0!important;
        width: 100%!important;
        height: 330px !important;
    }
    #related-posts { margin: auto !important }
    .posts-gird-2cols .post-item,
    .posts-gird-3cols .post-item,
    .posts-gird-4cols .post-item {
        width: 99% !important;
        margin-right: auto !important;
        margin-left: auto !important;
        float: none !important;
    }
    div.posts-gird { margin: auto !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 }

    li.bdayh-insta-item { width: 20%; }


    article .arti-details{
        margin: 0 !important;
        min-height: inherit !important;
        max-height: inherit !important;
    }

    article.classic1-item .arti-thumb {
        position: relative;
        left: auto;
        width: 100%;
    }
        .rtl article.classic1-item .arti-thumb {
            left: auto;
            right: auto;
        }

    article.classic1-item .arti-thumb img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    article.classic1-item .post-comments {
        float: none;
    }

    article.classic1-item .arti-meta-info {
        font-size: 11px;
    }

    article.classic1-item .post-date,
    article.classic1-item .post-time-read {
        margin: 0 3px;
    }

    .bdayh-page-title-bar {
        min-height: 60px;
        height: auto;
        max-height: none;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .bdayh-page-title-secondary,
    .bdayh-page-title-captions {
        width: 100%;
    }
    .bdayh-page-title-secondary {
        display: none;
    }

    .bdayh-page-title-bar .bd-container {
        display: table;
        min-height: 50px;
        text-align: center;
    }

    .logo-center .logo .site-name {
        font-size: 49px;
        line-height: 49px;
    }

    .bdayh-blog-standard-2column-post {
        float: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .bdayh-classic-v1 .arti-thumb {
        margin-bottom: 24px;
    }

    .bdayh-classic-v1 article .arti-details {
        padding: 0 !important;
    }

    /**
    * Featured Posts.
    * ----------------------------------------------------------------------------- *
    */
    #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-grid-1 .big-grid-inner {  height: 320px;  }
    #big-grids .big-grid-2 .big-grid-inner {  height: 200px;  }
    #big-grids .big-grid-3 .big-grid-inner {  height: 200px;  }

    #big-grids .big-grid-1 { width: 100% }
    #big-grids .big-grid-2,
    #big-grids .big-grid-3 { width: 50% }

    #big-grids .big-grid-1 { padding: 0 0 3px 0}
    #big-grids .big-grid-3 { padding: 0 0 0 3px }
    .rtl #big-grids .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 }
    .blog-v1 article .entry-title {max-width:  100% }

    #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: 479px) {
    .bd-sidebar,
    .bd-container {
        width: 80% !important;
        max-width: 80% !important;
        margin-right: auto;
        margin-left: auto
    }
    .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; }
    #navigation select { display: block; }
    .top-search {
        float: none !important;
        width: 100%;
        margin: 0;
    }
    .top-search input { width: 90%; }
    .header { text-align: center; }
    .header .logo,
    #navigation {
        float: none;
        margin-right: auto;
        margin-left: auto;
        display: inline-block;
    }
    .header .logo { margin-bottom: 15px; }
    .blog-v1 article .article-formats {
        width: 32px;
        height: 32px;
        line-height: 32px;
    }
    .blog-v1 article .article-formats i {
        line-height: 32px;
        font-size: 20px;
    }
    .footer { text-align: center; }
    .blog-v1 article .entry-title {
        font-size: 19px;
    }
    .soundcloud-box iframe,
    .soundcloud-box { height: auto !important; }
    .blog-v1 article .entry-content {
        padding-right: 15px;
        padding-left: 15px;
    }
    .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; }
    .post-sharing-box .title {
        float: none;
        display: block;
        text-align: center;
        margin-bottom: 5px;
    }
    .post-sharing-box ul { text-align: center; }
    .post-sharing-box ul,
    .post-sharing-box ul li { float: none; }
    .post-navigation .post-nav-left,
    .post-navigation .post-nav-right {
        float: none;
        width: 100%;
        display: block;
        text-align: center;
    }
    .post-navigation .post-nav-left i,
    .post-navigation .post-nav-right i { display: none; }
    .post-nav-left { margin-bottom: 15px; }
    .post-author-box .avatar {
        float: none;
        margin: 0 0 20px 0;
        width: 55px;
        height: 55px;
        display: inline-block;
    }
    .post-author-box { text-align: center; }
    ul.children { margin-left: 0; }
    .rtl ul.children { margin-right: 0; }
    .blog-v1 article .entry-meta {
        font-size: 12px;
        padding: 0 15px;
    }
    .oops {
        font-size: 33px;
        line-height: 43px;
    }
    .post-image.google-box iframe { height : 220px; }
    .slider-flex ul.slides li .slide-caption h1 {
        font-size: 18px;
        line-height: 20px;
    }
    .slider-flex .slide-caption .post-caption-content { padding: 10px; }
    .post-excerpt,
    .post-readmore { display: none; }
    .header { clear: both }
    .top-bar {
        width: 100%;
        display: block;
        text-align: center;
        overflow: hidden;
        padding-bottom: 7px;
        line-height: 0
    }
    .top-bar .top-social,
    .top-bar #top-navigation select,
    .top-menu-area {
        display: inline-block;
        float: none;
        margin: 0 auto;
        width: 98%;
        clear: both;
        line-height: 0
    }
    .top-search input { margin-left: 0 }
    #header-fix.header-fix {
        position: relative;
        background: none;
        box-shadow: none
    }
    body.admin-bar #header-fix.header-fix { top: 0; }
    .bd-page-title,
    #crumbs {
        width: 100%;
        float: none;
        clear: both;
        text-align: center
    }
    #crumbs li {
        float: none;
        margin: 0;
    }
    .folio-media,
    .folio-content {
        float: none;
        width: 100%
    }
    .folio-media { margin-bottom: 30px; }
    .folio-items .folio-item {
        width: 98%;
        float: none;
        margin-left: auto;
        margin-right: auto;
        clear: both;
    }
    .header { padding: 14px 0; }
    .logo-center .header .logo,
    .header .logo,
    .logo {
        margin: 5px auto 19px auto;
        float: none;
        text-align: center;
    }
    #navigation select {
        max-width: 95% !important;
        margin: auto;
        background: none;
        border: none;
        box-shadow: none
    }
    .of-topbar-mobile { display: none !important }
    .bd-ClickOpen { display: block !important }
    body.on-mobile-menu #featured-main,
    body.on-mobile-menu #breakingNews { margin-top: 0 }
    .bd-ClickOpen { top: 15px }
    #page { box-shadow: none !important }
    .of-topbar-mobile { display: none !important; }
    .mobile-menu-on #navigation { display: none !important; }
    #related-posts .related-re_scroll .post-item,
    .article_sidebar_position_full #related-posts .related-re_scroll .post-items .post-item,
    .post_full_width #related-posts .related-re_scroll .post-item {
        float: none!important;
        margin-right: 0!important;
        margin-left: 0!important;
        width: 100%!important;
    }
    #related-posts { margin: auto !important }
    .posts-gird-2cols .post-item,
    .posts-gird-3cols .post-item,
    .posts-gird-4cols .post-item {
        width: 99% !important;
        margin-right: auto !important;
        margin-left: auto !important;
        float: none !important;
    }
    div.posts-gird { margin: auto !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 }

    li.bdayh-insta-item { width: 20%; }

    article .arti-details{
        margin: 0 !important;
        min-height: inherit !important;
        max-height: inherit !important;
    }

    article.classic1-item .arti-thumb {
        position: relative;
        left: auto;
        width: 100%;
    }
        .rtl article.classic1-item .arti-thumb {
            left: auto;
            right: auto;
        }

    article.classic1-item .arti-thumb img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    article.classic1-item .post-comments {
        float: none;
    }

    article.classic1-item .arti-meta-info {
        font-size: 11px;
    }

    article.classic1-item .post-date,
    article.classic1-item .post-time-read {
        margin: 0 3px;
    }

    .bdayh-page-title-bar {
        min-height: 60px;
        height: auto;
        max-height: none;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .bdayh-page-title-secondary,
    .bdayh-page-title-captions {
        width: 100%;
    }
    .bdayh-page-title-secondary {
        display: none;
    }

    .bdayh-page-title-bar .bd-container {
        display: table;
        min-height: 50px;
        text-align: center;
    }


    .logo-center .logo .site-name {
        font-size: 49px;
        line-height: 49px;
    }

    .logo img { max-width: 285px }

    .bdayh-blog-standard-2column-post {
        float: none;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .bdayh-classic-v1 .arti-thumb {
        margin-bottom: 24px;
    }

    .bdayh-classic-v1 article .arti-details {
        padding: 0 !important;
    }

    /**
    * Featured Posts.
    * ----------------------------------------------------------------------------- *
    */
    #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-grid-1 .big-grid-inner {  height: 280px;  }
    #big-grids .big-grid-2 .big-grid-inner {  height: 180px;  }
    #big-grids .big-grid-3 .big-grid-inner {  height: 180px;  }
    #big-grids .big-grid-1 { width: 100% }
    #big-grids .big-grid-2,
    #big-grids .big-grid-3 { width: 50% }
    #big-grids .big-grid-1 { padding: 0 0 3px 0}
    #big-grids .big-grid-3 { padding: 0 0 0 3px }
    .rtl #big-grids .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 }

    .blog-v1 article .entry-title {max-width:  100% }

    #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;
    }
}
