body {
    background: #030003 url("bg.webp") top center fixed;
    background-repeat: repeat-y;
}

a {
    color: #B4BFD2;
}

a:hover {
    color: #731C6F;
}

h1, h2, h3, h4, h5, h6, #comments-title {
    color: #A97AD0;
}

h1.entry-title {
    color: #A97AD0;
    font-size: 26px;
    font-weight: normal;
}

h2.entry-title, h2.entry-title a, .p-cat {
    color: #A97AD0;
    font-size: 24px;
    font-weight: normal;
}

h2.entry-title a:hover {
    color: #fff;
}

.p-cat, .p-cat a {
    color: #B4BFD2;
}

.p-cat a:hover {
    color: #888888;
}

#header {
    opacity: 0.95;
    background: #15151B;
    box-shadow: 4px 4px 4px;
}

#primary, #respond input, #respond textarea {
    color: #CCCDD7;
    font-size: 16px;
}

#primary .wg-pr-t, #primary .title-text-wg {
    color: #74d62f;
    font-size: 28px;
    font-weight: normal;
}

.entry-details {
    color: #B4BFD2;
    font-size: 13px;
    font-weight: normal;
}

.entry-details a {
    color: #6ba800;
}

.entry-details a:hover {
    color: #888888;
}

.more-link a {
    color: #6ba800;
    font-size: 13px;
    font-weight: bold;
}

#sidebar {
    color: #636363;
    font-size: 16px;
}

#sidebar a {
    color: #9c7c4a;
}

#sidebar a:hover {
    color: #382303;
}

#sidebar .wg-s-t, #sidebar .title-text-wg {
    color: #74d62f;
    font-size: 28px;
    font-weight: normal;
}

#top-nav > ul > li > a {
    color: #a0b1bf;
}

#top-nav > ul > li:hover > a, #top-nav > ul > li.current-menu-item > a {
    color: #f9f9f9;
}

.top-menu ul, .top-menu {
    background: #376f72;
}

#top-nav ul ul li a {
    color: #b6d4d8;
}

#top-nav ul ul li a:hover, #top-nav ul ul li.current-menu-item > a {
    color: #f9f9f9;
}

.menu a {
    color: #a48047 !important;
    border: 1px solid #e1e1e1;
}

.menu a:hover, .menu a.sublist-close, .menu li.current-menu-item > a {
    color: #4b3005 !important;
}

.menu ul a {
    color: #888888 !important;
}

.menu ul a:hover, .menu ul li.current-menu-item a {
    color: #444444 !important;
}

#bottom {
    color: #666666;
    font-size: 14px;
}

#bottom a {
    color: #495e83;
}

#bottom a:hover {
    color: #888888;
}

#bottom .wg-b-t, #bottom .title-text-wg {
    color: #74d62f;
    font-size: 20px;
    font-weight: normal;
}

.bottom-con {
    box-shadow: 4px 4px 4px;
}

#footer {
    background: #050505;
    color: #616C81;
    font-size: 11px;
    box-shadow: 4px 4px 4px;
    border-radius: 5px
}

#footer a {
    color: #B4BFD2;
}

#footer a:hover {
    color: #A97AD0;
}
body {
    font-family: Arial, Tahoma, sans-serif;
    margin: 0;
    padding: 0;
    line-height: 130%;
    color: #666;
    font-size: 14px
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 10px;
    padding: 0;
    color: white;
    font-weight: 400;
    line-height: normal
}

h1 {
    font-size: 26px
}

h2 {
    font-size: 24px
}

h3 {
    font-size: 22px
}

h4 {
    font-size: 22px
}

h5 {
    font-size: 22px
}

h6 {
    font-size: 22px
}

a {
    outline: none;
    color: #495e83;
    text-decoration: none;
    -webkit-transition: color .2s linear;
    -moz-transition: color .2s linear;
    -o-transition: color .2s linear;
    -ms-transition: color .2s linear;
    transition: color .2s linear
}

a:hover {
    text-decoration: none;
    color: #888
}

img {
    border: 0
}

blockquote {
    margin: 0;
    padding: 0 0 0 15px;
    font-style: italic;
    border-left: 1px solid #e1e1e1
}

pre, code {
    line-height: 1.8
}

del {
    text-decoration: line-through
}

embed, iframe, object, video {
    max-width: 100%;
    border: 0
}

ul {
    margin: 0;
    padding: 0 0 0 -15px;
    list-style: circle
}

ul li, ol li {
    margin: 0 0 5px
}

ol {
    margin: 0 0 5px 5px;
    padding: 0 0 0 15px
}

#bg {
    position: fixed;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    z-index: 0
}

#bg img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    min-width: 50%;
    min-height: 50%
}

.ie7 #bg img {
    width: 100%;
    height: 100%
}

#slider {
    background: #fff;
    max-width: 1160px;
    margin-bottom: 20px;
    padding: 20px
}

#slider ul, #slider ol {
    margin: 0;
    padding: 0;
    list-style: none
}

#slider li {
    background: none
}

.flexslider {
    width: 100%;
    min-height: 150px;
    position: relative
}

.loading {
    max-width: 1160px
}

.flexslider .slides > li {
    display: none;
    position: relative
}

.flexslider .slides img {
    width: 100%;
    height: auto;
    display: block
}

#slider .caption {
    background: #010101;
    background: rgba(1, 1, 1, 0.8);
    width: 100%;
    font-size: 14px;
    color: #e6e6e6;
    position: absolute;
    bottom: 0;
    left: 0
}

#slider .caption-con {
    padding: 15px 70px;
    text-align: center
}

#slider .caption-con.sl-1 {
    padding: 30px 70px
}

#slider .caption a {
    color: #e6e6e6
}

#slider .caption a:hover {
    color: #999
}

#slider .title-sl {
    font-size: 22px
}

#slider .slider-details {
    margin-top: 10px
}

#slider .slider-details a {
    text-decoration: underline
}

#slider .slider-details a:hover {
    text-decoration: none
}

#slider .lt-prev, #slider .lt-next {
    width: 37px;
    height: 37px;
    display: block;
    position: absolute;
    bottom: 20px;
    right: 0;
    z-index: 10
}

#slider .lt-prev {
    background-position: 0 0;
    left: 15px
}

#slider .lt-next {
    background-position: -37px 0;
    right: 15px
}

.lt-control-nav {
    text-align: left;
    position: absolute;
    left: 15px;
    right: 15px;
    top: 15px;
    z-index: 10
}

.lt-control-nav li {
    margin: 0 3px;
    display: inline-block;
    zoom: 1;
    *display: inline
}

.lt-control-paging li a {
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
    width: 16px;
    height: 16px;
    display: block;
    cursor: pointer;
    text-indent: -9999px;
    border-radius: 14px
}

.lt-control-paging li a:hover, .lt-control-paging li a.lt-active {
    background: #010101;
    background: rgba(1, 1, 1, 0.8)
}

.searchform {
    background: #fff;
    width: 238px;
    height: 26px;
    padding: 0 5px;
    border: 1px solid #e1e1e1
}

.searchform .in-search {
    font-family: Arial, Tahoma, sans-serif;
    background: none;
    width: 238px;
    height: 26px;
    margin: 0;
    padding: 0;
    color: #888;
    font-size: 13px;
    border: 0;
    outline: none
}

.ie7 .searchform .in-search {
    margin: 4px 0 0
}

.ie8 .searchform .in-search {
    margin: 5px 0 0
}

.text-wg {
    padding: 15px
}

.text-wg p {
    margin: 0 0 10px
}

.title-text-wg {
    margin-bottom: 15px;
    padding: 5px
}

.posts-wg {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
    overflow: hidden
}

.p-r-wg {
    margin-left: 92px;
    float: left
}

.p-thumb-wg {
    width: 80px;
    margin-right: -92px;
    float: left
}

.p-thumb-wg img {
    height: 80px;
    width: 80px;
    display: block
}

.p-date-wg {
    font-size: 12px;
    margin-top: 5px
}

.widget_categories ul, .widget_archive ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.widget_categories ul li, .widget_archive ul li {
    margin: 0 0 6px;
    padding: 0 0 6px;
    display: block;
    position: relative;
    border-bottom: 1px solid #e1e1e1;
    overflow: hidden
}

.widget_categories ul .children {
    padding-left: 5px
}

.widget_categories ul .children li {
    margin: 0;
    padding: 6px 0 0;
    border-bottom: 0
}

.widget_categories ul li.current-cat a {
    color: #888 !important
}

span.cat-count {
    margin-left: 5px;
    display: block;
    float: right
}

.tagcloud a {
    margin: 0 2px 2px 0;
    display: inline-block
}

.ie7 .tagcloud a {
    display: inline
}

.widget_recent_comments ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none
}

.widget_recent_comments ul li {
    margin: 0 0 5px !important;
    padding: 0 0 0 25px !important;
    display: block
}

#header {
    max-width: 1030px;
    height: auto;
    margin: 20px auto;
    padding: 0 20px;
    position: relative;
    z-index: 900
}

#logo {
    height: auto;
    margin-top: 5px;
    display: block;
    float: left
}

#logo-text {
    margin-top: 21px;
    display: block;
    line-height: normal;
    font-size: 32px;
    float: left
}

#logo-text a {
    color: #f9f9f9
}

#logo-text a:hover {
    color: #888
}

.top_links {
    float: right;
    margin-top: 20px;
}

.top_links a {
    padding: 10px 30px;
    border: 1px solid #729b01;
    background: #6c9402;
    border-radius: 5px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    margin: 5px;
}

.top_links a:hover {
    background: #b7ea34;
    color: #090104;
}

#top-nav {
    float: none;
    position: relative;
    z-index: 900;
    width: 100%;
    clear: both;
}

#top-nav ul {
    margin: 0;
    padding: 0;
    list-style: none
}

#menu-icon {
    display: none
}

.top-menu li {
    float: left;
    position: relative;
    list-style: none;
    float: left
}

.top-menu a {
    margin-left: 20px;
    padding-bottom: 10px;
    display: block;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 15px;
    position: relative
}

.top-menu ul {
    width: 221px;
    height: auto;
    padding: 10px 0 !important;
    display: none;
    position: absolute;
    left: 20px
}

.top-menu ul li {
    float: none;
    margin: 0;
    padding: 0;
    position: relative
}

.top-menu ul a {
    height: auto;
    margin: 0;
    padding: 5px 20px;
    font-size: 13px;
    line-height: 130%;
    font-weight: 400;
    text-transform: none
}

.top-menu li:hover > ul {
    display: block
}

.top-menu ul ul {
    position: absolute;
    left: 180px;
    top: -10px
}

.page404 {
    padding: 10px;
    background-size: cover;
    padding-bottom: 30px;
}

.page404 h1 {
    text-align: center;
    color: #fff;
    margin-bottom: 60px;
}

.t404 {
    margin-top: 150px;
    text-align: left;
    padding-left: 350px;
    font-size: 42px;
    line-height: 45px;
    margin-bottom: 50px;
    color: #000;
}

.desc404 {
    padding-left: 350px;
    color: #000;
    font-size: 20px;
    line-height: 25px;
}

a.link404 {
    float: right;
    margin-right: 20px;
    display: inline-block;
    padding: 10px 25px;
    margin-top: 40px;
    background: #182341;
    color: #fff;
    text-transform: uppercase;
}

.wpcf7 input, .wpcf7 textarea {
    padding: 13px 10px;
    border-radius: 5px;
    border: 1px solid #cccccc;
    color: #5a5a5a !important;
    font-size: 14px;
    width: 100%;
    max-width: 100% !important;
    display: block;
    box-sizing: border-box;
    outline: none;
    font-family: arial;
}

.wpcf7 input.wpcf7-form-control.wpcf7-submit {
    display: inline-block !important;
    width: auto;
    float: right;
    padding: 12px 25px;
    margin-right: 10px;
    cursor: pointer;
    background: #212841;
    color: #fff !important;
    text-transform: uppercase;
    border: none;
}

span.wpcf7-not-valid-tip {
    display: none !important;
}

.wpcf7 input.wpcf7-not-valid, .wpcf7 textarea.wpcf7-not-valid {
    box-shadow: 0 0 2px 1px rgba(255, 0, 0, 0.25);
}

.wpcf7 textarea {
    width: 100%;
}

span.wpcf7-form-control-wrap.email-155, span.wpcf7-form-control-wrap.textarea-576 {
    width: 100% !important;
}

.wpcf7 span.wpcf7-form-control-wrap {
    display: inline-block;
    width: 50%;
    float: left;
    margin-bottom: 20px;
    padding: 0 10px;
    box-sizing: border-box;
}

.bl1 {
    overflow: hidden;
}

.bl1, .bl2 {
    padding: 0 20px;
    max-width: 900px;
    margin: 0 auto;
    box-shadow: 4px 4px 4px;
    clear: both;
}

.bl2 {
    padding-top: 17px;
}

body #header {
    padding: 0;
    max-width: none;
    background: none;
    box-shadow: none;
}

@media screen and (max-width: 1000px) {
    .bl2 {
        padding-top: 10px;
    }

    .bl1 {
        padding-bottom: 17px !important;
    }

    span.menu_li {
        width: 0;
        height: 0;
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px;
        border-top: 4px dashed;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
    }

    li.menu-item-has-children a {
        position: relative;
    }

    span.vm_link {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        z-index: 9999;
        max-height: 23px;
    }

    .top-menu li.menu-item-has-children ul,
    .top-menu li:hover > ul {
        display: none;
    }

    .top-menu li.menu-item-has-children.active ul {
        display: block;
    }

    body .top-menu {
        width: 100%;
        margin: 0 auto !important;
        padding: 10px 0 !important;
        display: none;
        position: relative;
        left: auto;
        top: auto;
        z-index: 10000;
        clear: both;
        background: #212841;
    }

    body .top-menu li ul.sub-menu {
        background: #212841;
    }


    #menu-icon {
        width: 42px;
        height: 29px;
        margin-top: 5px;
        padding-left: 37px;
        display: block;
        color: #f9f9f9;
        font-size: 15px;
        line-height: 2;
        font-weight: 700;
        cursor: pointer;
        margin: 0 0 10px;
        float: left;
        clear: both;
    }

    .top-menu a {
        margin-left: 0
    }

    .top-menu li {
        float: none
    }

    .top-menu a {
        height: auto;
        padding: 2px 15px
    }

    .top-menu a:hover, .top-menu li:hover a.sublist, .top-menu li.current-menu-item > a {
        background: none
    }

    .top-menu ul {
        width: auto;
        padding: 0 0 0 10px !important;
        display: block;
        position: static
    }

    .top-menu ul a {
        padding: 2px 15px;
        border: 0
    }

    .top-menu ul ul {
        position: static
    }

    body .menu-item a.menu-image-title-below img.menu-image.menu-image-title-below {
        max-width: 28px !important;
        height: auto;
        display: block;
        float: left;
        margin-right: 10px !important;
        margin-top: -5px;
    }

    .top-menu li {
        clear: both;
    }

    .menu-item a.menu-image-title-below {
        text-align: left;
    }

    .active .sub-menu {
        display: block;
    }


}


@media screen and (min-width: 1000px) {
    .top-menu {
        display: block !important
    }
}

ul.menu {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 12px
}

ul.menu li {
    background: none;
    margin: 0;
    padding: 0;
    list-style: none
}

.menu a {
    margin-bottom: 4px;
    padding: 4px 8px;
    font-size: 14px;
    color: #666;
    display: block
}

.menu a.sublist {
    padding-right: 23px
}

.menu a.sublist.sublist-close {
    padding-right: 23px
}

.menu a:hover, .menu li:hover a.sublist, .menu li.current-menu-item > a {
    color: #333
}

.menu ul {
    padding-left: 5px;
    display: none
}

#wrap {
    width: 100%;
    position: relative;
    z-index: 2
}

#container {
    max-width: 940px;
    margin: 0 auto
}

#primary {
    width: 100%;
    float: left
}

#primary img {
    max-width: 100%;
    height: auto
}

#primary-con {
    margin-right: 0px
}

.pr-no-s {
    margin-right: 0 !important
}

.l_s #primary-con {
    margin-left: 310px;
    margin-right: 0
}

.page-template-page-one-column-php #primary-con {
    margin-left: 0;
    margin-right: 0
}

.wg-pr, .meta-desc {
    background: #fff;
    margin-bottom: 20px;
    padding: 20px;
    overflow: hidden
}

.entry-con .wg-pr {
    margin-bottom: 0;
    padding: 0;
    box-shadow: none
}

.wg-pr-t {
    margin-bottom: 20px
}

#sidebar {
    width: 290px;
    margin-left: -290px;
    float: left
}

.l_s #sidebar {
    margin-left: -100%
}

#sidebar img {
    max-width: 100%;
    height: auto
}

.wg-s {
    background: #000100;
    margin-bottom: 20px;
    padding: 20px;
    overflow: hidden
}

.wg-s-t {
    margin-bottom: 20px
}

.meta-desc h1 {
    margin: 0
}

.meta-desc p {
    margin-bottom: 0
}

.post, .type-page, .blog .post, .blog .type-page {
    opacity: 0.95;
    background: #030003;
    margin-bottom: 20px;
    padding: 20px;
    overflow: hidden
}

.single .entry-con {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e1e1e1
}

.thumb-entry {
    width: 170px;
    margin-right: -190px;
    float: left
}

.thumb-entry img {
    width: 170px;
    height: 150px;
    display: block
}

.p-r {
    margin-left: 190px
}

.entry-details {
    display: block;
    float: left
}

.single .entry-details {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e1e1e1;
    float: none
}

.p-cat {
    display: inline
}

.p-top {
    width: 100%;
    margin-bottom: 10px
}

.single .p-top {
    margin-bottom: 15px
}

h1.entry-title {
    margin-bottom: 20px
}

h2.entry-title {
    display: inline
}

.excerpt-con {
    margin-bottom: 10px
}

.excerpt-con p {
    margin: 0
}

.more-link {
    margin-left: 10px;
    float: right
}

.more-link a:hover {
    text-decoration: underline
}

.single .post img, .page .post img {
    max-width: 100%;
    height: auto
}

.fluid-width-video-wrapper {
    margin-bottom: 20px
}

.wp-video {
    width: 100% !important;
    margin-bottom: 20px
}

.wp-video-shortcode, .wp-audio-shortcode {
    width: 100% !important;
    outline: none
}

.wp-audio-shortcode {
    margin-bottom: 20px
}

.post .mejs-layer, .post .mejs-mediaelement, .post .mejs-container .mejs-controls {
    background: #191919
}

.post .mejs-controls .mejs-time-rail .mejs-time-current, .post .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    background: #0096ff
}

.post .mejs-controls .mejs-time-rail .mejs-time-total, .post .mejs-controls .mejs-time-rail .mejs-time-loaded, .post .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    background: #323232
}

.post .mejs-controls .mejs-time-rail span, .post .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .post .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    border-radius: 0
}

.post .mejs-button button {
    outline: none !important
}

.gallery {
    margin: 0 auto;
    overflow: hidden
}

.gallery br {
    display: none
}

.gallery-item {
    background: #fff;
    margin: 0 0 10px;
    float: left
}

.gallery-item a:hover img {
    opacity: .2
}

.gallery-item img {
    display: block
}

.gallery-caption {
    display: none
}

.gallery-columns-1 .gallery-item {
    width: 100%
}

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

.gallery-columns-3 .gallery-item {
    width: 33.3%
}

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

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

.edit-link {
    background: #fac105;
    margin-bottom: 10px;
    padding: 2px 10px;
    font-size: 12px;
    display: inline-block
}

.edit-link a {
    color: #333
}

.edit-link a:hover {
    color: #fffffe
}

.alignleft, img.alignleft {
    display: inline;
    float: left;
    margin-right: 15px
}

.alignright, img.alignright {
    display: inline;
    float: right;
    margin-left: 15px
}

.aligncenter, img.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto
}

img.alignleft, img.alignright, img.aligncenter {
    margin-top: 2px;
    margin-bottom: 10px
}

.nav-post {
    margin-bottom: 20px;
    overflow: hidden
}

.nav-post a {
    display: block
}

.nav-post-prev {
    float: right;
    text-align: right;
    width: 50%
}

.nav-post-next {
    float: left;
    width: 50%
}

.related-post {
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
    border-bottom: 1px solid #e1e1e1
}

.related-post-title {
    margin-bottom: 5px;
    font-size: 18px;
    color: #444;
    letter-spacing: normal;
    line-height: normal
}

.related-post-e-t {
    display: block;
    padding: 0 10px;
    font-size: 16px
}

.related-post img {
    margin-right: 15px;
    float: left
}

.post .related-post ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.related-post ul li {
    max-width: 170px;
    margin: 15px 0 0;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    line-height: normal;
    letter-spacing: normal;
    overflow: hidden
}

.related-post img {
    margin-bottom: 10px;
    display: block
}

.comments-title {
    margin-bottom: 20px;
    color: #444;
    font-size: 18px
}

#reply-title {
    margin-top: 20px;
    font-size: 18px
}

#comments ol, #comments ul {
    list-style: none;
    padding: 0;
    margin: 0
}

#comments li {
    background: none;
    padding: 0;
    margin: 0
}

.nopassword, .nocomments {
    font-size: 14px;
    font-weight: 400;
    margin: 20px 0;
    text-align: center
}

.commentlist div.comment {
    margin: 0 0 25px 80px;
    border-bottom: 1px solid #e1e1e1;
    position: relative
}

.commentlist .children div.comment {
    margin-left: 160px
}

.commentlist .children .children div.comment {
    margin-left: 240px
}

.commentlist .children .children .children div.comment {
    margin-left: 320px
}

.commentlist .children .children .children .children div.comment {
    margin-left: 400px
}

.comment-author {
    font-size: 16px;
    margin-bottom: 5px
}

.comment-author .fn {
    color: #444
}

.commentlist .avatar {
    position: absolute;
    top: 0;
    left: -80px
}

.comment-meta {
    color: #888;
    font-size: 12px
}

#cancel-comment-reply-link {
    margin-top: 10px;
    display: block;
    color: #e96666;
    font-size: 12px
}

.comment-awaiting-moderation {
    color: #e96666;
    font-style: italic
}

#comment-navigation {
    padding-top: 10px
}

.pinglist li {
    margin: 0 5px 5px !important;
    float: left
}

#respond input, #respond textarea {
    font-family: Arial, Tahoma, sans-serif;
    background: #fff;
    height: 26px;
    width: 300px;
    padding: 0 5px;
    display: block;
    border: 1px solid #e1e1e1;
    outline: none
}

#respond textarea {
    width: 95%;
    height: 120px;
    padding: 5px
}

#respond input#submit {
    font-family: Arial, Tahoma, sans-serif;
    background: #fff;
    width: 100px;
    margin: 5px 0 0;
    padding: 0;
    color: #888;
    outline: none;
    cursor: pointer
}

#respond input#submit:hover {
    color: #333
}

p.comment-form-author, p.comment-form-email, p.comment-form-url {
    width: 312px;
    position: relative
}

p.comment-form-author label, p.comment-form-email label, p.comment-form-url label {
    width: 50px;
    text-align: left;
    position: absolute;
    top: 4px;
    right: -60px
}

.required {
    display: block;
    position: absolute;
    top: 0;
    right: 0
}

p.comment-form-author .required {
    right: 0
}

#respond .comment-form-author .required, #respond .comment-form-email .required {
    color: #f77;
    font-size: 15px;
    font-weight: 700
}

.page-nav {
    margin-bottom: 20px;
    font-size: 14px
}

.page-nav .page-numbers {
    background: #fff;
    display: block;
    float: left;
    margin: 0 6px 0 0;
    padding: 5px 8px;
    text-decoration: none;
    color: #666
}

.page-nav a:hover {
    color: #444
}

.page-nav .current {
    color: #444;
    font-weight: 700
}

.toggle {
    margin-bottom: 3px;
    position: relative
}

.toggle-block {
    display: none;
    border: 1px solid #dedede;
    border-top: 0;
    overflow: hidden
}

.toggle-block .toggle-con {
    padding: 10px;
    overflow: hidden
}

.toggle-open {
    background: #fafafa;
    padding: 5px;
    display: block;
    color: #444;
    font-weight: 700;
    font-size: 14px;
    border: 1px solid #dedede;
    cursor: pointer
}

.toggle-open span {
    background-position: 0 0;
    width: 8px;
    height: 11px;
    margin: 0 5px 0 0;
    display: inline-block
}

.ie7 .toggle-open span {
    display: inline;
    vertical-align: middle
}

.toggle-close span {
    background-position: 0 -11px
}

ul.tabs-lt {
    margin: 0 !important;
    padding: 0;
    height: 31px
}

ul.tabs-lt li {
    background: none;
    float: left;
    padding: 0;
    margin: 0;
    list-style-type: none
}

ul.tabs-lt a {
    background: #fafafa;
    height: 17px;
    margin-right: 3px;
    padding: 6px 12px;
    display: block;
    font-size: 14px;
    color: #777 !important;
    font-weight: 700;
    outline: 0;
    border: 1px solid #dedede;
    float: left;
    position: relative;
    bottom: -1px;
    z-index: 1
}

ul.tabs-lt a:hover {
    color: #444 !important
}

ul.tabs-lt a.current {
    background: #fff;
    height: 18px;
    color: #444 !important;
    border-bottom: 0;
    cursor: default
}

ul.tabs-lt a:hover {
    color: #444 !important
}

.panes {
    padding: 10px;
    border: 1px solid #dedede
}

.panes > div {
    display: none;
    overflow: hidden
}

.color-bl {
    padding: 15px;
    margin: 5px 0;
    overflow: hidden;
    clear: both
}

.color-bl a {
    text-decoration: underline
}

.color-bl a:hover {
    text-decoration: none
}

.white-bl {
    background: #fff;
    border: 1px solid #dedede
}

.white-bl a {
    text-decoration: none
}

.blue-bl {
    background: #ecf4f8;
    color: #5e779e;
    border: 1px solid #d3dee4
}

.blue-bl a {
    color: #5e779e
}

.blue-bl h1, .blue-bl h2, .blue-bl h3, .blue-bl h4, .blue-bl h5, .blue-bl h6 {
    color: #5e779e
}

.green-bl {
    background: #f3ffd8;
    color: #669500;
    border: 1px solid #d1ec97
}

.green-bl a {
    color: #669500
}

.green-bl h1, .green-bl h2, .green-bl h3, .green-bl h4, .green-bl h5, .green-bl h6 {
    color: #669500
}

.red-bl {
    background: #fcefef;
    color: #c65555;
    border: 1px solid #efd3d3
}

.red-bl a {
    color: #c65555
}

.red-bl h1, .red-bl h2, .red-bl h3, .red-bl h4, .red-bl h5, .red-bl h6 {
    color: #c65555
}

a.button {
    padding: 5px 10px;
    color: #fffffe !important;
    font-weight: 700;
    font-size: 14px;
    display: inline-block;
    text-shadow: none;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    -o-transition: .2s ease;
    -ms-transition: .2s ease;
    transition: .2s ease
}

a.button.green {
    background: #8dbc00;
    border-bottom: 2px solid #7ea800
}

a.button.green:hover {
    background: #98c809
}

a.button.blue {
    background: #3ba0e0;
    border-bottom: 2px solid #2e8dca
}

a.button.blue:hover {
    background: #40aef3
}

a.button.red {
    background: #dd5f5f;
    border-bottom: 2px solid #c75454
}

a.button.red:hover {
    background: #ef6969
}

a.button.orange {
    background: #ffa800;
    border-bottom: 2px solid #e79800
}

a.button.orange:hover {
    background: #ffb400
}

a.button.pink {
    background: #cd61c5;
    border-bottom: 2px solid #b956b2
}

a.button.pink:hover {
    background: #df69d6
}

a.button.dark {
    background: #828282;
    border-bottom: 2px solid #707070
}

a.button.dark:hover {
    background: #8d8d8d
}

.two_col {
    width: 48%;
    margin: 0 0 15px;
    float: left
}

.three_col {
    width: 30.66%;
    margin: 0 4% 15px 0;
    float: left
}

.four_col {
    width: 22%;
    margin: 0 4% 15px 0;
    float: left
}

.last_col {
    margin: 0 0 15px;
    float: right;
    clear: right
}

#bottom {
    max-width: 1200px;
    margin: 0 auto 20px;
    text-align: left
}

#bottom-left, #bottom-center, #bottom-right {
    width: 32.26%;
    margin-right: 1.6%;
    float: left
}

#bottom-right {
    margin-right: 0
}

.bottom-con {
    background: #fff;
    padding: 20px 20px 0;
    overflow: hidden
}

#bottom img {
    max-width: 100%;
    height: auto
}

.wg-b-l, .wg-b-c, .wg-b-r {
    width: 100%;
    margin-bottom: 20px
}

.wg-b-t {
    margin-bottom: 20px
}

#footer {
    max-width: 900px;
    margin: 0 auto 20px;
    padding: 20px;
}

.wg-f-t {
    display: none
}

@media screen and (max-width: 768px) {
    .page404 {
        padding: 10px 0 30px;
        background-size: contain;
        padding-bottom: 30px;
    }

    .t404 {
        margin-top: 250px;
        text-align: left;
        padding-left: 20px;
    }

    .desc404 {
        padding-left: 20px;
    }

    a.link404 {
        float: none;
        margin: 20px auto;
        padding: 18px 40px;
        font-size: 23px;
    }

    .page404 h1 {
        margin-bottom: 60px;
        background: #212841;
        padding-bottom: 5px;
    }

    #logo {
        float: none;
        margin: 0 auto;
        text-align: center;
    }

    #primary {
        width: 100%;
        float: none
    }

    #primary-con {
        margin-right: 0
    }

    .l_s #primary-con {
        margin-left: 0;
        margin-right: 0
    }

    #sidebar {
        width: auto;
        margin-left: 0;
        float: none
    }

    .l_s #sidebar {
        margin-left: 0
    }

    .top_links {
        float: none;
        margin-top: 0;
        text-align: center;
    }
}

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


    .p-r {
        margin-right: 0;
        float: none
    }

    .p-con {
        margin-right: 0
    }

    .commentlist div.comment {
        margin-left: 25px
    }

    .commentlist .children div.comment {
        margin-left: 50px
    }

    .commentlist .children .children div.comment {
        margin-left: 75px
    }

    .commentlist .children .children .children div.comment {
        margin-left: 100px
    }

    .commentlist .children .children .children .children div.comment {
        margin-left: 125px
    }

    .commentlist .avatar {
        position: absolute;
        top: 0;
        left: -25px;
        width: 20px;
        height: 20px
    }

    ul.tabs-lt {
        height: auto
    }

    ul.tabs-lt li {
        float: none
    }

    ul.tabs-lt a {
        height: auto;
        margin-right: 0;
        border-bottom: 0;
        float: none
    }

    #bottom-left, #bottom-center, #bottom-right {
        width: 100%;
        margin-right: 0;
        float: none
    }
}

@media screen and (max-width: 480px) {
    .flexslider {
        min-height: 50px
    }

    #slider .caption {
        display: none
    }

    #slider .lt-prev, #slider .lt-next {
        display: none
    }

    #header {
        height: auto;
        padding-top: 20px
    }

    #logo, #logo-text {
        display: block;
        float: none;
        height: auto;
        max-width: none;
        margin: 0 auto;
        text-align: center;
    }

    #logo a {
        display: block;
        overflow: hidden
    }

    #logo a img {
        max-width: 100%
    }

    #menu-icon {
        width: 42px;
        height: 31px;
        margin-top: 0;
        float: none
    }

    #top-nav {
        margin-top: 0;
        margin-bottom: 20px;
        float: none
    }

    .top-menu {
        left: 0;
        top: 40px
    }

    .thumb-entry {
        width: 170px;
        margin: 0 auto 15px;
        float: none
    }

    .p-r {
        margin-left: 0
    }

    .three_col, .four_col {
        width: 100%;
        margin: 0 0 15px;
        float: none
    }

    .top_links a {
        margin-left: 0;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 420px) {
    p.comment-form-author, p.comment-form-email, p.comment-form-url {
        width: 100%
    }

    p.comment-form-author label, p.comment-form-email label, p.comment-form-url label {
        width: 100%;
        margin-bottom: 5px;
        display: block;
        position: static
    }

    .required {
        display: inline-block;
        position: static
    }

    #respond input, #respond textarea {
        width: 90%
    }
}

.clear {
    clear: both;
    height: 0;
    overflow: hidden;
    font-size: 0;
    line-height: 0
}

.rpwwt-widget ul {
    list-style: outside none none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0
}

.rpwwt-widget ul li {
    overflow: hidden;
    margin: 0 0 1.5em
}

.rpwwt-widget ul li:last-child {
    margin: 0
}

.rpwwt-widget ul li img {
    display: inline;
    float: left;
    margin: .3em .75em .75em 0
}

#rpwwt-recent-posts-widget-with-thumbnails-3 img {
    width: 75px;
    height: 75px
}

#rpwwt-recent-posts-widget-with-thumbnails-4 img {
    width: 75px;
    height: 75px
}

#rpwwt-recent-posts-widget-with-thumbnails-5 img {
    width: 75px;
    height: 75px
}

nav.footer-menu {
    margin-top: 15px
}

nav.footer-menu ul li a {
    display: block;
    margin: 0 5px;
    font-size: 14px
}

nav.footer-menu ul li {
    display: inline-block
}

div#breadcrumbs a {
    color: #212841 !important;
    text-decoration: underline;
}

div#breadcrumbs {
    margin-bottom: 5px;
}

.bonus {
    display: block;
    position: fixed;
    z-index: 2;
    bottom: 30px;
    left: 5%;
    width: 64px;
    height: 64px;
    cursor: pointer;
    background-size: contain;
    animation-duration: 3s;
    animation-delay: 2s;
    animation-iteration-count: infinite;
}

@keyframes bubble {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    5% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes bonus {
    from, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes bonus {
    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

.bonus {
    -webkit-animation-name: bonus;
    animation-name: bonus;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

@media (max-width: 444px) {
    .widget-modal {
        .widget-modal__content {
            width: inherit !important;
        }
    }
}

nav ul {
    display: flex;
    flex-wrap: wrap;
}

nav li {
    margin: 10px;
}

nav a {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
}

nav ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}
footer p {
    text-align: center;
    padding: 20px;
}
#logo img {
    max-width: 150px !important;
}
.top_links {
    margin: 10px;
}
table {
    margin: 30px 0;
    width: 100%;
}
td, th {
    word-break: break-all;
    text-align: center;
    padding: 5px;
    border: 1px solid #729b01;
}
main img {
    display: block;
    max-width: 100%;
    border-radius: 14px;
    margin: 30px auto;
}
