/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 30, 2016, 11:10:56 PM
    Author     : jss10
*/


.underlinex {
    text-decoration: underline;
    font-size: 16px
}


body { 
  font-family: 'Open Sans', sans-serif;
  color: #666;
}

/* STRUCTURE */

#pagewrap {
	padding: 5px;
	width: 960px;
	margin: 20px auto;
}
header {
	height: 350px;
	padding: 0 15px;
}
#content {
	width: 290px;
	float: left;
	padding: 5px 15px;
}

#middle {
	width: 294px; /* Account for margins + border values */
	float: left;
	padding: 5px 15px;
	margin: 0px 5px 5px 5px;
}

#sidebar {
	width: 270px;
	padding: 5px 15px;
	float: left;
}
footer {
	clear: both;
	padding: 0 15px;
}



ul.nodot {
    list-style-type: none;
    padding-left: 0px;
}

ul.noind2 {
    list-style-type: circle;
    padding-left: 0px;

}


#navcontainer ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}



#navcontainer a {
    display: block;
    width: 25em;
    padding: 5px 12px 5px 8px;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    font-weight: bold;
    }
    

#navcontainer li li a {
    display: block;
    width: 25em;
    padding: 5px 3px 5px 17px;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    font-weight: normal;
    list-style-type: square;
    }
    
#navcontainer li {
    margin: 0;
    border-bottom: 1px solid #fff;
    }
    
    ul.xx {
    list-style-position: inside;
    padding-left: 0;
}

ul.listv1 {
    list-style-position: inside;
    list-style-type: square; 
    margin-left: 0px; 
    margin-bottom: 8px;
    padding-left: 0px;
}

ul.listv1 li {
    font-size: 11px;
}
    
ul.listv1 li a {
    font-size: 14px;
}
   
li.leaf {
    background: url("../images/Copyright_iconfinder_leaf-plant-green-nature-25px-wide.png") no-repeat left top;
    height: 22px;
    padding-left: 28px;
    padding-top: 0px;
    font-weight: bold
}

ul.no-bullet {
    list-style-type: none;
    padding-bottom: 0px; 
    padding-left: 16px;
}

#googft-mapCanvas {
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}


/*--for phone# over picture*/
  .outer {
    position: relative;
    background: url("../images/nermine-100px-wide.jpg");
    width: 92px;
    height: 75px;
  }
  .bottomleft {
    position: absolute;
    bottom: 0;
    left: 0em;
    width: 98px;
    font-weight: bold;
/*    background-color: #F;*/
    color: white;
    font-size: 15px
  }
 /*--end phone# over picture - background-color: #4E4D4A*/

 span.h3bold {
    font-family: 'Roboto', 'sans-serif'; 
    font-weight: 500;
    font-size: 24px;  
/*    color: black;*/
}

.tab {border-collapse:collapse;}
.tab .only {border-bottom: none;}
.tab .first {border-bottom:1px solid #EEE;}
.tab .second {border-top:1px solid #CCC;box-shadow: inset 0 1px 0 #CCC;}​

/*--font-family:"Proxima N W15 Light"*/
.font1 {font-family: 'lato', 'sans-serif';
font-weight: 500;
font-size: 24px;
}

.font2 {color: red;
}

.font3 { 
  font-family: "Verdana, Geneva, sans-serif", sans-serif;
  font-size: 18px;
  color: #222;
}

.floating-box {
    display: inline-block;
    /* xmargin: 6px; */
/*    border: 1px solid #73AD21; */
}

.bordered {
    width: 220px;
    height: 220px;
    padding: 0px;
    border: 9px groove yellowgreen;
  }
  
.flexRow {
    display: flex; 
    justify-content: center; 
    align-items: stretch;
    margin: 0px;
}
.searchBoxSide {
    width: 40%;        
}

.searchBoxSide50 {
    width: 50%;        
}

.searchBoxSideMid {
    width: 8%;        
}

.searchBoxContain {
    width: 1300px;
    text-align: center;        
}
.searchBoxFormBody{
    height: 82px;
    width: 700px;
    text-align: center;
    background-color: rgba(51,102,0,.5);
    padding: 11px 10px;
    border-radius: 15px;
}
.searchBoxInput{
    font: 15px Arial;
    color: white;
    background-color: crimson;
    border: solid 1px #ccc;
    border-radius: 2px;
    padding: 5px;
    margin-bottom: 8px;
    box-shadow: 0 1px 1px 0 #ccc inset;
    box-sizing: border-box;
    transition: border .5s,box-shadow .5s;
} 
  
.flexSimple {
    display: flex; 
    flex-flow: row wrap;
    height: 400px;
}

.flexCol33 {
  height: 400px;
  margin: auto;
}

html, body { height:100%;} /* not needed but good to have it */

.test1 {
  padding: 0;
  margin: 0;
  /*box-sizing: border-box;*/
  margin-top: .2%; /* why? it'll mess with vh100 adding scrollbars.. */
}
.testRow {
  display: flex;
  flex-flow: row nowrap;
  width: 98%;
  text-align: left;
  background-color: pink;
  padding: 0px 0px 0px 0px;
}
.testOne {
  background-color: blue;
  width: 50%;
  height: 40vh;
  margin-left: 0%;
}
.testTwo {
  background-color: grey;
  width: 50%;
  height: 40vh;
  margin-right: 0%;
}

.b {
    font-weight: bold;    
}

.hd1 {
    text-align: center;
}

a.iso-menu {
    font-size: 13px;    
}
a.iso-menu.link {    
    color: white;
}

a.iso-menu.active {    
    background-color: crimson;
    color: white;
}

a.iso-menu2.link {
    color: black;
}

.search {
  position: relative;
  color: #aaa;
  font-size: 15px;
}

.search input {
  width: 460px;
  height: 30px;

  text-indent: 32px;
  background: #fcfcfc;
  border: 1px solid #aaa;
  border-radius: 5px;
  box-shadow: 0 0 3px #ccc, 0 10px 15px #ebebeb inset;
}

.searchBoxFormBodyMobile{
    height: 170px;
    width: 700px;
    text-align: center;
/*    background-color: rgba(51,102,0,.5);*/
    background-color: lightsteelblue;
    padding: 11px 10px;
/*    border-radius: 15px;*/
}

.search-mobile input {
  min-width: 94%;
  height: 30px;
  text-indent: 32px;
  background: #fcfcfc;
  border: 1px solid #aaa;
  border-radius: 5px;
  box-shadow: 0 0 3px #ccc, 0 10px 15px #ebebeb inset;
}

.search .fa-search { 
  position: absolute;
  top: 8px;
  left: 10px;
}

.xxxx {
  background-color: pink;
}

.simpleFlexRow {
  display: flex; 
  flex-flow: row nowrap;
/*  min-width: 100%;*/
  text-align: left;
}
.searchBoxSide {
    width: 40%;        
}

.mobileSquareButton {
    display: block;
    min-width: 100%;
    height: 120px;
/*    background: #C1631F;  */
    background: #5894D0; 
    padding: 5px;
    padding-top: 55px;
    margin-bottom: 5px;
    text-align: center;
    border-radius: 4px;
    color: white;
    font-size: 16px;
    font-weight: bold;
}

.mobileNavigateButton {
    display: block;
    width: 100%;
    height: 100%;
    background: #A1A29A;
    padding-top: 12px;
    text-align: center;
    border-radius: 0px;
    color: white;
    font-size: 16px;
    font-weight: bold;
}

.mobileCategoryButton {
    display: block;
    width: 500px;
    height: 34px;
    background: royalblue;
    padding-top: 3px;
    padding-left: 7px;
    margin-bottom: 5px;
    text-align: left;
    border-radius: 4px;
    color: white;    
    font-size: 20px;
    font-weight: bold;    
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.img-oniso {
    width: 300px;
}


/* START for mobile buttons on search-highrise-mobile.php */
#blueButton{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.mobileLongButton1{
    background: #215996;
    background: linear-gradient(to bottom, #3973b2 1%, #215996 100%);
    background: -webkit-linear-gradient(to bottom, #3973b2 1%, #215996 100%);
    border-top: solid 1px #215996;
    border-bottom: solid 1px #fff;
    line-height: 21px;
    font-size: 21px;
    text-transform: uppercase;
    color: white;
    font-family: 'DTLNobelT-Light';
    padding: 8px 0px 8px 20px;
    margin: 0 0 0 0;
    position: relative;
    display: block;
    height: 37px;
    cursor: pointer;
}

.mobileLongButton1:hover{
    /* mobile phone don't have a mouse so there is nothing to hover with */
    /* background: turquoise; */
    color: white;
}

.mobileBody {
/*    overflow-x: hidden;*/
    width: 100%;
}

.cat-1, .cat-2, .cat-3, .cat-4, .cat-5, .cat-6, .cat-7, .cat-8, .cat-9, .cat-10 {
    width: 230px;
}
.cat-11, .cat-12, .cat-13, .cat-14, .cat-15, .cat-16, .cat-17, .cat-18, .cat-19, .cat-20 {
    width: 230px;
}
.cat-21, .cat-22, .cat-23, .cat-24, .cat-25 {
    width: 230px;
}

/*.cuteLink {
    font-size: 21px;
    text-transform: uppercase;
    color: white;
    font-family: 'DTLNobelT-Light'; 
}

.cuteLink:hover{
    xbackground: cyan;
}

.buttonLink {
    background: #215996;
    padding: 10px 0px 25px 0px;
    display: none;
}
.buttonLink:after {
    content: "";
    display: table;
    clear: both;
}

.buttonLink a {
    display: block;
    float: left;
    width: 193px;
    height: 27px;
    padding: 5px 0 0 0;
    margin: 0 30px 0 30px;
    text-decoration: none;
    font-size: 18px;
    font-style: italic;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    cursor: pointer;
}*/
/* END for mobile buttons on search-highrise-mobile.php */