/* 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 {
    float: left;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100%;
}
.a13-data_list_line p {
    margin: 0;
    padding: 0;
}
.a13-data_list_title {
    font-weight: normal;
    left: 13px;
    padding-left: 8px !important;
    position: relative;
    text-indent: -6px;
    width: calc(100% - 21px);
}
.a13-data_list_title i {
    font-size: 14px;
    font-weight: normal;
    left: -22px;
    top: 1px;   
    position: relative;
}

.a13-data_list_lead {
    color: #444;
    font-weight: normal;
}
.a13-data_list_label {
    float: left;
    min-width: 115px;
    text-align: left;
    width: 25%;
}
.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: #999999;
}
.a13-data_list_subtitle {
    height: 100%;
    left: 0;
    padding-left: 21px !important;
    position: relative;
}
.a13-data_list_data {
    float: left;
    min-width: 300px;
    padding-left: 18px;
    text-align: left;
    width: calc(70% - 18px);
}
.a13-data_list_dash{
    border-left: 1px solid #e5e5e5;
    height: calc(100% - 1px);
    left: 2px;
    position: absolute;
    top: 22px;
    width: 1px;               
}
.a13-data_list_container .a13-data_list_line:last-child .a13-data_list_dash{
    display: none;
}

/* 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.h_second_style h1,
.vc_separator.h_second_style h2,
.vc_separator.h_second_style h3,
.vc_separator.h_second_style h4,
.vc_separator.h_second_style h5,
.vc_separator.h_second_style h6{
    border-bottom: 1px solid #e5e5e5;
    margin: 20px 0 15px;
    padding: 0 0 17px;
    white-space: pre;
    font-size: 13px!important;

}
.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;
}
.a13_lead_color h1,
.a13_lead_color h2,
.a13_lead_color h3,
.a13_lead_color h4,
.a13_lead_color h5,
.a13_lead_color h6 {
  color: inherit;
}
.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%;
}
.owl_row_wrap.with_tile .a13_row_container{
    margin-left: 164px !important;
    padding: 0 30px;
    width: calc(100% - 224px);
}
#mid:not(.a13_opened) .owl_row_wrap.with_tile .a13_row_container{
    margin-left: 0 !important;
    padding: 0;
    width: 0;
}

.a13_row_container.with-parallax{
    background-size: auto;
    background-position: 50% 0;
}

/* page slider*/
.main-page-slider>div>div>div.owl-item {
    text-align: left;
    position: relative;
}
#mid:not(.a13_opened) .main-page-slider>div>div>div.owl-item,
#mid:not(.a13_opened) .owl-item .a13_tile{
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
    -ms-transition: width 0.3s ease;
    transition: width 0.3s ease;
}

#mid.a13_pre_opened .main-page-slider>div>div>div.owl-item,
#mid.a13_pre_opened .owl-item .a13_tile{
    -webkit-transition: none 0s ease 0s;
    -moz-transition: none 0s ease 0s;
    -o-transition: none 0s ease 0s;
    -ms-transition: none 0s ease 0s;
    transition: none 0s ease 0s;
}



#mid:not(.a13_opened) .owl-item .tile_icon,
#mid:not(.a13_opened) .owl-item .h_tile_title{
    -webkit-transition: font-size 0.3s ease, margin-top 0.3s ease, top 0.3s ease;
    -moz-transition: font-size 0.3s ease, margin-top 0.3s ease, top 0.3s ease;
    -o-transition: font-size 0.3s ease, margin-top 0.3s ease, top 0.3s ease;
    -ms-transition: font-size 0.3s ease, margin-top 0.3s ease, top 0.3s ease;
    transition: font-size 0.3s ease, margin-top 0.3s ease, top 0.3s ease;
}

.owl-item .a13_tile_color{
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

#mid:not(.a13_opened) .main-page-slider>div>div>div.owl-item:hover{
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
    
    z-index: 99999;
}

.tile_container {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 164px;
}
.a13_tile{
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    width: 164px;
    z-index: 9999999;
    cursor: pointer;
}
.a13_tile_element {
    height: 100%;
    position: absolute;
    width: 100%;
}
.a13_tile_image, .a13_tile_overlay {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#mid:not(.a13_opened) .main-page-slider .a13_tile_content {
    height: calc(100% + 10px);
    top: -5px;
}
#mid:not(.a13_opened) .main-page-slider .owl-item:not(:first-child) .a13_tile_content {
    box-shadow: 5px 0 5px rgba(0, 0, 0, 0.1) inset;
}
.a13_tile_content span,
.a13_tile_content span, .a13_tile_content div:not(.tile_dash) {
    position: absolute;
    text-align: center;
    width: 100%;
    color: #ffffff; 
    left: 0;
}
.tile_icon{
    font-size: 70px;
    top: calc(50% - 97px);
}
.tile_title {
    top: calc(50% + 17px);
}
.tile_dash {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    height: 1px;
    left: calc(50% - 13px);
    position: absolute;
    top: calc(50% + 80px);
    width: 26px;
}
.tile_subtitle {
    bottom: 22px;
}

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{
    font-size: 38px !important;
    color: #ffffff;
    margin: 0;
}
.tile_subtitle h3{
    color: #ffffff;
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 2.5px;
}
.a13_tile_effect {
    overflow: hidden;
}

:not(.a13_testimonial_cloud_interior) .owl_row_wrap,
.a13_row_container{
    height: calc(100vh - 290px);
    max-height: 610px;
    min-height: 500px!important;
}
:not(.a13_testimonial_cloud_interior) .owl_row_wrap.pure_page_wrapper{
    height: calc(100vh - 330px);
    max-height: 610px;
    min-height: 500px!important;
}

body.no_custom_scroll #mid .owl_row_wrap{
    height: calc(100vh - 80px);
    max-height: 9999px!important;
    min-height: 1px!important;
}
body.no_custom_scroll #mid .owl_row_wrap.pure_page_wrapper{
    height: calc(100vh - 120px);
}

body.no_custom_scroll #mid .main-page-slider>div>div.owl-wrapper,
body.no_custom_scroll #mid .a13_tile,
body.no_custom_scroll .main-page-slider .a13_row_container{
    height: calc(100vh - 210px);
    max-height: 9999px!important;
    min-height: 1px!important;

}

body.no_custom_scroll #mid.a13_opening_done .owl_row_wrap{
    height: auto;
}
body.no_custom_scroll #mid.a13_opening_done .owl_row_wrap.pure_page_wrapper{
    height: auto;
}

body.no_custom_scroll #mid.a13_opening_done .main-page-slider>div>div.owl-wrapper,
body.no_custom_scroll #mid.a13_opening_done .a13_tile,
body.no_custom_scroll #mid.a13_opening_done .main-page-slider .a13_row_container{
    height: 100%;

}

/*tiles hoover effect*/
/*6 tiles*/
#mid.a13psic_6:not(.a13_opened) .main-page-slider>.owl-wrapper-outer:hover>.owl-wrapper>.owl-item,
#mid.a13psic_6:not(.a13_opened) .main-page-slider>.owl-wrapper-outer:hover .owl-item .a13_tile{
    width: 180px!important;
}
#mid.a13psic_6:not(.a13_opened) .main-page-slider .owl-wrapper-outer:hover .owl-item:hover .tile_icon{
    font-size: 100px;
    top: calc(50% - 133px);
}
#mid.a13psic_6:not(.a13_opened) .main-page-slider .owl-wrapper-outer:hover .owl-item:hover .h_tile_title{
    font-size: 45px !important;
    margin-top: 10px;
}
#mid.a13psic_6:not(.a13_opened) .main-page-slider>.owl-wrapper-outer>.owl-wrapper>.owl-item:hover,
#mid.a13psic_6:not(.a13_opened) .main-page-slider .owl-wrapper-outer .owl-item:hover .a13_tile{
    width: 270px!important;
}
/*5 tiles*/
#mid.a13psic_5:not(.a13_opened) .main-page-slider>.owl-wrapper-outer:hover>.owl-wrapper>.owl-item,
#mid.a13psic_5:not(.a13_opened) .main-page-slider>.owl-wrapper-outer:hover .owl-item .a13_tile{
    width: 210px!important;
}
#mid.a13psic_5:not(.a13_opened) .main-page-slider .owl-wrapper-outer:hover .owl-item:hover .tile_icon{
    font-size: 110px;
    top: calc(50% - 133px);
}
#mid.a13psic_5:not(.a13_opened) .main-page-slider .owl-wrapper-outer:hover .owl-item:hover .h_tile_title{
    font-size: 50px !important;
    margin-top: 10px;
}
#mid.a13psic_5:not(.a13_opened) .main-page-slider>.owl-wrapper-outer>.owl-wrapper>.owl-item:hover,
#mid.a13psic_5:not(.a13_opened) .main-page-slider .owl-wrapper-outer .owl-item:hover .a13_tile{
    width: 330px!important;
}

/*4 tiles*/
#mid.a13psic_4:not(.a13_opened) .main-page-slider>.owl-wrapper-outer:hover>.owl-wrapper>.owl-item,
#mid.a13psic_4:not(.a13_opened) .main-page-slider .owl-wrapper-outer:hover .owl-item .a13_tile{
    width: 280px!important;
}
#mid.a13psic_4:not(.a13_opened) .main-page-slider .owl-wrapper-outer:hover .owl-item:hover .tile_icon{
    font-size: 110px;
    top: calc(50% - 133px);
}
#mid.a13psic_4:not(.a13_opened) .main-page-slider .owl-wrapper-outer:hover .owl-item:hover .h_tile_title{
    font-size: 50px !important;
    margin-top: 10px;
}
#mid.a13psic_4:not(.a13_opened) .main-page-slider>.owl-wrapper-outer>.owl-wrapper>.owl-item:hover,
#mid.a13psic_4:not(.a13_opened) .main-page-slider .owl-wrapper-outer .owl-item:hover .a13_tile{
    width: 330px!important;
}

/*3 tiles*/
#mid.a13psic_3:not(.a13_opened) .main-page-slider>.owl-wrapper-outer:hover>.owl-wrapper>.owl-item,
#mid.a13psic_3:not(.a13_opened) .main-page-slider .owl-wrapper-outer:hover .owl-item .a13_tile{
    width: 375px!important;
}
#mid.a13psic_3:not(.a13_opened) .main-page-slider .owl-wrapper-outer:hover .owl-item:hover .tile_icon{
    font-size: 110px;
    top: calc(50% - 133px);
}
#mid.a13psic_3:not(.a13_opened) .main-page-slider .owl-wrapper-outer:hover .owl-item:hover .h_tile_title{
    font-size: 50px !important;
    margin-top: 10px;
}
#mid.a13psic_3:not(.a13_opened) .main-page-slider>.owl-wrapper-outer>.owl-wrapper>.owl-item:hover,
#mid.a13psic_3:not(.a13_opened) .main-page-slider .owl-wrapper-outer .owl-item:hover .a13_tile{
    width: 420px!important;
}

/*2 tiles*/
#mid.a13psic_2:not(.a13_opened) .main-page-slider>.owl-wrapper-outer:hover>.owl-wrapper>.owl-item,
#mid.a13psic_2:not(.a13_opened) .main-page-slider .owl-wrapper-outer:hover .owl-item .a13_tile{
    width: 570px!important;
}
#mid.a13psic_2:not(.a13_opened) .main-page-slider .owl-wrapper-outer:hover .owl-item:hover .tile_icon{
    font-size: 110px;
    top: calc(50% - 133px);
}
#mid.a13psic_2:not(.a13_opened) .main-page-slider .owl-wrapper-outer:hover .owl-item:hover .h_tile_title{
    font-size: 50px !important;
    margin-top: 10px;
}
#mid.a13psic_2:not(.a13_opened) .main-page-slider>.owl-wrapper-outer>.owl-wrapper>.owl-item:hover,
#mid.a13psic_2:not(.a13_opened) .main-page-slider .owl-wrapper-outer .owl-item:hover .a13_tile{
    width: 600px!important;
}

/* 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: 40px;
    text-align: center;
    font-weight: bold;
    padding: 0 0 30px;
    text-transform: uppercase;

}
.post_slide_content_wrapper {
    margin: 0 -30px;
}

.work_nav .post-title{
    color: #000;
    font-size: 22px !important;
    position: relative;
    text-align: left;
    top: 45px;
    z-index: 999;
}
.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;
}

/* Button */
a.a13-sc-button{
    
    display: inline-block;
    cursor: pointer;
    white-space: pre-wrap;   
    max-width: 100%;
    line-height: 1em;
    opacity: 1;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
a.a13-sc-button i.fa{
    margin-right: 10px;
}
a.a13-sc-button.a13_smallsize{
    font-size: 12px;
    line-height: 25px;
    height: 27px;
}

a.a13-sc-button.a13_largesize{
    font-size: 16px;
    line-height: 46px;
    height: 48px;
}

a.a13-sc-button.vc_btn_xs,
a.a13-sc-button.vc_btn_xs::hover {
    font-size: 80%;
    line-height: 1.8em;
    padding: 0.5em 0.8em;
}
a.a13-sc-button.vc_btn_sm,
a.a13-sc-button.vc_btn_sm::hover {
    font-size: 85%;
    line-height: 1em;
    padding: 0.8em 1em;
}
a.a13-sc-button.vc_btn_md,
a.a13-sc-button.vc_btn_md::hover {
    font-size: 100%;
    line-height: 1em;
    padding: 0.8em 1.2em;
}
a.a13-sc-button.vc_btn_lg,
a.a13-sc-button.vc_btn_lg::honer {
    font-size: 115%;
    line-height: 1em;
    padding: 1.1em 2em;
}

/* 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;
}


/* Counter */
.a13_counter_sc_digits .inner_wrapper{
    text-align: center;
    color: inherit;
}

/* 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: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 10px 5px;
    padding: 10px 0;
}
.people_item.simple{
    float: left;
    height: 130px;
    margin: -1px 1px 2px 0;
    outline: 1px solid #eee;
    position: relative;
    width: 170px;
}
.people_flip{
    -webkit-perspective:1000;
    perspective:1000;
    -webkit-transition: all 1s ease;
    transition: all 0.5s ease;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    height: 100%;
    width: 100%;
}
.people_item.simple:hover .people_flip {

    z-index: 999999;
    transform: rotateY( 180deg );
    -webkit-transform: rotateY(180deg);
}
.people_item.simple .people_img{
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    margin: 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.people_item.simple .people_img_overlay{
    font-size: 12px;
    height: calc(100% - 40px) !important;
    opacity: 0;
    position: absolute;
    padding: 20px;
    top: 0;
    width: calc(100% - 40px);
    box-shadow: 0 0 25px 0 #dcdcdc;
    outline: medium none;    
    -webkit-transform: rotateY(180deg);
    transform: rotateY( 180deg );
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.people_item.simple .people_img_overlay.light{
    background-color: #fff;
    color: #858585;
    
}
.people_item.simple .people_img_overlay.dark{
    color: #e2e2e2;
    background-color: #434344;
    
}
.people_item.simple:hover .people_img_overlay{
    opacity:1;
}

.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: 2px solid #fff;
    border-radius: 34px;
    cursor: pointer;
    height: 60px;
    margin: 0 auto;
    opacity: 1;
    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;
    width: 60%;
}
.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: 13px !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;}

.a13-people-carousel-testimonial .people_text_block {
    overflow: hidden;
    position: relative;
    width: 0;
}
.a13-people-carousel-testimonial .people_text_block, .a13-people-carousel-testimonial .people_img {
    float: left;
}

.a13_testimonial_cloud {
    background-color: #f5f5f5;
    border-radius: 10px;
    box-shadow: 0 3px 1px rgba(0, 0, 0, 0.1);
    height: auto;
    margin-bottom: 30px;
    min-height: 150px;
    width: 100%;;
}

.a13_testimonial_cloud_triangle {
    background-image: url("img/triangle_small.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 18px;
    left: calc(50% - 15px);
    position: absolute;
    width: 34px;
}
.a13_testimonial_cloud:not(.no_quote_marks) .a13_testimonial_cloud_interior{
    padding: 40px 100px;
    text-align: justify;
    position: relative;
}
.a13_testimonial_cloud:not(.no_quote_marks) .a13_testimonial_cloud_interior.loaded::after {
    color: #666666;
    content: "“";
    font-family: times new roman;
    font-size: 70px;
    height: 20px;
    left: 30px;
    position: absolute;
    top: 0;
    width: 20px;
    font-weight: 700;
}
.a13_testimonial_cloud:not(.no_quote_marks) .a13_testimonial_cloud_interior.loaded::before {
    color: #666666;
    content: "”";
    font-family: times new roman;
    font-size: 70px;
    height: 20px;
    position: absolute;
    right: 60px;
    bottom: 60px;
    width: 20px;
    font-weight: 700;
}
.a13_testimonial_cloud_interior,
.a13_testimonial_cloud_interior .owl_row_wrap {
    height: auto !important;
    min-height: 70px !important;
}
.a13-people-carousel-testimonial .owl-item.active .people_img{
    border: 2px solid #fff;
    box-shadow:0 2px 1px rgba(3, 3, 3, 0.26);
}
.a13-people-carousel-testimonial .owl-item.active {
    width: 200px !important;
}
.owl-item.active > .people_item > .people_text_block {
    width: 130px;
}

.a13_testimonial_cloud.no_quote_marks .a13_testimonial_cloud_interior{
    padding: 10px 20px;
}

/* 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) {
    /*5 tiles*/
    #mid.a13psic_5:not(.a13_opened) .main-page-slider>.owl-wrapper-outer:hover>.owl-wrapper>.owl-item,
    #mid.a13psic_5:not(.a13_opened) .main-page-slider .owl-wrapper-outer:hover .owl-item .a13_tile{
        width: 19vw!important;
    }
    #mid.a13psic_5:not(.a13_opened) .main-page-slider .owl-wrapper-outer:hover .owl-item:hover .tile_icon{
        font-size: 110px;
        top: calc(50% - 133px);
    }
    #mid.a13psic_5:not(.a13_opened) .main-page-slider .owl-wrapper-outer:hover .owl-item:hover .h_tile_title{
        font-size: 50px !important;
        margin-top: 10px;
    }
    #mid.a13psic_5:not(.a13_opened) .main-page-slider>.owl-wrapper-outer>.owl-wrapper>.owl-item:hover,
    #mid.a13psic_5:not(.a13_opened) .main-page-slider .owl-wrapper-outer .owl-item:hover .a13_tile{
        width: 24vw!important;
    }
    
    /*4 tiles*/
    #mid.a13psic_4:not(.a13_opened) .main-page-slider>.owl-wrapper-outer:hover>.owl-wrapper>.owl-item,
    #mid.a13psic_4:not(.a13_opened) .main-page-slider .owl-wrapper-outer:hover .owl-item .a13_tile{
        width: 23vw!important;
    }
    #mid.a13psic_4:not(.a13_opened) .main-page-slider .owl-wrapper-outer:hover .owl-item:hover .tile_icon{
        font-size: 110px;
        top: calc(50% - 133px);
    }
    #mid.a13psic_4:not(.a13_opened) .main-page-slider .owl-wrapper-outer:hover .owl-item:hover .h_tile_title{
        font-size: 50px !important;
        margin-top: 10px;
    }
    #mid.a13psic_4:not(.a13_opened) .main-page-slider>.owl-wrapper-outer>.owl-wrapper>.owl-item:hover,
    #mid.a13psic_4:not(.a13_opened) .main-page-slider .owl-wrapper-outer .owl-item:hover .a13_tile{
        width: 31vw!important;
    }
    
    /*3 tiles*/
    #mid.a13psic_3:not(.a13_opened) .main-page-slider>.owl-wrapper-outer:hover>.owl-wrapper>.owl-item,
    #mid.a13psic_3:not(.a13_opened) .main-page-slider .owl-wrapper-outer:hover .owl-item .a13_tile{
        width: 30vw!important;
    }
    #mid.a13psic_3:not(.a13_opened) .main-page-slider .owl-wrapper-outer:hover .owl-item:hover .tile_icon{
        font-size: 110px;
        top: calc(50% - 133px);
    }
    #mid.a13psic_3:not(.a13_opened) .main-page-slider .owl-wrapper-outer:hover .owl-item:hover .h_tile_title{
        font-size: 50px !important;
        margin-top: 10px;
    }
    #mid.a13psic_3:not(.a13_opened) .main-page-slider>.owl-wrapper-outer>.owl-wrapper>.owl-item:hover,
    #mid.a13psic_3:not(.a13_opened) .main-page-slider .owl-wrapper-outer .owl-item:hover .a13_tile{
        width: 40vw!important;
    }
    
    /*2 tiles*/
    #mid.a13psic_2:not(.a13_opened) .main-page-slider>.owl-wrapper-outer:hover>.owl-wrapper>.owl-item,
    #mid.a13psic_2:not(.a13_opened) .main-page-slider .owl-wrapper-outer:hover .owl-item .a13_tile{
        width: 40vw!important;
    }
    #mid.a13psic_2:not(.a13_opened) .main-page-slider .owl-wrapper-outer:hover .owl-item:hover .tile_icon{
        font-size: 110px;
        top: calc(50% - 133px);
    }
    #mid.a13psic_2:not(.a13_opened) .main-page-slider .owl-wrapper-outer:hover .owl-item:hover .h_tile_title{
        font-size: 50px !important;
        margin-top: 10px;
    }
    #mid.a13psic_2:not(.a13_opened) .main-page-slider>.owl-wrapper-outer>.owl-wrapper>.owl-item:hover,
    #mid.a13psic_2:not(.a13_opened) .main-page-slider .owl-wrapper-outer .owl-item:hover .a13_tile{
        width: 60vw!important;
    }
    
    

}

@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;
    }

    #mid.a13_opened .owl_row_wrap.with_tile .a13_row_container{
        width: calc(75vw - 30px) !important;
        margin-left: 25vw!important;
    }
    #mid.a13_opened .tile_container,
    #mid.a13_opened .a13_tile {
        width: 25vw!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);
    }
}

@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) {
    
}

#mid.a13_opened .owl_row_wrap.with_tile.super_narrow .tile_container,
#mid.a13_opened .owl_row_wrap.with_tile.super_narrow .a13_tile {
    width: 10vw !important;
}
#mid.a13_opened .owl_row_wrap.with_tile.super_narrow .a13_row_container{
    
    width: calc(90vw - 30px) !important;
    margin-left: 10vw!important;
}
#mid.a13_opened .owl_row_wrap.with_tile.super_narrow .a13_tile .tile_icon {
    font-size: 30px;
}
#mid.a13_opened .owl_row_wrap.with_tile.super_narrow .a13_tile .tile_title,
#mid.a13_opened .owl_row_wrap.with_tile.super_narrow .a13_tile .tile_dash {
    display: none;
}

#mid.a13_opened .owl_row_wrap.with_tile.super_narrow .a13_tile .tile_subtitle{
    -ms-transform:rotate(270deg); /* IE 9 */
    -moz-transform:rotate(270deg); /* Firefox */
    -webkit-transform:rotate(270deg); /* Safari and Chrome */
    -o-transform:rotate(270deg); /* Opera */
    margin-top: 8px;
}

.vc_message_box p{
    margin-top:0;
}