html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

body {
    color: #FFF;
    background: #eaeaea;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 300
}

::selection {
    background: #3b8dbd;
    color: #fff
}

::-moz-selection {
    background: #3b8dbd;
    color: #fff
}

a {
    color: #bd6cec;
    text-decoration: none;
    outline: 0
}

a:hover {
    color: #fff
}

img {
    /* max-width: 100%; */
    /* height: auto; */
}

.sites img {
    width: 500px;
    max-width: 100%;
    /* height: auto; */
}

a, a:before, a:after {
    -webkit-transition-property: background color;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: ease;
    -moz-transition-property: background color;
    -moz-transition-duration: 0.2s;
    -moz-transition-timing-function: ease;
    -o-transition-property: background color;
    -o-transition-duration: 0.2s;
    -o-transition-timing-function: ease;
    transition-property: background color;
    transition-duration: 0.2s;
    transition-timing-function: ease
}

a img {
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
}

.item img {
    /* width: 100%; */
    /* height: auto; */
}

address, cite, em {
    font-style: italic
}

strong {
    font-weight: 600
}

.left, .alignleft {
    float: left
}

.right, .alignright {
    float: right
}

.aligncenter {
    margin-left: auto;
    margin-right: auto
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0
}

.group:before, .group:after {
    content: "";
    display: table
}

.group:after {
    clear: both
}

.group {
    zoom: 1
}

.fa {
    width: 1em;
    text-align: center;
}

body {
    font-family: 'Open Sans', sans-serif
}

@font-face {
    font-family: 'Titillium';
    src: url(fonts/titillium-light-webfont.eot);
    src: url('fonts/titillium-light-webfont.svg#titillium-light-webfont') format('svg'), url('fonts/titillium-light-webfont.eot?#iefix') format('embedded-opentype'), url(fonts/titillium-light-webfont.woff) format('woff'), url(fonts/titillium-light-webfont.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Titillium';
    src: url(fonts/titillium-lightitalic-webfont.eot);
    src: url('fonts/titillium-lightitalic-webfont.svg#titillium-lightitalic-webfont') format('svg'), url('fonts/titillium-lightitalic-webfont.eot?#iefix') format('embedded-opentype'), url(fonts/titillium-lightitalic-webfont.woff) format('woff'), url(fonts/titillium-lightitalic-webfont.ttf) format('truetype');
    font-weight: 300;
    font-style: italic
}

@font-face {
    font-family: 'Titillium';
    src: url(fonts/titillium-regular-webfont.eot);
    src: url('fonts/titillium-regular-webfont.svg#titillium-regular-webfont') format('svg'), url('fonts/titillium-regular-webfont.eot?#iefix') format('embedded-opentype'), url(fonts/titillium-regular-webfont.woff) format('woff'), url(fonts/titillium-regular-webfont.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Titillium';
    src: url(fonts/titillium-regularitalic-webfont.eot);
    src: url('fonts/titillium-regularitalic-webfont.svg#titillium-regular-webfont') format('svg'), url('fonts/titillium-regularitalic-webfont.eot?#iefix') format('embedded-opentype'), url(fonts/titillium-regularitalic-webfont.woff) format('woff'), url(fonts/titillium-regularitalic-webfont.ttf) format('truetype');
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: 'Titillium';
    src: url(fonts/titillium-semibold-webfont.eot);
    src: url('fonts/titillium-semibold-webfont.svg#titillium-semibold-webfont') format('svg'), url('fonts/titillium-semibold-webfont.eot?#iefix') format('embedded-opentype'), url(fonts/titillium-semibold-webfont.woff) format('woff'), url(fonts/titillium-semibold-webfont.ttf) format('truetype');
    font-weight: 600;
    font-style: normal
}

input, textarea, button, select, label {
    font-family: inherit
}

.themeform input, .themeform textarea, .themeform button, .themeform select, .themeform label {
    font-size: 14px
}

.themeform input::-moz-focus-inner, .themeform button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.themeform input[type="text"], .themeform input[type="password"], .themeform input[type="email"], .themeform input[type="submit"], .themeform input[type="button"], .themeform button, .themeform textarea {
    margin: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.themeform input, .themeform textarea, .themeform button {
    -moz-appearance: none;
    -webkit-appearance: none;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.themeform input[type="checkbox"] {
    -moz-appearance: checkbox;
    -webkit-appearance: checkbox
}

.themeform input[type="radio"] {
    -moz-appearance: radio;
    -webkit-appearance: radio
}

.themeform label {
    font-weight: 600;
    color: #FFF;
    font-size: 20px;
}

.themeform input[type="text"], .themeform input[type="password"], .themeform input[type="email"], .themeform textarea {
    background: #fff;
    border: 2px solid #ddd;
    color: #777;
    max-width: 100%;
    outline: none;
    padding: 7px 8px
}

.themeform input[type="text"]:focus, .themeform input[type="password"]:focus, .themeform input[type="email"]:focus, .themeform textarea:focus {
    border-color: #ccc;
    color: #444;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .1);
    box-shadow: 0 0 3px rgba(0, 0, 0, .1)
}

.themeform label .required {
    color: #7b0eba
}

.themeform input[type="submit"], .themeform button[type="submit"] {
    background: #7b0eba;
    color: #fff;
    padding: 9px 14px;
    font-weight: 600;
    display: inline-block;
    border: none;
    cursor: pointer;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.themeform input[type="submit"]:hover, .themeform button[type="submit"]:hover {
    background: #444
}

.themeform input[type="button"], .themeform button[type="button"] {
    background: #7b0eba;
    color: #fff;
    padding: 8px 14px;
    font-weight: 600;
    display: inline-block;
    border: none;
    cursor: pointer;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 10px 0 0 0;
    font-size: 22px
}

.themeform input[type="button"]:hover, .themeform button[type="button"]:hover {
    background: #444
}

.themeform.searchform div {
    position: relative;
}

.themeform.searchform div input {
    /* padding-left: 26px; */
    line-height: 20px;
    border-radius: 2px;
    width: -webkit-fill-available;
}

/* .themeform.searchform div:after {
    color: #ccc;
    line-height: 24px;
    font-size: 14px;
    content: "\f002";
    position: absolute;
    left: 10px;
    top: 6px;
    font-family: FontAwesome;
} */

.mobile-only {
    display: none;
}


.entry {
    font-size: 18px;
    line-height: 1.6em;
}

.entry p, .entry dd {
    /* margin-bottom: 1em; */
}

.entry dt {
    color: #444
}

.entry ol, .entry ul {
    margin: 0 0 15px 30px
}

.entry ol ol, .entry ol ul, .entry ul ul, .entry ul ol {
    margin-bottom: 0
}

.entry li {
    margin: 0
}

.entry ul li, .entry ol ul li {
    /* list-style: square */
}

.entry ol li, .entry ol ul ol li {
    list-style: decimal
}

.entry dt {
    font-weight: 600
}

.entry address {
    margin-bottom: 1em
}

.entry blockquote {
    position: relative;
    color: #777;
    font-style: italic;
    margin: 0 0 20px 0;
    padding-left: 50px
}

.entry blockquote p {
    margin-bottom: .75em
}

.entry blockquote:before {
    content: "\f10d";
    color: #ccc;
    font-size: 32px;
    font-style: normal;
    font-family: FontAwesome;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0
}

.entry blockquote.twitter-tweet:before {
    content: "\f099"
}

.entry code, .entry pre {
    font-family: Monaco, "Courier New", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", monospace;
    font-size: 11px
}

.entry pre {
    /*background: url(img/pre.png) repeat top;*/
    padding: 18px 20px;
    margin: 30px 0;
    border: 1px solid #ddd;
    line-height: 19px;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-x: auto;
    overflow-y: hidden
}

.entry code {
    background: #eee;
    padding: 0 3px
}

.entry ins {
    background: #fff486
}

.entry sub, .entry sup {
    font-size: 62.5%
}

.entry sub {
    vertical-align: sub
}

.entry sup {
    vertical-align: super
}

.entry img.size-auto, .entry img.size-large, .entry img.size-medium, .entry attachment img {
    max-width: 100%;
    height: auto
}

.entry img.alignleft {
    margin: 18px 20px 18px 0
}

.entry img.alignright {
    margin: 18px 0 18px 20px
}

.entry img.aligncenter {
    margin: 18px auto;
    clear: both;
    display: block
}

.entry img .size-full {
    width: 100% !important
}

.entry .gallery img, .entry img.wp-smiley {
    margin: 0
}

.entry .wp-caption {
    background: #f1f1f1;
    max-width: 100%;
    margin-bottom: 14px;
    padding-top: 5px;
    text-align: center
}

.entry .wp-caption-text {
    font-style: italic
}

.entry .wp-caption a {
    border-bottom: none
}

.entry .wp-caption img {
    margin: 0;
    max-width: 100%;
    height: auto
}

.entry .wp-caption.alignleft {
    margin-right: 20px
}

.entry .wp-caption.alignright {
    margin-left: 20px
}

.entry .wp-caption.alignnone {
    width: 100% !important;
    overflow: hidden
}

.entry .wp-caption.alignnone img {
    margin: 0 auto;
    max-width: 100% !important
}

.entry .wp-caption-text {
    color: #999;
    font-size: 13px;
    padding: 0 0 8px 0;
    margin: 0
}

.entry table {
    font-size: 14px;
    margin-bottom: 1.5em;
    width: 100%;
    text-align: center
}

.entry table td {
    border-bottom: 1px solid #f1f1f1;
    text-align: center;
    padding: 5px;
    vertical-align: middle
}

.entry table th {
    font-weight: 600;
    text-align: center;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    padding: 10px 5px
}

.entry .gallery {
    clear: both;
    overflow: hidden;
    width: 100%;
    margin: 15px 0 !important
}

.entry .gallery img {
    display: block;
    width: 100%;
    height: auto;
    border-width: 1px 2px !important;
    border-color: transparent !important
}

.entry .gallery .gallery-item {
    position: relative;
    overflow: hidden;
    border-color: transparent;
    margin-top: 0 !important
}

.entry .gallery .gallery-caption {
    background: rgba(255, 255, 255, .8);
    color: #333;
    font-size: 13px;
    line-height: 1.4em;
    padding: 10px 0;
    text-align: left;
    text-indent: 10px;
    font-style: normal;
    margin: 0;
    bottom: -44px;
    left: 2px;
    right: 2px;
    overflow: hidden;
    position: absolute;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease
}

.entry .gallery .gallery-item:hover .gallery-caption {
    bottom: 0
}

.entry .gallery-columns-5 .gallery-caption, .entry .gallery-columns-6 .gallery-caption, .entry .gallery-columns-7 .gallery-caption, .entry .gallery-columns-8 .gallery-caption, .entry .gallery-columns-9 .gallery-caption {
    display: none !important
}

.item h5 {
    font-family: sans-serif;
    font-size: 22px;
    font-weight: 100;
    letter-spacing: 1px;
    margin-top: 5px;
}

h1, h2, h3, h4, h5, h6 {
    color: #FFF;
    font-weight: 600;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.entry h1 span, .entry h2 span, .entry h3 span, .entry h4 span, .entry h5 span, .entry h6 span .entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
    margin-bottom: 14px;
    font-weight: 400;
    line-height: 1.3em
}

.entry h1 {
    font-size: 38px;
    letter-spacing: -1px
}

.entry h2 {
    font-size: 34px;
    letter-spacing: -.7px
}

.entry h3 {
    /* font-size: 28px; */
    /* letter-spacing: -.5px; */
}

.entry h4 {
    font-size: 24px;
    letter-spacing: -.3px
}

.entry h5 {
    font-size: 20px;
    font-weight: 600;
    /* margin-top: -20px */
}

.entry h6 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase
}

.heading, #reply-title {
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 1em
}

.heading i {
    font-size: 22px;
    margin-right: 6px
}

#wrapper {
    min-width: 1024px;
    height: 100%
}

.container {
    padding: 0 20px;
}

.container-inner {
    max-width: 1380px;
    /* min-width: 1380px; */
    width: 100%;
    margin: 0 auto;
}

.main {
    background-color: rgb(38, 38, 38) !important;
    position: relative
}

.main-inner {
    position: relative;
    min-height: 600px
}

.content {
    width: 100%;
    position: relative;
    margin: 0 auto;
    padding-top: 52px;
}


.content h1 {
    font-size: 38px;
    letter-spacing: -1px;
    margin-bottom: 15px;
    line-height: 35px;
}

.signup-content {
    padding-top: 0px;
}

.pad {
    padding: 20px 30px 20px;
    max-width: 1380px;
    margin FONT-VARIANT: JIS04;
}

.boxed #wrapper {
    max-width: 1380px;
    margin: 0 auto;
    -webkit-box-shadow: 6px 0 0 rgba(0, 0, 0, .04), -6px 0 0 rgba(0, 0, 0, .04);
    box-shadow: 6px 0 0 rgba(0, 0, 0, .04), -6px 0 0 rgba(0, 0, 0, .04)
}

.boxed .container {
    padding: 0
}

.boxed #page {
    background: #eaeaea;
    padding-bottom: 1px
}

.col-2cl .main-inner {
    /*background: url(img/sidebar/s-right-s1.png) repeat-y right 0;*/
    /* padding-right: 340px */
}

.col-2cl .s1 {
    float: right;
    margin-right: -340px
}

.col-2cl .content {
    float: left
}

.col-2cr .main-inner {
    /*background: url(img/sidebar/s-left.png) repeat-y left 0;*/
    padding-left: 340px
}

.col-2cr .s1 {
    float: left;
    margin-left: -340px
}

.col-2cr .content {
    float: right
}

.col-3cm .main {
    /*background: url(img/sidebar/s-right-s2.png) repeat-y right 0*/
}

.col-3cm .main-inner {
    /*background: url(img/sidebar/s-left.png) repeat-y left 0;*/
    padding-left: 340px;
    padding-right: 260px
}

.col-3cm .s1 {
    float: left;
    margin-left: -340px
}

.col-3cm .s2 {
    float: right;
    margin-right: -260px;
    position: relative;
    right: -100%
}

.col-3cm .content {
    float: right
}

.col-3cl .main {
    background-image: none
}

.col-3cl .main-inner {
    /*background: url(img/sidebar/s-right-dual-full-expand.png) repeat-y right 0;*/
    padding-right: 600px
}

.col-3cl .s1 {
    float: right;
    margin-right: -600px
}

.col-3cl .s2 {
    float: right;
    margin-right: -260px
}

.col-3cl .content {
    float: left
}

.col-3cr .main {
    background-image: none
}

.col-3cr .main-inner {
    /*background: url(img/sidebar/s-left-dual-full-expand.png) repeat-y left 0;*/
    padding-left: 600px
}

.col-3cr .s1 {
    float: left;
    margin-left: -600px
}

.col-3cr .s2 {
    float: left;
    margin-left: -260px
}

.col-3cr .content {
    float: right
}

.sidebar {
    padding-bottom: 20px;
    position: relative;
    z-index: 2
}

.sidebar .pad {
    padding-left: 20px;
    padding-right: 20px
}

.sidebar-top {
    padding: 15px 30px
}

.sidebar-top p {
    float: left;
    color: #fff;
    color: rgba(255, 255, 255, .8);
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 24px;
    padding: 3px 0
}

.sidebar-toggle {
    display: none;
    text-align: center;
    cursor: pointer;
    width: 100%;
    height: 50px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .1)
}

.sidebar-toggle i {
    font-size: 38px;
    color: #fff;
    padding: 5px 0
}

.s1-expand .s1, .s2-expand .s2 {
    -moz-transition: width .2s ease;
    -webkit-transition: width .2s ease;
    transition: width .2s ease
}

.icon-sidebar-toggle:before {
    font-family: FontAwesome
}

.col-2cl .s1 .icon-sidebar-toggle:before, .col-3cl .s1 .icon-sidebar-toggle:before, .col-3cm .s2 .icon-sidebar-toggle:before, .col-3cl .s2 .icon-sidebar-toggle:before {
    content: "\f100"
}

.col-2cr .s1 .icon-sidebar-toggle:before, .col-3cm .s1 .icon-sidebar-toggle:before, .col-3cr .s1 .icon-sidebar-toggle:before, .col-3cr .s2 .icon-sidebar-toggle:before {
    content: "\f101"
}

.s1 {
    width: 340px;
    z-index: 2
}

.s1:hover {
    z-index: 98
}

.s1 .sidebar-top, .s1 .sidebar-toggle {
    background: #3b8dbd
}

@media only screen and (min-width: 479px) and (max-width: 960px) {
    .s1 .sidebar-top {
        background: none !important;
        border-bottom: 1px solid #ddd
    }

    .s1 .sidebar-top p {
        color: #666
    }

    .s1 .sidebar-top .social-links .social-tooltip {
        color: #666
    }
}

.s2 {
    width: 260px;
    z-index: 1
}

.s2 .sidebar-top, .s2 .sidebar-toggle {
    background: #82b965
}

@media only screen and (min-width: 479px) and (max-width: 1200px) {
    .s2 .sidebar-top {
        background: none !important;
        border-bottom: 1px solid #ddd
    }

    .s2 .sidebar-top p {
        color: #666
    }
}

.grid {
    margin-right: 3.2%;
    float: left;
    display: inline;
    position: relative
}

.last {
    clear: right;
    margin-right: 0 !important
}

.one-full {
    margin-right: 0;
    width: 100%;
    overflow: hidden
}

.one-half {
    width: 48.4%
}

.one-third {
    width: 31.2%
}

.two-third {
    width: 65.6%
}

.one-fourth {
    width: 22.6%
}

.three-fourth {
    width: 74.2%
}

.one-fifth {
    width: 17.4%
}

.two-fifth {
    width: 38.1%
}

.three-fifth {
    width: 58.7%
}

.four-fifth {
    width: 79.4%
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden
}

.video-container iframe, .video-container object, .video-container embed, .video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.image-container {
    position: relative
}

.image-container img {
    display: block;
    width: 100%;
    height: auto
}

.image-caption {
    background: rgba(0, 0, 0, .7);
    color: #fff;
    font-size: 13px;
    line-height: 1.3em;
    font-style: italic;
    padding: 8px 10px;
    position: absolute;
    bottom: 8px;
    left: 8px;
    margin-right: 8px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .4), 0 1px 0 rgba(255, 255, 255, .03);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .4), 0 1px 0 rgba(255, 255, 255, .03)
}

.social-links {
    float: right;
    position: relative;
    padding-top: 2px
}

.social-links li {
    display: inline-block;
    margin-left: 8px;
    line-height: 16px;
    font-size: 0
}

.social-links li a {
    display: block !important;
    position: relative;
    text-align: center
}

.social-links .social-tooltip {
    color: #fff;
    color: rgba(255, 255, 255, .7);
    font-size: 24px;
    display: inline;
    position: relative;
    z-index: 98
}

.social-links .social-tooltip:hover {
    color: #fff;
    text-decoration: none
}

.social-links .social-tooltip:hover:after {
    top: -36px;
    background: #fff;
    font-size: 14px;
    color: #666;
    content: attr(title);
    display: block;
    right: 0;
    padding: 5px 15px;
    position: absolute;
    white-space: nowrap;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .2);
    box-shadow: 0 0 2px rgba(0, 0, 0, .2)
}

.social-links .social-tooltip:hover:before {
    top: -10px;
    right: 8px;
    border: solid;
    border-color: #fff transparent;
    border-width: 5px 5px 0 5px;
    content: "";
    display: block;
    position: absolute;
    z-index: 1
}

.page-title {
    position: relative;
    padding-top: 18px;
    padding-bottom: 17px;
    border-bottom: 1px solid #666;
    color: #666;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 24px
}

.page-title a {
    color: #aaa
}

/* .page-title a:hover {
    color: #444
} */

.page-title span {
    color: #d8d8d8;
}

.page-title i {
    margin-right: 8px
}

.page-title h1, .page-title h2, .page-title h4 {
    color: #aaa
}

.page-title .meta-single li {
    float: left;
    margin-right: 14px
}

.page-title .meta-single li.comments {
    float: right;
    margin-right: 0
}

.notebox {
    background: #f0f0f0;
    position: relative;
    padding: 12px 15px;
    color: #888;
    margin-bottom: 30px
}

.notebox:before {
    content: '';
    display: inline-block;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #f1f1f1;
    position: absolute;
    top: -8px;
    left: 13px
}

.notebox:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #f1f1f1;
    position: absolute;
    top: -5px;
    left: 15px
}

.notebox span {
    font-weight: 600
}

.notebox .search-again {
    margin-top: 10px
}

.notebox input[type="text"] {
    width: 100%
}

.page-image {
    overflow: hidden;
    position: relative;
    margin: 0 0 30px 0
}

.page-image-text {
    position: absolute;
    top: 50%;
    margin-top: -35px;
    width: 100%;
    text-align: center
}

.page-image-text .caption {
    color: #fff;
    font-size: 44px;
    line-height: 70px;
    text-transform: uppercase;
    font-weight: 600;
    text-shadow: 0 0 20px rgba(0, 0, 0, .3)
}

.page-image-text .description {
    display: block;
    color: #fff;
    font-size: 15px;
    line-height: 36px;
    font-weight: 300
}

.page-image-text .description i {
    background: rgba(0, 0, 0, .7);
    opacity: .9;
    font-style: normal;
    padding: 6px 10px;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.pagination {
    margin-bottom: 15px
}

.pagination a {
    font-size: 18px;
    font-weight: 600
}

.thumb-icon {
    background: rgba(0, 0, 0, .7);
    color: #fff;
    text-align: center;
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-box-shadow: 0 0 2px rgba(255, 255, 255, .4);
    box-shadow: 0 0 2px rgba(255, 255, 255, .4);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.thumb-icon i {
    font-size: 18px;
    padding: 7px 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.thumb-icon .fa-play {
    margin: -1px 0 0 2px
}

.thumb-icon.small {
    width: 24px;
    height: 24px;
    position: absolute;
    bottom: 14px;
    left: 14px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.thumb-icon.small .fa {
    font-size: 14px;
    line-height: 16px;
    padding: 5px 0
}

.thumb-icon.small .f-play {
    margin: -1px 0 0 2px
}

.nav-container {
    background: #888;
    z-index: 99;
    position: relative
}

.nav-toggle {
    display: none;
    background: #777;
    cursor: pointer;
    float: left;
    height: 50px;
    width: 60px;
    color: #fff;
    text-align: center;
}

.nav-toggle i {
    font-size: 29px;
    padding: 10px 0
}

.nav-text {
    display: none;
    float: left;
    font-size: 16px;
    line-height: 24px;
    padding: 13px 9px;
}

.nav li > a:after, .nav > li > a:after {
    font-family: FontAwesome;
    display: inline-block
}

@media only screen and (min-width: 720px) {
    .nav-wrap {
        height: auto !important
    }

    .nav {
        font-size: 0;
        position: relative
    }

    .nav li a {
        color: #ccc;
        display: block;
        line-height: 20px;
        line-height: 1.2em
    }

    .nav li > a:after {
        /*         content: "\f0da"; */
        /*         float: right; */
        /*         opacity: .5 */
    }

    .nav > li > a:after {
        /*         content: "\f0d7"; */
        /*         float: none; */
        /*         margin-left: 6px; */
        /*         font-size: 14px */
    }

    .nav li > a:only-child:after {
        /*         content: ""; */
        /*         margin: 0 */
    }

    #footer .nav li > a:after {
        /*         content: "\f0da" */
    }

    #footer .nav > li > a:after {
        /*         content: "\f0d8" */
    }

    #footer .nav li > a:only-child:after {
        /*         content: "" */
    }

    .nav > li {
        font-size: 16px;
        border-right: 1px solid #999;
        display: inline-block;
        position: relative
    }


    .nav > li > a {
        padding: 16px 14px;
    }

    .nav > li > a:hover, .nav > li:hover > a {
        background: #777
    }

    .nav li > a:hover, .nav li:hover > a, .nav li.current_page_item > a, .nav li.current-menu-item > a, .nav li.current-menu-ancestor > a, .nav li.current-post-parent > a {
        color: #fff
    }

    .nav li:hover > ul {
        display: block
    }

    .nav ul {
        display: none;
        background: #777;
        position: absolute;
        left: 0;
        top: 50px;
        width: 180px;
        padding: 10px 0;
        z-index: 2;
        -webkit-transform: translateZ(0);
        -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .15);
        box-shadow: 0 2px 2px rgba(0, 0, 0, .15)
    }

    .nav ul li {
        font-size: 14px;
        position: relative;
        display: block;
        padding: 0
    }

    .nav ul li a {
        padding: 10px 20px
    }

    .nav ul li:last-child {
        border-bottom: 0 !important
    }

    .nav ul ul {
        position: absolute;
        top: -10px;
        left: 180px
    }

    #categories-mobile {
        display: none;
    }

    #login-mobile {
        display: none;
    }

    #join-mobile {
        display: none;
    }

    #join-mobile2 {
        display: none;
    }

    #section-mobile {
        display: none;
    }
}

#section-mobile {
    margin-top: 13px;
    margin-right: 15px;
    float: right;
    font-size: 22px;
    text-shadow: -2px 0px 6px #000000;
}


@media only screen and (max-width: 719px) {


    .nav {
        font-weight: 600
    }

    .bannerbtns, .block-search-reg, .joinmid, #joinmid-members {
        display: none;
    }

    .mobile-only {
        display: none;
    }

    .nav-container {
        text-transform: none
    }

    .nav-toggle, .nav-text {
        display: block
    }

    .nav-wrap {
        position: relative;
        float: left;
        width: 100%;
        height: 0;
        overflow: hidden
    }

    .nav-wrap.transition {
        -webkit-transition: height 0.35s ease;
        -moz-transition: height 0.35s ease;
        -o-transition: height 0.35s ease;
        transition: height 0.35s ease
    }

    .expand .nav-wrap {
        height: auto
    }

    .nav {
        float: left;
        width: 100%
    }

    .nav li a {
        line-height: 20px;
        display: block;
        padding: 8px 20px
    }

    .nav li li a {
        padding-left: 15px;
        padding-right: 15px
    }

    .nav li > a:after {
        content: '\f0d7';
        opacity: .5;
        margin-left: 6px
    }

    .nav > li > a:after {
        content: '\f0d7';
        font-size: 14px
    }

    .nav li > a:only-child:after {
        content: ''
    }

    .nav > li {
        font-size: 15px
    }

    .nav li > a:hover, .nav li.current_page_item > a, .nav li.current-menu-item > a, .nav li.current-post-parent > a {
        color: #fff
    }

    .nav ul {
        display: block !important;
        margin-left: 40px
    }

    .nav ul li {
        font-size: 13px;
        font-weight: 300
    }

    .nav ul li a {
        padding-top: 6px;
        padding-bottom: 6px
    }

    #categories-desktop {
        display: none;
    }

    #sort {
        display: none;
    }

    #section-logo {
        display: none;
    }
}

#header {
    background: #33363b;
    position: fixed;
    /* padding-bottom: 60px; */
    position: fixed;
    top: 0px;
    /* height: 53px; */
    width: 100%;
    /* background: green; */
    z-index: 101;
    /* max-width: 2214px; */
}

#header .pad {
    padding-top: 30px;
    padding-bottom: 30px
}

#header .container-inner {
    position: relative;
}

.site-title {
    font-size: 42px;
    font-weight: 600;
    letter-spacing: -.5px;
    float: left;
    line-height: 60px;
    padding: 10px 0
}

.site-title a {
    display: block;
    color: #fff;
    max-width: 100%
}

.site-title a img {
    display: block;
    max-width: 100%;
    max-height: 60px;
    height: auto;
    padding: 0;
    margin: 0 auto;
    -webkit-border-radius: 0;
    border-radius: 0
}

.site-description {
    font-size: 16px;
    font-style: italic;
    color: #fff;
    color: rgba(255, 255, 255, .5);
    float: left;
    margin-left: 20px;
    line-height: 60px;
    padding: 10px 0
}

.site-image {
    display: block;
    margin: 0 auto;
    max-height: 400px
}

.toggle-search {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    cursor: pointer;
    padding: 13px 20px;
    display: block;
    position: absolute;
    right: 0;
    top: -50px;
    -webkit-box-shadow: -1px 0 0 rgba(255, 255, 255, .1);
    box-shadow: -1px 0 0 rgba(255, 255, 255, .1)
}

.toggle-search:hover, .toggle-search.active {
    background: rgba(0, 0, 0, .15);
    color: #fff
}

.search-expand {
    display: none;
    background: #26272b;
    position: absolute;
    top: 0;
    right: 0;
    width: 340px;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .1)
}

.search-expand-inner {
    background: rgba(0, 0, 0, .15);
    padding: 15px
}

.search-expand .themeform input {
    width: 100%;
    border: 2px solid #e2e2e2;
    border-radius: 0
}

#nav-topbar.nav-container {
    background: #26272b;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .2), 0 1px 0 rgba(255, 255, 255, .15);
    box-shadow: 0 0 5px rgba(0, 0, 0, .2), 0 1px 0 rgba(255, 255, 255, .15)
}

#nav-topbar .nav-toggle {
    background: transparent;
    color: #fff;
    -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, .06);
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, .06)
}

#nav-topbar .nav-text {
    color: #fff
}

@media only screen and (min-width: 1025px) {
    .full-width.topbar-enabled #header {
        padding-top: 50px
    }

    .full-width #nav-topbar.nav-container {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 999
    }

    .full-width.admin-bar #nav-topbar.nav-container {
        top: 32px
    }
}

@media only screen and (min-width: 720px) {
    #nav-topbar .container {
        padding-left: 15px
    }

    #nav-topbar .nav li a {
        color: #fff
    }

    #nav-topbar .nav > li {
        border-right: none
    }

    #nav-topbar .nav > li > a:hover, #nav-topbar .nav > li:hover > a {
        background-color: rgba(0, 0, 0, .1)
    }

    #nav-topbar .nav li > a:hover, #nav-topbar .nav li:hover > a, #nav-topbar .nav li.current_page_item > a, #nav-topbar .nav li.current-menu-item > a, #nav-topbar .nav li.current-menu-ancestor > a, #nav-topbar .nav li.current-post-parent > a {
        color: #fff
    }

    #nav-topbar .nav ul {
        /*background: #26272b url(img/opacity-10.png) repeat*/
    }

    #nav-topbar .nav ul li {
        box-shadow: 0 1px 0 rgba(255, 255, 255, .06);
        -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .06)
    }

    #nav-topbar .nav ul li:last-child {
        box-shadow: none;
        -webkit-box-shadow: none
    }
}

@media only screen and (max-width: 719px) {
    #nav-topbar .container {
        padding-left: 0
    }

    #nav-topbar .nav li a {
        color: #fff;
        color: rgba(255, 255, 255, .8);
        border-top: 1px solid rgba(255, 255, 255, .06)
    }

    #nav-topbar .nav li > a:hover {
        background: rgba(0, 0, 0, .15);
        color: #fff
    }

    #nav-topbar .nav li.current_page_item > a, #nav-topbar .nav li.current-menu-item > a, #nav-topbar .nav li.current-post-parent > a {
        background: rgba(0, 0, 0, .15);
        color: #fff
    }
}

#nav-header.nav-container {
    background: transparent;
    z-index: 97;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05), 0 -1px 0 rgba(0, 0, 0, .2), inset 1px 0 0 rgba(0, 0, 0, .2), inset -1px 0 0 rgba(0, 0, 0, .2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05), 0 -1px 0 rgba(0, 0, 0, .2), inset 1px 0 0 rgba(0, 0, 0, .2), inset -1px 0 0 rgba(0, 0, 0, .2)
}

#nav-header .container {
    padding: 0 15px;
}

#nav-header .nav-toggle {
    background: transparent;
    color: #fff;
    -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, .05), -1px 0 0 rgba(0, 0, 0, .2);
    box-shadow: inset 1px 0 0 rgba(255, 255, 255, .05), -1px 0 0 rgba(0, 0, 0, .2)
}

#nav-header .nav-text {
    color: #fff
}

@media only screen and (min-width: 720px) {

    #nav-header .nav {
    }

    #nav-header .nav li a {
        color: #fff
    }

    #nav-header .nav > li {
        border-right: none;
    }

    #nav-header .nav > li > a:hover, #nav-header .nav > li:hover > a {
        background: rgba(0, 0, 0, .1)
    }

    #nav-header .nav li > a:hover, #nav-header .nav li:hover > a, #nav-header .nav li.current_page_item > a, #nav-header .nav li.current-menu-item > a, #nav-header .nav li.current-menu-ancestor > a, #nav-header .nav li.current-post-parent > a {
        color: #fff
    }

    #nav-header .nav ul {
        /*background: #33363b url(img/opacity-10.png) repeat*/
    }

    #nav-header .nav ul li {
        box-shadow: 0 1px 0 rgba(255, 255, 255, .06);
        -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .06)
    }

    #nav-header .nav ul li:last-child {
        box-shadow: none;
        -webkit-box-shadow: none
    }
}

@media only screen and (max-width: 719px) {
    .topbanner {
        text-align: center;
        /*margin-bottom: -0.5em;*/
    }

    #nav-header.nav-container {
        border-left: 0;
        border-right: 0
    }

    #nav-header .container {
        padding: 0
    }

    #nav-header .nav {
        /* padding-bottom: 20px; */
    }

    #nav-header .nav li a {
        color: #fff;
        color: rgba(255, 255, 255, .8);
        border-top: 1px solid rgba(255, 255, 255, .06)
    }

    #nav-header .nav li > a:hover {
        background: rgba(0, 0, 0, .15);
        color: #fff
    }

    #nav-header .nav li.current_page_item > a, #nav-header .nav li.current-menu-item > a, #nav-header .nav li.current-post-parent > a {
        background: rgba(0, 0, 0, .15);
        color: #fff
    }
}

#page {
    margin-top: 60px;
}

#signup-page {
    margin-top: 0px;
}

#page .container-inner {
    background: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1)
}

#footer {
    /* background: #fff; */
    /* color: #777; */
    /* width: 100% */
}

#footer a {
    color: #777
}

#footer a:hover {
    color: #ccc
}

#footer .pad {
    padding-bottom: 30px
}

#footer-widgets {
    padding-top: 20px
}

#footer-bottom {
    background: #33363b
}

#footer-bottom .pad {
    padding-top: 30px
}

#footer-bottom a {
    color: #fff;
    color: rgba(255, 255, 255, .7)
}

#footer-bottom a:hover {
    color: #fff
}

#footer-bottom #footer-logo {
    display: block;
    margin-bottom: 20px;
    max-height: 50px;
    -webkit-border-radius: 0;
    border-radius: 0
}

#footer-bottom #copyright, #footer-bottom #credit {
    color: #fff;
    color: rgba(255, 255, 255, .5);
    font-size: 15px;
    line-height: 1.5em
}

#footer-bottom #back-to-top {
    background: #eaeaea;
    color: #777;
    overflow: hidden;
    text-align: center;
    width: 60px;
    height: 30px;
    display: block;
    margin: 0 auto;
    margin: 0 auto -30px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, .05)
}

#footer-bottom #back-to-top i {
    font-size: 38px;
    position: relative;
    top: -7px
}

#footer-bottom #back-to-top:hover {
    color: #444
}

#footer-bottom .social-links {
    padding-top: 10px
}

#footer-bottom .social-links a {
    color: rgba(255, 255, 255, .6)
}

#footer-bottom .social-links a:hover {
    color: #fff
}

#footer-bottom .social-links .social-tooltip {
    font-size: 28px
}

#nav-footer.nav-container {
    background: #fff;
    border-top: 1px solid #eee
}

#nav-footer .nav-toggle {
    background: transparent;
    color: #444;
    border-left: 1px solid #eee
}

@media only screen and (min-width: 720px) {
    #nav-footer .nav {
        text-align: center
    }

    #nav-footer .nav li a {
        color: #646464;
    }

    #nav-footer .nav > li > a {
        padding: 12px 18px
    }

    #nav-footer .nav > li {
        border-right: 0
    }

    #nav-footer .nav > li:first-child {
        border-left: 0
    }

    #nav-footer .nav > li > a:hover, #nav-footer .nav > li:hover > a {
        background: #f0f0f0
    }

    #nav-footer .nav li > a:hover, #nav-footer .nav li:hover > a, #nav-footer .nav li.current_page_item > a, #nav-footer .nav li.current-menu-item > a, #nav-footer .nav li.current-menu-ancestor > a, #nav-footer .nav li.current-post-parent > a {
        color: #666
    }

    #nav-footer .nav ul {
        background: #f0f0f0;
        bottom: 44px;
        top: auto;
        text-align: left;
        -webkit-box-shadow: 0 -2px 2px rgba(0, 0, 0, .05);
        box-shadow: 0 -2px 2px rgba(0, 0, 0, .05)
    }

    #nav-footer .nav ul li {
        border-bottom: 1px solid #e4e4e4
    }

    #nav-footer .nav ul ul {
        top: -10px
    }

    #nav-footer .nav ul ul {
        position: absolute;
        top: auto;
        bottom: -10px
    }
}

@media only screen and (max-width: 719px) {
    #nav-footer .nav li a {
        color: #999;
        color: rgba(0, 0, 0, .8);
        border-top: 1px solid #f2f2f2
    }

    #nav-footer .nav li > a:hover {
        background: #f2f2f2;
        color: #444
    }

    #nav-footer .nav li.current_page_item > a, #nav-footer .nav li.current-menu-item > a, #nav-footer .nav li.current-post-parent > a {
        background: #f2f2f2;
        color: #444
    }
}

.content .post, .content .page {
    position: relative;
    overflow: hidden;
}

.blog .post, .single .post, .archive .post, .search .post, .search .page {
    margin-bottom: 40px
}

.search .page.type-page .post-thumbnail, .search .page.type-page .post-meta {
    display: none
}

#flexslider-featured .flex-direction-nav {
    /*     position: relative;
        top: 11px;
        left: auto;
        right: 9px; */
}

#flexslider-featured .flex-direction-nav li {
    /*     float: left; */
    /* margin-left: 3px; */
}

#flexslider-featured .flex-direction-nav li:first-child {
    float: left;
    left: 10px;
    /* height: 0; */
    position: absolute;
    top: 50%;
    /* margin-right: 10px; */
    z-index: 2;
    /* margin-left: 13px; */
    /* width: 100%; */
    margin-top: -18px;
}

#flexslider-featured .flex-direction-nav li:last-child {
    /*     float: right; */
    /*     margin-right: 10px; */
    /* height: 0; */
    position: absolute;
    top: 50%;
    right: 10px;
    /* margin-right: 10px; */
    z-index: 2;
    /* margin-left: 13px; */
    /* width: 100%; */
    margin-top: -18px;
}

#flexslider-featured .flex-direction-nav a {
    background: #666;
    color: #bbb;
    font-size: 24px;
    line-height: 24px;
    position: relative;
    width: 32px;
    height: 32px;
    margin: 0 0 0;
    display: block;
    text-align: center;
    cursor: pointer;
    text-indent: -999px;
    overflow: hidden;
    /*     opacity: 0.8; */
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .3s ease;
    /* transition: all .3s ease; */
    border-radius: 30px;

    transition: opacity .25s ease-in-out;
}

#flexslider-featured .flex-direction-nav a:before {
    font-family: FontAwesome;
    line-height: 19px;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    top: 7px;
    text-indent: 0;
}

#flexslider-featured .flex-direction-nav .flex-next:before {
    content: "\f054";
    right: -6px;
}

#flexslider-featured .flex-direction-nav .flex-prev:before {
    content: "\f053";
    left: -3px;
}


#flexslider-featured .flex-control-nav {
    position: absolute;
    bottom: 25px;
    left: 50%;
    margin-left: -33px;
}

#flexslider-featured .flex-control-nav li {
    margin: 0;
    padding: 0;
    margin-right: 2px;
    float: left
}

#flexslider-featured .flex-control-nav li a {
    background: #ddd;
    width: 20px;
    height: 2px;
    text-indent: -999px;
    overflow: hidden;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

#flexslider-featured .flex-direction-nav #flexslider-featured:hover {
    background: #ccc;
    opacity: .8;
    transition: opacity .25s ease-in-out;
}


#flexslider-featured .flex-direction-nav {
    /*          opacity: 1; */
    color: #3b8dbd;
    opacity: 0;
    transition: opacity .25s ease-in-out
}

#flexslider-featured:hover .flex-direction-nav {
    /*          opacity: 1; */
    opacity: .8;
    transition: opacity .25s ease-in-out

}


#flexslider-featured .flex-control-nav li a.flex-active {
    /*     background: #3b8dbd */
}

.featured, .featured.flexslider {
    margin-top: 0px;
    /* padding-bottom: 30px; */
    margin-bottom: 15px;
    /* border-bottom: 1px solid #666; */
}

.featured .post {
    margin-bottom: 0
}

.featured .post-title {
    font-size: 34px;
    letter-spacing: -.7px;
    line-height: 1.4em
}

.post-list {
    margin-right: -30px;
    /* margin: 0 auto; */
}

.feat-center {
    /* align-content: center; */
    text-align: center;
}

.post-list .post-row {
    margin-left: -30px;
    padding-left: 30px;
    float: left;
    width: 100%;
    border-bottom: 1px solid #666;
    margin-bottom: 30px;
    position: relative
}

.post-list .post-row:last-child {
    border: none;
    margin-bottom: 0
}

.post-list .post, .post-list .page {
    width: 50%;
    float: left;
}

.post-list .post-inner {
    margin-right: 30px;
}

.post-hover:hover .thumb-icon {
    background: #fff;
    color: #111
}

.post-thumbnail {
    width: 100%;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease
}

.post-thumbnail {
    position: relative;
    margin-bottom: 1em;
}

.post-comments {
    background: #82b965;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    display: block;
    position: absolute;
    top: 10px;
    right: 0;
    -webkit-box-shadow: inset -1px 0 1px rgba(0, 0, 0, .2);
    box-shadow: inset -1px 0 1px rgba(0, 0, 0, .2)
}

.post-comments > span {
    display: block;
    position: relative;
    padding: 2px 7px
}

.post-comments > span:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid #82b965;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    position: absolute;
    top: 5px;
    left: -14px
}

.post-comments i {
    margin-right: 3px
}

.post-comments:hover {
    color: #fff !important;
    padding-right: 4px
}

.post-meta {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    color: #bbb;
    margin-bottom: .3em;
}

.post-meta .post-category {
    float: left;
    margin-right: 6px
}

.post-meta .post-date {
    float: left
}

.post-title {
    color: #FFF;
    font-weight: 600;
    /* margin-bottom: 10px; */
    font-size: 22px;
    /* font-weight: 400; */
    line-height: 1.5em;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.post-title strong {
    font-weight: 600
}

.post-title i {
    font-style: italic
}

.post-title a {
    color: #FFF
}

/* .post-title a:hover {
    color: #3b8dbd
} */

.entry.excerpt {
    font-size: 16px;
    color: #FFF
}

.entry.excerpt p {
    margin-bottom: 0
}

.single .post-title {
    font-size: 38px;
    letter-spacing: -1px;
    line-height: 1.3em
}

.single .post-inner .post-thumbnail {
    margin-bottom: 2em
}

.post-byline {
    font-size: 14px;
    font-weight: 400;
    color: #d8d8d8;
    text-transform: uppercase;
    margin-bottom: 1em
}

.entry.share {
    padding-right: 100px;
    min-height: 354px;
    position: relative
}

.entry.share .entry-inner {
    float: left;
    width: 100%
}

.sharrre-container {
    float: right;
    width: 50px;
    padding: 0 10px;
    margin-right: -100px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.sharrre-container span {
    color: #000;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px
}

.sharrre {
    padding: 10px 0 0
}

.sharrre .box {
    width: 50px;
    display: block
}

.sharrre .count {
    background: #eee;
    color: #333;
    display: block;
    font-size: 15px;
    font-weight: 600;
    line-height: 30px;
    position: relative;
    text-align: center;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.sharrre .count:after {
    content: '';
    display: block;
    position: absolute;
    left: 49%;
    width: 0;
    height: 0;
    border: solid 6px transparent;
    border-top-color: #eee;
    margin-left: -6px;
    bottom: -12px
}

.sharrre .share {
    display: block;
    font-size: 28px;
    font-weight: 600;
    line-height: 32px;
    margin-top: 12px;
    padding: 0;
    text-align: center;
    text-decoration: none
}

.sharrre .box .share, .sharrre .box .count {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.sharrre .box:hover .share, .sharrre .box:hover .count {
    color: #444 !important
}

.sharrre#twitter .share, .sharrre#twitter .box .count {
    color: #00acee
}

.sharrre#facebook .share, .sharrre#facebook .box .count {
    color: #3b5999
}

.sharrre#googleplus .share, .sharrre#googleplus .box .count {
    color: #cd483c
}

.sharrre#pinterest .share, .sharrre#pinterest .box .count {
    color: #ca2128
}

.post-pages {
    font-weight: 600;
    margin-bottom: 20px
}

.post-tags {
    margin-bottom: 40px
}

.post-tags span {
    font-size: 14px;
    color: #999;
    display: inline-block;
    margin: 0 7px 0 0
}

.post-tags a {
    background: #484747;
    display: inline-block;
    line-height: 16px;
    white-space: nowrap;
    font-size: 20px;
    color: #FFF;
    padding: 10px 10px;
    margin: 0 5px 2px 0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.post-tags a:hover {
    background-color: #3b8dbd;
    color: #fff
}

.author-bio {
    border: 2px solid #eee;
    position: relative;
    padding: 15px 15px 10px 95px;
    color: #888;
    margin-bottom: 40px
}

.author-bio:before {
    content: '';
    display: inline-block;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #eee;
    position: absolute;
    top: -8px;
    left: 13px
}

.author-bio:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    top: -5px;
    left: 15px
}

.author-bio .bio-avatar {
    float: left;
    margin: 0 0 8px -80px;
    width: 64px;
    height: auto;
    position: relative
}

.author-bio .bio-avatar:after {
    background: #3b8dbd;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 4px 4px;
    content: "\f040";
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    width: 12px;
    font-style: normal;
    font-family: FontAwesome;
    text-align: center;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.author-bio .bio-avatar img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.author-bio p {
    margin-bottom: 8px
}

.author-bio .bio-name {
    color: #444;
    font-weight: 600;
    margin-bottom: 4px
}

.author-bio .bio-desc {
    color: #888;
    font-size: 15px;
    line-height: 1.5em
}

.related-posts {
    border-bottom: 2px solid #eee;
    margin-bottom: 40px
}

.related-posts li {
    width: 33.3%;
    float: left;
    display: inline
}

.related-posts .post {
    border-right: 1px solid transparent;
    margin-bottom: 0;
    padding-bottom: 10px
}

.related-posts li:nth-child(4) article {
    display: none
}

.related-posts li:nth-child(3) article {
    border-right-color: transparent
}

.related-posts .related-inner {
    padding: 0 20px 0 0
}

.single .related-posts .post-title {
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5em;
    letter-spacing: 0;
    display: block
}

.post-nav li {
    width: 100%;
    display: inline;
    float: left;
    text-align: center
}

.post-nav li a {
    position: relative;
    min-height: 73px;
    display: block;
    padding: 16px 40px 24px
}

.post-nav li i {
    color: #ccc;
    font-size: 18px;
    position: absolute;
    top: 50%;
    margin-top: -10px
}

.post-nav li a strong {
    display: block;
    font-size: 12px;
    color: #FFF;
    letter-spacing: .5px;
    font-weight: 400;
    text-transform: uppercase
}

.post-nav li a span {
    font-size: 15px;
    color: #eae8e8
}

.post-nav li a:hover span {
    color: #FFF
}

.post-nav li.previous i {
    left: 10px
}

.post-nav li.next i {
    right: 10px
}

.post-nav li a span, .post-nav li a i {
    -webkit-transition-property: background color;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-property: background color;
    -moz-transition-duration: 0.2s;
    -moz-transition-timing-function: ease-out;
    -o-transition-property: background color;
    -o-transition-duration: 0.2s;
    -o-transition-timing-function: ease-out;
    transition-property: background color;
    transition-duration: 0.2s;
    transition-timing-function: ease-out
}

.sidebar .post-nav li a {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #ddd
}

.sidebar .post-nav li a:hover {
    background: #ebebeb;
    background: rgba(0, 0, 0, .02)
}

.sidebar .post-nav li.previous a, .sidebar .post-nav li.next a {
    border-bottom: 1px solid #ddd
}

.s1 .post-nav li a:hover i {
    color: #3b8dbd
}

.s2 .post-nav li a:hover i {
    color: #82b965
}

.content .post-nav {
    border-top: 2px solid #eee;
    border-bottom: 2px solid #eee;
    margin-bottom: 40px
}

.content .post-nav li {
    width: 50%
}

.content .post-nav li.next {
    float: right;
    -webkit-box-shadow: -1px 0 0 #eee, inset 1px 0 0 #eee;
    box-shadow: -1px 0 0 #eee, inset 1px 0 0 #eee
}

.content .post-nav li.next a {
    padding-left: 24px
}

.content .post-nav li.previous {
    float: left;
    -webkit-box-shadow: 1px 0 0 #eee, inset -1px 0 0 #eee;
    box-shadow: 1px 0 0 #eee, inset -1px 0 0 #eee
}

.content .post-nav li.previous a {
    padding-right: 24px
}

.content .post-nav li a:hover i {
    color: #3b8dbd
}

.post-format {
    position: relative;
    margin-bottom: 2em
}

.post-format p {
    margin-bottom: 1em
}

.post-format .format-container {
    background: #f1f1f1;
    padding-bottom: 10px;
    border-left: 3px solid #3b8dbd
}

.post-format .format-container .fa, .post-format .format-container .fa {
    color: #ccc;
    font-size: 36px;
    float: right;
    margin: 0 0 20px 20px
}

.format-quote .post-format blockquote {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.4em;
    font-style: italic
}

.format-quote .post-format .quote-author {
    font-style: italic
}

.format-link .post-format p {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.4em;
    font-style: italic
}

.format-chat .post-format p {
    font-style: italic
}

.format-status .post-title {
    display: none
}

.single .format-status .entry {
    font-size: 24px;
    line-height: 1.4em
}

.format-aside .post-title {
    display: none
}

.format-gallery .post-format .flexslider {
    overflow: visible;
    padding-bottom: 30px;
    margin-bottom: -20px
}

.format-gallery .post-format .flexslider .slides {
    background: #262626;
    overflow: hidden;
    position: relative
}

.format-gallery .post-format .flexslider .slides img {
    max-height: 405px;
    width: auto;
    max-width: 100%;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .6);
    box-shadow: 0 0 30px rgba(0, 0, 0, .6)
}

.format-gallery .post-format .flexslider .flex-control-nav {
    bottom: 1px
}

.format-gallery .post-format .flex-direction-nav a:before {
    color: #fff
}

.format-audio .post-format a, .format-audio .post-format i {
    font-size: 16px;
    line-height: 22px
}

#page .format-audio .post-format img {
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.jp-interface {
    background-color: #444
}

.jp-play-bar, .jp-volume-bar-value {
    background-color: #82b965
}

.jp-progress {
    background-color: #262626
}

.jp-volume-bar {
    border: 1px solid #262626
}

.jp-seek-bar, .jp-volume-bar {
    background-color: #383838
}

.jp-interface a {
    color: #bbb;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .6)
}

.jp-interface a:hover {
    color: #eee
}

.jp-progress-container, .jp-volume-bar-container {
    border-left: 1px solid #333
}

.jp-audio, .jp-interface, .jp-progress, .jp-seek-bar {
    width: 100%;
    min-width: 100%
}

.jp-interface {
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06), inset 0 -1px 0 rgba(0, 0, 0, .3);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06), inset 0 -1px 0 rgba(0, 0, 0, .3)
}

.jp-interface .jp-controls {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.jp-interface .jp-controls li {
    display: inline
}

.jp-interface .jp-controls a {
    position: absolute
}

.jp-interface .jp-controls a i {
    display: block
}

.jp-play, .jp-pause {
    width: 25px;
    height: 30px;
    z-index: 1;
    outline: none;
    margin: 12px 0 0 9px
}

.jp-play, .jp-pause {
    top: 0;
    left: 0
}

.jp-progress-container {
    margin-left: 34px;
    margin-right: 84px;
    height: 6px;
    padding: 20px 10px
}

.jp-progress {
    overflow: hidden
}

.jp-progress {
    height: 5px;
    padding: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .06);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .06)
}

.jp-seek-bar {
    width: 0;
    height: 5px;
    cursor: pointer;
    -webkit-border-radius: 1px;
    border-radius: 1px
}

.jp-play-bar {
    width: 0;
    height: 5px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25)
}

.jp-volume-bar-container {
    width: 40px;
    height: 6px;
    padding: 20px 10px 20px 33px;
    position: absolute;
    top: 0;
    right: 0
}

.jp-volume-bar {
    position: relative;
    overflow: hidden;
    width: 38px;
    height: 5px;
    cursor: pointer;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .06);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .06)
}

.jp-volume-bar {
    top: 0;
    left: 0
}

.jp-volume-bar-value {
    width: 0;
    height: 5px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25)
}

.jp-mute, .jp-unmute {
    width: 17px;
    z-index: 1;
    outline: none;
    margin-top: 10px
}

.jp-mute, .jp-unmute {
    top: 2px;
    right: 58px
}

.jp-unmute {
    display: none
}

.jp-jplayer {
    width: 0;
    height: 0
}

.widget {
    color: #777;
    font-size: 15px;
    overflow: hidden;
}

.widget a {
    color: #777;
}

.widget a:hover {
    color: #444
}

.widget > h3 {
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 6px
}

.widget > h3 a, .widget > h3 a:hover {
    color: #444
}

.widget > h3 a img {
    display: none;
    float: left;
    margin: 3px 7px 0 0
}

.widget select {
    border: 1px solid #ddd;
    color: #777;
    font-size: 15px;
    padding: 7px;
    width: 100%;
    max-width: 100%
}

#footer .widget select {
    border-color: #eee
}

.sidebar .widget {
    padding: 10px 30px 10px
}

#footer .widget {
    padding-bottom: 30px
}

#footer .widget a:hover {
    color: #666
}

.widget > ul li:before, .widget > ul li a:before, .widget > div > ul li a:before, .widget_calendar caption:before {
    font-family: FontAwesome;
    font-size: 12px;
    margin-right: 6px;
    color: #ccc;
    display: inline-block !important;
    width: 1em;
    text-align: center
}

.widget > ul li a:hover:before {
    color: #999
}

.widget_archive > ul > li a:before {
    content: "\f073"
}

.widget_categories > ul > li a:before {
    content: "\f07c"
}

.widget_links > ul > li a:before {
    content: "\f08e"
}

.widget_meta > ul > li a:before {
    content: "\f0da"
}

.widget_recent_comments > ul > li:before {
    content: "\f075"
}

.widget_recent_entries > ul > li a:before {
    content: "\f017"
}

.widget_calendar caption:before {
    content: "\f073"
}

.widget_pages ul li a:before, .widget_nav_menu ul li a:before {
    content: "\f068"
}

.widget_search > h3, .widget_text > h3, .widget_tag_cloud > h3, .widget_calendar > h3 {
    margin-bottom: 1em
}

.widget_archive ul li, .widget_categories ul li, .widget_links ul li, .widget_meta ul li, .widget_recent_comments ul li, .widget_recent_entries ul li, .widget_rss ul li, .widget_pages ul li a, .widget_nav_menu ul li a, .alx-tab li, .alx-posts li {
    padding: 10px 0;
    border-bottom: 1px solid #666
}

#footer .widget_archive ul li, #footer .widget_categories ul li, #footer .widget_links ul li, #footer .widget_meta ul li, #footer .widget_recent_comments ul li, #footer .widget_recent_entries ul li, #footer .widget_rss ul li, #footer .widget_pages ul li a, #footer .widget_nav_menu ul li a, #footer .alx-tab li, #footer .alx-posts li, #footer .widget_calendar th, #footer .widget_calendar td {
    border-color: #f2f2f2
}

.widget_archive ul li, .widget_categories ul li, .widget_links ul li {
    color: #bbb
}

.widget_recent_comments ul li, .widget_recent_entries ul li {
    color: #999
}

.widget_recent_entries .post-date {
    display: block
}

.widget_pages ul li a, .widget_nav_menu ul li a {
    display: block
}

.widget_pages li li a, .widget_nav_menu li li a {
    padding-left: 15px
}

.widget_pages li li li a, .widget_nav_menu li li li a {
    padding-left: 30px
}

.widget_pages ul ul, .widget_pages ul ul ul, .widget_nav_menu ul ul, .widget_nav_menu ul ul ul {
    border: 0
}

.widget_rss ul li a {
    display: block
}

.widget_rss ul li span.rss-date {
    color: #444;
    font-weight: 600;
    display: block;
    text-transform: uppercase;
    font-size: 12px
}

.widget_rss ul li cite {
    color: #999
}

.s1 .widget_rss ul li a, #footer .widget_rss ul li a {
    color: #3b8dbd
}

.s2 .widget_rss ul li a {
    color: #82b965
}

.widget_search input.search {
    color: #999;
    padding-left: 26px;
    width: 100%
}

.widget_search .screen-reader-text, .widget_search #searchsubmit {
    display: none
}

.widget_text .textwidget p {
    margin-bottom: 1em
}

.widget_calendar a {
    font-weight: 600
}

.widget_calendar a:hover {
    color: #444 !important
}

.widget_calendar #wp-calendar {
    width: 100%
}

.widget_calendar caption {
    color: #fff;
    padding: 5px 10px
}

.widget_calendar caption:before {
    color: #fff;
    color: rgba(255, 255, 255, .7);
    font-size: 15px
}

.widget_calendar thead {
    background: #e2e2e2;
    -webkit-box-shadow: 0 1px 0 #ddd;
    box-shadow: inset 0 -1px 0 #ddd
}

#footer .widget_calendar thead {
    background: #f2f2f2
}

.widget_calendar th {
    font-weight: 600
}

.widget_calendar th, .widget_calendar td {
    padding: 3px 0;
    text-align: center;
    border: 1px solid #e2e2e2
}

.widget_calendar .pad {
    padding: 0 !important
}

.s1 .widget_calendar a, #footer .widget_calendar a {
    color: #3b8dbd
}

.s1 .widget_calendar caption, #footer .widget_calendar caption {
    background: #3b8dbd
}

.s2 .widget_calendar a {
    color: #82b965
}

.s2 .widget_calendar caption {
    background: #82b965
}

.alx-tabs-nav {
    border-bottom: 3px solid #ddd;
    margin-bottom: 10px;
    text-align: center
}

.alx-tabs-nav.tab-count-1 li {
    width: 100%
}

.alx-tabs-nav.tab-count-2 li {
    width: 50%
}

.alx-tabs-nav.tab-count-3 li {
    width: 33.333%
}

.alx-tabs-nav.tab-count-4 li {
    width: 25%
}

.alx-tabs-nav li {
    display: block;
    float: left
}

.alx-tabs-nav li a {
    font-size: 18px;
    display: block;
    padding: 8px 0;
    margin-bottom: -3px;
    border-bottom: 3px solid transparent
}

.alx-tabs-nav li a:hover {
    border-bottom-color: #ccc
}

.alx-tabs-nav li.active a, #footer .alx-tabs-nav li.active a {
    color: #444
}

.alx-tabs-nav li a span {
    display: none
}

#footer .alx-tabs-nav {
    border-bottom-color: #eee
}

#footer .alx-tabs-nav li a:hover {
    border-bottom-color: #ddd
}

.s1 .alx-tabs-nav li.active a, #footer .alx-tabs-nav li.active a {
    border-bottom-color: #3b8dbd
}

.s2 .alx-tabs-nav li.active a {
    border-bottom-color: #82b965
}

.alx-tab li, .alx-posts li {
    font-weight: 400;
    line-height: 1.4em;
    overflow: hidden
}

.alx-tab a, .alx-posts a {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease
}

.alx-tab img, .alx-posts img {
    display: block;
    width: 100%;
    height: auto
}

.alx-tab.thumbs-enabled li {
    padding-left: 94px
}

.alx-tab .tab-item-thumbnail {
    width: 80px;
    margin-left: -94px;
    float: left
}

.alx-tab .tab-item-thumbnail, .alx-posts .post-item-thumbnail {
    position: relative;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease
}

.alx-tab.avatars-enabled li {
    padding-left: 62px
}

.alx-tab .tab-item-avatar {
    margin-left: -62px;
    width: 48px;
    float: left;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease
}

.alx-tab .tab-item-category, .alx-posts .post-item-category {
    color: #aaa;
    text-transform: uppercase;
    font-size: 13px
}

.alx-tab .tab-item-title a, .alx-tab .tab-item-comment a, .alx-posts .post-item-title a {
    color: #FFF
}

.alx-tab .tab-item-category a:hover, .alx-posts .post-item-category a:hover {
    color: #444 !important
}

.alx-tab .tab-item-title, .alx-tab .tab-item-comment, .alx-posts .post-item-title {
    margin: 2px 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

.alx-tab .tab-item-date, .alx-tab .tab-item-name, .alx-posts .post-item-date {
    text-transform: uppercase;
    color: #aaa;
    font-size: 13px
}

.alx-tab .thumb-icon.small {
    bottom: 8px;
    left: 8px
}

.alx-tab li:hover .thumb-icon, .alx-posts li:hover .thumb-icon {
    background: #fff;
    color: #111
}

.s2 .alx-tab .tab-item-category a, .s2 .alx-posts .post-item-category a, .s2 .alx-tab li:hover .tab-item-title a, .s2 .alx-tab li:hover .tab-item-comment a, .s2 .alx-posts li:hover .post-item-title a {
    color: #82b965
}

.alx-posts .post-item-thumbnail {
    margin-bottom: 10px
}

.alx-posts .post-item-title {
    font-size: 16px;
    line-height: 1.5em
}

.s1 .alx-posts .post-item-title, #footer .alx-posts .post-item-title {
    font-size: 18px;
    line-height: 1.4em;
    font-weight: 300
}

.s1 .alx-posts .post-item-category, .s1 .alx-posts .post-item-date, #footer .alx-posts .post-item-category, #footer .alx-posts .post-item-date {
    font-size: 14px
}

.widget_alx_video h3 {
    margin-bottom: 14px
}

#comments {
    margin-top: 20px
}

#pinglist-container {
    display: none
}

.comment-tabs {
    border-bottom: 2px solid #eee;
    margin-bottom: 20px
}

.comment-tabs li {
    float: left;
    margin-bottom: -2px
}

.comment-tabs li a {
    font-weight: 600;
    padding: 0 10px 10px;
    display: block;
    color: #aaa;
    border-bottom: 2px solid #eee
}

.comment-tabs li a:hover {
    color: #444;
    border-color: #ccc
}

.comment-tabs li span {
    background-color: #eee;
    padding: 0 6px;
    margin-left: 8px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.comment-tabs li i {
    margin-right: 6px
}

.comment-tabs li.active a {
    color: #3b8dbd;
    border-bottom-color: #3b8dbd
}

.commentlist, .pinglist {
    margin-bottom: 20px
}

.commentlist li, .pinglist li {
    padding-left: 60px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400
}

.commentlist .comment-body, .pinglist li {
    clear: both;
    position: relative;
    padding-bottom: 15px
}

.commentlist .comment-author, .commentlist .comment-meta, .commentlist .comment-awaiting-moderation {
    font-size: 13px;
    display: block;
    float: left;
    line-height: 20px
}

.commentlist .comment-author {
    margin-right: 6px
}

.commentlist .fn, .pinglist .ping-link {
    color: #444;
    font-size: 13px;
    font-style: normal;
    font-weight: 600
}

.commentlist .says {
    display: none
}

.commentlist .avatar {
    position: absolute;
    left: -60px;
    top: 0;
    width: 48px;
    height: 48px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.commentlist .comment-meta:before, .pinglist .ping-meta:before {
    color: #ccc;
    content: "\f017";
    font-family: FontAwesome;
    font-size: 10px;
    margin-right: 3px;
    vertical-align: 4%
}

.commentlist .comment-meta a, .pinglist .ping-meta {
    color: #aaa
}

.commentlist .reply {
    font-size: 13px;
    line-height: 16px
}

.commentlist .reply a {
    color: #aaa
}

.commentlist .reply a:hover {
    color: #444
}

.comment-awaiting-moderation {
    color: #3b8dbd;
    font-style: normal
}

.pinglist li {
    padding-left: 0
}

.commentlist .comment-body p {
    margin-bottom: 8px;
    color: #777;
    clear: both
}

.commentlist .comment-body strong {
    font-weight: 700
}

.commentlist .comment-body em {
    font-style: italic
}

.commentlist .comment-body ol li {
    list-style: decimal;
    margin-left: 2em;
    padding: 0
}

.commentlist .comment-body ul li {
    list-style: square;
    margin-left: 2em;
    padding: 0
}

.commentlist li.bypostauthor > .comment-body:after, .commentlist li.comment-author-admin > .comment-body:after {
    background: #3b8dbd;
    display: block;
    position: absolute;
    content: "\f040";
    color: #fff;
    line-height: 12px;
    width: 12px;
    font-style: normal;
    font-family: FontAwesome;
    text-align: center
}

.commentlist li.comment-author-admin > .comment-body:after {
    content: "\f005"
}

.commentlist li.bypostauthor > .comment-body:after, .commentlist li.comment-author-admin > .comment-body:after {
    top: 32px;
    left: -28px;
    font-size: 10px;
    padding: 2px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.commentlist li li.bypostauthor > .comment-body:after, .commentlist li li.comment-author-admin > .comment-body:after {
    top: 22px;
    left: -26px;
    font-size: 8px;
    padding: 1px;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.commentlist li li {
    padding-left: 48px;
    margin: 0
}

.commentlist li li .avatar {
    width: 36px;
    height: 36px;
    left: -48px;
    top: 0
}

.commentlist li li .comment-meta {
    left: 70px
}

.comments-nav {
    margin-bottom: 20px
}

.comments-nav a {
    font-weight: 600
}

.comments-nav .nav-previous {
    float: left
}

.comments-nav .nav-next {
    float: right
}

.logged-in-as, .comment-notes, .form-allowed-tags {
    display: none
}

#respond {
    position: relative
}

#reply-title {
    margin-bottom: 20px
}

li #reply-title {
    font-size: 0;
    margin: 0 !important;
    padding: 0;
    height: 0;
    border-top: 0
}

#cancel-comment-reply-link {
    color: #999;
    display: block;
    position: absolute;
    bottom: 26px;
    right: 20px;
    font-size: 12px
}

#cancel-comment-reply-link:hover {
    color: #777
}

#commentform {
    background: #f1f1f1;
    padding: 10px 20px 20px;
    margin-bottom: 15px;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

#commentform p.comment-form-author {
    width: 48%;
    float: left
}

#commentform p.comment-form-email {
    width: 48%;
    float: right
}

#commentform p.comment-form-url, #commentform p.comment-form-comment {
    clear: both
}

#commentform label {
    padding: 6px 0;
    font-weight: 600;
    display: block
}

#commentform input[type="text"], #commentform textarea {
    max-width: 100%;
    width: 100%
}

#commentform textarea {
    height: 100px
}

#commentform p.form-submit {
    margin-top: 10px
}

.logged-in #reply-title {
    margin-bottom: 20px
}

.logged-in #commentform p.comment-form-comment {
    margin-top: 10px
}

.logged-in #commentform p.comment-form-comment label {
    display: none
}

.child-menu {
    zoom: 1;
    position: relative;
    padding: 0 0 20px
}

.child-menu a {
    color: #777;
    font-weight: 600;
    display: block;
    padding: 0 44px
}

.child-menu a:hover {
    color: #3b8dbd
}

.child-menu .current_page_item > a {
    background: #fff;
    color: #3b8dbd
}

.child-menu > li {
    display: none
}

.child-menu > li.current_page_item, .child-menu > li.current_page_parent, .child-menu > li.current_page_ancestor {
    display: block
}

.child-menu > li.current_page_item > ul ul, .child-menu > li.current_page_parent > ul ul, .child-menu > li.current_page_ancestor > ul ul {
    display: none
}

.child-menu > li ul li.current_page_item ul, .child-menu > li ul li.current_page_parent ul, .child-menu > li ul li.current_page_ancestor ul {
    display: block
}

.child-menu > li > a {
    font-size: 20px;
    display: block;
    padding: 20px 30px
}

.child-menu > li > ul {
    background: #e9e9e9;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px 0 10px 10px
}

.child-menu > li > ul > li > a {
    font-size: 15px;
    background: #f0f0f0;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    padding: 11px 20px;
    -webkit-box-shadow: inset 0 1px 0 #f9f9f9;
    box-shadow: inset 0 1px 0 #f9f9f9
}

.child-menu > li > ul > li > a:before {
    font-family: FontAwesome;
    content: "\f055";
    font-weight: 400;
    font-size: 18px;
    margin-right: 8px
}

.child-menu > li ul ul {
    background: #f0f0f0;
    border-bottom: 1px solid #ddd;
    border-top: 3px solid #ebebeb;
    border-left: 1px solid #ddd;
    padding: 6px 0
}

.child-menu > li ul ul a {
    font-size: 15px;
    font-weight: 300;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 1px
}

.child-menu > li ul ul a:hover {
    background: #e9e9e9;
    -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, .04);
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, .04)
}

.child-menu > li ul ul li.current_page_item > a {
    background: #fff;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .04);
    box-shadow: 0 1px 0 rgba(0, 0, 0, .04)
}

.col-2cl .child-menu > li > ul, .col-3cr .child-menu > li > ul {
    padding-left: 0;
    padding-right: 10px
}

.col-2cl .child-menu > li > ul > li > a, .col-3cr .child-menu > li > ul > li > a {
    border-left: 0;
    border-right: 1px solid #ddd
}

.col-2cl .child-menu > li ul ul, .col-3cr .child-menu > li ul ul {
    border-left: 0;
    border-right: 1px solid #ddd
}

.wp-pagenavi {
    text-align: right;
    font-weight: 600;
    line-height: 52px;
    float: none;
    margin-right: -2px;
    text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
    color: #aaa;
    font-size: 16px;
    padding: 7px 8px;
    display: inline;
    margin: 0 2px
}

.wp-pagenavi span.pages {
    font-size: 17px;
    font-weight: 300;
    display: block;
    margin-bottom: 1em !important;
    border: none !important
}

.wp-pagenavi span.pages:before {
    content: "\f15c";
    font-family: FontAwesome;
    margin-right: 6px
}

.wp-pagenavi span.extend {
    border: none !important;
    border-bottom: 3px solid transparent;
    border-top: 1px solid transparent
}

.wp-pagenavi a:hover, .wp-pagenavi a:active, .wp-pagenavi span.current {
    color: #FFF
}

.wp-pagenavi a {
    color: #3b8dbd;
    border: none;
    border-bottom: 3px solid #3c3b3b;
    border-top: 1px solid #313131
}

.wp-pagenavi a:hover, .wp-pagenavi a:active, .wp-pagenavi span.current {
    background: none;
    border: none;
    border-bottom: 3px solid #3b8dbd;
    border-top: 1px solid #313131
}

.wpcf7 p {
    color: #FFF;
    font-weight: 600;
    margin: 0 0 12px;
    width: 100%;
    float: left;
    position: relative
}

.wpcf7 p span {
    font-weight: 400;
    color: #999
}

.wpcf7 label {
    display: block;
    float: left;
    width: 20%;
    margin: 9px 0 0 12px;
    text-align: left
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"] {
    display: block;
    float: left;
    padding: 10px;
    width: 100%
}

.wpcf7 textarea {
    display: block;
    float: left;
    padding: 10px;
    width: 100%
}

.wpcf7 recaptcha {
    display: block;
    float: left;
    padding: 10px;
    width: 100%
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
    background: #f5f5f5;
    margin-top: 12px
}

.wpcf7 input[type="submit"] {
    width: 100%;
    padding: 10px 0;
    font-size: 18px
}

.wpcf7 div.wpcf7-validation-errors {
    border: none;
    margin: 0;
    padding: 0
}

.wpcf7 div.wpcf7-mail-sent-ok, .wpcf7 div.wpcf7-mail-sent-ng {
    border: none
}

.wpcf7 div.wpcf7-response-output {
    margin: 0;
    padding: 0
}

.wpcf7 span.wpcf7-form-control-wrap {
    display: block;
    position: relative
}

.wpcf7 span.wpcf7-not-valid-tip {
    background: #f2dede;
    border-color: #e3bfbf;
    color: #b94a48;
    padding: 4px 14px;
    font-size: 12px;
    line-height: 20px;
    position: absolute;
    left: 0;
    top: 12px;
    width: auto;
    right: 0;
    display: block
}

.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
    outline: none
}

.slides, .flex-control-nav, .flex-direction-nav {
    /* margin: 0; */
    /* padding: 0; */
    /* list-style: none; */
}

.flexslider {
    margin: 0;
    padding: 0
}

.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden
}

.flexslider .slides img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto
}

.flex-pauseplay span {
    text-transform: capitalize
}

.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

html {
    -webkit-font-smoothing: antialiased
}

html[xmlns] .slides {
    display: block
}

* html .slides {
    height: 1%
}

.no-js .slides > li:first-child {
    display: block
}

.flexslider {
    margin: 0 0 60px;
    position: relative;
    zoom: 1
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease
}

.loading .flex-viewport {
    max-height: 300px
}

.flexslider .slides {
    zoom: 1
}

.flexslider .slides > li {
    position: relative
}

.carousel li {
    margin-right: 5px
}

.flex-direction-nav {
    /* height: 0; */
    /* position: absolute; */
    /* top: 50%; */
    /* margin-right: 10px; */
    /* z-index: 2; */
    /* margin-left: 13px; */
    /* width: 100%; */
    /* margin-top: -18px; */
}

.flex-direction-nav li {
    /*     float: left; */
    /* margin-left: 4px */
}

.flex-direction-nav li:first-child {
    float: left
}

.flex-direction-nav li:last-child {
    float: right
}

.flex-direction-nav a {
    background: rgba(0, 0, 0, .7);
    opacity: .6;
    position: relative;
    width: 40px;
    height: 40px;
    margin: 0 0 0;
    display: block;
    cursor: pointer;
    text-indent: -999px;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    opacity: 1;
    transition: opacity .25s ease-in-out;
}

.flexslider:hover .flex-next, .flexslider:hover .flex-prev {
    opacity: .8
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
    opacity: 1
}

.flex-direction-nav .flex-disabled {
    opacity: .3 !important;
    filter: alpha(opacity=30);
    cursor: default
}

.flex-direction-nav .flex-next:before {
    content: "\f054"
}

.flex-direction-nav .flex-prev:before {
    content: "\f053"
}

.flex-control-nav li {
    margin: 0 3px;
    display: inline-block;
    zoom: 1;
    *display: inline
}

.flex-control-nav li a {
    background: rgba(0, 0, 0, .15);
    width: 10px;
    height: 10px;
    display: block;
    cursor: pointer;
    text-indent: -999px;
    overflow: hidden;
    -webkit-border-radius: 100%;
    border-radius: 100%
}

.flex-control-nav li a:hover {
    background: rgba(0, 0, 0, .15)
}

.flex-control-nav li a.flex-active {
    background: rgba(0, 0, 0, .25);
    cursor: default
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0
}

.flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer
}

.flex-control-thumbs img:hover {
    opacity: 1
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default
}

@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: .7;
        left: 0;
    }

    .flex-direction-nav .flex-next {
        opacity: .7;
        right: 0
    }
}

.dropcap {
    color: #444;
    display: block;
    float: left;
    font-size: 94px;
    line-height: .9em;
    font-weight: 600;
    margin: 0 10px 0 0
}

.pullquote-left {
    color: #444;
    border-left: 6px solid #eee;
    float: left;
    margin: .78em 1em .78em 0;
    padding: 0 0 0 20px;
    font-weight: 600;
    width: 40%
}

.pullquote-right {
    color: #444;
    border-right: 6px solid #eee;
    float: right;
    margin: .78em 0 .78em 1em;
    padding: 0 20px 0 0;
    font-weight: 600;
    width: 40%
}

.highlight {
    color: #222;
    border-bottom: 1px dotted #222
}

hr, .hr {
    border: 0;
    background: #eee;
    border-bottom: 2px solid #eee;
    height: 1px;
    /* margin: 30px 0 */
}

body.ie8, .ie8.single .related-posts .post-title, .ie8 .s1 .alx-posts .post-item-title, .ie8 #footer .alx-posts .post-item-title {
    font-weight: 400
}

.ie8 .author-bio .bio-avatar:after, .ie8 .commentlist li.bypostauthor > .comment-body:after {
    display: none
}

.ie8 .nav li > a:after {
    content: "" !important
}

.ie8 .nav > li > a:after {
    content: "" !important
}

/*.ie8 #nav-topbar .nav > li > a:hover, .ie8 #nav-topbar .nav > li:hover > a, .ie8 #nav-header .nav > li > a:hover, .ie8 #nav-header .nav > li:hover > a, .ie8 .toggle-search:hover, .ie8 .toggle-search.active, .ie8 .search-expand-inner {*/
/*    background: url(img/opacity-10.png)*/
}

.ie8 .thumb-icon, .ie8 .image-caption, .ie8 .page-image-text .description i, .ie8 .flex-direction-nav a {
    /*background: url(img/ie/opacity-70.png)*/
}

.ie8 .entry .gallery .gallery-caption {
    /*background: url(img/ie/opacity-80-light.png)*/
}

input[type=submit] {
    font-size: 26px;
    font-weight: 600;
    color: white;
    padding: 0 10px 0 10px;
    margin: 10px 8px 10px 0;
    display: inline-block;
    float: center;
    text-decoration: none;
    /* height: 50px; */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #7b0eba;
    transition: all 0.1s linear 0s;
    top: 0;
    position: relative;
}

input[type=submit]:hover {
    cursor: pointer;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.link {
    border-bottom: 2px dotted #55acee;
    text-decoration: none;
    color: #55acee;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s
}

.link:hover {
    color: #2ecc71;
    border-bottom: 2px dotted #2ecc71
}

.monly {
    padding: 0 0 0 0
}

.btn {
    cursor: pointer;
    margin: 0;
    border-radius: 5px;
    text-decoration: none;
    padding: 40px 30px 10px 30px;
    font-size: 52px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    display: inline-block
}

.buttdesc {
    cursor: pointer;
    text-decoration: none;
    font-size: 15px;
    display: inline-block
}

.blue {
    color: #55acee;
    border: 2px #55acee solid
}

.blue:hover {
    background-color: #55acee;
    color: #fff
}

.yellow, .yellow:hover {
    color: #fff;
    background-color: #f1c40f
}

.red {
    color: #e74c3c;
    border: 2px #e74c3c solid
}

.red:hover {
    color: #fff;
    background-color: #e74c3c
}

.buttons {
    padding-bottom: 10px;
    text-align: center
}

.image-container {
    display: block
}

.image-containersmall {
    display: block
}

.image-container .after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    color: #FFF
}

.image-containersmall .after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    color: #FFF
}

.image-container .after {
    display: block
}

.image-containersmall .after {
    display: block
}

.custompage {
    margin: auto;
    width: 322px;
}

.modelpage {
    /* margin: auto; */
    width: 310px;
}

.categoriespage {
    margin: auto;
    width: 279px;
    display: table;
    /* margin: auto; */
    text-align: center;
}

.about-models {

}

.footerba {
    margin: auto;
    text-align: center
}

.item {
    float: left;
    width: 310px;
    height: 571px;
    margin: 5px;
    margin-bottom: 35px;
    text-align: center;
}

.model-image-holder {
    overflow: hidden;
    height: 530px;
    border-radius: 5px;
}

.model-image-holder img {
    transition: transform .5s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.model-image-holder:hover img {
    transform: scale(1.1);
}

.categories {
    float: left;
    width: 290px;
    height: 163px;
    margin: 5px 5px 35px;
    text-align: center;
    position: relative;
    display: inline-block;
}

.categories-image {
    display: block;
}

.categories-text {
    position: absolute;
    top: 0;
    left: 7px;
    /* transform: translate(-50%, -50%); */
    color: white;
    font-size: 22px;
    letter-spacing: .5px;
    z-index: 1;
    font-family: Impact, Charcoal, sans-serif;
    text-shadow: -1px 2px 5px rgba(0, 0, 0, 1); /* Shadow offset, blur radius, and color */
}

.name {
    margin-bottom: 10px
}

.join {
    background-color: #1bb112
}

.join-nav {
    background-color: #1bb112;
    color: #FFF;
    font-weight: 900;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3)
}

.btn, a.btn {
    color: #fff;
    display: inline-block;
    padding: .429em .857em;
    margin-bottom: 10px;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    /* white-space: nowrap; */
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -moz-user-select: none;
    user-select: none;
    background-image: none;
    border: none;
    border-radius: 0;
}

.btn:focus, .btn:hover, a.btn:focus, a.btn:hover {
    color: #FFF;
    background-color: #16820f;
    outline: 0
}

.btn.member, a.btn.member {
    background-color: #7397a3
}

.btn.member:focus, .btn.member:hover, a.btn.member:focus, a.btn.member:hover {
    color: #FFF;
    background-color: #16820f;
    outline: 0
}

.btn.btn-big, a.btn.btn-big {
    display: block;
    font-size: 1.3em;
    text-align: center;
    line-height: 1.5em;
    border-radius: 0;
    background-color: #1bb112;
    color: #fff;
    max-width: 440px;
    padding: .1em 1em;
    margin: 15px auto 15px;
    font-weight: 900
}

.btn.btn-big:hover, a.btn.btn-big:hover {
    background-color: #16820f
}

.btn.btn-big.btn-gig, a.btn.btn-big.btn-gig {
    font-size: 4.5em;
    width: auto;
    max-width: 2000px;
    /* padding: .2em 2em; */
}

.btn-group-lg > .btn, .btn-group-lg > a.btn, .btn.btn-lg, a.btn.btn-lg {
    font-size: 1.5em
}

@media only screen and (max-width: 1600px) {
    .btn.btn-big.btn-gig, a.btn.btn-big.btn-gig {
        font-size: 3em
    }
}

@media only screen and (max-width: 1170px) {
    .btn.btn-big.btn-gig, a.btn.btn-big.btn-gig {
        font-size: 2em;
        line-height: 2.5em;
        margin: 1em 0;
        text-transform: uppercase
    }
}

@media only screen and (max-width: 630px) {
    .btn.btn-big.btn-gig, a.btn.btn-big.btn-gig {
        font-size: 1.5em
    }

    .disclaimer .btn.btn-big, .disclaimer a.btn.btn-big {
        border-radius: 3px;
        letter-spacing: -.03em
    }

    .disclaimer .btn.btn-big span, .disclaimer a.btn.btn-big span {
        font-size: 1.6em
    }

    .disclaimer .btn.btn-big span.smlr, .disclaimer a.btn.btn-big span.smlr {
        font-size: 1.3em
    }
}

@media only screen and (max-width: 459px) {
    .btn.btn-big.btn-gig, a.btn.btn-big.btn-gig {
        line-height: 1.3em;
        padding-left: .2em;
        padding-right: .2em;
        font-size: 1.5em
    }

    .btn.btn-big.btn-gig span, a.btn.btn-big.btn-gig span {
        display: block;
        margin: 0 auto
    }
}

a.btn {
    text-shadow: 0 2px 1px rgba(0, 0, 0, .3)
}

#joinnav {
    margin-top: .35em
}

#joinnav a.btn {
    font-weight: 900;
    text-transform: uppercase;
    margin: .1em .4em 0;
    font-size: 2.2em;
    padding: .429em .857em;
    line-height: 1;
    letter-spacing: .052em
}

#joinnav a.btn:hover {
    background: #16820f
}

#joinsidetop {
    margin-top: .35em
}

#joinsidetop a.btn {
    font-weight: 900;
    text-transform: uppercase;
    margin: .1em .4em 0;
    font-size: 2.2em;
    padding: .429em .857em;
    line-height: 1;
    letter-spacing: .052em
}

#joinsidetop a.btn:hover {
    background: #16820f
}

#joinvid {
    margin-top: .35em
}

#joinvid a.btn {
    font-weight: 900;
    text-transform: uppercase;
    padding: .429em .857em;
    line-height: 1;
    letter-spacing: .052em
}

#joinvid a.btn:hover {
    background: #16820f
}

#joinsidebot {
    margin-top: .35em
}

#joinsidebot a.btn {
    font-weight: 900;
    text-transform: uppercase;
    margin: .1em .4em 0;
    font-size: 2.2em;
    padding: .429em .857em;
    line-height: 1;
    letter-spacing: .052em
}

#joinsidebot a.btn:hover {
    background: #16820f
}

#joinmid {
    margin-top: .35em;
    margin-bottom: 23px;
}


#joinmid-members {
    margin-top: 2.85em;
    margin-bottom: 0px;
}

#joinmid a.btn {
    font-weight: 900;
    text-transform: uppercase;
    /* margin: .1em .4em 0; */
    font-size: 2.2em;
    padding: .429em .857em;
    line-height: 1;
    letter-spacing: .052em;
    text-align: center;
}

#joinmid-members a.btn {
    font-weight: 900;
    text-transform: uppercase;
    /* margin: .1em .4em 0; */
    font-size: 2.2em;
    padding: .429em .857em;
    line-height: 1;
    letter-spacing: .052em;
    text-align: center;
}

#joinmid a.btn:hover {
    background: #16820f
}

#joinmid-members a.btn:hover {
    background: #16820f
}

@media only screen and (max-width: 1245px) {
    #joinmid a.btn, {
        letter-spacing: 0;
        line-height: 1.3em;
        padding: .3em .5em .2em;
        font-size: 1.2em;
    }

    .joinmid-members a.btn {
        letter-spacing: 0;
        line-height: 1.3em;
        padding: .3em .5em .2em;
        font-size: 1.2em;
    }


    #joinmid, .joinmid-members {
        display: none
    }
}

#joinpost {
    /* margin-top: .35em; */
}

#joinpost a.btn {
    font-weight: 900;
    text-transform: uppercase;
    margin: .1em .4em 0;
    font-size: 1.9em;
    padding: .429em .857em;
    line-height: 1;
    letter-spacing: .052em
}

#joinpost a.btn:hover {
    background: #16820f
}

@media only screen and (max-width: 1245px) {
    #joinpost a.btn {
        letter-spacing: 0;
        margin-left: 0;
        line-height: 1.3em;
        padding: .3em .5em .2em;
        font-size: 1.2em
    }
}

#add-list {
    /* margin-top: .35em; */
}

#add-list a.btn {
    font-weight: 175;
    /* font-size: 20px; */
    /* text-transform: uppercase; */
    margin: -1.8em 0.3em 1em 4.7em;
    font-size: 1.3em;
    padding: 0.4em 0.4em 0.5em 0.4em;
    line-height: 1;
    letter-spacing: .052em;
    width: 27.6%;
    /* text-align: right; */
    border-radius: 6px;
}

#add-list a.btn:hover {
    background: #16820f
}

@media only screen and (max-width: 1245px) {
    #add-list a.btn { /*         letter-spacing:0; *//*         margin-left: 0; *//*         line-height: 1.3em; */
        padding: 0.4em 2.9em 0.4em 0.4em; /* font-size: 1.2em; */
        margin: -1.8em 5.6em 1em 4.8em;
    }
}


#feat-add-list {
    /* margin-top: .35em; */
}

#feat-add-list a.btn {
    font-weight: 175;
    /* font-size: 20px; */
    /* text-transform: uppercase; */
    margin: -1.7em 0em 1em 4.7em;
    font-size: 1.3em;
    padding: 0.35em 0.6em 0.4em 0.4em;
    line-height: 1;
    letter-spacing: .052em;
    width: 6em;
    /* text-align: right; */
    border-radius: 6px;
}

#feat-add-list a.btn:hover {
    background: #16820f
}

@media only screen and (max-width: 1245px) {
    #feat-add-list a.btn {
        /*         letter-spacing:0; */
        /*         margin-left: 0; */
        /*         line-height: 1.3em; */
        /*         padding: .3em .5em .2em; */
        /*         font-size: 1.2em */
    }
}

.btn, .lbl, a.btn {
    background-color: #1bb112;
}

#join-mobile2 {
    margin-top: 7px;
    margin-right: 15px;
    float: right;
}

#join-mobile2 a {
    color: #ffffff;
}

.download-buttons {
    margin-top: 25px;
}

.post-filters {
    margin: 0 8.3333% 8.3333% 8.3333%;
    box-shadow: 0 0 1px rgba(0, 0, 0, .15);
    padding: 22px;
    background: #fff
}

.signup-center H3 {
    margin-bottom: -15px
}

.signup-center {
    margin: auto;
    width: 90%;
    text-align: center
}

.signup-small {
    margin: auto;
    width: 80%
}

.type-2 label {
    margin: 5px 0
}

.type-2 hr {
    margin: 20px
}

.type-2 .input-control {
    cursor: pointer;
    display: inline-block;
    padding-left: 33.75px;
    position: relative;
    /* font-family: "Helvetica Neue Regular", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; */
    font-size: 24px;
    font-weight: 100;
    line-height: 27px;
}

.type-2 .input-control input {
    position: absolute;
    width: auto !important;
    z-index: 1;
    opacity: 0
}

.type-2 .input-control__indicator {
    border-radius: 80%;
    display: block;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 24px;
    text-align: center;
    background: #7b0eba;
    background-size: 50% 50%;
    background-position: center center;
    background-repeat: no-repeat
}

.type-2 .input-control.radio input:focus ~ .input-control__indicator, .input-control.radio input:active ~ .input-control__indicator {
    background: #7b0eba
}

.type-2 .input-control.radio input:checked ~ .input-control__indicator:after {
    border-radius: 80%;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    width: 100%;
    background: white
}

.type-2 .input-control.checkbox input:focus ~ .input-control__indicator, .input-control.checkbox input:active ~ .input-control__indicator {
    background: #7b0eba
}

.type-2 .input-control.checkbox input:checked ~ .input-control__indicator:after {
    border-radius: 80%;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    width: 100%;
    background: white
}

.disc-color {
    color: #0cf50c
}

.grecaptcha-badge {
    visibility: collapse !important
}

#contact {
    display: none
}

#solve {
    display: none
}

.topbanner {
    text-align: center;
    /*margin-bottom: -0.5em;*/
}

.bannerbtns {
    float: right;
    display: inline;
    margin-top: 13px;
}


.joinvideospace {
    width: 640px
}

.trailer video {
    width: 100%
}

@media only screen and (max-width: 767px) {
    .joinvideospace {
        width: 100%
    }
}

.model-left {
    float: left;
    max-width: 450px;
}

.model-right {
    width: 475px;
    float: right;
    margin-left: 22px;
    line-height: 1.3;
    overflow-wrap: anywhere;
}

.model-left img {
    width: 100%;
    height: auto;
    padding-bottom: 10px;
}

@media only screen and (max-width: 1415px) {
    .model-right {
        width: 100%;
        float: right;
        margin-left: 0px;
    }
}

.model-top {
    padding: 0 0 10px 0;
    display: inline-block;
    width: 100%;
}

.model-updates {
    width: 945px;
    /* padding:600px 0 0 0; */
    width: 100%;
    display: inline-block;
}

.model-updates-item {
    float: left;
    width: 304px;
    height: 210px;
    margin: 5px;
    margin-bottom: 35px;
    text-align: center;
}

.model-updates-item img {
    width: 100%;
    /*height: auto;*/
}

.stats-title {
    font-size: 18px;
    color: #a960f7
}

.stats {
    font-size: 21px
}

.modelsort {
    text-align: right;
    margin-right: 9px;
    /* width: 249px; */
}

.btn-sort {
    background-color: #7b0eba
}

.store-nav {
    /*     background-color: #ff7600; */
}

.vidPlayer {
    width: 100%;
    z-index: 1;
    height: auto
}

.vidWrapper {
    /* position: relative; */
    margin: auto;
    width: 100%;
    /* height: 486px; */
    /* display: block; */
    display: inline-block;
}


.div-hide {
    display: none
}

#video_overlays {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    width: 100%;
    height: auto
}

.vidWrapper img {
    /* width: 100%; */
    height: auto;
    z-index: 10;
}

#dark-bg {
    position: absolute;
    color: #FFF;
    text-align: center;
    font-size: 1.5em;
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    height: 98.7%;
    top: 0;
    left: 0;
    vertical-align: middle;
    font-weight: 900;
}

@media (min-width: 539px) {
    .custompage {
        margin: 10px auto;
        width: 681px;
    }
}

@media (min-width: 1096px) {
    .custompage {
        margin: 10px auto;
        width: 681px
    }
}

@media (min-width: 1343px) {
    .custompage {
        margin: 10px auto;
        width: 1015px;
    }
}


@media (min-width: 539px) {
    .modelpage {
        margin: 10px auto;
        width: 456px;
    }
}

@media (min-width: 1096px) {
    .modelpage {
        margin: 10px auto;
        width: 630px;
    }
}

@media (min-width: 1381px) {
    .modelpage {
        margin: 10px auto;
        width: 947px;
    }
}

@media (min-width: 539px) {
    .categoriespage {
        /* margin: 10px auto; */
        width: 275px;
    }
}

@media (min-width: 1096px) {
    .categoriespage {
        /* margin: 10px auto; */
        width: 900px;
    }
}

@media (min-width: 1381px) {
    .categoriespage {
        /* margin: 10px auto; */
        width: 1200px;
    }

    .about-models {
        /* margin: 10px auto; */
        width: 1280px;
    }
}

@media (min-width: 539px) {
    .modelsort {
        margin: 10px auto;
        width: 454px
    }
}

@media (min-width: 1096px) {
    .modelsort {
        margin: 10px auto;
        width: 675px
    }
}

@media (min-width: 1343px) {
    .modelsort {
        margin: 10px auto;
        width: 896px
    }
}

.related-updates {
    width: 945px;
    padding: 0 0 0 0;
    width: 100%;
}

.related-updates-item {
    float: left;
    width: 304px;
    height: 223px;
    margin: 5px;
    margin-bottom: 35px;
    text-align: center;
}

.rating-list {
    width: 100%;
    margin: -1.8em 0 0 -2.4em;
    text-align: right;
}

.res-icon-list {
    width: 100%;
    margin: -33px 0 0;
    text-align: right;
    /* transform: translate(-6px, 8.4px); */
}

.four-k {
    color:#ffde03
}

.res-icon-vid {
    /* width: 100%; */
    /* margin: -38.9px 0 0; */
    /* text-align: left; */
    /* transform: translate(11px, 8.4px); */
    display: inline-block;
}


.price-list {
    font-size: 1.3em;
    background-color: #3f3f3f;
    width: 3.3em;
    padding: 0.3em 0.3em 0.3em 0.5em;
}

.slash {
    font-size: 1.3em;
    width: 3.3em;
    padding: 0.3em 0.3em 0.3em 0.5em;
    position: relative;
}
.slash::after {
    border-bottom: 0.125em solid red;
    content: "";
    left: 8px;
    margin-top: calc(0.125em / 2 * -1);
    position: absolute;
    right: 8px;
    top: 50%;
    /* padding: 5px 10px 9px 8px; */
}

.cart-nav {
    background-color: #1bb112;
}

.livesearch-item {
    color: #fff;
    padding: .6em;
}

.livesearch-item a:hover {
    color: #fff;
    margin: 1em;
}

.livesearch-back:hover {
    background-color: #373737;
}

.update-stats {
    margin: 0 0 0.8em;
    padding: 0.6em 0.7em 0.6em;
    background-color: #3c3c3c;
}


.rating-score-vid {
    display: inline-block;
    /* margin-top: -40px; */
    margin-right: 20px;
    /* vertical-align: sub; */
}

.rating-score {
    display: inline-block;
    /* margin-top: -40px; */
    margin-right: 58px;
}

.rating-num {
    margin-left: 5px;
}

.rating {
    /* display: inline-block; */
    margin-top: -1.1em;
    margin-right: 1.6em;
}

.vid-rating {
    /* display: inline-block; */
    /* display: contents; */
    margin-top: -1.1em;
    margin-right: 1.6em;
    /* float: left; */
}


.fav {
    display: inline-block;
    margin-top: -1.1em;
    margin-right: 1.6em;
}

.thanks {
    /* display: inline-block; */
    margin-top: -40px;
    margin-right: -176px;
    padding-bottom: 10px;
    visibility: hidden;
}

.contact-thanks {
    /* display: inline-block; */
    /*margin-top: -40px;*/
    /*margin-right: -176px;*/
    /*padding-bottom: 10px;*/
    display: none;
}

.added {
    display: inline-block;
    margin-top: -40px;
    margin-right: -176px;
    padding-bottom: 10px;
    visibility: hidden;
}

.downloads {
    /* margin-top: -40px; */
    /* margin-right: 20px; */
    /* padding-bottom: 67px; */
    display: inline-block;
    text-align: center;
    border-bottom: 5px solid #19aa00;
    /* max-width: 800 px ; */
    margin-bottom: 10px;
}

.btsbutton {
    margin-top: -40px;
    margin-right: 20px;
    margin-left: 29px;
    padding-bottom: 10px;
}

.gallerybutton {
    margin-top: -40px;
    margin-right: 20px;
    padding-bottom: 10px;
}

.gallerythumbs {
    display: inline-block;
}

.ngg-gallery-thumbnail {
    display: inline-block;
    margin-top: -40px;
    margin-right: 20px;
    padding-bottom: 10px;
}

.like,
.dislike {
    display: inline-block;
    cursor: pointer;
    padding: 0 10px 6px 10px;
    margin: 13px 0 0.6px 0;
    background-color: #4a4a4a;
}

.dislike {
    COLOR: #000000;
}

.dislike:hover {
    color: #c70d0d;
    transition: all .2s ease-in-out;
    transform: scale(1.1);
}

.like:hover {
    color: #17c70d;
    transition: all .2s ease-in-out;
    transform: scale(1.1);
}

.add, .remove {
    display: inline-block;
    cursor: pointer;
    padding: 0em 10px 6px 4px;
    margin: 15px 0 0.6px 0px;
    background-color: #4a4a4a;
}

.remove:hover {
    color: #c70d0d;
    transition: all .2s ease-in-out;
    transform: scale(1.1);
}

.favremove:hover {
    color: #c70d0d;
}

.favremove {
    /* display: inline-block; */
    cursor: pointer;
    color: #ffffff;
    padding: 0.2em 0.3em 0.1em 0.4em;
    margin: 0em 0em -2em 0em;
    /* text-align: left; */
    background-color: #4a4a4a;
}

.fav-item {
    margin-bottom: 6em;
}

.add:hover {
    color: #17c70d;
    transition: all .2s ease-in-out;
    transform: scale(1.1);
}

.active {
    color: #17c70d;
}

.disactive {
    color: #c70d0d;
}

.fa-3x {
    font-size: 1.2em;
}

.video-js.vjs-fluid {
    margin-bottom: 22px;
}

.videoContent {
    width: 100%;
    /* width: 864px; */
    max-width: 864px;
    /* margin: auto auto 25px; */
    float: left;
}

.videoContentGallery {
    margin: auto auto 0px;
    float: none;
    max-width: 1280px;
}

.block-search {
    position: relative;
    z-index: 100;
    /* margin-bottom: 25px; */
}

.block-search input {
    width: 100% !important;
    height: 38px;
    line-height: 0;
    /* border-radius: 40px; */
    color: #303030;
    border: none;
}

.input-group-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    border-radius: 0 0 40px 40px;
}

.input-group-btn .btn {
    /* border-radius: 40px; */
    padding: 10px 15px;
}

.reg-search-btn {
    position: absolute;
    /* right: 30px; */
    /* top: 20.4px; */
    width: auto;
    border-radius: 0 0 40px 40px;
}

.reg-search-btn .btn {
    /* border-radius: 40px; */
    padding: 10px 15px;
}

.block-search-reg {
    /* border-radius: 40px; */
    padding-top: 10px;
    width: 250px;
    display: inline-block;
    float: right;
    margin-top: -55px;
}

.right-menu {
    /*padding: 13px 15px;*/
    float: right;
}

.featured-holder {
    /* margin-top: 50px; */
}


.not_thumb {
    width: 100px;
    height: auto;
}

.purple, a.purple {
    background-color: #7b0eba;
}

.purple:hover, a.purple:hover {
    background-color: #620e92;
}

@media only screen and (max-width: 719px) {
    #floater {
        /*display: none;*/
    }

    #flexslider-featured .flex-direction-nav li:first-child {
        float: left;
        margin-left: 2px;
    }

    #flexslider-featured .flex-direction-nav li:last-child {
        float: right;
        margin-right: 2px;
    }

    #flexslider-featured .flex-direction-nav a:before {
        /* line-height: 7.1px; */
    }


    #flexslider-featured .flex-direction-nav a {
        width: 32px;
        height: 32px;
        font-size: 24px;
    }

    #flexslider-featured .flex-direction-nav {
        opacity: 1;
    }

    .bannerbtns {
        margin-top: -67px;
    }
}

.notif {
    font-size: 23px;
}

.notif-unread {
    background-color: #585858;
    font-weight: 600;
}

#livesearch {
    position: absolute;
    z-index: 999999;
    background-color: rgb(38, 38, 38);
}

#livesearch-mobile {
    position: absolute;
    z-index: 999999;
    background-color: rgb(38, 38, 38);
}

@media only screen and (min-width: 853px) {
    .mobile-only {
        display: none;
    }
}

.search-title {
    padding-bottom: 10px;
}

.already {
    font-size: 16px;
}

#purchase-warning {
    font-size: 30px;
    color: #e7ee4b;
    font-weight: 600;
    line-height: 31px;
}

.purchase-timer {
    font-size: 50px;
    color: #f4ff00;
}

.purchase-warning-exp {
    font-size: 17px;
    color: #ffffff;
    font-weight: initial;
    line-height: 1px;
}

.purchase-warning-ready {
    font-size: 30px;
    color: #1bb112;
    font-weight: initial;
}

.discount {
    background-color: #ff0000;
    /*     padding: 0px 5px 0px 5px; */
    text-align: center;
    /*     font-size: 15px; */
    width: fit-content;
    transform: translate(-200%, 124%);
    position: relative;
    /*     margin: auto; */
    z-index: 100;
    cursor: pointer;
    /*     opacity: .8; */
    padding: 0px 0px 0px 0px;
    font-size: 15px;
    float: right;
    display: none;
    -ms-transform: rotate(31deg);
}

.discount-mid {
    background-color: #ff0000;
    /*     padding: 0px 5px 0px 5px; */
    text-align: center;
    /*     font-size: 15px; */
    width: fit-content;
    /*transform: translate(-100%, -87%);*/
    position: absolute;
    /*     margin: auto; */
    z-index: 2;
    cursor: pointer;
    /*     opacity: .8; */
    padding: 5px;
    font-size: 24px;
    float: right;
    right: 0px;
    -ms-transform: rotate(31deg);
    transform: translate(-28px, -61px) rotate(31deg);
    display: none;
}

.discount-footer {
    transform: translate(8%, -115%);
    left: 50%;
}

.discount-upgrade {
    position: relative;
    margin-bottom: 37px;
    display: none;
}

.discount a {
    color: #FFF;
}

.join-button-holder {
    display: inline-table;
}

@media only screen and (max-width: 1068px) {

    .discount {
        /* display: none; */
    }

    .bannerbtns {
        display: none;
    }
}

.gallery-desc {
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 10px;
}

#large-holder {
    margin: auto auto 0px;
    max-width: 1280px;
}

.admin-message {
    border: #1bb112 1px;
    border-style: solid;
    padding: 9px;
    margin: 10px 0 10px 0;
    color: #1bb112;
    width: fit-content;
}

.error-message {
    border-style: solid;
    padding: 9px;
    margin: auto;
    width: fit-content;
    background-color: #ff1717;
}

.error-message-contact {
    border-style: solid;
    width: 189px;
    padding: 10px;
    background-color: #ff7600;
    margin-left: 0px;
    margin-bottom: 10px;
    display: none;
}

.update-large-img-holder img {
    width: 100%
}

.admin-title {
    color: #1bb112
}

.dlsize {
    font-size: 14px;
}

.swiper-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto
}

.swiper-container {
    margin-bottom: 15px;
}

.admin-table{
    table-layout: fixed;

}

.admin-td{
    overflow: hidden;

}

.contact-div {
    margin: 0.429em 0em;
    padding: 1.3em 0.9em 1.3em;
    background-color: #1c1c1c;
}

.contact-div input {
    color: #ffffff;
    background-color: #2d2d2d;
    border: 0px;
    margin-bottom: 10px;
    padding: 6px;
}

.contact-div textarea {
    color: #ffffff;
    width: 99%;
    background-color: #2d2d2d;
    border: 0px;
    margin-bottom: 10px;
    padding: 6px;
    font-size: 19px;
}

.contact-div input[type="text"] {
    color: #ffffff;
    width: 99%;
    background-color: #2d2d2d;
    border: 0px;
    margin-bottom: 10px;
    padding: 6px;
    font-size: 22px;
}

.contact-div input[type="text"]:focus{
    color: #ffffff;
}

.contact-div textarea:focus{
    color: #ffffff;
}

#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #7b0eba;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
}

#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

.rating-list-number{
    margin-left: 4px;
}

.home-sites{
    border-top: 5px solid #19aa00;
    padding: 20px 10px 10px 10px;
}

.home-sites h2{
    font-size: 25px;
    margin-bottom: 10px;
}

#top-cats{
    display: inline-block;
}

.carousel__slide2 {
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    width: 1320px;
    /*height: 160px;*/
    /* margin-right: -10px; */
    /*background-color: #eee;*/
    /*border-radius: 6px;*/
}

#myFeatCarousel {
    margin-top: 28px;
}
#myFeatCarousel img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}
.loader {
    /*margin: 60px auto;*/
    font-size: 2px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
