/* Apollo13 special style for 'progress bar' shortcode */
.vc_progress_bar .vc_single_bar.cv_mode {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    box-shadow: none;
    height: 17px;
    margin-bottom: 0;
}
.vc_progress_bar .vc_single_bar.cv_mode .vc_label {
    float: left;
    padding: 0;
    text-align: left;
    width: 44%;
}
.vc_progress_bar .vc_single_bar.cv_mode .vc_bar {
    background-color: transparent;
    float: left;
    padding-left: 9%;
    padding-top: 4px;
    position: relative;
    width: 47%;
    min-width: 137px;
}
.vc_progress_bar .vc_single_bar.cv_mode .vc_bar .bullet {
    background-color: #ececec;
    border-radius: 6px;
    float: left;
    height: 10px;
    margin-left: 7px;
    position: relative;
    width: 10px;
}
/* Apollo13 'data list' shortcode */
.a13-data_list_container {
    display: table;
    margin-left: auto !important;
    margin-right: auto !important;
    position: relative;
    width: 100%;
}
.a13-data_list_line p {
    margin: 0;
    padding: 0;
}
.a13-data_list_title {
    color: #222;
    font-size: 14px;
    font-weight: bold;
    left: 13px;
    padding-left: 17px !important;
    position: relative;
    text-indent: -6px;
    width: 100%;
}
.a13-data_list_title::before {
    background-color: #222;
    border-radius: 5px;
    content: "";
    height: 9px;
    position: absolute;
    width: 9px;
    top: 4px;
    left: -25px;
}
.a13-data_list_lead {
    color: #222;
    font-weight: bold;
}
.a13-data_list_label {
    float: left;
    min-width: 115px;
    text-align: left;
    width: 100%;
}
.a13-data_list_line {
    float: left;
    line-height: 18px;
    margin-bottom: 24px;
    padding-left: 10px;
    position: relative;
    width: calc(100% - 10px);
}
.a13-data_list_subtitle,
.a13-data_list_content {
    color: #777;
}
.a13-data_list_subtitle {
    height: 100%;
    left: 0;
    padding-left: 24px !important;
    position: relative;
}
.a13-data_list_data {
    float: left;
    font-size: 12px;
    min-width: 300px;
    padding-left: 23px;
    padding-top: 10px;
    text-align: left;
    width: calc(100% - 23px);
}
.a13-data_list_dash{
    border-left: 1px solid #e5e5e5;
    height: calc(100% - 1px);
    left: 2px;
    position: absolute;
    top: 22px;
    width: 1px;
}
.a13-data_list_line:first-child::before {
    border-left: 1px solid #e5e5e5;
    content: "";
    height: 13px;
    left: 2px;
    position: absolute;
    top: -15px;
    width: 0;
}
/* Apollo13 styles for 'vc separator' shortcode */
.vc_separator h1,
.vc_separator h2,
.vc_separator h3,
.vc_separator h4,
.vc_separator h5,
.vc_separator h6{
    margin: 0 20px;
    text-align: center;
    white-space: pre;
}
.vc_separator.vc_separator_align_left h1,
.vc_separator.vc_separator_align_left h2,
.vc_separator.vc_separator_align_left h3,
.vc_separator.vc_separator_align_left h4,
.vc_separator.vc_separator_align_left h5,
.vc_separator.vc_separator_align_left h6{
    text-align: left;
}
.vc_separator.vc_separator_align_right h1,
.vc_separator.vc_separator_align_right h2,
.vc_separator.vc_separator_align_right h3,
.vc_separator.vc_separator_align_right h4,
.vc_separator.vc_separator_align_right h5,
.vc_separator.vc_separator_align_right h6{
    text-align: right;
}
.vc_separator.h_second_style .vc_sep_holder{
    display: none;
}
.h_under {
    height: 1px;
    left: 0;
    position: relative;
    top: -17px;
    width: 40px;
}
/* hello text */
.a13-hellotext{
    margin-bottom: 30px;
}
.a13-hellotext h1{
    margin-bottom: 0.3em;
}
.a13-hellotext h2{
    color: #aaa;
    font-weight: normal;
    margin-bottom: 0;
}
.a13-hellotext.align_left{ text-align: left; }
.a13-hellotext.align_center{ text-align: center; }
.a13-hellotext.align_right{ text-align: right; }
/* CALL TO ACTION BUTTON */
.a13_call_to_action{
    padding: 8px;
    margin-bottom: 20px;
}
.a13_call_to_action .inside{
    background-color: #fff;
    padding: 20px;
}
.a13_call_to_action .icon{
    display: inline-block;
    font-style: normal;
    margin-right: 10px;
    vertical-align: middle;
}
.a13_call_to_action .wpb_button_a{
    float: right;
}
.a13_call_to_action .wpb_call_text{
    color: #484848;
    margin-bottom: 5px;
}
.a13_call_to_action .wpb_call_sub_text{
    color: #C2C2C2;
    font-weight: normal;
    margin-bottom: 5px;
}
/* basic styles for page slider layout */
.a13_row_container{
    margin-left: 0 !important;
    width: 100%;
}
.a13_row_container.with-parallax{
    background-size: auto;
    background-position: 50% 0;
}
#page_tiles.owl-carousel .owl-wrapper-outer{
    left: -20px;
    max-width: 1170px;
    padding: 20px;
    top: -20px;
}
#page_tiles.owl-carousel .owl-item{
    opacity: 0;
    z-index:-1;
    position: relative;
}

#page_tiles.owl-carousel .owl-item:hover{
    opacity: 0;
    z-index: 10;
}
#page_tiles.owl-carousel .owl-item:hover .tile_container{
    z-index: 10;
}
#page_tiles.loaded.owl-carousel .owl-item{
    opacity: 0!important;
}
#page_tiles.loaded.owl-carousel .owl-item.active{
    opacity: 1!important;
}
#page_tiles{
    background-color: #fff;
    height: 117px;
    margin: 0 auto;
    max-width: 1210px;
    position: absolute;
    top: -20px;
    width: 100%;
}
#page_tiles:hover{
    z-index:1;
}
.tile_container {
    float: left;
    height: 116px;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
}
.tile_container .a13_tile{
    height: 100%;
    left: 0;
    top: 0;
    position: relative;
    width: 100%;
    z-index: 1;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.tile_container .a13_tile.hover_on:hover{
    height: 120%;
    left: -13px;
    top: -13px;
    width: 110%;
    z-index: 100;
}
.tile_container .a13_tile_content::before{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom: 15px solid #fff;
    border-image: none;
    border-left: 15px solid transparent;
    border-top: 15px solid transparent;
    content: "";
    height: 0;
    left: calc(50% - 15px);
    position: absolute;
    transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    width: 0;
    z-index: 110;
    -webkit-transition: top 0.3s ease,bottom 0.3s ease;
    -moz-transition: top 0.3s ease,bottom 0.3s ease;
    -o-transition: top 0.3s ease,bottom 0.3s ease;
    transition: top 0.3s ease,bottom 0.3s ease;
}
.tile_container.bottom .a13_tile_content::before{
    left: calc(50% - 3px);
    opacity: 0;
    top: -30px;
}
.tile_container.top .a13_tile_content::before{
    bottom: -30px;
    opacity: 0;
}
.tile_container.active.bottom .a13_tile_content::before{
    top: -21px;
    opacity: 1;
}
.tile_container.active.top .a13_tile_content::before{
    bottom: -21px;
    opacity: 1;
    transform: rotateZ(225deg);
    -webkit-transform: rotateZ(225deg);
}
.a13_tile_element {
    height: 100%;
    position: absolute;
    width: 100%;
}
.a13_tile_background{
    background-color: #fff;
}
.a13_tile_image, .a13_tile_overlay {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.a13_tile_content {
    align-items: center;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
}

.a13_tile_content div {
    color: inherit;
    display: table-row;
    position: relative;
}
.a13_tile_content div span{
    margin: 0 auto;
    display: table;
}

body.no_custom_scroll #mid.a13_opened .a13_tile_content>div,
body.no_custom_scroll #mid.a13_opened .a13_tile_content>span{
    position: relative;
}
body.no_custom_scroll #mid.a13_opened .tile_icon{
    top: 30px;
}
body.no_custom_scroll #mid.a13_opened .tile_title {
    top: 110px;
}
body.no_custom_scroll #mid.a13_opened .tile_dash {
    top: 140px;
}
body.no_custom_scroll #mid.a13_opened .tile_subtitle {
    top: 170px;
}
.tile_title h1.h_tile_title{
    color: inherit;
    margin: 10px 0 0;
}
.tile_subtitle h3{
    color: #ffffff;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 2.5px;
}
.a13_tile_effect {
    overflow: hidden;
}
.a13_tile_color{
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

#page_tiles .owl-item:not(.active){

}

/* RECENT POSTS/WORKS AND IT'S MODAL PANEL*/
.teaser_grid_container{
    margin: 0 -13px !important;
}
.wpb_teaser_grid .title-and-nav{
    margin-bottom: 20px;
}
.wpb_teaser_grid .a13_load_more{
    border: 1px solid;
    margin: 40px 0;
    text-align: center;
}
.post-title.works{
    font-size: 21px !important;
    font-weight: bold;
    margin: 15px auto 29px;
}
.post-title.works.left{
    text-align: left;
}
.post-title.works.center{
    text-align: center;
}
.post-title.works.right{
    text-align: right;
}
.post_slide_content_wrapper {
    margin: 130px 0 0;
}
.a13_pt_ajax_container_header h3{
    text-align: center;
    top: 0 !important;
}
.works_subtitle_dash{
    border-bottom: 1px solid #D2D2D2 !important;
    display: inline-block;
    height: 1px;
    width: 45px;
    top: -8px;
    position: relative;
}
.works_subtitle{
    padding: 0 10px !important;
    background-color: transparent !important;
    color: #898989;
    font-size: 22px;
    text-transform:none;
}
.a13_pt_ajax_container_navbar{
    width: 100%;
    text-align: center;
}
.a13_pt_ajax_container_navbar ul{
    width: 250px;
    height: 30px;
    margin: 30px 0;
    display: inline-block;
    padding: 0;
    list-style: none;
}
.a13_pt_ajax_container_navbar ul li{
    border: none;
    float: left;
    height: 30px;
    margin-right: -1px;
}
.a13_pt_ajax_container_navbar ul li a{
    color: #888888;
    cursor: pointer;
    font-size: 20px;
    height: 28px;
    line-height: 30px;
    padding: 0;
    width: 82px;
    font-weight: bold;
}
.a13_pt_ajax_container_navbar ul li.grid a{
    font-size: 24px;
    font-weight: normal;
    padding: 0;
}
.a13_pt_ajax_container_navbar ul li a:hover{
    color: #444444;
}
.wpb_teaser_grid .title-and-nav h2{
    margin: 0;
}
.teaser_grid_container > ul.wpb_thumbnails{
    border: none;
    margin-top: 0;
}
.teaser_grid_container.classic .g-item{
    margin: 0 0 15px 15px;
    left: auto;
}
.teaser_grid_container.classic .g-item.a13_latest_post{
    margin-bottom:30px !important;
    width: 100%;
}
.wpb_carousel .prev, .wpb_carousel .next,
.wpb_carousel .prev:hover, .wpb_carousel .next:hover{
    position: static;
    background-color: transparent;
}
.categories_filter_wrapper{
    margin: 0 10px 30px 0;
}
.categories_filter_wrapper.left{ text-align: left; }
.categories_filter_wrapper.right{ text-align: right; }
.categories_filter_wrapper.center{ text-align: center; }
.vc-carousel-inner .vc-item {
    text-align: center;
}
a.jackbox i{
    position: absolute;
}
/* POSTS*/
.archive-item{
    min-width: 345px;
    height: 384px;
}
.layer_container{
    position: relative;
    width: 100%;
    height: 100%;
}
.layer {
    position: absolute;
    top: 0;
}
.bg_layer {
    background-position: center center;
    background-size: cover;
}
.archive-item.dark .bg_layer{
    background-color: #222222;
}
.archive-item.light .bg_layer{
    background-color: #fff;
}
.content_layer {
    height: calc(100% - 60px) !important;
    padding: 30px !important;
    text-align: justify;
    width: calc(100% - 60px) !important;
}
.archive-item.dark .content_layer{
    color: #e4e4e4;
}
.archive-item.light .content_layer{
    color: #666666;
}
.archive-item.dark .content_layer a,
.archive-item.dark .content_layer .post-title{
    color: #ffffff;
}
.archive-item.light .content_layer a,
.archive-item.light .content_layer .post-title{
    color: #222222;
}
.content_layer .meta_date {
    font-size: 13px;
}
.archive-item.dark .content_layer .meta_date{
    color: #d4d4d4;
}
.archive-item.light .content_layer .meta_date{
    color: #8e8e8e;
}
.content_layer .icon {
    font-size: 22px;
    position: absolute;
    right: 20px;
    top: 15px;
}
.content_layer .post-title{
    font-size: 22px !important;
    font-weight: bold;
    position: relative;
    text-align: left;
    top: 10px;
}
.content_layer .entry-content{
    font-size: 13px;
    line-height: 20px;
    max-height: 170px;
    position: relative;
    top: 30px;
}
.content_filling {
    height: 60px;
}
.content_layer .meta_data {
    bottom: 25px;
    font-size: 11px;
    position: absolute;
    color: #a3a3a3;
}
/* Images Carousel*/
.a13-custom-image-carousel{
    width: calc(100% + 40px);
    margin: 0 -20px;
}
/* Title with icon */
.a13_title_with_icon i{
    margin-bottom: 15px;
}
.a13_title_with_icon i.two_line{
    width: 100%;
}
.a13_title_with_icon h1,
.a13_title_with_icon h2,
.a13_title_with_icon h3,
.a13_title_with_icon h4,
.a13_title_with_icon h5,
.a13_title_with_icon h6{
    letter-spacing:0;
}
/*gitem*/
.xpert_post_item .vc_gitem-zone-c{
    overflow: visible;
    z-index: 2;
}
.post_grid_item_content_box.center {
    margin: 0 auto;
}
.xpert_post_featured_image:before,
.xpert_post_item .vc_gitem-animated-block:before{
    background-color: rgba(0, 0, 0, 0.58);
    background-image: url("images/eye.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    content: "";
    cursor: pointer;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
    width: 100%;
    z-index: 1;
}

.xpert_post_featured_image:hover::before,
.xpert_post_featured_image:hover::after,
.xpert_post_item .vc_gitem-animated-block:hover::before,
.xpert_post_item .vc_gitem-animated-block:hover::after{
    opacity:1;
    filter: alpha(opacity=1);
}
.vc_grid-filter {
    margin-bottom: 30px !important;
}
.vc_grid-filter li {
    background-color: transparent !important;
    border: 1px solid transparent;
}
.vc_grid-filter li:hover,
.vc_grid-filter li.vc_active{
    border: 1px solid #eee;
    padding: 6px 10px !important;
}
.post_grid_item_content_box.left {
    margin-left: -10px;
    margin-top: -10px;
}
.post_grid_item_content_box.right {
    margin-left: calc(15% + 10px);
    margin-top: -10px;
}
.post_grid_item_content_box {
    background-color: #fff;
    display: table;
    padding-top: 25px;
    position: relative;
    top: -49px;
    width: 85%;
}
.post-content .post_grid_item_content > p:first-child {
    font-size: 14px;
    line-height: 20px;
}
.post_grid_item_left_panel {
    float: left;
    height: 100%;
    margin: 0 25px;
    width: 50px;
}
.post_grid_item_content_box.narrow .post_grid_item_left_panel{
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 10px 20px;
    width: calc(100% - 20px);
}

.post_grid_item_content_box.narrow .post_grid_item_left_panel > div,
.post_grid_item_content_box.narrow .post_grid_item_left_panel > a{
    float: left;
    margin: 0 3px !important;
}
.post_grid_item_avatar {
    margin-top: 4px;
}
.post_grid_item_date {
    color: #222;
    margin: 14px 0;
}
.post_grid_item_date .month_day, .post_grid_item_date .year {
    font-size: 10px;
    text-align: center;
    text-transform: uppercase;
}
.post_grid_item_date .year{
    font-size: 13px;
}
.post_grid_item_right_panel {
    float: left;
    padding-right: 25px;
    width: calc(100% - 125px);
}
.post_grid_item_content_box.narrow .post_grid_item_right_panel {
    padding: 0 25px;
    width: calc(100% - 50px);
}
.post_grid_item_avatar img {
    border-radius: 50px;
}
.post_grid_item_title {
    border-bottom: 1px solid #eee;
    color: #222;
    float: left;
    font-size: 24px;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 20px;
    margin-top: 3px;
    padding-bottom: 20px;
    width: 100%;
    cursor: pointer;
}
.post_grid_item_excerpt {
    line-height: 22px;
}
/*single post*/
.type-post .post_grid_item_left_panel,
#post-list .post_grid_item_left_panel{
    float: left;
    height: 100%;
    margin: 30px 30px 0 30px;
    width: 96px;
}
.type-post .post_grid_item_date {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    display: table;
    margin: 8px auto 16px;
    padding: 10px 0 6px;
    width: auto;
}
.type-post .a13-button,
#post-list .a13-button{
    display: block;
    margin: 4px auto !important;
}
.type-post .post_grid_item_right_panel,
#post-list .post_grid_item_right_panel{
    padding: 0 0 0 5px;
    width: calc(100% - 182px);
}
.type-post .post_grid_item_content {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}
.type-post .post_grid_item_title,
#post-list .post_grid_item_title{
    margin-top: 27px;
    font-size: 26px;
}
.type-post .post_grid_item_title span,
#post-list .post_grid_item_title span{
    float: left;
    font-size: 10px;
    font-weight: normal;
    margin-bottom: 12px;
    text-transform: uppercase;
    width: 100%;
}
.post_grid_item_avatar > span {
    display: table;
    font-size: 10px;
    margin: 7px auto 0;
    text-transform: uppercase;
}
.type-post .entry-date .year {
    position: relative;
    top: -6px;
}
.type-post .addtoany {
    float: right;
    margin-right: 10px;
    margin-top: 7px;
}
.type-post .post_tags,
.type-post .post_tags .a13-button{
    float: left;
}
.type-post .post_tags .a13-button{
    height: 24px;
    margin-right: 5px!important;
}
.post_tags .a13-button span {
    font-size: 10px;
    font-weight: normal;
    margin: 0;
}
.type-post .post_tags .a13-button > div {
    padding: 0 10px;
    width: calc(100% - 20px);
}
.type-post .addtoany_label {
    font-size: 10px;
    margin-right: 10px;
    text-transform: uppercase;
}
.post_slide_content_wrapper .type-post .real-content {
    margin: 0 107px;
    width: calc(100% - 214px);
}
.type-post .real-content.left{
    margin-left: 0;
}
.post_slide_content_wrapper .type-post .real-content.left{
    margin-left: 60px;
}
.type-post .real-content.right{
    margin-left: 55px;
}
.post_slide_content_wrapper .type-post .real-content.right{
    margin-left: 140px;
}

/*single team member*/
.people-content .real-content {
    padding: 0 150px;
    text-align: center;
}
.people_slide_content_wrapper{
    display: table;
    margin: 130px auto 0;
}
.type-people > img{
    display: table;
    margin: 0 auto;
    border-radius: 50%;
    width: 345px;
    height: 345px;
}
.post-title.people{
    font-size: 22px !important;
    font-weight: bold;
    margin: 50px auto 2px;
    text-align: center;
}
.people_subtitle {
    display: table;
    margin: 0 auto 22px;
}
.people-content .real-content .team_socials{
    margin: 20px auto 0;
    width: 100%;
}
/*work grid item*/
.xpert_work_item .vc_grid-item-mini {
    position: relative;
}
.xpert_work_item .vc_gitem-zone-c {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.xpert_work_overlay {
    height: 100%;
    left: 0;
    position: absolute !important;
    top: 0;
    width: 100%;
}
.work_grid_item_content_box {
    cursor: pointer;
    height: 100% !important;
    opacity: 0;
    filter: alpha(opacity=0);
    position: relative;
    -webkit-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
    width: 100%;
}
.work_grid_item_content_box:hover,
.work_grid_item_content_box.hover_effect{
    opacity: 1;
    filter: alpha(opacity=1);
}
.work_grid_item_top_panel,
.work_grid_item_bottom_panel {
    display: table;
    margin: 0 auto;
    position: relative;
    top: calc(50% - 50px);
}
.work_grid_item_title,
.work_grid_item_posted_on{
    display: table;
    text-align: center;
    width: 100%;
}
.work_grid_item_title {
    font-size: 19px;
    font-weight: bold;
    padding: 10px 0;
}
.work_grid_item_posted_on {
    font-size: 12px;
    opacity: 0.5;
}
.work_grid_item_content_box .a13-button {
    margin: 0 5px;
    width: 35px;
}
.work_grid_item_content_box .a13-button > div.hover,
.work_grid_item_content_box .a13-button > div.normal{
    background-color: transparent !important;
    color: inherit !important;
}
.a13-button .eye_button:before{
    content: '\e603';
    font-family: "icomoon";
    font-size: 20px;
    font-weight: normal;
    left: -3px;
    position: relative;
    top: 3px;
}
.work_grid_item_content_box .a13-irecommend > div,
.work_grid_item_top_panel .a13-button > div{
    padding: 0 16px;
    width: calc(100% - 32px);
}
.work_grid_item_content_box .a13-irecommend > div span.dot-irecommendthis-count::before {
    font-size: 18px;
    left: -11px;
    top: 3px;
}
.work_grid_item_top_panel .a13-button .eye_button::before{
    left: 0.5px;
}
body.ipad .work_grid_item_top_panel .eye_button::before{
    left: -8px;
}
/* Counter */
.a13_counter_sc_digits .inner_wrapper{
    text-align: center;
    color: inherit;
}
.a13_counter_sc_title{
    font-size: 12px;
    font-weight: bold;
    position: relative;
    text-align: center;
}
.a13_counter_sc_title::before {
    border-top: 1px solid #aaa;
    content: "";
    left: calc(50% - 14px);
    position: absolute;
    top: -12px;
    width: 28px;
}
/* Simple gallery */
.a13_image_grid_ul{
    padding: 0;
    margin: 0 -15px;
}
.a13_image_grid_ul li{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.a13_image_grid_ul li a{
    background-color: rgba(0, 0, 0, 0.21);
    opacity:0;
    display: block;
}
.a13_image_grid_ul li a:hover {
    opacity:0.9;
}
.a13_image_grid_ul li a img{
    opacity:0;
}
.a13_image_grid_ul li a:hover i{
    height: 30px;
    left: calc(50% - 25px);
    opacity: 1;
    position: absolute;
    top: calc(50% - 15px);
    width: 50px;
}
.a13_image_grid_ul li.w1{
    width: 20% !important;
}
.a13_image_grid_ul li.w2{
    width: 40% !important;
}
.a13_image_grid_ul li.h1{
    height: 240px;
}
.a13_image_grid_ul li.h2{
    height: 480px;
}
.a13_image_grid_ul li.h1 a{
    display: block;
    height: 240px;
    width: 100%;
}
.a13_image_grid_ul li.h2 a{
    display: block;
    height: 480px;
    width: 100%;
}
/*PEOPLE*/
.items_container{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: center;
    margin: 10px 5px;
    padding: 10px 0;
}
.people_item.simple,.people_item.team{
    background-position: center center;
    background-size: 250px 250px;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 220px;
    margin: 20px;
    position: relative;
    width: 220px;
}
.people_item.team{
    height: 180px;
    margin: 20px;
    position: relative;
    width: 180px;
}

.ch-info-wrap,
.ch-info{
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 50%;
}
.people_item.team .ch-info-wrap,
.people_item.team .ch-info{
    position: absolute;
    width: 140px;
    height: 140px;
    border-radius: 50%;
}
.people_item.team .ch-info h3 {
    font-size: 12px;
    padding-top: 46%;
}
.team_wrapper > span {
    clear: both;
    display: table;
    position: relative;
    width: 220px;
}
.team_title {
    color: #343434;
    font-size: 14px;
    font-weight: bold;
}
.team_socials {
    display: flex;
    justify-content: center;
    width: 220px;
}
.team_socials .socials {
    margin: 0 0 20px;
}

.team_socials .socials a {
    background-color: transparent;
    color: #aaaaaa;
    font-size: 30px;
    width: 20px;
}
.team_socials .socials a::before {
    left: -5px;
    position: relative;
}
.ch-info-wrap {
    top: 20px;
    left: 20px;
}

.ch-info > div {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-position: center center;

    -webkit-backface-visibility: hidden; /*Just for webkit to have a smooth font*/
}

.ch-info .ch-info-front {
    background-size: 250px 250px;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.ch-info .ch-info-back {
    opacity: 0;

    background: #222222;
    pointer-events: none;

    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);

    -webkit-transition: all 0.4s ease-in-out 0.2s;
    -moz-transition: all 0.4s ease-in-out 0.2s;
    -o-transition: all 0.4s ease-in-out 0.2s;
    -ms-transition: all 0.4s ease-in-out 0.2s;
    transition: all 0.4s ease-in-out 0.2s;
}
.ch-info h3 {
    color: inherit;
    font-size: 14px;
    margin: 0 15px;
    padding: 42px 0 0 0;
}
.ch-info-back .subtitle {
    color: #a6a6a6;
}
.ch-info p {
    color: inherit;
    font-size: 12px;
    line-height: 18px;
    margin: 0 15px;
    padding: 10px 5px 0;
}

.ch-info p a {
    display: block;
    color: #e7615e;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 9px;
    letter-spacing: 1px;
    padding-top: 4px;
    font-family: 'Open Sans', Arial, sans-serif;
}

.ch-info p a:hover {
    color: #fff;
}

.people_item.simple:hover .ch-info-front,
.people_item.team:hover .ch-info-front{
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);

    opacity: 0;
}

.people_item.simple:hover .ch-info-back,
.people_item.team:hover .ch-info-back{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);

    opacity: 1;
    pointer-events: auto;
}


.people_item .testimonial_content_cache{
    display: none;
}
.people_item.testimonial{
    position: relative;
}
.people_item.testimonial .people_img{
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 34px;
    cursor: pointer;
    height: 60px;
    margin: 0 auto;
    opacity: 0.6;
    overflow: hidden;
    padding: 2px;
    width: 60px;
}
.testimonial .title{
    margin-top: 20px;
}
.testimonial .subtitle{
    font-size: 15px;
    margin-bottom: 17px;
    margin-top: 8px;
}
.testimonial_content{
    font-size: 22px;
    font-style: italic;
}
.a13-people-carousel-testimonial {
    margin: 0 auto;
    min-width: 480px;
    max-width: 100%;
}
.a13-people-carousel-testimonial .people_text_block .testimonial_content{
    display: none;
}
.a13-people-carousel-testimonial .people_text_block .title h5,
.a13-people-carousel-testimonial .people_text_block .subtitle{
    font-size: 14px !important;
    margin: 0 !important;
    padding-left: 10px;
    text-align: left;
}
.a13-people-carousel-testimonial .people_text_block .title h5{color:#222222;}
.a13-people-carousel-testimonial .people_text_block .subtitle{color: #666666;  font-size: 12px !important;}
.a13-people-carousel-testimonial .people_text_block {
    overflow: hidden;
    position: relative;
    width: 130px;
    opacity: 0.6;
}
.a13-people-carousel-testimonial .people_text_block, .a13-people-carousel-testimonial .people_img {
    float: left;
}
.a13_testimonial_cloud {
    border-bottom: 1px solid #e5e5e5;
    display: table;
    height: auto;
    margin-bottom: 30px;
    min-height: 200px;
    position: relative;
    width: 100%;
}
.a13_testimonial_cloud_triangle {
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    bottom: -7px;
    content: "";
    height: 12px;
    left: calc(50% - 6px);
    position: absolute;
    transform: rotateZ(45deg)!important;
    width: 12px;
    -webkit-transform: rotateZ(45deg)!important;
}
.a13_testimonial_cloud:not(.no_quote_marks) .a13_testimonial_cloud_interior{
    padding: 40px 100px 0;
    position: relative;
    text-align: center;
}
.a13_testimonial_cloud:not(.no_quote_marks) .a13_testimonial_cloud_interior.loaded::before {
    color: #777777;
    content: "“";
    font-family: times new roman;
    font-size: 90px;
    font-weight: 700;
    height: 20px;
    position: relative;
    top: 4px;
    width: 20px;
}

.a13-people-carousel-testimonial .owl-item.active .people_img{
    opacity: 1;
}

.owl-item.active > .people_item > .people_text_block {
    opacity: 1;
}
.a13_testimonial_cloud.no_quote_marks .a13_testimonial_cloud_interior{
    padding: 10px 20px;
}
.a13_testimonial_cloud_interior p {
    font-size: 22px;
    line-height: 24px;
}
/* Transitions */
.a13_image_grid_ul li a,
.people_img_wrap img,
.people_img_overlay{
    -webkit-transition-property: opacity,background-color;
    -webkit-transition-duration: 0.3s;
    -moz-transition-property: opacity,background-color;
    -moz-transition-duration: 0.3s;
    -o-transition-property: opacity,background-color;
    -o-transition-duration: 0.3s;
    transition-property: opacity,background-color;
    transition-duration: 0.3s;
}
.teaser_grid_container .isotope .isotope-item{
    -webkit-transition-property: -webkit-transform, opacity, box-shadow;
    -moz-transition-property:    -moz-transform, opacity, box-shadow;
    -ms-transition-property:     -ms-transform, opacity, box-shadow;
    -o-transition-property:         top, left, opacity, box-shadow;
    transition-property:         transform, opacity, box-shadow;
}
a.a13-sc-button,
.a13-people-carousel-testimonial .people_img,
.a13-people-carousel-testimonial .owl-item,
.a13-people-carousel-testimonial .people_text_block{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.a13_image_grid_ul .isotope-item i.thmb{
    background-position: center center;
    background-size: cover;
    height: 100%;
    opacity: 1;
    position: absolute;
    width: 100%;
}
.overlay_mode .isotope-item{
    margin: 0 !important;
}
.columns_count_4 .g-item.w1{width: 25% !important;}
.columns_count_4 .g-item.w2{width: 50% !important;}
.columns_count_4 .g-item.w3{width: 75% !important;}
.columns_count_4 .g-item.w4{width: 100%!important;}
.columns_count_3 .g-item.w1{width: calc(33% - 4px) !important;}
.columns_count_3 .g-item.w2{width: 66.6% !important;}
.columns_count_3 .g-item.w3{width: 99.9% !important;}
.columns_count_3 .g-item.w4{width: 99.9%!important;}
.columns_count_2 .g-item.w1{width: 50% !important;}
.columns_count_2 .g-item.w2{width: 100% !important;}
.columns_count_2 .g-item.w3{width: 100% !important;}
.columns_count_2 .g-item.w4{width: 100%!important;}
.wpb_row .wpb_filtered_grid .overlay_mode ul.wpb_thumbnails-fluid,
.wpb_row .wpb_grid .overlay_mode ul.wpb_thumbnails-fluid {
    margin: 0 !important;
    overflow: visible !important;
    padding: 0;
    width: 100%  !important;
}
.wpb_filtered_grid .overlay_mode .wpb_thumbnails-fluid > .vc_span2,
.wpb_grid  .wpb_thumbnails-fluid > .vc_span2,
.vc_col-sm-2 {
    width: 16.6%  !important;
}
.wpb_filtered_grid .overlay_mode .wpb_thumbnails-fluid > .vc_span3,
.wpb_grid  .wpb_thumbnails-fluid > .vc_span3,
.vc_col-sm-3 {
    width: 24.89%  !important;
}
.wpb_filtered_grid .overlay_mode .wpb_thumbnails-fluid > .vc_span4,
.wpb_grid  .wpb_thumbnails-fluid > .vc_span4,
.vc_col-sm-4 {
    width: 33.1%  !important;
}
.wpb_filtered_grid .overlay_mode .wpb_thumbnails-fluid > .vc_span6,
.wpb_grid  .wpb_thumbnails-fluid > .vc_span6,
.vc_col-sm-6 {
    width: 50%  !important;
}
.wpb_filtered_grid .overlay_mode .wpb_thumbnails-fluid > .vc_span12,
.wpb_grid  .wpb_thumbnails-fluid > .vc_span12,
.vc_col-sm-12 {
    width: 100%  !important;
}
@media only screen and (max-width: 1600px) {
    .a13_image_grid_ul li.w1{
        width: 24.94% !important;
    }
    .a13_image_grid_ul li.w2{
        width: 49.85% !important;
    }
    .a13_image_grid_ul li.h1,
    .a13_image_grid_ul li.h1 a{
        height: 210px !important;
    }
    .a13_image_grid_ul li.h2,
    .a13_image_grid_ul li.h2 a{
        height: 420px !important;
    }
    .vc_col-sm-3 {
        width: 24.88%  !important;
    }
    .vc_col-sm-4 {
        width: 33.1%  !important;
    }
    .vc_col-sm-6 {
        width: 49.5%  !important;
    }
    .vc_col-sm-12 {
        width: 100%  !important;
    }
}
@media only screen and (max-width: 1400px) {
    .wpb_filtered_grid .overlay_mode .wpb_thumbnails-fluid > .vc_span3,
    .wpb_grid  .wpb_thumbnails-fluid > .vc_span3 {
        width: 33.3%  !important;
    }
    .vc_col-sm-3 {
        width: 33.1%  !important;
    }
    .vc_col-sm-4 {
        width: 33.1%  !important;
    }
    .vc_col-sm-6 {
        width: 49.5%  !important;
    }
    .vc_col-sm-12 {
        width: 100%  !important;
    }
}
@media only screen and (max-width: 1170px) {
}
@media only screen and (max-width: 1100px) {
    .wpb_filtered_grid .overlay_mode .wpb_thumbnails-fluid > .vc_span3,
    .wpb_grid  .wpb_thumbnails-fluid > .vc_span3 {
        width: 49.9%  !important;
    }
    .flex-prev{
        left:45%;
    }
    .flex-next{
        right:45%;
    }
    .a13_image_grid_ul li.w1{
        width: 32.94% !important;
    }
    .a13_image_grid_ul li.w2{
        width: 65.91% !important;
    }
    .a13_image_grid_ul li.h1,
    .a13_image_grid_ul li.h1 a{
        height: 180px !important;
    }
    .a13_image_grid_ul li.h2,
    .a13_image_grid_ul li.h2 a{
        height: 360px !important;
    }
}
@media only screen and (max-width: 1074px){
    .vc_col-sm-3 {
        width: 49.5%  !important;
    }
    .vc_col-sm-4 {
        width: 49.5%  !important;
    }
    .vc_col-sm-6 {
        width: 49.5%  !important;
    }
    .vc_col-sm-12 {
        width: 100%  !important;
    }
    .g-item.w1{
        width: calc(33% - 1px) !important;
    }
    .g-item.w2{
        width: calc(66% - 1px) !important;
    }
    .g-item.w3{
        width: calc(100% - 1px) !important;
    }
    .g-item.w4{
        width: calc(100% - 1px) !important;
    }
}
@media only screen and (max-width: 890px){
    .g-item.w1{
        width: calc(50% - 1px) !important;
    }
    .g-item.w2{
        width: calc(50% - 1px) !important;
    }
    .g-item.w3{
        width: calc(100% - 1px) !important;
    }
    .g-item.w4{
        width: calc(100% - 1px) !important;
    }
    .columns_count_3 .g-item.w1{width: calc(50% - 4px) !important;}
    .columns_count_3 .g-item.w2{width: 66.6% !important;}
    .columns_count_3 .g-item.w3{width: 99.9% !important;}
    .columns_count_3 .g-item.w4{width: 99.9%!important;}
}
@media only screen and (max-width: 800px) {
    .categories_filter_wrapper {
        margin: 0 0 30px;
    }
    .post_slide_content_wrapper{
        margin:0;
    }
    .a13_image_grid_ul li.w1{
        width: 49.94% !important;
    }
    .a13_image_grid_ul li.w2{
        width: 99.91% !important;
    }
    .a13_image_grid_ul li.h1,
    .a13_image_grid_ul li.h1 a{
        height: 160px !important;
    }
    .a13_image_grid_ul li.h2,
    .a13_image_grid_ul li.h2 a{
        height: 320px !important;
    }
    .columns_count_2 .g-item.w1{width: 99.9% !important;}
    .columns_count_2 .g-item.w2{width: 99.9% !important;}
    .columns_count_2 .g-item.w3{width: 99.9% !important;}
    .columns_count_2 .g-item.w4{width: 99.9%!important;}
}
@media only screen and (max-width: 739px){
    .vc_col-sm-3 {
        width: 99%  !important;
    }
    .vc_col-sm-4 {
        width: 99%  !important;
    }
    .vc_col-sm-6 {
        width: 99%  !important;
    }
    .vc_col-sm-12 {
        width: 99%  !important;
    }
}
@media only screen and (max-width: 700px) {
    .wpb_filtered_grid .overlay_mode .wpb_thumbnails-fluid > .vc_span3,
    .wpb_grid  .wpb_thumbnails-fluid > .vc_span3 {
        width: 99.9%  !important;
    }
    .flex-prev{
        left:43%;
    }
    .flex-next{
        right:43%;
    }
}
@media only screen and (max-width: 650px){
    .g-item.w1{
        width: calc(49.5% - 1px) !important;
    }
    .g-item.w2{
        width: calc(100% - 1px) !important;
    }
    .g-item.w3{
        width: calc(100% - 1px) !important;
    }
    .g-item.w4{
        width: calc(100% - 1px) !important;
    }
    .columns_count_3 .g-item.w1{width: calc(100% - 4px) !important;}
    .columns_count_3 .g-item.w2{width: 66.6% !important;}
    .columns_count_3 .g-item.w3{width: 99.9% !important;}
    .columns_count_3 .g-item.w4{width: 99.9%!important;}
}
@media only screen and (max-width: 540px){
    .a13-data_list_data {
        float: left;
        min-width: 1px;
        padding-left: 21px;
        text-align: left;
        width: calc(100% - 29px);
    }
    .type-post .post_grid_item_left_panel,
    #post-list .post_grid_item_left_panel{
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: 20px 30px;
        width: calc(100% - 60px);
    }
    .type-post .post_grid_item_left_panel > div,
    #post-list .post_grid_item_left_panel > div,
    .type-post .post_grid_item_left_panel > a,
    #post-list .post_grid_item_left_panel > a{
        float: left;
        margin: 0 5px !important;
    }
    .type-post .post_grid_item_right_panel,
    #post-list .post_grid_item_right_panel{
        padding: 0 0 0 5px;
        width: 100%;
    }
}
@media only screen and (max-width: 480px) {
    .a13_call_to_action .wpb_button_a{
        display: block;
        float: none;
        margin-bottom: 15px;
        text-align: center;
    }
    .a13_image_grid_ul li.w1{
        width: 99.5% !important;
    }
    .a13_image_grid_ul li.w2{
        width: 99.5% !important;
    }
    .a13_image_grid_ul li.h1,
    .a13_image_grid_ul li.h1 a{
        height: 190px !important;
    }
    .a13_image_grid_ul li.h2,
    .a13_image_grid_ul li.h2 a{
        height: 380px !important;
    }
    .g-item.w1{
        width: calc(100% - 1px) !important;
    }
    .g-item.w2{
        width: calc(100% - 1px) !important;
    }
    .g-item.w3{
        width: calc(100% - 1px) !important;
    }
    .g-item.w4{
        width: calc(100% - 1px) !important;
    }
}
@media only screen and (max-height: 790px) {
}
.vc_message_box p{
    margin-top:0;
}
