/*
Theme Name: Parasponsive Corporate
Theme URI: http://gogetthemes.com
Description: A premium theme built on base Option Tree 
Author: GoGetThemes
Author URI: http://gogetthemes.com/
Version: 3.0
License URI: http://gogetthemes.com/
*/


.footer-soc-excerpt{
    text-align: center;
    margin: 15px auto;
}

.mycarousel2,
.owl-carousel{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.owl-carousel.hapy_boys{
    margin: 20px auto 0;
}

.team_entry {
    padding: 0 12px;
}

.team_photo {
    margin: 0 auto;
}

.pf_wrap{
    position: relative;
}

.loader-image {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 50%;
    left: 50%;
    margin: -16px auto auto -16px;
}

.loader-image:before {
    -webkit-animation-name: spin;
    -webkit-animation-duration: 400ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 400ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 400ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    font-size: 20px;
}

#container.loading,
#container_2.loading,
#container_2.loading{
    height: 580px;
}

#container .type-portfolio,
#container_2 .type-portfolio,
#container_3 .type-portfolio{
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .4s linear;
    -moz-transition: opacity .4s linear;
    -o-transition: opacity .4s linear;
    transition: opacity .4s linear;
}

#container.loading .type-portfolio,
#container_2.loading .type-portfolio,
#container_3.loading .type-portfolio{
    opacity: 0;
    visibility: hidden;
}

.menu-dropdown nav a span.hover {
    width: 100%;
    top: 100%;
    left: 0;
    height: 100%;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.menu-dropdown nav a:hover span.hover {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.menu-dropdown header.dropdown .nav nav ul li a {
    border-top: none;
}

#portfolio_box .owl-item{
    text-align: center;
}

#portfolio a:not(.back2top):hover,
#portfolio_2 a:not(.back2top):hover,
#portfolio_3 a:not(.back2top):hover {
    background: none repeat scroll 0 0 #fff;
    border-color: #fff;
    color: #000000;
}

.team_link{
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 10;
}

.option-set.clearfix{
    padding: 0;
}

.recent_posts_carousel article{
    visibility: hidden;
}

.recent_posts_carousel{
    height: auto;
}

.recent_posts_carousel.loading{
    max-height: 300px;
}

.recent_wrap:hover .carousel-nav {
    opacity: 1;
    top: 50%;
}

div#recent_container,
.team_corusel {
    position: relative;
}

.serv_corusel li i {
    display: inline-block;
}

.page_top.top_box  {
    border-width: 0 0 60px 2880px;
    border-style: solid solid solid solid;
}

.page_bot.bot_box {
    border-width: 0 2880px 60px 0;
    border-style: solid solid solid solid;
}

.id_page{
    position: relative;
    padding-top: 50px;
    margin-top: -60px;
}

#blog {
    margin-bottom: 60px;
    padding: 50px 0 0;
    margin-top: -60px;
}

body:not(.page-template-home-index) footer{
    padding-top: 150px;
}

body:not(.page-template-home-index) header{
    position: relative;
}

.recent_posts_carousel .owl-item{
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.recent_posts_carousel .recent_iso_inner .recent_img_pop img {
    width: 100%;
    height: auto;
}

.recent_box {
    text-align: center;
    padding: 30px 10px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.recent_posts_carousel article.post:hover .recent_box {
    background: #fff none repeat scroll 0 0;
    color: #000;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.recent_posts_carousel .recent_name {
    text-transform: uppercase;
    font-weight: 600;
    margin: 15px auto;
}

.recent_posts_carousel .recent_read_more a {
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid;
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    margin: 15px auto 0;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.recent_posts_carousel .recent_read_more a:hover {
    background: #000;
    color: #fff;
}

.recent_posts_carousel article.post:hover a {
    color: #000;
}

.recent_posts_carousel article.post:hover .recent_read_more a:hover {
    color: #fff;
}

.recent_posts_carousel .recent_date {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    color: #eee;
}

.recent_posts_carousel article.post:hover .recent_date{
    color: #999;
}

.recent_posts_carousel .recent_excerpt {
    padding: 0 5px;
    color: #eee;
}

.recent_posts_carousel article.post:hover .recent_excerpt {
    color: #aaa;
}

.recent_posts_carousel .post{
    background: none;
}

.recent_img_wrap {
    position: relative;
}

.recent_img_overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    opacity: 0;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.recent_posts_carousel article.post:hover .recent_img_overlay,
.recent_posts_carousel article.post:hover .recent_img_pop img,
.recent_posts_carousel article.post:hover .recent_img_pop .square_image {
    opacity: 1;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

a.recent_overlay_link {
    color: #fff;
    font-size: 20px;
    position: absolute;
    width: 50px;
    height: 50px;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    border: 2px solid;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.recent_posts_carousel article.post a.recent_overlay_link,
.recent_posts_carousel article.post:hover a.recent_overlay_link{
    color: #fff;
}

.recent_posts_carousel article.post a.recent_overlay_link:hover{
    background: #fff;
    border-color: #fff;
    color: #000;
}

#single-portfolio {
    margin-bottom: 60px;
    padding: 0;
}

#portfolio_box .owl-item img {
    -webkit-border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    height: auto;
    margin: 0 auto;
    width: 100%;
}

.owl-item .post{
    margin-bottom: 0;
}

.owl-carousel .owl-item li{
    max-width: 100%;
}

.pf_square_image,
.square_image{
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /*min-height: 280px;*/
}

.ggt_pf_filter_mobile {
    background: #FFFFFF none repeat scroll 0 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: none;
    margin: 20px 0;
    padding: 0;
    position: relative;
    text-transform: uppercase;
    visibility: hidden;
    width: 100%;
    z-index: 20;
}

.filter_item_label {
    border: 2px solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.filter_item_label a{
    display: block;
    padding: 15px 20px;
    color: #000;
}

.filter_item_mobile a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    color: #000;
    display: block;
    padding: 13px 20px;
}

.ggt_pf_filter_dropdown {
    background: #f2f2f2 none repeat scroll 0 0;
    left: 0;
    margin-top: -2px;
    opacity: 0;
    position: absolute;
    text-align: left;
    top: 100%;
    visibility: hidden;
    width: 100%;
    z-index: 2;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.ggt_pf_filter_mobile.open .ggt_pf_filter_dropdown{
    opacity: 1;
    visibility: visible;
}

.filter_item_label i {
    display: inline-block;
    line-height: 14px;
    padding-left: 30px;
    vertical-align: middle;
    float: right;
}

#container .iso_inner img,
#container_2 .iso_inner img,
#container_3 .iso_inner img {
    max-width: none;
    width: 100%;
    height: auto;
}

.more_info_box {
    margin-bottom: 30px;
}

@media (max-width: 768px){
    .pf_iso_filter{
        display: none;
        visibility: hidden;
    }

    .ggt_pf_filter_mobile{
        display: inline-block;
        visibility: visible;
    }
}

@media (min-width: 769px) and (max-width: 1024px){

}

@media (max-width: 1024px){
    .owl-carousel li{
        width: 100%;
    }

    .team_name{
        font-size: 27px;
    }

    .team_photo{
        width: 100%;
        height: auto;
    }

    .team_photo img{
        width: 90%;
        margin: 0 auto;
    }

    .team_photo .mask-1,
    .team_photo .mask-2{
        display: none;
    }

    .team_photo .content{
        background: rgba(255,255,255,0.99);
        height: auto;
        opacity: 1;
        position:relative;
        padding:0;
        width: 90%;
        margin: 0 auto;
        left: 0;
        right: 0;
        overflow: hidden;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        -webkit-transition: all .4s ease-in-out .3s;
        -moz-transition: all .4s ease-in-out .3s;
        -o-transition: all .4s ease-in-out .3s;
        transition: all .4s ease-in-out .3s;
    }

    .team_photo .content h2{
        margin:0;
        color: #000
    }

    .item:hover .team_photo .content{
        height: auto;
        width: 90%;
        opacity: 1;
        top: auto;
        margin-top: 0;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
}

@media (max-width: 1180px){
    .mid_box .container .owl-carousel:not(.hapy-boys){
        padding-bottom: 80px;
        margin-bottom: 20px;
    }
    .mycont {
        margin: 0 auto;
    }
    .carousel-nav {
        opacity: 1;
        position: relative;
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
        width: 50px;
        margin: auto;
        height: 75px;
    }
    .team_corusel {
        padding-bottom: 30px;
    }
    .recent_wrap:hover .carousel-nav,
    .serv_corusel:hover .carousel-nav,
    .mycarousel3:hover .carousel-nav,
    .team_corusel:hover .carousel-nav {
        opacity: 1;
        top: auto;
    }
}