﻿/* DEFAULTS
----------------------------------------------------------*/
body
{
    margin: 0px;
    padding: 0px;

    font-size: 0.8em;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    background-position: center;
}

a
{    
    text-decoration: none;
}




/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
/*
.menu
{
    width: 100%;
    height: 42px;
    
    background-repeat: repeat-x;
    background-image: url('../images/menu.png');
}

.menuitems
{
    width: 778px;
    margin: 0px auto 0px auto;
    padding-top: 10px;    
}
*/

.w1200
{
    width: 100%;
    margin: 0px auto 0px auto;
}

.top {
    /*background-image: url("../images/top2.png");*/
    background-position: center top;
    background-repeat: no-repeat;
    height: 372px;
    margin-bottom: 80px;
    width: 100%;
}
    
    #content_gwProducts {width:100%;}

.filter {
    float: right;
    height: 54px;
    position: absolute;
    right: 10%;
    top: 346px;
    width: 660px;
}
.dsinvestment, .dsrooms, .dsarea, .dssubmit {
    background: #fff url("../images/arrows.png") no-repeat scroll 90% 50%;
    border: 1px solid #000;
    float: left;
    height: 54px;
    margin: 0 10px 0 0;
    overflow: hidden;
    padding: 0;
}
.dsinvestment {width: 212px;}
.dsrooms {width: 145px;}
.dsarea {width: 105px;}
.ssubmit {
    background-color: #f00;
    border: medium none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    height: 54px;
    text-transform: uppercase;
    width: 150px;
    transition: .3s;
}

.ssubmit:hover {background-color: #000;cursor:pointer;}
.sinvestment, .srooms, .sarea {
    -moz-appearance: none;
    background-color: transparent;
    background-image: none;
    border: medium none;
    font-size: 16px;
    font-weight: bold;
    padding: 16px;
    width: 130%;
    box-shadow: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

select:focus {
    outline: none;
}

.footer {
    background-color: #abaaa5;
    color: white;
    float: left;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    margin-top: 20px;
    width: 100%;
}

.footer a
{ 
    color: red;
}


.fcolumn {
    float: left;
    margin: 30px 0;
    min-height: 100px;
    width: 22%;
}
.col1, .col2 {
    width: 16%;
}

.fdesc {
    float: left;
    font-size: 13px;
    line-height: 14px;
    margin-left: 10px;
}

.ffoto {float:left;}

.theader {
    float: left;
    margin-left: 10%;
}

.tlogo {
    background-color: #fff;
    background-image: url("../images/flogo.png");
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
    height: 160px;
    width: 160px;
}

.tslogan {
    float: left;
    margin: 20px 0 0 80px;
    width: 350px;
}

.mtable {
    margin: 0 10%;
    width: 80%;
}

.fcontent {
    width:80%;
    margin-left:10%;
}

th {
    background-color: #fff;
    border-bottom: 1px solid #000;
    color: #000 !important;
    text-align:left;
}
th a {
    color: #000 !important;
    font-size: 15px;
}
.gwRow td {
    color: #666;
    padding: 10px 0;
    text-align: left;
}

.gwRow:hover >td {color: #000;}

/* HEADERS
----------------------------------------------------------*/

h1
{
    font-size: 34pt;
    color: #FF9900;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
}

h2
{
    font-size: 24pt;
    color: #FF9900;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    margin-bottom:-10px;
}



h4
{
    font-size: 14pt;
    color: #666666;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    margin-top: -20px;
    margin-bottom: -5px;
}

.small
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
}

.double-title::after {
    height: 3px;
    width: 70px;
}
.section-title::after {
    background: #f00 none repeat scroll 0 0;
    bottom: 5px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 60px;
}
.double-title {
    font-weight: bold;
    text-transform: uppercase;
}
.section-title {
    margin-bottom: 10px;
    margin-top: 0;
    padding-bottom: 8px;
    position: relative;
}

h2.double-title::after {
    height: 3px;
    width: 70px;
}
h2.section-title::after {
    background: #f00 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 80px;
}
h2.double-title {
    font-weight: bold;
    color:#fff;
}
h2.section-title {
    font-size: 45px;
    margin-bottom: 10px;
    margin-top: 0;
    padding-bottom: 8px;
    position: relative;
    text-shadow: 0 0 20px #000;
    text-transform: none;
}
.tslogan span {
    color: #fff;
    font-size: 36px;
    text-shadow: 0 0 20px #000;
}

/* TAB MENU   
----------------------------------------------------------*/
/*
div.navi
{
    width: auto;
}

div.navi ul
{
    width: auto;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

div.navi ul li a, div.menu ul li a:visited
{
    color: White;
    display: block;
    line-height: 1.7em;
    padding: 0px 20px;
    white-space: nowrap;
    text-decoration: none;
    text-transform: uppercase;
}
*/
/* DATA GRID
----------------------------------------------------------*/
.gwRow
{
    font-size: 1.1em;
}

.gwRow:hover
{
    cursor: pointer;
    background-color: #bfcbd6;
}

@media only screen and (max-width: 1280px){

    .fdesc {
        float: left;
        font-size: 13px;
        line-height: 14px;
        margin-left: 0;
        margin-top: 10px;
        width: 100%;
    }
    .col1, .col2, .col3, .col4, .col5 {
        width: 20% !important;
    }
}

@media only screen and (max-width: 992px){
.col1, .col2, .col3, .col4, .col5 {
        width: 50% !important;
    }

    .fdesc {
    float: left;
    font-size: 12px;
    line-height: 20px;
    margin-left: 10px;
    margin-top: 0;
    width: auto;
}
}

@media only screen and (max-width: 480px){

    th {
    background-color: #fff;
    border-bottom: 1px solid #000;
    color: #000 !important;
    text-align:left;
    display:block;

}

.gwRow td {
    color: #666;
    display: block;
    padding: 4px 0;
    text-align: center;
    width: 100% !important;
}
.tslogan {margin:0;}
.dsinvestment, .dsrooms, .dsarea, .dssubmit {
    margin-left: 1%;
    margin-right: 0;
    width: 31.5% !important;
}
.sinvestment, .srooms, .sarea {
    font-size: 12px;
    width:90%;
}
.filter {
    float: left;
    height: 54px;
    left: 5%;
    position: absolute;
    top: 300px;
    width: 90%;
}
.ssubmit {
    margin: 1%;
    width: 98%;
}
.theader {
    float: left;
    margin-left: 5%;
    width: 90%;
}
.mtable {
    margin: 0 5%;
    width: 90%;
}
th a {
    color: #000 !important;
    font-size: 9px;
}
.gwRow {
    border-top: 1px dashed #999;
}
.gwRow th {
    border: none;
}

}
