body {
margin:0px 0px 0px 0px; 
padding: 0px;
font-family: Tahoma, Geneva, sans-serif;
font-size: 15px;
display: -webkit-flex;
display: flex;
 -webkit-flex-flow:column;
flex-flow:column;
}

a:link{
    color:#000;
}
a:visited{color: #000;}
a:hover{color:orange;}
a:active{color: #eee;}
a img {
    border: none;
}
	#header {
            display: -webkit-flex;
            display: flex;
            -webkit-flex-flow:row wrap;
            flex-flow: row wrap;
            -webkit-justify-content:space-between;
            justify-content:space-between;

            background:#e8eef4;
            border-bottom:1px solid #000;
            height:120px;
            z-index: 1;
                
                
	}
	#header p,
	#header h1,
	#header h2 {
		padding:.4em 15px 0 15px;
		margin:0;
	}
        div#header span.apLogo{}
        div#header span.apLogo a img{

        }
        div#header a img{
            margin:10px;

        }
        html body div#header div.login{
            padding:.4em 15px 0 15px;
            
        }

body > #header > #headermenusystem{
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
   width: 100%;
   margin-top:14px;
   
}

div.menubar1 button.menubar1Btn{ width: 100px; padding :5%; font-size:18px;}
div#header div#headermenusystem div#cont1{-moz-box-flex: 1; -webkit-flex: 1;-moz-flex: 1;-ms-flex: 1; flex:1 ;}
div#header div#headermenusystem div#cont2{-moz-box-flex: 1; -webkit-flex: 1;-moz-flex: 1;-ms-flex: 1; flex:1 ;}
div#header div#headermenusystem div#cont3{-moz-box-flex: 1; -webkit-flex: 1;-moz-flex: 1;-ms-flex: 1; flex:1 ;}
div#header div#headermenusystem div#cont4{-moz-box-flex: 1; -webkit-flex: 1;-moz-flex: 1;-ms-flex: 1; flex:1 ;}
div#header div#headermenusystem div#cont5{-moz-box-flex: 1; -webkit-flex: 1;-moz-flex: 1;-ms-flex: 1; flex:1 ;}
div#header div#headermenusystem div#cont1 div.menubar1 {width: 100px;-moz-box-flex: 1; -webkit-flex: 1;-moz-flex: 1;-ms-flex: 1; flex:1 ; }
div#header div#headermenusystem div#cont2 div.menubar1 {width: 100px; -moz-box-flex: 1; -webkit-flex: 1;-moz-flex: 1;-ms-flex: 1; flex:1 ; }
div#header div#headermenusystem div#cont3 div.menubar1 {width: 100px; -moz-box-flex: 1; -webkit-flex: 1;-moz-flex: 1;-ms-flex: 1; flex:1 ; }
div#header div#headermenusystem div#cont4 div.menubar1 {width: 100px; -moz-box-flex: 1; -webkit-flex: 1;-moz-flex: 1;-ms-flex: 1; flex:1 ;  }
div#header div#headermenusystem div#cont5 div.menubar1 {width: 100px; -moz-box-flex: 1; -webkit-flex: 1;-moz-flex: 1;-ms-flex: 1; flex:1 ; }
  

.menubar1{ padding:1%;}     
         
.menubar1 > a{ 
    font-family:Arial, Helvetica, sans-serif;
    font-size:17px;
    background-color: #F1F1F1F1; /*text boxes*/
    padding: 6px 12px;
    color:#000000; /*text*/
    margin-right: 10px;
    text-decoration:none;
    border-radius: 3px;
    -webkit-transition: background 0.3s linear 0s, color 0.3s linear 0s;
    -moz-transition: background 0.3s linear 0s, color 0.3s linear 0s;
    -ms-transition: background 0.3s linear 0s, color 0.3s linear 0s;
    -o-transition: background 0.3s linear 0s, color 0.3s linear 0s;
    transition: background 0.3s linear 0s, color 0.3s linear 0s; 
}
.menubar1 > a:hover{
    background: #BCD2EE;
    color:#FFF; 
}

div.dropmenus {
    position:relative;
    top:0px;
    background: #F1F1F1;
    z-index:10;
    padding:5%;
    border-top:none;
    -moz-border-radius:0px 0px 8px 8px;
    border-radius:0px 0px 8px 8px;
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transform: perspective(800px) rotateX(90deg);
    transform: perspective(800px) rotateX(90deg);
    -webkit-transition:transform .3s linear 0s;
    transition: transform .3s linear 0s;
}
div.dropmenus > a {
font-family:Arial, Helvetica, sans-serif;
display:block;
padding:7px;
font-size:17px;
text-decoration:none;
background:#E8E8E8;
border:#666 1px solid;
-moz-border-radius:3px; 
border-radius:3px; 
color:#000000;
-webkit-transition: background 0.3s linear 0s, color 0.3s linear 0s;
    -moz-transition: background 0.3s linear 0s, color 0.3s linear 0s;
    -ms-transition: background 0.3s linear 0s, color 0.3s linear 0s;
    -o-transition: background 0.3s linear 0s, color 0.3s linear 0s;
    transition: background 0.3s linear 0s, color 0.3s linear 0s; 
   
}
div.dropmenus > a:hover {
background: #BCD2EE;
border:#06F 1px solid; 
color: #000000;
}


div#mymenu{
    display: -webkit-flex;
    display: flex;
   -webkit-flex-direction: row;
   -webkit-flex-wrap:nowrap;
    flex-flow: row wrap;
    -webkit-justify-content:space-around;
justify-content:space-around;}
div#mycontent{font-size:18px; height:270px;padding:20px;margin-top: 50px;}
div#mycontent > img{float:right;}
div#mymenu > form > input{ padding: 0.3rem; font-size: 16px;  -webkit-flex: 1; flex: 1;}
div#btn_marker{
    	position:absolute;
	border:#000 2px solid; border-bottom:none;
	width:0px;
	height:10px;
	display:none;
	-webkit-transition:left .5s ease 0s, width .5s linear 0s;
	transition:left .5s ease 0s, width .5s linear 0s;
}


div.colleft{
    display: flex;
    flex-flow: row wrap;
 }
 
div.colleft div.col1 {-webkit-order: -2;order: -2; min-width: 470px;-webkit-flex: 1; flex: 1; margin: 5% 5%;} /* search */
div.colleft div.col2 {-webkit-order: -3;order: -3;  -webkit-flex: 1;flex:1;margin: 3% 3%; min-width: 181px; } /*register */
div.colleft div.col3 {-webkit-order:-1; order:-1;  -webkit-flex: 1;flex: 1;  padding: 3% 3%;}

div.colleft div.col2 a#signUp{
        margin: 10px 0px 0px 0px;
        background-color: orange;
        border-style: solid;
        border-width : 1px 1px 1px 1px;
        text-decoration : none;
        padding : 4px;
        border-color : #000000;
        font-size: 18px;
        color: #FFF;
        }
        div.colleft div.col2 a:hover#signUp{
            background-color: #BCD2EE;
        }
       
        div.colleft div.col3 ul{
             margin-bottom: 1em;
             margin-left: -25px;
        }
        div.colleft div.col3 ul li{
            margin-bottom: 1em;
        }
        
 div.dealsRoll{
       font-size: 12px;
       height: 290px;
       overflow: auto;     
    }
div.dealsRoll td{background:#e8f4ee;}

div.displayBot{ 
    display: -webkit-flex;
                display: flex;
                -webkit-flex-direction: row ;
                flex-direction: row ;
}

div.displayBot div.block1{-webkit-order:4; order: 4;-webkit-flex: 1; flex: 1; padding: 3%; background:#e8f4ee;}
div.displayBot div.block2{-webkit-order:5; order: 5;-webkit-flex: 1; flex: 1; padding: 3%; background:#e8eef4;}
div.displayBot div.block3{-webkit-order:6; order: 6;-webkit-flex: 1; flex: 1; padding: 3%; background:#e8f4ee;}

div#pageBot{ 
                display: -webkit-flex;
                display: flex;
                -webkit-flex-flow: row ;
                flex-flow: row ;
}

div#pageBot div.bot1{-webkit-order:20; order:20;-webkit-flex: 1; flex: 1; padding: 3%; background:#e8eef4;}
div#pageBot div.bot2{-webkit-order:19; order:19;-webkit-flex: 1; flex: 1; padding: 3%; background:#e8f4ee;}
div#pageBot div.bot3{-webkit-order:18; order:18;-webkit-flex: 1; flex: 1; padding: 3%; background:#e8eef4;}



#signupbtn {
	font-size:18px;
	padding: 12px;
        margin-bottom: 5%;
}
#terms {
	border:#CCC 1px solid;
	background: #F5F5F5;
	padding: 12px;
}
textarea#loctext{width:982px; height:80px; padding:8px; border:#999 1px solid; font-size:16px;}
textarea#destext{width:982px; height:80px; padding:8px; border:#999 1px solid; font-size:16px;}
aside div#profile_pic_box{float:left; border:#999 2px solid; width:200px; height:200px; margin:10px 0px 10px 30px; overflow-y:hidden;}
aside div#profile_pic_box > img{z-index:2000; width:200px;}
aside div#profile_pic_box > a {
	display: none;
	position:absolute; 
	margin:140px 0px 0px 120px;
	z-index:4000;
	background:#D8F08E;
	border:#81A332 1px solid;
	border-radius:3px;
	padding:5px;
	font-size:12px;
	text-decoration:none;
	color:#60750B;
}
 
.hiddenDiv{
display:none;
}

button#searchbtn{
        font-size:12px;
	padding: 5px;
        width: 140px;
}


.myTable { float: left; width:100%; border-collapse:collapse; margin-bottom: 10px;  }
.myTable td { padding:8px; border:#999 1px solid;}
.myTable tr:nth-child(even) { /*(even) or (2n+0)*/

}
.myTable tr:nth-child(odd) { /*(odd) or (2n+1)*/

      background-color: #f4f4f4;
}
#searchtble{
    margin-top: 30px;
}

#topBar{
        }
        #topBar img{
            clear: both;
            display: block;
            margin-left: auto;
            margin-right: auto;
            width: 100%;
        }   
        #topBar a{
            float: right;
            clear: both;
            display: block;
            position: fixed;
        }  
        #topBar a img{
            border: 0;
        }

       div.cont1{
               display: -webkit-flex;
                display: flex;
                -webkit-flex-flow: row wrap;
                flex-flow: row wrap;
                -webkit-justify-content:space-between;
                justify-content:space-between;
           
           
       }

        div.agency{
        
        }
        div.about{

            width: 500px;

            margin: 3%;

        }
        h3 span.aWords{


        }
        div.agency span.aWords{

        }

        html body div.agency img{

        }
        span.aWords h3{

        }
        span.aWords p{

        }


div.colleft div.col1 a button#searchbtn{
    margin-top: 20px;
   
}

div#pics{

    display: -webkit-flex;
    display: flex;
     -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-around;
    margin:5%;
}
div#pics div{




}

div#pics div a i{
    margin: 5%;
    text-align: center;
    width: 200px;
}

div#pics a{
     display: -webkit-flex;
    display: flex;
     -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
}

div.cont1 span.kent{
        border: 0 none;
         display: -webkit-flex;
        display: flex;
         -webkit-flex: 1 1 0;
        flex: 1 1 0;
        -webkit-justify-content: center;
        justify-content: center;
        max-width: 100%;
}
table.agent{
    padding: 5px;
    margin:0px 20px 0px;
    border:1px;
    width:90%; 
    background-color: #eee; 
    font-size: 14px;
    -moz-box-shadow:15px 15px 10px #888;
    -webkit-box-shadow:15px 15px 10px #888;
    box-shadow:15px 15px 10px #888;
    border-spacing: 5px;
    
}

table.agent td{
    padding: 2px;
}


.cornerMenu{
	width: 15%;
	min-width: 200px;
        z-index: 100;

        display: none;
        order:1;
}
.cornerMenu > details{ }
.cornerMenu > details > summary{
	cursor:pointer;
	background: #e8f4ee;
	margin:6px;
	padding:8px;
        
}
.cornerMenu > details > summary:hover{
	background: #EFEFEF;
        
}

.cornerMenu > details > a{
	display:block;
	text-decoration: none;
	color:#000;
	font-size:16px;
	margin:3px 6px 3px 18px;
	padding: 4px;
	background: #EFEFEF;
        
        
}
.cornerMenu > details > a:hover{
	background: #DFEFFF;
	font-weight: bold;
        
}
.cornerMenu > details > details > summary{
	cursor:pointer;
	background: #e8f4ee;
	margin:0px 6px 0px 18px;
	padding:8px;
        border: 3px solid #e8eef4;
}
.cornerMenu > details > details > summary:hover{
	background: #EFEFEF;
}

.cornerMenu > details > details > a{
	display:block;
	text-decoration: none;
	color:#000;
	font-size:16px;
	margin:0px 6px 0px 36px;
	padding: 4px;
	background: #EFEFEF;
        border: 3px solid #e8eef4;
}

.cornerMenu > details > details  > a:hover{
	background: #DFEFFF;
	font-weight: bold;
}

_:-ms-lang(x), .cornerMenu { display: none;}/*explorer 10 and Edge
 @media screen and (-webkit-min-device-pixel-ratio:0) { /* for chrome and safari */
@media screen and (-moz-images-in-menus:0) {.cornerMenu{ display: none;}}

nav{

    display: none;
   
}
nav ul {
  margin-right:  0px;
  padding:0px;
  list-style: none;
}
.nav a{
  display:block; 
  color: #000; 
  text-decoration: none;
  font-size: 16px;
  position: relative;
  background: #e8f4ee;
  margin:6px;
  padding:8px;
}
.nav li {
  position: relative;

}
.nav > li { 
  float: left; 
} 

.nav li li a { 
  margin-top: 1px;
}

.nav ul {
  position: absolute;
  white-space: nowrap;
  z-index: 1;

  left: -99999em;
  background:#e8eef4;
}
.nav > li:hover > ul {
  left: auto;
  min-width: 100%;
}
.nav > li li:hover > ul { 
  left: 100%;
  top: -1px;
}

article.contact{
    display: flex;
    flex-flow:column nowrap;
    justify-content:flex-start;
    margin:5% 5%;
    max-width: 60%;
}

article#propEdit,article#calc{
    display: flex;
    flex-flow:column nowrap;
    margin:5% 5%;
}


div.shortList{
    display: flex;
    flex-flow:row wrap;
}
div.shortList div.col1{flex:1;  padding: 3%;margin-bottom: 75px;}
div.shortList div.col2{flex:1; max-width: 150px; padding: 3% 3% ;}

.myTable1 { float: left; width:100%; border-collapse:collapse;  }
.myTable1 td { padding:8px; border:#999 1px solid; font-size: 12px; font-style: italic;}
.myTable1 tr:nth-child(even) { /*(even) or (2n+0)*/
    background: #A4D1FF;
}
.myTable1 tr:nth-child(odd) { /*(odd) or (2n+1)*/
    background: #EAF4FF;

}

div.shortList div.col2 a button.reviseBtn {
    margin: 125px 0px;
    background-color: orange;
    border-style: solid;
    border-width : 1px 1px 1px 1px;
    text-decoration : none;
    padding : 4px;
    border-color : #000000;
    font-size: 14px;
    color: #FFF;

    position: relative;
     z-index: 11;
}
div.shortList div.col2 a:hover button.reviseBtn{
    background-color: #BCD2EE;
   
}

button.info,button.info2{
        position: relative;
        z-index: 11;
           }

button.info2{ margin-top: 25px;}


#ebtn, #ebtn2 {
       display: flex;
       white-space: normal;
       margin-right: 1%;
       margin-top: 5%;
       padding: 1%;
    }
    #eForm, #eForm2{
       display: flex;
       flex-direction: row;
       align-items: flex-start;
    }
    .g-recaptcha{
       display: flex;
       transform: scale(0.77);
       transform-origin: 0 0;
    }


 