.tinynav {
    display: none;
}

.alignleft {
    float: left
}

.alignright {
    float: right
}

.post_thumb {
    clear: both
}
.wp-caption-text {
    background: rgba(255,255,255,0.5);
    color: #000;
    font-style:italic;
}
.bypostauthor {
    display: none;
}
.wp-caption {
    max-width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    padding: 5px 5px;
    border-radius: 5px;
    text-align: center
}

.aligncenter {
    margin: 0 auto
}

.sticky {
    background: rgba(255, 0, 0, 0.3)
}

.gallery-caption {
    background: rgba(0, 0, 0, 0.5);
    padding: 5px 5px
}

.one_half, .one_third, .two_third, .three_fourth, .one_fourth {
    margin-right: 4%;
    float: left;
    line-height: 21px;
    margin-bottom: 20px;
    position: relative
}

.one_half {
    width: 48%
}

.one_third {
    width: 30.6666%
}

.two_third {
    width: 65.3332%
}

.one_fourth {
    width: 22%
}

.three_fourth {
    width: 74%
}

#main .last {
    margin-right: 0 !important;
    clear: right
}

.clearboth {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    width: 100%;
    overflow: hidden
}

.nav-tabs {
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: #d8d8d8 solid 3px;
}

.nav-tabs li a {
    display: block;
    float: left;
    padding: 10px 20px;
    margin-right: 8px;
    text-decoration: none;
    font-size: 15px;
    color: #fff;
    border-radius: 3px 3px 0 0;
    text-transform: uppercase;
}

.nav-tabs li.active a {
    background: #d8d8d8;
    color: #454444
}

.tab_content {
    padding: 20px 10px
}

.progress-bar {
    background: transparent;
    height: 37px;
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 3px;
}

.progress-bar-content {
    height: 37px
}

.progress-bar .progress-title {
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    position: absolute;
    top: 10px;
    left: 13px
}

.progress-bar .percentage {
    font-size: 14px;
    color: #626363;
    font-weight: normal;
    position: absolute;
    top: 10px;
    left: 90%
}

.person {
    text-align: center
}

.person-img {
    margin-bottom: 25px
}

.person-author-wrapper {
    margin-bottom: 25px
}

.person-author-wrapper span {
    display: block
}

.person-author a {
    display: inline-block;
    height: 19px
}

.person-author .social-icon {
    display: block;
    float: right;
    position: relative;
    margin-left: 19px;
    margin-top: 10px
}


.bbtn a {
    margin-right: 30px;
    color: #fff;
}

.bbtn {
    background: #555;
    color: #fff !important;
    text-decoration: none;
    display: inline-block;
    margin: 0 0 10px 10px
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 15px;
    padding: 11px 19px;
}

.bbtn:hover {
    background: #333;
    color: #fff;
    text-decoration: none;
}

.btn a {
    margin-right: 30px
}

.btn {
    text-decoration: none;
    display: inline-block;
    margin: 0 0 10px 10px
}

.btn:hover {
    color: #fff;
    text-decoration: none;
}
.btn.firm, input[type="submit"], button {
    color: #fff;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s
}
.btn.firm:hover, input[type="submit"]:hover, button:hover {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s
}
.btn.black {
    background: #202020;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s
}

.btn.black:hover {
    background: #111111;
    color: #fff;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s
}

.btn.orange {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    background: #eeb135
}

.btn.orange:hover {
    background: #e69d1f;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s
}

.btn.blue {
    background: #62abde;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s
}

.btn.blue:hover {
    background: #4495d3;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s
}

.btn.red {
    background: #a9292a;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s
}

.btn.red:hover {
    background: #931717;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s
}
.btn.pink {
    background: #d44891;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s
}

.btn.pink:hover {
    background: #c72d75;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s
}
.btn.green {
    background: #85a64e;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s
}

.btn.green:hover {
    background: #678f32;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s
}
.btn.aqua {
    background: #49beb6;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s
}

.btn.aqua:hover {
    background: #2eaca3;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s
}
.btn.teal {
    background: #597f81;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s
}

.btn.teal:hover {
    background: #3b6163;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s
}
.btn.purple {
    background: #66546f;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s
}

.btn.purple:hover {
    background: #473750;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s
}
.btn.silver,
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce #content input.button, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce-page #respond input#submit, .woocommerce-page #content input.button{
    background: #a6a6a6;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s
}

.btn.silver:hover,
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce #content input.button:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page #content input.button:hover{
    background: #8c8a8a;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s
}
.btn.grey {
    background: #505050;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s
}

.btn.grey:hover {
    background: #343434;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s
}
.alert {
    padding: 8px;
    text-align: center;
    position: relative;
    margin-bottom: 10px;
}

.alert .msg {
    padding: 0 50px 0 10px
}

.alert .toggle-alert {
    position: absolute;
    top: 50%;
    right: 25px;
    display: block;
    width: 12px;
    height: 20px;
    text-decoration: none;
    margin-top: -10px;
}

.alert .toggle-alert:before {
    content: "\f00d";
    font-family: FontAwesome
}

.alert.general, .wpcf7-validation-errors {
    background: #ffecc9;
    color: #db6d12;
}
.alert.general .toggle-alert {
    color: #edac6d;
}
.alert.general .msg:before {
    font-family: FontAwesome;
    content: "\f0c6";
    float: left;
}
.alert.error, .wpcf7-not-valid-tip {
    background: #f8dee0 !important;
    color: #af2c20 !important
}
.alert.error .toggle-alert {
    color: #d38580;
}
.alert.error .msg:before {
    font-family: FontAwesome;
    content: "\f071";
    float: left
}
.wpcf7-not-valid-tip:before {
    font-family: FontAwesome;
    content: "\f071";
    float: left;
    margin-right: 10px
}
.alert.success, .woocommerce-message:before {
    background: #c9f1b5;
    color: #4f5f39
}
.woocommerce-message {
    border-top: 3px solid #c9f1b5;
}
.alert.success .toggle-alert {
    color: #8ca877;
}
.alert.success .msg:before {
    font-family: FontAwesome;
    content: "\f14a";
    float: left
}

.alert.notice {
    background: #e2edf3;
    color: #4671a3
}
.alert.notice .toggle-alert {
    color: #94afcb;
}
.alert.notice .msg:before, .wpcf7-validation-errors:before {
    font-family: FontAwesome;
    content: "\f05a";
    float: left
}

.wpcf7-validation-errors:before {
    margin-right: 10px
}

.highlight1 {
    background: #fff;
    padding: 2px;
    color: #000
}

.highlight2 {
    background: #000;
    color: #fff;
    padding: 2px
}

.dropcap {
    font-size: 60px;
    margin-right: 6px;
    padding-top: 11px;
    text-transform: uppercase;
    float: left;
    position: relative;
    top: 5px;
    padding-bottom: 11px
}

.video-shortcode {
    margin-bottom: 25px
}

.social_links_shortcode ul {
    margin-left: 0;
    padding-left: 0
}

.social_links_shortcode .social li {
    display: inline-block;
    position: relative;
    width: 30px;
    margin-bottom: 20px
}

.error_page .useful_links {
    width: 25.06%;
    padding-left: 5%
}

.fontawesome-icon {
    display: inline-block !important;
    float: left
}

.fontawesome-icon {
    margin-right: 10px
}

.fontawesome-icon.circle-yes {
    -moz-border-radius: 75px;
    -webkit-border-radius: 75px;
    border-radius: 75px;
    background-color: #333;
    color: #fff;
    text-align: center;
    margin-top: 2px
}

.fontawesome-icon.large {
    font-size: 40px
}

.fontawesome-icon.large.circle-yes {
    width: 70px;
    height: 70px;
    line-height: 70px
}

.fontawesome-icon.medium {
    font-size: 18px
}

.fontawesome-icon.medium.circle-yes {
    width: 35px;
    height: 35px;
    line-height: 35px
}

.fontawesome-icon.small {
    font-size: 10px
}

.fontawesome-icon.small.circle-yes {
    width: 18px;
    height: 18px;
    line-height: 18px
}

.fontawesome-icon.circle-no.large {
    margin-top: 2px
}

.fontawesome-icon.circle-no.medium {
    margin-top: 3px
}

.fontawesome-icon.circle-no.small {
    margin-top: 5px
}

.icon-heading .fontawesome-icon {
    margin-top: -6px !important
}

.content-boxes .heading .fontawesome-icon {
    float: left
}

.content-boxes .heading-and-icon h2 {
    padding-left: 45px
}

.shortcode-tabs .tab_content ul.arrow {
    float: none
}

.container .last {
    clear: right;
    margin-right: 0 !important
}

.columns {
    overflow: hidden;
    margin: 0 0 80px
}

.columns .col {
    float: left;
    width: 23%;
    padding: 0 2.6666666% 0 0
}

.columns-3 .col {
    width: 31.42857%
}

.columns-3 .col:nth-child(3n+1) {
    clear: both
}

.columns-3 .col:nth-child(3n) {
    padding-right: 0
}

.columns-4 .col {
    width: 23%;
    padding: 0 2.6666666% 0 0
}

.columns-4 .col:nth-child(4n+1) {
    clear: both
}

.columns-4 .col:nth-child(4n) {
    padding-right: 0
}

.columns .col.last {
    padding: 0
}

.col .heading {
    overflow: hidden;
    margin: 0 0 15px
}

.col .heading img {
    float: left;
    margin: 0 10px 0 0
}

.col p {
    margin: 0 0 23px
}

h3.toggle {
    overflow: hidden;
    margin: 3px 0 0;
    background: #d8d8d8;
    border-radius: 3px;
    line-height: 36px;
}
h3.toggle.active {
    border-radius: 3px 3px 0 0 ;
}

h3.toggle:hover a {
    color: #fff;
}
h3.toggle a {
    cursor: pointer;
    overflow: hidden;
    margin: 0;
    text-decoration: none;
    float: left;
    width: 100%;
}

h3.toggle.active a {
    border-bottom: 0
}

h3.toggle span.arrow:before {
    font-family: FontAwesome;
    display: block;
    width: 40px;
    height: 40px;
    float: left;
    font-size: 22px;
    line-height: 40px;
    text-align: center;
    margin-right: 18px;
    content: "\f067";
    transition: all .5s
}
h3.toggle:hover span.arrow:before {
    color: #fff;
}
h3.toggle.active span.arrow:before {
    content: "\f068";
    transition: all .5s
}

h3.toggle span.toggle-title {
    float: left;
    width: 90%
}

.toggle-content {
    padding-bottom: 15px;
    position: relative;
    display: none;
    padding-left: 60px;
    padding-right: 10px;
    background: none repeat scroll 0 0 #D8D8D8;
    border-radius: 0 0 3px 3px;
}

.reading-box {
    overflow: hidden;
    padding: 28px 28px 27px 31px;
    margin: 0 0 50px
}

.container .reading-box h2 {
    margin: 0 0 7px
}

.reading-box p {
    margin: 15px 260px 0 0 !important
}

.mobile-button {
    display: none;
    margin: 20px 0 0;
    float: none;

}

.continue {
    float: right
}

.clear {
    clear: both;
    padding: 0px 20px 20px 20px;
}

.review {
    clear: both
}

.c_quot {
    font-size: 36px;
    font-style: italic;
    font-family: Arial;
    opacity: 1 !important;
    margin-bottom: 25px !important;
    padding-bottom: 25px !important;
}

.reviews {
    max-width: 600px;
    margin: 0 auto;
    text-align: center
}

.review blockquote {
    background: none !important;
    border-left: none !important;
    padding: 0 !important;
    margin: 0 !important
}

.review blockquote q {
    display: block
}

.review blockquote div {
    display: block;
    padding: 12px 0 0 2px;
    overflow: hidden;
    font-style: normal !important
}

.review blockquote div strong {
    padding: 0;
    font-style: normal !important
}

.review blockquote div span {
    font-style: normal !important
}

.review a {
    text-decoration: none
}

.review blockquote div {
    line-height: 15px
}

.review blockquote div .company-name {
    display: block;
    min-height: 29px;
    padding-top: 6px;
    font-style: normal !important
}

.social-networks {
    list-style: none;
    margin: 0;
    padding: 0;
    clear: both
}

.social-networks li {
    display: inline-block;
    margin: 0 10px
}

.social-networks li a:before {
    font-family: zocial
}

img.alignleft {
    float: left;
    margin: 0 10px 5px 0
}

img.alignright {
    float: right;
    margin: 0 0 5px 10px
}

.pricing_table_sc>div {
    margin-bottom: 10px
}

.pricing_table_sc ul {

    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    /*border:1px solid #e3e3e3;*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

}

.pricing_table_sc ul li {
    margin: 0 !important
}

.title-row {
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background: rgba(0, 0, 0, 0.1);
    padding: 25px 0;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 900;
}

.pricing-row {
    background: rgba(0, 0, 0, 0.1);
    padding: 25px 0;
    font-size: 44px;
    font-weight: bold;
    font-weight: 900;
    border-bottom: 1px solid rgba(227, 227, 227, .3);
}

.pricing-row sup {
    font-size: 24px
}

.pricing-row .time {
    font-weight: normal;
    font-size: 16px
}

.normal-row {
    padding: 15px 0;
    border-bottom: 1px solid rgba(227, 227, 227, .3);
}

.footer-row {
    padding: 20px 0
}

ul.arrow {
    list-style: none
}

ul.arrow li:before {
    content: "\f054";
    float: left;
    font-family: FontAwesome;
    margin-right: 5px
}

::-webkit-input-placeholder {
    color: #454444;
    font: inherit
}

:-moz-placeholder {
    color: #454444;
    font: inherit
}

.placeholder {
    color: #454444;
    font: inherit
}

#gmap {
    min-height: 350px;
    color: #000
}

.team_entry p {
    margin: 15px
    padding:30px;
}

.section_exc {
    margin-bottom: 25px;
    clear: both;
}
.man_box {
    position: relative;
    z-index: 20;
}
.h1 {
    font-size: 56px;
    /*color: #fff;*/
    margin-bottom: 10px;
    text-transform: uppercase;
    line-height: 56px;
}
.h2 {
    text-transform: uppercase;
    font-size: 26px;
    /*color: #fff;*/
    line-height: 26px;
}

.sub_title {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    padding-bottom: 40px;
    margin-bottom: 40px;
    background: url("../img/subline.png") no-repeat center bottom;
}
.row-fluid .first {
    margin-left: 0;
    clear: both;
}
.text-up {
    text-transform: uppercase;
}

.affix-top.back2top {
    opacity: 0;
}
.back2top {
    background: rgba( 0, 0, 0, 0.1);
    color: #fff;
    width: 38px;
    font-size: 30px;
    height: 38px;
    text-align: center;
    line-height: 35px;
    right: 5px;
    bottom: 5px;
    z-index: 999;
    cursor: pointer;
    position: fixed;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.back2top :hover{

    background: rgba( 255, 255, 255, 1);
    color: rgba( 0, 0, 0, 0.3);
    width: 38px;
    font-size: 30px;
    height: 38px;
    text-align: center;
    line-height: 35px;
    right: 5px;
    bottom: 5px;
    z-index: 999;
    cursor: pointer;
    position: fixed;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out;
}

.post-box {
    width: 100%;
    overflow: hidden;
    clear: both;
    margin-bottom: 50px;
    border-radius: 3px;
}
.left-box {
    width: 50%;
    float: left;
}
.right-box {
    width: 50%;
    float: right;
    background: #fff;
    min-height:328px ;
    color: #454444
}
.post_thumb img {
    width: 100%
}
.right-box .padding, .whitebg .padding {
    padding: 20px;
}
.full-box .padding {
    padding: 10px;
}
.full-box {
    background: #fff;
    color: #454444
}
.cycle-slideshow img, .gallery-strip img {
    width: 100%;
    height: auto;
}
.gallery-post img {
    margin-bottom: 10px;
    width: 100%
}
.post_info {
    text-transform: uppercase;
    padding-bottom: 15px;
    background: url(../images/subline.png) no-repeat left bottom;
    margin-bottom: 15px;
    font-size: 13px;
}
.post_info li {
    padding: 0 !important;
}
.slash {
    padding: 0 5px;
}
.extrab {
    font-weight: 900;
}

h1 a:active, h2 a:active, h3 a:active {
    text-decoration: none;
}
.nomarg {
    margin: 0;
}
#sidebar > div {
    margin-bottom: 20px;
}
#sidebar .widget {
    background: #fff;
    border-radius: 3px;
    overflow: hidden;
    font-size: 13px;
    color: #454444
}
#sidebar .widgettitle {
    color: #454444;
    padding: 20px;
    border-bottom: #e4e4e4 solid 1px;
    margin-bottom: 0;
}
#sidebar .widget ul li a {
    background: #fff;
    display: block;
    padding: 12px 0 12px 20px;
    border-bottom: #e4e4e4 solid 1px;
    color: #3d7f78;
    font-size: 13px;
}
#sidebar .widget ul li a:hover {
    /*background: #e4e4e4;*/
    color: #454444;
}
#sidebar .widget ul ul li a {
    background: #3d7f78;
    display: block;
    padding: 12px 0 12px 25px;
    border-bottom: rgba(255,255,255,0.1) solid 1px;
    color: #fff;
    font-size: 12px;
}
.widget_nav_menu ul ul {
    display: none;

}
.widget_nav_menu ul li.current-menu-item ul {
    display: block;
    background:#ff9900;
}
.customm li{
    background:#ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding:10px;
    margin-bottom: 4px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 900px;
    cursor: pointer;
}
.customm li:hover{
    background:#f0f0f0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.widget_text {
    background: #fff;
    border-radius: 3px;
    overflow: hidden;
    color: #454444;
}
.textwidget {
    padding: 12px 0 12px 20px;
}
#sidebar .widget_categories {
    border-radius: 3px;
    overflow: hidden;
}
#sidebar .widget_categories .widgettitle {
    color: #fff;
    padding: 20px;
    border-bottom: rgba(255,255,255,0.1) solid 1px;
    margin-bottom: 0;
}
.widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#sidebar .widget_categories ul li a,
.product-categories li a {
    display: block;
    padding: 12px 0 12px 20px;
    border-bottom: rgba(255,255,255,0.1) solid 1px;
    color: #fff;
    font-size: 13px;
}
#sidebar .widget_categories ul li a:hover,
.product-categories li a:hover {
    background: #fff;
    color: #454444;
}
#sidebar .widget_categories ul ul li a
.product-categories ul li a {
    display: block;
    padding: 12px 0 12px 25px;
    border-bottom: rgba(255,255,255,0.1) solid 1px;
    color: #fff;
    font-size: 12px;
}
#sidebar .widget_categories ul ul,
.product-categories ul {
    display: none;
}
#sidebar .widget_categories ul li.current-cat ul,
.product-categories li.current-cat ul {
    display: block;
}
.widget_recent_comments .recentcomments {
    display: block;
    padding: 12px 0 12px 20px;
    border-bottom: rgba(0,0,0,0.1) solid 1px;
}
.widget_recent_comments .recentcomments a {
    border-bottom: none !important;
    text-transform: none !important;
}
.widget_recent_entries li a {
    border-bottom: none !important;
    padding: 0 !important;
    color: #454444;
    display: block;
}
.widget_recent_entries li {
    display: block;
    padding: 12px 0 12px 20px;
    border-bottom: rgba(0,0,0,0.1) solid 1px;
}
#sidebar .widget_recent_entries li .post-date {
    font-size: 13px;
}
.widget_tag_cloud .widgettitle {
    border-bottom: none !important;
    padding-bottom: 10px !important;
}
.tagcloud {
    padding: 0 10px 10px;
    overflow: hidden;
}
.tagcloud a {
    font-size: 13px !important;
    color: #7b7b7b;
    background: #d8d8d8;
    margin: 5px 10px 5px 0;
    float: left;
    padding: 15px 10px;
    border-radius: 3px;
    text-transform: uppercase;
}
#searchsubmit {
    position: absolute;
    right: -9999px;
}
#searchform {
    margin: 15px;
}
.whitebg {
    background: #fff;
}
.gallery-strip {
    background: none;
}
.format-gallery {
    position: relative;
}
.post-stream {
    position: absolute;
    top: 0;
    left: 0;
}
.full-box .video-shortcode {
    margin: 0;
}
.center {
    margin: 0 auto;
}
.full-box.video-post {
    padding: 15px;
}
.in-post {
    overflow: hidden;
    color: #454444 !important;
}
.in-post h2,
.in-post h3,
.in-post h4,
.in-post h5,
.in-post h6 {
    color: #454444 !important;
}
#share {
    margin: 30px 0;
    clear: both;
}
#commentform {
    color: #fff;
}
.comment-body {
    background: #fff;
    padding: 15px;
    position: relative;
    margin-bottom: 30px;
    color: #454444;
}
code {
    white-space: normal;
    display: block;
}
.comment-body:before {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 19px 18px 19px;
    border-color: transparent transparent #ffffff transparent;
    top: -18px;
    left: 30px;
}
.comment-author.vcard .avatar {
    float: left;
}
.comment-author.vcard .reply {
    float: right;
}
.comment-author.vcard .comment_info {
    margin-left: 80px;
    margin-right: 100px;
}
.comment_entry {
    clear: both;
    padding-top: 15px;
}
input.black,
textarea.black {
    background: #272727;
}
input.black,
textarea.black {
    color: #fff;
}
#comment {
    height: 140px;
}
.form-submit {
    text-align: right;
}
.comment-notes {
    margin-bottom: 30px;
    padding-bottom: 15px;
    background: url("../images/subline.png") no-repeat left bottom;
}
.flickr img {
    width: 70px;
    height: 70px;
    margin: 0 3px 5px ;
}
#jtwt li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 20px;
    font-style: italic;
}
#jtwt li:before {
    font-family: FontAwesome;
    content: "\f099";
    position: absolute;
    left: -10px;
    top: 5px;
    font-size: 36px;
    font-style: normal;
}
.jtwt_date, .post-date {
    color: #a9a8a8;
    font-size: 13px;
}
.iso_inner {
    position: relative;
    width: 100%;
}
.port-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
    top: 0;
    left: 0;
    z-index: 999;
}
.pop-up {
    color: #fff;
    text-decoration: none;
    position: absolute;
    left: 50%;
    font-size: 30px;
    width: 26px;
    text-align: center;
    display: block;
    margin-left: -13px;
    height: 26px;
    top: 50%;
    margin-top: -83px;
    line-height: 26px;
}
.pop-up:hover {
    color: #fff;
}
.port-title {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 15px;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    bottom: -100px;
}
#instagram_widget img {
    width: 70px;
    height: auto;
}
#instagram_widget li {
    float: left;
    margin: 3px;
}
.form-allowed-tags {
    clear: both;
}
#comments {
    margin-bottom: 25px
}