/*********************************
WEB BOOKS
Desktop style sheet 

#012c3b NAVY

#FONTS
#WRAPPERS
#CONTAINERS
#INTERNAL CONTAINERS
#CONTAINER CLASSES


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

/*********************************
#FONTS
**********************************/


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

}



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

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





h1{

font-size: 30pt;
color: #012c3b;
font-weight: normal;
margin-bottom: 0px;
font-family: 'nettootregular', Arial, Helvetica, san-serif;

}


.padding-bottom h1{

font-size: 26pt;
color: #012c3b;
font-weight: normal;
margin-bottom: 20px;
font-family: 'nettootregular', Arial, Helvetica, san-serif;

}




h2{

font-size: 18pt;
color: #012c3b;
font-weight: normal;
font-family: 'nettootregular', Arial, Helvetica, san-serif;
/*font-variant:small-caps; */
margin-bottom: 30px;
margin-top: 20px;
}


h3{

font-size: 16pt;
color: #012c3b;
font-weight: normal;
font-family: 'nettootregular', Arial, Helvetica, san-serif;
/*font-variant:small-caps; */
margin-bottom: 30px;
margin-top: 20px;
}

h4{

font-size: 12pt;
color: #012c3b;
font-weight: normal;
font-family: 'nettootregular', Arial, Helvetica, san-serif;
/*font-variant:small-caps; */
margin-bottom: 30px;
margin-top: 20px;
}

p{
color: #000;
font-family: 'nettootregular', Arial, Helvetica, san-serif;

padding-bottom: 10px;
line-height: 1.5em;
font-size: 16px;
}



th{
font-family: 'nettootregular', Arial, Helvetica, san-serif;
font-size: 16px;
font-weight: normal;
background: #012c3b;
color: #ffffff;
padding: 10px;
}


td{
font-family: 'nettootregular', Arial, Helvetica, san-serif;
padding: 10px;
font-size: 16px;
background: #f0faff;

}



a{
text-decoration: none;
color: #012c3b;
}


.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: 'nettootregular', Arial, Helvetica, san-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: #012c3b;
font-size: 16px;
}
.section-link:hover{
background: url(/../images/icon-link.png) 0px 0px no-repeat;

color: #000;

}






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: 14px;
border-bottom: 1px solid #ffd733;

  
   -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: #000;
background: #ffd733;
text-align: right;
font-size: 14px;
border-bottom: 1px solid #ffd733;
}


nav a:hover {
display: block;
color: #000;

background: #ffd733;
text-align: right;
font-size: 14px;
border-bottom: 1px solid #ffd733;
}








.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: #000;
margin-bottom: 10px;
font-size: 16px;
}


hr{


width: 100%;
color: #ffffff;
border-top: 1px solid #ffffff;
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;*/
background:  url(/../images/bg-ls-stripe.png) repeat;
margin: 0px;
padding: 0px;
}


#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;

}


/*********************************
#CONTAINERS
**********************************/


#sidebar{
  background-color: #012c3b;
    color: #222222;
    box-shadow: 0 0 56px rgba(3, 3, 3, 0.6);
    height: 100%;
    left: 0;
    min-height: 100%;
    position: fixed;
    width: 200px;
    z-index: 100;
    
   
    
    
}

#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(3, 3, 3, 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;

text-align: left;

float: left;


}

#footer_container p{
font-size: 12px;
margin-top: 18px;

}

/*********************************
#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: #012c3b;
}



.black{
color: #000000;
}

.green{
color: #3cb247;
}
.red{
color: #012c3b;
}

/*********************************
#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: #008cc5;
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: #012c3b;
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: #012c3b;
padding-bottom: 0;
font-weight: normal;
font-size: 16px;
}



.accordian_wrapper label{
width: 100%;

}

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

BUTTONS


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

.web-book{
display: block;
float: left;
width: 260px;
height: 70px;
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: 'nettootregular', Arial, Helvetica, san-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: #012c3b 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: #012c3b url(/../images/icon-book-white.png) 15px  -50px no-repeat;
font-family: 'nettootregular', Arial, Helvetica, san-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: #012c3b 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 26px rgba(3, 3, 3, 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: #012c3b url(/../images/icon-logout.png) 0px -60px no-repeat;

}

.save{
background: #fff url(/../images/icon-save.png) 0px 0px no-repeat;

}
.save:hover{
background: #012c3b url(/../images/icon-save.png) 0px -60px no-repeat;

}


.print{
background: #fff url(/../images/icon-print.png) 0px 0px no-repeat;

}
.print:hover{
background: #012c3b 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 #012c3b;
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;

}

#section-wrapper:nth-of-type(3n - 2) a:not(.section-link) {
  color: #fff;
}
#section-wrapper:nth-of-type(3n - 1) a:not(.section-link) {
  color: #ffd733;
}
#section-wrapper:nth-of-type(3n) a:not(.section-link) {
  color: #008194;
}