.featureimage.iconbox_top .iconbox_content {
    padding-top:20px;
    box-shadow:none;
    border-width:1px;
    border-style:solid;
}

.featureimage .iconbox_content .iconbox_content_title {
    overflow: visible;
    word-wrap: break-word;
}

.featureimage .xtreme_image {
    margin: 0 auto;
    margin-bottom:20px;
}

.featureimage.iconbox_left_content .xtreme-image-container {
    width:47%;
    float:left;
    margin-right:3%;
}

.featureimage.iconbox_left_content .iconbox_content {
    width:50%;
    float:right;
}

.featureimage.iconbox_right_content .xtreme-image-container {
    width:47%;
    float:right;
}

.featureimage.iconbox_right_content .iconbox_content {
    width:47%;
    float:left;
    margin-right:6%;
}

.entry-content p {
    word-wrap:break-word;
}

.small-preview img {
    width:100%;
}

@media only screen and (max-width: 767px) {
    .responsive .template-blog .blog-meta {
        display:block;
    }
}

.wow.post{
    webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: all ease-in-out 0.7s;
    -moz-transition: all ease-in-out 0.7s;
    -o-transition: all ease-in-out 0.7s;
    -ms-transition: all ease-in-out 0.7s;
    transition: all ease-in-out 0.7s;
    -webkit-perspective-origin: top center;
    -moz-perspective-origin: top center;
    perspective-origin: top center;
}

.wow.post.animated {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.wow.post img,
.team-img-container .xtreme_image,
.xtreme-gallery .xtreme-gallery-big img {
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.wow.post .big-preview:hover img,
.xtreme-gallery .xtreme-gallery-big:hover img {
    -webkit-transition: all ease-in-out 2s;
    -moz-transition: all ease-in-out 2s;
    -o-transition: all ease-in-out 2s;
    -ms-transition: all ease-in-out 2s;
    transition: all ease-in-out 2s;
    -webkit-transform: scale(1.08) translateX(10px) translateY(10px);
    -moz-transform: scale(1.08) translateX(10px) translateY(10px);
    -o-transform: scale(1.08) translateX(10px) translateY(10px);
    -ms-transform: scale(1.08) translateX(10px) translateY(10px);
    transform: scale(1.08) translateX(10px) translateY(10px);
}

.wow.post .small-preview:hover img,
.team-img-container:hover .xtreme_image {
    -webkit-transition: all ease-in-out 2s;
    -moz-transition: all ease-in-out 2s;
    -o-transition: all ease-in-out 2s;
    -ms-transition: all ease-in-out 2s;
    transition: all ease-in-out 2s;
    -webkit-transform: scale(1.08)
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}

#top .title_container .main-title {
    font-size:18px;
    font-weight: 400;
}

#top .fullsize .template-blog .single-small .blog-meta {
    padding: 0 0 10px 0;
}

.more-link {
    padding: 4px 0;
    line-height: 1em;
    border-bottom: 1px solid #fdd200;
    text-transform: uppercase;
    text-decoration: none;
}

.more-link:hover {
    text-decoration: none;
}

.xtreme_desktop .xf-masonry-entry:hover .xf-masonry-image-container {
    -webkit-transition: all ease-in-out 2s;
    -moz-transition: all ease-in-out 2s;
    -o-transition: all ease-in-out 2s;
    -ms-transition: all ease-in-out 2s;
    transition: all ease-in-out 2s;
}

.comment-container {
    margin-bottom: 20px;
}

.comment-meta {
    display: inline-block;
    font-style: italic;
}

.comment-meta:before {
    content:'-';
}

.xf-share-box {
    padding-bottom:30px;
    border-bottom:1px solid;
}

.related-post-bottom {
    position: relative;
    width: 100%;
    clear: both;
    padding-top: 30px;
    border-bottom: 1px solid;
}

#top .related_posts.xf-related-style-full a,#top .related_posts.xf-related-style-full a:hover {
    border:none;
    background: none;
}

#xtreme-popupad-youtube .image-overlay,
.xf_promobox .image-overlay {
    z-index:-1;
    background:none;
}

.sort-param.sort-param-count {
    float:right;
}

#top .inner_product_header {
    text-align:center;
}

.xtreme_partner_widget a:hover .image-overlay {
    opacity:0 !important;
}


