/*********************************
WEB BOOKS
Desktop style sheet 
#FONTS
#WRAPPERS
#CONTAINERS
#INTERNAL CONTAINERS
#CONTAINER CLASSES
**********************************/
/*********************************
NOTES:
1. Make sure default font always has "margin: 0px; padding: 0px;" set

**********************************/

@font-face {
  font-family: 'GillSansMT';
  src: url('GillSansMT.eot?#iefix') format('embedded-opentype'),  url('GillSansMT.woff') format('woff'), url('GillSansMT.ttf')  format('truetype'), url('GillSansMT.svg#GillSansMT') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GillSansMT-Bold';
  src: url('GillSansMT-Bold.eot?#iefix') format('embedded-opentype'),  url('GillSansMT-Bold.woff') format('woff'), url('GillSansMT-Bold.ttf')  format('truetype'), url('GillSansMT-Bold.svg#GillSansMT-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

* {
    margin:0px;
    padding:0px;
	font-family: 'GillSansMT', Arial, Helvetica, sans-serif;
    text-align: left;
}

img, div { behavior: url(/scripts/iepngfix.htc) } 

h1{
font-size: 26pt;
color: #58595B;
margin-bottom: 0px;
font-family: 'Open Sans', Arial, Helvetica, sans-serif;
font-weight: 400;
}


.padding-bottom h1{

font-size: 26pt;
color: #58595B;
margin-bottom: 20px;
font-family: 'Open Sans', Arial, Helvetica, sans-serif;

}




h2{

font-size: 18pt;
color: #58595B;
font-family: 'Open Sans', Arial, Helvetica, sans-serif;
margin-bottom: 30px;
margin-top: 20px;
}


h3{

font-size: 16pt;
color: #58595B;
font-family: 'Open Sans', Arial, Helvetica, sans-serif;
font-weight: 400;
margin-bottom: 30px;
/*margin-top: 20px;*/
}
h4{
font-size: 12pt;
color: #ed8b00;
font-weight: normal;
font-family: 'GillSansMT-Bold', Arial, Helvetica, sans-serif;
/*font-variant:small-caps; */
margin-bottom: 30px;
margin-top: 20px;
}

p{
color: #2c2a29;
font-family: 'GillSansMT', Arial, Helvetica, sans-serif;
padding-bottom: 10px;
line-height: 1.5em;
font-size: 14px;
}

th{
font-family: 'GillSansMT-Bold', Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: normal;
background: #ed8b00;
color: #ed8b00;
padding: 10px;
}
td{
font-family: 'GillSansMT', Arial, Helvetica, sans-serif;
padding: 10px;
font-size: 16px;
background: #f0faff;
}
a{
text-decoration: none;
color: #939598;
}
.section-link{
display: block;
clear: left;
float: none;
width: auto;
height: 20px;
padding: 10px 40px;
text-align: left;
border-radius: 5px;
border: 0;
margin-bottom: 20px;
margin-right: 10px;
background: url(/../images/icon-link.png) 0px  0px no-repeat;
font-family: 'GillSansMT', Arial, Helvetica, sans-serif;
   -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
     -moz-transition: all 0.3s ease-out;  /* FF4+ */
      -ms-transition: all 0.3s ease-out;  /* IE10 */
       -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
          transition: all 0.3s ease-out;
color: #000000;
font-size: 14px;
}
.section-link:hover{
background: url(/../images/icon-link.png) 0px 0px no-repeat;
color: #2c2a29;
}
nav {
    width:100%;
}
nav.stick {
}
nav ul {
    list-style-type:none;
    margin:0;
    padding:0;
}
nav li {
padding: 0;
margin: 0;
display: block;
}
nav li a {
display: block;
/*
width: 180px;
padding: 10px;
*/
width: 90%;
padding: 5%;
color: #fff;
text-align: right;
font-size: 12px;
border-bottom: 1px solid #2c2a29;
   -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
     -moz-transition: all 0.3s ease-out;  /* FF4+ */
      -ms-transition: all 0.3s ease-out;  /* IE10 */
       -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
          transition: all 0.3s ease-out;
}
a.nav-active {
display: block;
color: #fff;
background: #2c2a29;
text-align: right;
font-size: 12px;
border-bottom: 1px solid #2c2a29;
}
nav a:hover {
display: block;
color: #fff;
background: #2c2a29;
text-align: right;
font-size: 12px;
border-bottom: 1px solid #2c2a29;
}
.hidden_phone{
}
.hidden_phone2{
}
.hidden_tablet{
}
.hidden_desktop{
 display: none;
}
ul{
list-style-image: url('/../images/list.png');
list-style-position: inside;
padding: 10px;
}
ol{
list-style-position: inside;
padding: 10px;
}
li{
color: #000000;
margin-bottom: 10px;
font-size: 14px;
}
hr{
width: 100%;
color: #ed8b00;
border-top: 1px solid #333f48;
border-bottom: 0;
border-left: none;
border-right: none;
float: left;
margin-bottom: 50px;
margin-top: 30px;
}
.black-line{
width: 100%;
color: #aeaeae;
border-top: 2px solid #aeaeae;
border-bottom: 0;
border-left: none;
border-right: none;
float: left;
margin-bottom: 30px;
margin-top: 10px;
}
.black-line-container{
float: left;
background: #fff;
padding:40px 20px;
width: 920px;
margin-top: 20px;
}
/*********************************
#WRAPPERS
**********************************/
body{
min-width: 1250px;
background:  url(/../images/bg-paper.jpg) repeat;
}
#search_wrapper{
background:  #dbdbdb;
width: 100%;
position: relative;
z-index: 2;
}
#content_wrapper{
background:  #ffffff url(/../images/bg-content.png) repeat-x;
background-position: bottom;
width: 100%;
}
#section-wrapper{
background:  #ffffff;
background-position: bottom;
width: 100%;
}
#section-wrapper .white-text p, #section-wrapper .white-text h1,
#section-wrapper .white-text h2, #section-wrapper .white-text h3,
#section-wrapper .white-text h4, #section-wrapper .white-text h5,
#section-wrapper .white-text h6, #section-wrapper .white-text a,
#section-wrapper .white-text ul, #section-wrapper .white-text ol,
#section-wrapper .white-text li, #section-wrapper .white-text .check-title{
color: #ffffff;
}
#footer_wrapper{
width: 100%;
background: none;
}
#document_content section#footerformat {
	padding:0;
	width:100%;
	max-width:2500px;
}
#document_content section#footerformat img.footer {
	max-width:1100px;
	width:100%;
	height:100%;
}
/*********************************
#CONTAINERS
**********************************/
#sidebar{
  background-color: #454548;
  color: #222222;
  // box-shadow: 0 0 56px rgba(0, 0, 0, 0.6);
  height: 100%;
  left: 0;
  min-height: 100%;
  position: fixed;
  width: 200px;
  z-index: 100;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#nav-scroll{
height: 100%;
overflow-y: auto;
}
#nav_container2{
width:100%;
overflow-y: hidden;
}
#nav_container{
  background-color: none;
    color: #222222;
    /*
    box-shadow: 0px 20px 15px rgba(3, 3, 3, 0.6), 0px -20px 15px rgba(3, 3, 3, 0.6); */
   box-shadow: 0 0 56px rgba(255, 255, 255, 0.6); 
   margin-top: 60px;
   width:100%;
   height: auto;
    z-index: 100;
}
#document_content{
    height: auto;
  /*  min-height: 100%;*/
    padding-left: 0px;
    position: absolute;
     left: 200px;
    right: 0px;
    z-index: 1;
    background: none;
    /* remove bottom scroll 
    overflow-y: scroll;
overflow-x: hidden;
*/
}
#document_content section{
padding-bottom: 100px;
padding-top: 180px;
padding-left: 70px;
padding-right: 50px;
min-height: 600px;
max-width: 1200px;
}
#intro {
padding-top: 180px !important;
max-width: 1200px;
float: left;
}
/************************
BUTTONS
***************************/
#footer_container{
width: 100%;
height: auto;
min-height: 100px;
max-width: 1200px;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0;
margin-left: 0px;
background: none;
overflow: hidden;
padding-top: 90px;
padding-bottom: 30px;
padding-left: 65px;
text-align: left;
float: left;
box-sizing:border-box; 
-webkit-box-sizing: border-box; /* For Android and old versions of iOS */
-moz-box-sizing: border-box; /* For Firefox */
}
#footer_container p{
font-size: 12px;
margin-top: 110px;
}
/*********************************
#CONTAINER CLASSES
**********************************/
.shadow{
  -moz-box-shadow:    0px 0px 10px 6px #d1d1d1;
  -webkit-box-shadow: 0px 0px 10px 6px #d1d1d1;
  box-shadow:         0px 0px 10px 6px #d1d1d1;
}
.clear{
	clear: both;
}
.clear2{
	clear: both;
}
.float-right{
float: right;
}
.no-float{
float: none;
}
.padding-bottom{
padding-bottom: 30px;
}
.margin-right{
margin-right: 5px;
}
.margin-left{
margin-left: 5px;
}
.error{
color: #ff0000;
}
.black{
color: #000000;
}
.green{
color: #3cb247;
}
.red{
color: #939598;
}
/*********************************
#INTERNAL CONTAINERS
**********************************/
.logo-white{
margin-top: 50px;
margin-left: 15px;
}
.main-column{
width: 730px;
height: auto;
min-height: 200px;
margin-bottom: 40px;
float: right;
}
.main-header{
width: 700px;
height: auto;
min-height: 12px;
margin-bottom: 0px;
background: none;
padding:15px 15px 5px 15px; 
}
.main-content{
width: 700px;
height: auto;
min-height: 52px;
margin-bottom: 15px;
background: none;
padding:0px 15px 0px 15px; 
float: left;
}
.button-select{
height: 50px;
width: 140px;
display: block;
float: left;
margin-bottom: 20px;
border-radius: 5px 5px 5px 5px;
padding: 2px;
border: 0;
background: #ed8b00;
color: #ffffff;
font-size: 16px;
  -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
     -moz-transition: all 0.3s ease-out;  /* FF4+ */
      -ms-transition: all 0.3s ease-out;  /* IE10 */
       -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
          transition: all 0.3s ease-out;
box-shadow: 
  inset 0 -1px 4px rgba(0,0,0,0.5), /*bottom internal shadow*/ 
  inset 0 4px 4px rgba(255,255,255,0.8); /*top internal highlight*/ 
 text-align: center;  
}
.button-select:hover{
height: 50px;
width: 140px;
background: #ed8b00;
border-radius: 5px 5px 5px 5px;
display: block;
float: left;
cursor: pointer;
color: #ffffff;
font-size: 16px;
padding: 2px;
}
.select-package-button{
margin-left: 70px;
}
.listing-information-button{
float: left;
padding-right: 10px;
}
.join-ph-head{
color: #000000;
}
/************************
#CONTACT FORM
************************/
.form-contact{
width: 390px;
height: auto;
background: #ffffff;
border: 1px solid #d3d2d2;
display: block;
padding: 40px;
margin-top: 50px;
float: left;
}
.form-contact p{
float: left;
width: 410px;
height: 10px;
margin-bottom: 10px;
padding-bottom: 2px;
font-size: 10pt;
}
.form-contact input{
float: left;
width: 98%;
height: 50px;
color: #000000;
margin-bottom: 10px;
background: #f4f4f4;
margin-top: 15px;
padding-left: 2%;
font-size: 16px;
border-bottom: 1px solid #ffffff;
border-left: 1px solid #DBDBDB;
border-right: 1px solid #ffffff;
border-top: 1px solid #DBDBDB;
}
.form-contact .short-field{
width: 140px;
}
.form-contact .checkbox{
width: auto;
margin-right: 30px;
margin-bottom: 0px;
border: 0;
background: none;
} 
.form-contact .textarea{
width: 380px;
height: 100px;
padding-top: 5px;
border: 1px solid #4165a5;
color: #000000;
margin-bottom: 10px;
background: #f4f4f4;
padding-left: 5px;
font-size: 12px;
border-bottom: 1px solid #ffffff;
border-left: 1px solid #DBDBDB;
border-right: 1px solid #ffffff;
border-top: 1px solid #DBDBDB;
}
.form-contact select{
width: auto;
margin-bottom: 10px;
} 
.check-wrap{
float: left;
width: 100%;
display: block;
margin-bottom: 20px;
}
.check-title{
margin-left: 35px;
margin-top: -20px;
background: none;
display: block;
}
label{
float: left;
width: 100%;
font-size: 9pt;
color: #000000;
padding-bottom: 0;
font-weight: normal;
font-size: 14px;
}
.accordian_wrapper label{
width: 100%;
}
/************************
BUTTONS
***************************/
.web-book{
display: block;
float: left;
width: 260px;
height: 70px;
color: #ed8b00;
padding: 58px 30px 25px 105px;
border-radius: 0 5px 5px 0;
margin-bottom: 20px;
margin-right: 50px;
background: #fff url(/../images/icon-book.png) 45px  no-repeat;
font-family: 'GillSansMT', Arial, Helvetica, sans-serif;
-moz-box-shadow:    5px 3px 10px 3px #aeaeae;
  -webkit-box-shadow: 5px 3px 10px 3px #aeaeae;
  box-shadow:         5px 3px 10px 3px #aeaeae;
   -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
     -moz-transition: all 0.3s ease-out;  /* FF4+ */
      -ms-transition: all 0.3s ease-out;  /* IE10 */
       -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
          transition: all 0.3s ease-out;
}
.web-book:hover{
background: #ed8b00 url(/../images/icon-book-white.png) 45px  no-repeat;
color: #fff;
}
.web-book-binder{
margin-left: -120px;
margin-top: -48px;
float: left;
}
.button-login{
display: block;
float: left;
width: 100%;
height: 70px;
padding: 20px;
text-align: center;
border-radius: 5px;
border: 0;
margin-bottom: 20px;
background: #ed8b00 url(/../images/icon-book-white.png) 15px  -50px no-repeat;
font-family: 'GillSansMT', Arial, Helvetica, sans-serif;
   -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
     -moz-transition: all 0.3s ease-out;  /* FF4+ */
      -ms-transition: all 0.3s ease-out;  /* IE10 */
       -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
          transition: all 0.3s ease-out;
color: #fff;
font-size: 18px;
}
.button-login:hover{
background: #ed8b00 url(/../images/icon-book-white.png) 15px 10px no-repeat;
color: #fff;
}
.book-options{
position: relative;
margin-top: 50px;
display: block;
height: auto;
float: left;
width: 100%;
box-shadow: 0 0 56px rgba(255, 255, 255, 0.6);
}
.book-options2{
overflow-y: hidden;
display: block;
}
.white{
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;  
	border: 1px solid #fff;
	width: 30%;
	height: 60px;
padding: 10px;
	float: left;
display: block;
color: #000;
opacity: 1;
font-size: 12px;
  -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
     -moz-transition: all 0.3s ease-out;  /* FF4+ */
      -ms-transition: all 0.3s ease-out;  /* IE10 */
       -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
          transition: all 0.3s ease-out;
}
.white:hover{
opacity:1;
}
.logout{
background: #fff url(/../images/icon-logout.png) 0px 0px no-repeat;
}
.logout:hover{
background: #ed8b00 url(/../images/icon-logout.png) 0px -60px no-repeat;
}
.save{
background: #fff url(/../images/icon-save.png) 0px 0px no-repeat;
}
.save:hover{
background: #ed8b00 url(/../images/icon-save.png) 0px -60px no-repeat;
}
.print{
background: #fff url(/../images/icon-print.png) 0px 0px no-repeat;
}
.print:hover{
background: #ed8b00 url(/../images/icon-print.png) 0px -60px no-repeat;
}
.property_feature{
float: left;
min-width: 90px;
padding: 0 6px;
margin: 5px 0;
height: 60px;
text-align: center;
border-right: 1px solid #ff0000;
background: none;
}
.sqm{
font-size: 11px;
}
.property_feature_fig{
font-size: 24px;
display: inline-block;
margin-bottom: 5px;
font-weight: bold;
}
.bold_table_entry{
font-weight: bold;
font-size: 20px;
}
/***********************/
/* MOBILE FRIENDLY */
/***********************/
img:not(.footer){
max-width: 100% !important;
max-height: auto !important;
}
#close2{
display: none;
}
.close{
display: none;
}
::-webkit-scrollbar { 
}
#top_sidebar{
display: none;
}