footer a {
    color: rgb(11, 174, 219);

}


html {
    font-size: 100.01%;
}

body {
    height: auto;
    min-height: 100%;
    color: #56646F;
    background: #ebebeb;
    -webkit-animation-delay: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-duration: 0.1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
}

body#tinymce {
    background: #FFF;
}

body,
div,
td {
    font-family: Arial, Tahoma, Verdana, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.185em;
    vertical-align: top;
    margin: 0;
    padding: 0;
    word-wrap: break-word;
    hyphens: auto;
}

@-webkit-keyframes fontfix {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-style: normal;
    font-weight: normal;
    font-family: inherit;
    text-rendering: optimizelegibility;
    smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 0 0 -0.05em;
    padding: 0.5em 0;
}


.sidebar-homepage-b h1 {
    display: table;
    margin: 0 auto;
    padding: 0.25em 0;
    text-align: center;
    font-weight: 300;
}

.sidebar-homepage-b h1 span {
    display: block;
}

.sidebar-homepage-b h1 a {}

h2 {
    letter-spacing: -0.02em;
    line-height: 1.3em;
}

h3 {
    letter-spacing: -0.01em;
    line-height: 1.375em;
}

h4 {
    line-height: 1.4em;
}

h5 {
    font-size: 1.15em;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.5em;
}

h6 {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.6em;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #1a3842;
    text-decoration: none;
}

.sidebar-footer h1 a,
.sidebar-footer h2 a,
.sidebar-footer h3 a,
.sidebar-footer h4 a,
.sidebar-footer h5 a,
.sidebar-footer h6 a {
    color: #FFF;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    color: #b09e27;
}

.title-sub {
    color: #b09e27;
}

.post-title .title-sub,
.page .title-sub {
    display: block;
    font-size: 66%;
    font-weight: 300;
    letter-spacing: -0.02em;
    line-height: 1.352em;
    margin-top: 0.5em;
}

.title-end {
    display: none;
}

a {
    text-decoration: none;
    -webkit-transition: all 250ms linear;
    -moz-transition: background-color 250ms linear;
    -o-transition: background-color 250ms linear;
    -ms-transition: background-color 250ms linear;
    transition: all 250ms linear;
}

a:hover {
    text-decoration: none;
    -webkit-transition: all 125ms linear;
    -moz-transition: background-color 125ms linear;
    -o-transition: background-color 125ms linear;
    -ms-transition: background-color 125ms linear;
    transition: all 125ms linear;
}


dl {
    display: table;
}

dt {}

dd {
    padding-left: 2em;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    font: normal 10px/1em sans-serif;
    border: 0;
}

.wp-caption {
    display: block;
    color: #999;
    font-size: 12px;
    text-align: center;
    width: auto;
    max-width: 100%!important;
    margin-top: 0.25em;
    margin-bottom: 1em;
}

.wp-caption.aligncenter {
    display: block;
}

.wp-caption.alignleft {
    margin-left: -55px;
}

.sidebar-position-right .sidebar-post-enabled .wp-caption.alignleft,
.sidebar-position-none .sidebar-post-enabled .wp-caption.alignleft {
    margin-left: -5px;
}

#tinymce .wp-caption.alignleft {
    margin-left: 0;
}

.wp-caption.alignright {
    margin-right: -55px;
}

.sidebar-position-left .sidebar-post-enabled .wp-caption.alignright {
    margin-right: -5px;
}

#tinymce .wp-caption.alignright {
    margin-right: 0;
}

.wp-caption a {}

.wp-caption img {
    display: block;
    margin: 0 auto;
}

#tinymce .wp-caption img {
    display: inline-block;
}

.wp-caption-text {
    font-size: 12px;
    line-height: 1.352em;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    padding: 10px 15px 0;
}

.gallery {
    font-size: 0.85em;
    width: auto!important;
    max-width: 100%;
    margin-bottom: 1em!important;
    padding: 25px 25px 0;
    background: rgba(0, 0, 0, 0.03);
}

.gallery-item {
    display: inline-block;
    float: none!important;
    margin: 0 0 25px!important;
    vertical-align: top;
}

.gallery img {
    display: block;
    margin: 0 auto;
    border: none!important;
}

table {
    text-align: left;
    width: 100%;
    max-width: 100%;
    margin: 0 0 1em;
    border: 0;
    border-collapse: collapse;
}

caption {
    line-height: 1.5em;
    color: #FFF!important;
    text-align: center;
    padding: 1em;
    background: #1a3842 url('assets/images/bg-white-20.png');
}

thead {}

thead tr {
    background: none;
}

th {
    line-height: 1.3em;
    color: #FFF;
    padding: 5px 10px;
    background: #1a3842 url('assets/images/bg-white-40.png');
    border-bottom: 5px solid #DDD;
}

tbody {}

tr {
    background: #FFF;
    border-bottom: 1px solid #EAEAEA;
}

tr.alt {
    background: #F9F9F9;
}

td {
    line-height: inherit;
    vertical-align: top;
    color: #56646F;
    padding: 10px;
    border-left: 1px solid #DDD;
}

td:first-child {
    border-left: none;
}

tfoot {}

tfoot tr {
    background: #EAEAEA;
    border-bottom: 1px solid #DDD;
}

tfoot td {
    border-right: none;
}

blockquote {
    font-size: 1.2em;
    text-align: left;
    margin: 0 0 0 35px;
    padding: 0 0 0 15px;
    border-left: 1px solid #b09e27;
}

blockquote:before {
    content: '\201C';
    position: absolute;
    color: #b09e27;
    font-size: 5em;
    margin: 20px 0 0 -55px;
}

blockquote p {
    font-family: inherit;
    line-height: 1.785em;
}

blockquote cite {
    display: table;
}

cite {
    font-size: 0.8em;
}

q {
    font-style: italic;
}

q:before {
    content: '\AB';
}

q:after {
    content: '\BB';
}

fieldset {
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 0 1.5em;
    padding: 25px;
}

fieldset legend {
    display: block;
    font-weight: bold;
    line-height: 1em;
    margin: 0 0 0 -5px;
    padding: 0 5px;
}

pre {
    font-family: "Courier New", monospace;
    font-size: 12px;
    text-align: left;
    line-height: 20px;
    color: #555;
    max-width: 100%;
    margin-bottom: 1em;
    padding: 0 3px;
    background: #FFF url('assets/images/bg_code.png') left 20px repeat;
    overflow: auto;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}

pre code {
    background: none;
    padding: 0;
}

code,
kbd,
var,
tt {
    font-family: "Courier New", monospace;
    text-align: left;
    padding: 0 3px;
    background: rgba(0, 0, 0, 0.03);
}

em {
    font-style: italic;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

del {
    text-decoration: line-through;
}

ins {
    text-decoration: none;
    background: #FFFFCC;
}

hr {
    clear: both;
    height: 1px;
    margin-bottom: 1em;
    background: rgba(0, 0, 0, 0.1);
    border: 0 none;
}

big {
    font-size: 1.2em;
}

small {
    font-size: 0.85em;
}

sup {
    font-size: 66%;
    vertical-align: super;
}

*::selection {
    color: #FFF;
    background: #b09e27;
}

*:before,
*:after {
    smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    transition: all 250ms linear;
}

*:hover:before,
*:hover:after {
    -webkit-transition: all 125ms linear;
    -moz-transition: all 125ms linear;
    -o-transition: all 125ms linear;
    -ms-transition: all 125ms linear;
    transition: all 125ms linear;
}

#layout {
    max-width: 100%;
    /* overflow: hidden;*/
}

body.boxed {
    background-color: #e8e2e2;
}

.boxed #layout {
    max-width: 1300px;
    margin: 25px auto;
    background-color: #F7F5F5;
}

#header {
    position: relative;
    z-index: 3;
}

.boxed #header {
    padding-top: 0;
}

#header-layout-2 {
    background: #1a3842;
    box-shadow: 0 200px 0 rgba(255, 255, 255, 0.1) inset;
}

#header-holder-2 {
    position: relative;
    display: block;
    width: 1200px;
    margin: 0 auto;
}

#header-layout {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}

#header-holder {
    position: relative;
    display: block;
    color: #CCC;
    margin: 0 auto;
    background: #FFF;
}

#logo {
    float: left;
    width: 262px;
    height: 105px;
    margin: 0 50px 0 0;
}

.menu-sticky #logo {
    width: auto;
    height: 44px;
    margin-right: 25px;
}

#logo h2,
#logo h2 a,
#logo h2 img {
    position: relative;
    display: block;
    font-size: 50px;
    line-height: 0.9em;
    font-weight: bold;
    color: #1a3842;
    letter-spacing: -0.03em;
    text-decoration: none;
    max-width: 100%;
    margin: 0;
    padding: 0;
    opacity: 1;
}

.menu-sticky #logo h2,
.menu-sticky #logo h2 a,
.menu-sticky #logo h2 img {
    font-size: 30px;
    width: auto!important;
    max-height: 30px;
}

#logo h2 {
    max-width: 262px;
}

#logo h2 img {
    margin: 0 auto;
}

.hidpi #logo h2 img {
    opacity: 0;
}

#search-form-header {
    position: absolute;
    float: right;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    overflow: hidden;
    background: #b09e27;
    z-index: 7;
    -webkit-transition: all 300ms cubic-bezier(0.5, 0.9, 0.3, 1);
    -webkit-transition: all 300ms cubic-bezier(0.5, 0.9, 0.3, 1.3);
    -moz-transition: all 300ms cubic-bezier(0.5, 0.9, 0.3, 1.3);
    -o-transition: all 300ms cubic-bezier(0.5, 0.9, 0.3, 1.3);
    transition: all 300ms cubic-bezier(0.5, 0.9, 0.3, 1.3);
}

#search-form-header.search-form-header {
    width: 160px;
}

#search-form-header span {
    position: absolute;
    display: block;
    width: 35px;
    height: 35px;
    cursor: pointer;
}

#search-form-header span:before {
    display: block;
    content: '\e62f';
    font-family: 'StrictThemes';
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-align: center;
    line-height: 1;
    margin-top: 10px;
    speak: none;
}

#search-form-header.search-form-header span:before {
    color: #FFF;
}

#search-form-header input {
    position: absolute;
    display: inline-block;
    color: #FFF;
    font-size: 12px;
    line-height: 1;
    top: 0;
    left: 35px;
    width: 125px;
    margin: 0;
    margin: 3px 0 0 0;
    padding: 6px 0;
    background: transparent;
    border: none;
}

.chrome #search-form-header input {
    padding-top: 7px;
}

#search-form-header input::-webkit-input-placeholder {
    color: #FFF;
}

#content-parent {
    z-index: 1;
    position: relative;
}

#content-layout {
    display: table;
    width: 1200px;
    margin: 0 auto;
}

#content-holder {
    padding: 0;
    z-index: 1;
}

#content-box {
    min-height: 500px;
    padding: 50px 0;
}

div.post-single {
    width: 100%;
    max-width: 100%;
}

.page-template-template-frontpage-php .sidebar-secondary-inactive.sidebar-position-none #content-box {
    float: none;
    width: 1200px;
}

.sidebar-position-right #content-box {
    float: left;
    width: 850px;
}

.page-template-template-frontpage-php .sidebar-position-left #content-box,
.archive .sidebar-position-left #content-box {
    float: right;
}

.sidebar-position-right div.post-single {
    float: right;
}

.sidebar-position-left #content-box {
    float: right;
    width: 850px;
}

.page-template-template-frontpage-php .sidebar-position-left #content-box,
.archive .sidebar-position-left #content-box {
    float: left;
}

.page-template-template-frontpage-php .sidebar-secondary-inactive.sidebar-position-left #content-box,
.archive .sidebar-secondary-inactive.sidebar-position-left #content-box {
    float: right;
}

.sidebar-position-left div.post-single {
    float: left;
}

.sidebar-position-none div.post-single {
    float: right;
}

.sidebar-position-none #content-box {
    float: left;
    width: 850px;
}

.projects.sidebar-position-none #content-box {
    float: none;
    width: auto;
}

.single .sidebar-position-none #content-box,
.page .sidebar-position-none #content-box {
    float: none;
    width: auto;
}

.sidebar-secondary-available #content-box>div>div:first-child {
    width: 574px;
}

.sidebar-position-right.sidebar-secondary-available #content-box>div>div:first-child {
    float: left;
}

.sidebar-position-left.sidebar-secondary-available #content-box>div>div:first-child {
    float: right;
}

#article-frontpage-2 {
    margin-bottom: 50px;
}

#footer {
    position: relative;
    padding-bottom: 100px;
    background: #FFF;
    z-index: 2;
}

.boxed #footer {
    padding-bottom: 50px;
}

#footer-layout {}

#footer-holder {
    position: relative;
    width: 100%;
    max-width:1200px;
    margin: 0 auto;
    z-index: 2;
}

#copyrights-holder {
    width: 1150px;
    margin: 0 auto;
    padding: 10px 25px 10px;
    border: 1px solid #DDD;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

#copyrights-box {}

#copyrights-box a {}

#copyrights-box a:hover {}

#copyrights-company {
    font-size: 12px;
    width: 65%;
    float: left;
}

#copyrights-developer {
    font-size: 12px;
    width: 35%;
    float: right;
    text-align: right;
}

.alignleft {
    float: left;
    margin-right: 15px;
}

.aligncenter {
    float: none;
    clear: both;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.bypostauthor {}

.wp-post-image {
    display: inline-block;
    margin: 0 0 2em;
}

.gallery-caption {}

.more-link {
    display: inline-block!important;
    line-height: 1em!important;
    color: #FFF;
    text-decoration: none!important;
    white-space: nowrap;
    padding: 0.7em 1em 0.7em 1em;
    background-color: #b09e27;
    transition: background-color 150ms linear;
}

.more-link:hover {
    color: #FFF;
    background-color: #1a3842;
    transition: background-color 150ms linear;
    cursor: pointer;
}

.div-as-table {
    position: relative;
    display: table;
}

.div-as-table>div {
    display: table-cell;
    vertical-align: middle;
}

.div-as-table>div>div {}

.div-as-table>div>div:after {
    display: block;
    clear: both;
    content: ".";
    height: 0;
    font-size: 0;
}

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

#layout .mejs-container {
    display: block;
    background: transparent;
}

.single #layout .mejs-container {
    margin-bottom: 0;
}

#layout .mejs-container button,
#layout .mejs-overlay-button {
    font-family: 'StrictThemes';
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    speak: none;
    margin-left: 2px;
    background: none;
}

#layout .mejs-audio {
    height: 70px!important;
}

.mejs-fullscreen #header {
    display: none;
}

.mejs-fullscreen .mejs-container {
    margin: 0;
}

#layout .mejs-controls {
    height: 70px!important;
    background: #1a3842;
}

.mejs-fullscreen #layout .mejs-controls {
    height: 83px!important;
}

#layout .project-wrapper-color .mejs-controls,
#layout .mejs-video .mejs-controls {
    background: rgba(0, 0, 0, 0.6);
}

.mejs-controls button {
    border: none!important;
}

.mejs-controls button:hover {
    box-shadow: none;
}

#layout .mejs-play {}

#layout .mejs-pause {}

#layout .mejs-playpause-button {
    width: 46px;
    height: 46px;
    margin: 10px 5px 10px 10px;
    border: 2px solid #FFF;
    border-radius: 50px;
}

#layout .mejs-playpause-button button {
    width: 46px;
    height: 46px;
    margin: 0;
}

#layout .mejs-play button:before {
    content: '\e625';
    margin-right: -3px;
}

#layout .mejs-pause button:before {
    content: '\e638';
}

.gecko #layout .mejs-volume-button button {
    margin: 6px 0 0;
}

#layout .mejs-mute button:before {
    content: '\e62b';
}

#layout .mejs-unmute button:before {
    content: '\e62a';
}

.gecko #layout .mejs-fullscreen-button {
    margin: 19px 7px 0 0;
}

#layout .mejs-fullscreen-button button:before {
    content: '\e646';
}

#layout .mejs-time-current,
#layout .mejs-horizontal-volume-current {
    background: #FFF;
}

#layout .mejs-time-loaded {
    background: #b09e27;
}

#layout .mejs-time-total,
#layout .mejs-horizontal-volume-total {
    background: rgba(0, 0, 0, 0.4);
}

#layout .mejs-time-float {
    width: 37px;
    height: 18px;
    top: -24px;
    color: #56646F;
    background: #FFF;
    border: none;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}

#layout .mejs-time-float-current {
    margin: 4px 3px 0 3px;
}

#layout .mejs-time-float-corner {
    top: 16px;
    border: solid 5px #FFF;
    border-color: #FFF transparent transparent;
}

#layout .mejs-time {
    padding: 29px 5px 0;
}

.safari #layout .mejs-time {
    padding-top: 28px;
}

#layout .mejs-time span {
    font-size: 11px;
    line-height: 11px;
    opacity: 0.7;
}

#layout .mejs-time-rail {
    padding-top: 25px;
}

#layout .mejs-volume-button,
#layout .mejs-horizontal-volume-slider {
    margin-top: 20px;
}

#layout .mejs-fullscreen-button {
    margin: 20px 7px 0 3px;
}

#layout .mejs-button button:focus {
    outline: 0;
}

#layout .mejs-overlay-button {
    font-size: 70px;
    width: 140px;
    height: 140px;
    margin: -40px 0 0 -70px!important;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 100px;
}

.ie8 #layout .mejs-overlay-button {
    background: url('assets/images/icons/64/glyphs/white/play.png') center center no-repeat;
}

#layout .mejs-overlay-button:before {
    display: inline-block;
    content: '\e625';
    color: #FFF;
    margin: 35px 0 0 42px;
    background: none;
}

#layout .mejs-poster {
    background-size: 100% auto;
}

#layout .mejs-video .mejs-volume-slider {
    background: rgba(0, 0, 0, 0.6);
}

.block {
    display: block!important;
}

.none {
    display: none!important;
}

.hidden {
    visibility: hidden;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.fl {
    float: left!important;
}

.fr {
    float: right!important;
}

.clear {
    font-size: 0!important;
    line-height: 0!important;
    width: 0!important;
    height: 0!important;
    float: none!important;
    margin: 0!important;
    padding: 0!important;
    clear: both!important;
}

.align-center {
    text-align: center;
}

.f11 {
    font-size: 11px;
}

.f13 {
    font-size: 13px;
}

.normal {
    font-weight: normal;
}

.non-selectable {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

body#tinymce.wp-editor {
    padding: 10px;
}

body#tinymce .aligncenter {
    display: table;
}

dl.wp-caption {
    display: inline-block;
}

dt.wp-caption-dt {}

dd.wp-caption-dd {
    padding: 10px;
}

.st-adsense {
    display: block;
}

.sidebar .widget.widget-adsense {
    display: block!important;
    padding: 0!important;
    background: transparent!important;
    border: none;
}

.adsbygoogle {
    display: block;
    margin: 0 auto;
    background: transparent;
}

.sidebar-ad-a .adsbygoogle {
    margin: 0 auto;
}

.sidebar-ad-b .adsbygoogle {
    margin: 0 auto;
}

.sidebar-ad-c .adsbygoogle {
    margin: 0 auto;
}

#bbpress-forums {
    font-size: 14px;
    margin-bottom: 0;
}

#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results {
    margin: 0 0 25px;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#bbpress-forums div.bbp-forum-header,
#bbpress-forums div.bbp-topic-header,
#bbpress-forums div.bbp-reply-header {
    margin: 25px 0 0;
    background: #FFF;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#bbpress-forums li.bbp-header {
    color: #AAA;
    text-transform: uppercase;
    padding: 10px 25px;
    background: rgba(0, 0, 0, 0.03);
    border: none;
}

#bbpress-forums .bbp-replies li.bbp-header {
    margin: 0 0 -25px;
    padding: 0;
}

.bbp-header .bbp-reply-author {
    display: none;
}

.bbp-footer {
    display: none;
}

div.bbp-forum-header,
div.bbp-topic-header,
div.bbp-reply-header {
    border: none;
}

#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic {
    padding: 25px;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
}

#bbpress-forums li.bbp-header .bbp-search-content,
#bbpress-forums li.bbp-footer .bbp-search-content,
#bbpress-forums li.bbp-header .bbp-forum-content,
#bbpress-forums li.bbp-footer .bbp-forum-content,
#bbpress-forums li.bbp-header .bbp-topic-content,
#bbpress-forums li.bbp-footer .bbp-topic-content {
    font-size: 12px;
    margin: 0;
}

#bbpress-forums li.bbp-header .bbp-reply-content,
#bbpress-forums li.bbp-footer .bbp-reply-content {
    font-size: 0;
    text-align: center;
    margin: 0;
}

#bbpress-forums li.bbp-header .bbp-reply-content span,
#bbpress-forums li.bbp-footer .bbp-reply-content span {
    float: none!important;
    position: relative;
    display: inline-block;
}

#bbpress-forums li.bbp-header .bbp-reply-content a,
#bbpress-forums li.bbp-footer .bbp-reply-content a {
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 21px;
    margin: 10px 0;
}

#bbpress-forums ul.even {
    background: rgba(255, 255, 255, 0.5);
}

#bbpress-forums div.odd,
#bbpress-forums ul.odd {
    background: #FFF;
}

.bbp-body li.bbp-forum-info,
.bbp-body li.bbp-topic-title {
    font-size: 14px;
}

.bbp-body li.bbp-forum-info {
    position: relative;
}

.bbp-body li.bbp-forum-info a.bbp-forum-title:before {
    float: left;
    content: '\e652';
    font-family: 'StrictThemes';
    font-size: 24px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    color: rgba(0, 0, 0, 0.2);
    margin: -2px 10px 0 0;
}

.bbp-body li.bbp-forum-info>a,
.bbp-body li.bbp-topic-title>a {
    display: inline-block;
    color: #1a3842;
    font-size: 1.2em;
    line-height: 1.352em;
}

.bbp-body li.bbp-forum-info>a:hover,
.bbp-body li.bbp-topic-title>a:hover {
    color: #b09e27;
}

.bbp-body li.bbp-forum-topic-count,
.bbp-body li.bbp-forum-reply-count,
.bbp-body li.bbp-forum-freshness,
.bbp-body li.bbp-topic-topic-count,
.bbp-body li.bbp-topic-reply-count,
.bbp-body li.bbp-topic-freshness {
    font-size: 12px;
    line-height: 1.352em;
    padding-top: 5px;
}

li.bbp-forum-freshness,
li.bbp-topic-freshness {
    width: 25%;
    text-align: right;
}

.bbp-replies .bbp-meta,
.bbp-replies .bbp-meta span,
.bbp-replies .bbp-meta a {
    font-size: 12px;
    text-transform: none;
    color: rgba(0, 0, 0, 0.3);
}

.bbp-body .bbp-meta a:hover {
    color: #1a3842;
}

#bbpress-forums div.bbp-forum-author .bbp-author-role,
#bbpress-forums div.bbp-topic-author .bbp-author-role,
#bbpress-forums div.bbp-reply-author .bbp-author-role {
    font-style: normal;
}

#bbpress-forums div.bbp-topic-tags {
    float: none;
    text-align: center;
    margin: 0 0 25px;
}

#bbpress-forums>h3 {
    font-size: 1.6em;
    text-align: center;
    margin-bottom: 0;
    padding-top: 0;
}

.entry-title {
    text-align: center;
    margin-bottom: 25px;
}

#bbpress-forums div.bbp-topic-content pre,
#bbpress-forums div.bbp-reply-content pre {
    line-height: 20px;
    padding: 0 10px;
}

div.bbp-breadcrumb {
    display: block;
    float: none;
    font-size: 12px;
    text-align: center;
    margin: 0 0 10px;
}

.bbp-breadcrumb-sep {
    margin: 0 0.25em;
}

div.bbp-topic-tags {
    font-size: 12px;
}

#bbpress-forums>#subscription-toggle {
    display: table;
    font-weight: bold;
    line-height: 1.54em;
    text-transform: uppercase;
    margin: 0 auto 50px;
}

#subscription-toggle a:before,
#favorite-toggle a:before {
    float: left;
    display: inline-block;
    font-family: 'StrictThemes';
    font-size: 16px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    color: #b09e27;
    margin: 2px 7px 0 0;
}

#subscription-toggle a:before {
    content: '\e63b';
}

#favorite-toggle a:before {
    content: '\e65f';
    margin-left: 20px;
}

#new-post {}

#content-parent fieldset.bbp-form,
#container fieldset.bbp-form,
#wrapper fieldset.bbp-form {
    margin-bottom: 0;
    padding: 10px 25px 25px;
    border: 5px solid rgba(0, 0, 0, 0.05);
}

.bbpress .wp-editor-container textarea.wp-editor-area,
.bbpress .wp-editor-container textarea.wp-editor-area:focus,
#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
    font-size: 1em;
    border: 1px solid #DDD;
    ;
    border-radius: 0;
}

div.quicktags-toolbar {
    border: none;
    border-radius: 0;
}

#buddypress .wp-editor-wrap a.button,
#buddypress .wp-editor-wrap button,
#buddypress .wp-editor-wrap input[type="submit"],
#buddypress .wp-editor-wrap input[type="button"],
#buddypress .wp-editor-wrap input[type="reset"] {
    font-size: 11px;
    padding: 2px 5px;
    border-radius: 0;
}

#new-post .wp-editor-area {
    font-family: inherit;
    min-height: 250px;
}

div.bbp-template-notice {
    color: #AD8643;
    text-align: center;
    padding: 1em 4em;
    border: none;
    border-radius: 0;
    background-color: #FBEED5;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.35) inset;
}

div.bbp-template-notice a {}

div.bbp-template-notice.info {
    color: #3A87AD;
    text-align: center;
    margin: 0 0 25px;
    padding: 1em 4em;
    background-color: #D9EDF7;
    border: none;
}

div.bbp-template-notice.important {
    border: #e6db55 1px solid;
    background-color: #fffbcc;
}

div.bbp-template-notice.error,
div.bbp-template-notice.warning {
    color: #B94A48;
    padding: 1em 4em;
    text-align: center;
    background-color: #F2DEDE;
    border: none;
}

div.bbp-template-notice p {
    margin: 0!important;
}

div.bbp-template-notice.error a,
div.bbp-template-notice.warning a {
    color: #c00;
}

.super-sticky .bbp-topic-title>a,
.sticky .bbp-topic-title>a {
    font-weight: bold;
}

.bbp-author-avatar {
    display: inline-block;
    margin-bottom: -3px;
    padding: 1px;
    background: transparent;
}

#bbpress-forums p.bbp-topic-meta img.avatar,
#bbpress-forums ul.bbp-reply-revision-log img.avatar,
#bbpress-forums ul.bbp-topic-revision-log img.avatar,
#bbpress-forums div.bbp-template-notice img.avatar,
#bbpress-forums .widget_display_topics img.avatar,
#bbpress-forums .widget_display_replies img.avatar,
#bbpress-forums div.bbp-forum-author img.avatar,
#bbpress-forums div.bbp-topic-author img.avatar,
#bbpress-forums div.bbp-reply-author img.avatar,
#bbp-single-user-details img.avatar {
    display: block;
    border: none;
    margin-top: 0;
    margin-bottom: 0;
}

#bbpress-forums .bbp-forum-info .bbp-forum-content,
#bbpress-forums p.bbp-topic-meta {
    font-size: 12px;
    line-height: 1.352em;
    margin: 5px 0 0;
    color: rgba(0, 0, 0, 0.4);
}

#bbpress-forums .bbp-forum-info .bbp-forum-content {
    margin: 5px 0 0 34px;
}

.widget_display_forums>ul,
.widget_display_replies>ul,
.widget_display_topics>ul,
.widget_display_views>ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.widget_display_forums>ul>li,
.widget_display_replies>ul>li,
.widget_display_topics>ul>li,
.widget_display_views>ul>li {
    padding: 0.6em 0;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.sidebar-footer .widget_display_forums>ul>li,
.sidebar-footer .widget_display_replies>ul>li,
.sidebar-footer .widget_display_topics>ul>li,
.sidebar-footer .widget_display_views>ul>li {
    border-top-color: rgba(0, 0, 0, 0.07);
}

.widget_display_forums>ul>li:first-child,
.widget_display_replies>ul>li:first-child,
.widget_display_topics>ul>li:first-child,
.widget_display_views>ul>li:first-child {
    padding-top: 0;
    border: none;
}

.widget_display_replies .avatar {
    display: block;
    border: none;
}

.widget_display_replies div {
    font-size: 11px;
}

.widget_display_replies .bbp-reply-topic-title {
    display: block;
    line-height: 1.575em;
    margin: 5px 0;
}

.widget_display_topics .avatar {
    display: block;
    border: none;
}

.widget_display_topics .bbp-forum-title {
    display: inline-block;
    line-height: 1.575em;
}

.widget_display_topics div {
    font-size: 11px;
}

.widget_display_forums .bbp-forum-title {
    display: inline-block;
    line-height: 1.575em;
}

.widget_display_stats dl {
    display: block;
}

.widget_display_stats dt {
    position: absolute;
}

.widget_display_stats dd {
    display: block;
    color: #b09e27;
    text-align: right;
    padding: 0;
}

.widget_display_stats dd:after {
    float: left;
    display: block;
    clear: both;
    content: ".";
    height: 0;
    font-size: 0;
}

.sidebar .widget.widget_display_search {
    padding: 25px;
    border: none;
    background: #b09e27;
}

.sidebar .widget.widget_display_search h5 {
    color: #FFF;
}

#bbpress-forums #bbp-search-form {
    display: none;
}

#bbp-search-form {
    background: #FFF;
    padding: 10px 44px 10px 10px;
    border: 0;
    height: 20px;
}

#bbp-search-form>div:before {
    position: absolute;
    top: 8px;
    right: 7px;
    content: '\e62f';
    font-family: 'StrictThemes';
    color: #b09e27;
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    speak: none;
}

#bbp-search-form label {
    display: none;
}

#bbp_search {
    float: left;
    width: 100%;
    height: 20px;
    padding: 0;
    border: none;
    background: none;
}

#bbp_search_submit {
    position: relative;
    float: right;
    text-indent: -9999px;
    width: 30px!important;
    height: 30px;
    margin: -5px -39px 0 0;
    padding: 0;
    box-shadow: none;
    background: none;
}

.bbp-logged-in img.avatar {}

.bbp_widget_login h4 {
    margin: 0;
    padding: 0;
}

.sidebar-footer .bbp_widget_login h4 {
    border-bottom-color: rgba(255, 255, 255, 0.1);
}

.bbp_widget_login .bbp-logged-in h4 {
    font-size: 1.1em;
    padding-top: 0;
}

.bbp_widget_login .bbp-logged-in h4 a {
    display: inline-block;
    width: 40%;
    word-wrap: normal;
}

.logout-link {
    font-size: 0.85em;
}

.bbp-login-form fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

.bbp-login-form .bbp-username {
    margin-top: 0;
}

.bbp-login-form .bbp-username input,
.bbp-login-form .bbp-password input {
    width: calc(100% - 20px);
    height: 20px;
    padding: 10px;
    border: 0;
    background: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

#sidebar .bbp-login-form label {
    width: 162px;
}

.bbp-login-links {
    margin-top: 5px;
}

.bbp-pagination-count {
    display: none;
}

.bbp-pagination {
    margin: 0;
}

.bbp-pagination .bbp-pagination-links {
    display: table;
    float: none;
    position: relative;
    text-align: center;
    line-height: 1em;
    margin: 0 auto;
}

.bbp-pagination .bbp-pagination-links span,
.bbp-pagination .bbp-pagination-links a {
    display: block;
    float: left;
    color: #1a3842;
    text-align: center;
    white-space: nowrap;
    margin: 0 1px 25px;
    padding: 0.75em 1.0em;
    border: none;
}

.bbp-pagination .bbp-pagination-links a:hover {
    background: rgba(0, 0, 0, 0.07);
    border: none;
}

.bbp-pagination .bbp-pagination-links span.current {
    background: rgba(0, 0, 0, 0.07);
    font-weight: normal;
}

.bbp-topic-pagination {
    display: block;
    margin: 0;
    padding: 10px 0 5px;
}

.bbp-topic-pagination:after {
    display: block;
    content: '';
    clear: both;
}

.bbp-topic-pagination a {
    float: left;
    font-size: 12px;
    line-height: 1em;
    color: #FFF!important;
    margin: 0 7px 0 0;
    padding: 4px 6px;
    background: #b09e27;
    border: none;
}

div.bbp-forum-header,
div.bbp-topic-header,
div.bbp-reply-header,
li.bbp-body div.hentry,
.bbp-replies div.hentry {
    padding: 25px 0 0;
}

#bbpress-forums div.bbp-forum-author,
#bbpress-forums div.bbp-topic-author,
#bbpress-forums div.bbp-reply-author {
    width: 125px;
    color: #AAA;
    padding-bottom: 25px;
}

.bbp-reply-author .bbp-author-avatar,
.bbp-topic-author .bbp-author-avatar {
    margin: 0 0 1px;
    padding: 0;
}

.bbp-reply-author .bbp-author-name,
.bbp-topic-author .bbp-author-name {
    display: inline-block!important;
    line-height: 1.352em;
    margin: 0!important;
}

.bbp-reply-author .bbp-author-ip,
.bbp-topic-author .bbp-author-ip {
    font-size: 9px;
    font-weight: normal;
    color: #AAA;
}

#bbpress-forums div.bbp-forum-content,
#bbpress-forums div.bbp-topic-content,
#bbpress-forums div.bbp-reply-content {
    line-height: 1.575em;
    margin-left: 150px;
    padding: 0;
}

#bbp-search-results .bbp-header {
    margin: 0 0 -25px;
    padding: 0!important;
}

#bbp-search-results .bbp-header * {
    display: none;
}

#bbpress-forums div.bbp-forum-title h3,
#bbpress-forums div.bbp-topic-title h3,
#bbpress-forums div.bbp-reply-title h3 {
    color: rgba(0, 0, 0, 0.3);
    font-size: 1.4em;
    margin: 10px 0 0;
}

#bbp-search-results .bbp-topic-title-meta {
    margin: 10px 0 0;
}

#buddypress ul.item-list li div.item-desc,
#buddypress div.pagination,
#buddypress ul.item-list li div.meta {
    color: inherit;
}

.avatar {}

#buddypress div#item-header div#item-meta {
    color: inherit;
    margin-bottom: 0;
}

#article #buddypress th,
#article #buddypress td {
    line-height: 1.352em;
    padding: 10px;
}

#buddypress .standard-form textarea,
#buddypress .standard-form input[type="text"],
#buddypress .standard-form input[type="text"],
#buddypress .standard-form input[type="color"],
#buddypress .standard-form input[type="date"],
#buddypress .standard-form input[type="datetime"],
#buddypress .standard-form input[type="datetime-local"],
#buddypress .standard-form input[type="email"],
#buddypress .standard-form input[type="month"],
#buddypress .standard-form input[type="number"],
#buddypress .standard-form input[type="range"],
#buddypress .standard-form input[type="search"],
#buddypress .standard-form input[type="tel"],
#buddypress .standard-form input[type="time"],
#buddypress .standard-form input[type="url"],
#buddypress .standard-form input[type="week"],
#buddypress .standard-form select,
#buddypress .standard-form input[type="password"],
#buddypress .dir-search input[type="search"],
#buddypress .dir-search input[type="text"] {
    background: #FFF;
    border: 1px solid #DDD;
    color: #888;
    font-family: inherit;
    font-size: inherit;
    font-size-adjust: inherit;
    font-stretch: inherit;
    font-style: inherit;
    font-variant: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin-bottom: 5px;
    padding: 10px;
}

#buddypress .standard-form {
    padding: 25px;
    background: rgba(0, 0, 0, 0.03);
}

#buddypress .standard-form>label:first-child {
    margin-top: 0;
}

#buddypress .standard-form#signup_form div.submit {
    float: none;
}

#whats-new-post-in-box {
    font-size: 0;
}

#whats-new-post-in-box .st-select-label:after {
    top: 31px;
}

#buddypress form#whats-new-form #whats-new-options select {
    display: inline;
    font-size: 14px;
    line-height: 1em;
}

#buddypress input[type="submit"],
#buddypress input[type="button"],
#buddypress input[type="reset"],
#buddypress button.submit {
    color: #FFF;
    font-size: inherit;
    padding: 0.7em 1em 0.7em 1em;
    background-color: #b09e27;
    border: 0;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) inset;
    transition: all 250ms linear;
}

#buddypress input[type="submit"]:hover,
#buddypress input[type="button"]:hover,
#buddypress input[type="reset"]:hover,
#buddypress button.submit:hover {
    color: #FFF;
    background-color: #b09e27;
    border: 0;
    box-shadow: 0 -50px 0 0 rgba(0, 0, 0, 0.15) inset;
    transition: all 125ms linear;
}

#item-buttons {}

#buddypress div#item-header div.generic-button,
#buddypress div#item-header a.button {
    float: none;
    display: inline-block;
    margin: 5px 5px 0 0;
}

a.bp-title-button,
#buddypress button,
#buddypress a.button,
#buddypress ul.button-nav li a,
#buddypress div.generic-button a,
#buddypress .comment-reply-link {
    color: inherit;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0;
    border: 0;
    background: none;
    border: 1px solid #EEE;
}

#buddypress button:hover,
#buddypress a.button:hover,
#buddypress a.button:focus,
#buddypress ul.button-nav li a:hover,
#buddypress ul.button-nav li.current a,
#buddypress div.generic-button a:hover,
#buddypress .comment-reply-link:hover {
    color: inherit;
    background: none;
    border-color: #AAA;
}

#buddypress .standard-form div.submit input {
    display: inline-block;
    margin-right: 5px;
}

#groups_search_submit,
#members_search_submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    text-indent: -9999px;
    background: none!important;
    box-shadow: none!important;
}

.groups .page-title a.button {
    display: table!important;
    font-weight: normal;
    line-height: 1.532em;
    margin: 10px auto;
}

.groups .page-title a.button:after {
    content: '';
}

#buddypress ul.item-list li div.item-desc {
    width: auto;
    font-size: inherit;
    margin-left: 65px;
}

#buddypress ul.item-list li div.action {
    position: relative;
    text-align: left;
    top: auto;
    left: auto;
    margin: 0 0 0 65px;
}

#buddypress #members-list .item,
#buddypress #friend-list .item {
    padding: 0 0 0 65px;
}

#buddypress ul.item-list li div.item-title,
#buddypress ul.item-list li h4 {
    font-size: inherit;
    font-weight: bold;
    line-height: 1em;
    padding: 0.5em 0 0;
}

#buddypress ul.item-list li div.item-title span {
    color: inherit;
    font-size: inherit;
    font-weight: normal;
    line-height: 1.785em;
}

#buddypress #member-list h5 {
    text-transform: none;
    padding: 0;
}

#buddypress ul.item-list li img.avatar {
    margin-right: 15px;
    margin-bottom: 1px;
}

.buddypress .breadcrumbs {
    display: none;
}

#buddypress div#item-header div#item-actions {
    float: right;
    width: auto;
    text-align: right;
    margin: 0 0 25px;
    padding: 0;
}

#buddypress div#item-header div#item-actions h3 {
    font-size: 1em;
    margin: 0;
    padding-top: 0;
}

#buddypress div#item-header #group-admins {
    margin: 0;
}

#buddypress div#item-header #group-admins li {
    float: none;
    display: inline-block;
}

#buddypress div#item-header div#item-meta {
    font-size: 1em;
}

.single-item #item-header-content,
#item-header {
    float: right;
    width: 500px;
    padding: 0 0 30px;
}

#item-header-avatar>a {
    display: inline-block;
    margin: 0 auto 10px;
    background: rgba(0, 0, 0, 0.07);
}

.single-item #buddypress div#item-header img.avatar,
.bp-user #buddypress #item-header-avatar .avatar {
    float: none;
    display: block;
    margin: 0;
}

#buddypress div#item-header h2 {
    font-size: 1em;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

#buddypress div#item-header div#item-header-content {
    float: none;
}

#buddypress div.item-list-tabs {
    overflow: visible;
}

#buddypress div.item-list-tabs ul li {
    float: none;
    display: inline-block;
}

#buddypress div.item-list-tabs ul li a {
    position: relative;
    padding: 9px 10px;
}

#buddypress div.item-list-tabs ul li.selected a,
#buddypress div.item-list-tabs ul li.current a {
    color: #56646f;
    opacity: 1;
}

#buddypress div.item-list-tabs ul li.selected a span,
#buddypress div.item-list-tabs ul li.current a span,
#buddypress div.item-list-tabs ul li a span,
#buddypress div.item-list-tabs ul li a:hover span {
    color: #56646f;
    font-size: 10px;
    line-height: 1em;
    font-weight: bold;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
}

#buddypress div.item-list-tabs ul li.selected a span:before,
#buddypress div.item-list-tabs ul li.current a span:before,
#buddypress div.item-list-tabs ul li a span:before {
    content: ' (';
    font-weight: normal;
}

#buddypress div.item-list-tabs ul li.selected a span:after,
#buddypress div.item-list-tabs ul li.current a span:after,
#buddypress div.item-list-tabs ul li a span:after {
    content: ')';
    font-weight: normal;
}

#buddypress div.item-list-tabs ul li a,
#buddypress div.item-list-tabs ul li span,
#buddypress div.item-list-tabs ul li.last select {
    text-transform: uppercase;
    line-height: 1.4em;
}

#item-nav {
    float: left;
    width: 148px;
    margin-bottom: 50px;
    padding: 25px;
    border: 1px solid #DDD;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

#buddypress #item-nav div.item-list-tabs {
    overflow: visible;
}

#buddypress #item-nav div.item-list-tabs ul {
    font-size: 12px;
}

#buddypress #item-nav li {
    display: block;
}

#buddypress div#subnav.item-list-tabs {
    margin: 0;
}

#buddypress div#subnav {
    position: relative;
    border-bottom: 3px solid #b09e27;
}

#buddypress div#subnav>ul {
    float: left;
    width: 100%;
}

#buddypress div#subnav.item-list-tabs ul li.selected a,
#buddypress div#subnav.item-list-tabs ul li.current a {
    color: #56646f;
    opacity: 1;
}

#buddypress div#subnav.item-list-tabs ul li.last {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
}

#group_members-order-select>label:first-child,
#activity-filter-select>label:first-child {
    display: none;
}

#buddypress #members-order-select {
    display: none;
}

#buddypress div.item-list-tabs ul li.last select {
    max-width: 200px;
    padding: 9px 10px 9px;
    border: none;
    background: rgba(0, 0, 0, 0.03);
}

#buddypress div.item-list-tabs ul li.last .st-select-label select {
    padding: 9px 30px 9px 10px;
}

#buddypress div.message-search {
    margin: 0 0 -3px;
}

#buddypress div.dir-search,
#buddypress div.message-search {
    position: relative;
    margin: 0 0 -40px;
    z-index: 1;
}

#buddypress div.dir-search label:after,
#buddypress div.message-search label:after,
#buddypress #search-members-form label:after {
    position: absolute;
    display: inline-block;
    top: 12px;
    right: 11px;
    content: '\e62f';
    font-family: 'StrictThemes';
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    line-height: 16px;
}

#buddypress div.dir-search input[type="text"],
#buddypress div.message-search input[type="text"],
#buddypress #search-members-form input[type="text"] {
    font-size: 14px;
    line-height: 1.4em;
    width: 120px;
    padding: 0.7em 35px 0.7em 1em;
    margin: 0;
    border: 0;
    background: rgba(0, 0, 0, 0.03);
}

.activity-type-tabs {
    font-size: 12px;
    margin: 0 0 25px;
    padding: 25px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.activity-type-tabs ul {
    text-align: center;
}

#item-body {
    clear: both;
}

#buddypress form#whats-new-form,
#buddypress #item-body form#whats-new-form {
    margin-bottom: 25px;
    padding: 25px;
    background: rgba(0, 0, 0, 0.03);
}

#buddypress form#whats-new-form p.activity-greeting {
    line-height: inherit;
    margin-bottom: 0;
}

#buddypress #whats-new:focus {
    border-color: #AAA!important;
    outline-color: transparent;
}

#buddypress #whats-new-options {
    height: auto!important;
    overflow: hidden;
}

#buddypress #activity-stream {
    margin-top: 0;
}

#buddypress ul.item-list {
    border-top: 0;
}

#buddypress ul.item-list li,
body.activity-permalink #buddypress div.activity-comments ul li {
    padding: 25px 0;
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#buddypress .activity-list li.mini .activity-avatar img.avatar,
#buddypress .activity-list li.mini .activity-avatar img.FB_profile_pic {
    margin: 8px 0 0 45px;
}

#buddypress .activity-list .activity-content .activity-inner,
#buddypress .activity-list .activity-content blockquote {
    margin: 0;
}

#buddypress .activity-list li.load-more {
    margin: 0;
    padding: 50px 0 5px;
    background: none;
}

#buddypress .activity-list li.load-more a {
    display: inline-block;
    color: #FFF;
    line-height: 1em;
    font-weight: bold;
    text-transform: uppercase;
    padding: 1em 1.3em;
    background: #b09e27;
}

#buddypress .activity-list li.load-more a:hover {
    color: #FFF!important;
    box-shadow: 0 -50px 0 0 rgba(255, 255, 255, 0.15) inset;
}

#buddypress .activity-list li.load-more a:before {
    float: left;
    content: '\e65f';
    font-family: 'StrictThemes';
    font-size: 16px;
    font-weight: normal;
    margin: 0 10px 0 0;
}

#buddypress .activity-list li.loading a {
    background: #1a3842;
}

#buddypress .activity-list li.loading a:before {
    content: '\e684';
}

#buddypress div.activity-comments {}

#buddypress div.activity-comments>ul {
    margin-top: 25px;
    padding: 0;
}

#buddypress div.activity-comments>ul>li:first-child,
#buddypress div.activity-comments ul li {
    padding: 25px 0 0;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
}

#buddypress div.activity-comments ul li>ul {
    padding-left: 5px;
}

#buddypress div.activity-comments div.acomment-meta {
    font-size: 100%;
    line-height: inherit;
    color: inherit;
}

#buddypress div.activity-comments div.acomment-content {
    font-size: inherit;
    margin-left: 40px;
}

#buddypress .activity-list .activity-content .activity-header,
#buddypress .activity-list .activity-content .comment-header {
    line-height: 1.785em;
    color: inherit;
    margin-right: 0;
}

#buddypress .activity-header a,
#buddypress .comment-meta a,
#buddypress .acomment-meta a {
    font-weight: bold;
}

#buddypress a.activity-time-since {
    font-size: 11px;
    color: inherit;
}

span.time-since {
    font-size: 11px;
    font-weight: normal;
    color: inherit;
    opacity: 0.7;
}

span.time-since:before {
    content: ' ';
    display: block;
}

#buddypress .activity-list .activity-content .activity-header img.avatar {
    margin-bottom: -5px!important;
}

#buddypress div.activity-meta {
    margin: 10px 0 0;
}

#buddypress div.activity-meta a,
#buddypress div.activity-meta a:hover {
    color: #AAA;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 10px 0 0;
    padding: 0;
    border: 0;
    background: none;
    box-shadow: none;
}

#buddypress div.activity-meta a:hover {
    color: #1a3842;
    box-shadow: none;
}

#buddypress a.bp-primary-action span,
#buddypress #reply-title small a span {
    position: relative;
    color: #FFF;
    font-size: 10px;
    line-height: 10px;
    font-weight: bold;
    padding: 1px 4px;
    background: #999;
    border: none;
    border-radius: 0;
    opacity: 1;
}

#buddypress div.activity-meta a:hover span,
#buddypress #reply-title small a a:hover span {
    background: #1a3842;
}

#buddypress a.bp-primary-action span:before,
#buddypress #reply-title small a span:before {
    position: absolute;
    content: " ";
    left: -3px;
    top: 50%;
    margin-top: -5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 5px 0;
    border-color: transparent #999 transparent transparent;
}

#buddypress a.bp-primary-action:hover span:before,
#buddypress #reply-title small a:hover span:before {
    border-color: transparent #1a3842 transparent transparent;
}

#buddypress .acomment-options {
    line-height: 1.725em;
    margin: 0 0 25px 40px;
}

#buddypress div.activity-comments li form.ac-form {
    margin: 0 0 35px 40px;
    padding: 0;
}

#buddypress div.activity-comments form .ac-textarea {
    margin-bottom: 5px;
    border: 1px solid #DDD;
}

#buddypress div.activity-comments form .ac-textarea:focus {
    border-color: #AAA;
}

body.activity-permalink #buddypress .activity-list li .activity-content,
body.activity-permalink #buddypress div.activity-comments {
    margin-left: 120px;
}

body.activity-permalink #buddypress div.activity-comments>ul {
    padding: 0;
}

body.activity-permalink #buddypress div.activity-comments ul li,
body.activity-permalink #buddypress .activity-list>li:first-child {
    padding-bottom: 0;
}

body.activity-permalink .activity-avatar {
    padding: 5px;
    background: rgba(0, 0, 0, 0.07);
}

body.activity-permalink #buddypress .activity-avatar img.avatar {
    width: 85px;
    height: 85px;
    margin-right: 0;
}

#buddypress div#message p,
#sitewide-notice p {
    position: relative;
    font-size: inherit;
    text-align: center;
    color: #AD8643;
    margin: 1em 0;
    padding: 1em 4em;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.35) inset;
    background: #FBEED5;
    border: 0!important;
}

#buddypress div#message.updated p {
    color: #468847;
    background: #DFF0D8;
}

#buddypress a.bp-secondary-action,
#buddypress span.highlight {
    font-size: 11px;
    background: none;
}

.message-metadata .avatar-box {
    background: none;
}

#buddypress div#message-thread div.alt {
    background: rgba(0, 0, 0, 0.03);
}

#buddypress div#message-thread div.message-content {
    margin-left: 40px;
}

#buddypress table#message-threads tr,
#buddypress table#message-threads tr td,
#buddypress table#message-threads tr.unread td {
    color: inherit;
    background: none;
    border: 0;
}

#buddypress table#message-threads tr {
    background: url('assets/images/line-light.png') left top repeat-x;
}

#buddypress li span.unread-count,
#buddypress tr.unread span.unread-count {
    font-size: 11px;
    padding: 2px 5px;
    background: #B94A48;
}

#buddypress span.activity,
#buddypress table tr td.thread-info p.thread-excerpt {
    font-size: 11px;
    font-weight: normal;
    line-height: 1.352em;
    margin-top: 0;
}

.widget.buddypress .item-avatar {
    float: left;
    margin: 0 7px 7px 0;
    padding: 3px;
    background: rgba(0, 0, 0, 0.1);
}

.widget.buddypress ul.item-list img.avatar {
    display: block;
    float: none;
    width: 25px;
    height: 25px;
    margin: 0;
    overflow: hidden;
}

.widget.buddypress div.item-meta,
.widget.buddypress div.item-content {
    margin-left: 40px;
}

.widget.buddypress div.item-avatar img.avatar {
    margin: 0;
}

.widget.buddypress .item-title {
    line-height: 1.575em;
    margin-left: 40px;
}

.widget.buddypress span.activity {
    font-size: 11px;
    line-height: 1.575em;
    opacity: 1;
}

.widget.buddypress .bp-login-widget-user-links>div {
    margin-bottom: 0;
    padding-left: 65px;
}

.bp-login-widget-user-logout {
    font-size: 0.85em;
}

#bp-login-widget-form {}

.widget.buddypress #bp-login-widget-form label {
    margin: 0;
}

#bp-login-widget-user-login,
#bp-login-widget-user-pass {
    color: #56646F;
    width: 230px;
    width: calc(100% - 20px);
    height: 20px;
    margin-bottom: 10px;
    padding: 10px;
    border: 0;
    background: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

#sidebar-secondary #bp-login-widget-user-login,
#sidebar-secondary #bp-login-widget-user-pass {
    width: 156px;
    width: calc(100% - 20px);
}

.forgetmenot {
    margin-bottom: 10px;
}

#members-list-options {
    font-size: 12px;
    text-transform: uppercase;
    padding-top: 0;
}

#members-list-options a {
    font-weight: bold;
}

#members-list-options .selected {
    color: #1a3842;
}

#members-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#friends-list-options {
    font-size: 12px;
    text-transform: uppercase;
    padding-top: 0;
}

#friends-list-options a {
    font-weight: bold;
}

#friends-list-options .selected {
    color: #1a3842;
}

#friends-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#groups-list-options {
    font-size: 12px;
    text-transform: uppercase;
    padding-top: 0;
}

#groups-list-options a {
    font-weight: bold;
}

#groups-list-options .selected {
    color: #1a3842;
}

.sidebar-footer #groups-list-options .selected {
    color: #FFF;
}

#groups-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#menu {
    position: relative;
    clear: both;
    width: 1200px;
    margin: 0 auto;
    z-index: 5;
}

#menu.menu-sticky {
    position: fixed;
    width: 100%;
    background: #FFF;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05);
}

.boxed #menu.menu-sticky {
    width: 1300px;
}

.admin-bar #menu.menu-sticky {
    top: 28px;
}

#menu.menu-sticky>div {}

#menu.menu-sticky>div>div {
    width: 1200px;
    margin: 0 auto;
}

#menu.menu-sticky ul.menu>li>a {
    height: auto;
    padding-top: 14px;
    padding-bottom: 13px;
}

ul.menu>li.current-menu-item>a {
    box-shadow: 0 3px 0 #b09e27 inset;
}

#menu.menu-sticky ul.menu>li>a>span.subline {
    display: none;
}

#menu-box {
    position: relative;
    float: left;
    width: 888px;
    height: 105px;
    z-index: 1;
}

.menu-sticky #menu-box {
    height: auto;
}

ul.menu {
    display: table;
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.2em;
    position: relative;
}

ul.menu li {
    position: relative;
}

ul.menu a {
    position: relative;
    display: block;
    text-decoration: none;
    transition: all 200ms linear;
}

ul.menu a:hover {
    transition: all 125ms linear;
}

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

ul.menu>li {
    float: left;
}

ul.menu>li:before {
    content: '';
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: #b09e27;
}

ul.menu>li:hover:before,
ul.menu>li.hover-has-ul:before {
    width: 100%;
    -webkit-transition: all 300ms cubic-bezier(0.5, 0, 0.5, 1);
    transition: all 300ms cubic-bezier(0.5, 0, 0.5, 1);
}

ul.menu>li:after {
    content: '';
    position: absolute;
    display: inline-block;
    top: 25%;
    left: 0;
    width: 1px;
    height: 50%;
    background: #EEE;
}

ul.menu>li>a {
    display: table-cell;
    height: 87px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    vertical-align: middle;
    color: #56646f;
    padding: 9px 25px;
    z-index: 9;
    -webkit-transition: none;
    transition: none;
}

.menu-sticky ul.menu>li>a {}

ul.menu>li.hasUl>a {
    padding-right: 45px;
}

ul.menu li.hasUl>a:before {
    float: right;
    content: '\e613';
    font-family: 'StrictThemes';
    font-size: 16px;
    color: #b09e27;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    margin: 0 -1.25em 0 0;
    speak: none;
}

ul.menu>li>a>span.subline {
    display: block;
    font-size: 12px;
    font-weight: normal;
    text-transform: none;
    letter-spacing: 0;
    margin-top: 5px;
    opacity: 0.6;
    transition: all 200ms cubic-bezier(0.440, 0.405, 0.135, 1.000);
}

ul.menu>li>a:hover>span.subline {
    opacity: 0.8;
    transition: all 200ms cubic-bezier(0.440, 0.405, 0.135, 1.000);
}

ul.menu>li.hasUl>a>span.subline {
    margin-right: -18px;
}

ul.menu ul {
    position: absolute;
    width: 210px;
    line-height: 1.785em;
    top: -9999px;
    margin-top: -10px;
    z-index: 9999;
}

@media only screen and ( min-width: 1300px) {
    ul.menu ul {
        -webkit-perspective: 1300px;
        perspective: 1300px;
    }
}

ul.menu>ul {}

.menu-sticky ul.menu ul {
    margin-top: 0;
}

.safari ul.menu ul,
.chrome ul.menu ul {}

.ie ul.menu ul {
    background: url('assets/images/empty.png');
}

ul.menu>li.hover-has-ul>ul {
    top: 100%;
}

ul.menu>li.hover-has-ul>ul>li {
    opacity: 1;
}

@media only screen and ( min-width: 1300px) {
    ul.menu>li.hover-has-ul>ul>li {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

ul.menu ul li {
    padding: 0 5px;
    background: #DDD;
}

.gecko ul.menu ul li {
    box-shadow: 0 1px 0 #DDD;
}

ul.menu>li>ul>li {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}

@media only screen and ( min-width: 1300px) {
    ul.menu>li>ul>li {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transform: rotateY(-70deg);
        transform: rotateY(-70deg);
    }
}

ul.menu ul li:first-child {
    border-top: 5px solid #DDD;
}

ul.menu ul li:last-child {
    border-bottom: 8px solid #DDD;
}

ul.menu>li>ul>li:first-child:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    top: -5px;
    left: 20px;
    border-width: 10px 10px 0 10px;
    border-color: #FFF transparent transparent transparent;
}

ul.menu ul li:first-child>a {
    border-top-color: transparent;
}

ul.menu ul li a {
    display: block;
    color: #56646F;
    font-weight: bold;
    padding: 15px 20px 13px;
    border-top: 1px solid #D5D5D5;
}

ul.menu ul li.hasUl>a:before {
    position: relative;
    display: inline-block;
    float: right;
    content: '\e688';
    font-size: 80%;
    margin: 0.55em -0.25em 0;
}

ul.menu ul li a:after {
    position: absolute;
    content: '';
    display: inline-block;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #b09e27;
}

.gecko ul.menu ul li a:after {
    bottom: 1px;
}

ul.menu ul li a:hover:after,
ul.menu ul li.hover-has-ul>a:after {
    width: 100%;
}

ul.menu ul li span.subline {
    font-size: 12px;
    font-weight: normal;
    line-height: 1.535em;
    display: block;
    margin: 2px 0 4px;
    text-transform: none;
    letter-spacing: 0;
    opacity: 0.7;
}

@media only screen and ( min-width: 1300px) {}

ul.menu ul ul {
    left: 210px;
}

ul.menu>ul>ul {
    position: relative;
}

@media only screen and ( min-width: 1300px) {
    ul.menu>ul>ul {
        perspective: 1300px;
    }
}

ul.menu ul>li.hover-has-ul>ul {
    top: 100%;
}

ul.menu ul>li.hover-has-ul>ul>li {
    opacity: 1;
}

@media only screen and ( min-width: 1300px) {
    ul.menu ul>li.hover-has-ul>ul>li {
        transform: rotateY(0deg);
    }
}

ul.menu ul ul li {
    background: #CCC;
    opacity: 0;
}

@media only screen and ( min-width: 1300px) {
    ul.menu ul ul li {
        transform-style: preserve-3d;
        transform: rotateY(-70deg);
        transition: all 0.3s;
    }
}

ul.menu ul ul li:first-child {
    border-top: 5px solid #CCC;
}

ul.menu ul ul li:last-child {
    border-bottom: 8px solid #CCC;
}

#menu-select {
    position: relative;
    display: none;
    width: 47px;
    height: 47px;
    text-align: center;
    margin: 0 auto 25px auto;
    border: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    z-index: 2;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#menu-select:before {
    position: relative;
    display: inline-block;
    top: 11px;
    content: '\e613';
    font-family: 'StrictThemes';
    font-size: 32px;
    color: #CCC;
}

#menu-select.resp-menu-opened {
    border-color: #b09e27;
}

#menu-select.resp-menu-opened:before {
    color: #b09e27;
}

#menu-box.resp-menu-opened {
    float: none;
    height: 0;
}

#menu-responsive {
    display: block;
    list-style-type: none;
    width: 300px;
    font-size: 1.15em;
    margin: 0 auto 25px;
    padding: 0;
    clear: both;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#menu-responsive li {
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#menu-responsive li.hasUl>span {
    position: absolute;
    display: block;
    width: 28px;
    top: 0;
    right: 0;
    z-index: 2;
    cursor: pointer;
    speak: none;
}

#menu-responsive li.hasUl>span:before {
    position: absolute;
    top: 0;
    right: 0;
    content: '\e613';
    font-family: 'StrictThemes';
    font-size: 16px;
    color: rgba(0, 0, 0, 0.2);
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    margin: 14px 0 0;
    padding: 5px;
    border: 1px solid;
}

#menu-responsive li.hasUl>span.opened:before {
    color: #b09e27;
}

#menu-responsive a {
    display: block;
    color: #56646f;
}

#menu-responsive>li>a {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #56646f;
    padding: 15px 0 15px 0.25em;
}

#menu-responsive li a:focus {
    background-color: rgba(0, 0, 0, 0.05);
}

#menu-responsive span.subline {
    display: block;
    line-height: 1.535em;
    text-transform: none;
    font-size: 0.8em;
    font-weight: normal;
    letter-spacing: 0;
    margin: 2px 0;
    color: #AAA;
}

#menu-responsive>li>ul>li>a {
    padding: 15px 15px 15px 25px;
}

#menu-responsive>li>ul>li>a:before {
    position: relative;
    display: inline-block;
    content: '\e688';
    font-family: 'StrictThemes';
    font-size: 16px;
    color: rgba(0, 0, 0, 0.2);
    margin: 0 0.5em 0 -1.5em;
}

#menu-responsive li ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#menu-responsive li.hasUl ul {
    height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

#menu-responsive li.hasUl ul.opened {
    height: auto;
    opacity: 1;
}

#menu-responsive>li>ul>li>ul,
#menu-responsive>li>ul>li>ul ul {
    margin: 0 0 0 25px;
    font-size: 0.9em;
}

#menu-responsive>li>ul>li>ul a {
    padding: 10px 15px;
}

#menu-2 {
    display: inline-block;
}

ul.menu-2 {
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1.2em;
}

ul.menu-2 li {
    position: relative;
}

ul.menu-2 a {
    font-size: 11px;
    line-height: 1.3em;
    text-transform: uppercase;
    position: relative;
    display: block;
    text-decoration: none;
    transition: all 200ms linear;
}

ul.menu-2 a:hover {
    transition: all 125ms linear;
}

ul.menu-2 ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.menu-2>li {
    float: left;
    display: inline-block;
}

ul.menu-2>li>a {
    margin: 0 15px;
    padding: 11px 0 10px;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.safari ul.menu-2>li>a {
    padding: 10px 0 11px;
}

ul.menu-2>li.hasUl>a {
    padding-right: 10px;
}

ul.menu-2>li.hasUl>a:before {
    float: right;
    display: inline-block;
    content: '\e60c';
    font-family: 'StrictThemes';
    font-size: 8px;
    color: #FFF;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    margin: 0.4em -1.5em 0 0;
    speak: none;
}

.safari ul.menu-2>li.hasUl>a:before {
    margin-top: 0.3em;
}

ul.menu-2>li>a:hover,
ul.menu-2>li.hover-has-ul>a {
    color: #b09e27;
}

ul.menu-2>li>a:hover:before,
ul.menu-2>li.hover-has-ul>a:before {
    color: #b09e27;
}

ul.menu-2>li.current-menu-item>a,
ul.menu-2>li.current_page_item>a,
ul.menu-2>li.current-menu-ancestor>a,
ul.menu-2>li.current-post-ancestor>a {
    box-shadow: 0 3px 0 #b09e27 inset;
}

ul.menu-2 ul {
    position: absolute;
    top: -9999px;
    left: 0;
    line-height: 1.4em;
    width: 150px;
    margin: -5px 0 0;
    padding: 0;
    z-index: 10;
}

@media only screen and ( min-width: 1300px) {
    ul.menu-2 ul {
        -webkit-perspective: 1300px;
        -moz-perspective: 1300px;
        perspective: 1300px;
    }
}

ul.menu-2 li.hover-has-ul>ul {
    top: 100%;
}

ul.menu-2 li.hover-has-ul>ul>li {
    opacity: 1;
}

@media only screen and ( min-width: 1300px) {
    ul.menu-2 li.hover-has-ul>ul>li {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

ul.menu-2 ul li {
    padding: 0 5px;
    background: #e3e2e2;
    transition: background-color 200ms linear;
}

ul.menu-2>li>ul>li {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}

@media only screen and ( min-width: 1300px) {
    ul.menu-2>li>ul>li {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transform: rotateY(-70deg);
        transform: rotateY(-70deg);
    }
}

ul.menu-2 ul li:first-child {
    border-top: 5px solid #e3e2e2;
}

ul.menu-2 ul li:last-child {
    border-bottom: 5px solid #e3e2e2;
}

ul.menu-2>li>ul>li:first-child>a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    top: -6px;
    left: 8px;
    border-width: 5px 5px 0 5px;
    ;
    border-color: #314c55 transparent transparent transparent;
}

ul.menu-2 ul li.hasUl>a:before {
    float: right;
    content: '\e688';
    font-family: 'StrictThemes';
    font-size: 80%;
    color: #b09e27;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    margin: 0.3em -0.5em 0;
    speak: none;
}

.safari ul.menu-2 ul li.hasUl>a:before {
    margin-top: 0.55em;
}

ul.menu-2 ul li:first-child>a {
    border-top-color: transparent;
}

ul.menu-2 ul li a {
    position: relative;
    color: #56646f;
    text-transform: none;
    padding: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.safari ul.menu-2 ul li a {
    padding: 8px 10px 12px;
}

ul.menu-2 ul li:hover>a {
    color: #b09e27;
}

ul.menu-2 .menu-fix>ul {
    background: #e3e2e2;
}

ul.menu-2 ul ul {
    left: 147px;
    padding: 0;
}

ul.menu-2 ul ul li {
    transition: all 0.3s;
    opacity: 0;
}

@media only screen and ( min-width: 1300px) {
    ul.menu-2 ul ul li {
        transform-style: preserve-3d;
        transform: rotateY(-70deg);
    }
}

ul.menu-2 ul ul li:first-child {
    border-top: 5px solid #e3e2e2;
}

ul.menu-2 ul ul li:last-child {
    border-bottom: 8px solid #e3e2e2;
}

form {
    position: relative;
    margin: 0;
    padding: 0;
}

input,
select,
textarea {
    width: auto;
    height: auto;
    font-family: inherit;
    font-size: inherit;
    line-height: 1.352em!important;
    color: #888;
    margin: 0;
    padding: 10px;
    /*background: #FFF;*/
    border: 1px solid #DDD;
    border-radius: 0;
}

@media only screen and (max-device-width: 1024px) {
    input[type="text"],
    input[type="email"],
    input[type="search"],
    input[type="password"] {
    }
}

input:focus,
select:focus,
textarea:focus {
    color: #555;
    border: 1px solid #AAA;
}

:invalid {
    box-shadow: none;
}

label {
    font-size: 13px;
    display: inline-block;
}

.textarea-box {
    padding: 0 22px 0 0;
    margin: 0 0 10px;
}

.textarea-box textarea {
    width: 100%;
}

textarea {
    width: 60%;
    height: 75px;
    display: block;
    font-family: inherit;
    line-height: 1.575em!important;
}

.have_contact_form textarea  {
	width:90%;
}

.input-text-box {
    padding: 0 22px 0 0;
    margin: 0 0 10px;
}

.input-text-box input[type="text"],
.input-text-box input[type="email"],
.input-text-box input[type="url"] {
    width: 100%;
}

input[type="text"] {
    width: auto;
    max-width:90%;
}

input[type="button"] {
    display: block;
    padding: 12px 11px;
    border: none;
    background-color: #b09e27;
    color: #FFF;
    cursor: pointer;
    -webkit-appearance: none;
}

input[type="button"]:hover {
    background-color: #1a3842;
}

input[type="submit"],
.dark input[type="submit"],
button,
.dark button {
    display: inline-block;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    padding: 12px 11px!important;
    background: #b09e27;
    border: none;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) inset;
    transition: all 250ms linear;
    cursor: pointer;
    -webkit-appearance: none;
}

input[type="submit"]:hover,
button:hover {
    box-shadow: 0 -50px 0 0 rgba(0, 0, 0, 0.15) inset;
    transition: all 125ms linear;
}

input[type="file"] {}

input[type="checkbox"] {
    padding: 0;
}

input[type="radio"] {}

select {
    max-width: 100%;
    -webkit-appearance: none;
}

.st-select-label {
    position: relative;
}

.st-select-label:after {
    position: absolute;
    display: inline-block;
    content: '\e613';
    font-family: 'StrictThemes';
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    line-height: 1em;
    top: 11px;
    right: 11px;
}

.st-select-label select {
    vertical-align: text-bottom;
    padding-right: 35px;
}

.widget>h5 {
    font-weight: normal;
    text-align: center;
    letter-spacing: 0.1em;
    white-space: nowrap;
    margin-left: 0;
    margin-bottom: 1em;
    padding-top: 0;
}

.widget>h5 span {
    display: table;
}

.widget>h5 span:before,
.widget>h5 span:after {
    content: '';
    display: table-cell;
    width: 50%;
    margin-left: 10px;
    background: url('assets/images/line.png') center center repeat-x;
    background-size: 5px;
}

.sidebar-position-right #sidebar {
    float: right;
}

.sidebar-position-left #sidebar {
    float: left;
}

.page-template-template-frontpage-php .sidebar-position-left #sidebar,
.page-template-template-frontpage-php .sidebar-position-none #sidebar,
.archive .sidebar-position-left #sidebar,
.archive .sidebar-position-none #sidebar {
    float: right;
}

.page-template-template-frontpage-php .sidebar-secondary-inactive.sidebar-position-left #sidebar,
.archive .sidebar-secondary-inactive.sidebar-position-left #sidebar {
    float: left;
}

#sidebar {
    width: 300px;
    padding: 50px 0 0;
    background: transparent;
    z-index: 2;
}

.sidebar-position-right .sidebar {}

.sidebar-position-left .sidebar {}

.sidebar {
    display: block;
    max-width: 100%;
}

.widget {
    position: relative;
    margin: 0 auto 50px;
}

.sidebar .widget {
    padding: 20px;
    border: 5px double #DDD;
    border: 5px double rgba(0, 0, 0, 0.05);
}

#content-holder .sidebar .widget_text {
    padding: 0;
    border: none;
}

.ie8 .sidebar .widget_text {
    background: none;
}

.widget>ul>li:last-child,
.woocommerce .widget>ul>li:last-child {
    padding-bottom: 0;
}

.sidebar-position-right #sidebar-secondary {
    float: right;
}

.sidebar-position-left #sidebar-secondary {
    float: left;
}

#sidebar-secondary {
    width: 226px;
    background: transparent;
    z-index: 2;
}

div.sidebar-post {}

.sidebar-position-right div.sidebar-post,
.sidebar-position-none div.sidebar-post {
    position: absolute;
    left: 50px;
    width: 120px;
}

.sidebar-position-left div.sidebar-post {
    position: absolute;
    right: 50px;
    width: 120px;
}

.sidebar-post,
.sidebar-post div {
    font-size: 12px;
}

#stickyDiv {
    width: 120px;
}

.sidebar-post .widget {
    margin-bottom: 15px;
}

.sidebar-ad-a {
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 15px 0;
}

.boxed .sidebar-ad-a {
    padding: 15px 0;
}

.ie8 .sidebar-ad-a {
    padding: 0;
}

.sidebar-ad-a .widget {
    display: block;
    margin-bottom: 0;
    padding: 0;
    border: none;
    background: none;
}

.sidebar-ad-a .widget img {
    display: block;
}

.sidebar-ad-b {
    float: none;
    display: block;
    clear: both;
    margin: 50px auto 0;
    padding: 15px 15px 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.sidebar-ad-b .widget {
    display: block;
    margin: 0 auto 15px;
    padding: 0;
    border: none;
    background: none;
}

.sidebar-ad-b .textwidget img {
    display: block;
}

#sidebar-ad-c {
    width: 1200px;
    margin: 0 auto;
}

#sidebar-ad-c .sidebar-ad-c {
    float: none;
    display: block;
    clear: both;
    margin: 0 auto 50px;
    padding: 15px 15px 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.sidebar-ad-c .widget {
    display: block;
    margin: 0 auto 15px;
    padding: 0;
    border: none;
    background: none;
}

.sidebar-ad-c .widget>h5 {}

.sidebar-ad-c .textwidget img {
    display: block;
}

.sidebar-footer {
    float: left;
}

.sidebar-footer>div {
    margin: 50px 50px 50px 0;
}

.sidebar-footer>div .widget {}

.sidebar-footer>div .widget * {}

.sidebar-footer h5 {
    margin-left: 0;
    margin-bottom: 1em;
}

.sidebar-footer h5 a {}

.sidebar-footer>div .widget:not(.widget_nav_menu) a:hover {}

.ie8 .sidebar-footer>div .widget a:hover {}

.footer-box-v1 .sidebar-footer {
    /*width: 417px;*/
    width: 34%;
}

.footer-box-v1 .sidebar-footer.last {
    width: 31%;	
    /*width: 366px;*/
}

.footer-box-v1 .sidebar-footer.last>div {
    margin-right: 0;
}

.footer-box-v2 .sidebar-footer {
    width: 312px;
}

.footer-box-v2 .sidebar-footer.last {
    width: 574px;
}

.footer-box-v2 .sidebar-footer.last>div {
    margin-right: 0;
}

.footer-box-v3 .sidebar-footer {
    width: 624px;
}

.footer-box-v3 .sidebar-footer:first-child {
    width: 312px;
}

.footer-box-v3 .sidebar-footer.last {
    width: 262px;
}

.footer-box-v3 .sidebar-footer.last>div {
    margin-right: 0;
}

.footer-box-v4 .sidebar-footer {
    width: 312px;
}

.footer-box-v4 .sidebar-footer:first-child {
    width: 624px;
}

.footer-box-v4 .sidebar-footer.last {
    width: 262px;
}

.footer-box-v4 .sidebar-footer.last>div {
    margin-right: 0;
}

.footer-box-v5 .sidebar-footer {
    width: 312px;
}

.footer-box-v5 .sidebar-footer.last {
    width: 264px;
}

.footer-box-v5 .sidebar-footer.last>div {
    margin-right: 0;
}

.footer-box-v6 .sidebar-footer {
    width: 417px;
}

.footer-box-v6 .sidebar-footer:first-child {
    width: 783px;
}

.footer-box-v6 .sidebar-footer.last>div {
    margin-right: 0;
}

#sidebar-homepage-box {
    display: table;
}

#sidebar-homepage-box .sidebar-homepage {
    float: left;
    width: 312px;
}

#sidebar-homepage-box .sidebar-homepage.last {
    width: 264px;
}

#sidebar-homepage-box .sidebar-homepage>div {
    margin: 0 50px 50px 0;
}

#sidebar-homepage-box .sidebar-homepage.last>div {
    margin-right: 0;
}

.sidebar-homepage-a {
    display: table;
    float: left;
    width: 262px;
    color: #FFF;
    color: rgba(255, 255, 255, 0.7);
}

.sidebar-homepage-a .widget {
    padding: 0;
    border: none;
}

.sidebar-homepage-a>.widget:first-child h1:first-child,
.sidebar-homepage-a>.widget:first-child h2:first-child,
.sidebar-homepage-a>.widget:first-child h3:first-child,
.sidebar-homepage-a>.widget:first-child h4:first-child,
.sidebar-homepage-a>.widget:first-child h5:first-child,
.sidebar-homepage-a>.widget:first-child h6:first-child {
    padding-top: 0;
}

.sidebar-homepage-a h1,
.sidebar-homepage-a h2,
.sidebar-homepage-a h3,
.sidebar-homepage-a h4,
.sidebar-homepage-a h5,
.sidebar-homepage-a h6,
.sidebar-homepage-a a:hover {
    color: #FFF;
    border-bottom-color: #FFF;
    border-bottom-color: rgba(255, 255, 255, 0.3);
}

.sidebar-homepage-a h1 {
    font-size: 2.2em;
    font-weight: bold;
}

.breadcrumb-trail {
    text-align: center;
    line-height: 1.3em;
    margin: 0 0 1em;
    opacity: 0.65;
}

.breadcrumb-trail * {
    font-size: 12px;
    color: inherit;
}

.breadcrumb-trail .sep:before {
    content: '/';
    display: inline-block;
    padding: 0 0.5em;
}

.breadcrumb-trail .button {
    display: none!important;
}

.breadcrumb-yoast {
    text-align: center;
    line-height: 1.3em;
    margin: 0 0 1em;
    opacity: 0.65;
}

.breadcrumb-yoast * {
    font-size: 12px;
    color: inherit;
}

.st_project .breadcrumb-yoast>span>span:nth-child(2) {
    display: none;
}

.breadcrumb-yoast>span>span:before {
    content: '/';
    display: inline-block;
    padding: 0 0.75em 0 0.5em;
}

.breadcrumb-yoast>span>span:first-child:before {
    content: '';
    display: none;
    padding: 0;
}

#term {
    margin-bottom: 50px;
    padding: 0 0 10px;
    border-bottom: 2px solid #DDD;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.term-title {}

.term-title .title-sub:before {
    content: '(';
}

.term-title .title-sub:after {
    content: ')';
}

.term-title h1 {
    margin-left: 0;
    padding: 0;
}

.term-title h1:before {
    float: left;
    display: inline-block;
    font-family: 'StrictThemes';
    font-size: 32px;
    color: #b09e27;
    text-align: center;
    vertical-align: top;
    margin: 0 15px 0 0;
    padding: 2px 0 0 0;
}

body.search .term-title h1:before {
    content: '\e62f';
}

body.page-template-template-frontpage-php .term-title h1:before {
    content: '\e648';
}

body.date .term-title h1:before {
    content: '\e684';
}

body.category .term-title h1:before {
    content: '\e67f';
}

body.tag .term-title h1:before {
    content: '\e624';
}

body.term-post-format-image .term-title h1:before {
    content: '\e640';
}

body.term-post-format-gallery .term-title h1:before {
    content: '\e645';
}

body.term-post-format-audio .term-title h1:before {
    content: '\e65c';
}

body.term-post-format-video .term-title h1:before {
    content: '\e61d';
}

body.term-post-format-link .term-title h1:before {
    content: '\e63c';
}

body.term-post-format-quote .term-title h1:before {
    content: '\e630';
}

body.term-post-format-status .term-title h1:before {
    content: '\e61f';
}

.term-description {
    padding: 1em 0;
}

.term-description p {
    margin-bottom: 0;
}

.page-title {
    text-align: center;
    margin-bottom: 50px;
    padding: 0;
}

.page-title .title-sub {
    display: block;
    font-size: 66%;
    font-weight: 300;
    letter-spacing: -0.02em;
}

.page-title a.button:after {
    content: '.';
    display: block;
    position: relative;
    clear: both;
    width: 1px;
    height: 1px;
    background: #333;
}

h1.post-title {
    max-width: 650px;
    margin: 0 auto 25px;
    padding-top: 0;
}

#post-excerpt {
    color: #FFF;
    text-align: center;
    padding: 25px;
    background: #1a3842;
}

#post-excerpt p {
    margin: 0;
}

.post-single .featured-image {}

#attachment-data {
    text-align: center;
}

#title-after {
    text-align: center;
    padding: 0 0 25px;
}

#post-before {
    text-align: center;
    padding: 50px 50px 0;
    background: #FFF;
}

#post-after {
    text-align: center;
    padding: 0 50px 50px;
    background: #FFF;
}

#article {
    position: relative;
    padding: 50px;
    background: #FFF;
}

.single #article {
    min-height: 500px;
}

.sidebar-position-right #article.sidebar-post-enabled,
.sidebar-position-none #article.sidebar-post-enabled {
    padding-left: 220px;
}

.sidebar-position-left #article.sidebar-post-enabled {
    padding-right: 220px;
}

.single-author-info {
    padding: 50px 50px 0 220px;
}

.single-author-upic {
    float: left;
    width: 110px;
    height: 110px;
    margin: 0 0 0 -170px;
    padding: 5px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.05);
}

.single-author-upic img {
    display: block;
    width: 110px;
    height: 110px;
}

.single-author-info h5 {}

.post-short-info {
    padding: 5px 50px 15px;
    background: url('assets/images/line-light.png');
    background: rgba(0, 0, 0, 0.05);
}

.post-short-info .meta .ico16 {
    display: inline-block;
    margin-right: 0;
    margin: 10px 15px 0 0;
}

.post-short-info .meta .ico16:first-child {}

.single-author-info-links {}

.single-author-info-links span {
    position: relative;
    margin: 0 0 0 8px;
    padding: 0;
}

.single-author-info-links span:first-child {
    margin-left: 0;
}

.single-author-info-links span:before {
    position: absolute;
    width: 25px;
    height: 22px;
    color: #FFF;
    font-size: 13px;
    text-align: center;
    margin: 0;
    padding-top: 3px;
    background: #1a3842;
}

.single-author-info-links span:hover:before {
    background: #b09e27;
}

.single-author-info-links a {
    position: relative;
    display: block;
    width: 24px;
    height: 24px;
    background: rgba(0, 0, 0, 0);
}

#pre_next_post {
    position: relative;
    font-size: 1.2em;
    line-height: inherit;
    margin: 50px 0 0;
    padding: 1.5em 0 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.ie8 #pre_next_post {
    background: url('assets/images/line.png') top left repeat-x;
}

#pre_next_post:before {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: 50%;
    background: rgba(0, 0, 0, 0.1);
    width: 1px;
    height: 100%;
}

#pre_next_post a {
    position: relative;
    display: inline-block;
    max-width: 45%;
}

#pre_next_post a.p {
    float: left;
}

#pre_next_post a.n {
    float: right;
    text-align: right;
}

#pre_next_post .p:before,
#pre_next_post .n:before {
    display: table;
    clear: both;
    font-size: 12px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 1.352em;
    color: rgba(0, 0, 0, 0.4);
}

#pre_next_post .p:before {
    content: 'Previous story';
    margin: 0 0 0.5em;
}

#pre_next_post .n:before {
    content: 'Next story';
    margin: 0 0 0.5em auto;
}

.st-format-standard-holder {}

.st-format-standard-holder .wp-post-image {
    display: block;
    margin: 0;
}

.st-format-image-holder {}

.st-format-image-holder .wp-post-image {
    display: block;
    margin: 0;
}

.st-format-link-holder {}

.st-format-link-holder .wp-post-image {
    display: block;
    margin: 0;
}

.st-format-link {
    text-align: center;
    padding: 25px;
    background: #1a3842;
}

.st-format-link-holder a {
    font-size: 1.66em;
    line-height: 1.2em;
    color: #FFF;
    text-decoration: underline;
}

.st-format-link-holder a:hover {
    text-decoration: none;
}

.st-format-link-holder .st-format-link a:before {
    content: '\e63c';
    font-family: 'StrictThemes';
    display: inline-block;
    margin: 0 10px -0.2em 0;
}

.st-format-quote-holder {}

.st-format-quote-holder .wp-post-image {
    display: block;
    margin: 0;
}

.st-format-quote-holder>div {
    color: #FFF;
    padding: 25px;
    background: #1a3842;
}

.st-format-quote-holder>div blockquote {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.st-format-quote-holder>div p {
    margin: 0;
}

.st-format-status-holder {}

.archive .st-format-status-holder {
    margin-bottom: 50px;
}

.status-header {
    text-align: center;
    padding: 40px 25px 0;
    background: #1a3842;
}

.status-header-upic {
    position: relative;
    display: table;
    margin: 25px auto -60px;
    padding: 5px;
    background: #FFF;
    z-index: 1;
    border-radius: 70px;
}

.status-header .avatar {
    display: block;
    width: 110px;
    height: 110px;
    border-radius: 70px;
}

.status-header>a,
.status-header>a:hover {
    color: #FFF;
    font-size: 2em;
    font-weight: 300;
}

.status-header>a span {
    opacity: 0.4;
}

.status-header>a span:before {
    content: '(';
}

.status-header>a span:after {
    content: ')';
}

.status-header-links {
    font-size: 12px;
    margin-bottom: -5px;
    padding: 20px 0 0;
}

.status-header-links span {
    margin: 0 10px 10px;
}

.status-header-links span.ico16:before {
    color: #b09e27;
}

.status-header-links span a {
    color: rgba(255, 255, 255, 0.6);
}

.status-header-links span a:hover {
    color: #FFF;
}

.status-content {
    position: relative;
    color: #56646f;
    text-align: center;
    padding: 80px 25px 30px;
    background: #FFF;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.author .status-content.cutted>div,
.page-template-template-authors-php .status-content.cutted>div {
    max-height: 6em;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    cursor: pointer;
}

.status-content p {
    font-size: 1.2em;
    line-height: 1.575em;
    margin: 0;
}

.page-template-template-authors-php .st-format-status-holder {
    width: 574px;
    margin-bottom: 50px;
}

.page-template-template-authors-php .st-format-status-holder.odd {
    float: left;
    clear: left;
}

.page-template-template-authors-php .st-format-status-holder.even {
    float: right;
}

.st-format-video-holder iframe {
    display: block;
}

.st-format-audio-holder iframe {
    display: block;
    width: 100%;
}

.st-format-audio-holder .wp-post-image {
    display: block;
    margin: 0;
}

.post-template {
    position: relative;
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07)
}

.meta {
    font-size: 0.85em;
}

.meta .ico16 {
    color: rgba(0, 0, 0, 0.5);
    line-height: 18px;
    margin-right: 20px;
    -webkit-transition: all 125ms linear;
    transition: all 250ms linear;
}

.meta .ico16:hover {
    color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 125ms linear;
    transition: all 125ms linear;
}

.meta .ico16:hover:before {
    color: #b09e27;
}

.meta .ico16:before {
    color: rgba(0, 0, 0, 0.25);
}

.meta .ico16 a {
    color: rgba(0, 0, 0, 0.5);
}

.meta .ico16 a:first-child {
    padding-left: 24px;
    margin-left: -24px;
}

.meta .ico16 a:hover {
    color: rgba(0, 0, 0, 0.8);
}

.post-default .st-format-image-holder>a,
.post-default .st-format-link-holder>a,
.post-default .st-format-standard-holder>a,
.post-default .st-format-quote-holder>a {
    display: block;
}

a.post-thumb {
    position: relative;
    display: block;
    width: 100%;
    height: 180px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    overflow: hidden;
}

.post-default {
    padding-bottom: 0;
}

.post-default .post-title {
    display: block;
    max-width: 600px;
    font-size: 2.3em;
    font-weight: 300;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}

.sticky.post-default .post-title {
    padding-left: 1.5em;
    padding-right: 1.5em;
}

.sticky.post-default .post-title:before {
    display: block;
    content: '\e634';
    font-family: 'StrictThemes';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    margin: 0 0 0.75em 0;
}

.post-default .meta {
    text-align: center;
    margin: 25px 0 40px;
}

.post-default .meta>span {
    margin-bottom: 10px;
}

.post-default .content-data {
    padding: 50px;
    background: #FFF;
}

.post-t6 {
    width: 262px;
    height: 360px;
    padding-bottom: 25px;
    background: #FFF;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.post-t6-no-thumb:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 25px;
    width: 100%;
    height: 25px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}

.post-t6.odd {
    float: left;
}

.post-t6.even {
    float: right;
}

.sidebar-secondary-inactive .post-t6.odd,
.sidebar-secondary-inactive .post-t6.even {
    float: left;
    margin: 0 32px 32px 0;
}

.sidebar-secondary-inactive .post-t6.third {
    margin-right: 0;
}

.v2 .post-t6.even {
    float: left;
}

.v2 .post-t6 {
    margin-right: 50px;
}

.v2 .post-t6.forth {
    margin-right: 0;
}

.post-t6>div {}

.post-t6 .thumb-wrapper {
    position: relative;
    display: block;
    width: 262px;
    overflow: hidden;
}

.post-t6 a.post-thumb {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.5) inset;
}

.post-t6 .thumb-wrapper:hover a.post-thumb {
    box-shadow: 0 -180px 0 rgba(0, 0, 0, 0.5) inset;
}

.post-t6 a.post-thumb>div {
    position: absolute;
    bottom: 0;
    margin: 0 0 25px 25px;
    -webkit-transition: all 400ms cubic-bezier(0.7, 0.5, 0.3, 1);
    -webkit-transition: all 400ms cubic-bezier(0.7, 0.5, 0.3, 1.5);
    -moz-transition: all 400ms cubic-bezier(0.7, 0.5, 0.3, 1.5);
    -o-transition: all 400ms cubic-bezier(0.7, 0.5, 0.3, 1.5);
    transition: all 400ms cubic-bezier(0.7, 0.5, 0.3, 1.5);
}

.post-t6 .thumb-wrapper:hover a.post-thumb>div {
    bottom: -50px;
}

.post-t6-yes-thumb .meta {
    position: absolute;
    top: -180px;
    left: 25px;
    width: 80%;
    z-index: 2;
    -webkit-transition: all 600ms cubic-bezier(0.7, 0.5, 0.3, 1);
    -webkit-transition: all 600ms cubic-bezier(0.7, 0.5, 0.3, 1.5);
    -moz-transition: all 600ms cubic-bezier(0.7, 0.5, 0.3, 1.5);
    -o-transition: all 600ms cubic-bezier(0.7, 0.5, 0.3, 1.5);
    transition: all 600ms cubic-bezier(0.7, 0.5, 0.3, 1.5);
}

.post-t6-yes-thumb .thumb-wrapper:hover .meta {
    top: 25px;
}

.post-t6-yes-thumb .meta .ico16 {
    display: block;
    color: #FFF;
    margin: 0 0 5px;
}

.post-t6-yes-thumb .meta .ico16:before,
.post-t6-yes-thumb .meta .ico16 a {
    color: #FFF;
}

.post-t6-yes-thumb .meta .ico16 a:hover {
    text-decoration: underline;
}

.meta span+span.ico16-link {
    margin-right: 0!important;
}

.meta span+span.ico16-link:before {
    content: '\e648';
    margin-right: 5px;
}

.post-t6-details {
    position: relative;
    max-height: 125px;
    overflow: hidden;
    margin-bottom: 1em;
    padding: 15px 25px 0;
}

.post-t6-details:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2em;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}

.post-t6-details h3 {
    max-height: 4.15em;
    font-size: 1.215em;
    font-weight: bold;
    letter-spacing: 0;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0.4em;
    padding: 0;
}

.post-t6-details p {
    font-size: 12px;
    line-height: 1.5em;
    margin: 0;
}

.post-t6-more {
    color: #56646f;
    font-size: 11px;
    line-height: 1em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin: 0 0 0 25px;
    padding: 4px 10px;
    border: 1px solid #DDD;
}

.post-t6-more:hover {
    border-color: #b09e27;
}

.post-t6-no-thumb {}

.post-t6-no-thumb>div {}

.post-t6-no-thumb .post-t6-details {
    max-height: 215px;
}

.post-t6-no-thumb .review-total-only {
    margin-top: 10px;
}

.post-t6-no-thumb h3 {}

.post-t6-no-thumb .meta {
    width: 212px;
    max-height: 76px;
    overflow: hidden;
    margin: 15px 0 0 25px;
}

.post-t6-no-thumb .meta .ico16 {
    display: block;
    margin: 5px 0 0;
}

.post-t8 {}

.post-t8 h5 {
    padding-top: 0;
    text-transform: none;
}

.post-t8 .ico16 {
    margin-right: 20px;
}

.posts-highlighted {
    display: block;
    margin-bottom: 50px;
    padding-bottom: 0;
    background: #FFF;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.posts-highlighted>div {}

div.posts-highlighted a.post-thumb {
    display: block;
    height: 410px;
}

.sidebar-secondary-inactive div.posts-highlighted a.post-thumb {
    height: 605px;
}

.posts-highlighted-details h1 {
    font-size: 2.2em;
    letter-spacing: -0.02em;
    padding-top: 0;
}

.posts-highlighted-details {
    position: relative;
}

.posts-highlighted-details>div {
    padding: 25px;
}

.posts-highlighted-details .meta {
    padding-top: 5px;
}

#posts-most-viewed {
    display: block;
    width: 1200px;
    margin: 50px auto 0;
}

#posts-most-viewed>div.first {
    clear: left;
}

#posts-most-viewed>div.last {
    clear: right;
    margin-right: 0;
}

.post-most-viewed {
    float: left;
    display: block;
    width: 262px;
    height: 180px;
    margin-right: 50px;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -o-perspective: 1000;
    perspective: 1000;
}

.post-most-viewed a {
    position: relative;
}

.post-most-viewed:hover .post-most-viewed-back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.post-most-viewed:hover .post-most-viewed-front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.post-most-viewed-front,
.post-most-viewed-back {
    position: absolute;
    top: auto;
    left: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 500ms cubic-bezier(0.5, 0.9, 0.3, 1);
    -webkit-transition: all 500ms cubic-bezier(0.5, 0.9, 0.3, 1.3);
    -moz-transition: all 500ms cubic-bezier(0.5, 0.9, 0.3, 1.3);
    -o-transition: all 500ms cubic-bezier(0.5, 0.9, 0.3, 1.3);
    transition: all 500ms cubic-bezier(0.5, 0.9, 0.3, 1.3);
}

.post-most-viewed-front {
    width: 252px;
    height: 170px;
    border: 5px double #DDD;
    border: 5px double rgba(0, 0, 0, 0.07);
    z-index: 2;
}

.post-most-viewed-front .meta {
    position: absolute;
    top: 20px;
    left: 20px;
}

.post-most-viewed-front .meta .ico16,
.post-most-viewed-front .meta .ico16:before {
    color: #1a3842;
}

.post-most-viewed-details {
    position: absolute;
    bottom: 20px;
    padding: 0 20px;
}

.post-most-viewed-details h3 {
    max-height: 4.15em;
    font-size: 1.215em;
    font-weight: bold;
    letter-spacing: 0;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 0;
}

.post-most-viewed-back {
    width: 262px;
    height: 180px;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.ie9 .post-most-viewed-back,
.ie8 .post-most-viewed-back {
    display: none;
}

.posts-related-wrapper {
    padding: 50px 0 0;
}

.posts-related-wrapper h6 {
    display: table;
    font-size: 1.15em;
    font-weight: normal;
    line-height: 1.5em;
    letter-spacing: 0.1em;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    margin: 0 0 50px;
    padding: 0;
}

.posts-related-wrapper h6:before,
.posts-related-wrapper h6:after {
    content: '';
    display: table-cell;
    width: 50%;
    background: url('assets/images/line.png') center center repeat-x;
    background-size: 5px;
}

.posts-related-wrapper table {
    margin-bottom: 0;
}

.posts-related-wrapper tr,
.posts-related-wrapper td {
    text-align: center;
    padding: 0;
    background: none;
    border: 0;
}

.posts-related-1-wrapper td {
    width: 100%;
}

.posts-related-2-wrapper td {
    width: 50%;
}

.posts-related-3-wrapper td {
    width: 33%;
}

.posts-related-wrapper div.posts-related-post-wrapper {
    position: relative;
    width: 262px;
    display: block;
    float: none;
    margin: 0 auto;
    background: #FFF;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.07);
}

.posts-related-3-wrapper div.posts-related-post-wrapper {
    width: 250px;
}

.posts-related-3-wrapper a.post-thumb {
    height: 176px;
}

.posts-related-wrapper div.posts-related-post-wrapper.first {
    margin: 0 auto 0 0;
}

.posts-related-wrapper div.posts-related-post-wrapper.last {
    margin: 0 0 0 auto;
}

.posts-related-post-wrapper a.post-thumb {
    overflow: visible;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.25) inset;
}

.posts-related-post-wrapper a.post-thumb:hover {
    box-shadow: 0 180px 0 rgba(0, 0, 0, 0.25) inset;
}

.posts-related-post-wrapper a.post-thumb:before {
    position: absolute;
    display: block;
    top: 100%;
    left: 50%;
    font-family: 'StrictThemes';
    font-size: 32px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-align: center;
    text-transform: none;
    line-height: 1;
    color: #CCC;
    width: 2em;
    height: 1.5em;
    margin: -1em 0 0 -1em;
    padding: 0.5em 0 0;
    -webkit-transition: all 300ms cubic-bezier(0.5, 0.9, 0.3, 1);
    -webkit-transition: all 300ms cubic-bezier(0.5, 0.9, 0.3, 1.3);
    -moz-transition: all 300ms cubic-bezier(0.5, 0.9, 0.3, 1.3);
    -o-transition: all 300ms cubic-bezier(0.5, 0.9, 0.3, 1.3);
    transition: all 300ms cubic-bezier(0.5, 0.9, 0.3, 1.3);
    z-index: 2;
}

.posts-related-post-wrapper a.post-thumb-standard:before {
    content: '\e648';
}

.posts-related-post-wrapper a.post-thumb-image:before {
    content: '\e640';
}

.posts-related-post-wrapper a.post-thumb-gallery:before {
    content: '\e645';
}

.posts-related-post-wrapper a.post-thumb-audio:before {
    content: '\e65c';
}

.posts-related-post-wrapper a.post-thumb-video:before {
    content: '\e61d';
}

.posts-related-post-wrapper a.post-thumb-link:before {
    content: '\e63c';
}

.posts-related-post-wrapper a.post-thumb-quote:before {
    content: '\e630';
}

.posts-related-post-wrapper a.post-thumb-status:before {
    content: '\e61f';
}

.posts-related-post-wrapper a:hover:before {
    top: 50%;
    color: #b09e27;
}

.posts-related-post-wrapper a.post-thumb:after {
    content: '';
    position: absolute;
    display: block;
    top: 100%;
    left: 50%;
    font-size: 32px;
    line-height: 1;
    width: 2em;
    height: 1.5em;
    margin: -1em 0 0 -1em;
    padding: 0.5em 0 0;
    border-radius: 100px;
    background: #FFF;
    -webkit-transition: all 300ms cubic-bezier(0.5, 0.9, 0.3, 1);
    -webkit-transition: all 300ms cubic-bezier(0.5, 0.9, 0.3, 1.3);
    -moz-transition: all 300ms cubic-bezier(0.5, 0.9, 0.3, 1.3);
    -o-transition: all 300ms cubic-bezier(0.5, 0.9, 0.3, 1.3);
    transition: all 300ms cubic-bezier(0.5, 0.9, 0.3, 1.3);
    z-index: 1;
}

.posts-related-post-wrapper a.post-thumb:hover:after {
    top: 50%;
}

.posts-related-wrapper div.posts-related-post-wrapper>div {
    text-align: center;
}

.posts-related-details-wrapper>div h5 {
    position: relative;
    font-weight: normal;
    text-transform: none;
    padding: 25px 20px;
    z-index: 3;
}

.posts-related-details-wrapper>div h5 a {
    display: inline-block;
}

.posts-related-wrapper div.first {
    clear: left;
}

.posts-related-wrapper div.last {
    clear: right;
    margin-right: 0;
}

#posts-sticky {
    position: relative;
    background-color: #1a3842;
    box-shadow: 0 9999px 0 rgba(0, 0, 0, 0.5) inset;
}

#posts-sticky:before {
    position: absolute;
    display: block;
    content: ' ';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 100% auto;
    background-position: center center;
    opacity: 0.15;
    filter: url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'><filter%20id='grayscale'><feColorMatrix%20type='matrix'%20values='0.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200'/></filter></svg>#grayscale");
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray;
}

.posts-sticky {
    position: relative;
    width: 1200px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 auto;
    padding: 50px 0 0;
}

.posts-sticky-a {
    float: left;
    width: 886px;
}

.post-sticky-recent {
    position: relative;
    float: right;
    display: block;
    width: 574px;
    height: 410px;
    margin-bottom: 50px;
}

.post-sticky-recent a {
    position: absolute;
    display: table;
    width: 574px;
    height: 410px;
    overflow: hidden;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.post-sticky-recent a:hover {}

.post-sticky-recent a:hover>div {
    padding-bottom: 40px;
    opacity: 0;
}

.post-sticky-recent a>div {
    position: relative;
    display: table-cell;
    vertical-align: bottom;
    padding: 50px;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.post-sticky-recent:after {
    position: absolute;
    display: block;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #1a3842;
    opacity: 0.5;
}

.ie8 .post-sticky-recent:after {
    display: none;
}

.post-sticky-recent:hover:after {
    opacity: 0;
}

.post-sticky {
    position: relative;
    float: left;
    display: block;
    width: 262px;
    height: 180px;
    margin-bottom: 50px;
    overflow: hidden;
}

.post-sticky a {
    position: absolute;
    display: table;
    width: 262px;
    height: 180px;
    overflow: hidden;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.post-sticky a:hover {}

.post-sticky a:hover>div {
    padding-bottom: 10px;
    opacity: 0;
}

.post-sticky a>div {
    position: relative;
    display: table-cell;
    vertical-align: bottom;
    padding: 25px;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.post-sticky:after {
    position: absolute;
    display: block;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #1a3842;
    opacity: 0.5;
}

.ie8 .post-sticky:after {
    display: none;
}

.post-sticky:hover:after {
    opacity: 0.1;
}

.posts-sticky-b {
    float: right;
    width: 262px;
}

.posts-sticky h1 {
    max-height: 3.7em;
    color: #FFF;
    font-size: 2.14em;
    letter-spacing: -0.02em;
    font-weight: bold;
    line-height: 1.2em;
    margin-bottom: 0.2em;
    padding: 0;
    overflow: hidden;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.posts-sticky h3 {
    max-height: 4.15em;
    color: #FFF;
    font-size: 1.215em;
    letter-spacing: 0;
    font-weight: bold;
    padding: 0;
    overflow: hidden;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.posts-sticky p {
    max-height: 3.5em;
    color: #FFF;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    overflow: hidden;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.75);
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.format-after:after {
    display: inline;
    font-family: 'StrictThemes';
    font-size: 16px;
    font-weight: normal;
    line-height: 1em;
    margin: 0 0 0 0.5em;
}

.format-image-after:after {
    content: '\e640';
}

.format-gallery-after:after {
    content: '\e645';
}

.format-audio-after:after {
    content: '\e65c';
}

.format-video-after:after {
    content: '\e61d';
}

.format-link-after:after {
    content: '\e63c';
}

.format-quote-after:after {
    content: '\e630';
}

.format-status-after:after {
    content: '\e61f';
}

#page-404 {}

.notice#content-404 {
    margin-bottom: 50px;
    padding: 45px 125px 50px 50px;
}

#page-404 h1 {
    font-size: 4em;
    font-weight: bold;
    line-height: 1em;
    padding: 0 0 15px;
}

.notice#content-404 p {
    line-height: 1.575em;
    margin-right: -67px;
}

#page-404 ul {
    list-style-type: none;
    margin: 0;
}

#page-404 ul>li {
    padding: 0.5em 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

#page-404 form {}

#page-404 form:before {
    position: absolute;
    top: 29px;
    content: '\e62f';
    font-family: 'StrictThemes';
    font-size: 32px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    color: #1a3842;
    margin: 0 0 0 15px;
    transition: all 250ms linear;
}

#page-404 form input {
    display: inline-block;
    font-size: 1.4em;
    width: 100%;
    margin: 15px 0 0;
    padding: 0.75em 15px 0.75em 55px;
}

.comments-title {
    font-size: 1.2em;
    padding: 50px 0 10px;
    margin: 0 0 25px 0;
    border-bottom: 5px solid rgba(0, 0, 0, 0.07);
}

.comments-title-dummy {
    display: block;
    clear: both;
}

#comments {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#comments>li {
    display: table;
    width: 100%;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.comment {}

.comment-holder {}

.avatar-box {
    padding: 4px;
    background: rgba(0, 0, 0, 0.05);
    float: left;
}

.comment .avatar {
    display: block;
}

.comment-box {}

.comment-date {
    font-size: 0.85em;
    margin-bottom: 1em;
    opacity: 0.65;
}

.quick-holder {
    padding-top: 5px;
}

.comment-top-level .comment-box {
    padding-left: 108px;
    margin-bottom: 25px;
}

.comment-top-level .comment-author {
    font-size: 1.4em;
}

.children {
    list-style-type: none;
    padding: 0;
    margin: 0 0 0 25px;
}

.comment-low-level .comment-box {
    padding-left: 83px;
    margin-bottom: 25px;
}

.comment-low-level .comment-author {
    font-size: 1.4em;
}

#reply-title {
    font-size: 1.4em;
    font-weight: normal;
    text-transform: none;
}

#cancel-comment-reply-link {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0;
}

#respond {
    padding-top: 25px;
    clear: both;
}

#respond h3 {
    padding-top: 0;
}

#commentform {
    clear: both;
    text-align: left;
}

.input-text-name {
    width: 50%;
    float: left;
    padding: 0;
}

.input-text-name>div {
    padding: 0 27px 0 0;
}

.input-text-email {
    width: 50%;
    float: right;
    padding: 0;
}

.input-text-email>div {
    padding: 0 22px 0 5px;
}

.input-submit-box {
    display: inline-block;
    margin-right: 10px;
    float: left;
}

p.form-submit {
    margin: 0;
}

.pingback-title {
    padding-top: 15px;
}

#pingbacks {
    margin-bottom: 25px;
}

.pingback-date {
    font-size: 0.85em;
    margin-bottom: 1.785em;
    padding: 2px 0 0;
}

.widget_recent_entries>ul,
.widget_pages>ul,
.widget_archive>ul,
.widget_categories>ul,
.widget_meta>ul,
.widget_recent_comments>ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.widget_recent_entries>ul>li,
.widget_pages>ul>li,
.widget_archive>ul>li,
.widget_categories>ul>li,
.widget_meta>ul>li,
.widget_recent_comments>ul>li {
    padding: 0.6em 0;
    border-top: 1px solid rgba(0, 0, 0, 0.07)
}

.sidebar-footer .widget_recent_entries>ul>li,
.sidebar-footer .widget_pages>ul>li,
.sidebar-footer .widget_archive>ul>li,
.sidebar-footer .widget_categories>ul>li,
.sidebar-footer .widget_meta>ul>li,
.sidebar-footer .widget_recent_comments>ul>li {
    border-top-color: rgba(0, 0, 0, 0.07);
}

.widget_recent_entries>ul>li:first-child,
.widget_pages>ul>li:first-child,
.widget_archive>ul>li:first-child,
.widget_categories>ul>li:first-child,
.widget_meta>ul>li:first-child,
.widget_recent_comments>ul>li:first-child {
    padding-top: 0;
    border-top: none;
}

.widget_recent_entries .post-date {
    display: block;
    font-size: 0.85em;
}

.widget_pages {}

.widget_archive>ul {}

.widget_archive>ul>li {
    position: relative;
}

.widget_archive>ul>li span {
    float: right;
    font-size: 12px;
    line-height: 1em;
    margin: 0.6em 3px 0 0;
}

.widget_categories>ul>li {
    position: relative;
}

.widget_categories>ul>li span {
    position: absolute;
    right: 5px;
    font-size: 12px;
    line-height: 2em;
}

.widget_meta ul {}

.widget_recent_comments {}

#sidebar .widget_search {
    padding: 25px;
    background: #b09e27;
    border: none;
}

#sidebar .widget_search>h5 {
    color: #FFF;
}

.widget_search>h5 span:before,
.widget_search>h5 span:after,
.widget_product_search>h5 span:before,
.widget_product_search>h5 span:after,
.sidebar .widget.widget_display_search>h5 span:before,
.sidebar .widget.widget_display_search>h5 span:after {
    background-image: url("assets/images/line-white.png");
}

.widget_search form>div {
    background: #FFF;
    padding: 10px 44px 10px 10px;
    border: 0;
    height: 20px;
}

.widget_search form>div:before {
    position: absolute;
    top: 9px;
    right: 8px;
    content: '\e62f';
    font-family: 'StrictThemes';
    color: #b09e27;
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    speak: none;
}

.widget_search form label {
    display: none;
}

.widget_search input[name="s"] {
    border: none;
    padding: 0;
    float: left;
    width: 100%;
    height: 20px;
}

.widget_search input[type="submit"] {
    position: relative;
    float: right;
    text-indent: -9999px;
    width: 30px!important;
    height: 30px;
    margin: -5px -39px 0 0;
    padding: 0;
    box-shadow: none!important;
    background: none!important;
}

.sidebar .widget_calendar {
    padding: 0;
    background: inherit;
    border: none;
}

.sidebar .widget_calendar>h5 {
    display: none;
}

#wp-calendar {
    position: relative;
    margin: 0;
}

#wp-calendar caption,
#wp-calendar th,
#wp-calendar td {
    font-size: 0.85em;
    line-height: 1.54em;
    text-align: center;
}

#wp-calendar caption {}

#wp-calendar tbody {
    background: #FFF;
}

#wp-calendar td {
    width: 14.285%;
    padding: 6px;
    overflow: hidden;
}

#wp-calendar tbody a {
    position: relative;
    display: block;
    color: #1a3842;
    font-weight: bold;
    text-decoration: none;
    margin: -6px;
    padding: 6px 0;
}

#wp-calendar tbody a:after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    border-style: solid;
    border-width: 0 8px 8px 0;
    border-color: transparent #DDD transparent transparent;
}

#wp-calendar tfoot {}

#wp-calendar tfoot td {
    border-left: none;
}

#wp-calendar #prev a {
    left: 7px;
    line-height: 1em;
}

#wp-calendar #next a {
    right: 7px;
    line-height: 1em;
}

#prev a,
#next a {
    position: absolute;
    display: inline-block;
    font-size: 0;
}

#prev a:before,
#next a:after {
    display: inline-block;
    font-family: 'StrictThemes';
    color: #BBB;
    font-size: 19px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    width: 20px;
    height: 20px;
    speak: none;
}

#prev a:before {
    content: '\e60d';
}

#next a:after {
    content: '\e688';
}

#prev a:hover:before,
#next a:hover:after {
    color: #b09e27;
}

.sidebar .widget_tag_cloud {}

.tagcloud a {
    position: relative;
    display: inline-block;
    float: left;
    color: #FFF;
    line-height: 1em;
    text-decoration: none!important;
    white-space: nowrap;
    margin: 0 10px 5px 0;
    padding: 0.5em 0 0.5em 1em;
    background: #1a3842;
}

.tagcloud a:hover {
    color: #FFF!important;
    background: #b09e27;
}

.tagcloud a:before {
    position: absolute;
    content: '';
    top: 50%;
    right: -0.45em;
    margin-top: -1em;
    border-style: solid;
    border-width: 1em 0 1em 0.5em;
    border-color: transparent transparent transparent #1a3842;
}

.tagcloud a:hover:before {
    border-color: transparent transparent transparent #b09e27;
}

.tagcloud a span {
    position: relative;
    display: inline-block;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1em;
    padding: 0 10px 0 7px;
}

.tagcloud a span:before {
    position: absolute;
    content: '';
    top: 50%;
    right: 0;
    width: 4px;
    height: 4px;
    margin-top: -2px;
    border-radius: 4px;
    background: #FFF;
    opacity: 0.85;
    z-index: 2;
}

.sidebar .widget_nav_menu,
.ie8 .sidebar .widget_nav_menu {
    padding: 5px 0 7px!important;
    background: #FFF;
    border: none;
}

.widget_nav_menu h5 {
    position: relative;
    font-size: 0.85em;
    font-weight: normal;
    line-height: 1.5em;
    letter-spacing: 0.25em;
    color: #FFF;
    text-align: center;
    margin: -6px 0 0;
    padding: 1em 0;
    background: #1a3842;
}

.widget_nav_menu h5 span:before,
.widget_nav_menu h5 span:after {
    background: none;
}

.widget_nav_menu a {}

.widget_nav_menu a:hover {}

.sidebar-footer .widget_nav_menu {
    background: rgba(0, 0, 0, 0.1);
}

.widget_custom_menu {
    list-style-type: none;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.widget_custom_menu>li {
    position: relative;
    margin-top: -1px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.widget_custom_menu>li:hover {}

.widget_custom_menu>li.stCurrent:hover {}

.widget_custom_menu>li>a {
    display: block;
    font-size: 15px;
    font-weight: bold;
    padding: 15px 35px 15px 20px;
}

.widget_custom_menu>li:first-child>a {}

.widget_custom_menu>li>a {
    color: #56646f;
    box-shadow: 0 0 0 #b09e27 inset;
}

.widget_custom_menu>li>a:hover,
.widget_custom_menu>li.wHover {
    color: #b09e27;
}

.widget_custom_menu>li>a:before,
.widget_custom_menu>li.wHover>a:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    bottom: -1px;
    left: 100%;
    background: #b09e27;
}

.widget_custom_menu>li>a:hover:before {
    left: 0;
}

.widget_custom_menu>li.current-menu-item>a {
    color: #b09e27;
}

.widget_custom_menu span.subline {
    display: block;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.535em;
    text-transform: none;
    opacity: 0.6;
}

.widget_custom_menu>li>span {
    position: absolute;
    display: block;
    top: 12px;
    right: 8px;
    width: 30px;
    height: 30px;
    text-align: center;
    z-index: 10;
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.widget_custom_menu>li>span:before {
    display: block;
    content: '\e613';
    font-family: 'StrictThemes';
    color: #b09e27;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    padding: 7px 0 0 0;
    speak: none;
    transition: all linear 250ms;
}

.widget_custom_menu li a:hover+ul+span:before,
.widget_custom_menu>li>span:hover:before,
.widget_custom_menu>li.stCurrent>span:before {
    color: #56646f;
    transition: all linear 125ms;
}

.widget_custom_menu>li>ul {
    list-style-type: none;
    display: none;
    text-transform: none;
    margin: 0;
    padding: 0;
    background: #FFF;
}

.widget_custom_menu>li.stCurrent>ul {
    display: block;
}

.widget_custom_menu>li>ul {}

.widget_custom_menu>li>ul>li {
    border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.widget_custom_menu>li>ul>li>a {
    display: block;
    color: #56646F;
    font-size: 16px;
    line-height: 1.44em;
    padding: 15px 15px 15px 40px;
}

.widget_custom_menu>li>ul>li>a:before {
    content: '\e688';
    font-family: 'StrictThemes';
    color: #b09e27;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    width: 14px;
    height: 14px;
    margin: 0 10px 0 -24px;
    speak: none;
}

.widget_custom_menu>li>ul>li>a:hover:before {
    margin: 0 5px 0 -19px;
}

.widget_custom_menu>li>ul>li.current-menu-item>a {
    color: #b09e27;
}

#content-parent .widget_custom_menu>li>ul>li>a:hover {
    color: #b09e27;
}

.widget_custom_menu ul ul {
    list-style-type: none;
    margin: 0 0 0 40px;
}

.widget_custom_menu ul ul li {
    margin-top: -1px;
}

.widget_custom_menu ul ul li a {
    display: block;
    color: #56646F;
    padding: 10px 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.widget_custom_menu>li>ul>li>ul>li.current-menu-item>a {
    font-weight: bold;
}

.widget_custom_menu ul ul li a:hover {
    color: #b09e27;
}

.widget_custom_menu ul ul ul {
    margin-left: 1.2em;
}

.widget_rss {}

.widget_rss ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.widget_rss>ul>li {
    padding: 15px 0 14px;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.sidebar-footer .widget_rss>ul>li {
    border-top-color: rgba(0, 0, 0, 0.07);
}

.widget_rss>ul>li:first-child {
    padding-top: 0;
    border-top: none;
}

.widget_rss h5>.rsswidget {}

.widget_rss h5>a.rsswidget:first-child {
    width: 19px;
    height: 19px;
}

.widget_rss h5>a.rsswidget:first-child:before {
    display: inline-block;
    content: '\e670';
    font-family: 'StrictThemes';
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-align: center;
    color: #FFF;
    text-transform: none;
    line-height: 1;
    margin: 0 3px 0 0;
    padding: 3px;
    speak: none;
    background: #e7a32a;
}

.widget_rss h5>a.rsswidget:first-child img {
    display: none;
}

.widget_rss>ul>li>a {
    display: inline-block;
    line-height: 1.575em;
}

.widget_rss .rss-date {
    display: block;
    font-size: 12px;
    opacity: 0.6;
    margin-bottom: 2px;
}

.widget_rss .rssSummary {
    font-size: 12px;
    line-height: 1.352em;
}

.widget_rss cite {
    font-size: 12px;
    font-weight: bold;
}

.widget_rss cite:before {
    content: '\e61f';
    font-family: 'StrictThemes';
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    margin: 0 3px 0 0;
    speak: none;
}

.widget-flickr .flickr_badge_image {
    width: 33.3%;
    height: 33.3%;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.widget-flickr .flickr_badge_image a {
    position: relative;
    display: block;
}

.widget-flickr .flickr_badge_image a:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #b09e27;
}

.widget-flickr .flickr_badge_image a:hover:before {
    opacity: 0.8;
}

.widget-flickr .flickr_badge_image a:after {
    position: absolute;
    content: '\e686';
    top: 50%;
    left: 50%;
    font-family: 'StrictThemes';
    font-size: 0px;
    color: #FFF;
    margin: -11px 0 0 0;
}

.widget-flickr .flickr_badge_image a:hover:after {
    font-size: 32px;
    margin: -12px 0 0 -16px;
}

.widget-flickr .flickr_badge_image img {
    display: block;
}

.sidebar-footer .widget-flickr {
    margin-right: 0;
}

.widget-info p.widget-info-address,
.widget-info p.widget-info-phone,
.widget-info p.widget-info-email,
.widget-info p.widget-info-name {
    position: relative;
    padding-left: 25px;
    display: table;
}

.widget-info p.widget-info-address:before,
.widget-info p.widget-info-phone:before,
.widget-info p.widget-info-email:before,
.widget-info p.widget-info-name:before {
    position: absolute;
    top: 0.25em;
    left: 0;
    font-family: 'StrictThemes';
    font-size: 16px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    color: #b09e27;
}

.widget-info p.widget-info-address:before {
    content: '\e635';
}

.widget-info p.widget-info-phone:before {
    content: '\e615';
}

.widget-info p.widget-info-email:before {
    content: '\e639';
}

.widget-info p.widget-info-name:before {
    content: '\e61f';
}

.widget-info p span {
    font-weight: bold;
}

.widget-posts {}

#sidebar .widget-posts>h5 {
    color: #FFF;
    margin-bottom: 15px;
}

#sidebar .widget-posts {
    padding: 25px;
    background: #1a3842;
    border: none;
}

#sidebar .widget-posts-most-viewed {
    background: #b09e27;
}

#sidebar .widget-posts-most-viewed>h5 span:before,
#sidebar .widget-posts-most-viewed>h5 span:after {
    background-image: url('assets/images/line-white.png');
}

.widget-posts>div {
    padding: 15px 0 14px;
}

.widget-posts>div {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

#sidebar-secondary .widget-posts>div,
.sidebar-homepage .widget-posts>div {
    border-top-color: rgba(0, 0, 0, 0.1);
}

.sidebar-footer .widget-posts>div {
    border-top-color: rgba(0, 0, 0, 0.1);
}

.widget-posts>h5+div,
#sidebar-secondary .widget-posts>h5+div {
    padding-top: 0;
    border-top: none;
}

.sidebar-footer .widget-posts h5+div {
    padding-top: 0;
}

.widget-posts .wp-post-image {
    float: left;
    width: 50px;
    height: 50px;
    margin: 0 15px 0 0;
}

.widget-posts-icon {
    float: left;
    width: 50px;
    height: 33px;
    font-size: 0;
    text-align: center;
    margin: 0 15px 0 0;
    padding-top: 17px;
    transition: background-color 250ms linear;
    background: rgba(0, 0, 0, 0.1);
}

.widget-posts-icon:before {
    font-size: 16px;
    color: #FFF;
}

#sidebar .widget-posts-icon {
    background: rgba(255, 255, 255, 0.15);
}

.sidebar-footer .widget-posts-icon,
#sidebar-secondary .widget-posts-icon {
    background: #1a3842;
}

#sidebar .widget-posts-icon:hover,
.sidebar-footer .widget-posts-icon:hover,
#sidebar-secondary .widget-posts-icon:hover {
    background-color: #b09e27;
}

#sidebar .widget-posts-most-viewed .widget-posts-icon:hover,
.sidebar-footer .widget-posts-most-viewed .widget-posts-icon:hover {
    background-color: #FFF;
}

#sidebar .widget-posts-most-viewed .widget-posts-icon:hover:before,
.sidebar-footer .widget-posts-most-viewed .widget-posts-icon:hover:before {
    color: #b09e27;
}

.widget-posts-icon img {
    opacity: 0.7;
    transition: opacity 250ms linear;
}

#sidebar-secondary .widget-posts-icon img {
    opacity: 1;
}

.widget-posts-icon:hover img {
    opacity: 1;
    transition: opacity 125ms linear;
}

.widget-posts-post-box {}

.widget-posts-post-box-with-thumb {
    padding-left: 65px;
}

.widget-posts-title {
    display: table;
    line-height: 1.575em;
    padding-bottom: 2px;
}

#sidebar .widget-posts-title {}

#sidebar .widget-posts-title:hover {
    color: #FFF;
}

#sidebar .widget-posts-most-viewed .widget-posts-title {
    color: #FFF;
}

#sidebar .widget-posts-most-viewed .widget-posts-title:hover {
    color: rgba(255, 255, 255, 0.6);
}

.widget-posts-date {
    font-size: 12px;
}

#sidebar .widget-posts-date {
    color: #FFF;
}

#sidebar .widget-posts-most-viewed .widget-posts-date,
#sidebar-secondary .widget-posts-date {
    opacity: 0.6;
}

#sidebar .widget-posts-excerpt {
    color: rgba(255, 255, 255, 0.6);
    margin-top: 2px;
}

#sidebar .widget-posts-most-viewed .widget-posts-excerpt {
    color: #FFF;
}

.widget-posts-excerpt {
    max-height: 6em;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.widget-posts-excerpt p {
    font-size: 12px;
    line-height: 1.352em;
    margin: 0 0 2px;
}

.widget-posts-views {
    font-size: 12px;
}

#sidebar .widget-posts-views {
    color: #FFF;
}

#sidebar-secondary .widget-posts-views {
    opacity: 0.6;
}

#sidebar .widget-posts-most-viewed .widget-posts-views {
    opacity: 0.6;
}

.widget-posts-comments {
    font-size: 12px;
}

#sidebar .widget-posts-comments {
    color: #FFF;
}

#sidebar-secondary .widget-posts-comments {
    opacity: 0.6;
}

#sidebar .widget-posts-most-viewed .widget-posts-comments {
    opacity: 0.6;
}

.widget-subscribe form>div {
    background: #FFF;
    padding: 10px 44px 10px 10px;
    border: 1px solid #DDD;
    height: 20px;
}

.widget-subscribe form>div:before {
    position: absolute;
    top: 13px;
    right: 15px;
    content: '\e63b';
    font-family: 'StrictThemes';
    font-size: 16px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    color: #b09e27;
    transition: all 250ms linear;
}

.widget-subscribe form label {
    display: none;
}

.widget-subscribe input[name="email"] {
    float: left;
    color: inherit;
    width: 100%;
    height: 20px;
    padding: 0;
    background: none;
    border: none;
}

.widget-subscribe input[type="submit"],
.widget-subscribe input[type="submit"]:hover {
    float: right;
    position: relative;
    width: 30px!important;
    height: 20px;
    text-indent: -9999px;
    margin: 0 -37px 0 0;
    padding: 0;
    background: none!important;
    box-shadow: none!important;
}

.sharrre_wrapper {}

.sharrre {
    position: relative;
    display: block;
    clear: both;
    margin-bottom: 5px;
}

.sharrre a.box {
    display: block;
}

.sharrre .count {
    position: absolute;
    display: block;
    left: 60%;
    color: #999;
    font-weight: bold;
    line-height: 28px;
    text-align: center;
    width: 39%;
    background: #fbfbfb;
    border: 1px solid rgba(0, 0, 0, 0.07);
    z-index: 1;
}

.sharrre .count:before,
.sharrre .count:after {
    content: '';
    display: block;
    position: absolute;
    left: 49%;
    width: 0;
    height: 0;
}

.sharrre .count:after {
    left: -5px;
    top: 50%;
    margin: -5px 0 0;
    border-style: solid;
    border-width: 5px 5px 5px 0;
    border-color: transparent #fbfbfb transparent transparent;
}

.sharrre .share {
    position: relative;
    display: table;
    width: 60%;
    height: 30px;
    font-size: 0;
    line-height: 0;
    text-align: center;
    text-decoration: none;
    padding: 0;
}

#sharrre_googlePlus .share {
    background: #dd4b39;
}

#sharrre_facebook .share {
    background: #3b5998;
}

#sharrre_twitter .share {
    background: #00aced;
}

#sharrre_digg .share {
    background: #356AA0;
}

#sharrre_delicious .share {
    background: #EEE;
}

#sharrre_stumbleupon .share {
    background: #eb4924;
}

#sharrre_linkedin .share {
    background: #0976b4;
}

#sharrre_pinterest .share {
    background: #EEE;
}

.sharrre .share:before {
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: 'StrictThemes';
    font-size: 16px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    color: #FFF;
    transition: all 250ms linear;
    margin: -8px 0 0 -8px;
}

.sharrre:hover .share:before {
    transition: all 125ms linear;
}

#sharrre_googlePlus .share:before {
    content: '\e66c';
}

#sharrre_facebook .share:before {
    content: '\e671';
}

#sharrre_twitter .share:before {
    content: '\e662';
}

#sharrre_digg .share:before {
    content: '\e68a';
}

#sharrre_delicious .share:before {
    content: '\e675';
    color: #222;
}

#sharrre_stumbleupon .share:before {
    content: '\e664';
}

#sharrre_linkedin .share:before {
    content: '\e66b';
}

#sharrre_pinterest .share:before {
    content: '\e669';
    color: #cc2127;
}

@font-face {
    font-family: 'StrictThemes';
    src: url('/fonts/StrictThemes.eot?er2sl6');
    src: url('/fonts/StrictThemes.eot?#iefixer2sl6') format('embedded-opentype'), url('/fonts/StrictThemes.woff?er2sl6') format('woff'), url('/fonts/StrictThemes.ttf?er2sl6') format('truetype'), url('/fonts/StrictThemes.svg?er2sl6#StrictThemes') format('svg');
    font-weight: normal;
    font-style: normal;
}

.ico-st:before,
.ico16:before,
.icons-social a {
    font-family: 'StrictThemes';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}

.ico-upload:before {
    content: '\e621';
}

.ico-heart-2:before {
    content: '\e643';
}

.ico-star-full:before {
    content: '\e629';
}

.ico-user:before {
    content: '\e61f';
}

.ico-pause:before {
    content: '\e638';
}

.ico-star-half:before {
    content: '\e628';
}

.ico-arrow-right-3:before {
    content: '\e605';
}

.ico-help:before {
    content: '\e642';
}

.ico-warning-2:before {
    content: '\e61a';
}

.ico-flag:before {
    content: '\e67e';
}

.ico-tag:before {
    content: '\e624';
}

.ico-plus:before {
    content: '\e60f';
}

.ico-external:before {
    content: '\e64a';
}

.ico-lock:before {
    content: '\e681';
}

.ico-tool:before {
    content: '\e685';
}

.ico-warning:before {
    content: '\e61b';
}

.ico-mail-2:before {
    content: '\e63a';
}

.ico-add:before {
    content: '\e65f';
}

.ico-random:before {
    content: '\e682';
}

.ico-comment:before {
    content: '\e653';
}

.ico-collapse:before {
    content: '\e610';
}

.ico-heart:before {
    content: '\e644';
}

.ico-expand:before {
    content: '\e611';
}

.ico-layout-grid-3:before {
    content: '\e612';
}

.ico-arrow-down-4:before {
    content: '\e602';
}

.ico-cart:before {
    content: '\e658';
}

.ico-search:before {
    content: '\e62f';
}

.ico-speaker-off:before {
    content: '\e62a';
}

.ico-audio:before {
    content: '\e65c';
}

.ico-trash:before {
    content: '\e623';
}

.ico-code:before {
    content: '\e67d';
}

.ico-windows:before {
    content: '\e619';
}

.ico-attach:before {
    content: '\e65d';
}

.ico-download:before {
    content: '\e64e';
}

.ico-arrow-up:before {
    content: '\e689';
}

.ico-arrow-right:before {
    content: '\e688';
}

.ico-mail:before {
    content: '\e63b';
}

.ico-upload-2:before {
    content: '\e620';
}

.ico-calendar:before {
    content: '\e659';
}

.ico-window:before {
    content: '\e618';
}

.ico-laptop:before {
    content: '\e617';
}

.ico-view:before {
    content: '\e61c';
}

.ico-file-2:before {
    content: '\e648';
}

.ico-quote:before {
    content: '\e630';
}

.ico-ink:before {
    content: '\e63e';
}

.ico-monitor:before {
    content: '\e687';
}

.ico-arrow-up-2:before {
    content: '\e608';
}

.ico-menu:before {
    content: '\e613';
}

.ico-info:before {
    content: '\e63f';
}

.ico-arrow-right-4:before {
    content: '\e601';
}

.ico-layout-grid-list:before {
    content: '\e614';
}

.ico-cross:before {
    content: '\e650';
}

.ico-location:before {
    content: '\e680';
}

.ico-star:before {
    content: '\e627';
}

.ico-arrow-down:before {
    content: '\e60c';
}

.ico-file:before {
    content: '\e649';
}

.ico-credit-card:before {
    content: '\e651';
}

.ico-arrow-left-3:before {
    content: '\e607';
}

.ico-users:before {
    content: '\e61e';
}

.ico-support:before {
    content: '\e626';
}

.ico-shield:before {
    content: '\e62d';
}

.ico-arrow-left-4:before {
    content: '\e603';
}

.ico-arrow-down-2:before {
    content: '\e60a';
}

.ico-settings:before {
    content: '\e62e';
}

.ico-pin:before {
    content: '\e635';
}

.ico-image:before {
    content: '\e640';
}

.ico-arrow-right-2:before {
    content: '\e609';
}

.ico-rocket:before {
    content: '\e683';
}

.ico-fullscreen:before {
    content: '\e646';
}

.ico-layout-grid-2:before {
    content: '\e63d';
}

.ico-home:before {
    content: '\e641';
}

.ico-edit:before {
    content: '\e64c';
}

.ico-time:before {
    content: '\e684';
}

.ico-chart-2:before {
    content: '\e656';
}

.ico-tablet:before {
    content: '\e616';
}

.ico-folder:before {
    content: '\e67f';
}

.ico-arrow-left-2:before {
    content: '\e60b';
}

.ico-print:before {
    content: '\e631';
}

.ico-twitter:before {
    content: '\e662';
}

.ico-gallery:before {
    content: '\e645';
}

.ico-video:before {
    content: '\e61d';
}

.ico-arrow-down-3:before {
    content: '\e606';
}

.ico-signal:before {
    content: '\e62c';
}

.ico-play:before {
    content: '\e625';
}

.ico-truck:before {
    content: '\e622';
}

.ico-comment-2:before {
    content: '\e652';
}

.ico-arrow-up-3:before {
    content: '\e604';
}

.ico-mail-3:before {
    content: '\e639';
}

.ico-minus:before {
    content: '\e60e';
}

.ico-beaker:before {
    content: '\e65b';
}

.ico-asterisk:before {
    content: '\e65e';
}

.ico-arrow-left:before {
    content: '\e60d';
}

.ico-delete:before {
    content: '\e64f';
}

.ico-pen:before {
    content: '\e637';
}

.ico-bookmark:before {
    content: '\e65a';
}

.ico-link:before {
    content: '\e63c';
}

.ico-portfolio:before {
    content: '\e632';
}

.ico-folder-2:before {
    content: '\e647';
}

.ico-chart:before {
    content: '\e657';
}

.ico-download-2:before {
    content: '\e64d';
}

.ico-photo:before {
    content: '\e636';
}

.ico-speaker:before {
    content: '\e62b';
}

.ico-phone:before {
    content: '\e615';
}

.ico-arrow-up-4:before {
    content: '\e600';
}

.ico-pin-2:before {
    content: '\e634';
}

.ico-exit:before {
    content: '\e64b';
}

.ico-check:before {
    content: '\e655';
}

.ico-check-2:before {
    content: '\e654';
}

.ico-cloud:before {
    content: '\e67c';
}

.ico-zoom:before {
    content: '\e686';
}

.icons-social {
    display: block;
    float: left;
    width: 362px;
    text-align: center;
    margin: 0 60px 0 0;
}

.icons-social a {
    display: inline-block;
    font-size: 15px;
    color: #FFF!important;
    margin: 0 0 0 0;
    padding: 10px;
}

.icons-social a:hover {
    box-shadow: 0 20px 0 #b09e27 inset, 0 -20px 0 #b09e27 inset;
}

#icon-Behance:before {
    content: '\e677';
}

#icon-Blogger:before {
    content: '\e676';
}

#icon-Delicious:before {
    content: '\e675';
}

#icon-DeviantART:before {
    content: '\e674';
}

#icon-Dribbble:before {
    content: '\e673';
}

#icon-Evernote:before {
    content: '\e672';
}

#icon-Facebook:before {
    content: '\e671';
}

#icon-Flickr:before {
    content: '\e66f';
}

#icon-Forrst:before {
    content: '\e66e';
}

#icon-GitHub:before {
    content: '\e66d';
}

#icon-GooglePlus:before {
    content: '\e66c';
}

#icon-Instagram:before {
    content: '\e678';
}

#icon-Lastfm:before {
    content: '\e679';
}

#icon-LinkedIn:before {
    content: '\e66b';
}

#icon-Picasa:before {
    content: '\e66a';
}

#icon-Pinterest:before {
    content: '\e669';
}

#icon-Reddit:before {
    content: '\e668';
}

#icon-RSS:before {
    content: '\e670';
    font-size: 13px;
}

#icon-Skype:before {
    content: '\e667';
}

#icon-SoundCloud:before {
    content: '\e666';
}

#icon-Spotify:before {
    content: '\e665';
}

#icon-Stumbleupon:before {
    content: '\e664';
}

#icon-Tumblr:before {
    content: '\e663';
}

#icon-Twitter:before {
    content: '\e662';
}

#icon-Vimeo:before {
    content: '\e661';
}

#icon-VK:before {
    content: '\e660';
}

#icon-WordPress:before {
    content: '\e67a';
}

#icon-Youtube:before {
    content: '\e67b';
}

.ico16 {
    display: inline-block;
    line-height: 1.5em;
    padding-left: 24px;
    -webkit-transition: all 250ms linear;
    transition: all 250ms linear;
}

.ico16:before {
    display: inline-block;
    font-size: 16px;
    line-height: 19px;
    vertical-align: bottom;
    color: rgba(0, 0, 0, 0.3);
    margin: 0 8px 0 -24px;
}

.ico16-folder:before {
    content: '\e67f';
}

.ico16-calendar:before {
    content: '\e684';
}

.ico16-tag:before {
    content: '\e624';
}

.ico16-comment:before {
    content: '\e653';
}

.ico16-comment-2:before {
    content: '\e652';
}

.ico16-link:before {
    content: '\e63c';
}

.ico16-image:before {
    content: '\e640';
}

.ico16-gallery:before {
    content: '\e645';
}

.ico16-audio:before {
    content: '\e65c';
}

.ico16-video:before {
    content: '\e61d';
}

.ico16-quote:before {
    content: '\e630';
}

.ico16-status:before {
    content: '\e61f';
}

.ico16-views:before {
    content: '\e61c';
}

.ico16-flag:before {
    content: '\e67e';
}

.ico16-facebook:before {
    content: '\e671';
}

.ico16-googleplus:before {
    content: '\e66c';
}

.ico16-twitter:before {
    content: '\e662';
}

.page-pagination {
    float: none;
    display: block;
    text-align: center;
    margin: 50px 0;
}

.nav-previous {
    float: left;
    margin-bottom: 25px;
}

.nav-next {
    float: right;
    margin-bottom: 25px;
}

.nav-next a,
.nav-previous a {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    border: none;
    font-size: 0.85em;
    padding: 0.7em 1.0em;
    margin: 0 1px;
    color: #1a3842;
    background: #DDD;
}

.nav-next a:hover,
.nav-previous a:hover {
    background: #FFF;
}

#but-prev-next {
    display: block;
    position: relative;
    clear: both;
    text-align: center;
    line-height: 1em;
}

#but-prev-next a {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    border: none;
    padding: 0.7em 1.0em;
    margin: 0 1px;
    color: #1a3842;
    background: rgba(0, 0, 0, 0.07);
}

#but-prev-next a:hover {
    background: #FFF;
}

#wp-pagenavibox {
    display: block;
    position: relative;
    clear: both;
    text-align: center;
}

#wp-pagenavibox .wp-pagenavi {
    display: inline-block;
    position: relative;
    line-height: 1em;
}

#wp-pagenavibox .wp-pagenavi * {
    display: inline-block;
    float: none;
    text-align: center;
    white-space: nowrap;
    border: none;
    padding: 0.75em 1.0em;
    margin: 0;
    color: #1a3842;
}

#wp-pagenavibox a {}

#wp-pagenavibox a:hover {
    background: #FFF;
}

#wp-pagenavibox span.current {
    background: rgba(0, 0, 0, 0.07);
    font-weight: normal;
}

#wp-pagenavibox a.first,
#wp-pagenavibox a.last,
#wp-pagenavibox a.previouspostslink,
#wp-pagenavibox a.nextpostslink {}

#wp-pagenavibox span.pages {
    opacity: 0.6;
}

#wp-pagenavibox span.extend {
    display: none;
}

#buddypress div.pagination .pag-count {
    line-height: 1.325em;
    padding: 0.5em 0;
}

#buddypress div.pagination div.pagination-links {
    display: block;
    position: relative;
    text-align: center;
    line-height: 1em;
    margin: 0;
}

#buddypress div.pagination div.pagination-links * {
    display: block;
    float: left;
    text-align: center;
    white-space: nowrap;
    border: none;
    padding: 0.75em 1.0em;
    margin: 0 1px;
    color: #1a3842;
}

#buddypress div.pagination div.pagination-links a {}

#buddypress div.pagination div.pagination-links a:hover {
    font-weight: normal;
    background: rgba(0, 0, 0, 0.07);
}

#buddypress div.pagination div.pagination-links span.current {
    background: rgba(0, 0, 0, 0.07);
    font-weight: normal;
}

.review-wrapper {
    border: 1px solid #e7e7e7;
    margin-bottom: 1.5em;
    overflow: hidden;
    clear: both;
}

.review-title {
    background-color: #f6f6f6;
    border-bottom: 1px solid #e7e7e7;
    margin: 0;
    padding: 10px 15px;
}

.review-wrapper .review-list {
    margin: 0;
    list-style: none;
    padding: 0;
}

.review-list li {
    border-bottom: 1px solid #e7e7e7;
    padding: 10px 15px;
    position: relative;
    list-style: none;
}

.review-list li:nth-child(even) {
    background-color: #fafafa
}

.review-list li:last-child {
    border-bottom: 1px solid #e7e7e7
}

.review-summary-title {
    margin-bottom: 5px
}

.review-desc {
    float: left;
    width: 75%;
    padding: 10px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.review-desc p:last-child {
    margin-bottom: 0
}

.review-result-wrapper i {
    font-style: normal;
    font-size: 16px;
}

.review-result {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    overflow: hidden;
    white-space: nowrap;
}

.review-total-wrapper {
    float: right;
    margin: 0;
    margin-right: 0;
    padding-right: 0;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 15px;
}

.review-total-wrapper span.review-total-box {
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    display: block;
    font-size: 40px;
    font-weight: 700;
    text-align: right;
    margin: 0;
    padding: 35px 0 20px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.review-total-wrapper span.review-total-box small {
    font-size: 12px;
    display: block;
}

.percentage-icon {
    font-size: 22px;
    position: relative;
    top: -14px;
}

.review-total-star {
    position: relative;
    margin-top: 5px;
    margin: 5px auto 15px auto;
    float: right;
}

.review-total-star.allowed-to-rate {
    margin-top: -10px
}

.review-total-star.allowed-to-rate.has-not-rated-yet a {
    cursor: pointer
}

.review-total-star.allowed-to-rate.has-not-rated-yet:hover .review-result {
    opacity: 0;
    filter: alpha(opacity=0);
    display: none;
}

.review-total-star.allowed-to-rate.has-not-rated-yet a:hover>i {
    opacity: 1;
    filter: alpha(opacity=1);
}

.review-total-star.allowed-to-rate a.hovered i {
    opacity: 1!important;
    filter: alpha(opacity=1)!important;
}

.mts-review-wait-msg {
    display: none
}

.review-total {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 16px;
    z-index: 99;
    text-indent: -9999px;
}

.review-star {
    position: absolute;
    right: 15px;
    top: 10px;
}

.bar-point .review-star,
.percentage-point .review-star {
    position: relative;
    margin: 6px 0;
    top: 0;
    right: 0;
}

.bar-point .review-result-wrapper,
.percentage-point .review-result-wrapper {
    background: rgba(0, 0, 0, 0.1) 0 -24px repeat-x;
    width: 100%;
    height: 22px;
}

.bar-point .review-result,
.percentage-point .review-result {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 22px;
    z-index: 99;
    text-indent: -9999px;
}

.review-total-star.allowed-to-rate .review-result-wrapper {
    background: none
}

.entry-content .review-title,
#content .review-title {
    margin: 0
}

.entry-content .review-wrapper li {
    margin: 0
}

.entry-content .review-summary-title,
#content .review-summary-title {
    margin-bottom: 5px
}

#content .review-list {
    margin: 0
}

#content .review-desc p:last-child {
    margin-bottom: 0
}

.review-total-only {
    padding: 3px 8px;
    background: #fff;
    display: inline-block;
}

.review-total-only .percentage-icon {
    font-size: inherit;
    top: 0;
}

.review-total-only .review-type-star {
    font-size: 12px;
    padding: 3px 6px;
}

.review-total-only .review-total-star {
    font-size: 12px;
    margin: 0;
}

.review-result-wrapper i {
    opacity: 0.50;
    filter: alpha(opacity=50);
}

.review-result-wrapper .review-result i {
    opacity: 1;
    filter: alpha(opacity=100);
}

.user-review-area {
    border-top: 1px solid #e7e7e7;
    overflow: hidden;
    padding: 10px 15px;
    position: relative;
    clear: both;
}

.user-total-wrapper {
    float: left;
    margin: 0;
}

.review-total-star.allowed-to-rate {
    float: right;
    margin: 0;
}

.user-total-wrapper .user-review-title {
    font-weight: bold;
    margin: 0;
}

.wp-review-comment-field {
    margin-bottom: 10px
}

.review-comment-field-msg {
    margin-right: 12px
}

.review-total-star-comments {
    position: relative;
    display: inline-block;
}

.comment-text-inner {
    clear: both
}

.wp-review-comment-field a {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.wp-review-comment-field.allowed-to-rate a {
    cursor: pointer
}

.wp-review-comment-field.allowed-to-rate.has-not-rated-yet a {}

.wp-review-comment-field.allowed-to-rate .review-result-wrapper:hover a {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.wp-review-comment-field.allowed-to-rate .review-result-wrapper:hover .review-result {
    display: none
}

.wp-review-comment-field.allowed-to-rate .review-result-wrapper a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.wp-review-thumbnail-wrapper {
    position: relative
}

.wp-review-on-thumbnail {
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    padding: 2px 4px;
}

.wp-review-on-thumbnail.review-type-star .review-total-star {
    margin: 0
}

.review-type-circle.latestPost-review-wrapper,
.review-type-circle.wp-review-on-thumbnail {
    height: 35px;
    background: #fff;
}

.latestPost-review-wrapper .wp-review-circle-rating,
.wp-review-on-thumbnail .wp-review-circle-rating {
    font-size: 11px!important;
}

.review-type-circle.review-total-only,
.review-type-circle.wp-review-show-total {
    padding-top: 6px;
}

[class^="mts-icon-"]:before,
[class*=" mts-icon-"]:before {
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 2px;
}

[class*="mts-icon-loader"]:before {
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
}

.mts-icon-star:before {
    content: '\e800';
}

.mts-icon-loader:before {
    content: '\e801';
}

.animate-spin {
    -moz-animation: spin 1s infinite linear;
    -o-animation: spin 1s infinite linear;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
    display: inline-block;
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-o-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-ms-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@media screen and (max-width:1040px) {
    .review-desc {
        width: 71%
    }
}

@media screen and (max-width:860px) {
    .review-desc {
        width: 66%
    }
}

@media screen and (max-width:470px) {
    .review-desc {
        padding: 4%;
        width: 100%;
    }
    .review-total-wrapper {
        width: 100%;
        margin-right: 0;
    }
    .review-total-wrapper span.review-total-box {
        padding: 10px 0 20px;
        text-align: left;
        padding-left: 10px;
    }
    .review-total-star {
        position: absolute;
        right: 20px;
        top: 5px;
    }
    .user-total-wrapper {
        width: 96%
    }
    .review-total-star.allowed-to-rate {
        position: relative;
        right: auto;
        left: 0;
        float: left;
    }
}

.wp_review_tab_widget_content {
    position: relative;
    border: 1px solid #E4E4E4;
}

.wp_review_tab_widget_content img {
    max-width: 100%;
    height: auto;
}

.wp_review_tab_widget_content a {
    color: #444
}

.wp_review_tab_widget_content ul.wp-review-tabs li {
    list-style: none;
    display: block;
    width: 50%;
    float: left;
    text-align: center;
    margin: 0;
    padding: 0!important;
}

.wp_review_tab_widget_content ul.has-1-tabs li {
    width: 100%;
    float: none;
    margin: 0 auto;
}

.wp_review_tab_widget_content ul.has-2-tabs li {}

.wp_review_tab_widget_content ul.has-3-tabs li {
    width: 33.33%
}

.wp_review_tab_widget_content ul.has-4-tabs li {
    width: 50%
}

.wp_review_tab_widget_content .tab_title a {
    display: block;
    background: #f0f0f0;
    border-left: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
    padding: 2px 0 4px;
    line-height: 2.4;
    text-decoration: none;
    position: relative;
    font-weight: bold;
}

.wp_review_tab_widget_content .tab_title:first-child a {
    margin-left: 0;
    border-left: 0;
}

.wp_review_tab_widget_content .tab_title.selected a {
    background: #fff;
    border-bottom: 1px solid #fff;
}

.wp_review_tab_widget_content .inside {
    background: #fff;
    padding-top: 10px;
}

.wp_review_tab_widget_content .tab-content li {
    list-style-type: none;
    float: left;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 15px 0;
    padding: 0px 15px 10px 15px;
    border-bottom: 1px solid #E4E4E4;
    text-align: left;
    color: #444;
    background: none;
    position: relative;
}

.wp_review_tab_widget_content .tab-content li:last-child {
    border: none;
    margin-bottom: 0;
}

.wp_review_tab_widget_content .tab-content li:first-child {
    padding-top: 5px
}

.wp_review_tab_thumb_small {
    float: left;
    margin-right: 12px;
    padding-top: 4px;
    width: 65px;
    height: 65px;
    overflow: hidden;
}

.wp_review_tab_thumb_large {
    float: none;
    max-width: 100%;
    display: inline-block;
    margin-bottom: 4px;
    position: relative;
}

.wp_review_tab_widget_content .entry-title {
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.wp_review_tab_widget_content .wp-review-tab-postmeta {
    color: #999;
    font-size: 13px;
    float: right;
    margin-top: 5px;
}

.wp_review_tab_widget_content .wp-post-image {
    margin: 0!important
}

.wp_review_tab_widget_content .wp-review-tab-pagination {
    margin: 0;
    width: 100%;
    padding-top: 0;
    padding-bottom: 15px;
    float: left;
}

.wp_review_tab_widget_content .wp-review-tab-pagination a {
    margin: 0 15px
}

.wp-review-tab-pagination a.next {
    float: right
}

.wp-review-tab-loading {
    min-height: 120px;
}

.wp-review-tab-loading:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 11;
}

.clear {
    clear: both;
}

.wp-review-tab-loading:after {
    content: "";
    margin: 0 auto 3em auto;
    font-size: 10px;
    position: absolute;
    top: 45%;
    left: 49%;
    z-index: 12;
    text-indent: -9999em;
    border-top: 0.4em solid rgba(0, 0, 0, 0.2);
    border-right: 0.4em solid rgba(0, 0, 0, 0.2);
    border-bottom: 0.4em solid rgba(0, 0, 0, 0.2);
    border-left: 0.4em solid #000;
    -webkit-animation: load8 0.5s infinite linear;
    animation: load8 0.5s infinite linear;
    border-radius: 50%;
    width: 2em;
    height: 2em;
}

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

.review-total-only.small-thumb {
    font-size: 15px;
    font-weight: bold;
    padding: 0 4px;
    margin-top: 4px;
    float: left;
}

.review-total-only.small-thumb.review-type-star {
    background: none;
    padding: 0;
}

.review-total-only.large-thumb {
    position: absolute;
    top: 0;
    right: 15px;
}

li:first-child .review-total-only.large-thumb {
    top: 5px;
    right: 15px;
    display: block;
}

.wp_review_tab_widget_content .has-4-tabs .tab_title.selected a {
    border-bottom: 1px solid #E4E4E4
}

.wp_review_tab_widget_content .has-4-tabs .tab_title:nth-child(3) a {
    border-left: 0
}

.title-right {
    overflow: hidden
}

[class^="mts-icon-"]:before,
[class*=" mts-icon-"]:before {
    font-family: "StrictThemes";
}

[class*="mts-icon-loader"]:before {
    font-family: "StrictThemes";
}

.mts-icon-star:before {
    content: '\e629';
}

.mts-icon-loader:before {
    content: '\e629';
}

div.review-total-only {
    display: inline-block;
    color: #FFF;
    margin: 0 0 0.7em;
    padding: 5px;
    background: #b09e27;
}

.review-type-point,
.review-type-point *,
.review-type-percentage,
.review-type-percentage *,
.review-result-wrapper,
.review-result-wrapper * {
    font-style: normal;
    line-height: 1em;
    vertical-align: top;
}

div.review-result {
    height: 1em;
}

div.review-result-wrapper i {
    font-size: 13px;
}

.review-wrapper {
    border: none;
}

.review-title,
ul.review-list li,
ul.review-list li:last-child,
.user-review-area,
.review-title,
ul.review-list li:nth-child(2n) {
    padding: 10px 0;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background: none;
}

ul.review-list {
    border-bottom: 3px solid #b09e27;
}

ul.review-list li {
    display: table;
    width: 100%;
    line-height: 1.575em;
}

ul.review-list li:first-child {}

.review-list .review-star {
    position: relative;
    float: right;
    top: auto;
    right: auto;
    margin: 0.33em 0 0
}

.review-list .review-star i,
.review-list .review-result-wrapper .review-result i,
#review[class*=" wp-review-"] .user-review-area .review-result-wrapper .review-result i,
#review[class*=" wp-review-"] .user-review-area .review-total-star.allowed-to-rate a i,
#review[class*=" wp-review-"] .review-list .review-result-wrapper i {
    color: #b09e27;
}

div.review-wrapper {
    color: #56646f;
    margin-bottom: 50px;
}

.review-total-wrapper {
    margin: 0 0 0 -205px;
    padding: 25px;
    background: #b09e27;
}

.review-total-wrapper span.review-total-box {
    color: #FFF;
    padding: 0;
}

.review-total-star {
    margin: 20px 0 0;
}

.review-total-wrapper .review-total-star .review-result {
    height: 25px;
}

body .review-total-wrapper .review-total-star i,
body .review-total-wrapper .review-result-wrapper .review-result i {
    font-size: 24px;
    color: #FFF;
}

.percentage-icon {
    font-style: normal;
}

#review .review-wrapper,
#review .review-title,
#review .review-list li,
#review .review-list li:last-child,
#review .user-review-area {
    background: none;
}

#article div.sidebar-post+div#review>h5 {
    padding-top: 0;
}

.review-desc {
    float: left;
    width: auto;
    margin-right: 205px;
    padding: 15px 0 0;
}

.review-summary-title {
    margin-bottom: 0;
    text-transform: uppercase;
}

#review[class*=" wp-review-"] .user-review-area,
.user-review-area {
    margin: 25px 0 0;
    padding: 15px 25px;
    border: 1px solid #DDD;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.user-total-wrapper .user-review-title {
    text-transform: uppercase;
}

.user-review-title:before {
    content: '\e61e';
    color: #BBB;
    font-family: 'StrictThemes';
    font-size: 16px;
    font-weight: normal;
    margin-right: 5px;
}

.review-total-star.allowed-to-rate {
    margin: 6px 0 0;
}

.user-review-area .review-total-star.allowed-to-rate {
    margin-top: 0;
}

.user-review-area div.review-result-wrapper i {
    font-size: 24px;
}

.user-review-area div.review-result {
    height: 24px;
}

.sidebar .widget_wp_review_tab {
    width: auto;
    padding: 0!important;
    border: none;
}

div.wp_review_tab_widget_content {
    border: none;
}

#footer div.wp_review_tab_widget_content {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

div.wp_review_tab_widget_content .inside {
    padding: 10px 25px;
}

ul.wp-review-tabs {
    margin: 0;
}

div.wp_review_tab_widget_content .tab_title a {
    font-size: 11px;
    text-transform: uppercase;
    line-height: 1.352em;
    color: #56646f!important;
    padding: 15px 0;
}

.widget_wp_review_tab .tab-content ul {
    margin: 0;
    padding: 0;
}

div.wp_review_tab_widget_content .tab-content li {
    margin: 0;
    padding: 15px 0;
}

div.wp_review_tab_widget_content .tab-content li:first-child {
    padding-top: 15px;
}

div.wp_review_tab_thumb_small {
    width: 50px;
    height: 50px;
    margin-right: 15px;
    padding-top: 0;
}

div.wp_review_tab_widget_content .entry-title {
    line-height: 1.575em;
    font-weight: normal;
    text-align: left;
    margin-bottom: 5px;
}

div.wp_review_tab_widget_content .entry-title a {
    display: block;
    color: #56646f;
}

#content-parent div.wp_review_tab_widget_content .entry-title a:hover {
    color: #b09e27;
}

div.review-total-only.small-thumb {
    color: #b09e27;
    margin: 0;
    padding: 0;
    background: none;
}

div.review-total-only.small-thumb .review-total-star {
    margin-top: 1px;
}

div.review-total-only.small-thumb .review-result-wrapper i {
    color: #b09e27!important;
}

div.review-total-only.large-thumb {
    top: 15px;
    right: 0;
}

div li:first-child .review-total-only.large-thumb {
    top: 15px;
    right: 0;
}

div.wp_review_tab_widget_content .wp-review-tab-postmeta {
    font-size: 12px;
    line-height: 1.352em;
    margin: 0;
}

div.wp_review_tab_widget_content .wp-review-tab-pagination {}

div.wp_review_tab_widget_content .wp-review-tab-pagination a {
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin: 0;
    padding: 6px 10px;
    border: 1px solid #DDD;
}

div.wp-review-tab-pagination a.previous {
    float: left;
}

div.wp-review-tab-pagination a.next {}

.dark #content-parent div.wp-review-tab-pagination a.next:hover,
.dark #content-parent div.wp-review-tab-pagination a.previous:hover {
    color: inherit;
}

.page-template-template-authors-php #article {
    margin-bottom: 50px;
}

#projects-term {}

.projects-title {
    display: table;
    padding: 0;
    text-align: center;
    white-space: nowrap;
}

.projects-title:before,
.projects-title:after {
    display: table-cell;
    content: '';
    width: 50%;
    background: url('assets/images/line.png') center 55% repeat-x;
}

#projects-term .term-description {
    text-align: center;
    padding-bottom: 0;
}

.projects-t5-wrapper {
    margin: 50px auto 0;
}

.projects-t5-wrapper>div.first {
    clear: left;
}

.projects-t5-wrapper>div.last {
    clear: right;
    margin-right: 0;
}

.project-t5 {
    width: 262px;
    height: 180px;
    float: left;
    display: block;
    margin-right: 50px;
    margin-bottom: 50px;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -o-perspective: 1000;
    perspective: 1000;
}

.project-t5 a {
    position: relative;
}

.project-t5:hover .project-t5-back {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.project-t5:hover .project-t5-front {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.project-t5-front,
.project-t5-back {
    position: absolute;
    top: auto;
    left: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 500ms cubic-bezier(0.5, 0.9, 0.3, 1);
    -webkit-transition: all 500ms cubic-bezier(0.5, 0.9, 0.3, 1.3);
    -moz-transition: all 500ms cubic-bezier(0.5, 0.9, 0.3, 1.3);
    -o-transition: all 500ms cubic-bezier(0.5, 0.9, 0.3, 1.3);
    transition: all 500ms cubic-bezier(0.5, 0.9, 0.3, 1.3);
}

.project-t5-front {
    width: 252px;
    height: 170px;
    border: 5px double rgba(0, 0, 0, 0.07);
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.ie8 .project-t5-front,
.ie9 .project-t5-front {
    display: none;
}

.project-t5-front .meta {
    position: absolute;
    top: 20px;
    left: 20px;
}

.project-t5-front .meta .ico16,
.project-t5-front .meta .ico16:before {
    color: #1a3842;
}

.project-t5-details {
    position: absolute;
    bottom: 20px;
    padding: 0 20px;
}

.project-t5-details h3 {
    max-height: 4.15em;
    font-size: 1.215em;
    font-weight: bold;
    letter-spacing: 0;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 0;
}

.project-t5-back {
    width: 262px;
    height: 180px;
    z-index: 2;
    background-size: 100% auto;
}

.project-t5-inactive .meta,
.project-t5-inactive .project-t5-details {
    display: none;
}

.project-t5-rotated .project-t5-back {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.ie8 .project-t5-rotated .project-t5-back,
.ie9 .project-t5-rotated .project-t5-back {
    display: none;
}

.project-t5-rotated .project-t5-front {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.ie8 .project-t5-rotated .project-t5-front {
    display: block;
    border: 5px double #DDD;
}

.ie9 .project-t5-rotated .project-t5-front {
    display: block;
}

#projects-selector {
    display: table;
    list-style-type: none;
    text-align: center;
    margin: 0 auto;
    padding: 15px 0 0;
}

#projects-selector li {
    display: inline-block;
    padding: 10px 0 0;
}

#projects-selector li a {
    color: #56646f;
    font-size: 11px;
    letter-spacing: 0.1em;
    line-height: 1em;
    text-transform: uppercase;
    margin: 0 5px;
    padding: 4px 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

#projects-selector li a:hover {
    border-color: #b09e27;
}

#projects-selector li a.selected {
    color: #FFF;
    border-color: #b09e27;
    background: #b09e27;
}

#projects-another {
    display: block;
    width: 1200px;
    margin: 0 auto;
}

#button-projects {
    display: table;
    clear: both;
    margin: 0 auto 50px;
}

.st-ad {
    position: relative;
    display: table;
    margin: 0 auto;
    background: #DDD;
    background: rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.07) inset;
}

.dark .sidebar .st-ad {
    background: rgba(255, 255, 255, 0.07);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1) inset;
}

.st-ad:before {
    position: absolute;
    width: 80%;
    top: 50%;
    left: 10%;
    font-family: Arial, sans-serif;
    font-size: 11px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.5);
    text-align: center;
    margin-top: -8px;
}

.dark .sidebar .st-ad:before {
    color: rgba(255, 255, 255, 0.4);
}

.st-ad-120x240 {
    width: 100%;
    max-width: 120px;
    height: 240px;
}

.st-ad-120x240:before {
    content: 'AD 120x240 or taller.';
    margin-top: -16px;
}

.st-ad-970x90 {
    width: 100%;
    max-width: 970px;
    height: 90px;
}

.st-ad-970x90:before {
    content: 'AD 970x90 or ad units with vary dimensions, e.g. built-in solution for Responsive AdSense.';
}

.st-ad-468x15 {
    width: 100%;
    max-width: 468px;
    height: 20px;
}

.dark .st-ad-468x15 {
    background: rgba(255, 255, 255, 0.07);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1) inset;
}

.st-ad-468x15:before {
    content: 'AD 468x15 or built-in solution for Responsive AdSense.';
}

.dark .st-ad-468x15:before {
    color: rgba(255, 255, 255, 0.4);
}

.st-ad-300x250 {
    width: 100%;
    max-width: 300px;
    height: 250px;
}

.st-ad-300x250:before {
    content: 'AD 300x250 or similar.';
}

.st-ad-200x200 {
    width: 100%;
    max-width: 300px;
    height: 200px;
}

.st-ad-200x200:before {
    content: 'AD 200x200 or similar.';
}

.st-ad-160x600 {
    width: 100%;
    max-width: 400px;
    height: 600px;
}

.st-ad-160x600:before {
    content: 'AD 160x600 or similar.';
}

.st-ad-vary:before {
    content: 'AD with vary dimensions, e.g. built-in solution for Responsive AdSense.';
}

#scroll-to-top {
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 31px;
    height: 31px;
    background: #000;
    outline: 1px solid #FFF;
    z-index: 10;
    cursor: pointer;
    opacity: 0.3;
}

#scroll-to-top:hover {
    opacity: 0.6;
}

#scroll-to-top:before {
    content: '\e604';
    font-family: 'StrictThemes';
    display: block;
    width: 16px;
    height: 16px;
    font-size: 16px;
    color: #FFF;
    margin: 4px auto 0;
}

@media (max-width: 1080px) {
    #layout, #header, #header, #menu, #header-holder-2, .wrapper {
        max-width:1060px;
        width:100%;
    }

}
@media (max-width: 1060px) {
    #layout, #header, #header, #menu, #header-holder-2, .wrapper {
        max-width:100%;
    }
    #logo {
        width:150px;
        margin-left:10px;
    }
    #menu-box {
        width: auto;
        max-width:100%;

    }
    ul.menu>li>a {
        padding:9px 14px;
    }

    .right_content_search {
        max-width:660px;
    }
    .content {
        width:66%;
    }
    .right_column {
        width:30%;
        margin-top:0px;
    }
    .have_right_column {
        width:30%;
        margin-top:0px;
    }


    .left_content, .left_content_search {
        width:30%;
    }
    .right_content, .right_content_search {
        width:64%;
    }
    #want {
        max-width:100%;
    }
    #want_right_column {
        float:left;
        max-width:75%;
    }

    .right_content_have {
        width:30%;
    }
    .left_content_have {
        width: 68%;
    }
}

@media (max-width: 960px) {
    footer #footer-box {
        margin-right:0px;
    }
}
@media (max-width: 760px) {

	.right_have_content {
		margin-left:2%;
	}
    .have_right_column {
        width:100%;
        margin-top:0px;
    }
	
	#mobile_have_contact {
		border-top:1px #CCC solid;
	}
	#mobile_have_contact #ReinID_Incentive_Summary {
		
	}
	#mobile_have_contact .hdr {
		font-size:18px;
		font-weight:500;
	}
	.social_media_wrapper {
		float:none;
		width:100%;
		border:0px;
		padding:8px 0px;
		overflow:hidden;
		border-top:1px #CCC solid;
		border-bottom:1px #CCC solid;
		margin-bottom:8px;
	}
	
	.social_media_wrapper img {
		max-height:30px;
	}
	.social_media_wrapper .social_media_buttons > div{
		display:inline-block;
	}

    #logo {
        width:100px;
        margin-left:10px;
    }

    .user_logged_in_edit .wrapper {
    }
    .user_logged_in_edit .content {
        width:98%;
        padding:4px;
        margin:auto;
    }
    .user_logged_in_edit .right_column {
        display:none;
    }

    .widget h3 {
        font-size:1.1em;
    }
    .widget ul {
        margin-left:2px;
    }
    .widget ul li.blue_arrow {
        list-style-type:none;
        background:none;
        padding-left:2px;
        border-bottom:1px #CCC solid;
        padding-bottom:4px;
        font-size:.9em;
    }
}

@media (max-width: 640px) {
    #want {
        max-width:400px;
    }

    .right_content_search {
        max-width:460px;
    }
    .right_content_search {
        width:60%;
    }


    #footer-box .sidebar-footer, #footer-box .sidebar-footer.last {
        width:98%;

    }


    .checkbox_list {
        margin-left:1px;
    }
    .search_wrapper .filter_row label {
        display:block;
    }
    .search_wrapper  input {
        max-width:100%;
        padding-right:0px;
    }
}

@media (max-width: 480px) {
	.have_listings .have_thumb {
		width:80px;
	}
}
@media print {
    body,
    #layout,
    #content-parent,
    #content-holder,
    #content-box,
    .post,
    #article {
        position: relative;
        display: block;
        width: auto!important;
        max-width: 100%!important;
        font-size: 13pt;
        text-align: left;
        color: #000;
        margin: 0!important;
        padding: 0!important;
        background: #FFF;
        text-shadow: none;
        box-shadow: none;
        overflow: visible;
    }
    div#article {
        padding-top: 25px!important;
    }
    h1.post-title,
    .entry-title {
        display: block;
        width: auto!important;
        max-width: 100%!important;
        text-align: left;
        color: #000;
        margin: 10px 0;
    }
    .title-sub {
        color: #000;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        color: #000;
        text-shadow: none;
        letter-spacing: 0;
        box-shadow: none;
    }
    #header,
    #footer,
    #sidebar,
    .sidebar,
    .sidebar-post,
    #post-before,
    #post-after,
    #title-after,
    #pre_next_post,
    .comments-title,
    #comments,
    #respond,
    .posts-related-wrapper,
    #posts-most-viewed,
    .single-author-info-links,
    .single-author-info,
    .breadcrumbs {
        display: none;
    }
    img {
        max-width: 700px;
    }
}


body,
div,
td {}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.title-sub,
a,
blockquote:before,
.bbp-body li.bbp-forum-info>a:hover,
.bbp-body li.bbp-topic-title>a:hover,
#subscription-toggle a:before,
#favorite-toggle a:before,
.widget_display_stats dd,
#bbp-search-form>div:before,
ul.menu li.hasUl>a:before,
ul.menu-2>li>a:hover,
ul.menu-2>li.hover-has-ul>a,
ul.menu-2>li>a:hover:before,
ul.menu-2>li.hover-has-ul>a:before,
ul.menu-2 ul li.hasUl>a:before,
ul.menu-2 ul li:hover>a,
.term-title h1:before,
.meta .ico16:hover:before,
.widget_search form>div:before,
#prev a:hover:before,
#next a:hover:after,
.status-header-links span.ico16:before,
.widget_custom_menu>li>span:before,
.widget_custom_menu>li>ul>li>a:before,
.widget_custom_menu ul ul li a:hover,
.widget-info p.widget-info-address:before,
.widget-info p.widget-info-phone:before,
.widget-info p.widget-info-email:before,
.widget-info p.widget-info-name:before,
.sidebar-footer .widget-info p a.mailto,
#sidebar .widget-posts-most-viewed .widget-posts-icon:hover:before,
.sidebar-footer .widget-posts-most-viewed .widget-posts-icon:hover:before,
.widget-subscribe form>div:before,
.st-ul li.st-current,
.st-ul li.st-current:hover,
.st_icon_box:before,
.woocommerce a.add_to_cart_button:before,
.woocommerce a.product_type_external:before,
.woocommerce .star-rating span:before,
.woocommerce-page .star-rating span:before,
.widget_product_search label:before,
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-error:before,
.woocommerce-page .woocommerce-info:before,
.woocommerce-page .woocommerce-message:before,
body.dark #content-parent h1 a:hover,
body.dark #content-parent h2 a:hover,
body.dark #content-parent h3 a:hover,
body.dark #content-parent h4 a:hover,
body.dark #content-parent h5 a:hover,
body.dark #content-parent h6 a:hover,
body.dark .posts-related-details-wrapper>div h5 a:hover,
body.dark #page-404 form:before,
#content-parent .widget_custom_menu>li>ul>li>a:hover,
.widget_custom_menu>li>ul>li.current-menu-item>a,
.woocommerce ul.products li.product h3 mark,
.woocommerce-page ul.products li.product h3 mark,
.dark .post-t6-more,
#content-parent div.wp_review_tab_widget_content .entry-title a:hover,
.posts-related-post-wrapper a:hover:before,
#menu-select.resp-menu-opened:before,
#review[class*=" wp-review-"] .review-list .review-result-wrapper i,
#review[class*=" wp-review-"] .user-review-area .review-result-wrapper .review-result i,
#review[class*=" wp-review-"] .user-review-area .review-total-star.allowed-to-rate a i,
.widget_custom_menu>li>a:hover,
.widget_custom_menu>li.wHover,
body.dark #content-parent .widget_custom_menu>li>a:hover,
body.dark #content-parent .widget_custom_menu>li.wHover,
body.dark #content-parent .widget_custom_menu ul ul li a:hover,
body.dark .post-t6-more,
#menu-responsive li.hasUl>span.opened:before,
body.dark #projects-selector li a,
body.dark #menu-responsive li.hasUl>span.opened:before,
.accordion .toggle-opened .toggle-title {
    color: #0baedb;
}

.more-link,
#layout .mejs-time-loaded,
.sidebar .widget.widget_display_search,
.bbp-topic-pagination a,
ul.menu>li:before,
ul.menu ul li a:after,
#search-form-header,
div.review-total-only,
#buddypress input[type="submit"],
#buddypress input[type="button"],
#buddypress input[type="reset"],
#buddypress button.submit,
#buddypress input[type="submit"]:hover,
#buddypress input[type="button"]:hover,
#buddypress input[type="reset"]:hover,
#buddypress button.submit:hover,
#buddypress .activity-list li.load-more a,
input[type="button"],
input[type="submit"],
button,
body.dark input[type="submit"],
body.dark button,
.single-author-info-links span:hover:before,
.posts-featured-wrapper a.post-thumb:before,
#sidebar .widget_search,
.tagcloud a:hover,
#sidebar .widget-posts-most-viewed,
#sidebar .widget-posts-icon:hover,
.sidebar-footer .widget-posts-icon:hover,
#sidebar-secondary .widget-posts-icon:hover,
#sidebar .sharrre .count,
.button-st,
.dropcap,
.pricing-table-featured .pricing-table-title,
.pricing-table-featured .pricing-table-price,
.pricing-table-featured .button,
.skill-bar,
.woocommerce #content input.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-page #content input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce #content input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce-page #content input.button:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover,
.woocommerce #content input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce-page #content input.button.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce-page a.button.alt,
.woocommerce-page button.button.alt,
.woocommerce-page input.button.alt,
.woocommerce #content input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce-page #content input.button.alt:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce-page input.button.alt:hover,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range,
.sidebar .widget_product_search,
ul.products>li>a:first-child:before,
#projects-selector li a.selected,
.review-total-wrapper,
.widget_custom_menu>li>a:before,
.widget_custom_menu>li.wHover>a:before,
.widget-flickr .flickr_badge_image a:before {
    background-color: #0baedb;
}

ul.menu>li>a:hover,
ul.menu>li.hover-has-ul>a,
#menu-select.resp-menu-opened,
.st-ul li.st-current,
.st-ul li.st-current:hover,
body.dark .sharrre .count:before,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle,
.dark .post-t6-more,
.post-t6-more:hover,
#projects-selector li a.selected,
#projects-selector li a:hover,
body.dark .post-t6-more {
    border-top-color: #0baedb;
}

#menu-select.resp-menu-opened,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle,
.dark .post-t6-more,
.post-t6-more:hover,
#projects-selector li a.selected,
#projects-selector li a:hover,
body.dark .post-t6-more {
    border-right-color: #0baedb;
}

#buddypress div#subnav,
#menu-select.resp-menu-opened,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle,
.dark .post-t6-more,
.post-t6-more:hover,
#projects-selector li a.selected,
#projects-selector li a:hover,
ul.review-list,
body.dark .post-t6-more {
    border-bottom-color: #0baedb;
}

blockquote,
#menu-select.resp-menu-opened,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle,
.dark .post-t6-more,
.post-t6-more:hover,
#projects-selector li a.selected,
#projects-selector li a:hover,
body.dark .post-t6-more,
.tagcloud a:hover:before {
    border-left-color: #0baedb;
}

@media only screen and ( min-width: 960px) and ( max-width: 1319px) {
    .sidebar-secondary-available .post-t6 a.post-thumb:hover:after {
        background: #0baedb;
    }
}

.woocommerce a.add_to_cart_button,
.woocommerce a.product_type_external {
    background: none;
}

div.review-total-only.small-thumb .review-result-wrapper i {
    color: #0baedb!important;
}

ul.menu-2>li.current-menu-item>a,
ul.menu-2>li.current_page_item>a,
ul.menu-2>li.current-menu-ancestor>a,
ul.menu-2>li.current-post-ancestor>a {
    box-shadow: 0 3px 0 #0baedb inset;
}

ul.menu>li.current-menu-item>a,
ul.menu>li.current_page_item>a,
ul.menu>li.current-menu-ancestor>a,
ul.menu>li.current-post-ancestor>a {
    box-shadow: 0 3px 0 #0baedb inset;
}

.icons-social a:hover {
    box-shadow: 0 20px 0 #0baedb inset, 0 -20px 0 #0baedb inset;
}

body.dark #menu-select.resp-menu-opened {
    border-color: #0baedb;
}

*::selection {
    background: #0baedb;
}

.icons-social {
    display: block;
    float: left;
    width: 362px;
    text-align: center;
    margin: 0 60px 0 -40px;
}

.sidebar-ad-b {
    float: none;
    display: block;
    clear: both;
    margin: 50px auto 0;
    padding: 15px 15px 0;
    border: 0px solid rgba(0, 0, 0, 0.1);
}

/** custom new **/
.content div.profile div.profile_box div{
    line-height:24px;
}
.profile_box .avatar {
    margin-right:8px;
}
.profile_box .avatar img{
    max-width:94px;
}
footer div {
    line-height: 1.785em;
}
.right_content .widget h3, .right_content_have .widget h3 {
    font-size:16px;
}

footer .widget {
    border:0px;
}

.right_column .widget {
    margin-bottom:10px;
}

.widget>h5 span:before, .widget>h5 span:after {
    content: '';
    display: table-cell;
    width: 50%;
    margin-left: 10px;
    background: url(/images/line.png) center center repeat-x;
    background-size: 5px;
}

.login_wrapper {
    border:1px #EEE solid;
    padding:8px;
}

.login_wrapper input[type=email], .login_wrapper input[type=password]{
    display:block;
    width:90%;
}




@media only screen and ( min-width: 1320px) {}

@media only screen and ( min-width: 960px) and ( max-width: 1319px) {
    .boxed #layout {
        max-width: 985px;
    }
    #header {}
    #header-holder {}
    #logo {
        width: 215px;
        height: 67px;
        margin: 0 25px 0 0;
    }
    #logo h2 {
        max-width: 215px;
    }
    #header-holder-2 {
        width: 935px;
    }
    #content-layout {
        width: 935px;
    }
    #content-box {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .page-template-template-frontpage-php .sidebar-secondary-inactive.sidebar-position-none #content-box {
        width: 935px;
    }
    .sidebar-position-right #content-box {
        width: 610px;
    }
    .sidebar-position-left #content-box {
        width: 610px;
    }
    div.post-single {}
    .sidebar-position-none div.post-single {}
    .sidebar-position-none #content-box {
        width: 610px;
    }
    .single .sidebar-position-none #content-box {
        width: auto;
    }
    .sidebar-secondary-available #content-box>div>div:first-child {
        width: 359px;
    }
    #article {
        padding: 25px;
    }
    .sidebar-position-right #article.sidebar-post-enabled,
    .sidebar-position-none #article.sidebar-post-enabled {
        padding-left: 170px;
    }
    .sidebar-position-left #article.sidebar-post-enabled {
        padding-right: 170px;
    }
    #article-frontpage-2 {
        margin-bottom: 25px;
    }
    #footer-holder {
        width: 935px;
    }
    #copyrights-holder {
        width: 885px;
    }
    #menu {
        width: 935px;
    }
    .boxed #menu.menu-sticky {
        width: 985px;
    }
    #menu-box {
        width: 695px;
        height: 67px;
    }
    ul.menu>li>a {
        height: 67px;
        font-size: 14px;
        padding: 0 15px;
    }
    ul.menu>li>a>span.subline {
        display: none;
    }
    ul.menu>li.hasUl>a {
        padding-right: 35px;
    }
    .gecko ul.menu>li.hasUl>a:before {
        margin-top: 0;
    }
    ul.menu ul li a {
        font-size: 12px;
        padding: 10px;
    }
    ul.menu ul li.hasUl>a:before {
        margin-top: 0.75em;
    }
    ul.menu ul li span.subline {
        line-height: 1.352em;
        margin-top: 0;
    }
    #menu.menu-sticky>div>div {
        width: 935px;
    }
    #menu-2 {}
    #sidebar {
        padding: 25px 0 0;
    }
    .widget {
        margin-bottom: 25px;
    }
    .sidebar-ad-a {
        width: 935px;
    }
    .sidebar-ad-a .widget,
    .sidebar-ad-a .textwidget img {
        max-width: 935px;
    }
    .sidebar-ad-b {
        margin-top: 25px;
        padding: 0;
        border: none;
    }
    .sidebar-ad-b .widget,
    .sidebar-ad-b .textwidget img {
        max-width: 935px;
        margin-bottom: 0;
    }
    #sidebar-ad-c {
        width: 935px;
    }
    #sidebar-ad-c .sidebar-ad-c {
        margin-bottom: 25px;
        padding: 0;
        border: none;
    }
    .sidebar-ad-c .widget,
    .sidebar-ad-c .textwidget img {
        max-width: 935px;
        margin-bottom: 0;
    }
    .sidebar-footer>div {
        margin-top: 25px;
        margin-right: 25px;
        margin-bottom: 25px;
    }
    .footer-box-v1 .sidebar-footer {
        width: 320px;
    }
    .footer-box-v1 .sidebar-footer.last {
        width: 295px;
    }
    .footer-box-v2 .sidebar-footer {
        width: 240px;
    }
    .footer-box-v2 .sidebar-footer.last {
        width: 455px;
    }
    .footer-box-v3 .sidebar-footer {
        width: 480px;
    }
    .footer-box-v3 .sidebar-footer:first-child {
        width: 240px;
    }
    .footer-box-v3 .sidebar-footer.last {
        width: 215px;
    }
    .footer-box-v4 .sidebar-footer {
        width: 240px;
    }
    .footer-box-v4 .sidebar-footer:first-child {
        width: 480px;
    }
    .footer-box-v4 .sidebar-footer.last {
        width: 215px;
    }
    .footer-box-v5 .sidebar-footer {
        width: 240px;
    }
    .footer-box-v5 .sidebar-footer.last {
        width: 215px;
    }
    .footer-box-v6 .sidebar-footer {
        width: 295px;
    }
    .footer-box-v6 .sidebar-footer:first-child {
        width: 640px;
    }
    #sidebar-homepage-box {}
    #sidebar-homepage-box .sidebar-homepage>div {
        margin: 0 25px 25px 0;
    }
    #sidebar-homepage-box .sidebar-homepage {
        width: 240px;
    }
    #sidebar-homepage-box .sidebar-homepage.last {
        width: 215px;
    }
    .sidebar-position-right div.sidebar-post,
    .sidebar-position-none div.sidebar-post {
        left: 25px;
    }
    .sidebar-position-left div.sidebar-post {
        right: 25px;
    }
    h1 {
        font-size: 2.4em;

    }
	
    h2 {
        font-size: 1.8em;
    }
    h3 {
        font-size: 1.4em;
    }
    h4 {
        font-size: 1.2em;
    }
    h5 {
        font-size: 1em;
    }
    .wp-caption.alignleft {
        margin-left: -30px;
    }
    .wp-caption.alignright {
        margin-right: -30px;
    }
    blockquote p {
        line-height: 1.535em;
    }
    fieldset {
        padding: 10px 15px;
    }
    .post-template {
        margin-bottom: 25px;
        padding-bottom: 25px;
    }
    .post-default {
        padding-top: 25px;
        padding-bottom: 0;
    }
    .post-default:first-child {
        padding-top: 0;
    }
    .post-default .post-title {
        font-size: 1.7em;
    }
    .sticky.post-default .post-title:before {
        margin: 0 0 0.5em;
    }
    .post-default .meta {
        margin: 15px 0;
    }
    .post-default .content-data {
        padding: 25px;
    }
    .post-template.post-t6 {}
    .post-t6 {}
    .post-t6 .thumb-wrapper {}
    .post-t6-details {}
    .v2 .post-t6-yes-thumb .post-t6-details {
        max-height: 158px;
    }
    .post-t6-more {}
    .sidebar-secondary-available .post-template.post-t6 {
        padding-bottom: 48px;
    }
    .sidebar-secondary-available .post-t6 {
        width: auto;
        height: auto;
    }
    .sidebar-secondary-available .post-t6 .thumb-wrapper {
        margin: 48px 0 0 48px;
    }
    .sidebar-secondary-available .post-t6-details {
        max-height: none;
        padding: 25px 48px 0;
    }
    .sidebar-secondary-available .post-t6-details:after {
        display: none;
    }
    .sidebar-secondary-available .post-t6-more {
        margin: 0 0 0 48px;
    }
    .sidebar-secondary-inactive .post-t6.even {
        float: right;
        margin: 0 30px 55px 0;
    }
    .sidebar-secondary-inactive.sidebar-position-left .post-t6.even {
        margin: 0 0 55px 30px;
    }
    .sidebar-secondary-inactive .post-t6.odd {
        float: left;
        margin: 0 0 55px 0;
    }
    .sidebar-secondary-inactive.sidebar-position-left .post-t6.odd {
        margin: 0 0 55px 30px;
    }
    .post-t6-no-thumb {}
    .sidebar-secondary-available .post-t6-no-thumb:after {
        display: none;
    }
    .sidebar-secondary-available .post-t6-no-thumb .post-t6-details {
        max-height: none;
    }
    .post-t6-no-thumb h3 {}
    .sidebar-secondary-available .post-t6-no-thumb .meta {
        max-height: none;
        margin: 15px 0 0 48px;
    }
    .v2 .post-t6 {
        width: 215px;
        margin-right: 25px;
    }
    .v2 .post-t6 .thumb-wrapper {
        width: 215px;
    }
    .v2 .post-t6 a.post-thumb {
        height: 147px;
    }
    .posts-sticky {
        width: 935px;
        padding-top: 25px;
    }
    .posts-sticky-a {
        width: 695px;
    }
    .posts-sticky-b {
        width: 215px;
    }
    .post-sticky-recent {
        width: 455px;
        height: 319px;
        margin-bottom: 25px;
    }
    .post-sticky-recent a {
        width: 455px;
        height: 319px;
    }
    .post-sticky-recent a>div {
        padding: 25px;
    }
    .post-sticky {
        width: 215px;
        height: 147px;
        margin-bottom: 25px;
    }
    .post-sticky a {
        width: 215px;
        height: 147px;
    }
    #posts-most-viewed {
        width: 935px;
        margin-top: 25px;
    }
    .post-most-viewed {
        width: 215px;
        height: 147px;
        margin-right: 25px;
    }
    .post-most-viewed-front {
        width: 205px;
        height: 137px;
    }
    .post-most-viewed-back {
        width: 215px;
        height: 147px;
    }
    .posts-related-wrapper {
        padding-top: 25px;
    }
    .posts-related-wrapper h6 {
        margin-bottom: 25px;
    }
    .posts-related-3-wrapper div.posts-related-post-wrapper {
        width: 186px;
    }
    .posts-related-3-wrapper a.post-thumb {
        height: 132px;
    }
    .posts-related-3-wrapper a.post-thumb:before,
    .posts-related-3-wrapper a.post-thumb:after {
        font-size: 24px;
    }
    #activity-filter-select>label:first-child {
        display: none;
    }
    #buddypress .activity-list li.load-more {
        padding-top: 25px;
    }
    #item-nav {
        margin-bottom: 25px;
    }
    .single-item #item-header-content,
    .bp-user #item-header {
        padding-bottom: 5px;
    }
    #buddypress div#subnav {
        font-size: 12px;
    }
    #buddypress div.item-list-tabs ul li.last select {
        font-size: 12px;
        max-width: 150px;
        padding-top: 8px;
        padding-bottom: 8px;
    }
    #buddypress div.item-list-tabs,
    #search-groups-form input,
    #buddypress div.dir-search input[type="text"],
    #buddypress div.message-search input[type="text"],
    #buddypress input[type="submit"],
    #buddypress input[type="button"],
    #buddypress input[type="reset"],
    #buddypress button.submit {
        font-size: 12px;
    }
    #buddypress input[type="submit"],
    #buddypress input[type="button"],
    #buddypress input[type="reset"],
    #buddypress button.submit {
        padding-top: 0.8em;
        padding-bottom: 0.8em;
    }
    #buddypress div.dir-search input[type="text"],
    #buddypress div.message-search input[type="text"] {
        padding: 0.8em 1em;
    }
    #buddypress div.message-search input[type="text"],
    #buddypress #search-members-form input[type="text"] {
        font-size: 12px;
        padding-top: 0.8em;
        padding-bottom: 0.8em;
    }
    .single-item #item-header-content,
    #item-header {
        width: 335px;
    }
    #item-header-avatar>a img {
        width: 125px;
        height: 125px;
    }
    .icons-social {
        width: auto;
        min-width: 215px;
        margin-right: 25px;
    }
    .st_icon_box_16:before {
        top: 0.55em;
    }
    .st_icon_box_32:before {
        top: 0.15em;
    }
    .pullquote {
        line-height: 1.535;
        margin-bottom: 10px;
        padding: 10px 15px 15px;
    }
    .pullquote-left {
        margin-right: 10px;
    }
    .pullquote-right {
        margin-left: 10px;
    }
    .notice {
        padding: 25px 35px 15px;
    }
    .notice-frontpage {
        padding: 50px;
    }
    .st-ul li {
        padding: 5px 15px;
    }
    .st-tabs {
        padding: 15px;
    }
    .separator-or {
        margin-bottom: 25px;
    }
    h1.post-title {
        font-size: 2.3em;
        letter-spacing: -0.03em;
        padding: 0;
    }
    .page-title {
        font-size: 2.3em;
        letter-spacing: -0.03em;
        margin-bottom: 25px;
    }
    #post-before {
        padding: 25px 25px 0;
    }
    #post-after {
        padding: 0 25px 25px;
    }
    .single-author-info {
        padding: 25px 25px 0 145px;
    }
    .single-author-upic {
        margin-left: -145px;
    }
    .post-short-info {
        padding-left: 25px;
        padding-right: 25px;
    }
    #pre_next_post {
        margin-top: 25px;
    }
    .alignleft {
        margin-right: 10px;
    }
    .alignright {
        margin-left: 10px;
    }
    .page-pagination {
        margin: 25px 0;
    }
    #term {
        margin-bottom: 25px;
    }
    #bbpress-forums li.bbp-header,
    #bbpress-forums li.bbp-body ul.forum,
    #bbpress-forums li.bbp-body ul.topic {
        padding-left: 10px;
        padding-right: 10px;
    }
    #bbpress-forums>#subscription-toggle {
        margin-bottom: 25px;
    }
    .comments-title {
        padding-top: 25px;
    }
    #content-404.notice {
        margin-bottom: 25px;
    }
    body.woocommerce ul.products li.product {
        width: 186px;
        margin: 0 25px 25px 0;
    }
    body.woocommerce ul.products li.product.last {
        margin-right: 0;
    }
    .st-woo-price {
        width: 121px;
    }
    .woocommerce #content div.product,
    .woocommerce div.product,
    .woocommerce-page #content div.product,
    .woocommerce-page div.product {
        margin-bottom: 25px;
        padding: 25px;
    }
    .woocommerce #content div.product div.images,
    .woocommerce div.product div.images,
    .woocommerce-page #content div.product div.images,
    .woocommerce-page div.product div.images {
        width: 255px;
        margin: 0 0 25px;
    }
    .woocommerce #content div.product div.thumbnails a,
    .woocommerce div.product div.thumbnails a,
    .woocommerce-page #content div.product div.thumbnails a,
    .woocommerce-page div.product div.thumbnails a {
        width: 85px;
    }
    .woocommerce span.onsale,
    .woocommerce-page span.onsale {
        left: 25px;
    }
    .woocommerce #content div.product div.summary,
    .woocommerce div.product div.summary,
    .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.summary {
        width: 280px;
        margin: 0 0 25px;
    }
    .st-woo-upsells h2 {
        margin-bottom: 25px;
    }
    .st-woo-related h2 {
        margin-bottom: 25px;
    }
    .woocommerce-tabs>div>h2:first-child,
    #reviews #comments h2 {
        padding-top: 0;
    }
    .woocommerce table.shop_table,
    .woocommerce-page table.shop_table {
        margin-bottom: 25px;
    }
    .woocommerce .cart-collaterals .cross-sells,
    .woocommerce-page .cart-collaterals .cross-sells {
        width: 397px;
    }
    .st-woo-cross h2,
    .cart_totals h2,
    .shipping_calculator h2 {
        margin-bottom: 25px;
    }
    .woocommerce .cart-collaterals .cross-sells ul.products li,
    .woocommerce-page .cart-collaterals .cross-sells ul.products li {
        width: 186px;
    }
    .woocommerce .cart-collaterals .cart_totals,
    .woocommerce-page .cart-collaterals .cart_totals,
    .woocommerce .cart-collaterals .shipping_calculator,
    .woocommerce-page .cart-collaterals .shipping_calculator {
        width: 513px;
    }
    .cart_totals {
        margin-bottom: 25px;
    }
    #projects-another {
        width: 935px;
    }
    .project-t5 {
        width: 215px;
        height: 147px;
        margin-bottom: 25px;
        margin-right: 25px;
    }
    .project-t5-front {
        width: 205px;
        height: 137px;
    }
    .project-t5-back {
        width: 215px;
        height: 147px;
    }
    #button-projects {
        margin-bottom: 25px;
    }
    .archive .st-format-status-holder {
        margin-bottom: 25px;
    }
    .page-template-template-authors-php #article {
        margin-bottom: 25px;
    }
    .page-template-template-authors-php .st-format-status-holder {
        width: 455px;
        margin-bottom: 25px;
    }
}

@media only screen and ( min-width: 640px) and ( max-width: 959px) {
    .boxed #layout {
        max-width: 690px;
    }
    #header {}
    #header-holder {
        width: auto;
    }
    #logo {
        float: none;
        width: auto;
        height: auto;
        margin: 0 auto;
        padding: 25px 0;
    }
    #logo h2 {
        max-width: 640px;
        margin: 0;
        text-align: center;
    }
    #logo h2 img {
        margin: 0 auto;
    }
    #header-holder-2 {
        width: auto;
    }
    #content-layout {
        width: 640px;
        margin: 0 auto;
    }
    #content-holder #content-box {
        float: none;
        width: 640px;
    }
    #content-box {
        min-height: 100px;
        padding: 25px 0;
    }
    .sidebar-secondary-available #content-box>div>div:first-child {
        width: 389px;
    }
    #content-holder div.post-single {
        float: none;
        width: 640px;
        margin: 0;
    }
    #article-frontpage-2 {
        margin-bottom: 25px;
    }
    #footer-holder {
        width: 640px;
        padding-top: 25px;
    }
    #footer-box {
        margin-right: -50px;
    }
    #copyrights-holder {
        width: 590px;
    }
    #copyrights-box * {
        line-height: 1.575em;
    }
    #copyrights-box>div {
        width: 100%;
        text-align: center;
    }
    #menu-select {
        display: block;
    }
    #menu {
        float: none;
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 0;
    }
    #menu>div {
        display: block;
    }
    #menu-box {
        width: 640px;
        height: auto;
        margin: 0 auto;
    }
    ul.menu {
        display: none;
    }
    #menu-2 {
        display: table;
        margin: 0 auto;
    }
    ul.menu-2>li.hasUl>a {
        padding-right: 0;
    }
    ul.menu-2>li.hasUl>a:before {
        display: none;
    }
    #content-holder #sidebar {
        float: none;
        width: auto;
        margin-right: -25px;
        padding: 0;
    }
    #content-holder .sidebar {
        margin: 0;
    }
    .widget {
        margin-bottom: 25px;
    }
    #content-holder #sidebar .sidebar .widget {
        float: left;
        width: 257px;
        margin-right: 25px;
    }
    #content-holder #sidebar .sidebar .widget_text {
        width: 307px;
    }
    .sidebar-position-right div.sidebar-post,
    .sidebar-position-none div.sidebar-post {
        left: 25px;
    }
    .sidebar-position-left div.sidebar-post {
        right: 25px;
    }
    #footer-box .sidebar-footer,
    #footer-box .sidebar-footer.last {
        width: 90%;
    }
    #footer-box .sidebar-footer>div,
    #footer-box .sidebar-footer.last>div {
        margin: 0 25px 0 0;
    }
    .sidebar-ad-a .widget {
        width: 640px;
        margin: 0 auto;
    }
    .sidebar-ad-a .widget img {
        max-width: 640px;
    }
    .sidebar-ad-b {
        width: 640px;
        padding: 0;
        border: none;
    }
    .sidebar-ad-b .widget {
        margin-bottom: 25px;
    }
    .sidebar-ad-b .widget img {
        max-width: 640px;
    }
    #sidebar-ad-c {
        width: auto;
        border: none;
    }
    #sidebar-ad-c .sidebar-ad-c {
        width: 640px;
        margin: 0 auto 25px;
        padding: 0;
        border: none;
    }
    #sidebar-ad-c .widget {
        width: auto;
        max-width: 100%;
        margin: 0 auto;
    }
    #sidebar-ad-c .widget img {
        max-width: 640px;
    }
    #sidebar-homepage-box {}
    #sidebar-homepage-box .sidebar-homepage>div {
        margin: 0 25px 25px 0;
    }
    #sidebar-homepage-box .sidebar-homepage,
    #sidebar-homepage-box .sidebar-homepage.last {
        width: 307px;
        margin-bottom: 0;
    }
    #sidebar-homepage-box .sidebar-homepage.odd {
        float: left;
        clear: left;
    }
    #sidebar-homepage-box .sidebar-homepage.even {
        float: right;
    }
    #sidebar-homepage-box .sidebar-homepage>div {
        margin: 0 0 25px;
    }
    h1 {
        font-size: 2.285em;
    }
    h2 {
        font-size: 1.7em;
    }
    h3 {
        font-size: 1.35em;
    }
    h4 {
        font-size: 1.15em;
    }
    h5 {
        font-size: 1em;
    }
    .wp-caption.alignleft {
        margin-left: -30px;
    }
    .wp-caption.alignright {
        margin-right: -30px;
    }
    blockquote p {
        line-height: 1.535em;
    }
    fieldset {
        padding: 10px 15px;
    }
    .post-template {
        margin-bottom: 25px;
        padding-bottom: 25px;
    }
    .post-default {
        padding-top: 25px;
        padding-bottom: 0;
    }
    .post-default:first-child {
        padding-top: 0;
    }
    .post-default .post-title {
        font-size: 1.7em;
    }
    .sticky.post-default .post-title:before {
        margin: 0 0 0.5em;
    }
    .post-default .meta {
        margin: 15px 0;
    }
    .post-default .content-data {
        padding: 25px;
    }
    .post-template.post-t6 {}
    .post-t6 {}
    .post-t6 .thumb-wrapper {}
    .post-t6-details {}
    .v2 .post-t6-yes-thumb .post-t6-details {}
    .post-t6-more {}
    .sidebar-secondary-available .post-template.post-t6 {
        padding-bottom: 50px;
    }
    .sidebar-secondary-available .post-t6 {
        width: auto;
        height: auto;
    }
    .sidebar-secondary-available .post-t6 .thumb-wrapper {
        margin: 50px 0 0 50px;
    }
    .sidebar-secondary-available .post-t6-details {
        max-height: none;
        padding: 25px 50px 0;
    }
    .sidebar-secondary-available .post-t6-details:after {
        display: none;
    }
    .sidebar-secondary-available .post-t6-more {
        margin: 0 0 0 48px;
    }
    .sidebar-secondary-inactive .post-t6.even {
        float: left;
        margin: 0 0 55px 0;
    }
    .sidebar-secondary-inactive.sidebar-position-left .post-t6.even {
        margin: 0 0 55px 30px;
    }
    .sidebar-secondary-inactive .post-t6.odd {
        float: right;
        margin: 0 30px 55px 0;
    }
    .sidebar-secondary-inactive.sidebar-position-left .post-t6.odd {
        margin: 0 0 55px 30px;
    }
    .post-t6-no-thumb {}
    .sidebar-secondary-available .post-t6-no-thumb:after {
        display: none;
    }
    .sidebar-secondary-available .post-t6-no-thumb .post-t6-details {
        max-height: none;
    }
    .post-t6-no-thumb h3 {}
    .sidebar-secondary-available .post-t6-no-thumb .meta {
        max-height: none;
        margin: 15px 0 0 50px;
    }
    .v2 {
        width: 574px;
        margin: 0 auto;
    }
    .v2 .post-t6 {
        margin-right: 0;
    }
    .v2 .post-t6.odd {
        float: left;
    }
    .v2 .post-t6.even {
        float: right;
    }
    .v2 .post-t6 .thumb-wrapper {}
    .v2 .post-t6 a.post-thumb {}
    .posts-sticky {
        width: 574px;
    }
    #posts-sticky:before {
        background-image: none!important;
    }
    .posts-sticky-a {
        width: 574px;
    }
    .posts-sticky-b {
        width: 100%;
    }
    .post-sticky-recent {}
    .post-sticky {}
    .posts-sticky .odd {
        float: right;
    }
    .posts-sticky .even {
        float: left;
    }
    #posts-most-viewed {
        width: 574px;
    }
    .post-most-viewed {
        margin-right: 0;
    }
    .post-most-viewed.first {
        margin-bottom: 50px;
    }
    .post-most-viewed.odd {
        float: left;
        clear: left;
    }
    .post-most-viewed.even {
        float: right;
    }
    .posts-related-wrapper {
        padding-top: 25px;
    }
    .posts-related-wrapper h6 {
        margin-bottom: 25px;
    }
    .posts-related-3-wrapper div.posts-related-post-wrapper {
        width: 196px;
    }
    .posts-related-3-wrapper a.post-thumb {
        height: 139px;
    }
    .posts-related-3-wrapper a.post-thumb:before,
    .posts-related-3-wrapper a.post-thumb:after {
        font-size: 24px;
    }
    #content-holder #sidebar .sidebar .widget_nav_menu,
    .ie8 #content-holder #sidebar .sidebar .widget_nav_menu {
        width: 307px;
    }
    #content-holder #sidebar .sidebar .widget_calendar {
        width: 307px;
    }
    div#content-holder #sidebar .sidebar .widget_wp_review_tab {
        width: 307px;
    }
    #buddypress .activity-list li.load-more {
        padding-top: 25px;
    }
    #item-nav {
        margin-bottom: 25px;
    }
    .single-item #item-header-content,
    .bp-user #item-header {
        padding-bottom: 5px;
    }
    #buddypress div#subnav {
        font-size: 12px;
    }
    #buddypress div.item-list-tabs ul li.last select {
        font-size: 12px;
        max-width: 150px;
    }
    #buddypress div.item-list-tabs,
    #search-groups-form input,
    #buddypress div.dir-search input[type="text"],
    #buddypress div.message-search input[type="text"],
    #buddypress input[type="submit"],
    #buddypress input[type="button"],
    #buddypress input[type="reset"],
    #buddypress button.submit {
        font-size: 12px;
    }
    #buddypress input[type="submit"],
    #buddypress input[type="button"],
    #buddypress input[type="reset"],
    #buddypress button.submit {
        padding-top: 0.8em;
        padding-bottom: 0.8em;
    }
    #buddypress div.dir-search input[type="text"],
    #buddypress div.message-search input[type="text"] {
        padding: 0.8em 1em;
    }
    #buddypress div.message-search input[type="text"],
    #buddypress #search-members-form input[type="text"] {
        font-size: 12px;
        padding-top: 0.8em;
        padding-bottom: 0.8em;
    }
    .single-item #item-header-content,
    #item-header {
        width: 365px;
    }
    #item-header-avatar>a {
        width: 100px;
        height: 100px;
    }
    .icons-social {
        display: table;
        float: none;
        width: auto;
        margin: 0 auto;
    }
    .column {
        float: none;
        width: auto!important;
    }
    .column>div {
        margin-right: 0!important;
    }
    .st_icon_box_16:before {
        top: 0.60em;
    }
    .st_icon_box_32:before {
        top: 0.2em;
    }
    .pullquote {
        line-height: 1.535;
        margin-bottom: 10px;
        padding: 10px 15px 15px;
    }
    .pullquote-left {
        margin-right: 10px;
    }
    .pullquote-right {
        margin-left: 10px;
    }
    .notice {
        padding: 25px 35px 15px;
    }
    .notice-frontpage {
        padding: 50px;
    }
    .st-ul li {
        padding: 5px 15px;
    }
    .st-tabs {
        padding: 15px;
    }
    .separator-or {
        margin-bottom: 25px;
    }
    h1.post-title {
        font-size: 2.3em;
        letter-spacing: -0.03em;
        padding: 0;
    }
    .page-title {
        font-size: 2.3em;
        letter-spacing: -0.03em;
        margin-bottom: 25px;
    }
    #post-before {
        padding: 25px 25px 0;
    }
    #post-after {
        padding: 0 25px 25px;
    }
    #article {
        padding: 25px;
    }
    .sidebar-position-right #article.sidebar-post-enabled,
    .sidebar-position-none #article.sidebar-post-enabled {
        padding-left: 170px;
    }
    .sidebar-position-left #article.sidebar-post-enabled {
        padding-right: 170px;
    }
    #pre_next_post {
        font-size: 1em;
        line-height: 1.54em;
        margin-top: 25px;
    }
    .single-author-info {
        padding-top: 25px;
        padding-left: 140px;
    }
    .single-author-upic {
        float: left;
        margin: 0 0 0 -140px;
    }
    .alignleft {
        margin-right: 10px;
    }
    .alignright {
        margin-left: 10px;
    }
    .page-pagination {
        margin: 25px 0;
    }
    #term {
        margin-bottom: 25px;
        padding-bottom: 12px;
    }
    #bbpress-forums ul.bbp-replies {
        font-size: 14px;
    }
    #bbpress-forums li.bbp-header,
    #bbpress-forums li.bbp-body ul.forum,
    #bbpress-forums li.bbp-body ul.topic {
        padding-left: 10px;
        padding-right: 10px;
    }
    #bbpress-forums>#subscription-toggle {
        margin-bottom: 25px;
    }
    .comments-title {
        padding-top: 25px;
    }
    #content-404.notice {
        margin-bottom: 25px;
    }
    body.woocommerce ul.products li.product {
        width: 196px;
        margin: 0 25px 25px 0;
        clear: none;
    }
    .woocommerce ul.products li.product:nth-child(2n),
    .woocommerce-page ul.products li.product:nth-child(2n) {
        float: left;
    }
    .woocommerce ul.products li.product.last {
        margin-right: 0;
    }
    .st-woo-hover {}
    .st-woo-price {
        width: 131px;
    }
    .woocommerce #content div.product,
    .woocommerce div.product,
    .woocommerce-page #content div.product,
    .woocommerce-page div.product {
        margin-bottom: 25px;
        padding: 25px;
    }
    .woocommerce #content div.product div.images,
    .woocommerce div.product div.images,
    .woocommerce-page #content div.product div.images,
    .woocommerce-page div.product div.images {
        float: left;
        width: 285px;
        margin: 0 0 25px;
    }
    .woocommerce #content div.product div.thumbnails a,
    .woocommerce div.product div.thumbnails a,
    .woocommerce-page #content div.product div.thumbnails a,
    .woocommerce-page div.product div.thumbnails a {
        width: 95px;
    }
    .woocommerce span.onsale,
    .woocommerce-page span.onsale {
        left: 25px;
    }
    .woocommerce #content div.product div.summary,
    .woocommerce div.product div.summary,
    .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.summary {
        float: right;
        width: 280px;
        margin: 0 0 25px;
    }
    .st-woo-upsells h2 {
        margin-bottom: 25px;
    }
    .st-woo-related h2 {
        margin-bottom: 25px;
    }
    .woocommerce-tabs>div>h2:first-child,
    #reviews #comments h2 {
        padding-top: 0;
    }
    .woocommerce table.shop_table,
    .woocommerce-page table.shop_table {
        margin-bottom: 25px;
    }
    .woocommerce .cart-collaterals .cross-sells,
    .woocommerce-page .cart-collaterals .cross-sells {
        width: 100%;
    }
    .st-woo-cross h2,
    .cart_totals h2,
    .shipping_calculator h2 {
        margin-bottom: 25px;
    }
    .woocommerce .cart-collaterals .cross-sells ul.products,
    .woocommerce-page .cart-collaterals .cross-sells ul.products {
        display: table;
        margin: 0 auto 25px;
    }
    .st-woo-hover {}
    .woocommerce .cart-collaterals .cart_totals,
    .woocommerce-page .cart-collaterals .cart_totals,
    .woocommerce .cart-collaterals .shipping_calculator,
    .woocommerce-page .cart-collaterals .shipping_calculator {
        width: 100%;
    }
    .cart_totals {
        margin-bottom: 25px;
    }
    .woocommerce #content nav.woocommerce-pagination ul,
    .woocommerce nav.woocommerce-pagination ul,
    .woocommerce-page #content nav.woocommerce-pagination ul,
    .woocommerce-page nav.woocommerce-pagination ul {
        margin-bottom: 0;
    }
    #projects-another,
    .projects-t5-wrapper {
        width: 574px;
    }
    .project-t5 {
        margin-right: 0;
    }
    .project-t5.odd {
        float: left;
    }
    .project-t5.even {
        float: right;
    }
    .project-t5-rotated {
        display: none;
    }
    .archive .st-format-status-holder {
        margin-bottom: 25px;
    }
    .page-template-template-authors-php #article {
        margin-bottom: 25px;
    }
    .page-template-template-authors-php .st-format-status-holder {
        width: 100%;
        margin-bottom: 25px;
    }
    .review-desc {
        width: auto;
        margin: 0;
        padding-bottom: 15px;
    }
    .review-total-wrapper {
        width: 100%;
    }
}

@media only screen and ( min-width: 480px) and ( max-width: 639px) {
    .boxed #layout {
        max-width: 510px;
    }
    #header {}
    #header-holder {
        width: auto;
    }
    #logo {
        float: none;
        width: auto;
        height: auto;
        margin: 0 auto;
        padding: 15px 0;
    }
    #logo h2 {
        max-width: 480px;
        margin: 0;
        text-align: center;
    }
    #logo h2 img {
        margin: 0 auto;
    }
    #header-holder-2 {
        width: auto;
    }
    #content-layout {
        width: 480px;
        margin: 0 auto;
    }
    #content-holder #content-box {
        float: none;
        width: 480px;
    }
    #content-box {
        min-height: 100px;
        padding: 15px 0;
    }
    .sidebar-secondary-available #content-box>div>div:first-child {
        width: 249px;
    }
    #content-holder div.post-single {
        float: none;
        width: 480px;
        margin: 0;
    }
    #article-frontpage-2 {
        margin-bottom: 15px;
    }
    #footer-holder {
        width: 480px;
        padding-top: 25px;
        padding-bottom: 10px;
    }
    #footer-box {
        margin-right: -50px;
    }
    #copyrights-holder {
        width: 450px;
        padding-left: 15px;
        padding-right: 15px;
    }
    #copyrights-box * {
        line-height: 1.575em;
    }
    #copyrights-box>div {
        width: 100%;
        text-align: center;
    }
    #menu-select {
        display: block;
        margin-bottom: 15px;
    }
    #menu {
        float: none;
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 0;
    }
    #menu>div {
        display: block;
    }
    #menu-box {
        width: 480px;
        height: auto;
        margin: 0 auto;
    }
    ul.menu {
        display: none;
    }
    #menu-2 {
        display: table;
        margin: 0 auto;
    }
    ul.menu-2>li>a {}
    ul.menu-2>li.hasUl>a {
        padding-right: 0;
    }
    ul.menu-2>li.hasUl>a:before {
        display: none;
    }
    #content-holder #sidebar {
        float: none;
        width: auto;
        padding: 0;
    }
    #content-holder .sidebar {
        margin: 0;
    }
    .sidebar .widget {}
    .widget {
        margin-bottom: 15px;
    }
    #content-holder div.sidebar-post {}
    .dark #content-holder div.sidebar-post {}
    .sidebar-post,
    .sidebar-post div {
        font-size: inherit;
    }
    #stickyDiv {}
    #stickyDiv>div {}
    #footer-box .sidebar-footer,
    #footer-box .sidebar-footer.last {
        width: 252px;
    }
    #footer-box .sidebar-footer>div,
    #footer-box .sidebar-footer.last>div {
        margin: 0 25px 0 0;
    }
    .sidebar-ad-a .widget {
        width: 480px;
        margin: 0 auto;
        padding: 0;
    }
    .sidebar-ad-a .widget img {
        max-width: 480px;
    }
    .sidebar-ad-b {
        width: 480px;
        margin-top: 15px;
        padding: 0;
        border: none;
    }
    .sidebar-ad-b .widget {
        margin-bottom: 15px;
        padding: 0;
    }
    .sidebar-ad-b .widget img {
        max-width: 480px;
    }
    #sidebar-ad-c {
        width: auto;
        border: none;
    }
    #sidebar-ad-c .sidebar-ad-c {
        width: 480px;
        margin: 0 auto 15px;
        padding: 0;
        border: none;
    }
    #sidebar-ad-c .widget {
        width: auto;
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
    }
    #sidebar-ad-c .widget img {
        max-width: 480px;
    }
    #sidebar-secondary {
        width: 216px;
    }
    #sidebar-homepage-box {}
    #sidebar-homepage-box .sidebar-homepage,
    #sidebar-homepage-box .sidebar-homepage.last {
        width: 50%;
    }
    #sidebar-homepage-box .sidebar-homepage.odd {
        clear: left;
    }
    #sidebar-homepage-box .sidebar-homepage.odd>div {
        margin: 0 7.5px 0 0;
    }
    #sidebar-homepage-box .sidebar-homepage.even>div {
        margin: 0 0 0 7.5px;
    }
    .sidebar-position-right div.sidebar-post,
    .sidebar-position-none div.sidebar-post {
        left: 15px;
    }
    .sidebar-position-left div.sidebar-post {
        right: 15px;
    }
    h1 {
        font-size: 2.0em;
    }
    h2 {
        font-size: 1.7em;
    }
    h3 {
        font-size: 1.35em;
    }
    h4 {
        font-size: 1.15em;
    }
    h5 {
        font-size: 1em;
    }
    .wp-caption.alignleft {
        margin-left: -20px;
    }
    .wp-caption.alignright {
        margin-right: -20px;
    }
    blockquote p {
        line-height: 1.535em;
    }
    fieldset {
        padding: 10px 15px;
    }
    p {
        margin-bottom: 0.5em;
    }
    .post-template {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    .post-default {
        padding-top: 15px;
        padding-bottom: 0;
    }
    .post-default:first-child {
        padding-top: 0;
    }
    .post-default .post-title {
        font-size: 1.7em;
    }
    .sticky.post-default .post-title:before {
        margin: 0 0 0.5em;
    }
    .post-default .meta {
        margin: 15px 0;
    }
    .post-default .content-data {
        padding: 15px;
    }
    .post-template.post-t6 {}
    .post-t6 {}
    .post-t6 .thumb-wrapper {}
    .post-t6-details {
        max-height: 115px;
    }
    .v2 .post-t6-yes-thumb .post-t6-details {}
    .post-t6-more {}
    .sidebar-secondary-available .post-template.post-t6 {}
    .sidebar-secondary-available .post-t6 {
        width: 249px;
    }
    .sidebar-secondary-available .post-t6 .thumb-wrapper {}
    .sidebar-secondary-available .post-t6-details {}
    .sidebar-secondary-available .post-t6-details:after {}
    .sidebar-secondary-available .post-t6-more {}
    .sidebar-secondary-inactive .post-t6 {
        width: 232px;
    }
    .sidebar-secondary-inactive .post-t6.odd {
        float: left;
        margin: 0 0 15px;
    }
    .sidebar-secondary-inactive .post-t6.even {
        float: right;
        margin: 0 0 15px;
    }
    .sidebar-secondary-inactive .post-t6 .thumb-wrapper {
        width: 232px;
        height: 165px;
    }
    .sidebar-secondary-inactive .post-t6 a.post-thumb {
        height: 165px;
    }
    .sidebar-secondary-inactive .post-t6-yes-thumb .post-t6-details {
        max-height: 130px;
    }
    .sidebar-secondary-inactive .post-t6-no-thumb .post-t6-details {
        max-height: 205px;
    }
    .post-t6-no-thumb {}
    .sidebar-secondary-available .post-t6-no-thumb:after {}
    .sidebar-secondary-available .post-t6-no-thumb .post-t6-details {}
    .post-t6-no-thumb .post-t6-details {
        max-height: 205px;
    }
    .post-t6-no-thumb h3 {}
    .sidebar-secondary-available .post-t6-no-thumb .meta {}
    .v2 {
        width: 480px;
        margin: 0 auto;
    }
    .v2 .post-t6 {
        width: 232px;
        margin-right: 0;
    }
    .v2 .post-t6.odd {
        float: left;
    }
    .v2 .post-t6.even {
        float: right;
    }
    .v2 .post-t6 .thumb-wrapper {
        width: 232px;
        height: 165px;
    }
    .v2 .post-t6 a.post-thumb {
        height: 165px;
    }
    .v2 .post-t6-yes-thumb .post-t6-details {
        max-height: 130px;
    }
    .v2 .post-t6-no-thumb .post-t6-details {
        max-height: 205px;
    }
    .posts-sticky {
        width: 480px;
        padding-top: 15px;
    }
    #posts-sticky:before {
        background-image: none!important;
    }
    .posts-sticky-a {
        width: 480px;
    }
    .post-sticky-recent {
        width: 480px;
        height: 342px;
        margin-bottom: 15px;
    }
    .post-sticky-recent a {
        width: 480px;
        height: 342px;
    }
    .post-sticky-recent a>div {
        padding: 25px;
    }
    .posts-sticky-b {
        width: 100%;
    }
    .post-sticky {
        width: 232px;
        height: 165px;
        margin-bottom: 15px;
    }
    .posts-sticky .odd {
        float: right;
    }
    .posts-sticky .even {
        float: left;
    }
    .post-sticky a {
        width: 232px;
        height: 165px;
    }
    #posts-most-viewed {
        width: 480px;
        margin-top: 15px;
    }
    .post-most-viewed {
        width: 232px;
        height: 165px;
        margin-right: 0;
    }
    .post-most-viewed.first {
        margin-bottom: 15px;
    }
    .post-most-viewed.odd {
        float: left;
        clear: left;
    }
    .post-most-viewed.even {
        float: right;
    }
    .post-most-viewed-front {
        width: 222px;
        height: 155px;
    }
    .post-most-viewed-back {
        width: 232px;
        height: 165px;
    }
    .posts-related-wrapper {
        padding-top: 25px;
    }
    .posts-related-wrapper h6 {
        margin-bottom: 25px;
    }
    .posts-related-2-wrapper div.posts-related-post-wrapper {
        width: 224px;
    }
    .posts-related-2-wrapper a.post-thumb {
        height: 158px;
    }
    .posts-related-2-wrapper a.post-thumb:before,
    .posts-related-2-wrapper a.post-thumb:after {
        font-size: 24px;
    }
    .posts-related-3-wrapper div.posts-related-post-wrapper {
        width: 150px;
    }
    .posts-related-3-wrapper a.post-thumb {
        height: 105px;
    }
    .posts-related-3-wrapper a.post-thumb:before,
    .posts-related-3-wrapper a.post-thumb:after {
        font-size: 24px;
    }
    .posts-related-details-wrapper>div h5 {
        padding: 15px;
    }
    #sidebar .widget-posts,
    #sidebar .widget_search {
        padding: 20px;
    }
    #content-holder #sidebar .sidebar .widget_calendar {
        padding: 0;
    }
    div#content-holder #sidebar .sidebar .widget_wp_review_tab {
        width: auto;
    }
    #buddypress .activity-list li.load-more {
        padding-top: 15px;
    }
    #item-nav {
        margin-bottom: 15px;
    }
    .single-item #item-header-content,
    .bp-user #item-header {
        padding-bottom: 5px;
    }
    #buddypress div.item-list-tabs,
    #search-groups-form input,
    #buddypress div.dir-search input[type="text"],
    #buddypress div.message-search input[type="text"],
    #buddypress input[type="submit"],
    #buddypress input[type="button"],
    #buddypress input[type="reset"],
    #buddypress button.submit {
        font-size: 12px;
    }
    #buddypress input[type="submit"],
    #buddypress input[type="button"],
    #buddypress input[type="reset"],
    #buddypress button.submit {
        text-indent: -9999px;
        padding-top: 0.8em;
        padding-bottom: 0.8em;
    }
    #item-nav {
        padding: 15px;
    }
    #buddypress div#subnav.item-list-tabs ul li.last {
        position: relative;
    }
    #buddypress div.dir-search input[type="text"],
    #buddypress div.message-search input[type="text"] {
        padding: 0.8em 1em;
    }
    #buddypress div.message-search input[type="text"],
    #buddypress #search-members-form input[type="text"] {
        font-size: 12px;
        padding-top: 0.8em;
        padding-bottom: 0.8em;
    }
    .single-item #item-header-content,
    #item-header {
        width: 255px;
    }
    #item-header-avatar>a {
        width: 75px;
        height: 75px;
    }
    .activity-type-tabs {
        padding: 15px;
    }
    .icons-social {
        display: table;
        float: none;
        width: auto;
        margin: 0 auto;
    }
    .column {
        float: none;
        width: auto!important;
    }
    .column>div {
        margin-right: 0!important;
    }
    .st_icon_box_16:before {
        top: 0.60em;
    }
    .st_icon_box_32:before {
        top: 0.2em;
    }
    .pullquote {
        line-height: 1.535;
        margin-bottom: 10px;
        padding: 10px 15px 15px;
    }
    .pullquote-left {
        margin-right: 10px;
    }
    .pullquote-right {
        margin-left: 10px;
    }
    .notice {
        padding: 20px 25px 15px;
    }
    .notice-frontpage {
        font-size: 1em;
        padding: 50px 25px;
    }
    .notice-frontpage p {
        margin-bottom: 1em;
    }
    .st-ul li {
        padding: 5px 15px;
    }
    .st-tabs {
        padding: 15px;
    }
    .toggle-title,
    .toggle-box {
        padding: 15px;
    }
    .separator-or {
        margin-bottom: 15px;
    }
    h1.post-title {
        font-size: 2.0em;
        letter-spacing: -0.02em;
        padding-bottom: 0;
    }
    .page-title {
        font-size: 2.0em;
        letter-spacing: -0.02em;
        margin-bottom: 15px;
    }
    #article {
        padding: 15px;
    }
    #pre_next_post {
        font-size: 1em;
        line-height: 1.54em;
        margin-top: 15px;
    }
    #title-after {
        padding-bottom: 15px;
    }
    #post-before {
        padding: 15px 15px 0;
    }
    #post-after {
        padding: 0 15px 15px;
    }
    .single-author-info {
        padding: 15px 0 0 140px;
    }
    .single-author-upic {
        float: left;
        margin: 0 0 0 -140px;
    }
    .post-short-info {
        padding-left: 15px;
        padding-right: 15px;
    }
    .sidebar-position-right #article.sidebar-post-enabled,
    .sidebar-position-none #article.sidebar-post-enabled {
        padding-left: 150px;
    }
    .sidebar-position-left #article.sidebar-post-enabled {
        padding-right: 150px;
    }
    .alignleft {
        margin-right: 10px;
    }
    .alignright {
        margin-left: 10px;
    }
    .page-pagination {
        margin: 15px 0;
    }
    #term {
        margin-bottom: 15px;
        padding-bottom: 12px;
    }
    #bbpress-forums ul.bbp-replies {
        font-size: 14px;
    }
    .bbp-header {
        display: none;
    }
    #bbpress-forums li.bbp-header,
    #bbpress-forums li.bbp-body ul.forum,
    #bbpress-forums li.bbp-body ul.topic {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .bbp-forum-topic-count,
    .bbp-forum-reply-count,
    .bbp-topic-voice-count,
    .bbp-topic-reply-count {
        display: none;
    }
    li.bbp-forum-info,
    li.bbp-topic-title {
        float: none;
        width: auto;
    }
    #bbpress-forums li.bbp-forum-freshness,
    #bbpress-forums li.bbp-topic-freshness {
        float: none;
        width: auto;
        text-align: inherit;
    }
    #bbpress-forums .type-forum li.bbp-forum-freshness,
    #bbpress-forums .type-forum li.bbp-topic-freshness {
        margin-left: 34px;
    }
    #bbpress-forums li.bbp-forum-freshness .bbp-topic-meta,
    #bbpress-forums li.bbp-topic-freshness .bbp-topic-meta {
        display: inline;
        margin-top: 0;
    }
    #bbpress-forums ul.bbp-lead-topic,
    #bbpress-forums ul.bbp-topics,
    #bbpress-forums ul.bbp-forums,
    #bbpress-forums ul.bbp-replies,
    #bbpress-forums ul.bbp-search-results,
    #bbpress-forums>#subscription-toggle,
    .bbp-pagination .bbp-pagination-links span,
    .bbp-pagination .bbp-pagination-links a,
    div.bbp-template-notice.info {
        margin-bottom: 15px;
    }
    div.bbp-template-notice.info,
    div.bbp-template-notice {
        padding: 1em 2em;
    }
    .sidebar .widget.widget_display_search {
        padding: 20px;
    }
    #content-parent fieldset.bbp-form,
    #container fieldset.bbp-form,
    #wrapper fieldset.bbp-form {
        padding: 0 15px 15px;
    }
    div.bbp-forum-header,
    div.bbp-topic-header,
    div.bbp-reply-header,
    li.bbp-body div.hentry,
    .bbp-replies div.hentry {
        padding: 15px 0 0;
    }
    #bbpress-forums div.bbp-forum-author,
    #bbpress-forums div.bbp-topic-author,
    #bbpress-forums div.bbp-reply-author {
        width: 75px;
    }
    #bbpress-forums div.bbp-forum-author>a img,
    #bbpress-forums div.bbp-topic-author>a img,
    #bbpress-forums div.bbp-reply-author>a img {
        width: 50px;
        height: 50px;
    }
    #bbpress-forums div.bbp-forum-content,
    #bbpress-forums div.bbp-topic-content,
    #bbpress-forums div.bbp-reply-content {
        margin-left: 90px;
        padding: 0;
    }
    .comments-title {
        margin-bottom: 15px;
        padding-top: 25px;
    }
    #respond {}
    .comment-top-level .comment-box,
    #comments>li {
        margin-bottom: 15px;
    }
    #commentform {
        padding-bottom: 15px;
    }
    .error404 #content-box {
        padding-bottom: 15px;
    }
    #content-404.notice {
        margin-bottom: 25px;
    }
    body.woocommerce .woocommerce-ordering,
    body.woocommerce .woocommerce-result-count,
    body.woocommerce-page .woocommerce-ordering,
    body.woocommerce-page .woocommerce-result-count {
        margin-bottom: 15px;
    }
    body.woocommerce ul.products li.product {
        width: 232px;
        margin: 0 15px 15px 0;
        clear: none;
    }
    body.woocommerce ul.products li.product:nth-child(odd),
    body.woocommerce-page ul.products li.product:nth-child(odd) {
        float: left;
    }
    body.woocommerce ul.products li.product:nth-child(even),
    body.woocommerce-page ul.products li.product:nth-child(even) {
        float: right;
        margin-right: 0;
    }
    body.woocommerce ul.products li.product.last {
        margin-right: 0;
    }
    .st-woo-hover {}
    body.woocommerce ul.products li.product h3,
    body.woocommerce-page ul.products li.product h3 {}
    .st-woo-price {
        width: 167px;
    }
    .woocommerce #content div.product,
    .woocommerce div.product,
    .woocommerce-page #content div.product,
    .woocommerce-page div.product {
        margin-bottom: 15px;
        padding: 15px;
    }
    .woocommerce #content div.product div.images,
    .woocommerce div.product div.images,
    .woocommerce-page #content div.product div.images,
    .woocommerce-page div.product div.images {
        width: 400;
        margin: 0 0 20px;
    }
    .woocommerce #content div.product div.thumbnails a,
    .woocommerce div.product div.thumbnails a,
    .woocommerce-page #content div.product div.thumbnails a,
    .woocommerce-page div.product div.thumbnails a {
        width: 80px;
    }
    .woocommerce span.onsale,
    .woocommerce-page span.onsale {
        left: 15px;
    }
    .woocommerce #content div.product div.summary,
    .woocommerce div.product div.summary,
    .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.summary {
        width: auto;
        margin: 0 0 25px;
    }
    .st-woo-upsells ul.products {
        margin-right: 0;
    }
    .st-woo-upsells h2 {
        margin-bottom: 15px;
    }
    .woocommerce .st-woo-related ul.products li.product:nth-child(3) {
        display: none;
    }
    .st-woo-related h2 {
        margin-bottom: 15px;
    }
    .st-woo-related ul.products {
        margin-right: 0;
    }
    .woocommerce-tabs>div>h2:first-child,
    #reviews #comments h2 {
        padding-top: 0;
    }
    .sidebar .widget_product_search {
        padding: 20px;
    }
    .woocommerce table.shop_table,
    .woocommerce-page table.shop_table {
        margin-bottom: 15px;
    }
    .woocommerce .cart-collaterals .cross-sells,
    .woocommerce-page .cart-collaterals .cross-sells {
        width: 100%;
    }
    .st-woo-cross h2,
    .cart_totals h2,
    .shipping_calculator h2 {
        margin-bottom: 15px;
    }
    .woocommerce .cart-collaterals .cross-sells ul.products,
    .woocommerce-page .cart-collaterals .cross-sells ul.products {
        display: table;
        margin: 0 auto 15px;
    }
    .woocommerce .cart-collaterals .cross-sells ul.products li,
    .woocommerce-page .cart-collaterals .cross-sells ul.products li {
        width: 232px;
    }
    .woocommerce .cart-collaterals .cart_totals,
    .woocommerce-page .cart-collaterals .cart_totals,
    .woocommerce .cart-collaterals .shipping_calculator,
    .woocommerce-page .cart-collaterals .shipping_calculator {
        width: 100%;
    }
    .cart_totals {
        margin-bottom: 15px;
    }
    .woocommerce .woocommerce-error,
    .woocommerce .woocommerce-info,
    .woocommerce .woocommerce-message,
    .woocommerce-page .woocommerce-error,
    .woocommerce-page .woocommerce-info,
    .woocommerce-page .woocommerce-message {
        margin-bottom: 15px!important;
    }
    .woocommerce #content nav.woocommerce-pagination ul,
    .woocommerce nav.woocommerce-pagination ul,
    .woocommerce-page #content nav.woocommerce-pagination ul,
    .woocommerce-page nav.woocommerce-pagination ul {
        margin-bottom: 0;
    }
    #projects-selector {
        padding-top: 5px;
    }
    #projects-another,
    .projects-t5-wrapper {
        width: 480px;
    }
    .projects-t5-wrapper {
        margin-top: 25px;
    }
    .project-t5 {
        width: 232px;
        height: 165px;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .project-t5.odd {
        float: left;
    }
    .project-t5.even {
        float: right;
    }
    .project-t5-front {
        width: 222px;
        height: 155px;
    }
    .project-t5-back {
        width: 232px;
        height: 165px;
    }
    .project-t5-rotated {
        display: none;
    }
    #button-projects {
        margin-bottom: 15px;
    }
    .archive .st-format-status-holder {
        margin-bottom: 15px;
    }
    .page-template-template-authors-php #article {
        margin-bottom: 15px;
    }
    .page-template-template-authors-php .st-format-status-holder {
        width: 100%;
        margin-bottom: 15px;
    }
    .review-desc {
        width: auto;
        margin: 0;
        padding-bottom: 15px;
    }
    .review-total-wrapper {
        width: 100%;
    }
}

@media only screen and ( max-width: 479px) {
    .boxed #layout {
        max-width: 350px;
    }
    #header {}
    #header-holder {
        width: auto;
    }
    #logo {
        float: none;
        width: auto;
        height: auto;
        margin: 0 auto;
        padding: 15px 0;
    }
    #logo h2 {
        max-width: 320px;
        margin: 0;
        text-align: center;
    }
    #logo h2 img {
        margin: 0 auto;
    }
    #header-holder-2 {
        width: auto;
    }
    #content-layout {
        width: 320px;
        margin: 0 auto;
    }
    #content-holder #content-box {
        float: none;
        width: 320px;
    }
    #content-box {
        min-height: 100px;
        padding: 15px 0;
    }
    .sidebar-secondary-available #content-box>div>div:first-child {
        width: 320px;
    }
    #content-holder div.post-single {
        float: none;
        width: 320px;
        margin: 0;
    }
    #article-frontpage-2 {
        margin-bottom: 15px;
    }
    #footer-holder {
        width: 300px;
        padding-top: 25px;
        padding-bottom: 10px;
    }
    #footer-box {
        margin-right: -50px;
    }
    #copyrights-holder {
        width: 300px;
        padding: 10px;
    }
    #copyrights-box * {
        line-height: 1.575em;
    }
    #copyrights-box>div {
        width: 100%;
        text-align: center;
    }
    #menu-select {
        display: block;
        margin-bottom: 15px;
    }
    #menu {
        float: none;
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 0;
    }
    #menu>div {
        display: block;
    }
    #menu-box {
        width: 320px;
        height: auto;
        margin: 0 auto;
    }
    ul.menu {
        display: none;
    }
    #menu-2 {
        display: table;
        margin: 0 auto;
    }
    ul.menu-2 {
        text-align: center;
    }
    ul.menu-2>li {
        float: none;
    }
    ul.menu-2>li>a {
        margin: 0 5px;
        padding: 11px 7px 10px;
    }
    ul.menu-2>li.hasUl>a {
        padding-right: 7px;
    }
    ul.menu-2>li.hasUl>a:before {
        display: none;
    }
    #content-holder #sidebar {
        float: none;
        width: auto;
        padding: 0;
    }
    #content-holder .sidebar {
        margin: 0;
    }
    .sidebar .widget {
        padding: 15px;
    }
    .widget {
        margin-bottom: 15px;
    }
    #content-holder div.sidebar-post {
        position: relative;
        width: 290px;
    }
    .dark #content-holder div.sidebar-post {
        border-top-color: rgba(255, 255, 255, 0.05);
    }
    .sidebar-post,
    .sidebar-post div {
        font-size: inherit;
    }
    #stickyDiv {
        position: relative!important;
        top: auto!important;
        width: 290px;
    }
    #stickyDiv>div {
        margin: 0 0 15px;
    }
    #footer-box .sidebar-footer,
    #footer-box .sidebar-footer.last {
        float: none;
        width: 300px;
    }
    #footer-box .sidebar-footer>div,
    #footer-box .sidebar-footer.last>div {
        margin: 0;
    }
    .sidebar-ad-a .widget {
        width: 320px;
        margin: 0 auto;
        padding: 0;
    }
    .sidebar-ad-a .widget img {
        max-width: 320px;
    }
    .sidebar-ad-b {
        width: 320px;
        margin-top: 15px;
        padding: 0;
        border: none;
    }
    .sidebar-ad-b .widget {
        margin-bottom: 15px;
        padding: 0;
    }
    .sidebar-ad-b .widget img {
        max-width: 320px;
    }
    #sidebar-ad-c {
        width: auto;
        border: none;
    }
    #sidebar-ad-c .sidebar-ad-c {
        width: 320px;
        margin: 0 auto 15px;
        padding: 0;
        border: none;
    }
    #sidebar-ad-c .widget {
        width: auto;
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
    }
    #sidebar-ad-c .widget img {
        max-width: 320px;
    }
    #sidebar-secondary {
        width: 320px;
        margin: 0 0 -15px;
        padding: 15px 0 0;
    }
    #sidebar-homepage-box {}
    #sidebar-homepage-box .sidebar-homepage,
    #sidebar-homepage-box .sidebar-homepage.last {
        width: 100%;
    }
    #sidebar-homepage-box .sidebar-homepage>div {
        margin: 0;
    }
    .sidebar-position-right div.sidebar-post,
    .sidebar-position-none div.sidebar-post {
        left: auto;
    }
    .sidebar-position-left div.sidebar-post {
        right: auto;
    }
    h1 {
        font-size: 2.0em;
    }
    h2 {
        font-size: 1.7em;
    }
    h3 {
        font-size: 1.35em;
    }
    h4 {
        font-size: 1.15em;
    }
    h5 {
        font-size: 1em;
    }
    .wp-caption.alignleft {
        margin-left: -20px;
    }
    .wp-caption.alignright {
        margin-right: -20px;
    }
    blockquote p {
        line-height: 1.535em;
    }
    fieldset {
        padding: 10px 15px;
    }
    p {
        margin-bottom: 0.5em;
    }
    .post-template {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    .post-default {
        padding-top: 15px;
        padding-bottom: 0;
    }
    .post-default:first-child {
        padding-top: 0;
    }
    .post-default .post-title {
        font-size: 1.7em;
    }
    .sticky.post-default .post-title:before {
        margin: 0 0 0.5em;
    }
    .post-default .meta {
        margin: 15px 0;
    }
    .post-default .content-data {
        padding: 15px;
    }
    .post-template.post-t6 {}
    .post-t6 {}
    .post-t6.odd {
        float: none;
        margin: 0 auto 15px;
    }
    .post-t6.even {
        float: none;
        margin: 0 auto 15px;
    }
    .post-t6 .thumb-wrapper {}
    .post-t6-details {
        max-height: 115px;
    }
    .v2 .post-t6-yes-thumb .post-t6-details {}
    .post-t6-more {}
    .sidebar-secondary-available .post-template.post-t6 {}
    .sidebar-secondary-available .post-t6 {}
    .sidebar-secondary-available .post-t6 .thumb-wrapper {}
    .sidebar-secondary-available .post-t6-details {}
    .sidebar-secondary-available .post-t6-details:after {}
    .sidebar-secondary-available .post-t6-more {}
    .sidebar-secondary-inactive .post-t6 {}
    .sidebar-secondary-inactive .post-t6.odd {
        float: none;
        margin: 0 auto 15px;
    }
    .sidebar-secondary-inactive .post-t6.even {
        float: none;
        margin: 0 auto 15px;
    }
    .sidebar-secondary-inactive .post-t6 .thumb-wrapper {}
    .sidebar-secondary-inactive .post-t6 a.post-thumb {}
    .sidebar-secondary-inactive .post-t6-yes-thumb .post-t6-details {}
    .sidebar-secondary-inactive .post-t6-no-thumb .post-t6-details {}
    .post-t6-no-thumb {}
    .sidebar-secondary-available .post-t6-no-thumb:after {}
    .sidebar-secondary-available .post-t6-no-thumb .post-t6-details {}
    .post-t6-no-thumb .post-t6-details {
        max-height: 205px;
    }
    .post-t6-no-thumb h3 {}
    .sidebar-secondary-available .post-t6-no-thumb .meta {}
    .v2 {
        width: 320px;
        margin: 0 auto;
    }
    .v2 .post-t6 {
        margin: 0 auto 15px!important;
    }
    .v2 .post-t6.odd {
        float: none;
    }
    .v2 .post-t6.even {
        float: none;
    }
    .v2 .post-t6 .thumb-wrapper {}
    .v2 .post-t6 a.post-thumb {}
    .v2 .post-t6-yes-thumb .post-t6-details {}
    .v2 .post-t6-no-thumb .post-t6-details {}
    .posts-sticky {
        width: 320px;
        padding-top: 15px;
    }
    #posts-sticky:before {
        background-image: none!important;
    }
    .posts-sticky-a {
        width: 320px;
    }
    .post-sticky-recent {
        width: 320px;
        height: 228px;
        margin-bottom: 15px;
    }
    .post-sticky-recent a {
        width: 320px;
        height: 228px;
    }
    .post-sticky-recent a>div {
        padding: 25px;
    }
    .posts-sticky h1 {
        font-size: 1.7em;
    }
    .posts-sticky-b {
        width: 100%;
    }
    .post-sticky {
        margin: 0 auto 15px;
    }
    .posts-sticky .odd {
        float: none;
    }
    .posts-sticky .even {
        float: none;
    }
    .post-sticky a {}
    #posts-most-viewed {
        width: 320px;
        margin-top: 15px;
    }
    .post-most-viewed {
        margin: 0 auto 15px;
        clear: left;
    }
    .post-most-viewed.odd {
        float: none;
    }
    .post-most-viewed.even {
        float: none;
    }
    #posts-most-viewed>div.last {
        margin-right: auto;
    }
    .posts-related-wrapper {
        padding-top: 25px;
    }
    .posts-related-wrapper h6 {
        margin-bottom: 25px;
    }
    .posts-related-2-wrapper div.posts-related-post-wrapper {
        width: 224px;
    }
    .posts-related-2-wrapper a.post-thumb {
        height: 158px;
    }
    .posts-related-2-wrapper a.post-thumb:before,
    .posts-related-2-wrapper a.post-thumb:after {
        font-size: 24px;
    }
    .posts-related-3-wrapper div.posts-related-post-wrapper {}
    .posts-related-wrapper td {
        display: block;
        width: 100%;
        margin: 0 auto 15px;
    }
    .posts-related-wrapper div.posts-related-post-wrapper.first,
    .posts-related-wrapper div.posts-related-post-wrapper.last {
        margin: 0 auto;
    }
    .posts-related-3-wrapper a.post-thumb {}
    .posts-related-3-wrapper a.post-thumb:before,
    .posts-related-3-wrapper a.post-thumb:after {
        font-size: 24px;
    }
    .posts-related-wrapper div.posts-related-post-wrapper>div {
        height: auto!important;
    }
    .posts-related-details-wrapper>div h5 {
        padding: 15px;
    }
    #sidebar .widget-posts,
    #sidebar .widget_search {
        padding: 20px;
    }
    #buddypress .activity-list li.load-more {
        padding-top: 15px;
    }
    #item-nav {
        margin-bottom: 15px;
    }
    .single-item #item-header-content,
    .bp-user #item-header {
        padding-bottom: 5px;
    }
    #buddypress div.item-list-tabs,
    #search-groups-form input,
    #buddypress div.dir-search input[type="text"],
    #buddypress div.message-search input[type="text"],
    #buddypress input[type="submit"],
    #buddypress input[type="button"],
    #buddypress input[type="reset"],
    #buddypress button.submit {
        font-size: 12px;
    }
    #item-nav {
        padding: 15px;
    }
    #buddypress div#subnav.item-list-tabs ul li.last {
        position: relative;
    }
    #buddypress div.dir-search,
    #buddypress div.message-search {
        margin: 0 0 15px;
    }
    #buddypress div.dir-search input[type="text"],
    #buddypress div.message-search input[type="text"] {
        width: 243px;
        padding-top: 0.9em;
        padding-bottom: 0.9em;
    }
    #buddypress div.dir-search input[type="text"],
    #buddypress div.message-search input[type="text"],
    #buddypress #search-members-form input[type="text"] {
        width: 241px;
    }
    #buddypress div#subnav.item-list-tabs ul li.groups-members-search {
        display: block;
    }
    #buddypress div#subnav.item-list-tabs ul li.groups-members-search #members_search {
        width: 241px;
        margin-bottom: 15px;
    }
    .single-item #item-header-content,
    #item-header {
        width: auto;
        padding-bottom: 5px;
    }
    #item-header-avatar>a {
        width: 75px;
        height: 75px;
    }
    .activity-type-tabs {
        padding: 15px;
    }
    .icons-social {
        display: table;
        float: none;
        width: auto;
        margin: 0 auto;
    }
    .column {
        float: none;
        width: auto!important;
    }
    .column>div {
        margin-right: 0!important;
    }
    .st_icon_box_16:before {
        top: 0.60em;
    }
    .st_icon_box_32:before {
        top: 0.2em;
    }
    .pullquote {
        line-height: 1.535;
        margin-bottom: 10px;
        padding: 10px 15px 15px;
    }
    .pullquote-left {
        margin-right: 10px;
    }
    .pullquote-right {
        margin-left: 10px;
    }
    .notice {
        padding: 20px 25px 15px;
    }
    .notice-frontpage {
        font-size: 1em;
        padding: 25px;
    }
    .notice-frontpage p {
        margin-bottom: 1em;
    }
    .st-ul li {
        padding: 5px 15px;
    }
    .st-tabs {
        padding: 15px;
    }
    .toggle-title,
    .toggle-box {
        padding: 15px;
    }
    .separator-or {
        margin-bottom: 15px;
    }
    h1.post-title {
        font-size: 2.0em;
        letter-spacing: -0.02em;
        margin-bottom: 0;
    }
    .page-title {
        font-size: 2.0em;
        letter-spacing: -0.02em;
        margin-bottom: 15px;
    }
    #article {
        padding: 15px;
    }
    .sidebar-position-right #article.sidebar-post-enabled,
    .sidebar-position-none #article.sidebar-post-enabled {
        padding-left: 15px;
    }
    .sidebar-position-left #article.sidebar-post-enabled {
        padding-right: 15px;
    }
    .post-short-info {
        padding-left: 15px;
        padding-right: 15px;
    }
    #pre_next_post {
        width: 300px;
        font-size: 1em;
        line-height: 1.54em;
        margin-top: 15px;
        margin-left: auto;
        margin-right: auto;
    }
    #title-after {
        padding-bottom: 15px;
    }
    #post-before {
        padding: 15px 15px 0;
    }
    #post-after {
        padding: 0 15px 15px;
    }
    .single-author-info {
        padding: 15px 0 0 100px;
    }
    .single-author-upic {
        width: 75px;
        height: 75px;
        float: left;
        margin: 0 0 0 -100px;
    }
    .single-author-upic img {
        width: 75px;
        height: 75px;
    }
    .alignleft {
        margin-right: 10px;
    }
    .alignright {
        margin-left: 10px;
    }
    .page-pagination {
        margin: 15px 0;
    }
    #term {
        margin-bottom: 15px;
    }
    #bbpress-forums ul.bbp-replies {
        font-size: 14px;
    }
    .bbp-header {
        display: none;
    }
    #bbpress-forums li.bbp-header,
    #bbpress-forums li.bbp-body ul.forum,
    #bbpress-forums li.bbp-body ul.topic {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .bbp-forum-topic-count,
    .bbp-forum-reply-count,
    .bbp-topic-voice-count,
    .bbp-topic-reply-count {
        display: none;
    }
    li.bbp-forum-info,
    li.bbp-topic-title {
        float: none;
        width: auto;
    }
    #bbpress-forums li.bbp-forum-freshness,
    #bbpress-forums li.bbp-topic-freshness {
        float: none;
        width: auto;
        text-align: inherit;
    }
    #bbpress-forums .type-forum li.bbp-forum-freshness,
    #bbpress-forums .type-forum li.bbp-topic-freshness {
        margin-left: 34px;
    }
    #bbpress-forums li.bbp-forum-freshness .bbp-topic-meta,
    #bbpress-forums li.bbp-topic-freshness .bbp-topic-meta {
        display: inline;
        margin-top: 0;
    }
    #bbpress-forums ul.bbp-lead-topic,
    #bbpress-forums ul.bbp-topics,
    #bbpress-forums ul.bbp-forums,
    #bbpress-forums ul.bbp-replies,
    #bbpress-forums ul.bbp-search-results,
    #bbpress-forums>#subscription-toggle,
    .bbp-pagination .bbp-pagination-links span,
    .bbp-pagination .bbp-pagination-links a,
    div.bbp-template-notice.info {
        margin-bottom: 15px;
    }
    div.bbp-template-notice.info,
    div.bbp-template-notice {
        padding: 1em;
    }
    .bbp-body li.bbp-forum-info>a,
    .bbp-body li.bbp-topic-title>a {
        font-size: 1em;
    }
    .sidebar .widget.widget_display_search {
        padding: 20px;
    }
    #content-parent fieldset.bbp-form,
    #container fieldset.bbp-form,
    #wrapper fieldset.bbp-form {
        padding: 0 15px 15px;
    }
    div.bbp-forum-header,
    div.bbp-topic-header,
    div.bbp-reply-header,
    li.bbp-body div.hentry {
        padding: 15px 0 0;
    }
    #bbpress-forums div.bbp-forum-header,
    #bbpress-forums div.bbp-topic-header,
    #bbpress-forums div.bbp-reply-header {
        margin-top: 0;
    }
    #bbpress-forums div.bbp-forum-author,
    #bbpress-forums div.bbp-topic-author,
    #bbpress-forums div.bbp-reply-author {
        float: none;
        display: table;
        text-align: center;
        width: 100%;
        padding: 15px 0;
    }
    #bbpress-forums div.bbp-forum-author>a img,
    #bbpress-forums div.bbp-topic-author>a img,
    #bbpress-forums div.bbp-reply-author>a img {
        width: 50px;
        height: 50px;
    }
    #bbpress-forums div.reply {
        padding-top: 15px;
    }
    #bbpress-forums div.bbp-forum-content,
    #bbpress-forums div.bbp-topic-content,
    #bbpress-forums div.bbp-reply-content {
        margin-left: 0;
        padding: 0;
    }
    #bbpress-forums div.bbp-reply-author img.avatar {
        position: inherit;
    }
    #comments,
    #respond {
        width: 300px;
        margin: 0 auto;
    }
    .comments-title {
        width: 300px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 25px;
    }
    #respond {
        padding-top: 0;
    }
    #comments .children {
        margin: 0;
    }
    .comment-top-level .comment-box,
    .comment-low-level .comment-box {
        padding-left: 0;
    }
    .avatar-box {
        float: right;
        margin-left: 1em;
    }
    .comment-top-level .comment-box,
    #comments>li {
        margin-bottom: 15px;
    }
    #commentform {
        padding-bottom: 15px;
    }
    .error404 #content-box {
        padding-bottom: 15px;
    }
    #content-404.notice {
        margin-bottom: 25px;
        padding: 25px 100px 25px 25px;
    }
    #page-404 h1 {
        padding-bottom: 10px;
    }
    .woocommerce .woocommerce-ordering,
    .woocommerce .woocommerce-result-count,
    .woocommerce-page .woocommerce-ordering,
    .woocommerce-page .woocommerce-result-count {
        float: none;
        display: table;
        margin: 0 auto 15px;
        padding: 0;
    }
    .woocommerce ul.products li.product {
        float: none;
        margin: 0 auto 15px;
        clear: both;
    }
    .woocommerce ul.products li.product:nth-child(2n),
    .woocommerce-page ul.products li.product:nth-child(2n) {
        float: none;
    }
    .woocommerce ul.products li.product.last {
        margin-right: auto;
    }
    .woocommerce #content div.product,
    .woocommerce div.product,
    .woocommerce-page #content div.product,
    .woocommerce-page div.product {
        margin-bottom: 15px;
        padding: 15px;
    }
    .woocommerce #content div.product div.images,
    .woocommerce div.product div.images,
    .woocommerce-page #content div.product div.images,
    .woocommerce-page div.product div.images {
        width: 290px;
        margin: 0 0 20px;
    }
    .woocommerce #content div.product div.thumbnails a,
    .woocommerce div.product div.thumbnails a,
    .woocommerce-page #content div.product div.thumbnails a,
    .woocommerce-page div.product div.thumbnails a {
        width: 58px;
    }
    .woocommerce span.onsale,
    .woocommerce-page span.onsale {
        left: 15px;
    }
    .woocommerce #content div.product div.summary,
    .woocommerce div.product div.summary,
    .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.summary {
        width: auto;
        margin: 0 0 25px;
    }
    .st-woo-upsells ul.products {
        margin-right: 0;
    }
    .woocommerce .st-woo-upsells ul.products li.product {
        margin-bottom: 15px;
    }
    .st-woo-upsells h2 {
        margin-bottom: 15px;
    }
    .st-woo-related ul.products {
        margin-right: 0;
    }
    .woocommerce .st-woo-related ul.products li.product {
        margin: 0 auto 15px;
    }
    .woocommerce .st-woo-related ul.products li.product:last-child {
        margin-bottom: 0;
    }
    .st-woo-related h2 {
        margin-bottom: 15px;
    }
    .woocommerce-tabs>div>h2:first-child,
    #reviews #comments h2 {
        padding-top: 0;
    }
    .sidebar .widget_product_search {
        padding: 20px;
    }
    .woocommerce table.shop_table,
    .woocommerce-page table.shop_table {
        margin-bottom: 15px;
    }
    .woocommerce .cart-collaterals .cross-sells,
    .woocommerce-page .cart-collaterals .cross-sells {
        width: 100%;
    }
    .st-woo-cross h2,
    .cart_totals h2,
    .shipping_calculator h2 {
        margin-bottom: 15px;
    }
    .woocommerce .cart-collaterals .cross-sells ul.products,
    .woocommerce-page .cart-collaterals .cross-sells ul.products {
        display: table;
        margin: 0 auto 15px;
    }
    .woocommerce .cart-collaterals .cross-sells ul.products li.product:first-child,
    .woocommerce-page .cart-collaterals .cross-sells ul.products li.product:first-child {
        margin-bottom: 15px;
    }
    .woocommerce .cart-collaterals .cart_totals,
    .woocommerce-page .cart-collaterals .cart_totals,
    .woocommerce .cart-collaterals .shipping_calculator,
    .woocommerce-page .cart-collaterals .shipping_calculator {
        width: 100%;
    }
    .cart_totals {
        margin-bottom: 15px;
    }
    .woocommerce .woocommerce-error,
    .woocommerce .woocommerce-info,
    .woocommerce .woocommerce-message,
    .woocommerce-page .woocommerce-error,
    .woocommerce-page .woocommerce-info,
    .woocommerce-page .woocommerce-message {
        margin-bottom: 15px!important;
    }
    .woocommerce #content nav.woocommerce-pagination ul,
    .woocommerce nav.woocommerce-pagination ul,
    .woocommerce-page #content nav.woocommerce-pagination ul,
    .woocommerce-page nav.woocommerce-pagination ul {
        margin-bottom: 0;
    }
    #projects-selector {
        padding-top: 5px;
    }
    #projects-another,
    .projects-t5-wrapper {
        width: 320px;
    }
    .projects-t5-wrapper {
        margin-top: 25px;
    }
    .project-t5 {
        margin: 0 auto 15px!important;
    }
    .project-t5.odd {
        float: none;
    }
    .project-t5.even {
        float: none;
    }
    .project-t5-rotated {
        display: none;
    }
    #button-projects {
        margin-bottom: 15px;
    }
    .archive .st-format-status-holder {
        margin-bottom: 15px;
    }
    .page-template-template-authors-php #article {
        margin-bottom: 15px;
    }
    .page-template-template-authors-php .st-format-status-holder {
        width: 100%;
        margin-bottom: 15px;
    }
    .review-desc {
        width: auto;
        margin: 0;
        padding-bottom: 15px;
    }
    .review-total-wrapper {
        width: 100%;
    }
    .review-total-wrapper span.review-total-box {
        text-align: right;
    }
    div.review-total-star {
        position: relative;
        top: auto;
        right: auto;
    }
}
@media only screen and (max-width: 900px) {
    #profile_search_results_profile_pic .profile_search_result_item {
        width: 23%!important;
        margin: 0 1% 12px!important;
            min-height: 230px;
    }
}
@media only screen and (max-width: 768px) {
    #profile_search_results_profile_pic .profile_search_result_item {
        width: 48%!important;
    }
    .profile_search_form .search_col {
    width: 100%!important;
}
.left_content_search, .right_column, .content {
    width: 100%!important;
    margin: 0;  
}
.right_content_search {
    width: 100%!important;
    margin-left: 0;
    max-width: 100%!important;
}
}

@media only screen and (max-width: 320px) {
	.feed_buttons {
		float: none;width: 100%;
	}
	
	.download_pdf {
		text-align:center;float: right;
	}
	
	.profile_box h1 {
		clear:right;
		text-align:center;
	}
}


.profile .profile_box h1 {
	line-height:normal !important;
}