@charset "UTF-8";
/***************************************
    Theme Name: Hooray
    Description: A Premium Wordpress Theme.
    Author: Amr Sadek
    Theme URI: http://themes.bdayh.com
    Author URI: http://themeforest.net/user/bdaia
    Version: 2.3.1
	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;
}
* {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
i:before,
i:after,
i {
    -webkit-font-smoothing: antialiased;
    -o-transform: scale(1);
    text-rendering: optimizeLegibility;
    text-shadow: none;
}
::selection {
    background: #ff4020;
    color: #fff;
}
.clearfix { zoom: 1; }
html {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
body {
    background-color: #EEEEEE;
    font-weight: normal;
    font-size: 15px;
    line-height: 21px;
    font-style: normal;
    color: #696969;
}
body.rtl { direction: rtl; }
a,
a:link,
a:active {
    color: #282a2b;
    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: #ff4020; }
a:focus { }
.clear { clear: both; }
.clear:after,
.clear:before {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: " ";
}
.bottom24 { margin-bottom: 24px; }
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    margin: 0 0 20px;
}
h1 {
    font-size: 26px;
    line-height: 1.3846153846;
}
h2 {
    font-size: 24px;
    line-height: 1;
}
h3 {
    font-size: 22px;
    line-height: 1.0909090909;
}
h4 {
    font-size: 20px;
    line-height: 1.2;
}
h5 {
    font-size: 18px;
    line-height: 1.3333333333;
}
h6 {
    font-size: 16px;
    line-height: 1.5;
}
address {
    font-style: italic;
    margin-bottom: 24px;
}
abbr[title] {
    border-bottom: 1px dotted #282a2b;
    cursor: help;
}
strong { font-weight: 700; }
dfn,
em,
i { font-style: italic; }
mark,
ins { text-decoration: none; }
p {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 26px
}
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: #282a2b; }
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);
    border-radius: 2px;
    color: #282a2b;
    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;
}
a.more-link,
button,
.btn-link,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background-color: #ff4020;
    border: 0;
    border-radius: 2px;
    color: #fff;
    font-size: 13px;
    line-height: 36px;
    display: inline-block;
    padding: 0 24px 2px;
    vertical-align: middle;
    letter-spacing: normal;
    text-align: center;
    transition: all 0.2s linear 0s;
}
a.more-link:hover,
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: #282a2b !important;
    color: #fff;
}
button:active,
.btn-link:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active { background-color: #ff4020; }
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: #282a2b; }
.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;
}

body,
.logo .site-name,
.site-tagline,
.nav-menu,
.nav-menu .entry-title,
.blog-v1 article .entry-title,
.page-title h2,
.post-sharing-box .title,
.box-title h2,
#reply-title,
ul.tabs_nav li a,
.box-title h3,
.widget .widget-title h2
{
    font-family: 'Lato', sans-serif;
}

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 Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('fonts/fontawesome/fontawesome-webfont.eot?v=4.6.3');src:url('fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'),url('fonts/fontawesome/fontawesome-webfont.woff2?v=4.6.3') format('woff2'),url('fonts/fontawesome/fontawesome-webfont.woff?v=4.6.3') format('woff'),url('fonts/fontawesome/fontawesome-webfont.ttf?v=4.6.3') format('truetype'),url('fonts/fontawesome/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-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{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp: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-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

@font-face{font-family:"Ionicons";src:url("fonts/ionicons/ionicons.eot?v=2.0.0");src:url("fonts/ionicons/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"),url("fonts/ionicons/ionicons.ttf?v=2.0.0") format("truetype"),url("fonts/ionicons/ionicons.woff?v=2.0.0") format("woff"),url("fonts/ionicons/ionicons.svg?v=2.0.0#Ionicons") format("svg");font-weight:normal;font-style:normal}.ion,.ionicons,.ion-alert:before,.ion-alert-circled:before,.ion-android-add:before,.ion-android-add-circle:before,.ion-android-alarm-clock:before,.ion-android-alert:before,.ion-android-apps:before,.ion-android-archive:before,.ion-android-arrow-back:before,.ion-android-arrow-down:before,.ion-android-arrow-dropdown:before,.ion-android-arrow-dropdown-circle:before,.ion-android-arrow-dropleft:before,.ion-android-arrow-dropleft-circle:before,.ion-android-arrow-dropright:before,.ion-android-arrow-dropright-circle:before,.ion-android-arrow-dropup:before,.ion-android-arrow-dropup-circle:before,.ion-android-arrow-forward:before,.ion-android-arrow-up:before,.ion-android-attach:before,.ion-android-bar:before,.ion-android-bicycle:before,.ion-android-boat:before,.ion-android-bookmark:before,.ion-android-bulb:before,.ion-android-bus:before,.ion-android-calendar:before,.ion-android-call:before,.ion-android-camera:before,.ion-android-cancel:before,.ion-android-car:before,.ion-android-cart:before,.ion-android-chat:before,.ion-android-checkbox:before,.ion-android-checkbox-blank:before,.ion-android-checkbox-outline:before,.ion-android-checkbox-outline-blank:before,.ion-android-checkmark-circle:before,.ion-android-clipboard:before,.ion-android-close:before,.ion-android-cloud:before,.ion-android-cloud-circle:before,.ion-android-cloud-done:before,.ion-android-cloud-outline:before,.ion-android-color-palette:before,.ion-android-compass:before,.ion-android-contact:before,.ion-android-contacts:before,.ion-android-contract:before,.ion-android-create:before,.ion-android-delete:before,.ion-android-desktop:before,.ion-android-document:before,.ion-android-done:before,.ion-android-done-all:before,.ion-android-download:before,.ion-android-drafts:before,.ion-android-exit:before,.ion-android-expand:before,.ion-android-favorite:before,.ion-android-favorite-outline:before,.ion-android-film:before,.ion-android-folder:before,.ion-android-folder-open:before,.ion-android-funnel:before,.ion-android-globe:before,.ion-android-hand:before,.ion-android-hangout:before,.ion-android-happy:before,.ion-android-home:before,.ion-android-image:before,.ion-android-laptop:before,.ion-android-list:before,.ion-android-locate:before,.ion-android-lock:before,.ion-android-mail:before,.ion-android-map:before,.ion-android-menu:before,.ion-android-microphone:before,.ion-android-microphone-off:before,.ion-android-more-horizontal:before,.ion-android-more-vertical:before,.ion-android-navigate:before,.ion-android-notifications:before,.ion-android-notifications-none:before,.ion-android-notifications-off:before,.ion-android-open:before,.ion-android-options:before,.ion-android-people:before,.ion-android-person:before,.ion-android-person-add:before,.ion-android-phone-landscape:before,.ion-android-phone-portrait:before,.ion-android-pin:before,.ion-android-plane:before,.ion-android-playstore:before,.ion-android-print:before,.ion-android-radio-button-off:before,.ion-android-radio-button-on:before,.ion-android-refresh:before,.ion-android-remove:before,.ion-android-remove-circle:before,.ion-android-restaurant:before,.ion-android-sad:before,.ion-android-search:before,.ion-android-send:before,.ion-android-settings:before,.ion-android-share:before,.ion-android-share-alt:before,.ion-android-star:before,.ion-android-star-half:before,.ion-android-star-outline:before,.ion-android-stopwatch:before,.ion-android-subway:before,.ion-android-sunny:before,.ion-android-sync:before,.ion-android-textsms:before,.ion-android-time:before,.ion-android-train:before,.ion-android-unlock:before,.ion-android-upload:before,.ion-android-volume-down:before,.ion-android-volume-mute:before,.ion-android-volume-off:before,.ion-android-volume-up:before,.ion-android-walk:before,.ion-android-warning:before,.ion-android-watch:before,.ion-android-wifi:before,.ion-aperture:before,.ion-archive:before,.ion-arrow-down-a:before,.ion-arrow-down-b:before,.ion-arrow-down-c:before,.ion-arrow-expand:before,.ion-arrow-graph-down-left:before,.ion-arrow-graph-down-right:before,.ion-arrow-graph-up-left:before,.ion-arrow-graph-up-right:before,.ion-arrow-left-a:before,.ion-arrow-left-b:before,.ion-arrow-left-c:before,.ion-arrow-move:before,.ion-arrow-resize:before,.ion-arrow-return-left:before,.ion-arrow-return-right:before,.ion-arrow-right-a:before,.ion-arrow-right-b:before,.ion-arrow-right-c:before,.ion-arrow-shrink:before,.ion-arrow-swap:before,.ion-arrow-up-a:before,.ion-arrow-up-b:before,.ion-arrow-up-c:before,.ion-asterisk:before,.ion-at:before,.ion-backspace:before,.ion-backspace-outline:before,.ion-bag:before,.ion-battery-charging:before,.ion-battery-empty:before,.ion-battery-full:before,.ion-battery-half:before,.ion-battery-low:before,.ion-beaker:before,.ion-beer:before,.ion-bluetooth:before,.ion-bonfire:before,.ion-bookmark:before,.ion-bowtie:before,.ion-briefcase:before,.ion-bug:before,.ion-calculator:before,.ion-calendar:before,.ion-camera:before,.ion-card:before,.ion-cash:before,.ion-chatbox:before,.ion-chatbox-working:before,.ion-chatboxes:before,.ion-chatbubble:before,.ion-chatbubble-working:before,.ion-chatbubbles:before,.ion-checkmark:before,.ion-checkmark-circled:before,.ion-checkmark-round:before,.ion-chevron-down:before,.ion-chevron-left:before,.ion-chevron-right:before,.ion-chevron-up:before,.ion-clipboard:before,.ion-clock:before,.ion-close:before,.ion-close-circled:before,.ion-close-round:before,.ion-closed-captioning:before,.ion-cloud:before,.ion-code:before,.ion-code-download:before,.ion-code-working:before,.ion-coffee:before,.ion-compass:before,.ion-compose:before,.ion-connection-bars:before,.ion-contrast:before,.ion-crop:before,.ion-cube:before,.ion-disc:before,.ion-document:before,.ion-document-text:before,.ion-drag:before,.ion-earth:before,.ion-easel:before,.ion-edit:before,.ion-egg:before,.ion-eject:before,.ion-email:before,.ion-email-unread:before,.ion-erlenmeyer-flask:before,.ion-erlenmeyer-flask-bubbles:before,.ion-eye:before,.ion-eye-disabled:before,.ion-female:before,.ion-filing:before,.ion-film-marker:before,.ion-fireball:before,.ion-flag:before,.ion-flame:before,.ion-flash:before,.ion-flash-off:before,.ion-folder:before,.ion-fork:before,.ion-fork-repo:before,.ion-forward:before,.ion-funnel:before,.ion-gear-a:before,.ion-gear-b:before,.ion-grid:before,.ion-hammer:before,.ion-happy:before,.ion-happy-outline:before,.ion-headphone:before,.ion-heart:before,.ion-heart-broken:before,.ion-help:before,.ion-help-buoy:before,.ion-help-circled:before,.ion-home:before,.ion-icecream:before,.ion-image:before,.ion-images:before,.ion-information:before,.ion-information-circled:before,.ion-ionic:before,.ion-ios-alarm:before,.ion-ios-alarm-outline:before,.ion-ios-albums:before,.ion-ios-albums-outline:before,.ion-ios-americanfootball:before,.ion-ios-americanfootball-outline:before,.ion-ios-analytics:before,.ion-ios-analytics-outline:before,.ion-ios-arrow-back:before,.ion-ios-arrow-down:before,.ion-ios-arrow-forward:before,.ion-ios-arrow-left:before,.ion-ios-arrow-right:before,.ion-ios-arrow-thin-down:before,.ion-ios-arrow-thin-left:before,.ion-ios-arrow-thin-right:before,.ion-ios-arrow-thin-up:before,.ion-ios-arrow-up:before,.ion-ios-at:before,.ion-ios-at-outline:before,.ion-ios-barcode:before,.ion-ios-barcode-outline:before,.ion-ios-baseball:before,.ion-ios-baseball-outline:before,.ion-ios-basketball:before,.ion-ios-basketball-outline:before,.ion-ios-bell:before,.ion-ios-bell-outline:before,.ion-ios-body:before,.ion-ios-body-outline:before,.ion-ios-bolt:before,.ion-ios-bolt-outline:before,.ion-ios-book:before,.ion-ios-book-outline:before,.ion-ios-bookmarks:before,.ion-ios-bookmarks-outline:before,.ion-ios-box:before,.ion-ios-box-outline:before,.ion-ios-briefcase:before,.ion-ios-briefcase-outline:before,.ion-ios-browsers:before,.ion-ios-browsers-outline:before,.ion-ios-calculator:before,.ion-ios-calculator-outline:before,.ion-ios-calendar:before,.ion-ios-calendar-outline:before,.ion-ios-camera:before,.ion-ios-camera-outline:before,.ion-ios-cart:before,.ion-ios-cart-outline:before,.ion-ios-chatboxes:before,.ion-ios-chatboxes-outline:before,.ion-ios-chatbubble:before,.ion-ios-chatbubble-outline:before,.ion-ios-checkmark:before,.ion-ios-checkmark-empty:before,.ion-ios-checkmark-outline:before,.ion-ios-circle-filled:before,.ion-ios-circle-outline:before,.ion-ios-clock:before,.ion-ios-clock-outline:before,.ion-ios-close:before,.ion-ios-close-empty:before,.ion-ios-close-outline:before,.ion-ios-cloud:before,.ion-ios-cloud-download:before,.ion-ios-cloud-download-outline:before,.ion-ios-cloud-outline:before,.ion-ios-cloud-upload:before,.ion-ios-cloud-upload-outline:before,.ion-ios-cloudy:before,.ion-ios-cloudy-night:before,.ion-ios-cloudy-night-outline:before,.ion-ios-cloudy-outline:before,.ion-ios-cog:before,.ion-ios-cog-outline:before,.ion-ios-color-filter:before,.ion-ios-color-filter-outline:before,.ion-ios-color-wand:before,.ion-ios-color-wand-outline:before,.ion-ios-compose:before,.ion-ios-compose-outline:before,.ion-ios-contact:before,.ion-ios-contact-outline:before,.ion-ios-copy:before,.ion-ios-copy-outline:before,.ion-ios-crop:before,.ion-ios-crop-strong:before,.ion-ios-download:before,.ion-ios-download-outline:before,.ion-ios-drag:before,.ion-ios-email:before,.ion-ios-email-outline:before,.ion-ios-eye:before,.ion-ios-eye-outline:before,.ion-ios-fastforward:before,.ion-ios-fastforward-outline:before,.ion-ios-filing:before,.ion-ios-filing-outline:before,.ion-ios-film:before,.ion-ios-film-outline:before,.ion-ios-flag:before,.ion-ios-flag-outline:before,.ion-ios-flame:before,.ion-ios-flame-outline:before,.ion-ios-flask:before,.ion-ios-flask-outline:before,.ion-ios-flower:before,.ion-ios-flower-outline:before,.ion-ios-folder:before,.ion-ios-folder-outline:before,.ion-ios-football:before,.ion-ios-football-outline:before,.ion-ios-game-controller-a:before,.ion-ios-game-controller-a-outline:before,.ion-ios-game-controller-b:before,.ion-ios-game-controller-b-outline:before,.ion-ios-gear:before,.ion-ios-gear-outline:before,.ion-ios-glasses:before,.ion-ios-glasses-outline:before,.ion-ios-grid-view:before,.ion-ios-grid-view-outline:before,.ion-ios-heart:before,.ion-ios-heart-outline:before,.ion-ios-help:before,.ion-ios-help-empty:before,.ion-ios-help-outline:before,.ion-ios-home:before,.ion-ios-home-outline:before,.ion-ios-infinite:before,.ion-ios-infinite-outline:before,.ion-ios-information:before,.ion-ios-information-empty:before,.ion-ios-information-outline:before,.ion-ios-ionic-outline:before,.ion-ios-keypad:before,.ion-ios-keypad-outline:before,.ion-ios-lightbulb:before,.ion-ios-lightbulb-outline:before,.ion-ios-list:before,.ion-ios-list-outline:before,.ion-ios-location:before,.ion-ios-location-outline:before,.ion-ios-locked:before,.ion-ios-locked-outline:before,.ion-ios-loop:before,.ion-ios-loop-strong:before,.ion-ios-medical:before,.ion-ios-medical-outline:before,.ion-ios-medkit:before,.ion-ios-medkit-outline:before,.ion-ios-mic:before,.ion-ios-mic-off:before,.ion-ios-mic-outline:before,.ion-ios-minus:before,.ion-ios-minus-empty:before,.ion-ios-minus-outline:before,.ion-ios-monitor:before,.ion-ios-monitor-outline:before,.ion-ios-moon:before,.ion-ios-moon-outline:before,.ion-ios-more:before,.ion-ios-more-outline:before,.ion-ios-musical-note:before,.ion-ios-musical-notes:before,.ion-ios-navigate:before,.ion-ios-navigate-outline:before,.ion-ios-nutrition:before,.ion-ios-nutrition-outline:before,.ion-ios-paper:before,.ion-ios-paper-outline:before,.ion-ios-paperplane:before,.ion-ios-paperplane-outline:before,.ion-ios-partlysunny:before,.ion-ios-partlysunny-outline:before,.ion-ios-pause:before,.ion-ios-pause-outline:before,.ion-ios-paw:before,.ion-ios-paw-outline:before,.ion-ios-people:before,.ion-ios-people-outline:before,.ion-ios-person:before,.ion-ios-person-outline:before,.ion-ios-personadd:before,.ion-ios-personadd-outline:before,.ion-ios-photos:before,.ion-ios-photos-outline:before,.ion-ios-pie:before,.ion-ios-pie-outline:before,.ion-ios-pint:before,.ion-ios-pint-outline:before,.ion-ios-play:before,.ion-ios-play-outline:before,.ion-ios-plus:before,.ion-ios-plus-empty:before,.ion-ios-plus-outline:before,.ion-ios-pricetag:before,.ion-ios-pricetag-outline:before,.ion-ios-pricetags:before,.ion-ios-pricetags-outline:before,.ion-ios-printer:before,.ion-ios-printer-outline:before,.ion-ios-pulse:before,.ion-ios-pulse-strong:before,.ion-ios-rainy:before,.ion-ios-rainy-outline:before,.ion-ios-recording:before,.ion-ios-recording-outline:before,.ion-ios-redo:before,.ion-ios-redo-outline:before,.ion-ios-refresh:before,.ion-ios-refresh-empty:before,.ion-ios-refresh-outline:before,.ion-ios-reload:before,.ion-ios-reverse-camera:before,.ion-ios-reverse-camera-outline:before,.ion-ios-rewind:before,.ion-ios-rewind-outline:before,.ion-ios-rose:before,.ion-ios-rose-outline:before,.ion-ios-search:before,.ion-ios-search-strong:before,.ion-ios-settings:before,.ion-ios-settings-strong:before,.ion-ios-shuffle:before,.ion-ios-shuffle-strong:before,.ion-ios-skipbackward:before,.ion-ios-skipbackward-outline:before,.ion-ios-skipforward:before,.ion-ios-skipforward-outline:before,.ion-ios-snowy:before,.ion-ios-speedometer:before,.ion-ios-speedometer-outline:before,.ion-ios-star:before,.ion-ios-star-half:before,.ion-ios-star-outline:before,.ion-ios-stopwatch:before,.ion-ios-stopwatch-outline:before,.ion-ios-sunny:before,.ion-ios-sunny-outline:before,.ion-ios-telephone:before,.ion-ios-telephone-outline:before,.ion-ios-tennisball:before,.ion-ios-tennisball-outline:before,.ion-ios-thunderstorm:before,.ion-ios-thunderstorm-outline:before,.ion-ios-time:before,.ion-ios-time-outline:before,.ion-ios-timer:before,.ion-ios-timer-outline:before,.ion-ios-toggle:before,.ion-ios-toggle-outline:before,.ion-ios-trash:before,.ion-ios-trash-outline:before,.ion-ios-undo:before,.ion-ios-undo-outline:before,.ion-ios-unlocked:before,.ion-ios-unlocked-outline:before,.ion-ios-upload:before,.ion-ios-upload-outline:before,.ion-ios-videocam:before,.ion-ios-videocam-outline:before,.ion-ios-volume-high:before,.ion-ios-volume-low:before,.ion-ios-wineglass:before,.ion-ios-wineglass-outline:before,.ion-ios-world:before,.ion-ios-world-outline:before,.ion-ipad:before,.ion-iphone:before,.ion-ipod:before,.ion-jet:before,.ion-key:before,.ion-knife:before,.ion-laptop:before,.ion-leaf:before,.ion-levels:before,.ion-lightbulb:before,.ion-link:before,.ion-load-a:before,.ion-load-b:before,.ion-load-c:before,.ion-load-d:before,.ion-location:before,.ion-lock-combination:before,.ion-locked:before,.ion-log-in:before,.ion-log-out:before,.ion-loop:before,.ion-magnet:before,.ion-male:before,.ion-man:before,.ion-map:before,.ion-medkit:before,.ion-merge:before,.ion-mic-a:before,.ion-mic-b:before,.ion-mic-c:before,.ion-minus:before,.ion-minus-circled:before,.ion-minus-round:before,.ion-model-s:before,.ion-monitor:before,.ion-more:before,.ion-mouse:before,.ion-music-note:before,.ion-navicon:before,.ion-navicon-round:before,.ion-navigate:before,.ion-network:before,.ion-no-smoking:before,.ion-nuclear:before,.ion-outlet:before,.ion-paintbrush:before,.ion-paintbucket:before,.ion-paper-airplane:before,.ion-paperclip:before,.ion-pause:before,.ion-person:before,.ion-person-add:before,.ion-person-stalker:before,.ion-pie-graph:before,.ion-pin:before,.ion-pinpoint:before,.ion-pizza:before,.ion-plane:before,.ion-planet:before,.ion-play:before,.ion-playstation:before,.ion-plus:before,.ion-plus-circled:before,.ion-plus-round:before,.ion-podium:before,.ion-pound:before,.ion-power:before,.ion-pricetag:before,.ion-pricetags:before,.ion-printer:before,.ion-pull-request:before,.ion-qr-scanner:before,.ion-quote:before,.ion-radio-waves:before,.ion-record:before,.ion-refresh:before,.ion-reply:before,.ion-reply-all:before,.ion-ribbon-a:before,.ion-ribbon-b:before,.ion-sad:before,.ion-sad-outline:before,.ion-scissors:before,.ion-search:before,.ion-settings:before,.ion-share:before,.ion-shuffle:before,.ion-skip-backward:before,.ion-skip-forward:before,.ion-social-android:before,.ion-social-android-outline:before,.ion-social-angular:before,.ion-social-angular-outline:before,.ion-social-apple:before,.ion-social-apple-outline:before,.ion-social-bitcoin:before,.ion-social-bitcoin-outline:before,.ion-social-buffer:before,.ion-social-buffer-outline:before,.ion-social-chrome:before,.ion-social-chrome-outline:before,.ion-social-codepen:before,.ion-social-codepen-outline:before,.ion-social-css3:before,.ion-social-css3-outline:before,.ion-social-designernews:before,.ion-social-designernews-outline:before,.ion-social-dribbble:before,.ion-social-dribbble-outline:before,.ion-social-dropbox:before,.ion-social-dropbox-outline:before,.ion-social-euro:before,.ion-social-euro-outline:before,.ion-social-facebook:before,.ion-social-facebook-outline:before,.ion-social-foursquare:before,.ion-social-foursquare-outline:before,.ion-social-freebsd-devil:before,.ion-social-github:before,.ion-social-github-outline:before,.ion-social-google:before,.ion-social-google-outline:before,.ion-social-googleplus:before,.ion-social-googleplus-outline:before,.ion-social-hackernews:before,.ion-social-hackernews-outline:before,.ion-social-html5:before,.ion-social-html5-outline:before,.ion-social-instagram:before,.ion-social-instagram-outline:before,.ion-social-javascript:before,.ion-social-javascript-outline:before,.ion-social-linkedin:before,.ion-social-linkedin-outline:before,.ion-social-markdown:before,.ion-social-nodejs:before,.ion-social-octocat:before,.ion-social-pinterest:before,.ion-social-pinterest-outline:before,.ion-social-python:before,.ion-social-reddit:before,.ion-social-reddit-outline:before,.ion-social-rss:before,.ion-social-rss-outline:before,.ion-social-sass:before,.ion-social-skype:before,.ion-social-skype-outline:before,.ion-social-snapchat:before,.ion-social-snapchat-outline:before,.ion-social-tumblr:before,.ion-social-tumblr-outline:before,.ion-social-tux:before,.ion-social-twitch:before,.ion-social-twitch-outline:before,.ion-social-twitter:before,.ion-social-twitter-outline:before,.ion-social-usd:before,.ion-social-usd-outline:before,.ion-social-vimeo:before,.ion-social-vimeo-outline:before,.ion-social-whatsapp:before,.ion-social-whatsapp-outline:before,.ion-social-windows:before,.ion-social-windows-outline:before,.ion-social-wordpress:before,.ion-social-wordpress-outline:before,.ion-social-yahoo:before,.ion-social-yahoo-outline:before,.ion-social-yen:before,.ion-social-yen-outline:before,.ion-social-youtube:before,.ion-social-youtube-outline:before,.ion-soup-can:before,.ion-soup-can-outline:before,.ion-speakerphone:before,.ion-speedometer:before,.ion-spoon:before,.ion-star:before,.ion-stats-bars:before,.ion-steam:before,.ion-stop:before,.ion-thermometer:before,.ion-thumbsdown:before,.ion-thumbsup:before,.ion-toggle:before,.ion-toggle-filled:before,.ion-transgender:before,.ion-trash-a:before,.ion-trash-b:before,.ion-trophy:before,.ion-tshirt:before,.ion-tshirt-outline:before,.ion-umbrella:before,.ion-university:before,.ion-unlocked:before,.ion-upload:before,.ion-usb:before,.ion-videocamera:before,.ion-volume-high:before,.ion-volume-low:before,.ion-volume-medium:before,.ion-volume-mute:before,.ion-wand:before,.ion-waterdrop:before,.ion-wifi:before,.ion-wineglass:before,.ion-woman:before,.ion-wrench:before,.ion-xbox:before{display:inline-block;font-family:"Ionicons";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;text-rendering:auto;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ion-alert:before{content:"\f101"}.ion-alert-circled:before{content:"\f100"}.ion-android-add:before{content:"\f2c7"}.ion-android-add-circle:before{content:"\f359"}.ion-android-alarm-clock:before{content:"\f35a"}.ion-android-alert:before{content:"\f35b"}.ion-android-apps:before{content:"\f35c"}.ion-android-archive:before{content:"\f2c9"}.ion-android-arrow-back:before{content:"\f2ca"}.ion-android-arrow-down:before{content:"\f35d"}.ion-android-arrow-dropdown:before{content:"\f35f"}.ion-android-arrow-dropdown-circle:before{content:"\f35e"}.ion-android-arrow-dropleft:before{content:"\f361"}.ion-android-arrow-dropleft-circle:before{content:"\f360"}.ion-android-arrow-dropright:before{content:"\f363"}.ion-android-arrow-dropright-circle:before{content:"\f362"}.ion-android-arrow-dropup:before{content:"\f365"}.ion-android-arrow-dropup-circle:before{content:"\f364"}.ion-android-arrow-forward:before{content:"\f30f"}.ion-android-arrow-up:before{content:"\f366"}.ion-android-attach:before{content:"\f367"}.ion-android-bar:before{content:"\f368"}.ion-android-bicycle:before{content:"\f369"}.ion-android-boat:before{content:"\f36a"}.ion-android-bookmark:before{content:"\f36b"}.ion-android-bulb:before{content:"\f36c"}.ion-android-bus:before{content:"\f36d"}.ion-android-calendar:before{content:"\f2d1"}.ion-android-call:before{content:"\f2d2"}.ion-android-camera:before{content:"\f2d3"}.ion-android-cancel:before{content:"\f36e"}.ion-android-car:before{content:"\f36f"}.ion-android-cart:before{content:"\f370"}.ion-android-chat:before{content:"\f2d4"}.ion-android-checkbox:before{content:"\f374"}.ion-android-checkbox-blank:before{content:"\f371"}.ion-android-checkbox-outline:before{content:"\f373"}.ion-android-checkbox-outline-blank:before{content:"\f372"}.ion-android-checkmark-circle:before{content:"\f375"}.ion-android-clipboard:before{content:"\f376"}.ion-android-close:before{content:"\f2d7"}.ion-android-cloud:before{content:"\f37a"}.ion-android-cloud-circle:before{content:"\f377"}.ion-android-cloud-done:before{content:"\f378"}.ion-android-cloud-outline:before{content:"\f379"}.ion-android-color-palette:before{content:"\f37b"}.ion-android-compass:before{content:"\f37c"}.ion-android-contact:before{content:"\f2d8"}.ion-android-contacts:before{content:"\f2d9"}.ion-android-contract:before{content:"\f37d"}.ion-android-create:before{content:"\f37e"}.ion-android-delete:before{content:"\f37f"}.ion-android-desktop:before{content:"\f380"}.ion-android-document:before{content:"\f381"}.ion-android-done:before{content:"\f383"}.ion-android-done-all:before{content:"\f382"}.ion-android-download:before{content:"\f2dd"}.ion-android-drafts:before{content:"\f384"}.ion-android-exit:before{content:"\f385"}.ion-android-expand:before{content:"\f386"}.ion-android-favorite:before{content:"\f388"}.ion-android-favorite-outline:before{content:"\f387"}.ion-android-film:before{content:"\f389"}.ion-android-folder:before{content:"\f2e0"}.ion-android-folder-open:before{content:"\f38a"}.ion-android-funnel:before{content:"\f38b"}.ion-android-globe:before{content:"\f38c"}.ion-android-hand:before{content:"\f2e3"}.ion-android-hangout:before{content:"\f38d"}.ion-android-happy:before{content:"\f38e"}.ion-android-home:before{content:"\f38f"}.ion-android-image:before{content:"\f2e4"}.ion-android-laptop:before{content:"\f390"}.ion-android-list:before{content:"\f391"}.ion-android-locate:before{content:"\f2e9"}.ion-android-lock:before{content:"\f392"}.ion-android-mail:before{content:"\f2eb"}.ion-android-map:before{content:"\f393"}.ion-android-menu:before{content:"\f394"}.ion-android-microphone:before{content:"\f2ec"}.ion-android-microphone-off:before{content:"\f395"}.ion-android-more-horizontal:before{content:"\f396"}.ion-android-more-vertical:before{content:"\f397"}.ion-android-navigate:before{content:"\f398"}.ion-android-notifications:before{content:"\f39b"}.ion-android-notifications-none:before{content:"\f399"}.ion-android-notifications-off:before{content:"\f39a"}.ion-android-open:before{content:"\f39c"}.ion-android-options:before{content:"\f39d"}.ion-android-people:before{content:"\f39e"}.ion-android-person:before{content:"\f3a0"}.ion-android-person-add:before{content:"\f39f"}.ion-android-phone-landscape:before{content:"\f3a1"}.ion-android-phone-portrait:before{content:"\f3a2"}.ion-android-pin:before{content:"\f3a3"}.ion-android-plane:before{content:"\f3a4"}.ion-android-playstore:before{content:"\f2f0"}.ion-android-print:before{content:"\f3a5"}.ion-android-radio-button-off:before{content:"\f3a6"}.ion-android-radio-button-on:before{content:"\f3a7"}.ion-android-refresh:before{content:"\f3a8"}.ion-android-remove:before{content:"\f2f4"}.ion-android-remove-circle:before{content:"\f3a9"}.ion-android-restaurant:before{content:"\f3aa"}.ion-android-sad:before{content:"\f3ab"}.ion-android-search:before{content:"\f2f5"}.ion-android-send:before{content:"\f2f6"}.ion-android-settings:before{content:"\f2f7"}.ion-android-share:before{content:"\f2f8"}.ion-android-share-alt:before{content:"\f3ac"}.ion-android-star:before{content:"\f2fc"}.ion-android-star-half:before{content:"\f3ad"}.ion-android-star-outline:before{content:"\f3ae"}.ion-android-stopwatch:before{content:"\f2fd"}.ion-android-subway:before{content:"\f3af"}.ion-android-sunny:before{content:"\f3b0"}.ion-android-sync:before{content:"\f3b1"}.ion-android-textsms:before{content:"\f3b2"}.ion-android-time:before{content:"\f3b3"}.ion-android-train:before{content:"\f3b4"}.ion-android-unlock:before{content:"\f3b5"}.ion-android-upload:before{content:"\f3b6"}.ion-android-volume-down:before{content:"\f3b7"}.ion-android-volume-mute:before{content:"\f3b8"}.ion-android-volume-off:before{content:"\f3b9"}.ion-android-volume-up:before{content:"\f3ba"}.ion-android-walk:before{content:"\f3bb"}.ion-android-warning:before{content:"\f3bc"}.ion-android-watch:before{content:"\f3bd"}.ion-android-wifi:before{content:"\f305"}.ion-aperture:before{content:"\f313"}.ion-archive:before{content:"\f102"}.ion-arrow-down-a:before{content:"\f103"}.ion-arrow-down-b:before{content:"\f104"}.ion-arrow-down-c:before{content:"\f105"}.ion-arrow-expand:before{content:"\f25e"}.ion-arrow-graph-down-left:before{content:"\f25f"}.ion-arrow-graph-down-right:before{content:"\f260"}.ion-arrow-graph-up-left:before{content:"\f261"}.ion-arrow-graph-up-right:before{content:"\f262"}.ion-arrow-left-a:before{content:"\f106"}.ion-arrow-left-b:before{content:"\f107"}.ion-arrow-left-c:before{content:"\f108"}.ion-arrow-move:before{content:"\f263"}.ion-arrow-resize:before{content:"\f264"}.ion-arrow-return-left:before{content:"\f265"}.ion-arrow-return-right:before{content:"\f266"}.ion-arrow-right-a:before{content:"\f109"}.ion-arrow-right-b:before{content:"\f10a"}.ion-arrow-right-c:before{content:"\f10b"}.ion-arrow-shrink:before{content:"\f267"}.ion-arrow-swap:before{content:"\f268"}.ion-arrow-up-a:before{content:"\f10c"}.ion-arrow-up-b:before{content:"\f10d"}.ion-arrow-up-c:before{content:"\f10e"}.ion-asterisk:before{content:"\f314"}.ion-at:before{content:"\f10f"}.ion-backspace:before{content:"\f3bf"}.ion-backspace-outline:before{content:"\f3be"}.ion-bag:before{content:"\f110"}.ion-battery-charging:before{content:"\f111"}.ion-battery-empty:before{content:"\f112"}.ion-battery-full:before{content:"\f113"}.ion-battery-half:before{content:"\f114"}.ion-battery-low:before{content:"\f115"}.ion-beaker:before{content:"\f269"}.ion-beer:before{content:"\f26a"}.ion-bluetooth:before{content:"\f116"}.ion-bonfire:before{content:"\f315"}.ion-bookmark:before{content:"\f26b"}.ion-bowtie:before{content:"\f3c0"}.ion-briefcase:before{content:"\f26c"}.ion-bug:before{content:"\f2be"}.ion-calculator:before{content:"\f26d"}.ion-calendar:before{content:"\f117"}.ion-camera:before{content:"\f118"}.ion-card:before{content:"\f119"}.ion-cash:before{content:"\f316"}.ion-chatbox:before{content:"\f11b"}.ion-chatbox-working:before{content:"\f11a"}.ion-chatboxes:before{content:"\f11c"}.ion-chatbubble:before{content:"\f11e"}.ion-chatbubble-working:before{content:"\f11d"}.ion-chatbubbles:before{content:"\f11f"}.ion-checkmark:before{content:"\f122"}.ion-checkmark-circled:before{content:"\f120"}.ion-checkmark-round:before{content:"\f121"}.ion-chevron-down:before{content:"\f123"}.ion-chevron-left:before{content:"\f124"}.ion-chevron-right:before{content:"\f125"}.ion-chevron-up:before{content:"\f126"}.ion-clipboard:before{content:"\f127"}.ion-clock:before{content:"\f26e"}.ion-close:before{content:"\f12a"}.ion-close-circled:before{content:"\f128"}.ion-close-round:before{content:"\f129"}.ion-closed-captioning:before{content:"\f317"}.ion-cloud:before{content:"\f12b"}.ion-code:before{content:"\f271"}.ion-code-download:before{content:"\f26f"}.ion-code-working:before{content:"\f270"}.ion-coffee:before{content:"\f272"}.ion-compass:before{content:"\f273"}.ion-compose:before{content:"\f12c"}.ion-connection-bars:before{content:"\f274"}.ion-contrast:before{content:"\f275"}.ion-crop:before{content:"\f3c1"}.ion-cube:before{content:"\f318"}.ion-disc:before{content:"\f12d"}.ion-document:before{content:"\f12f"}.ion-document-text:before{content:"\f12e"}.ion-drag:before{content:"\f130"}.ion-earth:before{content:"\f276"}.ion-easel:before{content:"\f3c2"}.ion-edit:before{content:"\f2bf"}.ion-egg:before{content:"\f277"}.ion-eject:before{content:"\f131"}.ion-email:before{content:"\f132"}.ion-email-unread:before{content:"\f3c3"}.ion-erlenmeyer-flask:before{content:"\f3c5"}.ion-erlenmeyer-flask-bubbles:before{content:"\f3c4"}.ion-eye:before{content:"\f133"}.ion-eye-disabled:before{content:"\f306"}.ion-female:before{content:"\f278"}.ion-filing:before{content:"\f134"}.ion-film-marker:before{content:"\f135"}.ion-fireball:before{content:"\f319"}.ion-flag:before{content:"\f279"}.ion-flame:before{content:"\f31a"}.ion-flash:before{content:"\f137"}.ion-flash-off:before{content:"\f136"}.ion-folder:before{content:"\f139"}.ion-fork:before{content:"\f27a"}.ion-fork-repo:before{content:"\f2c0"}.ion-forward:before{content:"\f13a"}.ion-funnel:before{content:"\f31b"}.ion-gear-a:before{content:"\f13d"}.ion-gear-b:before{content:"\f13e"}.ion-grid:before{content:"\f13f"}.ion-hammer:before{content:"\f27b"}.ion-happy:before{content:"\f31c"}.ion-happy-outline:before{content:"\f3c6"}.ion-headphone:before{content:"\f140"}.ion-heart:before{content:"\f141"}.ion-heart-broken:before{content:"\f31d"}.ion-help:before{content:"\f143"}.ion-help-buoy:before{content:"\f27c"}.ion-help-circled:before{content:"\f142"}.ion-home:before{content:"\f144"}.ion-icecream:before{content:"\f27d"}.ion-image:before{content:"\f147"}.ion-images:before{content:"\f148"}.ion-information:before{content:"\f14a"}.ion-information-circled:before{content:"\f149"}.ion-ionic:before{content:"\f14b"}.ion-ios-alarm:before{content:"\f3c8"}.ion-ios-alarm-outline:before{content:"\f3c7"}.ion-ios-albums:before{content:"\f3ca"}.ion-ios-albums-outline:before{content:"\f3c9"}.ion-ios-americanfootball:before{content:"\f3cc"}.ion-ios-americanfootball-outline:before{content:"\f3cb"}.ion-ios-analytics:before{content:"\f3ce"}.ion-ios-analytics-outline:before{content:"\f3cd"}.ion-ios-arrow-back:before{content:"\f3cf"}.ion-ios-arrow-down:before{content:"\f3d0"}.ion-ios-arrow-forward:before{content:"\f3d1"}.ion-ios-arrow-left:before{content:"\f3d2"}.ion-ios-arrow-right:before{content:"\f3d3"}.ion-ios-arrow-thin-down:before{content:"\f3d4"}.ion-ios-arrow-thin-left:before{content:"\f3d5"}.ion-ios-arrow-thin-right:before{content:"\f3d6"}.ion-ios-arrow-thin-up:before{content:"\f3d7"}.ion-ios-arrow-up:before{content:"\f3d8"}.ion-ios-at:before{content:"\f3da"}.ion-ios-at-outline:before{content:"\f3d9"}.ion-ios-barcode:before{content:"\f3dc"}.ion-ios-barcode-outline:before{content:"\f3db"}.ion-ios-baseball:before{content:"\f3de"}.ion-ios-baseball-outline:before{content:"\f3dd"}.ion-ios-basketball:before{content:"\f3e0"}.ion-ios-basketball-outline:before{content:"\f3df"}.ion-ios-bell:before{content:"\f3e2"}.ion-ios-bell-outline:before{content:"\f3e1"}.ion-ios-body:before{content:"\f3e4"}.ion-ios-body-outline:before{content:"\f3e3"}.ion-ios-bolt:before{content:"\f3e6"}.ion-ios-bolt-outline:before{content:"\f3e5"}.ion-ios-book:before{content:"\f3e8"}.ion-ios-book-outline:before{content:"\f3e7"}.ion-ios-bookmarks:before{content:"\f3ea"}.ion-ios-bookmarks-outline:before{content:"\f3e9"}.ion-ios-box:before{content:"\f3ec"}.ion-ios-box-outline:before{content:"\f3eb"}.ion-ios-briefcase:before{content:"\f3ee"}.ion-ios-briefcase-outline:before{content:"\f3ed"}.ion-ios-browsers:before{content:"\f3f0"}.ion-ios-browsers-outline:before{content:"\f3ef"}.ion-ios-calculator:before{content:"\f3f2"}.ion-ios-calculator-outline:before{content:"\f3f1"}.ion-ios-calendar:before{content:"\f3f4"}.ion-ios-calendar-outline:before{content:"\f3f3"}.ion-ios-camera:before{content:"\f3f6"}.ion-ios-camera-outline:before{content:"\f3f5"}.ion-ios-cart:before{content:"\f3f8"}.ion-ios-cart-outline:before{content:"\f3f7"}.ion-ios-chatboxes:before{content:"\f3fa"}.ion-ios-chatboxes-outline:before{content:"\f3f9"}.ion-ios-chatbubble:before{content:"\f3fc"}.ion-ios-chatbubble-outline:before{content:"\f3fb"}.ion-ios-checkmark:before{content:"\f3ff"}.ion-ios-checkmark-empty:before{content:"\f3fd"}.ion-ios-checkmark-outline:before{content:"\f3fe"}.ion-ios-circle-filled:before{content:"\f400"}.ion-ios-circle-outline:before{content:"\f401"}.ion-ios-clock:before{content:"\f403"}.ion-ios-clock-outline:before{content:"\f402"}.ion-ios-close:before{content:"\f406"}.ion-ios-close-empty:before{content:"\f404"}.ion-ios-close-outline:before{content:"\f405"}.ion-ios-cloud:before{content:"\f40c"}.ion-ios-cloud-download:before{content:"\f408"}.ion-ios-cloud-download-outline:before{content:"\f407"}.ion-ios-cloud-outline:before{content:"\f409"}.ion-ios-cloud-upload:before{content:"\f40b"}.ion-ios-cloud-upload-outline:before{content:"\f40a"}.ion-ios-cloudy:before{content:"\f410"}.ion-ios-cloudy-night:before{content:"\f40e"}.ion-ios-cloudy-night-outline:before{content:"\f40d"}.ion-ios-cloudy-outline:before{content:"\f40f"}.ion-ios-cog:before{content:"\f412"}.ion-ios-cog-outline:before{content:"\f411"}.ion-ios-color-filter:before{content:"\f414"}.ion-ios-color-filter-outline:before{content:"\f413"}.ion-ios-color-wand:before{content:"\f416"}.ion-ios-color-wand-outline:before{content:"\f415"}.ion-ios-compose:before{content:"\f418"}.ion-ios-compose-outline:before{content:"\f417"}.ion-ios-contact:before{content:"\f41a"}.ion-ios-contact-outline:before{content:"\f419"}.ion-ios-copy:before{content:"\f41c"}.ion-ios-copy-outline:before{content:"\f41b"}.ion-ios-crop:before{content:"\f41e"}.ion-ios-crop-strong:before{content:"\f41d"}.ion-ios-download:before{content:"\f420"}.ion-ios-download-outline:before{content:"\f41f"}.ion-ios-drag:before{content:"\f421"}.ion-ios-email:before{content:"\f423"}.ion-ios-email-outline:before{content:"\f422"}.ion-ios-eye:before{content:"\f425"}.ion-ios-eye-outline:before{content:"\f424"}.ion-ios-fastforward:before{content:"\f427"}.ion-ios-fastforward-outline:before{content:"\f426"}.ion-ios-filing:before{content:"\f429"}.ion-ios-filing-outline:before{content:"\f428"}.ion-ios-film:before{content:"\f42b"}.ion-ios-film-outline:before{content:"\f42a"}.ion-ios-flag:before{content:"\f42d"}.ion-ios-flag-outline:before{content:"\f42c"}.ion-ios-flame:before{content:"\f42f"}.ion-ios-flame-outline:before{content:"\f42e"}.ion-ios-flask:before{content:"\f431"}.ion-ios-flask-outline:before{content:"\f430"}.ion-ios-flower:before{content:"\f433"}.ion-ios-flower-outline:before{content:"\f432"}.ion-ios-folder:before{content:"\f435"}.ion-ios-folder-outline:before{content:"\f434"}.ion-ios-football:before{content:"\f437"}.ion-ios-football-outline:before{content:"\f436"}.ion-ios-game-controller-a:before{content:"\f439"}.ion-ios-game-controller-a-outline:before{content:"\f438"}.ion-ios-game-controller-b:before{content:"\f43b"}.ion-ios-game-controller-b-outline:before{content:"\f43a"}.ion-ios-gear:before{content:"\f43d"}.ion-ios-gear-outline:before{content:"\f43c"}.ion-ios-glasses:before{content:"\f43f"}.ion-ios-glasses-outline:before{content:"\f43e"}.ion-ios-grid-view:before{content:"\f441"}.ion-ios-grid-view-outline:before{content:"\f440"}.ion-ios-heart:before{content:"\f443"}.ion-ios-heart-outline:before{content:"\f442"}.ion-ios-help:before{content:"\f446"}.ion-ios-help-empty:before{content:"\f444"}.ion-ios-help-outline:before{content:"\f445"}.ion-ios-home:before{content:"\f448"}.ion-ios-home-outline:before{content:"\f447"}.ion-ios-infinite:before{content:"\f44a"}.ion-ios-infinite-outline:before{content:"\f449"}.ion-ios-information:before{content:"\f44d"}.ion-ios-information-empty:before{content:"\f44b"}.ion-ios-information-outline:before{content:"\f44c"}.ion-ios-ionic-outline:before{content:"\f44e"}.ion-ios-keypad:before{content:"\f450"}.ion-ios-keypad-outline:before{content:"\f44f"}.ion-ios-lightbulb:before{content:"\f452"}.ion-ios-lightbulb-outline:before{content:"\f451"}.ion-ios-list:before{content:"\f454"}.ion-ios-list-outline:before{content:"\f453"}.ion-ios-location:before{content:"\f456"}.ion-ios-location-outline:before{content:"\f455"}.ion-ios-locked:before{content:"\f458"}.ion-ios-locked-outline:before{content:"\f457"}.ion-ios-loop:before{content:"\f45a"}.ion-ios-loop-strong:before{content:"\f459"}.ion-ios-medical:before{content:"\f45c"}.ion-ios-medical-outline:before{content:"\f45b"}.ion-ios-medkit:before{content:"\f45e"}.ion-ios-medkit-outline:before{content:"\f45d"}.ion-ios-mic:before{content:"\f461"}.ion-ios-mic-off:before{content:"\f45f"}.ion-ios-mic-outline:before{content:"\f460"}.ion-ios-minus:before{content:"\f464"}.ion-ios-minus-empty:before{content:"\f462"}.ion-ios-minus-outline:before{content:"\f463"}.ion-ios-monitor:before{content:"\f466"}.ion-ios-monitor-outline:before{content:"\f465"}.ion-ios-moon:before{content:"\f468"}.ion-ios-moon-outline:before{content:"\f467"}.ion-ios-more:before{content:"\f46a"}.ion-ios-more-outline:before{content:"\f469"}.ion-ios-musical-note:before{content:"\f46b"}.ion-ios-musical-notes:before{content:"\f46c"}.ion-ios-navigate:before{content:"\f46e"}.ion-ios-navigate-outline:before{content:"\f46d"}.ion-ios-nutrition:before{content:"\f470"}.ion-ios-nutrition-outline:before{content:"\f46f"}.ion-ios-paper:before{content:"\f472"}.ion-ios-paper-outline:before{content:"\f471"}.ion-ios-paperplane:before{content:"\f474"}.ion-ios-paperplane-outline:before{content:"\f473"}.ion-ios-partlysunny:before{content:"\f476"}.ion-ios-partlysunny-outline:before{content:"\f475"}.ion-ios-pause:before{content:"\f478"}.ion-ios-pause-outline:before{content:"\f477"}.ion-ios-paw:before{content:"\f47a"}.ion-ios-paw-outline:before{content:"\f479"}.ion-ios-people:before{content:"\f47c"}.ion-ios-people-outline:before{content:"\f47b"}.ion-ios-person:before{content:"\f47e"}.ion-ios-person-outline:before{content:"\f47d"}.ion-ios-personadd:before{content:"\f480"}.ion-ios-personadd-outline:before{content:"\f47f"}.ion-ios-photos:before{content:"\f482"}.ion-ios-photos-outline:before{content:"\f481"}.ion-ios-pie:before{content:"\f484"}.ion-ios-pie-outline:before{content:"\f483"}.ion-ios-pint:before{content:"\f486"}.ion-ios-pint-outline:before{content:"\f485"}.ion-ios-play:before{content:"\f488"}.ion-ios-play-outline:before{content:"\f487"}.ion-ios-plus:before{content:"\f48b"}.ion-ios-plus-empty:before{content:"\f489"}.ion-ios-plus-outline:before{content:"\f48a"}.ion-ios-pricetag:before{content:"\f48d"}.ion-ios-pricetag-outline:before{content:"\f48c"}.ion-ios-pricetags:before{content:"\f48f"}.ion-ios-pricetags-outline:before{content:"\f48e"}.ion-ios-printer:before{content:"\f491"}.ion-ios-printer-outline:before{content:"\f490"}.ion-ios-pulse:before{content:"\f493"}.ion-ios-pulse-strong:before{content:"\f492"}.ion-ios-rainy:before{content:"\f495"}.ion-ios-rainy-outline:before{content:"\f494"}.ion-ios-recording:before{content:"\f497"}.ion-ios-recording-outline:before{content:"\f496"}.ion-ios-redo:before{content:"\f499"}.ion-ios-redo-outline:before{content:"\f498"}.ion-ios-refresh:before{content:"\f49c"}.ion-ios-refresh-empty:before{content:"\f49a"}.ion-ios-refresh-outline:before{content:"\f49b"}.ion-ios-reload:before{content:"\f49d"}.ion-ios-reverse-camera:before{content:"\f49f"}.ion-ios-reverse-camera-outline:before{content:"\f49e"}.ion-ios-rewind:before{content:"\f4a1"}.ion-ios-rewind-outline:before{content:"\f4a0"}.ion-ios-rose:before{content:"\f4a3"}.ion-ios-rose-outline:before{content:"\f4a2"}.ion-ios-search:before{content:"\f4a5"}.ion-ios-search-strong:before{content:"\f4a4"}.ion-ios-settings:before{content:"\f4a7"}.ion-ios-settings-strong:before{content:"\f4a6"}.ion-ios-shuffle:before{content:"\f4a9"}.ion-ios-shuffle-strong:before{content:"\f4a8"}.ion-ios-skipbackward:before{content:"\f4ab"}.ion-ios-skipbackward-outline:before{content:"\f4aa"}.ion-ios-skipforward:before{content:"\f4ad"}.ion-ios-skipforward-outline:before{content:"\f4ac"}.ion-ios-snowy:before{content:"\f4ae"}.ion-ios-speedometer:before{content:"\f4b0"}.ion-ios-speedometer-outline:before{content:"\f4af"}.ion-ios-star:before{content:"\f4b3"}.ion-ios-star-half:before{content:"\f4b1"}.ion-ios-star-outline:before{content:"\f4b2"}.ion-ios-stopwatch:before{content:"\f4b5"}.ion-ios-stopwatch-outline:before{content:"\f4b4"}.ion-ios-sunny:before{content:"\f4b7"}.ion-ios-sunny-outline:before{content:"\f4b6"}.ion-ios-telephone:before{content:"\f4b9"}.ion-ios-telephone-outline:before{content:"\f4b8"}.ion-ios-tennisball:before{content:"\f4bb"}.ion-ios-tennisball-outline:before{content:"\f4ba"}.ion-ios-thunderstorm:before{content:"\f4bd"}.ion-ios-thunderstorm-outline:before{content:"\f4bc"}.ion-ios-time:before{content:"\f4bf"}.ion-ios-time-outline:before{content:"\f4be"}.ion-ios-timer:before{content:"\f4c1"}.ion-ios-timer-outline:before{content:"\f4c0"}.ion-ios-toggle:before{content:"\f4c3"}.ion-ios-toggle-outline:before{content:"\f4c2"}.ion-ios-trash:before{content:"\f4c5"}.ion-ios-trash-outline:before{content:"\f4c4"}.ion-ios-undo:before{content:"\f4c7"}.ion-ios-undo-outline:before{content:"\f4c6"}.ion-ios-unlocked:before{content:"\f4c9"}.ion-ios-unlocked-outline:before{content:"\f4c8"}.ion-ios-upload:before{content:"\f4cb"}.ion-ios-upload-outline:before{content:"\f4ca"}.ion-ios-videocam:before{content:"\f4cd"}.ion-ios-videocam-outline:before{content:"\f4cc"}.ion-ios-volume-high:before{content:"\f4ce"}.ion-ios-volume-low:before{content:"\f4cf"}.ion-ios-wineglass:before{content:"\f4d1"}.ion-ios-wineglass-outline:before{content:"\f4d0"}.ion-ios-world:before{content:"\f4d3"}.ion-ios-world-outline:before{content:"\f4d2"}.ion-ipad:before{content:"\f1f9"}.ion-iphone:before{content:"\f1fa"}.ion-ipod:before{content:"\f1fb"}.ion-jet:before{content:"\f295"}.ion-key:before{content:"\f296"}.ion-knife:before{content:"\f297"}.ion-laptop:before{content:"\f1fc"}.ion-leaf:before{content:"\f1fd"}.ion-levels:before{content:"\f298"}.ion-lightbulb:before{content:"\f299"}.ion-link:before{content:"\f1fe"}.ion-load-a:before{content:"\f29a"}.ion-load-b:before{content:"\f29b"}.ion-load-c:before{content:"\f29c"}.ion-load-d:before{content:"\f29d"}.ion-location:before{content:"\f1ff"}.ion-lock-combination:before{content:"\f4d4"}.ion-locked:before{content:"\f200"}.ion-log-in:before{content:"\f29e"}.ion-log-out:before{content:"\f29f"}.ion-loop:before{content:"\f201"}.ion-magnet:before{content:"\f2a0"}.ion-male:before{content:"\f2a1"}.ion-man:before{content:"\f202"}.ion-map:before{content:"\f203"}.ion-medkit:before{content:"\f2a2"}.ion-merge:before{content:"\f33f"}.ion-mic-a:before{content:"\f204"}.ion-mic-b:before{content:"\f205"}.ion-mic-c:before{content:"\f206"}.ion-minus:before{content:"\f209"}.ion-minus-circled:before{content:"\f207"}.ion-minus-round:before{content:"\f208"}.ion-model-s:before{content:"\f2c1"}.ion-monitor:before{content:"\f20a"}.ion-more:before{content:"\f20b"}.ion-mouse:before{content:"\f340"}.ion-music-note:before{content:"\f20c"}.ion-navicon:before{content:"\f20e"}.ion-navicon-round:before{content:"\f20d"}.ion-navigate:before{content:"\f2a3"}.ion-network:before{content:"\f341"}.ion-no-smoking:before{content:"\f2c2"}.ion-nuclear:before{content:"\f2a4"}.ion-outlet:before{content:"\f342"}.ion-paintbrush:before{content:"\f4d5"}.ion-paintbucket:before{content:"\f4d6"}.ion-paper-airplane:before{content:"\f2c3"}.ion-paperclip:before{content:"\f20f"}.ion-pause:before{content:"\f210"}.ion-person:before{content:"\f213"}.ion-person-add:before{content:"\f211"}.ion-person-stalker:before{content:"\f212"}.ion-pie-graph:before{content:"\f2a5"}.ion-pin:before{content:"\f2a6"}.ion-pinpoint:before{content:"\f2a7"}.ion-pizza:before{content:"\f2a8"}.ion-plane:before{content:"\f214"}.ion-planet:before{content:"\f343"}.ion-play:before{content:"\f215"}.ion-playstation:before{content:"\f30a"}.ion-plus:before{content:"\f218"}.ion-plus-circled:before{content:"\f216"}.ion-plus-round:before{content:"\f217"}.ion-podium:before{content:"\f344"}.ion-pound:before{content:"\f219"}.ion-power:before{content:"\f2a9"}.ion-pricetag:before{content:"\f2aa"}.ion-pricetags:before{content:"\f2ab"}.ion-printer:before{content:"\f21a"}.ion-pull-request:before{content:"\f345"}.ion-qr-scanner:before{content:"\f346"}.ion-quote:before{content:"\f347"}.ion-radio-waves:before{content:"\f2ac"}.ion-record:before{content:"\f21b"}.ion-refresh:before{content:"\f21c"}.ion-reply:before{content:"\f21e"}.ion-reply-all:before{content:"\f21d"}.ion-ribbon-a:before{content:"\f348"}.ion-ribbon-b:before{content:"\f349"}.ion-sad:before{content:"\f34a"}.ion-sad-outline:before{content:"\f4d7"}.ion-scissors:before{content:"\f34b"}.ion-search:before{content:"\f21f"}.ion-settings:before{content:"\f2ad"}.ion-share:before{content:"\f220"}.ion-shuffle:before{content:"\f221"}.ion-skip-backward:before{content:"\f222"}.ion-skip-forward:before{content:"\f223"}.ion-social-android:before{content:"\f225"}.ion-social-android-outline:before{content:"\f224"}.ion-social-angular:before{content:"\f4d9"}.ion-social-angular-outline:before{content:"\f4d8"}.ion-social-apple:before{content:"\f227"}.ion-social-apple-outline:before{content:"\f226"}.ion-social-bitcoin:before{content:"\f2af"}.ion-social-bitcoin-outline:before{content:"\f2ae"}.ion-social-buffer:before{content:"\f229"}.ion-social-buffer-outline:before{content:"\f228"}.ion-social-chrome:before{content:"\f4db"}.ion-social-chrome-outline:before{content:"\f4da"}.ion-social-codepen:before{content:"\f4dd"}.ion-social-codepen-outline:before{content:"\f4dc"}.ion-social-css3:before{content:"\f4df"}.ion-social-css3-outline:before{content:"\f4de"}.ion-social-designernews:before{content:"\f22b"}.ion-social-designernews-outline:before{content:"\f22a"}.ion-social-dribbble:before{content:"\f22d"}.ion-social-dribbble-outline:before{content:"\f22c"}.ion-social-dropbox:before{content:"\f22f"}.ion-social-dropbox-outline:before{content:"\f22e"}.ion-social-euro:before{content:"\f4e1"}.ion-social-euro-outline:before{content:"\f4e0"}.ion-social-facebook:before{content:"\f231"}.ion-social-facebook-outline:before{content:"\f230"}.ion-social-foursquare:before{content:"\f34d"}.ion-social-foursquare-outline:before{content:"\f34c"}.ion-social-freebsd-devil:before{content:"\f2c4"}.ion-social-github:before{content:"\f233"}.ion-social-github-outline:before{content:"\f232"}.ion-social-google:before{content:"\f34f"}.ion-social-google-outline:before{content:"\f34e"}.ion-social-googleplus:before{content:"\f235"}.ion-social-googleplus-outline:before{content:"\f234"}.ion-social-hackernews:before{content:"\f237"}.ion-social-hackernews-outline:before{content:"\f236"}.ion-social-html5:before{content:"\f4e3"}.ion-social-html5-outline:before{content:"\f4e2"}.ion-social-instagram:before{content:"\f351"}.ion-social-instagram-outline:before{content:"\f350"}.ion-social-javascript:before{content:"\f4e5"}.ion-social-javascript-outline:before{content:"\f4e4"}.ion-social-linkedin:before{content:"\f239"}.ion-social-linkedin-outline:before{content:"\f238"}.ion-social-markdown:before{content:"\f4e6"}.ion-social-nodejs:before{content:"\f4e7"}.ion-social-octocat:before{content:"\f4e8"}.ion-social-pinterest:before{content:"\f2b1"}.ion-social-pinterest-outline:before{content:"\f2b0"}.ion-social-python:before{content:"\f4e9"}.ion-social-reddit:before{content:"\f23b"}.ion-social-reddit-outline:before{content:"\f23a"}.ion-social-rss:before{content:"\f23d"}.ion-social-rss-outline:before{content:"\f23c"}.ion-social-sass:before{content:"\f4ea"}.ion-social-skype:before{content:"\f23f"}.ion-social-skype-outline:before{content:"\f23e"}.ion-social-snapchat:before{content:"\f4ec"}.ion-social-snapchat-outline:before{content:"\f4eb"}.ion-social-tumblr:before{content:"\f241"}.ion-social-tumblr-outline:before{content:"\f240"}.ion-social-tux:before{content:"\f2c5"}.ion-social-twitch:before{content:"\f4ee"}.ion-social-twitch-outline:before{content:"\f4ed"}.ion-social-twitter:before{content:"\f243"}.ion-social-twitter-outline:before{content:"\f242"}.ion-social-usd:before{content:"\f353"}.ion-social-usd-outline:before{content:"\f352"}.ion-social-vimeo:before{content:"\f245"}.ion-social-vimeo-outline:before{content:"\f244"}.ion-social-whatsapp:before{content:"\f4f0"}.ion-social-whatsapp-outline:before{content:"\f4ef"}.ion-social-windows:before{content:"\f247"}.ion-social-windows-outline:before{content:"\f246"}.ion-social-wordpress:before{content:"\f249"}.ion-social-wordpress-outline:before{content:"\f248"}.ion-social-yahoo:before{content:"\f24b"}.ion-social-yahoo-outline:before{content:"\f24a"}.ion-social-yen:before{content:"\f4f2"}.ion-social-yen-outline:before{content:"\f4f1"}.ion-social-youtube:before{content:"\f24d"}.ion-social-youtube-outline:before{content:"\f24c"}.ion-soup-can:before{content:"\f4f4"}.ion-soup-can-outline:before{content:"\f4f3"}.ion-speakerphone:before{content:"\f2b2"}.ion-speedometer:before{content:"\f2b3"}.ion-spoon:before{content:"\f2b4"}.ion-star:before{content:"\f24e"}.ion-stats-bars:before{content:"\f2b5"}.ion-steam:before{content:"\f30b"}.ion-stop:before{content:"\f24f"}.ion-thermometer:before{content:"\f2b6"}.ion-thumbsdown:before{content:"\f250"}.ion-thumbsup:before{content:"\f251"}.ion-toggle:before{content:"\f355"}.ion-toggle-filled:before{content:"\f354"}.ion-transgender:before{content:"\f4f5"}.ion-trash-a:before{content:"\f252"}.ion-trash-b:before{content:"\f253"}.ion-trophy:before{content:"\f356"}.ion-tshirt:before{content:"\f4f7"}.ion-tshirt-outline:before{content:"\f4f6"}.ion-umbrella:before{content:"\f2b7"}.ion-university:before{content:"\f357"}.ion-unlocked:before{content:"\f254"}.ion-upload:before{content:"\f255"}.ion-usb:before{content:"\f2b8"}.ion-videocamera:before{content:"\f256"}.ion-volume-high:before{content:"\f257"}.ion-volume-low:before{content:"\f258"}.ion-volume-medium:before{content:"\f259"}.ion-volume-mute:before{content:"\f25a"}.ion-wand:before{content:"\f358"}.ion-waterdrop:before{content:"\f25b"}.ion-wifi:before{content:"\f25c"}.ion-wineglass:before{content:"\f2b9"}.ion-woman:before{content:"\f25d"}.ion-wrench:before{content:"\f2ba"}.ion-xbox:before{content:"\f30c"}
/**
 * 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: #ff4020;
    opacity: 0.8;
    color: #FFF;
    z-index: 9999999999999999999;
    width: 40px;
    height: 40px;
    text-align: center;
    position: fixed;
    bottom: -100px;
    right: 45px;
    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: 1240px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
.bd-main {
    width: 850px;
    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: 360px;
    float: left;
    overflow: hidden;
    position: relative;
}
.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: #282a2b;
    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;
    float: right;
    width: 180px;
    margin-left: 10px;
    background-color: #ff4020;
}
.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: 14px;
    white-space: nowrap;
    font-style: normal;
    font-weight: normal;
}
.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: 30px 0;
}
.admin-bar .bd-header { }
.header {
    background-color: #FFF;
    clear: both;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
}
.footer {
    background-color: #282a2b;
    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-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 22px;
}
.primary-menu ul ul li,
.nav-menu .entry-title {
    text-transform: none;
    font-size: 16px;
    line-height: 20px;
}
.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.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: #ff4020; }
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: #ff4020; }
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: #ff4020;
    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;
    font-weight: normal;
    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.15s;
    animation-duration: 0.15s;
    -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.15s;
    animation-duration: 0.15s;
    -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.15s;
    animation-duration: 0.15s;
    -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: 7px solid #ff4020;
    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-transition: 500ms;
    -moz-transition: 500ms;
    transition: 500ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -ms-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
.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: #ff4020;
    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: 999;
    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.social_icon-myspace { background: #2e9fdf; }
.social-icons a i.social_icon-dribbble { background: #d97aa5; }
.social-icons a i.fa-linkedin { background: #91c9db; }
.social-icons a i.social_icon-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.social_icon-myspace:hover { color: #2e9fdf; }
.social-icons a i.social_icon-dribbble:hover { color: #d97aa5; }
.social-icons a i.fa-linkedin:hover { color: #91c9db; }
.social-icons a i.social_icon-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: #ff4020;
    color: #ff4020;
    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-color: #FFF;
    margin-right : 1px;
    margin-left : 1px;
    margin-bottom : 2px;
    border-radius: 2px;
    -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);
}

/*article.sticky .entry-meta { display: none !important } */
article.sticky .entry-content { margin-top: 0 !important }
.blog-v1 article:first-child { margin-top: 0; }
.blog-v1 article {
    margin-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
    border-radius: 2px;
}
.divider-colors {
    background: #ff4020;
    display: block;
    width: 100%;
    height: 8px;
    line-height: 0;
    margin: 0;
    padding: 0;
}
.blog-v1 article .entry-title {
    margin: 0;
    padding: 20px 35px;
    text-align: center;
    font-weight: 400;
    font-style: normal;
    font-size: 41px;
    line-height: 41px;
}
.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: 30px 30px 20px; }
.blog-v1 article .entry-meta {
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: center;
    font-size: 13px;
    color: #aaa;
}
.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;
}
.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: #ff4020; }
.blog-v1 article .entry-meta a:hover { color: inherit !important; }
.entry-content {
    margin: 0;
    padding: 20px 30px 0 30px;
}
/*.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;
    margin-bottom: -10px;
}
.blog-v1 article .post-image a { display: block }
.blog-v1 article .article-formats {
    position: absolute;
    right: 10px;
    top: 0;
    display: block;
    background-color: #ff4020;
    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: #ff4020;
    color: #FFF;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 22px;
    padding: 7px 15px 5px;
    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;
    max-width: 144px;
    display: block;
}
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.5);
    text-align: center;
    border-radius: 0;
}

/*
.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: 24px 24px 0 24px;
    height: auto !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;
}
*/

/* Pagenai*/
.pagenavi {
    float: left;
    margin-top: 30px;
    font-family: arial, Georgia, serif;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    line-height: 25px;
}
.pagenavi a,
.pagenavi span.pagenavi-current {
    display: inline-block;
    padding: 8px 18px;
    text-align: center;
    background-color: #FFF;
    color: #AAA;
    border-radius: 2px;
    margin: 0 3px !important;
}
.pagenavi span.pagenavi-current {
    background-color: #ff4020;
    color: #FFF;
}
.pagenavi a:hover { color: #ff4020; }

/* Footer */
.footer {
    font-size: 13px;
    line-height: 22px;
}
.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 #4b4c4d;*/
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #363839;
    color: #747474;
}
.bdayh-footer-widget-area a { color: #bfbfbf; }
.bdayh-footer-widget-area a:hover { color: #ff4020; }
.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: #282a2b !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 28px;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: -0.020em;
    text-rendering: optimizeLegibility;
}
/* widget */
.widget {
    position: relative;
    margin-top: 30px;
    background-color: #FFF;
    padding: 20px 15px;
    margin-right : 1px;
    margin-left : 1px;
    margin-bottom : 2px;
    border-radius: 2px;
    border-top: 4px solid #ff4020;
    -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 {
    position: relative;
    margin-top: 30px;
    background-color: #FFF;
    padding: 20px;
    margin-right : 1px;
    margin-left : 1px;
    margin-bottom : 2px;
    border-radius: 2px;
    border-top: 4px solid #ff4020;
    -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 {
    text-align: center;
    line-height: 0
}
.widget.bd-counter-widget { text-align: center; }
.widget a:hover { color: #ff4020; }
.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,
ul.tabs_nav li a,
.box-title h3,
.widget .widget-title h2 {
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: -0.020em;
    text-rendering: optimizeLegibility;
}
.page-title h2 {
    font-size: 31px;
    line-height: 41px;
}
b { font-weight: 400; }
.box-title h3 { padding: 0 10px 0 0 !important; }
.rtl .box-title h3 { padding: 0 0 0 10px !important; }
.box-title h3 b,
.widget .widget-title h2 b { font-weight: 400 }
.widget img:hover {
    opacity: 0.8;
    transition: all 0.18s;
}
.widget:first-child { margin-top: 0; }
.widget .widget-inner,
.widget .tabs_content {
    padding: 5px 10px;
    position: relative;
}
.widget .widget-inner ul,
.widget .widget-inner li,
.widget .widget-inner ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
.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_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_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 {}
.tagcloud a {
    background-color: #AAAAAA;
    border-radius: 2px;
    color: #FFFFFF !important;
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    margin: 0 1px 1px 0;
    padding: 4px 7px;
    position: relative;
    text-transform: uppercase;
    text-decoration: none !important;
}
.tagcloud a:hover {
    background: #ff4020;
    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 {
    display: block;
    text-align: center;
    margin-bottom: 20px;
}
ul.tabs_nav li { display: inline-block; }
ul.tabs_nav li a i { font-size: 20px; }
ul.tabs_nav li a {
    padding: 0 8px;
    display: block;
    height: 34px;
    line-height: 34px;
}
ul.tabs_nav li.active a { color: #ff4020; }
/* 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;
    border-bottom: 1px #f0f0f0 dotted;
    border-bottom-color: rgba(0,0,0,0.15);
}
/* .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 {
    background-color: #FFF;
    border-radius: 3px;
}
#social-counter-widget.style1-SC li {
    display: block;
    width: 33%;
    overflow: hidden;
    float: left;
}
#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: 4px;
    line-height: 0;
    overflow: hidden;
}
.widget.flickr .widget-inner,
.widget.bd-news-in-pic .widget-inner {
    margin: -4px;
    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;
    height: 0;
}
.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: #ff4020; }
.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: #ff4020; }
.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;
    /* border-bottom: 1px dotted rgba(0, 0, 0, 0.15); */
}
.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 {
    font-size: 16px;
    line-height: 16px;
}
.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;
    min-height: 34px;
    line-height: 34px;
    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: 0 0 0 0;
}
.post-adv a { display: block; }
.post-adv img {
    width: auto !important;
    max-width: 100% !important;
}
/* Box title */
.box-title { overflow: hidden; }
.box-title h3,
.box-title h2 {
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
}
.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;
    font-size: 13px;
    line-height: 16px;
}
.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;
}
.comments-container h3,
.comments-container 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: #ff4020;
}
.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: 44px;
    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: 31.33333333333333%;
    margin: 1%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #ccc;
}
#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;
}
.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: #666; }
.rtl #related-posts .related-re_scroll .post-item {
    float: right;
    margin-right: auto;
}
#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 25px 0;
    text-align: center;
    background-image: -moz-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
}
#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;
    font-weight: 400;
    padding: 0 20px;
}
#related-posts .related-re_scroll .post-item .post-caption .post-meta {
    font-size: 12px;
    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,
.header-adv iframe,
.footer-adv img,
.footer-adv iframe {
    max-width: 100% !important;
    height: auto !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; }
.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: 0;
    padding: 5px;
    line-height: 0;
}
.gallery .gallery-item a {
    line-height: 0;
}
.gallery .gallery-item img {
    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; }
.entry-content ol li { list-style: inside decimal; }
.entry-content li { margin: 0 0 5px; }


/*-----------------------------------------------------------------------------------*/
/* Dropcap
/*-----------------------------------------------------------------------------------*/
span.dropcap {
    float: left;
    display: block;
    font-size: 50px;
    line-height: 50px;
    margin: 2px 10px 0 0;
    font-family: Georgia,Arial,"helvetica neue",Helvetica,Verdana,sans-serif;
}
.rtl span.dropcap {
    float: right;
    margin: 2px 0 0 10px
}
/*-----------------------------------------------------------------------------------*/
/* 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;
}
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
}


.entry-content ol:last-child,
.entry-content ul:last-child {
    margin-bottom: 0;
}

/*-----------------------------------------------------------------------------------*/
/* 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%;
    margin-bottom: 30px;
    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% }

@media only screen and (max-width: 770px) {
    .one_half,
    .one_third,
    .two_third,
    .three_fourth,
    .one_fourth,
    .one_fifth,
    .two_fifth,
    .three_fifth,
    .four_fifth,
    .one_sixth,
    .five_sixth {
        width: 100% !important;
    }
}
/*-----------------------------------------------------------------------------------*/
/* 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;
}
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;

}
.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;
    color: #1f1f1f;
    text-decoration: none
}
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: 0;
    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: 8px;
    background: rgba( 0,0,0, 0.8 );
    cursor: pointer;
    text-indent: -1000px;
    margin: 2px;
    overflow: hidden
}
.slider-flex ol.flex-control-paging li a.flex-active { background: #ff4020; }
.flexslider {
    position: relative;
    overflow: hidden;
    direction: ltr;
    zoom: 1;
    width: 100%;
    max-width: 100%;
    background-color: #000;
}

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

.flexslider,
.flexslider .slides > li{ height: 462px; height: auto !important }
.widgetslider.flexslider,
.widgetslider.flexslider .slides > li { height: 206px; height: auto !important; border: 0 none !important; }


.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: rgba(0, 0, 0, 0.6);
}
.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: 11px;
}
.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; height: 0 }
.slider-flex #carousel { border-top : 3px #FFF solid; }
.slider-flex .flexslider ul.flex-direction-nav li a { background-color: rgba(0,0,0,0.5); }
.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: #282a2b;
    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: 850px;
}
.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: 360px;
    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; color: #FFF }
.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;
    font-weight: 700;
}
.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: #ff4020;
    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;
    -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;
}
.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: -30px;
    z-index: 555;
}
div.posts-gird .post {
    margin-top: 0 !important;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
}
div.posts-gird article .entry-title {
    font-size: 21px;
    line-height: 28px;
    padding: 30px 30px 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 30px 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-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;
    color: #e8e8e8;
}
.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;
    font-size: 16px;
    line-height: 22px;
    border: 2px solid #e8e8e8;
    border-width: 0 0 0 2px;
    font-family: inherit !important;
    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,
.inner-wrapper {
    -webkit-transition: -webkit-transform 500ms ease, opacity 500ms ease;
    -moz-transition: -moz-transform 500ms ease, opacity 500ms ease;
    -o-transition: -o-transform 500ms ease, opacity 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease;
}
#bd-MobileSiderbar {
    background: #FFF;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    z-index: 1;
    height: 100%;
    width: 86%;
    color: #DDD;
    -webkit-transform: translate3d(-102%, 0, 0);
    -moz-transform: translate3d(-102%, 0, 0);
    -ms-transform: translate3d(-102%, 0, 0);
    -o-transform: translate3d(-102%, 0, 0);
    transform: translate3d(-102%, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
body.rtl #bd-MobileSiderbar {
    right: 0;
    left: auto;
    -webkit-transform: translate3d(100%,0,0);
    -moz-transform: translate3d(100%,0,0);
    -ms-transform: translate3d(100%,0,0);
    -o-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
}
html.csstransforms3d body.js-nav #bd-MobileSiderbar {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -webkit-box-shadow: 1px 0 14px 0 rgba(0,0,0,0.20) !important;
    -moz-box-shadow: 1px 0 14px 0 rgba(0,0,0,0.20) !important;
    box-shadow: 1px 0 14px 0 rgba(0,0,0,0.20) !important;
}
html.csstransforms3d body.js-nav .bd-ClickOpen span {
    top: 8px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
html.csstransforms3d body.js-nav .bd-ClickOpen span:after {
    top: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
html.csstransforms3d body.js-nav .bd-ClickOpen span:before {
    display: none !important
}
html.csstransforms3d body.js-nav .inner-wrapper {
    -webkit-transform: translate3d(86%, 0, 0);
    -moz-transform: translate3d(86%, 0, 0);
    -ms-transform: translate3d(86%, 0, 0);
    -o-transform: translate3d(86%, 0, 0);
    transform: translate3d(86%, 0, 0);
    left: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
html.csstransforms3d body.rtl.js-nav .inner-wrapper {
    -webkit-transform: translate3d(-86%,0,0);
    -moz-transform: translate3d(-86%,0,0);
    -ms-transform: translate3d(-86%,0,0);
    -o-transform: translate3d(-86%,0,0);
    transform: translate3d(-86%,0,0);
    left: auto!important;
    right: 0!important;
}

.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: 5px;
    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; }

/* 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: #ff4020;
    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; }
/* Sticky Menu */
.bd-header,
.primary-menu ul#menu-primary > li,
.primary-menu ul#menu-primary > li > a,
#navigation {
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}
body.sticky-nav-on #navigation.sticky-nav {
    position: fixed;
    top: -90px;
    left: 0;
    width: 100%;
    height: 44px;
    z-index: 99997;
    background: #FFF;
    border: none !important;
    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;

    -moz-transition: none !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}
body.sticky-nav-on #navigation.sticky-nav .primary-menu ul#menu-primary > li > a {
    height: 44px;
    line-height: 44px;
}
body.sticky-nav-on #navigation.sticky-nav .primary-menu {
    max-width: 1140px;
    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: #ff4020;
    width: 0;
    z-index: 9999;
    max-width: 100%;
}
/**
 * Check Also Box
 * ----------------------------------------------------------------------------- *
 */
#bdCheckAlso {
    background: #FFF;
    position: fixed;
    z-index: 999;
    bottom: 61px;
    right: -350px;
    width: 300px;
    border-bottom: 0 none;
    padding: 10px 20px 20px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    border-top: 4px solid #ff4020;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
#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;
    font-size: 16px;
    line-height: 22px;
}
.check-also-post p {
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    padding: 0;
}
#check-also-close {
    position: absolute;
    right: 0;
    top: 1px;
    padding-left: 7px;
    background: #FFF;
}
.rtl #check-also-close {
    right: auto;
    left: 0;
    padding-left: 0;
    padding-right: 7px;
}
#check-also-close:hover i { opacity: 0.7; }
.check-also-thumb {
    width: 260px;
    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: 30px 30px 20px 30px !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 {
    color: #aaa;
    font-size: 14px !important;
}
.blog-v1 article .entry-meta span {  }




/**
 * Live search
 * ----------------------------------------------------------------------------- *
 */

/*
#sf_sb {
    width: 290px !important;
    left: auto !important;
    right: 0 !important;
}
.rtl #sf_sb {
    left: 0 !important;
    right: auto !important;
}
*/

#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: 14px;
    line-height: 18px;
    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;
}
/**
 * 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 !important;
    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: #282a2b;
}
.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: #282a2b;
}


.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 !important;
    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;
}
article .home-post-share {
    margin-top: 24px !important;
}

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.05;
        -webkit-transform:translateY(-15px);
        transform:translateY(-15px);
    }
    100% {
        opacity:1;
        -webkit-transform:translateY(0);
        transform:translateY(0);
    }
}
@keyframes fadeInDown {
    0% {
        opacity:0.05;
        -webkit-transform:translateY(-15px);
        -ms-transform:translateY(-15px);
        transform:translateY(-15px);
    }
    100% {
        opacity:1;
        -webkit-transform:translateY(0);
        -ms-transform:translateY(0);
        transform:translateY(0);
    }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

/**
 *
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: linear !important;
    animation-timing-function: linear !important;
 * ----------------------------------------------------------------------------- *
 */
@-webkit-keyframes fadeInLeft {
    0% {
        opacity:0.05;
        -webkit-transform:translateX(-20px);
        transform:translateX(-20px);
    }
    100% {
        opacity:1;
        -webkit-transform:translateX(0);
        transform:translateX(0);
    }
}
@keyframes fadeInLeft {
    0% {
        opacity:0.05;
        -webkit-transform:translateX(-20px);
        -ms-transform:translateX(-20px);
        transform:translateX(-20px);
    }
    100% {
        opacity:1;
        -webkit-transform:translateX(0);
        -ms-transform:translateX(0);
        transform:translateX(0);
    }
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

/**
 *
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: linear !important;
    animation-timing-function: linear !important;
 * ----------------------------------------------------------------------------- *
 */
@-webkit-keyframes fadeInRight {
    0% {
        opacity:0.05;
        -webkit-transform:translateX(20px);
        transform:translateX(20px);
    }
    100% {
        opacity:1;
        -webkit-transform:translateX(0);
        transform:translateX(0);
    }
}
@keyframes fadeInRight {
    0% {
        opacity:0.05;
        -webkit-transform:translateX(20px);
        -ms-transform:translateX(20px);
        transform:translateX(20px);
    }
    100% {
        opacity:1;
        -webkit-transform:translateX(0);
        -ms-transform:translateX(0);
        transform:translateX(0);
    }
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

/**
 *
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: linear !important;
    animation-timing-function: linear !important;
 * ----------------------------------------------------------------------------- *
 */
@-webkit-keyframes fadeInUp {
    0% {
        opacity:0.05;
        -webkit-transform:translateY(20px);
        transform:translateY(20px);
    }
    100% {
        opacity:1;
        -webkit-transform:translateY(0);
        transform:translateY(0);
    }
}
@keyframes fadeInUp {
    0% {
        opacity:0.05;
        -webkit-transform:translateY(20px);
        -ms-transform:translateY(20px);
        transform:translateY(20px);
    }
    100% {
        opacity:1;
        -webkit-transform:translateY(0);
        -ms-transform:translateY(0);
        transform:translateY(0);
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes off-left {
    0% {
        opacity:1;
        -webkit-transform:perspective(800px) rotateY(0);
        transform:perspective(800px) rotateY(0)
    }
    100% {
        opacity:1;
        -webkit-transform:perspective(800px) rotateY(90deg);
        transform:perspective(800px) rotateY(90deg)
    }
}

@-webkit-keyframes off-right {
    0% {
        -webkit-transform:perspective(800px) rotateY(0);
        transform:perspective(800px) rotateY(0)
    }
    100% {
        -webkit-transform:perspective(800px) rotateY(-90deg);
        transform:perspective(800px) rotateY(-90deg)
    }
}
@-webkit-keyframes on-left {
    0% {
        -webkit-transform:perspective(800px) rotateY(90deg);
        transform:perspective(800px) rotateY(90deg)
    }
    100% {
        -webkit-transform:perspective(800px) rotateY(0);
        transform:perspective(800px) rotateY(0)
    }
}
@-webkit-keyframes on-right {
    0% {
        -webkit-transform:perspective(800px) rotateY(-90deg);
        transform:perspective(800px) rotateY(-90deg)
    }
    100% {
        -webkit-transform:perspective(800px) rotateY(0);
        transform:perspective(800px) rotateY(0)
    }
}
@keyframes off-left {
    0% {
        opacity:1;
        transform:perspective(800px) rotateY(0)
    }
    100% {
        opacity:1;
        transform:perspective(800px) rotateY(90deg)
    }
}
@keyframes off-right {
    0% {
        transform:perspective(800px) rotateY(0)
    }
    100% {
        transform:perspective(800px) rotateY(-90deg)
    }
}
@keyframes on-left {
    0% {
        transform:perspective(800px) rotateY(90deg)
    }
    100% {
        transform:perspective(800px) rotateY(0)
    }
}
@keyframes on-right {
    0% {
        transform:perspective(800px) rotateY(-90deg)
    }
    100% {
        transform:perspective(800px) rotateY(0)
    }
}



/**
 * Slick.
 * ----------------------------------------------------------------------------- *
 */
.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus { outline: none; }
.slick-list.dragging
{
    cursor: pointer;
    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-slider .slick-list {
    overflow: hidden;
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
.rtl .slick-slide { float: right; }

.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.bd-post-carousel {
    overflow: hidden;
    clear: both;
    position: relative;
    margin: 0 0 0 0;
    padding: 0;
    height: 380px;
}
.bd-post-carousel .slick-list {
    margin: 0 -6px;
}
ul.bd-post-carousel,
ol.bd-post-carousel {
    margin-left: 0;
    list-style: none;
}
.bd-post-carousel-item { float: left; }

/*
    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;
    z-index: 4;
}

.slick-prev,
.slick-next,
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus { background: none !important; }
.slick-prev:before,
.slick-next:before {
    font-size: 32px;
    line-height: 1;
    color: #fff;
    opacity: 0.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "FontAwesome" !important;
    font-style: normal !important;
    font-weight: normal !important;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease
}
.slick-prev:hover:before,
.slick-next:hover:before { opacity: 1; }
.slick-prev:focus,
.slick-next:focus { outline: none }
.slick-prev { left: 0 }
.slick-prev:before {
    content: "\f053";
    padding-right: 20px
}
.slick-next { right: 0 }
.slick-next:before {
    content: "\f054";
    padding-left: 20px
}

.slick-initialized .slick-slide { display: block ; margin: 0 1px}
.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;
    background: #FFF;
    border-radius: 2px;
    margin-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 30px;
    -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);
}

article.classic1-item:last-child {
    margin-bottom: 0;
}
    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: 20px;
        position: relative;
        display: block;
    }

        article.classic1-item .arti-details .bdayh-post-header-cat {
            margin-bottom: 12px;
        }

        article.no-thumb .arti-details{
            margin: 0 !important;
            min-height: inherit !important;
        }

        .rtl article.classic1-item .arti-details {
            margin-left: auto;
            margin-right: 320px;
        }

        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 15px 0;
            font-size: 13px;
            line-height: 21px;
        }

        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 {
    background: #FFF;
    position: relative;
    display: block;
    overflow: hidden;
    clear: both;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
}

    .bdayh-insta-title {
        text-align: center;
        margin: 0;
        padding: 30px 0 30px 0;
    }

    .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.8;
                filter: alpha(opacity=80);
            }

            li.bdayh-insta-item:hover img {
                opacity: 1.0;
                filter: alpha(opacity=100);
            }



/**
* Page Bar.
* ----------------------------------------------------------------------------- *
*/
.bdayh-page-title-bar {
    clear: both;
    overflow: hidden;
    position: relative;
    z-index: 5;
    display: block;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    height: 80px;
    background: #FFF;
    border-top: 1px solid rgba(68, 68, 68, 0.1);
}

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

    .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;
            }
            .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 5px 0;
    padding: 0 0 5px 0;
    font-size: 14px;
    line-height: 20px;
}

.widget .widget-posts-lists .post-warpper .post-meta {
    font-size: 11px;
    line-height: 16px;
}


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

#navigation #reading-position-indicator {
    display: none;
}

body.sticky-nav-on #navigation.sticky-nav #reading-position-indicator {
    position: relative;
    bottom: auto;
    left: auto;
    display: block;
}

/**
 * Tablet Portrait size to standard 1024 (devices and browsers) ============ */
@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; }
}

/**
 * Tablet Portrait size to standard 768 (devices and browsers) ============= */
@media only screen and (max-width: 985px) and (min-width: 768px) {
    .bd-sidebar,
    .bd-container {
        width: 95% !important;
        max-width: 95% !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 { display: none; }
    #navigation select { display: block; }
    .logo-center #navigation select { width: 500px; }
    .bd-sidebar { margin-top: 30px; }

    .bd-sidebar .widget {
        clear: none !important;
    }

    .bd-sidebar .widget input,
    .bd-sidebar .widget iframe {
        clear: none !important;
        margin: 0 3px 20px;
    }

    .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: 0 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: 10px }
    .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 }
}

/**
 * Mobile Landscape Size to Tablet Portrait (devices and browsers) ========= */
@media only screen and (max-width: 767px) and (min-width: 480px) {
    .bd-sidebar,
    .bd-container {
        width: 95% !important;
        max-width: 95% !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#menu-top,
    #top-navigation select,
    .top-social,
    #navigation ul { display: none; }
    .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;
        line-height: 20px;
    }
    .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: 0 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: 10px }
    #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;
    }
}

/**
 * Mobile Portrait Size to Mobile Landscape Size (devices and browsers) ==== */
@media only screen and (max-width: 479px) {
    .bd-sidebar,
    .bd-container {
        width: 95% !important;
        max-width: 95% !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#menu-top,
    #top-navigation select,
    .top-social,
    #navigation ul { display: none; }
    .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;
        line-height: 20px;
    }
    .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: 0 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: 10px }
    #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;
    }
}

/* Instagram footer area */
.bdayh-follow-insta {
    text-align:center;
    overflow:hidden;
}
.bdayh-follow-insta .instagram-title {
    text-transform:uppercase;
    letter-spacing:1px;
    font-size:14px;
}
div.bdayh-follow-insta .instagram-pics li {
    width:12.5%;
    display:inline;
    float:left;
}
.bdayh-follow-insta .instagram-pics li img {
    max-width:100%;
    vertical-align:middle;
}
.bdayh-follow-insta .instagram-pics li img:hover {
    opacity:.87;
}
.bdayh-follow-insta p.clear {
    font-size: 11px;
    border-bottom: 1px solid #eee;
    display: inline-block;
    margin-top: 5px;
}
@media only screen and (max-width: 767px) {
    div.bdayh-follow-insta .instagram-pics li {
        width:25%;
    }
    div.bdayh-follow-insta .instagram-pics > li:nth-child(12),
    div.bdayh-follow-insta .instagram-pics > li:nth-child(11),
    div.bdayh-follow-insta .instagram-pics > li:nth-child(10),
    div.bdayh-follow-insta .instagram-pics > li:nth-child(9),
    div.bdayh-follow-insta .instagram-pics > li:nth-child(8),
    div.bdayh-follow-insta .instagram-pics > li:nth-child(7),
    div.bdayh-follow-insta .instagram-pics > li:nth-child(6),
    div.bdayh-follow-insta .instagram-pics > li:nth-child(5) {
        display: none;
    }
}

/* Instagram Widget */
div.bd-sidebar .widget .instagram-pics {
    margin-left:-10px;
    margin-bottom: -10px;
    overflow:hidden;
}
div.bd-sidebar .widget .instagram-pics li {
    width: 33.333333333333333%;
    display: inline-block;
    border-bottom: none;
    padding: 0 0 10px 10px;
    margin: 0;
    float:left;
}
div.bd-sidebar .widget .instagram-pics li img {
    max-width:100%;
    vertical-align:middle;
}
div.bd-sidebar .widget .instagram-pics li img:hover {
    opacity:.87;
}
