.icons, dl, .pager, .pull-left, 
.page-header{
    display: none;
}

ul li{
    display: inline;
    padding-right:15px;
}
.footerPT ul{
    float:right;
}
body{
    margin: 0%;
    color:#636363;
}

/*********************************************Tabela Topo*************************************/
#imgLogo{
   /* width:20%;*/
    max-width: 100%;
}
.mod-languages{
    text-align: right;
}

.tableTopo, .tableTop{
    /*display: none;*/
}


/********************************************Language Switcher*****************************/
.chzn-container{
    width:95px !important;
}
.chzn-container-single .chzn-single{
    border:none !important; 
}
.chzn-drop{
    border: none !important;
}
.chzn-container .chzn-drop{
    box-shadow: none !important;
}
/***********************************************Menu******************************************/
#tdMenu .well{
    padding-bottom: 2%;
    padding-right: 8%;
    
    position: absolute;
    margin-top: -2.5%;
    margin-left: 45%;
}
#tdMenu .nav a{
    text-decoration: none;
    color:#575759;
    font-family: Lato-Light;
}
#tdMenu ul .current a {
    color: #99c55c;
    font-family: Lato-Bold;
}
@media all and (max-width: 980px) {
	/*************************#tdMenu**********************/
	#tdMenu .well.responsive, .footerPT .well.responsive , .row-fluid .nav .responsive{
		display:none;
	}
	
	#tdMenu ul.nav, .footerPT ul.nav, .row-fluid ul.nav{ 
		height: auto; 
	}
	#tdMenu ul.nav > li , .row-fluid ul.nav > li{ 
		float: right;
		width: 100%; 
	}
    .footerPT ul.nav > li { 
		float: none;
		width: 100%; 
	}
	#tdMenu ul.nav a,  .footerPT ul.nav a, .row-fluid ul.nav a{ 
		line-height: 40px; 
	}
	#tdMenu ul.nav ul,  .footerPT ul.nav ul, .row-fluid .nav ul.nav ul{ 
		position: relative; 
	}
    
    
    
}
@media screen and (min-width:980px){
	/********************************tdMenu******************/
    #tdMenu .three-lines, .footer-three-lines, .child-three-lines{
		display:none;
	}
	#tdMenu .nav, .footerPT .nav{
		display:inline;
	}
}
#tdMenu .three-lines, .footer-three-lines, .child-three-lines{
	float:right;
	margin-right:25px;
	border:1px solid #000;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
	padding-top:5px;
	cursor:pointer;
	margin-bottom:20px;
	margin-left:15px;
}


@media all and (max-width: 980px) {
    #tdMenu .well{
        position: relative;
    }
	#tdMenu ul.nav, .footerPT ul.nav, .row-fluid ul.nav{ 
		height: auto; 
		margin-top:0px;
        
	}
	#tdMenu ul.nav > li, .row-fluid ul.nav{ 
		/*float: none;*/
		width: 100%; 
	}
    footerPT ul.nav > li{
        float:none;
    }
	#tdMenu ul.nav a, .footerPT ul.nav a, .row-fluid ul.nav a{ 
		line-height: 40px; 
	}
	#tdMenu ul.nav ul, .footerPT ul.nav ul, .row-fluid ul.nav ul{ 
		position: relative; 
	}
	#tdMenu ul.nav li, .footerPT ul.nav li, .row-fluid ul.nav li{ 
		display: block;
	}
	#tdMenu .nav, .footerPT .nav, .row-fluid .nav{
		display:none;
	}
}

.nav-child{
    position: absolute;
    margin-top: 35%;
    /* margin-left: 25%; */
    width: 96%;
    text-align: center;
}

.row-fluid .nav .current a, .item-123 ul .current a, .item-124 ul .current a,
.item-125 ul .current a, .item-126 ul .current a, .item-127 ul .current a, 
.item-128 ul .current a{
    background-color: gray;
    margin-right: 1%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    color:#fff !important;
    font-family: Lato-Bold;
}
.row-fluid .nav a{
    color:gray !important;
    border: 1px solid gray;
    margin-right: 1%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration: none;
}
.row-fluid .moduletable{
    text-align: center;
}
/*********************************************Banner***************************************/
#ais_96_wrapper, #ais_110_wrapper{
    margin-bottom: 5%;
}
.nivo-caption{
    font-family: Lato-Bold;
}
.chzn-single, .chzn-drop{
    font-family: Lato-Light;
}
/*********************************************Home******************************************/
#tituloHome{
    text-align: center;
    font-family: Lato-Bold;
    font-size: 40pt;
    color: #636363;
}
#divImages{
    width:80%;
    max-width: 100%;
    margin: 0 auto;
    margin-top:5%;
}
#divImgHomeCozinhas, #divImgHomeRoupeiros,
#divImgHomeCarpintaria, #divImgHomeCaixilharia,
#divImgHomeOutros{
    width: 32%;
    margin:auto;
    margin-top: 500px;
    
    overflow: hidden;
    
}




#divImgHomeCozinhas img, #divImgHomeRoupeiros img,
#divImgHomeCarpintaria img, #divImgHomeCaixilharia img,
#divImgHomeOutros img{
    overflow: hidden;
    max-width: 100%;
  
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#divImgHomeCozinhas:hover img, #divImgHomeRoupeiros:hover img,
#divImgHomeCarpintaria:hover img, #divImgHomeCaixilharia:hover img,
#divImgHomeOutros:hover img{
    -moz-transform: scale(1.04);
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}


#imgHomeCozinhas, #imgHomeRoupeiros,
#imgHomeCarpintaria, #imgHomeCaixilharia,
#imgHomeOutros{
    width: 100%;
    overflow: hidden;
    
     -webkit-transition: all 1s ease;
   -moz-transition: all 1s ease;
   -o-transition: all 1s ease;
   -ms-transition: all 1s ease;
   transition: all 1s ease;
    
}
#imgHomeCozinhas:hover, #imgHomeRoupeiros:hover,
#imgHomeCarpintaria:hover, #imgHomeCaixilharia:hover,
#imgHomeOutros:hover{
    -webkit-filter: brightness(50%);
    filter: brightness(50%);
    opacity: 0.7;
}

#divImgHomeRoupeiros{
    margin-right: 2%;
    margin-left: 2%;
}
#divImagesBottom{
    /*width: 50%;*/
    margin-top: 10%;
}
#divImgHomeCaixilharia{
    margin-left: 15%;
}
#divImgHomeOutros{
    margin-left: 2%;
}

#divImgCozinhas{
    margin-top: -4%;
    text-align: center;
    background-color: #636363;
    z-index: 999;
    position: absolute;
    width:25.5%;
    color: #fff;
    padding-bottom: 1%;
    padding-top: 1.5%;
    font-family: Lato-Bold;
    font-size: 16pt;
}
#divTextoCozinhas, #divTextoRoupeiros, #divTextoCarpintaria,
#divTextoCaixilharia, #divTextoOutros{
    text-align: center;
    margin-top: 5%;
    font-family: Lato-Light;
    font-size: 12pt;
}
#divImgRoupeiros{
    margin-top: -4%;
    text-align: center;
    background-color: #636363;
    z-index: 999;
    position: absolute;
    width:25.55%;
    color: #fff;
    padding-bottom: 1%;
    padding-top: 1.5%;
    font-family: Lato-Bold;
    font-size: 16pt;
}
#divImgCarpintaria{
    margin-top: -4%;
    text-align: center;
    background-color: #636363;
    z-index: 999;
    position: absolute;
    width:25.55%;
    color: #fff;
    padding-bottom: 1%;
    padding-top: 1.5%;
    font-family: Lato-Bold;
    font-size: 16pt;
}
#divImgCaixilharia{
    margin-top: -4%;
    text-align: center;
    background-color: #636363;
    z-index: 999;
    position: absolute;
    width:25.55%;
    color: #fff;
    padding-bottom: 1%;
    padding-top: 1.5%;
    font-family: Lato-Bold;
    font-size: 16pt;
}
#divImgOutros{
    margin-top: -4%;
    text-align: center;
    background-color: #636363;
    z-index: 999;
    position: absolute;
    width:25.55%;
    color: #fff;
    padding-bottom: 1%;
    padding-top: 1.5%;
    font-family: Lato-Bold;
    font-size: 16pt;
}
.itemid-117 .footerPT{
    margin-top: -1%;
}
.itemid-117 #bottomBanner{
    margin-top: 10%; 
}
#textoImgBottomBanner{
    font-family: Lato-Light;
}
#textoImgBottomBanner input{
    border: none;
    background-color: #fff;
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 0.5%;
    padding-bottom: 0.5%;
    margin-top: 1.5%;
    font-family: Lato-Light;
    font-size: 13pt;
    color:#636363;
}
#buttonCliqueAqui{
    color:#636363;
}
/*********************************************Quem somos*************************************/
#tituloQuemSomos{
    width: 100%;
    max-width: 100%;
    text-align: center;
    font-family: Lato-Regular;
    font-size: 20pt;
    color:#99c55c;
}
.itemid-118 .footerPT{
    margin-top: -1%;
    padding-top: 2%;
}
#descricaoQuemSomos{
    width: 35%;
    text-align: justify;
    margin-left: 13%;
    margin-top: 5%;
    margin-bottom: 2%;
    float: left;
    margin-right: 7%;
    font-family: Lato-Regular;
}
#imgDescricaoQuemSomos{
    margin-top: 5%;
}
/*********************************************Portfolio*************************************/
.row-fluid .moduletable{
    font-family: Lato-Regular;
}
/****Todos*****/
.itemid-122 .footerPT, .itemid-123 .footerPT,
.itemid-124 .footerPT, .itemid-125 .footerPT{
    
    /*padding-top: 2%;*/
}
.itemid-122 .footer{
    /*margin-top: 15%;*/
}
/**************PhocaGallery*************************************/
#phocagallery{
    /*margin-top: 10%;*/
}
.pg-cv-box{
    padding: 0px;
    height:226px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    margin: 0 !important;
    
}
#pg-icons{
    display: none;
}
/******Hover phoca*****/

.pg-box3 a {
	position: relative;
    overflow: hidden;
}
.pg-box3  {
	position: relative;
    overflow: hidden;
}
.pg-box3 a::before {
	position: absolute;
	margin-top: 40%;
	left: 50%;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(91, 86, 86, 0.7);
	border-radius: 20%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
.pg-box3 a:hover::before{
	-webkit-animation: square 0.7s ease-in-out forwards;
	animation: square 0.7s ease-in-out forwards;
}
@-webkit-keyframes square {
	
	40% {
		opacity: 1;
	}
	100% {
		width: 150%;
		height: 1500%;
		opacity: 1;
	}
}
@keyframes square {
	
	40% {
		opacity: 1;
	}
	100% {
		width: 150%;
		height: 1500%;
		opacity: 1;
	}
}
/******Fim hover*******/

.pg-cv-box .pg-cv-name{
    position: absolute;
    margin-top: -12%;
    color: #fff;
    opacity: 0;
    font-size: 15pt;
    text-align: center;
    font-family: Lato-Regular;
}
.pg-cv-box:hover .pg-cv-name{
    visibility: visible;
    opacity: 1;
}
.pagination {
    text-align: center;
    font-family: Lato-Light;
    font-size: 15pt;
}
.pagination .active a{
    color: #99c55c;
    font-family: Lato-Bold;
}
.pagination a{
    text-decoration: none;
    color: #99c55c;
}
.pagination-list li .active a{
    text-decoration: none;
    color: #99c55c;
}
/*********************************************Orçamentos*************************************/
#orcamentosTitulo{
    text-align: center;
    margin-bottom: 5%;
    font-family: Lato-Regular;
    font-size: 20pt;
    color:#99c55c;
}

.moduletable th{
    display: none;
}
#_SimpleEmailForm_1{
    margin-bottom: 5%;
}
#_SimpleEmailForm_1 .mod_sef_table{
    margin: 0 auto;
    width: 50%;
    margin-top: 1%;
}
#_SimpleEmailForm_1  #mod_simpleemailform_field1_1,
#_SimpleEmailForm_1  #mod_simpleemailform_field2_1,
#_SimpleEmailForm_1  #mod_simpleemailform_field3_1,
#_SimpleEmailForm_1  #mod_simpleemailform_field4_1,
#_SimpleEmailForm_1  #mod_simpleemailform_field5_1,
#_SimpleEmailForm_1  #mod_simpleemailform_field7_1
{
    width: 100%;
    padding-left:1%;
    line-height: 2.5;
    border-radius: 6px;
    border-style: none;
    background: #EFEFEF;
    font-family: Lato-Regular;
    resize: none;
    font-size: 12pt;
}
#_SimpleEmailForm_1  #mod_simpleemailform_field6_1{
    width: 101%;
    padding-left:0.5%;
    line-height: 2.5;
    border-radius: 6px;
    border-style: none;
    background: #EFEFEF;
    padding-top: 1.5%;
    padding-bottom: 1.5%;
    font-family: Lato-Regular;
    color:#636363;
    font-size: 12pt;
}
#mod_simpleemailform_reset_1{
    display: none;
}
#mod_simpleemailform_submit_1{
    float: right;
    border:none;
    border-radius:18px;
    padding-top: 2%;
    background-color: #99c55c;
    padding-bottom: 2%;
    color: #fff;
    font-family: Lato-Regular;
    padding-left: 5%;
    padding-right:5%;
    font-size: 15pt;
}
#textoOrcamentos{
    width:50%;
    margin: 0 auto;
    padding-left: 0.5%;
    font-family: Lato-Regular;
}
.mod_sef_space{
    display: none;
}
/*********************************************CONTACTOS***************************************/
#moradaContactos, #tituloContactos{
    text-align: center;
    
}
#moradaContactos a {
    text-decoration: none;
    color:#636363;
}
#tituloContactos{
    margin-bottom:5%;
    font-family: Lato-Regular;
    font-size: 20pt;
    color:#99c55c;
}
.itemid-121 .footerPT{
    margin-top: -1%;
    padding-top:2%;
}
#imgBottomBanner{
    width:100%;
}
#textoImgBottomBanner{
    position: absolute;
    z-index: 999;
    margin-top: 6%;
    text-align: center;
    width: 99%;
    color: #fff;
    font-size: 25pt;
}
#moradaContactos{
    margin-bottom: 3%;
    font-family: Lato-Regular;
    font-size: 13pt;
}
/*********************************************FOOTER***************************************/
.itemid-117 .footerPT{
    padding-top: 2%;
}
.footerPT, .footerEn{
    background-color: #444444;
    /*margin-top: 5%;*/
    padding-left: 2%;
    padding-top: 2%; 
}
.itemid-120 .footerPT, .itemid-123 .footerPT,
.itemid-124 .footerPT, .itemid-125 .footerPT, 
.itemid-126 .footerPT, .itemid-127 .footerPT, 
.itemid-128 .footerPT, .itemid-122 .footerPT{
    margin-top: 0%;
    padding-top: 1%;
}
/*#tdPaddingFooter{*/
/*    padding-top: 7%;*/
/*}*/

/*******Ingles**********/
.itemid-190 .footer, .itemid-191 .footer, 
.itemid-193 .footer, .itemid-194 .footer,
.itemid-195 .footer, .itemid-196 .footer,
.itemid-197 .footer, .itemid-198 .footer,
.itemid-199 .footer, .itemid-200 .footer,
.itemid-201 .footer{
    margin-top: -1%;
}
.itemid-190 .footer a, .itemid-191 .footer a, 
.itemid-193 .footer a, .itemid-194 .footer a,
.itemid-195 .footer a, .itemid-196 .footer a,
.itemid-197 .footer a, .itemid-198 .footer a, 
.itemid-199 .footer a, .itemid-200 .footer a,
.itemid-201 .footer a{
    text-decoration: none;
    color:#fff;
    font-family: Lato-Light;
}
.itemid-190 #bottomBanner{
    margin-top: 5%;
}


/***Menu***/
.footer .item-117 a, .footer .item-118 a, .footer .item-119 a,
.footer .item-120 a, .footer .item-121 a{
    text-decoration: none;
    color:#fff;
    font-family: Lato-Light;
}
.footer ul .current a{
    font-family: Lato-Bold;
}
#tdPaddingFooter, #imgFinanciamento{
    max-width:100%;
    margin-top: 0.2%;
}
#title, #facebook{
    font-family: Lato-Bold;
    font-size: 13pt;
}
#divContactos, #divFacebook, #tdPaddingFooter{
    font-family: Lato-Light;
}
#imgFinanciamento{
    padding-bottom:3%;
}
/*********************************************************RESPONSIVO************************************************************/
/**************Home****************/
@media only screen and (min-width:1480px){
    #divImgCozinhas, #divImgRoupeiros,
    #divImgCarpintaria{
        margin-top: -3.5%;
    }
    #divImgCaixilharia, #divImgOutros{
        margin-top: -3.5%;
    }
}


/********************/
.itemid-122 .item-page div{
    /*display: none;*/
}
.itemid-122 #portfolioTodos{
    /*display: initial;*/
}
.itemid-122 img:hover + div{
    display: block;
}

/****************************************************Responsivo**************************************************************/

/******************************Banner********************************/
@media only screen and (max-width:1210px){
    .nivo-caption{
        width:40% !important;
    }
}
@media only screen and (max-width:910px){
    .nivo-caption{
        width:50% !important;
    }
}
@media only screen and (max-width:710px){
    .nivo-caption{
        width:60% !important;
    }
}
@media only screen and (max-width:600px){
    .nivo-caption{
        width:70% !important;
    }
}
@media only screen and (max-width:500px){
    .nivo-caption{
        width:80% !important;
    }
}
@media only screen and (max-width:440px){
    .nivo-caption{
        width:90% !important;
    }
}
@media only screen and (max-width:390px){
    .nivo-caption{
        width:80% !important;
        font-size: 15pt !important;
    }
    .nivo-controlNav a{
        width:10px !important;
        height:10px !important;
    }
    .nivo-slice, #ais_96, #ais_96 img{
        height: 250px !important;
    }
    .nivo-slice img{
        height:250px !important;
    }
    .nivo-caption{
        bottom: 40px !important;
    }
}

/***********************HOME*********************/

@media only screen and (min-width:980px){
    #tdMenu .well{
        margin-left: 30%;
    }
}
@media only screen and (min-width:1200px){
    #tdMenu .well{
        margin-left: 45%;
    }
}
@media only screen and (min-width:1400px){
    #tdMenu .well{
        margin-left: 50%;
    }
}
@media only screen and (min-width:1700px){
    #tdMenu .well{
        margin-left: 60%;
    }
}


@media only screen and (max-width:1200px){
    /*#textoImgBottomBanner{
        margin-top: 0%;
    }*/
    #divTextoCozinhas, #divTextoRoupeiros, 
    #divTextoCarpintaria, #divTextoCaixilharia, 
    #divTextoOutros{
        margin-top: 15%;
    }
}
@media only screen and (max-width:1030px){
    #textoImgBottomBanner{
        margin-top: 0%;
    }
    #divTextoCozinhas, #divTextoRoupeiros, 
    #divTextoCarpintaria, #divTextoCaixilharia, 
    #divTextoOutros{
        margin-top: 15%;
    }
}
@media only screen and (max-width:900px){
    .homeImages{
        float: none !important;
        margin: 0 auto !important;
        margin-top: 10% !important;
    }
    #divTextoCaixilharia{
        margin-top: 18%
    }
}
@media only screen and (max-width:700px){
    #textoImgBottomBanner{
        margin-top: 0%;
        font-size: 16pt;
    }
}
@media only screen and (max-width:650px){
    #divTextoCozinhas, #divTextoRoupeiros, 
    #divTextoCarpintaria, #divTextoOutros{
        margin-top: 10% !important;
    }
    #divTextoCaixilharia{
        margin-top: 25% !important;
    }
}
@media only screen and (max-width:560px){
    #divImgHomeCozinhas, #divImgHomeRoupeiros, 
    #divImgHomeCarpintaria, #divImgHomeCaixilharia, 
    #divImgHomeOutros{
        width:50%;
    }
    #divImgCozinhas, #divImgRoupeiros,
    #divImgCarpintaria, #divImgCaixilharia,
    #divImgOutros
    {
        width: 40%;
    }
}
@media only screen and (max-width:480px){
    #divTextoCozinhas, #divTextoRoupeiros, 
    #divTextoCarpintaria, #divTextoOutros{
        margin-top: 20% !important;
    }
    #divTextoCaixilharia{
        margin-top: 55% !important;
    }
}
@media only screen and (max-width:450px){
    #imgHomeCozinhas, #imgHomeRoupeiros, 
    #imgHomeCarpintaria, #imgHomeCaixilharia, 
    #imgHomeOutros{
       /* width:100%;*/
    }
   
    
    #divImgHomeCozinhas, #divImgHomeRoupeiros, 
    #divImgHomeCarpintaria, #divImgHomeCaixilharia, 
    #divImgHomeOutros{
        width:70%;
    }
    #divImgCozinhas, #divImgRoupeiros,
    #divImgCarpintaria, #divImgCaixilharia,
    #divImgOutros
    {
        width: 55.5%;
    }
    #divTextoCaixilharia{
        margin-top: 30% !important;
    }
    
    
    #textoImgBottomBanner{
        font-size: 8pt;
        margin-top: 1%;
    }
    #textoImgBottomBanner input{
        font-size: 9pt;
    }
}
@media only screen and (max-width:360px){
    #divImgHomeCozinhas, #divImgHomeRoupeiros, 
    #divImgHomeCarpintaria, #divImgHomeCaixilharia, 
    #divImgHomeOutros{
        width:100%;
    }
    #divImgCozinhas, #divImgRoupeiros,
    #divImgCarpintaria, #divImgCaixilharia,
    #divImgOutros
    {
        width: 79.5%;
    }
    #divTextoCaixilharia{
        margin-top: 30% !important;
    }
}
/************************QUEM SOMOS***********************/
@media only screen and (max-width:950px){
    #descricaoQuemSomos{
        width:80%;
    }
    #imgDescricaoQuemSomos, #divImgQuemSomos{
        text-align: center;
    }
    #imgQuemSomos, #imgQuemSomosLogos{
        max-width:100%;
    }
}
/*******************************PORTFOLIO******************/
@media only screen and (min-width:1770px){
    .pg-cv-box .pg-cv-name{
        position: absolute;
        margin-top: -7%;
        color: #fff;
        opacity: 0;
        font-size: 15pt;
        text-align: center;
        width: 16.5%;
    }
}
@media only screen and (max-width:1770px){
    .pg-cv-box .pg-cv-name{
        position: absolute;
        margin-top: -8%;
        color: #fff;
        opacity: 0;
        font-size: 15pt;
        text-align: center;
        width: 18%;
    }
}
@media only screen and (max-width:1580px){
    .pg-cv-box .pg-cv-name{
        position: absolute;
        margin-top: -9%;
        color: #fff;
        opacity: 0;
        font-size: 15pt;
        text-align: center;
        width: 19%;
    }
}
@media only screen and (max-width:1160px){
    .pg-cv-box .pg-cv-name{
        position: absolute;
        margin-top: -12%;
        color: #fff;
        opacity: 0;
        font-size: 15pt;
        text-align: center;
        width: 27%;
    }
}
@media only screen and (max-width:990px){
    .pg-cv-box .pg-cv-name{
        position: absolute;
        margin-top: -13%;
        color: #fff;
        opacity: 0;
        font-size: 15pt;
        text-align: center;
        width: 32%;
    }
}
@media only screen and (max-width:770px){
    .pg-cv-box .pg-cv-name{
        position: absolute;
        margin-top: -16%;
        color: #fff;
        opacity: 0;
        font-size: 15pt;
        text-align: center;
        width: 40%;
    }
}
@media only screen and (max-width:570px){
    .pg-cv-box .pg-cv-name{
        position: absolute;
        margin-top: -22%;
        color: #fff;
        opacity: 0;
        font-size: 15pt;
        text-align: center;
        width: 55%;
    }
}
@media only screen and (max-width:450px){
    .pg-cv-box .pg-cv-name{
        position: absolute;
        margin-top: -26%;
        color: #fff;
        opacity: 0;
        font-size: 15pt;
        text-align: center;
        width: 65%;
    }
}
@media only screen and (max-width:360px){
    .pg-cv-box .pg-cv-name{
        position: absolute;
        margin-top: -35%;
        color: #fff;
        opacity: 0;
        font-size: 15pt;
        text-align: center;
        width: 80%;
    }
}

/***********************FOOTER***************************/
@media only screen and (max-width:980px){
    #tdContactos, #tdFacebook{
        display: block;
    }
    #tdContactos, #tdFacebook{
        width:100% !important;
        margin: 0 auto;
    }
    #tdFacebook{
        padding-top: 25px;
    }
    #imgFacebook{
        padding-top: 5%;
    }
}

/******************phoca***************************/


@media (max-width:1300px) and (min-width:980px){
    #phocagallery{
        margin-left: 10% !important;
    }
}
@media (max-width:1630px) and (min-width:1360px){
    #phocagallery{
        margin-left: 10% !important;
    }
}
@media (max-width:1950px) and (min-width:1740px){
    #phocagallery{
        margin-left: 5% !important;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     #_SimpleEmailForm_1 #mod_simpleemailform_field1_1, #_SimpleEmailForm_1 #mod_simpleemailform_field2_1, #_SimpleEmailForm_1 #mod_simpleemailform_field3_1, #_SimpleEmailForm_1 #mod_simpleemailform_field4_1, #_SimpleEmailForm_1 #mod_simpleemailform_field5_1, #_SimpleEmailForm_1 #mod_simpleemailform_field7_1{
         line-height: 0px !important;
         padding-bottom: 5px;
         padding-top: 5px;
    }
}
.itemid-122 #content{
    /*background-color: silver;
    width: 95%;
    margin: 0 auto;
    padding-bottom: 2%;*/
}
#phocagallery{
    padding-top: 5%;
}
@media only screen and (max-width:390px){
    #phocagallery{
        margin-top: 30%;
    }
}