
* {
    -webkit-tap-highlight-color: transparent
}
*:focus {
    outline: none
}
label>* {
    margin-top: 10px
}
ol,
ul {
    padding: 0;
    margin: 0
}
button,
input {
    line-height: normal
}
button,
.button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    outline: none !important
}
button:not(.btn),
.button:not(.btn),
[type="button"]:not(.btn),
[type="reset"]:not(.btn),
[type="submit"]:not(.btn) {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    text-align: center;
    white-space: nowrap
}
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}
input[type="text"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea,
textarea.form-control {
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #e5e5e5;
    border-color: rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
input[type="text"]:not(.form-control),
input[type="number"]:not(.form-control),
input[type="email"]:not(.form-control),
input[type="url"]:not(.form-control),
input[type="password"]:not(.form-control),
input[type="search"]:not(.form-control) {
    max-width: 100%;
    height: 34px;
    padding: 6px 12px
}
input[type="number"] {
    width: auto
}
textarea,
textarea.form-control {
    height: auto;
    max-width: 100%;
    padding: 6px 12px
}
select {
    display: inline-block;
    -webkit-appearance: button;
    -webkit-padding-end: 20px;
    border-width: 1px;
    border-style: solid;
    color: #555;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .5) inset, 0 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, .5) inset, 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 0 1px rgba(255, 255, 255, .5) inset, 0 1px 3px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    background-image: url("images/ui-select.svg"), -webkit-gradient(linear, right top, right bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.05))) !important;
    background-image: url("images/ui-select.svg"), -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.05) 100%) !important;
    background-repeat: no-repeat;
    background-position: left center;
    position: relative;
    text-shadow: #fff 0 1px 0;
    height: 34px;
    min-height: 34px;
    padding: 6px 12px;
    font-size: inherit;
    max-width: 100%
}
.webkit-browser select {
    padding: 6px 12px 6px 30px !important;
    line-height: normal
}
.webkit-browser select[multiple="multiple"],
body.webkit-browser.flat-ui select[multiple="multiple"] {
    padding: 10px !important;
    background: none !important
}
select:disabled {
    opacity: .5
}
select:hover {
    color: #333;
    border-color: #aaa
}
select:active {
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
    color: #444
}







/* ------------------------------------------------------------------------- *
 *  6.8 - Forms
 * ------------------------------------------------------------------------- */
input[type="text"],
input[type="number"],
input[type="tel"],
input[type="password"],
input[type="url"],
input[type="email"],
textarea,
select {
    display: inline-block;
    border: 1px solid #e5e5e5;
    padding: 8px 16px;
    outline: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 300;
    margin: 0;
    width: 210px;
    max-width: 100%;
    background: #fff; }
textarea {width: auto;}
select {
    -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
}
select:after {
    font-family: 'FontAwesome';
    content: "\f0dc";
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
textarea:focus {
    border: 1px solid #c0c0c0;
    color: #444;
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
    box-shadow:  0 0 3px rgba(0,0,0,.2); }
textarea {
    min-height: 60px;
}

#content input[type="text"],
#content input[type="password"],
#content input[type="email"],
#content input[type="url"],
#content textarea,
#content select {
    border-color: #c0c0c0;
    line-height: 20px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}











embed,
iframe,
object {
    max-width: 100%
}
a:hover {
    text-decoration: none
}
img {
    max-width: 100%;
    vertical-align: middle;
    height: auto
}
video {
    max-width: 100%;
    height: auto !important
}
/*fieldset {
    clear: both;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    border-color: #eee;
    padding: 15px;
    margin-bottom: 15px
}
fieldset legend {
    display: inline-block;
    width: auto;
    border-width: 0;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 0;
    font-weight: bold
}
fieldset label {
    margin: 0;
    display: inline-block
}*/
.alignleft {
    display: inline;
    float: right;
    margin: .5em 0
 .5em 1.5em}
.alignright {
    display: inline;
    float: left;
    margin: .5em 1.5em .5em 0
}
.aligncenter {
    clear: both;
    display: block;
    margin: 1.5em auto
}
.post-password-form label {
    display: block
}
.post-password-form input[type="password"] {
    width: auto;
    display: inline-block
}
.sticky {
    background-color: transparent
}
.single .byline,
.group-blog .byline {
    display: inline
}
.page-links {
    clear: both;
    margin: 0 0 1.5em
}
.pagination-nav {
    white-space: nowrap
}
.pagination-nav .page-numbers {
    padding-right: 10px;
    padding-left: 10px
}
.pagination-nav .page-numbers.current {
    font-weight: bold
}
.pagination-nav .page-numbers.next {
    padding-left: 0
}
.pagination-nav .page-numbers.prev {
    padding-right: 0
}
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}
.wp-caption {
    position: relative;
    margin-bottom: 1.5em;
    max-width: 100%;
    overflow: hidden
}
.wp-caption:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 1px solid #000;
    opacity: .1;
    filter: alpha(opacity=10);
    pointer-events: none;
    z-index: -1px
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto;
    width: 100%
}
.wp-caption .wp-caption-text {
    margin: 10px 0;
    text-align: center;
    font-style: italic
}
.gallery {
    margin-bottom: 1.5em
}
.gallery .gallery-item {
    float: right;
    width: 80px;
    text-align: center;
    margin-left: 15px;
    margin-top: 7px;
    margin-bottom: 8px
}
.gallery .gallery-caption {
    font-style: italic
}
.gallery dd {
    margin: 5px 0 0
}
.wp-video {
    height: auto !important
}
.mejs-container.mejs-video {
    height: auto !important
}
.mejs-container.mejs-video .mejs-inner,
.mejs-container.mejs-video .mejs-mediaelement {
    position: relative !important
}
.comments-area {
    margin-bottom: 30px;
    padding-top: 30px;
    clear: both
}
.comments-area .comments-title {
    margin-top: 0
}
.comment-content a {
    word-wrap: break-word
}
.comment-form .form-submit {
    clear: both
}
.comment-list {
    padding-right: 0;
    margin-bottom: 60px
}
.comment-list ul.children {
    padding-right: 60px
}
.comment-list li {
    list-style: none;
    position: relative;
    margin-top: 15px
}
.comment-list li.bypostauthor>.comment-body {
    position: relative
}
.comment-list li .comment-number {
    position: absolute;
    left: 0;
    color: #eee;
    font-size: 48px;
    line-height: 1;
    top: 0;
    z-index: -1
}
.comment-list .comment-meta .vcard img.avatar {
    width: 45px;
    height: auto;
    right: 0;
    top: 5px;
    position: absolute
}
.comment-list li .comment-body {
    padding-right: 60px
}
.comment-list li .comment-body .comment-author,
.comment-list li .comment-body .comment-metadata {
    display: inline-block;
    vertical-align: baseline
}
.comment-list li.pingback .comment-body {
    padding-right: 0
}
.comment-body {
    position: relative;
    padding-bottom: 15px
}
.comment-body:before {
    content: '';
    position: absolute;
    height: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #000;
    opacity: .1;
    filter: alpha(opacity=10)
}
.comment-metadata time *,
.comment-reply-edit * {
    font-size: 10px;
    text-transform: uppercase
}
.comment-metadata time * i,
.comment-reply-edit * i {
    font-size: 12px !important
}
.comment-metadata time *.comment-reply-link,
.comment-reply-edit *.comment-reply-link {
    margin-left: 15px
}
.comment-meta cite {
    font-size: 18px;
    font-weight: bold;
    margin-left: 15px
}
.comment-content {
    clear: both;
    margin-left: 45px
}
.form-allowed-tags {
    margin-top: 15px
}
.form-allowed-tags code {
    background: none;
    padding: 10px 0;
    font-size: 12px;
    clear: both;
    display: block;
    font-family: "Courier New", Courier, monospace;
    white-space: normal !important
}
.widget {
    margin: 0 0 30px;
    position: relative;
    clear: both
}
.widget:after {
    content: " ";
    display: table;
    clear: both
}
.widget:first-child {
    padding-top: 0
}
.widget:first-child:before {
    border-width: 0
}
.widget select {
    max-width: 100%
}
.widget ul li {
    list-style: none
}
.widget ul li ul {
    margin-right: 15px
}
.widget.yt-smart-tabby-widget .yt-tabby-tabs-header ul li {
    display: inline-block;
    margin-left: 5px
}
.widget.yt-smart-tabby-widget .yt-tabby-tabs-header ul li:last-child {
    margin-left: 0
}
.widget.yt-smart-tabby-widget .yt-tabby-tabs-header.size-small {
    margin-bottom: 15px
}
.widget.yt-smart-tabby-widget .yt-tabby-tabs-header.size-small ul li {
    font-weight: bold
}
.widget.yt-smart-tabby-widget .yt-tabby-tabs-header.size-big ul li {
    font-weight: inherit
}
.widget.yt-smart-tabby-widget .yt-smart-tabby-widget-content>div>ul>li,
.widget>ul>li {
    padding-bottom: 5px;
    padding-top: 5px
}
.widget.yt-smart-tabby-widget .yt-smart-tabby-widget-content>div>ul>li ul li,
.widget>ul>li ul li {
    padding-bottom: 5px;
    padding-top: 5px
}
.widget.widget_nav_menu ul li {
    padding-bottom: 5px;
    padding-top: 5px
}
.widget-title {
    margin-top: 0;
    margin-bottom: 15px;
    position: relative
}
.widget_search .search-submit {
    display: none
}
.widget_calendar table {
    width: 100%;
    text-transform: uppercase
}
.widget_calendar table caption {
    margin-bottom: 15px
}
.widget_calendar table td,
.widget_calendar table th {
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center
}
.yt-ads125-widget .yt-ads-space125-block,
.yt-flickr-widget .yt-flickr-content-wrapper>div {
    display: inline-block;
    padding: 0 0 15px 15px;
    max-width: 145px
}
.yt-ads125-widget .yt-ads-space125-block {
    max-width: 50%
}
.yt-fb-likebox {
    position: relative;
    overflow: hidden
}
.yt-fb-likebox>iframe {
    max-width: 100%;
    width: 100% !important
}
.yt-twitter-timelines-widget .tweet-time {
    font-size: 11px;
    text-transform: uppercase
}
.yt-twitter-timelines-widget ul li {
    margin: 15px 0 0 0;
    padding: 0
}
.yt-twitter-timelines-widget ul li:first-child {
    margin: 0
}
.yt-twitter-profile-wrapper>* {
    overflow: hidden
}
.yt-twitter-profile-wrapper .yt-twitter-profile-header img {
    margin-left: 15px;
    float: right;
    width: 48px;
    height: 48px
}
.yt-twitter-profile-wrapper .yt-twitter-profile-header h4 {
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    margin: 5px 0
}
.yt-twitter-profile-wrapper .yt-twitter-profile-body {
    font-style: italic;
    margin: 15px 0 0;
    padding: 10px 0;
    position: relative
}
.yt-twitter-profile-wrapper .yt-twitter-profile-body:before {
    border-width: 1px 0;
    border-style: solid;
    border-color: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    pointer-events: none;
    opacity: .1;
    filter: alpha(opacity=10)
}
.yt-twitter-profile-footer>* {
    float: right;
    width: 33%;
    text-align: center;
    font-size: 10px;
    text-transform: uppercase;
    padding: 10px 0
 0 0}
.yt-twitter-profile-footer strong {
    display: block;
    font-size: 24px;
    line-height: 24px
}
.yt-mailchimp-subscription-form-content {
    position: relative
}
.flickr_badge_image {
    display: inline-block;
    padding: 0 0 15px 15px;
    max-width: 145px
}
.infinite-scroll .pagination-nav,
.infinite-scroll .direction-nav,
.infinite-scroll.neverending .site-footer {
    display: none
}
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none
}
.infinity-end.neverending .site-footer {
    display: block
}
.infinite-loader {
    clear: both;
    padding: 15px 0;
    display: block;
    margin-top: 30px
}
.infinite-loader>* {
    margin: 0 auto;
    right: 0 !important
}
.infinite-wrap {
    clear: both
}
html #infinite-handle {
    text-align: center;
    margin-top: 30px;
    cursor: pointer;
    clear: both
}
html #infinite-handle>span {
    display: block;
    padding: 10px;
    background: #fafafa;
    border: 1px solid #eee;
    color: inherit;
    font-size: inherit
}
img#wpstats {
    display: none;
    margin: 15px auto
}
.gallery-row {
    margin-left: auto;
    margin-right: auto
}
.fullwidth,
.full-width,
.widefat {
    width: 100%;
    clear: both
}
.smooth-scroller {
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch
}
.yt-tabby-tabs-content>* {
    display: none
}
.yt-tabby-tabs-content>*.active {
    display: block
}
[placeholder]::-webkit-input-placeholder {
    opacity: .75;
    filter: alpha(opacity=75)
}
[placeholder]:focus::-webkit-input-placeholder {
    transition: opacity .5s .5s ease;
    -webkit-transition: opacity .5s .5s ease;
    -moz-transition: opacity .5s .5s ease;
    opacity: 0
}
[placeholder]:-moz-placeholder {
    opacity: .75;
    filter: alpha(opacity=75)
}
[placeholder]:focus:-moz-placeholder {
    transition: opacity .5s .5s ease;
    -webkit-transition: opacity .5s .5s ease;
    -moz-transition: opacity .5s .5s ease;
    opacity: 0
}
[placeholder]::-moz-placeholder {
    opacity: .75;
    filter: alpha(opacity=75)
}
[placeholder]:focus::-moz-placeholder {
    transition: opacity .5s .5s ease;
    -webkit-transition: opacity .5s .5s ease;
    -moz-transition: opacity .5s .5s ease;
    opacity: 0
}
[placeholder]:-ms-input-placeholder {
    opacity: .75;
    filter: alpha(opacity=75)
}
[placeholder]:focus:-ms-input-placeholder {
    transition: opacity .5s .5s ease;
    -webkit-transition: opacity .5s .5s ease;
    -moz-transition: opacity .5s .5s ease;
    opacity: 0
}
.fullwidth,
.full-width,
.widefat {
    width: 100%;
    clear: both
}
.yt-col-1-1,
.yt-col-1-2,
.yt-col-1-3,
.yt-col-2-3,
.yt-col-1-4,
.yt-col-2-4,
.yt-col-3-4,
.yt-col-1-5,
.yt-col-2-5,
.yt-col-3-5,
.yt-col-4-5,
.yt-col-1-6,
.yt-col-2-6,
.yt-col-3-6,
.yt-col-4-6,
.yt-col-5-6 {
    float: right;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}
[class^="yt-col-"],
[class*=" yt-col-"] {
    width: 100%
}
@media (min-width: 992px) {
    .yt-col-1-2 {
        width: 50%
    }
    .yt-col-1-3 {
        width: 33.33333333%
    }
    .yt-col-2-3 {
        width: 66.66666667%
    }
    .yt-col-1-4 {
        width: 25%
    }
    .yt-col-2-4 {
        width: 50%
    }
    .yt-col-3-4 {
        width: 75%
    }
    .yt-col-1-5 {
        width: 20%
    }
    .yt-col-2-5 {
        width: 40%
    }
    .yt-col-3-5 {
        width: 60%
    }
    .yt-col-4-5 {
        width: 80%
    }
    .yt-col-1-6 {
        width: 16.66666667%
    }
    .yt-col-2-6 {
        width: 33.33333333%
    }
    .yt-col-3-6 {
        width: 50%
    }
    .yt-col-4-6 {
        width: 66.66666667%
    }
    .yt-col-5-6 {
        width: 83.33333333%
    }
}
@media (max-width: 767px) {
    .clear-left-xs {
        clear: right !important
    }
    .clear-right-xs {
        clear: left !important
    }
    .clear-xs {
        clear: both !important
    }
    .pull-right-xs {
        float: left !important
    }
    .pull-left-xs {
        float: right !important
    }
    .text-left-xs {
        text-align: right
    }
    .text-right-xs {
        text-align: left
    }
    .text-center-xs {
        text-align: center
    }
    .text-justify-xs {
        text-align: justify
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .clear-left-sm {
        clear: right !important
    }
    .clear-right-sm {
        clear: left !important
    }
    .clear-sm {
        clear: both !important
    }
    .pull-right-sm {
        float: left !important
    }
    .pull-left-sm {
        float: right !important
    }
    .text-left-sm {
        text-align: right
    }
    .text-right-sm {
        text-align: left
    }
    .text-center-sm {
        text-align: center
    }
    .text-justify-sm {
        text-align: justify
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .clear-left-md {
        clear: right !important
    }
    .clear-right-md {
        clear: left !important
    }
    .clear-md {
        clear: both !important
    }
    .pull-right-md {
        float: left !important
    }
    .pull-left-md {
        float: right !important
    }
    .text-left-md {
        text-align: right
    }
    .text-right-md {
        text-align: left
    }
    .text-center-md {
        text-align: center
    }
    .text-justify-md {
        text-align: justify
    }
}
@media (min-width: 1200px) {
    .clear-left-lg {
        clear: right !important
    }
    .clear-right-lg {
        clear: left !important
    }
    .clear-lg {
        clear: both !important
    }
    .pull-right-lg {
        float: left !important
    }
    .pull-left-lg {
        float: right !important
    }
    .text-left-lg {
        text-align: right
    }
    .text-right-lg {
        text-align: left
    }
    .text-center-lg {
        text-align: center
    }
    .text-justify-lg {
        text-align: justify
    }
}
.blur {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    filter: blur(5px)
}
.site-modal {
    padding: 30px 15px;
    overflow: hidden;
    overflow-y: auto;
    position: fixed;
    z-index: 9;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}
.site-modal.active {
    z-index: 999999
}
.site-modal .site-modal-backdrop {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    opacity: .5;
    filter: alpha(opacity=50);
    background: #fff;
    z-index: 1
}
.site-modal-inner {
    display: table;
    width: 100%;
    position: relative;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    max-width: 800px;
    margin: 0 auto
}
.site-modal-content-wrapper {
    display: table-cell;
    vertical-align: middle
}
.site-modal-heading {
    margin-top: 0;
    line-height: 1.3
}
.site-modal-content {
    max-width: 800px;
    margin: auto;
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.21);
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.21);
    position: relative
}
span.site-modal-close {
    width: 32px;
    height: 32px;
    display: block;
    line-height: 32px;
    font-size: 18px;
    font-weight: auto;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    -o-border-radius: 32px;
    border-radius: 32px;
    text-align: center;
    padding: 0;
    left: -16px;
    right: auto;
    top: -16px;
    position: absolute;
    color: #fff;
    background-color: #333;
    font-weight: bold;
    cursor: pointer
}
.margin-top-30 {
    margin-top: 30px
}
.margin-bottom-30 {
    margin-bottom: 30px
}
.margin-top-15 {
    margin-top: 15px
}
.margin-right-15 {
    margin-left: 15px
}
.margin-bottom-15 {
    margin-bottom: 15px
}
.margin-left-15 {
    margin-right: 15px
}
.no-margin {
    margin: 0 !important
}
.no-margin-bottom {
    margin-bottom: 0 !important
}
.no-margin-top {
    margin-top: 0 !important
}
.padding-top-30 {
    padding-top: 30px
}
.padding-bottom-30 {
    padding-bottom: 30px
}
.padding-top-15 {
    padding-top: 15px
}
.padding-bottom-15 {
    padding-bottom: 15px
}
.no-padding {
    padding: 0 !important
}
.no-padding-bottom {
    padding-bottom: 0 !important
}
.no-padding-top {
    padding-top: 0 !important
}
.display-inline-block {
    display: inline-block
}
.display-block {
    display: block
}
.visibility-hidden {
    visibility: hidden
}
.visibility-visible {
    visibility: visible
}
.hidden,
display-none {
    display: none
}
.overflow-hidden {
    overflow: hidden
}
.border-top,
.border-right,
.border-bottom,
.border-left {
    border-style: solid;
    border-color: #eee
}
.border-top {
    border-width: 1px 0
 0 0}
.border-right {
    border-width: 0 0
 0 1px}
.border-bottom {
    border-width: 0 0
 1px 0}
.border-left {
    border-width: 0 1px 0 0
}
.divider {
    display: block;
    clear: both;
    width: 100%;
    min-height: 0;
    max-height: 0;
    height: 1px;
    margin-top: 15px;
    margin-bottom: 15px;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #eee
}
.divider:before,
.divider:after {
    content: " ";
    display: table
}
.divider:after {
    clear: both
}
.list-with-separator li {
    padding-top: 5px;
    padding-bottom: 5px;
    border-width: 1px 0 0;
    border-style: solid
}
.list-with-separator li:first-child {
    border-width: 0
}
.list-with-separator li ul {
    margin-top: 5px
}
.list-with-separator li li:first-child {
    border-width: 1px 0 0
}
ul.nav.nav-tabs {
    margin-right: 0
}
ul.nav.nav-tabs+.tab-content {
    overflow: hidden
}
.tabs-left,
.tabs-right {
    border-bottom: none;
    padding-top: 2px;
    position: relative;
    z-index: 1
}
.tabs-left>li,
.tabs-right>li {
    float: none;
    margin-bottom: 2px
}
.tabs-left {
    border-left: 1px solid #ddd;
    margin-left: 20px;
    float: right
}
.tabs-left>li {
    margin-left: -1px
}
.tabs-left>li>a {
    border-radius: 0 4px 4px 0;
    margin-left: 0;
    display: block
}
.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
    border-bottom-color: #ddd;
    border-left-color: transparent
}
.tabs-right {
    border-right: 1px solid #ddd;
    margin-right: 20px;
    float: left
}
.tabs-right>li {
    margin-right: -1px
}
.tabs-right>li>a {
    border-radius: 4px 0 0 4px;
    margin-left: 0
}
.tabs-right>li.active>a,
.tabs-right>li.active>a:hover,
.tabs-right>li.active>a:focus {
    border-bottom: 1px solid #ddd;
    border-right-color: transparent
}
.yt-vc-column {
    margin-bottom: 30px
}
.yt-vc-element {
    margin-bottom: 30px
}
.yt-vc-element:last-child,
.yt-vc-element p:last-child {
    margin-bottom: 0
}
.yt-vc-element-heading {
    margin-top: 0;
    clear: both;
    float: none !important
}
* {
    -webkit-font-smoothing: subpixel-antialiased
}
#wpadminbar {
    -webkit-backface-visibility: hidden
}
#wpadminbar * {
    -webkit-transform: translate3d(0, 0, 0)
}
.fa {
    font-size: 16px;
    vertical-align: middle;
    margin-left: 5px
}
html,
body,
#page,
.inner-wrapper {
    min-height: 100%
}
p {
    margin: 0 0 15px
}
pre {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    font-size: 12px;
    border-width: 0;
    padding: 15px
}
.yt-loading {
    background-image: url(images/preloader32@2x.GIF) !important;
    background-color: #fff !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 32px 32px;
    min-height: 32px;
    min-width: 32px;
    position: relative
}
.yt-loading>* {
    opacity: .5;
    filter: alpha(opacity=50)
}
.yt-loading:before {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1000000000
}
.yt-global-preloader {
    position: fixed;
    z-index: 1000000000;
    background: #fff;
    opacity: .9;
    filter: alpha(opacity=90);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}
.cat-tag,
time,
span.small,
.site-hero .hero-brick .entry-meta {
    font-size: 11px;
    text-transform: uppercase
}
.cat-tag {
    line-height: 1 !important;
    padding: 4px 5px;
    position: relative;
    display: inline-block !important;
    overflow: hidden
}
.cat-tag:before {
    position: absolute;
    left: 0;
    top: 100%;
    width: 0;
    height: 0;
    border-width: 7px 0 0 10px;
    border-style: solid;
    border-color: #000 transparent transparent;
    opacity: .3;
    filter: alpha(opacity=30)
}
a,
strong,
.avatar,
.entry-thumbnail:before,
button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
.btn {
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    text-decoration: none
}
img.avatar {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px
}
.post-page-navigation {
    overflow: hidden;
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    border-width: 1px 0;
    border-style: solid;
    margin-bottom: 30px;
    text-align: center
}
.post-page-navigation:before {
    content: '';
    position: absolute;
    border-width: 0 0 0 1px;
    border-style: solid;
    height: 100%;
    width: 0;
    right: 50%;
    top: 0;
    bottom: 0
}
.post-page-navigation>div {
    width: 50%
}
.post-page-navigation .pager-title {
    width: 100%;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    margin-top: 0;
    margin-bottom: 0
}
.post-page-navigation .meta-nav {
    margin-bottom: 15px;
    display: block
}
.post-page-navigation .meta-nav i {
    font-size: 16px;
    margin: 0
}
.post-page-navigation .nav-previous {
    float: right;
    padding-left: 30px
}
.post-page-navigation .nav-next {
    float: left;
    padding-right: 30px
}
.pagination-nav .page-numbers {
    position: relative;
    padding: 10px 15px
}
.pagination-nav .page-numbers:before {
    content: '';
    border-width: 0 0 0 1px;
    border-style: solid;
    position: absolute;
    right: -2px;
    height: 100%;
    top: 0;
    transform: rotateZ(15deg);
    -webkit-transform: rotateZ(15deg);
    -moz-transform: rotateZ(15deg);
    -ms-transform: rotateZ(15deg)
}
.pagination-nav .page-numbers.prev:before {
    border-width: 0
}
.page-links>*:last-child .page-numbers:before {
    border-width: 0
}
#page {
    position: relative
}
.inner-wrapper {
    position: relative;
    z-index: 2
}
.site-top-menu {
    padding: 8px 0;
    font-size: 12px
}
.site-top-menu .site-top-menu-right>* {
    display: inline-block
}
.site-top-menu .site-top-menu-left #top-lang-switcher {
    margin-left: 15px
}
.site-top-menu .site-top-menu-left .site-social-networks a {
    margin: 0 0 0 10px
}
.site-top-menu .site-top-menu-left .site-social-networks a i:before {
    font-size: 14px
}
.site-top-menu .site-top-menu-right .site-top-navigation-menu-container li {
    text-transform: uppercase;
    padding: 0 10px
}
.site-header {
    position: relative
}
.site-header.fix-site-banner {
    z-index: 2
}
.site-banner {
    position: relative;
    min-height: 55px;
    z-index: 5
}
.site-banner .site-logo {
    margin: 0;
    line-height: 55px;
    height: 55px
}
.site-banner .site-logo.image-logo {
    font-size: 0
}
.site-banner .site-logo img {
    max-height: 100%;
    height: inherit
}
.site-banner .site-logo.plain-text-logo {
    font-size: 24px
}
.main-navigation {
    position: static !important
}
.main-navigation ul {
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 0
}
.main-navigation ul.menu {
    display: block;
    float: left;
}
.main-navigation ul.menu>li {
    float: right;
    padding: 0 15px;
    position: relative;
    transition: background-color .3s linear;
    -webkit-transition: background-color .3s linear;
    -moz-transition: background-color .3s linear
}
.main-navigation ul.menu>li>a,
.main-navigation ul.menu>li>span {
    line-height: 55px
}
.main-navigation ul.menu>li.first-child {
    margin-right: -15px
}
.main-navigation ul.menu>li.menu-item a {
    display: block;
    text-decoration: none
}
.main-navigation ul.menu>li.menu-item-has-children>a:after {
    font-family: "FontAwesome";
    content: '\f0d7';
    margin-right: 8px;
    float: left;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease
}
.main-navigation ul.menu>li.menu-item-has-children.active>a:after {
    transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg)
}
.main-navigation ul.menu>li ul.sub-menu li a {
    padding: 8px 0;
    border-width: 1px 0 0;
    border-style: solid;
    border-color: #eee;
    display: block
}
.main-navigation ul.menu>li ul.sub-menu li:first-child a {
    border-width: 0
}
.main-navigation ul.menu>li.menu-item-mobile-menu-logo {
    transition: opacity .3s linear;
    -webkit-transition: opacity .3s linear;
    -moz-transition: opacity .3s linear
}
.main-navigation ul.menu>li.menu-item-social-networks {
    padding: 0;
    float: left
}
.main-navigation ul.menu>li.menu-item-social-networks>* {
    display: inline-block;
    margin-right: 10px;
    color: #fff
}
.main-navigation ul.menu>li.default-dropdown.menu-item-gsearch>ul.sub-menu {
    padding: 15px 0
}
.main-navigation ul.menu>li.default-dropdown.menu-item-gsearch [type="submit"] {
    display: none
}
.main-navigation ul.menu>li.default-dropdown li {
    position: relative
}
.main-navigation ul.menu>li.default-dropdown.sub-menu-left>ul.sub-menu {
    right: auto;
    left: 0
}
.main-navigation ul.menu>li.default-dropdown ul.sub-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 99999;
    background: #fff;
    padding: 5px 0
}
.main-navigation ul.menu>li.default-dropdown ul.sub-menu ul {
    right: 100%;
    top: 0
}
.main-navigation ul.menu>li.default-dropdown ul.sub-menu li.menu-item {
    width: 230px
}
.main-navigation ul.menu>li.default-dropdown ul.sub-menu li.menu-item.default-dropdown.sub-menu-left>ul {
    right: auto;
    left: 100%;
    top: 0
}
.main-navigation ul.menu>li.default-dropdown ul.sub-menu>li {
    padding: 0 15px
}
.main-navigation ul.menu>li.default-dropdown ul.sub-menu>li.default-dropdown>a:after {
    font-family: "FontAwesome";
    content: '\f0d9';
    margin-right: 10px;
    float: left
}
.main-navigation ul.menu>li.mega-menu-dropdown {
    position: static
}
.main-navigation ul.menu>li.mega-menu-dropdown>.mega-menu-container {
    min-height: 280px;
    position: absolute;
    top: 100%;
    padding: 30px 0;
    right: 0;
    left: 0;
    display: none;
    overflow: hidden;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.98)
}
.main-navigation ul.menu>li.mega-menu-dropdown ul.sub-menu {
    visibility: visible;
    opacity: 1;
    position: static;
    background: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none
}
.main-navigation ul.menu>li.mega-menu-dropdown ul.sub-menu li {
    display: list-item;
    float: none;
    padding: 0;
    width: auto
}
.main-navigation ul.menu>li.mega-menu-dropdown ul.sub-menu li.current {
    font-weight: bold
}
.main-navigation ul.menu>li.mega-menu-dropdown.mega-menu-dropdown-default ul.sub-menu {
    margin-top: 15px
}
.main-navigation ul.menu>li.mega-menu-dropdown.mega-menu-dropdown-default ul.sub-menu>li.menu-item-has-children>a:after {
    font-family: "FontAwesome";
    content: '\f0d7';
    margin-right: 8px;
    float: left;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease
}
.main-navigation ul.menu>li.mega-menu-dropdown.mega-menu-dropdown-default ul.sub-menu ul.sub-menu {
    margin-right: 15px;
    margin-top: 0;
    display: none
}
.default-dropdown>.sub-menu,
.mega-menu-dropdown>.mega-menu-container {
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
    animation: fadeOut .3s ease;
    -webkit-animation: fadeOut .3s ease;
    -moz-animation: fadeOut .3s ease
}
.default-dropdown.active>.sub-menu,
.mega-menu-dropdown.active>.mega-menu-container {
    animation: fadeIn .1s ease;
    -webkit-animation: fadeIn .1s ease;
    -moz-animation: fadeIn .1s ease
}
.main-search-nav input[type="search"] {
    border: none;
    margin-top: 0
}
.main-search-nav input[type="search"]:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    color: #777
}
.main-search-nav input[type="submit"],
.main-search-nav label span {
    display: none
}
.main-search-nav form {
    height: inherit;
    width: 100%
}
.site-color-preloader {
    background-color: #fff
}
.site-color-preloader>div {
    height: 8px;
    width: 100%;
    background-repeat: repeat-x;
    background-position: 0 0;
    opacity: .5;
    filter: alpha(opacity=50)
}
@-webkit-keyframes animatedPreloader {
    from {
        background-position: 0 0
    }
    to {
        background-position: 2880px 0
    }
}
@-moz-keyframes animatedPreloader {
    from {
        background-position: 0 0
    }
    to {
        background-position: 2880px 0
    }
}
@-ms-keyframes animatedPreloader {
    from {
        background-position: 0 0
    }
    to {
        background-position: 2880px 0
    }
}
@-o-keyframes animatedPreloader {
    from {
        background-position: 0 0
    }
    to {
        background-position: 2880px 0
    }
}
@keyframes animatedPreloader {
    from {
        background-position: 0 0
    }
    to {
        background-position: 2880px 0
    }
}
.site-color-preloader.preloading>div {
    background-size: 80% 8px;
    animation: animatedPreloader 15s linear infinite;
    -webkit-animation: animatedPreloader 15s linear infinite;
    -moz-animation: animatedPreloader 15s linear infinite
}
.site-color-preloader>div {
    background: #3498db;
    background: -moz-linear-gradient(right, #3498db 0, #3498db 12.5%, #2ecc71 12.5%, #2ecc71 25%, #87cc2e 25%, #87cc2e 37.5%, #f4cb0d 37.5%, #f4cb0d 50%, #ff5a00 50%, #ff5a00 62.5%, #e73c91 62.5%, #e73c91 75%, #9b59b6 75%, #9b59b6 87.5%, #566090 87.5%, #566090 100%);
    background: -webkit-gradient(linear, right top, left top, color-stop(0, #3498db), color-stop(12.5%, #3498db), color-stop(12.5%, #2ecc71), color-stop(24%, #2ecc71), color-stop(24%, #87cc2e), color-stop(37.5%, #87cc2e), color-stop(37.5%, #f4cb0d), color-stop(50%, #f4cb0d), color-stop(50%, #ff5a00), color-stop(62.5%, #ff5a00), color-stop(62.5%, #e73c91), color-stop(75%, #e73c91), color-stop(75%, #9b59b6), color-stop(87.5%, #9b59b6), color-stop(87.5%, #566090), color-stop(100%, #566090));
    background: -webkit-linear-gradient(right, #3498db 0, #3498db 12.5%, #2ecc71 12.5%, #2ecc71 25%, #87cc2e 25%, #87cc2e 37.5%, #f4cb0d 37.5%, #f4cb0d 50%, #ff5a00 50%, #ff5a00 62.5%, #e73c91 62.5%, #e73c91 75%, #9b59b6 75%, #9b59b6 87.5%, #566090 87.5%, #566090 100%);
    background: -o-linear-gradient(right, #3498db 0, #3498db 12.5%, #2ecc71 12.5%, #2ecc71 25%, #87cc2e 25%, #87cc2e 37.5%, #f4cb0d 37.5%, #f4cb0d 50%, #ff5a00 50%, #ff5a00 62.5%, #e73c91 62.5%, #e73c91 75%, #9b59b6 75%, #9b59b6 87.5%, #566090 87.5%, #566090 100%);
    background: -ms-linear-gradient(right, #3498db 0, #3498db 12.5%, #2ecc71 12.5%, #2ecc71 25%, #87cc2e 25%, #87cc2e 37.5%, #f4cb0d 37.5%, #f4cb0d 50%, #ff5a00 50%, #ff5a00 62.5%, #e73c91 62.5%, #e73c91 75%, #9b59b6 75%, #9b59b6 87.5%, #566090 87.5%, #566090 100%);
    background: linear-gradient(to left, #3498db 0, #3498db 12.5%, #2ecc71 12.5%, #2ecc71 25%, #87cc2e 25%, #87cc2e 37.5%, #f4cb0d 37.5%, #f4cb0d 50%, #ff5a00 50%, #ff5a00 62.5%, #e73c91 62.5%, #e73c91 75%, #9b59b6 75%, #9b59b6 87.5%, #566090 87.5%, #566090 100%)
}
.site-color-preloader.gradient>div {
    background: #3498db;
    background: -moz-linear-gradient(right, #3498db 0, #3498db 13%, #2ecc71 26%, #f4cb0d 39%, #f4cb0d 52%, #e73c91 65%, #9b59b6 78%, #566090 91%);
    background: -webkit-gradient(linear, right top, left top, color-stop(0, #3498db), color-stop(13%, #3498db), color-stop(26%, #2ecc71), color-stop(39%, #f4cb0d), color-stop(52%, #f4cb0d), color-stop(65%, #e73c91), color-stop(78%, #9b59b6), color-stop(91%, #566090));
    background: -webkit-linear-gradient(right, #3498db 0, #3498db 13%, #2ecc71 26%, #f4cb0d 39%, #f4cb0d 52%, #e73c91 65%, #9b59b6 78%, #566090 91%);
    background: -o-linear-gradient(right, #3498db 0, #3498db 13%, #2ecc71 26%, #f4cb0d 39%, #f4cb0d 52%, #e73c91 65%, #9b59b6 78%, #566090 91%);
    background: -ms-linear-gradient(right, #3498db 0, #3498db 13%, #2ecc71 26%, #f4cb0d 39%, #f4cb0d 52%, #e73c91 65%, #9b59b6 78%, #566090 91%);
    background: linear-gradient(to left, #3498db 0, #3498db 13%, #2ecc71 26%, #f4cb0d 39%, #f4cb0d 52%, #e73c91 65%, #9b59b6 78%, #566090 91%)
}
.site-breaking-news {
    padding: 15px 0;
    overflow: hidden
}
.site-breaking-news h3 {
    font-weight: bold;
    font-size: 18px;
    margin: 0
}
.site-breaking-news .site-headlines {
    margin-top: 5px
}
.site-breaking-news .site-headlines .yeahslider-direction-nav i {
    font-size: 16px;
    margin: 0
}
.site-breaking-news ul li a {
    font-weight: bold;
}
.site-breaking-news ul.slides li {
    white-space: nowrap;
    max-width: 42em;
    overflow: hidden;
    text-overflow: ellipsis;
}
.site-hero {
    min-height: 215px;
    padding-top: 15px;
    padding-bottom: 15px
}
.site-hero.yt-loading .hero-brick {
    visibility: hidden
}
.site-hero .hero-brick {
    text-align: right;
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px
}
.site-hero .hero-brick img {
    max-width: 100%;
    min-width: 100%;
    width: auto
}
.site-hero .hero-brick .entry-header,
.site-hero .hero-brick .entry-meta {
    position: absolute;
    right: 30px;
    left: 30px;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 0;
    z-index: 2
}
.site-hero .hero-brick .entry-header {
    margin-bottom: 30px;
    bottom: 30px
}
.site-hero .hero-brick .entry-header .entry-category {
    margin-right: -40px
}
.site-hero .hero-brick .entry-header .entry-category .cat-tag:before {
    content: ''
}
.site-hero .hero-brick .entry-header h2 {
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 15px;
    max-height: 3em;
    overflow: hidden;
    line-height: 1.5;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.2)
}
.site-hero .hero-brick .entry-header h2 a {
    display: block
}
.site-hero .hero-brick .entry-content {
    margin: 0
}
.site-hero .hero-brick .entry-meta {
    bottom: 20px;
    margin-bottom: 0;
    line-height: 1;
    pointer-events: none
}
.site-hero .hero-brick .entry-thumbnail {
    display: block;
    position: relative;
    overflow: hidden
}
.site-hero .hero-brick .entry-thumbnail img {
    transition: transform 15s ease;
    -webkit-transition: -webkit-transform 15s ease;
    -moz-transition: -moz-transform 15s ease
}
.site-hero .hero-brick .entry-thumbnail:before {
    content: '';
    display: block;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(45deg, #000 0, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(45deg, #000 0, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#007db9e8', GradientType=1);
    opacity: .45;
    filter: alpha(opacity=45);
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.1)
}
.site-hero .hero-brick.hero-brick-small .entry-header {
    left: 15px
}
.site-hero .hero-brick.hero-brick-large .entry-header {
    max-width: 550px
}
.site-hero .hero-brick.hero-brick-large .entry-header h2 {
    -webkit-mask-image: none;
    font-size: 36px;
    margin-bottom: 5px;
    max-height: none !important
}
.site-hero .hero-brick:hover .entry-thumbnail:before {
    opacity: .1;
    filter: alpha(opacity=10)
}
.site-hero .hero-brick:hover .entry-thumbnail img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2)
}
.site-hero .hero-brick:hover .entry-header h2 {
    -webkit-mask-image: none
}
.site-hero.style-color-gradient .hero-brick .cat-tag {
    background-color: #333 !important;
    background-color: rgba(0, 0, 0, 0.5) !important
}
.site-hero.style-color-gradient .hero-brick .entry-thumbnail:before {
    opacity: 100;
    filter: alpha(opacity=10000)
}
.site-hero.style-color-gradient .hero-brick:hover .entry-thumbnail:before {
    opacity: .8;
    filter: alpha(opacity=80)
}
.site-hero.style-mixed-color-gradient .hero-brick .entry-thumbnail:before {
    opacity: .8;
    filter: alpha(opacity=80)
}
.site-hero.style-mixed-color-gradient .hero-brick:hover .entry-thumbnail:before {
    opacity: .9;
    filter: alpha(opacity=90)
}
.page-header {
    padding-bottom: 30px;
    padding-top: 25px;
    margin: 0;
    border-width: 0 0 1px;
    border-style: solid
}
.page-header .page-title {
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 15px
}
.page-header .descendants-cats li {
    text-transform: uppercase
}
.page-header .taxonomy-description {
    max-width: 800px;
    margin-top: 0;
    font-style: italic
}
.content-area .page-header {
    padding-top: 0;
    margin-bottom: 30px
}
.site-main {
    padding: 0;
    position: relative;
    z-index: 1
}
#primary,
#secondary,
#tertiary {
    padding-top: 30px;
    padding-bottom: 30px
}
.site-content article .entry-title {
    line-height: 1.35em;
    margin-top: 0;
    word-wrap: break-word;
    font-size: 36px
}
.entry-format-media img {
    max-width: 100%;
    width: 100%;
    height: auto
}
.site-content article.hentry .thumbnail-caption {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #333;
    padding: 5px 10px;
    color: #fff;
    opacity: .8;
    font-size: .8em;
    transition: opacity .2s linear;
    -webkit-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear
}
.site-content article.hentry .thumbnail-caption p:last-child {
    margin-bottom: 0
}
.site-content article.hentry .entry-thumbnail {
    position: relative
}
.site-content article.hentry .entry-thumbnail:hover .thumbnail-caption {
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden
}
.site-content article.hentry.format-image .entry-content {
    margin-top: 0
}
.site-content article.hentry.format-image .entry-media img {
    width: 100%
}
.site-content article.hentry.format-link .entry-title,
.site-content article.hentry.format-quote .entry-title,
.site-content article.hentry.format-link .entry-format-meta,
.site-content article.hentry.format-quote .entry-format-meta {
    text-align: center
}
.site-content article.hentry.format-video .entry-thumbnail:before,
.site-content article.hentry.format-audio .entry-thumbnail:before,
.site-content article.hentry.format-gallery .entry-thumbnail:before,
.site-content article.hentry.format-link .entry-thumbnail:before,
.site-content article.hentry.format-quote .entry-thumbnail:before {
    font-family: "FontAwesome";
    font-size: 24px;
    color: #fff;
    border: 4px solid #fff;
    position: absolute;
    width: 64px;
    height: 64px;
    text-align: center;
    line-height: 60px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    right: 50%;
    top: 50%;
    margin-right: -32px;
    margin-top: -32px;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.15)
}
.hide-post-format-icon .site-content article.hentry.format-video .entry-thumbnail:before,
.hide-post-format-icon .site-content article.hentry.format-audio .entry-thumbnail:before,
.hide-post-format-icon .site-content article.hentry.format-gallery .entry-thumbnail:before,
.hide-post-format-icon .site-content article.hentry.format-link .entry-thumbnail:before,
.hide-post-format-icon .site-content article.hentry.format-quote .entry-thumbnail:before {
    display: none
}
.site-content article.hentry.format-video .entry-thumbnail:hover:before,
.site-content article.hentry.format-audio .entry-thumbnail:hover:before,
.site-content article.hentry.format-gallery .entry-thumbnail:hover:before,
.site-content article.hentry.format-link .entry-thumbnail:hover:before,
.site-content article.hentry.format-quote .entry-thumbnail:hover:before {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    background: rgba(0, 0, 0, 0.25)
}
.site-content article.hentry.format-link .entry-thumbnail:before {
    content: '\f0c1'
}
.site-content article.hentry.format-quote .entry-header cite {
    display: block
}
.site-content article.hentry.format-quote .entry-title {
    text-align: center
}
.site-content article.hentry.format-quote .entry-title:before {
    content: '“'
}
.site-content article.hentry.format-quote .entry-title:after {
    content: '”'
}
.site-content article.hentry.format-quote .entry-thumbnail:before {
    content: '\f10d'
}
.site-content article.hentry.format-audio .entry-thumbnail:before {
    content: '\f001'
}
.site-content article.hentry.format-audio .entry-format-media.with-cover {
    position: relative
}
.site-content article.hentry.format-audio .entry-format-media.with-cover .mejs-container.mejs-audio {
    width: auto !important;
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    z-index: 1;
    opacity: .95
}
.site-content article.hentry.format-video .entry-thumbnail:before {
    content: '\f04b';
    text-indent: 5px
}
.site-content article.hentry.format-gallery .entry-thumbnail:before {
    content: '\f03e'
}
.site-content article.hentry .yeahslider .slides li .slide-count {
    top: 0;
    bottom: auto;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.5)
}
.site-content article.hentry .yeahslider .slides li.gallery-item {
    margin: 0 !important
}
html .boundary-column {
    padding-right: 45px;
    padding-left: 45px;
    position: relative
}
html .boundary-column>* {
    position: relative;
    z-index: 1
}
html .boundary-column:before {
    content: '';
    pointer-events: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    left: 15px;
    border-width: 0 1px;
    border-style: solid;
    z-index: -1
}
.entry-content ol,
.entry-content ul {
    margin-right: 45px;
    margin-bottom: 15px
}
.site-content[role="main"]>article.post {
    border-style: double;
    border-width: 4px 0 0;
    padding-top: 50px;
    padding-bottom: 50px
}
.site-content[role="main"]>article.post:first-child {
    padding-top: 0;
    margin-top: 0;
    border-width: 0
}
.site-content[role="main"]>article.post .entry-thumbnail img {
    min-width: 100%
}
.site-content[role="main"]>article.page {
    padding-bottom: 50px
}
.entry-header .entry-meta .avatar {
    width: 16px
}
.entry-header .entry-meta .avatar:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1)
}
.entry-header .entry-meta .in-cat a,
.entry-header .entry-meta .author a {
    font-weight: bold;
    text-transform: uppercase
}
.entry-header .entry-meta .post-meta-info {
    text-transform: uppercase;
    font-size: 11px;
    margin-left: 20px
}
.entry-header .entry-meta .post-meta-info.last-child {
    margin-left: 0
}
.entry-header .entry-meta .yt-impressive-already-liked .yt-il-symbol,
.entry-header .entry-meta .yt-impressive-already-liked .yt-il-symbol i {
    color: #fff
}
.single.single-post .site-content article:not(.post-password-required) .entry-content>p:first-child:first-letter {
    font-size: 345%;
    float: right;
    margin-left: 15px;
    line-height: 1
}
.entry-tags {
    margin-top: 30px
}
.entry-tags .tag-heading {
    display: block;
    text-transform: uppercase
}
.entry-tags a {
    display: inline-block;
    text-transform: capitalize;
    padding: 3px 12px;
    margin-left: 10px;
    margin-top: 10px
}
.entry-tags a:before {
    content: '#'
}
.entry-stuff>h3:first-child {
    margin-top: 0
}
.more-tag {
    font-size: 14px;
    font-weight: bold
}
.social-share-buttons i {
    margin: 0
}
.social-share-buttons label {
    margin: 0 10px 0 0;
    font-weight: normal
}
.social-share-buttons>span {
    height: 100%;
    display: inline-block;
    padding: 0 8px;
    margin-left: 8px;
    cursor: pointer;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px
}
.social-share-buttons>span:last-child {
    margin-left: 0
}
.social-share-buttons.style-color label,
.social-share-buttons.style-color i {
    color: #fff
}
.social-share-buttons.style-color .twitter {
    background-color: #00aeef
}
.social-share-buttons.style-color .facebook {
    background-color: #3b5998
}
.social-share-buttons.style-color .google-plus {
    background-color: #eb4026
}
.social-share-buttons.style-color .linkedin {
    background-color: #0074a1
}
.social-share-buttons.style-color .tumblr {
    background-color: #559fca
}
.social-share-buttons.style-color .pinterest {
    background-color: #ca212a
}
.social-share-buttons.style-color .more {
    background-color: #eee
}
.social-share-buttons.style-color .more i {
    color: #aaa
}
.social-share-buttons.style-outline>span {
    border: 1px solid #ddd
}
.social-share-buttons.size-large>span {
    line-height: 32px;
    height: 32px;
    min-width: 32px
}
.social-share-buttons.size-large i {
    font-size: 20px
}
.social-share-buttons.size-small>span {
    line-height: 24px;
    height: 24px;
    padding: 0 5px;
    min-width: 24px
}
.by-author,
.in-cat,
.post-meta-info,
.yt-font-size-changer span {
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block
}
.yt-font-size-changer span {
    font-weight: bold;
    padding-right: 8px;
    padding-left: 8px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    border-width: 0 1px 0 0;
    border-style: solid;
    line-height: 16px;
    vertical-align: middle;
    float: right
}
.yt-font-size-changer span:first-child {
    border-width: 0
}
.yt-font-size-changer span.font-size-minus {
    font-size: 14px
}
.yt-font-size-changer span.font-size-plus {
    font-size: 18px;
    margin-left: -8px
}
.meta-divider {
    margin-top: 5px;
    margin-bottom: 5px
}
.yeahslider {
    overflow: hidden
}
.yeahslider .yeahslider-direction-nav span.nav-button i,
.yeahslider .yeahslider-pauseplay span.nav-button i {
    font-size: 24px;
    color: #fff;
    margin: 0
}
.yeahslider .yeahslider-direction-nav span.nav-button span,
.yeahslider .yeahslider-pauseplay span.nav-button span {
    display: none
}
.yeahslider .yeahslider-direction-nav a>span.nav-button,
.yeahslider .yeahslider-pauseplay a>span.nav-button {
    position: relative;
    display: inline-block;
    line-height: 64px;
    height: 64px;
    width: 32px;
    top: -32px;
    text-align: center
}
.yeahslider .yeahslider-next span.nav-button {
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    -ms-border-radius: 0 2px 2px 0;
    -o-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0
}
.yeahslider .yeahslider-prev span.nav-button {
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    -ms-border-radius: 2px 0 0 2px;
    -o-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0
 2px}
.yeahslider .caption {
    -webkit-border-radius: 2px 0 0 0;
    -moz-border-radius: 2px 0 0 0;
    -ms-border-radius: 2px 0 0 0;
    -o-border-radius: 2px 0 0 0;
    border-radius: 2px 0 0
 0}
.yeahslider .yeahslider-pauseplay a>span.nav-button {
    width: 64px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px
}
.yeahslider.news-scroller {
    z-index: 1
}
.yeahslider.news-scroller .yeahslider-next,
.yeahslider.news-scroller .yeahslider-prev {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 1;
    visibility: visible;
    margin-top: -16px;
    left: 0 !important
}
.yeahslider.news-scroller .yeahslider-next .btn,
.yeahslider.news-scroller .yeahslider-prev .btn {
    width: 32px;
    height: 32px;
    padding: 0;
    line-height: 30px
}
.yeahslider.news-scroller .yeahslider-prev {
    left: 36px !important;
    right: auto !important
}
.comments-area {
    border-style: double;
    border-width: 4px 0 0
}
.widget {
    margin: 0 0 30px;
    padding-top: 30px;
    position: relative;
    clear: both
}
.widget:before {
    content: '';
    border-width: 1px 0 0;
    border-style: solid;
    position: absolute;
    right: 0;
    top: 0;
    width: 80px
}
.yt-tabby-tabs-header {
    border-width: 0 0 1px 0;
    border-style: solid;
    padding-bottom: 15px;
    margin-bottom: 15px
}
.yt-ajax-posts-by-cat-widget .post-list-with-thumbnail li .post-thumb img {
    max-width: 60px
}
.slashes-navigation.widget-title {
    margin-bottom: 25px;
    margin-top: -10px
}
.slashes-navigation ul {
    margin-right: 0;
    margin-left: 0
}
.slashes-navigation li {
    display: inline-block;
    padding: 10px;
    position: relative;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}
.slashes-navigation li:before {
    content: '';
    border-width: 0 1px 0 0;
    border-style: solid;
    position: absolute;
    right: -2px;
    height: 100%;
    top: 0;
    -webkit-transform: rotateZ(15deg);
    -ms-transform: rotateZ(15deg);
    transform: rotateZ(15deg)
}
.slashes-navigation li:first-child {
    padding: 10px 0 10px 10px !important
}
.slashes-navigation li:first-child:before {
    border-width: 0
}
.slashes-navigation li:last-child {
    padding: 10px 10px 10px 0
}
span.yt-sliding-tabs-header-trigger {
    position: relative;
    cursor: pointer;
    display: block
}
span.yt-sliding-tabs-header-trigger>span,
span.yt-sliding-tabs-header-trigger>span:before {
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-width: 12px 12px 0;
    border-style: solid solid none solid;
    border-right-color: transparent !important;
    border-left-color: transparent !important;
    right: 50%;
    margin-right: -12px;
    top: -25px
}
span.yt-sliding-tabs-header-trigger>span:before {
    content: '';
    top: -13px
}
.expanded-header span.yt-sliding-tabs-header-trigger>span,
.expanded-header span.yt-sliding-tabs-header-trigger>span:before {
    border-width: 0 12px 12px;
    border-style: none solid solid solid;
    top: -38px
}
.expanded-header span.yt-sliding-tabs-header-trigger>span:before {
    content: '';
    top: 1px
}
.yt-sliding-tabs .yt-sliding-tabs-header {
    position: relative
}
.yt-sliding-tabs .yt-sliding-tabs-header li ul {
    display: none
}
.yt-sliding-tabs.collapsed-header .yt-sliding-tabs-header {
    overflow-x: auto;
    overflow: -moz-scrollbars-none
}
.yt-sliding-tabs.collapsed-header .yt-sliding-tabs-header ul {
    white-space: nowrap;
    position: relative
}
.yt-sliding-tabs.expanded-header .yt-sliding-tabs-header ul {
    white-space: nowrap;
    position: relative;
    overflow: hidden
}
.yt-sliding-tabs.expanded-header .yt-sliding-tabs-header ul li {
    display: block;
    padding-right: 0
}
.yt-sliding-tabs.expanded-header .yt-sliding-tabs-header ul li:before {
    border-width: 1px 0 0 0;
    -webkit-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    left: 0;
    height: 0
}
.yt-sliding-tabs.expanded-header .yt-sliding-tabs-header ul li:first-child:before {
    border-width: 0
}
.yt-sliding-tabs.expanded-header span.yt-sliding-tabs-header-trigger:before {
    transform: rotateZ(45deg) rotateX(180deg);
    -webkit-transform: rotateZ(45deg) rotateX(180deg);
    -moz-transform: rotateZ(45deg) rotateX(180deg);
    -ms-transform: rotateZ(45deg) rotateX(180deg)
}
.post-list-with-thumbnail li {
    position: relative;
    padding-bottom: 15px;
    list-style: none
}
.post-list-with-thumbnail li:before,
.post-list-with-thumbnail li:after {
    content: " ";
    display: table
}
.post-list-with-thumbnail li:after {
    clear: both
}
.post-list-with-thumbnail li:before {
    display: block;
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    top: 0
}
.post-list-with-thumbnail li a {
    display: block;
    font-weight: bold
}
.post-list-with-thumbnail li a span.number {
    font-size: 250%;
    float: right;
    line-height: 1.1;
    margin-left: 10px;
    padding-left: 10px;
    position: relative;
    font-weight: normal;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear
}
.post-list-with-thumbnail li a span.number:before {
    content: '';
    border-width: 0 1px 0 0;
    border-style: solid;
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    transform: rotateZ(15deg);
    -webkit-transform: rotateZ(15deg);
    -moz-transform: rotateZ(15deg);
    -ms-transform: rotateZ(15deg)
}
.post-list-with-thumbnail li a span.number+* {
    overflow: hidden;
    display: block
}
.post-list-with-thumbnail li .post-thumb {
    float: right;
    margin-left: 15px;
    margin-top: 5px;
    position: relative
}
.post-list-with-thumbnail li .post-thumb .cat-tag {
    position: absolute;
    bottom: 10px;
    right: -10px
}
.post-list-with-thumbnail li .post-thumb img {
    max-width: 100px
}
.post-list-with-thumbnail li .post-thumb.large {
    margin-left: 0;
    margin-bottom: 10px;
    margin-top: 0;
    float: none
}
.post-list-with-thumbnail li .post-thumb.large img {
    width: 100%;
    max-width: 100%
}
.post-list-with-thumbnail li .entry-meta {
    display: block;
    clear: both;
    margin-bottom: 5px
}
.post-list-with-thumbnail li.post-with-large-thumbnail {
    padding-bottom: 0
}
.post-list-with-thumbnail li.post-with-large-thumbnail h2,
.post-list-with-thumbnail li.post-with-large-thumbnail h3,
.post-list-with-thumbnail li.post-with-large-thumbnail h4 {
    font-size: 16px;
    line-height: 1.5em;
    margin-top: 0;
    margin-bottom: 15px
}
.post-list-with-thumbnail.vertical {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0 !important;
    padding-left: 0 !important
}
.post-list-with-thumbnail.vertical li {
    padding-top: 10px;
    padding-bottom: 15px
}
.post-list-with-thumbnail.vertical li.post-with-large-thumbnail {
    padding-top: 15px
}
.post-list-with-thumbnail.vertical li:first-child {
    padding-top: 0
}
.post-list-with-thumbnail.vertical li:before {
    border-width: 1px 0 0;
    border-style: solid
}
.post-list-with-thumbnail.vertical li:first-child:before {
    border-width: 0
}
.post-list-with-format-icon .post-title:after {
    margin-right: 5px;
    content: '';
    font-family: "FontAwesome";
    color: #aaa !important
}
.post-list-with-format-icon .format-video .post-title:after {
    content: '\f03d'
}
.post-list-with-format-icon .format-audio .post-title:after {
    content: '\f001'
}
.post-list-with-format-icon .format-gallery .post-title:after {
    content: '\f03e'
}
.post-list-with-format-icon .format-link .post-title:after {
    content: '\f0c1'
}
.post-list-with-format-icon .format-quote .post-title:after {
    content: '\f10d'
}
.site-footer .footer-widgets {
    padding: 30px 0 0 0;
    border-top: 1px solid #eee
}
.site-footer .footer-info {
    border-top: 1px solid #eee;
    padding: 15px 0;
    background-color: #fff
}
@media (max-width: 479px) {
    html .site-banner .site-logo img {
        max-width: 155px
    }
    #primary:before {
        display: none
    }
    .site-hero .hero-brick.hero-brick-large .entry-header h2,
    .site-hero .hero-brick .entry-header h2 {
        font-size: 24px !important;
        max-height: 3.7em !important;
        -webkit-mask-image: none
    }
    .site-content article .entry-title {
        font-size: 24px
    }
    .single-post-ads-top {
        margin-left: auto;
        margin-right: auto
    }
}
@media (max-width: 639px) and (min-width: 480px) {
    .site-hero .hero-brick .entry-header {
        margin-bottom: 15px
    }
    .site-hero .hero-brick .entry-header h2 {
        font-size: 24px !important
    }
    .site-hero .hero-brick .entry-meta {
        bottom: 10px
    }
}
@media (max-width: 767px) and (min-width: 640px) {
    .site-hero .hero-brick .entry-header {
        margin-bottom: 15px
    }
    .site-hero .hero-brick .entry-header h2 {
        font-size: 48px !important;
        -webkit-mask-image: none;
        left: 30px
    }
}
@media (max-width: 991px) and (min-width: 768px) {
    .site-hero .hero-brick .entry-header h2 {
        font-size: 24px
    }
    .site-hero .hero-brick.last-child {
        display: none
    }
}
@-webkit-keyframes showStickyNav {
    from {
        -webkit-transform: translate3d(0, -60px, 0);
        opacity: 0
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        opacity: 9.8
    }
}
@keyframes showStickyNav {
    from {
        transform: translate3d(0, -60px, 0);
        opacity: 0
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 9.8
    }
}
.sticky-header .site-banner {
    transition: background-color .2s linear, width .2s linear;
    -webkit-transition: background-color .2s linear, width .2s linear;
    -moz-transition: background-color .2s linear, width .2s linear;
    background-size: auto 40px;
    background-position: center 50%;
    background-repeat: no-repeat;
    position: fixed;
    -webkit-animation: showStickyNav .45s;
    animation: showStickyNav .45s;
    bottom: auto;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
}
.sticky-header .site-banner:before {
    content: '';
    pointer-events: none;
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1)
}
@media screen and (max-width: 600px) {
    .admin-bar.sticky-header .site-banner {
        top: 0 !important
    }
}
@media (max-width: 991px) {
    #page {
        overflow: hidden
    }
    .site-banner {
        min-height: 45px
    }
    .site-banner .site-branding {
        position: absolute;
        text-align: center;
        right: 64px;
        left: 64px;
        z-index: 1
    }
    .site-banner .site-logo {
        line-height: 45px;
        height: 45px
    }
    .site-banner .container {
        position: relative
    }
    .main-navigation {
        min-height: 45px
    }
    .main-menu-toggle {
        position: absolute;
        top: 50%;
        margin-top: -12px;
        display: block;
        width: 24px;
        height: 24px
    }
    .main-menu-toggle>* {
        position: absolute;
        width: 100%;
        right: 0;
        height: 2px;
        display: block;
        opacity: .5;
        filter: alpha(opacity=50);
        background-color: #000
    }
    .main-menu-toggle>.bar1 {
        top: 5px
    }
    .main-menu-toggle>.bar2 {
        top: 11px
    }
    .main-menu-toggle>.bar3 {
        top: 17px
    }
    .mobile-navigation {
        padding: 20px 0 15px;
        z-index: 15;
        width: 250px;
        right: 0;
        top: 0;
        bottom: 0;
        position: fixed;
        overflow: auto;
        display: block;
        background-color: #222;
        opacity: 0;
        filter: alpha(opacity=0);
        pointer-events: none;
        transition: transform .45s ease, opacity .2s linear;
        -webkit-transition: -webkit-transform .45s ease, opacity .2s linear;
        -moz-transition: -moz-transform .45s ease, opacity .2s linear;
        -ms-transition: -ms-transform .45s ease, opacity .2s linear;
        transform: translate3d(-250px, 0, 0);
        -webkit-transform: translate3d(-250px, 0, 0);
        -moz-transform: translate3d(-250px, 0, 0);
        -ms-transform: translate3d(-250px, 0, 0)
    }
    .mobile-navigation li.menu-item-gsearch {
        position: relative
    }
    .mobile-navigation .main-menu-toggle {
        position: absolute;
        left: 10px;
        top: 20px;
        right: auto;
        display: block !important
    }
    .mobile-navigation .main-menu-toggle>* {
        background-color: #fff
    }
    .mobile-navigation>div {
        padding: 20px
    }
    .mobile-navigation .site-social-networks {
        white-space: normal
    }
    .mobile-navigation .site-social-networks a {
        margin-left: 10px;
        display: inline-block
    }
    .mobile-navigation ul {
        padding: 0 20px;
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        text-transform: uppercase
    }
    .mobile-navigation ul.menu {
        padding: 20px
    }
    .mobile-navigation ul.menu:not(:first-child) {
        border-top: 1px solid rgba(255, 255, 255, 0.1)
    }
    .mobile-navigation ul li {
        list-style: none;
        white-space: nowrap;
        display: block
    }
    .mobile-navigation ul li.menu-item-logo {
        margin-bottom: 30px
    }
    .mobile-navigation ul li.menu-item-has-children>a:after {
        margin-right: 8px;
        left: 0;
        position: absolute
    }
    .mobile-navigation ul li.lang-switcher a {
        display: inline-block;
        vertical-align: middle
    }
    .mobile-navigation ul li a {
        display: block;
        position: relative;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 5px 0
 5px 10px    }
    .mobile-navigation ul li a .menu-item-indicator {
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -8px
    }
    .mobile-navigation ul li ul {
        display: none;
        border-right: 1px solid rgba(255, 255, 255, 0.1);
        padding-right: 15px;
        padding-left: 0;
        margin-right: 15px
    }
    .mobile-navigation ul.menu li a i {
        float: right
    }
    .inner-wrapper {
        position: relative;
        background-color: #fff;
        z-index: 10
    }
    .inner-wrapper:before {
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: 0;
        filter: alpha(opacity=0);
        pointer-events: none;
        z-index: 11;
        content: '';
        transition: opacity .45s linear;
        -webkit-transition: opacity .45s linear;
        -moz-transition: opacity .45s linear
    }
    .active-mobile-menu {
        overflow: hidden;
        width: 100%
    }
    .active-mobile-menu #page,
    .active-mobile-menu .inner-wrapper {
        overflow: hidden
    }
    .active-mobile-menu .inner-wrapper:before {
        opacity: .3;
        filter: alpha(opacity=30);
        pointer-events: initial
    }
    .active-mobile-menu .main-menu-toggle {
        display: none
    }
    .active-mobile-menu .main-menu-toggle>.bar1 {
        top: 11px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        z-index: 2
    }
    .active-mobile-menu .main-menu-toggle>.bar2 {
        transform: rotate(225deg);
        -webkit-transform: rotate(225deg);
        -moz-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        z-index: 1
    }
    .active-mobile-menu .main-menu-toggle>.bar3 {
        top: 11px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        z-index: 2
    }
    .active-mobile-menu .mobile-navigation {
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        opacity: 1;
        filter: alpha(opacity=100);
        pointer-events: initial;
        -webkit-overflow-scrolling: touch;
        overflow-scrolling: touch
    }
    .active-mobile-menu .main-navigation .menu-item-logo {
        opacity: 0;
        filter: alpha(opacity=0)
    }
    .site-top-menu-right,
    .site-top-menu-left {
        text-align: center
    }
    .site-top-menu-right {
        margin-top: 15px
    }
    .main-navigation ul.menu>li>a,
    .main-navigation ul.menu>li>span {
        line-height: 45px
    }
    .main-navigation ul.menu>li i {
        font-size: 18px
    }
    .main-navigation ul.menu>li {
        display: none !important
    }
    .main-navigation ul.menu>li.menu-item-gsearch,
    .main-navigation ul.menu>li.site-mobile-menu-toggle,
    .main-navigation ul.menu>li.site-mobile-menu-logo {
        display: block !important;
        cursor: pointer
    }
    .main-navigation ul.menu>li.site-mobile-menu-logo a {
        opacity: 1;
        filter: alpha(opacity=100)
    }
    .main-navigation ul.menu>li.menu-item-gsearch {
        float: left
    }
    .site-mobile-navigation {
        z-index: 1;
        width: 250px;
        right: 0;
        top: 0;
        bottom: 0;
        position: fixed;
        overflow: auto;
        display: block
    }
    .site-mobile-navigation li.menu-item-mobile-menu-logo {
        margin-bottom: 30px
    }
    .site-mobile-navigation li.menu-item-social-networks {
        white-space: normal;
        margin-top: 30px
    }
    .site-mobile-navigation li.menu-item-social-networks a {
        display: inline-block;
        margin-left: 10px
    }
    html .boundary-column {
        padding-right: 15px;
        padding-left: 15px
    }
    html .boundary-column:before {
        display: none
    }
    .site-content[role="main"]>article.post .entry-thumbnail {
        margin-right: -15px;
        margin-left: -15px
    }
    .site-info {
        text-align: center
    }
    .single-post .site-content article h1.entry-title,
    .site-content article h2.entry-title {
        font-size: 24px;
        margin-bottom: 10px
    }
    .entry-header .entry-meta .post-meta-info {
        margin-left: 15px
    }
    .site-content[role="main"]>article.post {
        padding-top: 20px;
        padding-bottom: 20px
    }
}
@media (max-width: 1170px) {
    html .site-hero .hero-brick .entry-thumbnail:before {
        background: #000;
        opacity: .3 !important;
        transition: none !important;
        -webkit-transition: none !important
    }
}
@media (min-width: 992px) {
    .layout-left-sidebar #secondary {
        padding-right: 15px
    }
    .layout-left-sidebar #secondary:before {
        border-width: 0 0
 0 1px    }
    .layout-right-sidebar #secondary {
        padding-left: 15px
    }
    .layout-right-sidebar #secondary:before {
        border-width: 0 1px 0 0
    }
}
@media (max-width: 1199px) and (min-width: 992px) {
    .boxed-layout #page,
    .boxed-layout .site-banner {
        width: 1000px;
        margin: 0 auto
    }
    .site-hero .hero-brick .entry-header {
        bottom: 15px
    }
    .site-hero .hero-brick .entry-header h2 {
        font-size: 18px
    }
    .site-hero .hero-brick.hero-brick-large .entry-header h2 {
        font-size: 36px;
        margin-bottom: 5px;
        line-height: 1.25
    }
    .site-hero .hero-brick .posted-on,
    .site-hero .hero-brick .entry-category {
        display: none
    }
}
@media (min-width: 1200px) {
    .boxed-layout #page,
    .boxed-layout .site-banner {
        width: 1200px;
        margin: 0 auto
    }
    .site-hero .hero-brick .entry-header h2 {
        font-size: 18px
    }
    .site-hero .hero-brick.hero-brick-large .entry-header h2 {
        font-size: 36px
    }
}
@media (min-width: 1200px) and (max-width: 1399px) {
    .hidden-xs.hidden-lg,
    tr.hidden-xs.hidden-lg,
    th.hidden-xs.hidden-lg,
    td.hidden-xs.hidden-lg {
        display: none !important
    }
}
@media print {
    a {
        color: #00f;
        text-decoration: none;
        font-weight: bold
    }
    a[href]:after {
        display: none
    }
    #primary {
        padding: 0 !important
    }
    #primary:before {
        display: none
    }
}
html #page .bar-point .review-result-wrapper,
html #page .percentage-point .review-result-wrapper,
html #page .bar-point .review-result,
html #page .percentage-point .review-result {
    max-height: 15px
}
html #page .review-total-only {
    padding: 2px 5px;
    font-weight: bold
}
html #page .review-total-only.review-mark {
    display: block;
    clear: both
}
html #page .review-total-only.review-type-star {
    padding: 0;
    background: none !important;
    margin-right: -3px;
    position: relative
}
html #page .review-total-only>* {
    display: inline-block
}
html #page .review-total-only .review-total-star {
    float: none;
    position: relative;
    left: auto;
    top: auto;
    right: auto
}
html #page .entry-content .review-total-only.review-mark {
    display: inline-block
}
html #page .post-thumb .review-total-only.review-mark.review-type-percentage,
html #page .post-thumb .review-total-only.review-mark.review-type-point {
    position: absolute;
    top: 0;
    left: 0
}
html #page .review-result-wrapper span.review-total-box {
    padding: 0
}
html #page .review-result-wrapper i {
    color: #000 !important;
    opacity: .1;
    filter: alpha(opacity=10)
}
html #page .review-result-wrapper .review-result i {
    color: #ffb800 !important;
    opacity: 1;
    filter: alpha(opacity=100)
}
.post-thumb.large .review-type-point,
.post-thumb.large .review-type-percentage {
    font-size: 1.35em
}
.sparkle-sharrre-counter {
    margin-left: 15px
}
.sparkle-sharrre-counter strong {
    font-size: 50px;
    line-height: 50px
}
.sparkle-sharrre-counter small {
    text-transform: uppercase
}
.social-share-buttons.size-large {
    margin-bottom: 5px
}
.social-share-buttons.size-small {
    margin-bottom: 5px;
    margin-top: 5px
}
.site-modal-search .form-group.has-feedback {
    margin: 0
}
.site-modal-search .form-control-feedback {
    left: auto;
    right: 0
}
.site-modal-search input {
    text-indent: 1.6em
}
.site-modal-search h3.site-modal-heading {
    text-align: center;
    font-size: 3em
}
@media (max-width: 320px) {
    #site-hero .hero-brick .entry-header h2 {
        font-size: 16px !important
    }
}

.widget_display_stats dd strong {
    font-size: 30px
}
.widget_display_stats dl > * {
    border-color: #EEE;
}
.widget_display_stats dl>* {
    display: block;
    float: right;
    line-height: 42px;
    height: 42px;
    overflow: hidden;
    border-width: 0 0 1px;
    border-style: solid;
    width: 50%
}
.widget_display_stats dl>dd {
    text-align: left
}


.btn-file {
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}
.btn-file > input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate(-300px, 0) scale(4);
  font-size: 23px;
  direction: ltr;
  cursor: pointer;
}
.fileupload {
  margin-bottom: 9px;
}
.fileupload .uneditable-input {
  display: inline-block;
  margin-bottom: 0px;
  vertical-align: middle;
  cursor: text;
}
.fileupload .thumbnail {
  overflow: hidden;
  display: inline-block;
  margin-bottom: 5px;
  vertical-align: middle;
  text-align: center;
}
.fileupload .thumbnail > img {
  display: inline-block;
  vertical-align: middle;
  max-height: 100%;
}
.fileupload .btn {
  vertical-align: middle;
}
.fileupload-exists .fileupload-new,
.fileupload-new .fileupload-exists {
  display: none;
}
.fileupload-inline .fileupload-controls {
  display: inline;
}
.fileupload-new .input-append .btn-file {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.thumbnail-borderless .thumbnail {
  border: none;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.fileupload-new.thumbnail-borderless .thumbnail {
  border: 1px solid #ddd;
}
.control-group.warning .fileupload .uneditable-input {
  color: #a47e3c;
  border-color: #a47e3c;
}
.control-group.warning .fileupload .fileupload-preview {
  color: #a47e3c;
}
.control-group.warning .fileupload .thumbnail {
  border-color: #a47e3c;
}
.control-group.error .fileupload .uneditable-input {
  color: #b94a48;
  border-color: #b94a48;
}
.control-group.error .fileupload .fileupload-preview {
  color: #b94a48;
}
.control-group.error .fileupload .thumbnail {
  border-color: #b94a48;
}
.control-group.success .fileupload .uneditable-input {
  color: #468847;
  border-color: #468847;
}
.control-group.success .fileupload .fileupload-preview {
  color: #468847;
}
.control-group.success .fileupload .thumbnail {
  border-color: #468847;
}

.polls {}
.polls > p { padding: 6px 5px;font-weight: bold; color: #363b3f; margin-bottom: 5px }
.polls img {margin: 0 auto;display: block;width: 290px;}
.polls > strong {display: block;text-align: center; padding: 10px 5px;border-top: 1px solid #E2E2E2;color: #F12020;}

.polls ul{list-style: none;margin: 5px auto;font-size: 11px;max-width: 305px;}

.polls ul.result li{position: relative;margin: 2px 12px;height: 55px;}

.polls ul.result li > span{position: relative;z-index: 2;color: #373737;}
.polls ul.result li span.votes{float: left;font-size: 10px;color: #A3A4A6;}
.polls ul.result li p{position: absolute;right: 0; bottom: 0; height:13px; width:100%; background:#F3F4F8;}
.polls ul.result li p span{position: absolute;right: 0; bottom: 0px; z-index: 1; height:11px; min-width: 2px;width:0;border: 1px solid #C7C7C7;background: url('images/poll.png') no-repeat center right;}
.polls ul.result li p,.polls ul.result li p span{-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius:3px;}

.polls ul.vote li{position: relative;color: #3A3A3B; background: #F3F4F8;margin: 2px 0;}
.polls ul.vote li label{cursor: pointer;margin-bottom: 0;}

#preview{margin: 10px;}

label,input,button,select,textarea{font-size:14px;font-weight:normal;line-height:20px;}
input:-moz-placeholder,textarea:-moz-placeholder{color:#999999;}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#999999;}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#999999;}
.radio,.checkbox{min-height:20px;padding-right:5px;}

.controls>.radio:first-child,.controls>.checkbox:first-child{padding-top:5px;}
.radio.inline,.checkbox.inline{display:inline-block;padding-top:5px;margin-bottom:0;vertical-align:middle;}
.radio.inline+.radio.inline,.checkbox.inline+.checkbox.inline{margin-right:10px;}
.input-mini{width:60px !important;}
.input-small{width:90px!important;}
.input-medium{width:150px!important;}
.input-large{width:210px!important;}
.input-xlarge{width:270px!important;}
.input-xxlarge{width:530px!important;}
.controls-row{*zoom:1;}.controls-row:before,.controls-row:after{display:table;content:"";line-height:0;}
.controls-row:after{clear:both;}
.controls-row [class*="span"],.row-fluid .controls-row [class*="span"]{float:right;}
.controls-row .checkbox[class*="span"],.controls-row .radio[class*="span"]{padding-top:5px;}
input[disabled],select[disabled],textarea[disabled],input[readonly],select[readonly],textarea[readonly]{cursor:not-allowed;background-color:#eeeeee;}
input[type="radio"][disabled],input[type="checkbox"][disabled],input[type="radio"][readonly],input[type="checkbox"][readonly]{background-color:transparent;}
.control-group.warning .control-label,.control-group.warning .help-block,.control-group.warning .help-inline{color:#c09853;}
.control-group.warning .checkbox,.control-group.warning .radio,.control-group.warning input,.control-group.warning select,.control-group.warning textarea{color:#c09853;}
.control-group.warning input,.control-group.warning select,.control-group.warning textarea{border-color:#c09853;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);}.control-group.warning input:focus,.control-group.warning select:focus,.control-group.warning textarea:focus{border-color:#a47e3c;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #dbc59e;-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #dbc59e;box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #dbc59e;}
.control-group.warning .input-prepend .add-on,.control-group.warning .input-append .add-on{color:#c09853;background-color:#fcf8e3;border-color:#c09853;}
.control-group.error .control-label,.control-group.error .help-block,.control-group.error .help-inline{color:#b94a48;}
.control-group.error .checkbox,.control-group.error .radio,.control-group.error input,.control-group.error select,.control-group.error textarea{color:#b94a48;}
.control-group.error input,.control-group.error select,.control-group.error textarea{border-color:#b94a48;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);}.control-group.error input:focus,.control-group.error select:focus,.control-group.error textarea:focus{border-color:#953b39;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #d59392;-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #d59392;box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #d59392;}
.control-group.error .input-prepend .add-on,.control-group.error .input-append .add-on{color:#b94a48;background-color:#f2dede;border-color:#b94a48;}
.control-group.success .control-label,.control-group.success .help-block,.control-group.success .help-inline{color:#468847;}
.control-group.success .checkbox,.control-group.success .radio,.control-group.success input,.control-group.success select,.control-group.success textarea{color:#468847;}
.control-group.success input,.control-group.success select,.control-group.success textarea{border-color:#468847;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);}.control-group.success input:focus,.control-group.success select:focus,.control-group.success textarea:focus{border-color:#356635;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #7aba7b;-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #7aba7b;box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #7aba7b;}
.control-group.success .input-prepend .add-on,.control-group.success .input-append .add-on{color:#468847;background-color:#dff0d8;border-color:#468847;}
.control-group.info .control-label,.control-group.info .help-block,.control-group.info .help-inline{color:#3a87ad;}
.control-group.info .checkbox,.control-group.info .radio,.control-group.info input,.control-group.info select,.control-group.info textarea{color:#3a87ad;}
.control-group.info input,.control-group.info select,.control-group.info textarea{border-color:#3a87ad;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);}.control-group.info input:focus,.control-group.info select:focus,.control-group.info textarea:focus{border-color:#2d6987;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #7ab5d3;-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #7ab5d3;box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #7ab5d3;}
.control-group.info .input-prepend .add-on,.control-group.info .input-append .add-on{color:#3a87ad;background-color:#d9edf7;border-color:#3a87ad;}

.form-actions{padding:19px 20px 20px;margin-top:20px;margin-bottom:0;background-color:#f5f5f5;border-top:1px solid #e5e5e5;*zoom:1;}.form-actions:before,.form-actions:after{display:table;content:"";line-height:0;}
.form-actions:after{clear:both;}
.help-block,.help-inline{color:#595959;}
.help-block{display:block;margin-bottom:10px;}
.help-inline{display:inline-block;*display:inline;*zoom:1;vertical-align:middle;padding-right:5px;font-size: 10px;}

.control-group{margin-bottom:10px;}
legend+.control-group{margin-top:20px;-webkit-margin-top-collapse:separate;}
.form-horizontal .control-group{margin-bottom:20px;*zoom:1;}.form-horizontal .control-group:before,.form-horizontal .control-group:after{display:table;content:"";line-height:0;}
.form-horizontal .control-group:after{clear:both;}
.form-horizontal .control-label{float:right;width:160px;padding-top:5px;text-align:left;}
.form-horizontal .controls{*display:inline-block;*padding-right:20px;margin-right:180px;*margin-right:0;}.form-horizontal .controls:first-child{*padding-right:180px;}
.form-horizontal .help-block{margin-bottom:0;}
.form-horizontal input+.help-block,.form-horizontal select+.help-block,.form-horizontal textarea+.help-block,.form-horizontal .uneditable-input+.help-block,.form-horizontal .input-prepend+.help-block,.form-horizontal .input-append+.help-block{margin-top:10px;}

.omb_social{
    list-style: none;
    display: table;
    width: 100%;
    padding: 0;
    margin: 0;
}
.omb_social li{
    display: table-cell;
    padding: 0 5px;
}
.omb_social a {
    color: white;
    opacity:0.8;
}
.omb_social a:hover,
.omb_social a:focus
{
    color: white;
    opacity:1;
}
.omb_social .omb_btn-facebook {background: #3b5998;}
.omb_social .omb_btn-twitter {background: #00aced;}
.omb_social .omb_btn-google {background: #c32f10;}
.omb_social .omb_btn-yahoo {background: #2d1152;}
.omb_social .omb_btn-linkedin {background: #0682ae;}
.omb_social .omb_btn-live {background: #0072c6;}

.omb_loginor {
    position: relative;
    font-size: 1.5em;
    color: #aaa;
    margin-top: 1em;
    margin-bottom: 1em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
.omb_loginor .omb_hror {
    background-color: #cdcdcd;
    height: 1px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.omb_loginor .omb_spanor {
    display: block;
    position: absolute;
    left: 50%;
    top: -10px;
    margin-left: -1.5em;
    background-color: white;
    width: 3em;
    text-align: center;
    text-transform: uppercase;
}

.modal {
    text-align: center;
    padding: 0!important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px; /* Adjusts for spacing */
}

.modal-dialog {
    display: inline-block;
    text-align: right;
    vertical-align: middle;
}

.progress{
    height: 5px;
    margin-bottom: 5px;
}

#fb_auth_alert{
     display: block;
     background: #FFF301;
     padding: 4px;
 }


/*
extras
*/
.view-promote-box form{  margin: 10px 0 ;  }
.view-promote-box h4{  margin-bottom: 10px;  }
.view-promote-box i.fa{  font-size: 30px;  }
.view-promote-box i.fa-facebook-square{  color: #3B5998; }
.view-promote-box i.fa-twitter-square{ color: #00AEEF; }
.view-promote-box i.fa-youtube-square{ color: #CA212A; }

.colorpicker.dropdown-menu{
    right: auto !important;
}

.list-group:nth-child(2n+1) a{
    background: #D7D7D7;
}