/*
Theme Name: InfoSpy2017
Theme URI: 
Author: InfoSpyware
Author URI: 
Description: Theme editado by InfoSpy
Version: 1.1
*/
@import url("../architect/style.css");
/*-[ Footer ]-------------------*/
.main-footer { background-color: #e8e8e8 }
.copyrights {
    float: left;
    width: 100%;
    clear: both;
    padding: 32px 40px 33px;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
}
.copyrights a { border-bottom: 1px dotted }
.postsby {
    margin-bottom: 25px;
    text-transform: uppercase;
}
/*-[ Back To Top ]---------------------------*/
#move-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 25;
    width: 50px;
    font-size: 28px;
    color: #252525;
    line-height: 48px;
    text-align: center;
    background-color: transparent;
    border: 1px solid #252525;
    border-radius: 50%;
    display: inline-block;
    -webkit-backface-visibility: hidden;
}
#move-to-top:hover {
    background-color: #252525;
    color: #ffffff;
}
#move-to-top:not(.filling) {
    opacity: 0;
    visibility: hidden;
}
/*-[ Related Posts ]---------------------------*/
.related-posts {
    clear: both;
    float: left;
    width: 100%;
    padding: 0 40px;
}
.related-posts-container {
    background-color: #ffffff;
    margin: 20px -20px;
}
.related-posts .related-post {
    float: left;
    width: 50%;
    padding: 20px;
}
.related-posts .related-post:nth-child(odd) { clear: left }
.related-posts .related-post-inner {
    float: left;
    width: 100%;
}
/*-[ Post Tags ]---------------------------------*/
.tags {
    margin: 20px 0 0 0;
    width: 100%;
    float: left;
}
.tags a { margin-left: 5px }
/*-[ Author Box ]--------------------------------*/
.postauthor {
    margin: 20px 0 0 0;
    padding: 40px;
    min-height: 180px;
    float: left;
    clear: both;
    width: 100%;
}
.postauthor-container { padding: 20px }
.postauthor h4 {

}
.postauthor h5 {
    font-size: 22px;
    padding: 0;
    margin: 0;
    line-height: 24px;
    text-transform: capitalize;
}
.postauthor img {
    float: left;
    margin: 0 20px 0 0;
    border-radius: 50%;
}
.postauthor h4 a {

}
#respond h4, .total-comments, .postauthor h4, .postauthor-top {

}
.postauthor-top {
    padding-top: 5px;
    padding-bottom: 8px;
    margin-bottom: 15px;
}
.clear { clear: both }
.left { float: left }
.right { float: right }
.last { margin-right: 0 }
/*-[ Tag widget ]------------------------------*/
.widget_tag_cloud .tagcloud {
    float: left;
    padding: 20px 12px 12px 20px;
}
.tagcloud a {
    float: left;
    padding: 6px 10px;
    margin: 0 8px 8px 0;
    font-size: 13px!important;
    text-transform: uppercase;
    color: #252525;
    background-color: transparent;
    border: 1px solid #252525;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.tagcloud a:hover {
    background-color: #252525;
    color: #FFFFFF!important;
}
/*-[ Subscribe Widget ]------------------------*/
.widget #wp-subscribe input.submit { color: #252525 }
.widget #wp-subscribe input.email-field { background: #000 }
/*-[ Ad Widgets ]------------------------------*/
.ad-125 ul {
    float: left;
    width: 100%;
    margin: 0;
    list-style: none;
    max-width: 100%;
    padding: 17px;
}
.ad-125 li {
    float: left;
    width: 50%;
    margin-top: 15px;
    max-width: 46%;
    border: none;
    list-style: none!important;
    background: none;
}
.ad-125 li:nth-child(2n+2) { float: right }
.ad-125 li:first-child, .ad-125 li:nth-child(2) { margin-top: 0 }
.ad-300 {
    padding: 2px;
    overflow: hidden;
}
.ad-300 img, .ad-125 img { float: left }
/*-[ Calendar Widget ]-------------------------*/
.widget_calendar { padding: 0 }
#wp-calendar {
    margin-bottom: 0;
    border: 0;
}
#wp-calendar td {
    text-align: center;
    padding: 7px 0;
    border-top: 1px solid #dedede;
    border-right: 1px solid #dedede;
}
#wp-calendar caption {
    font-size: 16px;
    padding: 10px 0;
    font-weight: bold;
}
#wp-calendar #prev {
    text-align: left;
    padding-left: 12px;
}
#wp-calendar #next {
    text-align: right;
    padding-right: 12px;
}
#wp-calendar thead th {
    padding: 10px 0;
    text-align: center;
}
/*-[Comments]--------------*/
.nocomments {
    margin: 0;
    clear: both;
    float: left;
    width: 100%;
}
#comments {
    padding: 0;
    margin: 0;
    float: left;
    clear: both;
    width: 100%;
}
#respond h4 {

}
#commentsAdd {
    width: 100%;
    float: left;
    clear: both;
}
#comments .avatar {
    float: left;
    margin-right: 20px;
    margin-top: 10px;
    border-radius: 50%;
}
.comment time { padding-left: 10px }
#commentform {
    float: left;
    width: 100%;
    padding: 40px;
    overflow: hidden;
}
.comment #commentform, .comment .section-title { padding: 0 !important }
.comment .section-title {
    border: 0 !important;
    margin-bottom: 10px !important;
}
#cancel-comment-reply-link {
    text-decoration: underline;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 40px;
}
input#author, input#email, input#url { width: 100% }
#commentform input#submit, .contactform #submit, #mtscontact_submit {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 1;
    background-color: transparent;
    padding: 21px 22px;
    text-decoration: none;
    float: none;
    cursor: pointer;
    display: block;
    background: #252525;
    border: 1px solid #252525;
    position: relative;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
#mtscontact_submit { color: #fff }
div#mtscontact_success {
    text-align: center;
    float: left;
    width: 100%;
    margin-top: 20px;
    color: #75B71D;
}
#commentform input#submit:hover, .contactform #submit:hover, #mtscontact_submit:hover {
    color: #ffffff !important;
    background-color: #252525;
}
.contactform {
    overflow: hidden;
    margin-bottom: 35px;
}
.error { color: red }
.thanks p { color: green }
ol.commentlist {
    float: left;
    width: 100%;
    margin: 0;
}
.commentlist li {
    list-style: none;
    padding: 40px;
    float: left;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #ececec;
}
.comment-author {
    font-size: 13px;
    color: #888888;
    text-transform: uppercase;
}
.commentlist p { margin-bottom: 5px }
.ago, .fn { margin-right: 15px }
.fn {
    font-weight: bold;
    color: #252525;
}
.ago .fa, .fn .fa {
    margin-right: 5px;
    font-size: 14px;
}
.comment-meta { display: inline-block }
.comment-meta a {

}
.commentmetadata {
    overflow: hidden;
    padding-top: 10px;
}
.commentmetadata li {
    border: 0;
    padding: 0;
    margin-top: 0;
    margin-bottom: 5px;
    list-style: square;
}
.commentmetadata ol li { list-style: decimal }
.reply { float: right }
.reply a {
    text-transform: uppercase;
    font-weight: bold;
}
.commentlist .children {
    margin: 0;
    float: left;
    width: 100%;
}
.commentlist .children .comment > div { padding-left: 90px }
.commentlist .children li {

}
.avatar { float: left }
#respond {
    margin-top: -1px;
    position: relative;
}
#respond h3 { margin: 0 }
.comment-awaiting-moderation {
    font-style: italic;
    font-weight: bold;
}
.commentmetadata ul, .commentmetadata ol { margin-top: 5px }
/*-[ Comment Form ]----------------------------*/
#commentform textarea {
    width: 100%;
    max-height: 261px;
    line-height: 1.4;
}
#commentform .comment-form-fields, #commentform .form-submit {
    float: left;
    width: 43%;
    margin-right: 20px;
    clear: left;
}
#commentform .comment-form-fields p {
    margin-bottom: 10px;
    float: left;
    width: 100%;
    clear: both;
}
#commentform input#submit { width: 100% }
#commentform .comment-form-comment {
    overflow: hidden;
    margin-bottom: -100%;
}
#commentform .wp-review-comment-field a i, #commentform .wp-review-comment-field .review-result i, .comment .wp-review-comment-rating .review-result i, .comment .wp-review-comment-rating a i { color: #FFB300!important }
.logged-in #commentform .comment-form-comment { margin-bottom: 25px }
#commentform .logged-in-as + .comment-form-comment { margin-bottom: 25px }
.cancel-comment-reply a {
    float: right;
    margin-top: -8px;
}
.required {
    color: red;
    padding: 0;
    line-height: 1;
}
.comment-notes .required {
    padding-left: 0;
    padding-top: 3px;
}
.comment-notes { font-style: italic }
/*-[ Pagination ]------------------*/
.pagination {
    clear: both;
    overflow: hidden;
    float: left;
    width: 100%;
    margin-bottom: 35px;
    text-align: center;
}
.pagination ul {
    white-space: nowrap;
    padding: 0;
    clear: both;
    display: block;
    width: 100%;
    margin: 0!important;
}
.pagination ul li {
    padding: 0;
    margin: 0 10px 10px 0;
    float: left;
    display: inline;
    overflow: hidden;
    text-transform: uppercase;
}
.pagination ul li:last-child { margin-right: 0 }
.pagination ul li a, .pagination ul li span, #load-posts a {
    float: left;
    margin: 0;
    text-decoration: none;
    line-height: 28px;
    text-align: center;
    font-weight: bold;
    min-width: 1em;
    display: block;
    color: #252525;
    background-color: transparent;
    border: 1px solid #252525;
    font-size: 13px;
    text-transform: uppercase;
    background-color: transparent;
    padding: 14px 28px;
}
.pagination ul li span.dots { border: 0 }
.pagination ul li a:focus, .pagination ul li a:hover, .pagination ul li span.current, .pagination ul li span.currenttext, #load-posts a:hover, #load-posts a.loading {
    background-color: #252525;
    color: #FFFFFF!important;
}
.pagination .nav-previous { float: left }
.pagination .nav-next { float: right }
.pagination .nav-previous a, .pagination .nav-next a, #load-posts a { width: auto }
.single .pagination .current .currenttext { margin: 0 10px 10px 0 }
.posts-loop .pagination { padding: 0 10px }
.prev-project, .next-project { font-size: 42px }
/*-[ Contact Form ]------------------*/
.contact-form {
    position: relative;
    width: 100%;
    float: left;
}
.contact-form.loading:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
}
.contact-form-inputs-col { float: left }
.contact-form-inputs-col-1 {
    width: 43%;
    padding-right: 10px;
}
.contact-form-inputs-col-2 {
    width: 57%;
    padding-left: 10px;
}
.contact-form input, .contact-form textarea {
    display: block;
    width: 100%;
    float: none;
}
.contact-form input, .contact-form textarea { margin: 10px 0 }
.contact-form textarea { height: 261px }
.contact-form input[type="submit"] {

}
.mtscontact_error, .mtscontact_success {

}
.mtscontact_error { color: #B90101 }
/*-[ Search Widget ]------------------*/
.widget_search {
    overflow: visible;
    padding: 20px;
}
.widget_search .widget-title { margin: -20px -20px 20px -20px }
.no-widget-title.widget_search {
    box-shadow: none;
    padding: 0;
}
/*-[ AJAX search results ]------------------*/
.ajax-search-box-open #s {

}
.ajax-search-results-container {
    position: absolute;
    top: 58px;
    left: 0;
    width: 100%;
    z-index: 9;
    background: #fff;
    border: 1px solid #dedede;
    border-top: none;
}
.ajax-search-results-container.loading:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255,255,255,0.8);
}
ul.ajax-search-results {
    margin: 0;
    margin-top: 4px;
    padding: 0;
}
.ajax-search-results li {
    margin: 0;
    display: block;
    clear: both;
    list-style: none;
    min-height: 50px;
    padding: 15px;
}
.ajax-search-results li a {
    color: #252525;
    font-size: 13px;
    line-height: 1.6;
    font-weight: bold;
    margin-bottom: 8px;
    padding: 0;
    text-transform: uppercase;
}
.ajax-search-results .wp-post-image {
    margin-right: 20px;
    border-radius: 50%;
}
.ajax-search-results .meta {
    font-size: 13px;
    overflow: hidden;
}
.ajax-search-meta {
    margin: 6px 8px;
    height: 20px;
    font-size: 13px;
}
.ajax-search-meta .results-count {
    float: left;
    color: #aaa;
}
.ajax-search-meta .results-link { float: right }
.ajax-search-results-container .no-results {
    padding: 8px;
    color: #AAA;
    font-style: italic;
}
/*-[ Load More ]-------------------*/
.pace .pace-progress {
    background-color: #252525;
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    height: 3px;
    -webkit-transition: width 0.8s;
    transition: width 0.8s;
    -webkit-backface-visibility: hidden;
}
.admin-bar .pace .pace-progress { top: 32px }
.pace-inactive { display: none }
#load-posts {
    clear: both;
    display: block;
    margin: 0 10px;
    text-align: center;
    overflow: hidden;
}
#load-posts a {
    display: inline-block;
    float: none;
    text-decoration: none;
    margin: 0 0 50px;
    position: relative;
}
#load-posts .fa {
    font-size: 14px;
    margin-right: 25px;
    line-height: inherit;
}
#load-posts a.inactive { cursor: default }
/*-[ Misc ]---------------------------*/
pre {
    overflow: auto;
    padding: 25px 15px 15px;
    margin: 15px 0;
    position: relative;
    background: #777;
    font-family: monospace;
    color: #fff;
}
pre:before {
    content: "\f121";
    color: #FFF;
    position: absolute;
    font-size: 18px;
    right: 14px;
    top: 6px;
    font-family: fontawesome;
}
.flex-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.flex-video iframe, .flex-video object, .flex-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*-[ Parallax ]--------------------------------*/
#parallax {
    position: relative;
    padding-bottom: 30%;
    height: 0;
    overflow: hidden;
    background-size: cover;
    margin-bottom: 20px;
}
#page.parallax { padding-top: 0 }
/*-[ WP Review ]--------------------------------*/
.latestPost-review-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    padding: 2px 8px;
    z-index: 1;
    background: #252525;
    color: #FFF;
}
.latestPost-review-wrapper .review-total-star { margin: 4px 0 }
.latestPost-review-wrapper .percentage-icon {
    top: 0;
    font-size: inherit;
    font-style: normal;
}
.wp_review_tab_widget_content {
    position: relative;
    border: 1px solid #ececec;
}
.wp_review_tab_widget_content img {
    max-width: 100%;
    height: auto;
    margin-bottom: 4px;
}
.wp_review_tab_widget_content a {

}
.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: #888888;
    border-left: 1px solid #9c9c9c;
    border-bottom: 1px solid #9c9c9c;
    padding: 13px 0;
    line-height: 2.4;
    text-decoration: none;
    position: relative;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    color: #ffffff;
}
.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-color: #252525;
    border-bottom: 1px solid #252525;
}
.wp_review_tab_widget_content .inside {
    background: #ffffff;
    padding-top: 20px;
}
.wp_review_tab_widget_content .tab-content li {
    list-style-type: none;
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0px 20px 20px 20px;
    border-bottom: 1px solid #ececec;
    text-align: left;
    background: none;
    position: relative;
}
.wp_review_tab_widget_content .tab-content li:last-child {
    border: none;
    margin-bottom: 0;
}
.wp_review_tab_thumb_small {

}
.wp_review_tab_thumb_large {
    float: none;
    max-width: 100%;
    display: inline-block;
    position: relative;
}
.wp_review_tab_thumb_large .wp-post-image {
    border-radius: 0 !important;
}
.wp_review_tab_widget_content .entry-title {
    color: #252525;
    font-size: 13px;
    line-height: 1.6;
    font-weight: bold;
    margin-bottom: 8px;
    padding: 0;
    text-transform: uppercase;
}
.wp_review_tab_widget_content .wp-review-tab-postmeta {
    color: #888888;
    font-size: 13px;
    float: right;
    margin-top: 5px;
    text-transform: uppercase;
}
/* Pagination */
.wp_review_tab_widget_content .wp-review-tab-pagination {
    margin: 0;
    width: 100%;
    padding-top: 0;
    padding-bottom: 20px;
    float: left;
}
.wp_review_tab_widget_content .wp-review-tab-pagination a { margin: 0 20px }
.wp-review-tab-pagination a.next { float: right }
/* Loading... */
.wp-review-tab-loading:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255,255,255,0.8);
}
.clear { clear: both }
/* Rating... */
.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: 20px;
}
.review-total-only.small-thumb .review-result-wrapper i { color: #888888 !important }
.wp_review_tab_widget_content .has-4-tabs .tab_title.selected a { border-bottom: 1px solid #9c9c9c }
.wp_review_tab_widget_content .has-4-tabs .tab_title:nth-child(3) a { border-left: 0 }
.title-right { overflow: hidden }
.widget .review-total-only { padding: 0 }
/*-[ WP Tab Widget ]--------------------------------*/
.wpt_widget_content {
    position: relative;
    border: 1px solid #ececec;
}
.wpt_widget_content img {
    max-width: 100%;
    height: auto;
    margin-bottom: 4px;
}
.wpt_widget_content a {

}
.wpt_widget_content ul.wpt-tabs li {
    list-style: none;
    display: block;
    width: 50%;
    float: left;
    text-align: center;
    margin: 0;
    padding: 0 !important;
}
.wpt_widget_content ul.has-1-tabs li {
    width: 100%;
    float: none;
    margin: 0 auto;
}
.wpt_widget_content ul.has-2-tabs li {

}
.wpt_widget_content ul.has-3-tabs li { width: 33.33% }
.wpt_widget_content ul.has-4-tabs li { width: 50% }
.wpt_widget_content .has-4-tabs .tab_title:nth-child(3) a { border-left: 0 }
.wpt_widget_content .tab_title a {
    display: block;
    background: #888888;
    border-left: 1px solid #9c9c9c;
    border-bottom: 1px solid #9c9c9c;
    padding: 13px 0;
    line-height: 2.4;
    text-decoration: none;
    position: relative;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    color: #ffffff;
}
.wpt_widget_content .tab_title:first-child a {
    margin-left: 0;
    border-left: 0;
}
.wpt_widget_content .tab_title.selected a {
    background-color: #252525;
    border-bottom: 1px solid #252525;
}
.wpt_widget_content .inside { padding-top: 20px }
.wpt_widget_content .tab-content li {
    list-style-type: none;
    float: left;
    width: 100%;
    margin: 0;
    padding: 20px;
    border-bottom: 1px solid #ececec;
    text-align: left;
    background: none;
    position: relative;
}
.wpt_widget_content .tab-content li:last-child {
    border: none;
    margin-bottom: 0;
}
.wpt_thumb_small {

}
.wpt_thumb_large {
    float: none;
    max-width: 100%;
    display: inline-block;
    margin-bottom: 4px;
    position: relative;
}
.wpt_thumb_large .wp-post-image {
    border-radius: 0 !important;
}
.wpt_widget_content .entry-title, .wpt_comment_meta a {
    color: #252525;
    font-size: 13px;
    line-height: 1.6;
    font-weight: bold;
    margin-bottom: 8px;
    padding: 0;
    text-transform: uppercase;
}
.wpt_widget_content .wpt-postmeta, .wpt_comment_content, .wpt_excerpt {
    color: #888888;
    font-size: 13px;
    margin-top: 0;
}
.wpt_widget_content .wpt-postmeta { text-transform: uppercase }
/* Comments */
.wpt_avatar {
    margin-right: 20px;
    float: left;
    padding-top: 4px;
}
.wpt_avatar img {
    border-radius: 50%;
}
.wpt_comment_content p, .wpt_excerpt p { margin-bottom: 0 }
.wpt_comment_meta { font-weight: bold }
/* Tags tab */
.wpt_widget_content #tags-tab-content ul {
    margin: 0;
    list-style: none;
    float: left;
    padding: 0 12px 12px 20px;
}
.wpt_widget_content #tags-tab-content ul li {
    width: auto;
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0;
    border-bottom: 0;
    float: left;
}
.wpt_widget_content #tags-tab-content ul li a {
    float: left;
    padding: 6px 10px;
    margin: 0 8px 8px 0;
    font-size: 13px!important;
    text-transform: uppercase;
    color: #252525;
    background-color: transparent;
    border: 1px solid #252525;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.wpt_widget_content #tags-tab-content ul li a:hover {
    background-color: #252525;
    color: #FFFFFF!important;
}
/* Pagination */
.wpt_widget_content .wpt-pagination {
    margin: 0;
    width: 100%;
    padding-top: 0;
    padding-bottom: 20px;
    float: left;
}
.wpt_widget_content .wpt-pagination a {
    margin: 0 20px;
    float: left;
}
.wpt-pagination a.next { float: right }
/* Loading... */
.wpt-loading:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255,255,255,0.8);
}
.clear { clear: both }
/*-[ Portfolio ]--------------------------------*/
#content_box.portfolio-grid { padding: 30px }
#content_box.portfolio-grid.no-gap { padding: 40px }
#content_box.portfolio-grid .pagination, #content_box.portfolio-grid #load-posts {
    padding-top: 30px;
    margin-left: 10px;
    margin-right: 10px;
}
#content_box.portfolio-grid.no-gap .pagination, #content_box.portfolio-grid.no-gap #load-posts {
    padding-top: 40px;
    margin-left: 0;
    margin-right: 0;
}
/*-[ Gallery/Portfolio grid ]-----------------*/
.gallery-item, .project-box, .project-box a {
    float: left;
    position: relative;
    margin: 0 !important;
}
.project-box { padding: 10px }
.no-gap .project-box { padding: 0 }
.gallery-columns-1 .gallery-item { width: 100% }
.gallery-columns-2 .gallery-item, .two-cols .project-box { width: 50% !important }
.gallery-columns-3 .gallery-item, .three-cols .project-box { width: 33.33% !important }
.gallery-columns-4 .gallery-item { width: 25% }
.gallery-columns-5 .gallery-item { width: 20% }
.gallery-columns-6 .gallery-item { width: 16.66% }
.gallery-columns-7 .gallery-item { width: 14.28% }
.gallery-columns-8 .gallery-item { width: 12.5% }
.gallery-columns-9 .gallery-item { width: 11.11% }
.gallery-item img, .project-box a, .project-image, .project-caption-inner div { width: 100% }
.project-box a, .project-image { display: block }

.project-image {
    padding: 50px;
}

.four-cols .latestPost {
    width: 25%;
}

.four-cols .latestPost,
.four-cols .project-caption {
    min-height: 290px;
}

.gallery-item dt {
    width: 100%;
    clear: none;
}
.gallery-caption, .project-caption {
    margin: 0;
    padding: 20px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    opacity: 0;
    background-color: rgba(0,0,0,.5);
    text-align: center;
    color: #ffffff;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}
.gallery-caption-inner, .project-caption-inner {
    border: 1px solid #ffffff;
    height: 100%;
    padding: 20px;
}
.gallery-caption-inner > span, .project-caption-inner > div {
    max-height: 100%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden;
}
.gallery-item:hover .gallery-caption, .project-box-inner:hover .project-caption { opacity: 1 }
.project-title { text-transform: uppercase }
.project-box-inner .separator { margin-bottom: 15px }
.project-box-inner .separator span { font-size: 15px }
/*-[ Single Project ]--------------------------------*/
.project-showcase-wrap {
    margin-bottom: 40px;
    padding: 0;
}

.text-center {text-align: center}

.project-info.custom {
    box-shadow: none;
}

.authorimagen {
    width: 100%;
    margin: 0 0 25px;
}

.authorimagen .project-image {
    padding: 0;
}

.project-showcase-image {
    height: 600px;
    float: left;
    width: 100%;
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-attachment: scroll;
    overflow: hidden;
}

.project-info.custom dt,
.project-info.custom dd {

    text-align: left;
    width: auto;
}

.project-info.custom dt {
    background: #f1f1f1;
}

.project-info dt, .project-info dd {
    width: 50%;
    padding: 15px 20px;
    text-transform: uppercase;
    margin: 0;
    border-style: solid;
    border-color: #ececec;
}
.project-info dt {
    text-align: left;
    border-width: 0 1px 1px 0;
}
.project-info dd {
    text-align: right;
    border-width: 0 0 1px 0;
}
.project-client {
    border: 1px solid #dedede;
    padding: 20px;
    line-height: 27px;
    text-align: center;
    font-style: italic;
}
.project-client .separator { margin-bottom: 15px }
.project-go-home .button {
    width: 100%;
    text-align: center;
}

.featured-list {
    clear: both;
    overflow: hidden;
    padding: 0 40px;
}

.featured-list .featured-imagen {
    float: right;
    margin-left: 25px;
    margin-bottom: 15px;
}

.featured-list .featured-imagen img {
    border: 2px solid #ddd;
    display: block;
    height: 160px;
    padding: 5px;
    width: 160px;
}

.featured-list .featured-content {
    
}

.characterists {

}

.characterists .item {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.characterists .item span {
    display: table-cell;
    padding: 15px 20px;
    text-transform: uppercase;
    vertical-align: top;
    font-size: 14px;
}

.characterists .item span.description {
    background: #f1f1f1;
    border-right: 1px solid #ddd;
    font-weight: bold;
    width: 150px;
}

.characterists .item span.name {
    
}

.fancybox {
    transition: none !important;
}

#footer nav ul {
  margin: 0 0 15px;
  padding: 0 15px 15px;
  border-bottom: 1px solid #ccc;
  display: inline-block;
}

#footer nav ul li {
  display: inline-block;
  margin: 0 10px;
}

#footer p {margin: 0;}

.owl-slidebox.owl-carousel .owl-item img {
    margin: auto;
    width: auto;
}

.bannercenter {
    text-align: center;
    height: 150px;
    overflow: hidden;
}

@media screen and (max-width: 820px) {
    .bannercenter {
        height: auto;
        margin-bottom: -35px;
    }

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

    #logo a, #logo img {
        display: inline-block;
        vertical-align: middle;
    }
}

@media screen and (max-width: 720px) {
    .four-cols .latestPost {
        width: 50%;
    }
}

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


    .featured-list .featured-imagen {
        float: none;
        margin-left: 0;
    }

    .featured-list .featured-imagen img {
        height: auto;
        padding: 15px;
        width: 100%;
    }

    .four-cols .latestPost, .four-cols .project-caption {
        min-height: inherit;
    }
    .four-cols .latestPost {
        clear: both;
        display: block;
        float: none;
        margin-bottom: 40px !important;
        overflow: hidden;
        padding: 0;
        width: 100%;
    }

   .four-cols  .project-image {
        width: 60%;
        margin: auto;
        padding: 0;
    }
}
