﻿@charset "utf-8";
/* CSS Document */

strong
{
    font-weight:bold;
}

html {
    background-color: #1F1F1F;
    font-family:Arial;
    font-size:11px;
    
    color:#fff;
}

INPUT, TEXTAREA, SELECT
{
    font-family:Arial;
    font-size:14px; 
}

body, html {
	margin:0;
	padding:0;
	
	
}
body
{
    
}
div, h1, h2, h3, h4, p, ul, li, form {
	margin:0;
	padding:0;
	list-style:none;
    line-height:normal; 
}
a, img {
	border:none;
	outline:none;
}

div, span, p
{
    
}

img
{
    margin: 0px;
	padding: 0px;
}

p
{
    display:block;
    margin-bottom:12px;
}

h1, h2, h3, h4, h5, h6, #menu UL LI A
{
    /*font-family: 'Kelly Slab', cursive;*/
    font-family:Arial;
}
em
{
    font-style:italic;
}



/******************************************************************************/
.header
{
    width:100%;
    height:192px;
    background-image:url(/images/header.png);
    background-position:center top;
    background-repeat:no-repeat;
    position:relative;
}
a.logo
{
    display:block;
    float:left;
    width:382px;
    height:192px;
    /*background-image:url(/images/logo.jpg);
    background-position:left top;
    background-repeat:no-repeat;*/
    margin:0px 0px 0px -83px;
}
a.logo img
{
    display:block;
    float:right;
}
.headerRight
{
    float:right;
    height:78px;
}
    .languageFlags
    {
        height:65px;
        padding:0px 0px 0px 0px;
        /*position:absolute;*/
        /*top:144px;*/
        z-index:2;
        /*left:0px;*/

        float:right;
    }
    .languageFlags a.flag img
    {
        display:block;
        float:right;
        width:22px;
        height:16px;
        margin:25px 0px 0px 14px;
    }
.headerShareThis
{
    float:right;
    height:25px;
    /*padding:25px 28px 15px 0px;*/
    font-size:12px;
}
.headerRight a.lnkContactsHeader
{
    display:block;
    float:right;
    height:22px;
    line-height:22px;
    margin:22px 0px 0px 28px;
    padding:0px 37px 0px 0px;
    background-image:url(/images/icon_contactos.png);
    background-position:right top;
    background-repeat:no-repeat;
    font-family:LintelRegular;
    text-decoration:none;
    font-size:16px;
    color:#fff;
    letter-spacing:0.8px;
}
.headerRight a.lnkContactsHeader:hover
{
    text-decoration:underline;
}

.buttonsContainer {
    float:right;
    width:570px;
    height:76px;
    margin-top:20px;
}
    .buttonsContainer a
    {
        display:block;
        float:left;
        width:185px;
        height:31px;
        margin:0 0 7px 5px;
        background-image:url(/images/CmsButtonsBg.jpg);
        background-position:left top;
        background-repeat:repeat-x;
        text-decoration:none;
        text-align:center;
        color:#000;
        font-size:14px;
        font-weight:bold;
        line-height:31px;
        overflow:hidden;
    }
    .buttonsContainer a:hover
    {
        background-image:url(/images/CmsButtonsBgHover.jpg);
    }


.textAndForm
{
    width:100%;
    height:385px;
    background-color:#000;
}
.pageText
{
    float:left;
    width:510px;
    height:255px;
    margin:0px 0px 0px 0px;
}
.pageTextTitle
{
    height:50px;
    line-height:50px;
    margin-top:10px;
    margin-left:5px;
}
.pageTextTitle h2
{
    font-size:17px;
    line-height:50px;
    color:#fff;
}
div#pane
{
    width:493px;
    height:248px;
    line-height:17px;
    padding:5px 10px 10px 7px;
    font-size:14px;
}
div#pane p
{
    line-height:17px;
    font-size:14px;
}
div#pane p ul li,
div#pane ul li
{
    margin:12px 0px 0px 15px;
    list-style-type:disc;
    line-height:17px;
    font-size:14px;
}
.form
{
    float:right;
    width:376px;
    height:303px;
    margin:50px 0px 0px 0px;
}
.formTitle
{
    width:100%;
    height:25px;
    line-height:25px;
    font-family:LintelRegular;
    font-size:18px;
    color:#FCCB31;
}
.formLabel1
{
    float:left;
    width:183px;
    height:20px;
    line-height:18px;
    margin:4px 0px 0px 0px;
    font-size:14px;
}
.formLabel2
{
    float:left;
    width:183px;
    height:20px;
    line-height:18px;
    margin:4px 0px 0px 10px;
    font-size:14px;
}
.formTbox1
{
    float:left;
    width:181px;
    height:20px;
    border:1px solid #c9c9c9;
    
}
.formTbox2
{
    float:left;
    width:181px;
    height:20px;
    border:1px solid #c9c9c9;
    margin:0px 0px 0px 10px;
}
.formTbox3
{
    float:left;
    width:374px;
    height:111px;
    border:1px solid #c9c9c9;
}

.formTbox99
{
    display:none !important;
}

.formSendBtn
{
    display:block;
    float:right;
    height:30px;
    line-height:30px;
    background-color:#FFCE34;
    padding:2px 31px 0px 12px;
    color:#000;
    text-decoration:none;
    background-image:url(/images/formBtnArrow.jpg);
    background-position:right top;
    background-repeat:no-repeat;
    margin:11px 0px 0px 0px;
    font-size:16px;
    font-weight:bold;
    letter-spacing:0.8px;
}

.defaultContent
{
    height:759px;
}



.footer
{
    padding-top:10px;
    background-color:#1F1F1F;
    padding-bottom:10px;
}
.footerLeft
{
    font-family:LintelRegular;
    font-size:17px;
    position:absolute;
    z-index:77;
    top:355px;
    left:10px;
}
.footerLeft span
{
    color:#FCCB31;
}
.footerRight
{
    float:right;

}
.footerRight a img
{
    display:block;
    width:163px;
    height:70px;
}
.footerShareThis
{
    /*float:left;*/
    /*height:70px;
    line-height:70px;*/
    color:#FCCB31;
    font-family:LintelRegular;
    font-size:17px;
    display:inline-block;
}




/* Home *************/
.homeProperties
{
    margin:30px 0px 0px 0px;
    width:980px;
    height:642px;
}
.homeProperties .panel
{
    width:980px;
}
.homeProperties .panel .photoContainer
{
    float:left;
    width:309px;
    height:214px;
    position:relative;
    margin-right:26px;

    background-image:url(../images/moldura_home.png);
    background-position:left top;
    background-repeat:repeat;
    overflow:hidden;
}
.homeProperties .panel .photoContainer2
{
    float:left;
    width:309px;
    height:214px;
    position:relative;

    background-image:url(/images/moldura_home.png);
    background-position:left top;
    background-repeat:repeat;
    overflow:hidden;
}
    .homeProperties .panel .photoContainer .photoBehind,
    .homeProperties .panel .photoContainer2 .photoBehind
    {
        display:block;

        width:283px;
        height:188px;
        margin:13px 0px 0px 13px;
    }
    .homeProperties .panel .photoContainer .photoBehind img,
    .homeProperties .panel .photoContainer2 .photoBehind img
    {
        width:283px;
        height:188px;
    }
    .homeProperties .panel .photoContainer a.frameOverPhoto,
    .homeProperties .panel .photoContainer2 a.frameOverPhoto
    {
        display:block;
        width:309px;
        height:214px;
        background-image:url(/images/moldura_home.png);
        background-position:left top;
        background-repeat:repeat;
        position:absolute;
        top:0px;
        z-index:29;
    }
.homeProperties .panelsNav
{

}
.panelsNav a.nextPanel
{
    display:block;
    float:right;
    width:45px;
    height:45px;
    margin:11px 11px 0px 0px;
    background-image:url(/images/seta_quadrada_dir.png);
    background-position:left top;
    background-repeat:no-repeat;
}
    .panelsNav a.nextPanel:hover
    {
        background-image:url(/images/seta_quadrada_dir_hover.png);
    }
.panelsNav a.prevPanel
{
    display:block;
    float:right;
    width:45px;
    height:45px;
    margin:11px 1px 0px 0px;
    background-image:url(/images/seta_quadrada.png);
    background-position:left top;
    background-repeat:no-repeat;
}
    .panelsNav a.prevPanel:hover
    {
        background-image:url(/images/seta_quadrada_hover.png);
    }
.textTitle
{
    float:left;
    height:95px;
    /*
    line-height:45px;
    font-family:LintelRegular;
    font-size:22px;
    text-transform:uppercase;
    padding:5px 16px 0px 16px;
    margin:66px 0px 0px 7px;
    background-image:url(/images/pixel_box_detalhe.png);
    background-position:left top;
    background-repeat:repeat;
    */
}



.detailPage
{
    height:724px;
}
.detailPageGallery
{
    float:left;
    width:632px;
    height:580px;
    margin:6px 0px 0px -1px;
}
.detailPageInfo
{
    float:right;
    width:293px;
    height:542px;
    margin:13px 0px 0px 0px;
    background-image:url(/images/pixel_box_detalhe.png);
    background-position:left top;
    background-repeat:repeat-y;
    position:relative;
}
.detailPageInfo_text1
{
    margin:20px 0px 0px 25px;
    line-height:20px;
    color:#FCCB31;
    font-size:14px;
}
.detailPageInfo_detail1
{
    line-height:20px;
    color:#FCCB31;
    font-size:13px;
}
.detailPageInfo_detail1
{
    margin:0px 0px 0px 25px;
    line-height:20px;
}
.whitebold
{
    color:#fff;
    font-weight:bold;
    line-height:20px;
}
.yellowbold
{
    color:#FCCB31;
    font-weight:bold;
    line-height:20px;
}
.detailPageInfo_title
{
    line-height:20px;
    margin:14px 0px 0px 25px;
    color:#FCCB31;
    font-weight:bold;
    font-size:14px;
    padding-right:5px;
}

.descriptionOuter
{
    margin:10px 0px 0px 25px;
}
.detailPageInfo_description
{
    line-height:17px;
    height:190px;
    padding-right:30px;
    font-size:14px;
    width:234px;
    padding-right:10px;
}
.detailPageInfo_descriptionLowerHeight
{
    height:160px;
}
.propAgentLink
{
    display:block;
    width:198px;
    float:right;
    height:27px;
    line-height:26px;
    background-color:#FFCE34;
    padding:2px 31px 0px 12px;
    color:#000;
    text-decoration:none;
    background-image:url(/images/formBtnArrow.jpg);
    background-position:right top;
    background-repeat:no-repeat;
    margin:10px 25px 0px 0px;
    font-size:15px;
    font-weight:bold;
    letter-spacing:0.8px;
}
.propAgentLink:hover 
{
    text-decoration:underline;
}






.centerStd
{
    margin:0 auto;
    width:980px;
}
.clear
{
    clear:both;
}





/* Hidden FORM */
.hidForm
{
    width:430px;
    /*height:434px;*/

    position: fixed;
    left:-384px;
    top:30%;

    /*
    
    */ /* For IE8 and earlier */

    /*background-image:url(/images/slideForm_bk.jpg);
    background-position:left top;
    background-repeat:no-repeat;*/

    z-index:999;
}
.slideFormLeft
{
    float:left;
    width:382px;
    /*height:434px;*/
    padding-top:20px;
    border-top:1px solid #fff;
    border-right:1px solid #fff;
    border-bottom:1px solid #fff;
    background-color:#86202D;
    padding:30px 0px 30px 0px;

    opacity:0.90;
    filter:alpha(opacity=90);
}
.hidForm a.showhide
{
    display:block;
    width:130px;
    height:45px;

    /*
    line-height:45px;
    font-family: LintelRegular;
    font-size: 31px;
    text-align:center;
    */    

    /*border-left:1px solid #fff !important;
    border-right:1px solid #fff !important;
    border-bottom:1px solid #fff !important;*/
    
    /*
    background-color:#86202D;
    color:#fff;
    text-decoration:none;
    
    padding: 10px 17px 3px 17px;
    */

    /*
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);*/
    /*-ms-transform: rotate(-90deg);*/
    /*-o-transform: rotate(-90deg);
    transform: rotate(-90deg);  
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);*/

    position:absolute;
    right:-82px;
    top:85px;

    /*
    border-left: 1px solid white;
    border-right: 1px solid white;
    border-top: 1px solid white;
    */
}
.hidForm .label
{
    float:left;
    width:300px;
    color:#fff;
    font-size:13px;
    height:23px;
    line-height:23px;
    margin:20px 0px 0px 25px;
    font-size:14px;
}
.hidForm .dropbox
{
    float:left;
    width:300px;
    height:22px;
    border:1px solid #bbb;
    background-color:#fff;
    margin:2px 0px 0px 25px;
    font-size:14px;
}
.hidForm .linkSearch
{
    display:block;
    float:right;
    height:25px;
    line-height:25px;
    margin:30px 58px 0px 0px;
    background-color:#fff;
    color:#333333;
    text-decoration:none;
    padding:5px 13px 5px 13px;
    font-family:LintelRegular;
    font-size:20px;
}

    .hidForm .linkSearch:hover
    {
        background-color:#bbb;
        color:#fff;
    }


.googleTranslate
{
    height:40px;
    float:right;
    margin-right:10px;
}


.VillasPage
{
    background-image:url('/images/fundo_villas.jpg');
    background-position: center 0px;
    background-repeat:no-repeat;
}


.PropertiesPage
{
    /*background-image:url('/images/foto_fundo.jpg');*/
    background-image:url('/images/TeeBoxes.JPG');
    background-position: center 0px;
    background-repeat:no-repeat;
}

.ApartmentsPage
{
    background-image:url('/images/fundo_apartments.jpg');
    background-position: center 0px;
    background-repeat:no-repeat;
}

.PortugalElitePage
{
    background-image:url('/images/fundo_portugalelite.jpg');
    background-position: center 0px;
    background-repeat:no-repeat;
}

.footerLink
{
    color: #FCCB31;
    text-decoration:none;
}
.footerLink:hover 
{
    text-decoration:underline;
}


/*MoreInfo**/
.RequestMoreInfo
{
	width:420px;
}
.RequestMoreInfo span
{
	display:block;
	float:left;
	width: 85px;
	height:16px;
	margin: 0px;
	padding:0px;
	padding-bottom:5px;
    padding-left:5px;
	line-height:15px;
    color:black;
    font-size:12px;
}
.RequestMoreInfo .Required
{
	width:10px;
	height:21px;
}
.RequestMoreInfo input[type="text"]
{
	display:block;
	float:left;
	width: 300px;
	margin-bottom:5px;
    font-size:13px;
    padding:2px;
}

.RequestMoreInfo textarea
{
	display:block;
	float:left;
	width: 300px;
	font-size:13px !important;
	margin-bottom:5px;
}
.RequestMoreInfo .LinkOkCancel
{
	background-image: url('/images/sendnow.png');
	width:102px;
	height:20px;
	text-decoration:none;
	color: black;
	display:inline-block;
	line-height: 20px;
	margin-right: 4px;
	margin-left:5px;
	font-weight:bold;
	padding-left:10px;
	cursor:pointer;
}
/*RequestView*/
.RequestView
{
	width:320px;
}
.RequestView span
{
	display:block;
	float:left;
	width: 85px;
	height:16px;
	margin: 0px;
	padding:0px;
    padding-left:5px;
	padding-bottom:5px;
	line-height:15px;
    color:black;
    font-size:12px;
}
.RequestView .Required
{
	width:10px;
	height:21px;
}
.RequestView input[type="text"]
{
	display:block;
	float:left;
	width: 200px;
	margin-bottom:5px;
    font-size:13px;
    padding:2px;
}
.RequestView textarea
{
	display:block;
	float:left;
	width: 200px;
	margin-bottom:5px;
    font-size:13px !important;
}
.RequestView .LinkOkCancel
{
	background-image: url('/images/sendnow.png');
	width:102px;
	height:20px;
	text-decoration:none;
	color: black;
	display:inline-block;
	line-height: 20px;
	margin-right: 4px;
	margin-left:5px;
	font-weight:bold;
	padding-left:10px;
	cursor:pointer;
}

.PropertyButtonsHolder
{
    position:absolute;
    bottom:10px;
    z-index:2;
}


/* new content page */
.ContentPage {
    width:920px;
    height:699px;
    padding:30px;
    
    background-image:url(/images/whitetransp.png);
    background-repeat:repeat;

    color:#444444;
}
.ContentPage_Editor {
    width:850px;
    height:654px;
    padding-right:70px;
    overflow-y:scroll;
    overflow-x:hidden;
    line-height:18px;
    margin-top:0;
}
.ContentPage_Editor, .ContentPage_Editor p,
.ContentPage_Editor h1, .ContentPage_Editor h2,
.ContentPage_Editor h3, .ContentPage_Editor h4,
.ContentPage_Editor h5, .ContentPage_Editor h6
{
    color:#444444;
    
}
    .ContentPage_Editor, .ContentPage_Editor p,
    .ContentPage_Editor ul, .ContentPage_Editor ul li,
    .ContentPage_Editor a, .ContentPage_Editor span
    {
        line-height:18px;
        font-size:14px !important;
    }
    .ContentPage_Editor ul {
        padding-top:10px;
        padding-left:15px;
        padding-bottom:20px;
        margin-left:15px;
    }
    .ContentPage_Editor ul li {
        list-style:disc;
    }

        .ContentPage_Editor h1, .ContentPage_Editor h1 span { font-size:25px !important;font-weight:bold;line-height:35px; }
        .ContentPage_Editor h2, .ContentPage_Editor h2 span { font-size:22px;font-weight:bold;line-height:32px; }
        .ContentPage_Editor h3, .ContentPage_Editor h3 span { font-size:18px;font-weight:bold;line-height:28px; }
        .ContentPage_Editor h4, .ContentPage_Editor h4 span { font-size:16px;font-weight:bold;line-height:26px; }
        .ContentPage_Editor h5, .ContentPage_Editor h5 span { font-size:15px;font-weight:bold;line-height:25px; }
        .ContentPage_Editor h6, .ContentPage_Editor h6 span { font-size:14px;font-weight:bold;line-height:24px; }

.CMSphotos {
    width:100%;
}
    .CMSphotos a.photoBehind
    {
        display:block;
        float:left;
        width:137px;
        height:91px;
        padding:6px;
        margin-right:17px;
        background-image:url(/images/moldura_pequena_galeria.png);
        background-position:left top;
        background-repeat: no-repeat;
    }
    .CMSphotos a.photoBehind:hover
    {
        opacity:0.8;
    }
        .CMSphotos a.photoBehind.hidden
        {
            display:none;
        }
        .CMSphotos a.photoBehind img.imghover
        {
            width:137px;
            height:91px;
        }
.CMSpage_backToHome {
    display:block;
    float:right;
    height:25px;
    line-height:25px;
    text-decoration:none;
    color:#fff;
    font-size:16px;
    margin-bottom:15px;
    background-color:#86202D;
    /*border:solid 1px #fff;*/
    padding:3px 10px;
}
.CMSpage_backToHome:hover {
    text-decoration:underline;
}
/* end of new content page */



/* override jScrollPane */
.jScrollPaneTrack, .jScrollPaneDrag { width:10px !important; }

/* end of override jScrollPane */