
/********************** Aditional Fonts **************************/
@font-face {
    font-family: "Ziggurat";
    font-weight: normal;
    font-style: normal;
    line-height:normal;
	src: url('stylesheet/fonts/Ziggurat-Black.otf');
	src: local('Ziggurat'), url('stylesheet/fonts/Ziggurat-Black.ttf') format('truetype');
}
.ziggurat{
    font-family: Ziggurat !important;
}

@font-face {
    font-family: "Rockwell";
    font-weight: normal;
    font-style: normal;
    line-height:normal;
	src: url('stylesheet/fonts/RockwellStd.otf');
	src: local('Rockwell'), url('stylesheet/fonts/RCKWL.ttf') format('truetype');
}
.rockwell{
    font-family: Rockwell !important;
    letter-spacing: 2px !important;
}

/************************** Spotlight styles *********************************/
.mk-blog-spotlight-item .mk-blog-meta .mk-icon-align.center{
     visibility: hidden;
}
.mk-blog-spotlight-item:hover .mk-blog-meta .mk-icon-align.center{
     visibility: visible;
}
.mk-blog-spotlight-item .custom_events_icon{
     font-size:70px;
     color:#fff;
}
/*
.mk-blog-spotlight-item:hover a{
     display: block;
     cursor:pointer;
}*/

/******************************* Links para partilhar pagina  ****************************/
.parent-pages-list .single-social-section{
   padding-top:5px;
   float:none !important;
}

.parent-pages-list .single-social-section .mk-love-holder{
  margin-left:10px !important;
}

.parent-pages-list a.share-this{
   margin-left:10px;
   float:right;
}

.parent-pages-list .share-this i {
  font-size: 16px;
  color: #000000;
  color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.parent-pages-list .share-this i:hover {
  color: #000000;
  color: rgba(0, 0, 0, 0.4);
}

.parent-pages-list .vertical-center{
     display: table-cell;
     vertical-align: middle;
}
@media handheld, only screen and (max-width: 960px){
    .parent-pages-list .single-social-section .mk-love-holder{
        float:right;
    }
}

/******************************** Links para as redes sociais na template ***********************************/
.social-networks {
  position: fixed;
  bottom: 15px;
  text-align: center;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -webkit-transform: translateZ(0px);
  -moz-transform: translateZ(0px);
  -ms-transform: translateZ(0px);
  -o-transform: translateZ(0px);
  transform: translateZ(0px);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index:400 !important;
}
.social-networks-link {
  display: block;
  width: 45px;
  height: 45px;
  background-color: #cccccc;
  background-color: rgba(0, 0, 0, 0.4);
}
.social-networks-link:hover {
  background-color: #f97352 !important;
}
.social-networks-link i {
  position: absolute;
  top: 12px;
  left: 12px;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
}

.social-networks.off.youtube{
     right: 65px;
}
.social-networks.on.youtube{
     right: 125px;
}

.social-networks.off.twitter{
    right:120px;
}

.social-networks.on.twitter{
    right:180px;
}

.social-networks.off.googleplus{
    right:175px;
}

.social-networks.on.googleplus{
    right:235px;
}

.social-networks.off.facebook{
    right:230px;
}

.social-networks.on.facebook{
    right:290px;
}
@media handheld, only screen and (max-width: 1200px){
    .social-networks {
        bottom: 70px !important;
    }
}
@media handheld, only screen and (max-width: 767px) {
  .social-networks-link {
    display: none;
  }
}
@media print{
    .social-networks{
        display:none !important;
    }
}

/************************************ Sub footer links **********************************************/
.mk-footer-copyright a{
   color:#777;
}
.mk-footer-copyright a:hover{
   color:#f97352;
}

a.footer-supporter{
    padding:2px;
}

/*********************************** Mega menu styles *******************************************/
.megamenu-title a.menu-item-link{
   color:#ffffff !important;
}

/************************************** Parent Page List ***********************************/
.parent-pages-list{
    padding-top:30px;
    text-transform: uppercase;
}

.parent-pages-list > ul{
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid #ebebeb;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: rgba(255,255,255,0.4);
}

.parent-pages-list > ul > li{
  margin-left:0px !important;
  padding-left:0px !important;
}

.parent-pages-list ul li{
    list-style: none;
    margin-left: 0px;
    padding-left:25px;
}

.mk-page-section.mk-background-stretch .parent-pages-list ul li a{
    color:#cecece !important;
}

.parent-pages-list ul li a:hover{
    background-color:rgba(249, 115, 82, 0.5) !important;
    color:#ffffff !important;
}

.parent-pages-list ul li > a{
    border-bottom: 1px solid #ebebeb;
}
.parent-pages-list ul li.current_page_item > a{
    background-color: rgba(249, 115, 82, 0.5);
    font-weight: bolder;
    color:#ffffff !important;
}

/*.parent-pages-list > ul li:last-child, .parent-pages-list ul.children li:last-child{
  border-bottom: none !important;
}*/

.parent-pages-list ul li a {
  display: block;
  padding: 6px 10px;
}

/*************************************** Corkplace ***************************************/
.ckp_activities_list input[type=checkbox]{
    margin-right:5px;
}

/***************************************** Magazine styles *********************************/
.mk-blog-magazine-item.magazine-thumb-post .featured-image{
    width:24%;
}
.mk-blog-magazine-item.magazine-thumb-post .the-excerpt p{
    letter-spacing: 1px;
    color: #797979;
    font-size: 14px;
}

/***************************************** News Styles ****************************************/
.news-meta-wrapper .news-categories a:hover{
    color:#ffffff;
}

.news-fourth-with-image .news-the-title a:hover, .news-full-with-image .news-the-title a:hover, .news-half-with-image .news-the-title a:hover{
    color:#f97352;
}

.news-full-without-image .news-categories a:hover, .news-half-without-image .news-categories a:hover, .news-fourth-without-image .news-categories a:hover{
    color:#f97352;
}

.mk-news-container .the-excerpt p{
    font-size: 14px !important;
    margin-bottom:10px !important;
}

.news-fourth-with-image .news-categories, .news-full-with-image .news-categories, .news-half-with-image .news-categories{
    color: #2e2e2e !important;
}

/********************* Members directory *****************************/
.directory_row_1{
    background-color: #D8D8D8;
}

.directory_row_2{
    background-color: #C2C2C2;
}
/* EN */
#mk-sidebar ul li.page_item.page-item-7183{
    display: none;
}
/* PT */
#mk-sidebar ul li.page_item.page-item-7287{
    display: none;
}
@media print{
    #MembersSearchForm{
        display:none ! important;
    }
    #members_list:first-child{
        display:none !important;
    }
    .member_icon_image{
        display:none !important;
    }
    .mk-moon-print{
        display:none !important;
    }
    .directory_row_1, .directory_row_2{
        padding-bottom:20px;
    }
}

div.result-search-members span.content-box-heading{
  background-color:#000000;
  border-top: 12px solid #82b440;
  color: #82b440;
  text-align: center;
}

div.result-search-members div.content-box-content{
  padding-bottom: 0px;
}

.search-members-title{
  text-align: center;
  font-size: 30px;
  color: white;
}

/****************************** Custom classes *********************************/
.align-center{
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.center-align{
    text-align:center;
}

.mtop-20{
    margin-top:20px;
}

.mtop-15{
    margin-top:15px;
}

.sup, .sub{
    font-size: 85%;
    position: relative;
    line-height: 0;
    margin: 0;
    padding: 0;
    border: 0;
}
.sup{
    vertical-align: super;
    top: -.1em;
}

.sub{
    vertical-align: sub;
    bottom: -.25em;
}


/***************** General fixes ****************/
.mk-gallery-shortcode article.hover-overlay_layer .gallery-title:after{
    height:0px;
}
#theme-page{
     min-height: 0px !important;
}

.mk-custom-boxed p{
    margin-bottom:0px;
}

#mk-header .header-logo a img{
    max-width:200px;
}

ul{
    font-size: medium;
}
/**************** Portfolio classes ***************/
.portfolio-larger-border .mk-portfolio-classic-item .portfolio-classic-holder{
    border-width:2px;
}

.portfolio-grey-overlay .image-hover-overlay{
    background-color:rgba(142,142,142,0.7) !important;
}

/******************* Videoteca ******************/
.mk-video-container{
    overflow: visible;
}

/**********************Pagina Quem somos **************************/
.services a{
    color: #FFF;
}
/* Modal */

/*Outer*/
.popup {
    width:100%;
    height:100%;
    display:none;
    position:fixed;
    top:0px;
    left:0px;
    background:rgba(0,0,0,0.75);
}
 
/* Inner */
.popup-inner {
    max-width:700px;
    width:90%;
    padding:40px;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    box-shadow:0px 2px 6px rgba(0,0,0,1);
    border-radius:3px;
    background:#fff;
}
 
/* Close Button */
.popup-close {
    width:30px;
    height:30px;
    padding-top:4px;
    display:inline-block;
    position:absolute;
    top:0px;
    right:0px;
    transition:ease 0.25s all;
    -webkit-transform:translate(50%, -50%);
    transform:translate(50%, -50%);
    border-radius:1000px;
    background:rgba(0,0,0,0.8);
    font-family:Arial, Sans-Serif;
    font-size:20px;
    text-align:center;
    line-height:100%;
    color:#fff;
}
 
.popup-close:hover {
    -webkit-transform:translate(50%, -50%) rotate(180deg);
    transform:translate(50%, -50%) rotate(180deg);
    background:rgba(0,0,0,1);
    text-decoration:none;
}

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable{
    width: 420px;
}

.wpcf7-form-control-wrap.your-email .wpcf7-email{
    width: 100%;
}
/* End of Modal */

/* News boxes */
.news-tab a{
    border: 1px solid #DDD;
    padding: 5px;
    border-radius: 5px;
}
/* End of News boxes */


/** Download photo library **/
/*
wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok{
    display: none;
}
*/
div[id*='wpm_download_']{
    margin-top: 5px;
    display: inline-block;
    border: 2px solid;
    background-color: #c0c0c0;
    padding: 15px 15px 15px 65px;
    background-image: url(http://www.apcor.pt/wp-content/uploads/2016/03/cloud_download_black.png);
    background-position: 15px center;
    background-repeat: no-repeat;
}

div.wpcf7{
    margin: 0 0 20px;
}
/** End of download **/


/** Diretorio associados**/
.result-search-members a:hover{
    color:#f97352 !important;
}
.result-search-members p{
    margin-bottom: 5px;
}
/**fim do diretorio **/


/** Single Portfolios **/
.single-portfolio-loadmore{
    background-color: #fff;
    border: 2px solid #e2e2e2;
    border-radius: 2px;
    color: #252525 !important;
    display: block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 16px;
    margin: 40px auto;
    padding: 15px 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 50%;
}

.single-portfolio-loadmore.pagination-loading{
    background-color: #f5f5f5;
    color: #d7d7d7 !important;
}
/** end of single portfolios **/


div#desc_overlay{
    top: 20px !important;
}