@charset "UTF-8";
/*html5 display rule*/
@media (max-width: 600px) {
  container, header, topFP, topFPL, topFPC, fpContent, siteMenu, navCat, gradBox1, footer, summary {
    display: block;
  }
  * {
    box-sizing: box-border;
  }
  body {
    margin: 0;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: calc(15px + 0.390625vw);
    #font-size: 16px;
    line-height: 1.8em; /* 16×1.125=18 */
    font-weight: 400;
    color: #333;
    text-decoration: none;
    text-align: left;
  }
  p {
    text-align: left;
    font-size: 100%;
    font-weight: 400;
    line-height: 1.9em;
    padding: 0 0 0 0;
    margin-bottom: 2.0em;
  }
  #container {
    margin: 0 auto;
    max-width: 600px;
    padding: 0 5px;
    text-align: center;
    background-color: #FFF;
  }
  #content {
    display: block;
    width: 100%;
    clear: both;
    margin: 0;
  }
  #content-main {
    display: block;
    float: none;
    width: 100%;
    margin: 0 auto;
    color: #333;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px;
    border-color: #DFDFDF;
    padding: 10px 1%;
    vertical-align: top;
    text-align: center;
  }
  #content-main p {
    text-align: left;
  }
  #contemt-main img {
    width: auto;
    height: auto;
  }
  h1 {
    font-family: "Times New Roman", Times, serif;
    font-size: 150%;
    font-weight: 700;
    line-height: normal;
    color: #212121;
    text-align: center;
  }
  h2 {
    font-size: 140%;
    font-weight: 600;
    line-height: normal;
    font-family: "Times New Roman", Times, serif;
  }
  h3 {
    font-family: "Times New Roman", Times, serif;
    font-size: 130%;
    font-weight: bold;
    line-height: normal;
    text-align: center;
  }
  h4 {
    font-size: 130%;
    font-weight: 400;
    line-height: normal;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  h5 {
    font-size: 120%;
    font-weight: 700;
    text-align: justify;
    line-height: 1.8em;
    margin: 0;
  }
  .YS_logo_top {
    display: block;
    padding: 0 0;
    margin: 0 0;
  }
  img {
    border: 0;
    text-align: center;
    padding: 0;
    width: auto;
    max-width: 90%;
    height: auto;
  }
  a:link, a:visited {
    text-decoration: none;
  }
  /*top nav starts*/
  #top_nav {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  /*menu_icon Starts*/
  /*dropdown icon for mobile Starts*/
  #dropdown_icon_site_menu {
    display: block;
  }
  #dropdown_icon_site_menu img {
    display: block;
    padding: 5px 0 0 0;
    margin-left: 10px;
  }
  .dropdown_icon {
    display: inline-block;
  }
  .dropdown {
    position: relative;
    display: inline-block;
  }
  .dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #f9f9f9;
    min-width: 250px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 10px;
  }
  .dropdown:hover .dropdown-content {
    display: block;
  }
  .dropdown-content ul {
    padding: 0;
    margin-left: 0px;
    background-color: white;
    list-style-type: none;
  }
  .dropdown-content li a {
    display: block;
    padding: 7px;
    color: #333;
    text-decoration: none;
  }
  .dropdown-content li a:hover {
    background-color: #9ceef5;
  }
  .desc {
    padding: 10px;
    text-align: left;
    line-height: 1.5em;
  }
  .search_text {
    display: none;
  }
  /*menu_icon Ends*/
  #mobile_siteMenu_top {
    display: block;
    float: none;
    width: auto;
	  height: 5vh;
   #height: auto;
    margin: 0 auto;
    background-color: transparent;
    padding: 3px;
    border: none;
    font-family: inherit;
    font-size: 90%;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
  }
  .mobile_siteMenu_top {
    font-family: inherit;
    font-size: 100%;
    font-weight: 500;
    width: 100%;
    text-align: center;
    height: auto;
    padding: 0 0.6em;
    margin: 0 0;
  }
  .mobile_siteMenu_top ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .mobile_siteMenu_top li {
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 5px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    white-space: nowrap;
    vertical-align: middle;
    padding-bottom: 5px;
  }
  .mobile_siteMenu_top a:link, .mobile_siteMenu_top a:visited {
    font-size: 100%;
    text-decoration: none;
    color: #fff;
    background-color: #10C0DB;
    text-align: center;
    padding: 5px 10px;
    border-radius: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: #FC0;
  }
  .mobile_siteMenu_top a:hover, .mobile_siteMenu_top a:active {
    background-color: aquamarine;
    color: #3c3c3c;
  }
  #siteMenu_top {
    display: none;
  }
  /*header Starts*/
  #header {
    display: block;
    background-color: transparent;
    height: auto;
    padding: 5px;
    margin: 0;
    text-align: left;
    width: 98%;
  }
  .header {
    display: block;
    background-color: inherit;
    text-align: left;
  }
  /*masthead box Starts*/
  #topFPC {
    display: block;
    margin: 0;
    width: 100%;
    color: #06F;
    background-color: #06F;
    background-image: url(../images/yachtsurvey_com_cover.jpg);
    background-repeat: repeat;
  }
  #topFPC img {
    display: block;
    float: left;
    border: 0;
    text-align: center;
    padding: 10px;
    width: auto;
    max-width: 75px;
  }
  /*masthead box Ends*/
  /*masthead Starts*/
  .YS_logo_oval {
    display: none;
    width: 100%;
    max-width: 100%;
    height: auto;
    float: left;
  }
  .YS_logo_oval img {
    display: none;
  }
  /*boat_reviews bubble Starts*/
  .boat_reviews {
    display: inline-block;
    float: right;
    width: auto;
    background-color: #1e90ff;
    font-size: 110%;
    text-align: center;
    color: #fff;
    padding: 10px;
    border-style: solid;
    border-radius: 50px;
    border-width: medium;
    border-color: #0fc;
    margin: 10px 5px 5px 5px;
  }
  .boat_reviews a:link, .boat_reviews a:visited {
    color: #fff;
    text-decoration: none;
  }
  .boat_reviews a:hover, .boat_reviews a:active {
    display: block;
    background-color: aquamarine;
    color: #3F3F3F;
  }
  /*boat_reviews bubble Ends*/
  /*dropdown_masthead Starts*/
  .dropbtn_masthead {
    background-color: #1e90ff;
    color: #fff;
    padding: 10pt;
    font-size: 110%;
    border-style: solid;
    border-width: medium;
    border-color: #0fc;
    border-radius: 50px;
    margin: 10px 10px 10px 5px;
    cursor: pointer;
  }
  /*dropdown_masthead End*/
  /*masthead Ends*/
  /*catNav under masthead Starts*/
  #navCat_under_masthead ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: aliceblue;
  }
  #navCat_under_masthead li {
    float: right;
  }
  #navCat_under_masthead li a, #navCat_under_masthead .dropbtn {
    display: inline-block;
    color: inherent;
    text-align: center;
    padding: 10px 10px;
    text-decoration: none;
  }
  #navCat_under_masthead li a:hover, #navCat_under_masthead .dropdown:hover .dropbtn {
    background-color: aquamarine;
  }
  #navCat_under_masthead li.dropdown {
    display: inline-block;
  }
  #navCat_under_masthead .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
  }
  #navCat_under_masthead .dropdown-content a {
    color: black;
    padding: 10px 10px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  #navCat_under_masthead .dropdown-content a:hover {
    background-color: #f1f1f1;
  }
  #navCat_under_masthead .dropdown:hover .dropdown-content {
    display: block;
  }
  #navCat_under_masthead img {
    display: none;
  }
  .desktop {
    display: none;
  }
  /*catNav under masthead Ends*/
  #siteDescription {
    display: block;
    background-color: #FFF;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 00px;
    color: #000;
    font-size: 100%;
    border-radius: 5px;
    border: 2px solid #0fc;
  }
  .gcs_thumnail img {
    display: none;
    width: 100px;
    height: auto;
  }
  .gcs_table {
    display: block;
    width: 90%;
    margin: auto;
  }
  .gcs_img_cell {
    width: 0px;
  }
  .gcs_text_cell {
    text-align: left;
  }
  input[type=text] {
    width: 68%;
    padding: 10px 5px;
    margin: 0 1%;
    float: left;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 16px;
  }
  placeholder {
    color: #A8A8A8;
  }
  input[type=submit] {
    width: 29%;
    background-color: #4CAF50;
    color: white;
    padding: 10px 5px;
    margin-right: 1%;
    float: right;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
  }
  input[type=submit]:hover {
    background-color: #45a049;
  }
  .search_form {
    display: block;
    float: right;
    width: 290px;
    height: 40px;
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 3px;
    margin: 5px 0;
  }
  #dropdown_site_search_icon {
    display: block;
    margin-right: 10px;
  }
  .search_form-2 {
    width: 90%;
    margin: auto;
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 5px;
  }
  .search_results {
    color: #4CAF50;
    display: block;
    margin: auto;
  }
  .gsc-result-info {
    font-size: 16px;
    color: #4CAF50;
  }
  /*search form Ends*/
  #pb {
    display: none;
  }
  #info {
    display: none;
  }
  .center {
    text-align: center;
  }
  .clear {
    clear: both;
  }
}
#pb {
  display: none;
}
/*MS book banner Starts*/
.book {
  display: none;
  width: 95%;
  align-items: center;
  justify-content: center;
  background-color: DodgerBlue;
  padding: 5px;
  margin: 10px auto;
}
.book a:link, .book a:visited {
  color: antiquewhite;
  text-decoration: none;
  font-size: 16pt;
  font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
}
.book a:hover, .book a:active {
  color: aqua;
  text-decoration: none;
}
.book img {
  display: block;
  width: 100pt;
  height: auto;
}
.book > div {
  background-color: transperent;
  width: auto;
  margin: 3px 6px;
  text-align: left;
  line-height: normal;
  font-size: 30px;
}
/*MS book banner End*/
/*home Starts*/
.home {
  display: block;
  width: auto;
  float: left;
  padding: 0px;
  margin: 0px 5px 0px 10px;
  font-size: 100%;
  font-weight: 600;
  color: inherit;
  text-align: left;
}
.home ul {
  list-style-type: none;
}
.home li {
  display: inline;
}
.home a {
  text-decoration: none;
  color: inherit;
}
.home a:link, .home a:visited {
  color: #06F;
  display: inline-block;
  background-color: #FFF;
  text-decoration: none;
}
.home a:active, .home a:hovor {
  color: #3FF;
  text-decoration: underline;
}
/*home Ends*/
/*twitter Starts*/
.twitter {
  display: block;
  width:100px;
  height:30px;
  float: right;
  padding: 0px 0px 0px 0px;
  margin: 5px 10px 0px 0px;
}
/*twitter Ends*/
/*header Ends*/
/*footer Starts*/
/*home bottom Starts*/
/*home bottom Ends*/
/*twitter_bottom Starts*/
#twitter_bottom {
  display: inline-block;
  float: right;
  margin: 20px 30px;
}
/*twitter_bottom Ends*/
#footer {
  width: auto;
  background-color: #FFF;
  clear: both;
  margin-top: 10px;
}
.footer {
  font-size: 80%;
  color: #999;
  font-family: inherit;
  font-style: normal;
  text-align: center;
  margin: auto;
}
/*navCat bottom Start*/
#navCat_bottom {
  display: block;
  margin: 0 auto;
  padding: 0;
  font-weight: 400;
}
.navCat {
  font-size: 100%;
  font-weight: 400;
  width: 100%;
  text-align: center;
  height: auto;
  padding: 0.2em 0.6em;
}
.navCat ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: auto;
}
.navCat li {
  font-size: 100%;
  font-weight: 400;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  float: auto;
  margin: 0 3px 2px 0;
}
.navCat li a {
  display: inline-block;
  width: auto;
  padding: 10px;
  margin: 0 auto 10px 0;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  color: #000;
  background-color: #CC9;
  border-radius: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #0FC;
}
.navCat a:hover, .navCat a:active, .navCat a:focus {
  background-color: #FF9;
}
/*navCat Bottom Ends*/
/*mobile siteMenu bottom Starts*/
#mobile_siteMenu_bottom {
  display: block;
  font-weight: 500;
}
/*mobile siteMenu bottom Ends*/
/*siteMenu bottom Starts*/
#siteMenu_bottom {
  display: none;
  width: 98%;
  float: none;
  height: auto;
  margin: 0 auto;
  background-color: #FFF;
  padding: 0;
  border: none;
  font-size: 90%;
  text-decoration: none;
  text-align: center;
}
.siteMenu_bottom {
  text-align: center;
  height: auto;
  padding: 0.2em 0.6em;
}
.siteMenu_bottom ul {
  list-style-type: none;
  margin: 0;
  font-family: inherit;
  font-size: 90%;
  padding: 6px 0;
}
.siteMenu_bottom li {
  width: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 8px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  white-space: nowrap;
  vertical-align: middle;
}
.siteMenu_bottom a:link, .siteMenu_bottom a:visited {
  text-decoration: none;
  color: #130101;
  background-color: transparent;
  text-align: center;
  padding: 3px 10px;
  border-radius: 20px;
}
.siteMenu_bottom a:hover, .siteMenu_bottom a:active {
  background-color: #69F;
  color: #FFF;
}
/*siteMenu bottom Ends*/
/*footer Ends*/
/*page structure Ends*/
/*elements in content*/
.flex-container_list2 {
  display: flex;
  flex-wrap: wrap;
  background-color: transparent;
  justify-content: center;
  align-items: center;
}
.flex-container_list2 > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 40%;
  height: auto;
  background-color: #fff;
  margin: 1%;
  padding: 10px 10px;
  text-align: center;
  line-height: normal;
  border-radius: 10px;
  border-style: solid;
  border-width: thin;
  border-color: #03c2b8;
  font-size: 100%;
  font-weight: 300;
}
.featured {
  display: block;
  padding: 5px;
  margin: 3px auto;
  text-align: center;
  font-size: 110%;
  font-weight: 500;
  font-style: normal;
  color: indianred;
}
.featured a {
  color: #2D2D2D;
  text-align: center;
}
.featured a:link, .featured a:visited {
  color: #2D2D2D;
}
.featured a:hover, .featured a:active {
  text-decoration: underline;
}
.thumnail {
  display: flex;
  width: 95%;
  align-items: center;
  justify-content: flex-start;
  background-color: transperent;
  padding: 5px;
  margin: 5px auto 5px 20px;
}
.thumnail > div {
  background-color: transperent;
  width: auto;
  margin: 3px 6px;
  text-align: left;
  line-height: normal;
}
.thumnail img {
  width: auto;
  max-width: 100px;
  height: auto;
  padding: 0px;
}
.thumnail a {
  color: darkslateblue;
  text-decoration: none;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 110%;
  font-weight: 500;
}
/*articles with thumnail Ends*/
/*indexes of boat reviews Starts*/
#indexABC {
  width: 80%;
  margin-left: 5%;
  margin-right: 5%;
  padding: 0 10px 10px 10px;
  background-color: #FFF;
  text-align: center;
}
#indexZYX {
  display: none;
  margin-left: 5%;
  margin-right: 5%;
  padding: 0 10px 10px 10px;
  background-color: #FFF;
  text-align: center;
}
/*indexes of boat reviews Ends*/
/*category index pages Starts*/
.catArticles ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.catArticles li {
  margin: 0 05px 1px 0;
}
.catArticles a {
  display: block;
  width: 100%;
}
.catArticles a:link, .catArticles a:visited {
  display: block;
  font-weight: inherit;
  color: #000;
  background-color: #E8E8D0;
  width: 100%;
  text-align: left;
  padding: 4px;
  text-decoration: none;
  margin-bottom: 5px;
}
.catArticles a:hover, .catArticles a:active {
  text-decoration: underline;
}
.catArticles title {
  font-size: 120%;
  color: inherit;
  background-color: #FFF;
  text-align: center;
}
.catArticles img {
  border: 0;
  padding-left: 1px;
  vertical-align: middle;
}
/*category index pages Ends*/
.boatreviewNote {
  clear: both;
  width: 70%;
  font-size: 90%;
  background-color: #E3E3E3;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  text-align: left;
  padding: 10px;
}
.rating {
  width: 90%;
  border-style: solid;
  border-width: 1px;
  font-weight: 200;
  padding: 5px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  background-color: #C1E0FF;
}
.remark {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  border-style: solid;
  border-width: 2px;
  border-color: #CCC;
  padding: 10px;
  background-color: #FFF;
}
.bestbuy {
  color: #F63;
}
.comment {
  width: 85%;
  padding: 5px;
  margin: 10px auto;
  text-align: left;
  display: block;
  border-style: double;
  border-color: #0CC;
  background-color: #FFF;
}
.comment p {
  text-align: left;
}
.redline {
  width: 90%;
  height: 2px;
  margin-left: 0;
  margin-right: 0;
}
.holiday1 {
  font-size: 130%;
  color: #093;
  margin-top: 0;
}
.holiday2 {
  color: #F30;
  font-size: 130%;
  margin-top: 0;
}
.holiday_schedule {
  font-size: 130%;
  text-align: center;
}
.add_nav {
  clear: both;
}
.google_plus {
  font-size: 70%;
  text-align: right;
}
.david_pascoe {
  margin: 0;
  font-weight: bold;
  padding: 20px 10px;
}
.david_pascoe ul {
  list-style-type: none;
}
.david_pascoe li {
  display: inline;
}
.david_pascoe a:link, .david_pascoe a:visited {
  color: #06F;
  display: inline-block;
  border-width: 1px;
  text-decoration: none;
}
.david_pascoe a:active, .david_pascoe a:hovor {
  color: #3FF;
  text-decoration: underline;
}
.david_pascoe a:active, .david_pascoe a:hovor {
  color: #3FF;
  text-decoration: underline;
}
#boat_review table {
  display: block;
  width: 85%;
  border: solid 1px #06F;
  font-size: 100%;
  text-align: center;
  margin: auto;
}
#boat_review table td {
  border: solid thin #06F;
  width: 25%;
  text-align: center;
  vertical-align: top;
}
#boat_review table.center {
  margin-left: auto;
  margin-right: auto;
}
.center {
  text-align: center;
}
/*direction-show only max 600px Start*/
#aag {
  display: block;
  width: auto;
  margin: 5px;
}
.aag {
  display: block;
  width: auto;
  margin: 5px;
  padding: 0px 0px;
  background-color: #00cccc;
  border-radius: 15px;
}
.aag a:link, .aag a:visited {
  display: block;
  width: auto;
  padding: 10px;
  margin: 10px;
  color: #fff;
  font-size: 100%;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
}
.aag a:hover .aag a:active {
   text-decoration: underline;
}
/*direction - show only max 600px Ends*/
.logo_pascoe_books {
  display: none;
}
#retired p {
  text-align: left;
}
.retired {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 30%;
  border: 1px solid #999;
  padding: 5px;
  float: right;
  text-align: left;
  margin-top: 20px;
}
.retired p {
  text-align: left;
}
.contact_info, .welcome {
  display: block;
  width: 100%;
  float: left;
  padding: 10px;
  text-align: left;
  border: 1px solid #00ccff;
}
.contact_2015 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 98%;
  margin: 20px auto;
  padding: 10px;
  text-align: left;
}
.amazon_mobile {
  display: none;
}
.open_letter h2 {
  font-size: 140%;
  line-height: 1.53em;
  text-align: left;
  font-weight: normal;
}
.returned_email {
  display: block;
  width: 95%;
  margin: auto;
  background-color: #EAEAEA;
  padding: 10px;
  text-align: left;
  line-height: 1.5em;
}
.amazon_orange {
  color: #F69;
}
.books_mobile_ad {
  display: none;
}
.books_top_img {
  display: none;
}
.anounce {
  display: block;
  text-align: center;
  font-size: 130%;
  color: #0066ff;
}
.anounce_details {
  display: block;
  width: 80%;
  margin: auto;
  padding: 10px;
  color: #333333;
  text-align: left;
  border: 1px solid #0066ff;
}
.center {
  text-align: center;
}
.news_photo {
  display: block;
  width: 100%;
  height: auto;
}
.red {
  color: #F00;
}
/*photo frame boxes Starts*/
.multipleboxRight {
  max-width: 50%;
  float: right;
  margin: 10px;
  border-style: solid;
  border-width: 1px;
}
.imgbox {
  text-align: center;
  width: auto;
  max-width: 90%;
  border: 1px solid gray;
  background-color: #CC9;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  padding: 10px;
  font-size: 100%;
}
.imgbox p {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.500;
  width: 95%;
}
.imgbox img {
  width: auto;
  max-width: 95%;
}
.imgboxRight {
  float: right;
  text-align: center;
  width: auto;
  max-width: 50%;
  border: 1px solid gray;
  background-color: #CC9;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 0;
  font-size: 100%;
}
.imgboxRight p {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.200;
  text-align: left;
}
.imgboxRight img {
  width: auto;
  max-width: 90%;
}
.imgboxLeft {
  float: left;
  text-align: center;
  width: auto;
  max-width: 50%;
  border: 1px solid gray;
  background-color: #CC9;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 0;
  font-size: 100%;
}
.imgboxLeft p {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.200;
  text-align: left;
}
.imgboxLeft img {
  width: auto;
  max-width: 90%;
}
/*photo frame boxes Ends*/
/*topic page Starts*/
#topics table {
  width: 100%;
  font-size: 100%;
}
#topics td {
  text-align: left;
  vertical-align: top;
}
.topics {
  border-radius: 30px;
  background: #0099cc;
  padding: 10px;
  width: auto;
  height: auto;
  text-align: left;
  font-size: 110%;
  margin: 5px;
  color: #FFFFFF;
}
.topics a:link, .topics a:visited {
  color: #FFFFFF;
}
.topics a:hover, .topics a:active {
  color: #00ccff;
}
/*topic page Ends*/
/*summary of contents in an article Starts*/
#article_contents {
  width: 95%;
  display: block;
  float: none;
  margin: 10px auto;
  border: 1px solid #000;
  padding: 5px;
  background-color: #FFF;
}
.article_contents {
  font-family: Verdana, Geneva, sans-serif;
  color: #000;
  font-size: 110%;
  font-weight: bold;
  line-height: 1.5em;
  text-align: left;
}
.article_contents img {
  margin: auto;
  max-width: 100%;
}
/*summary of contents in an article Ends*/
/*Front page desktop only contents Starts*/
/*Front page desktop only contents Ends*/
/*category page width to 100%*/
#catPage {
  display: block;
  width: 98%;
  margin: 0 auto;
}
.hr_top {
  height: 0.2em;
  width: 100%;
  border: 1px solid #F30;
}
img {
  border: 0;
  text-align: center;
  padding: 0px;
  width: auto;
  max-width: 95%;
  height: auto;
}
ul {
  margin-right: 10px;
}
ul.a {
  list-style-type: disc;
}
ul.b {
  list-style-type: square;
}
ul.c {
  list-style-type: none;
}
li {
  text-align: left;
 padding-bottom: 10px;	
  margin-bottom: 5px;
}
#navCat2 {
  display: block;
  margin-left: -1.5%;
}
.navCat2 a {
  font-size: 130%;
}
.contact_info, .welcome {
  display: block;
  width: 90%;
  margin: 20px auto;
  padding: 10px;
  font-size: 120%;
  font-weight: 500;
  line-height: 2em;
  text-align: left;
}
.notice {
  display: inline-block;
  width: 90%;
  margin: 0 auto;
  font-size: 110%;
  font-weight: 500;
  text-align: left;
  padding: 10px 20px;
  border-radius: 10px;
  border-style: solid;
  border-width: thin;
  border-color: lightgrey;
}
#book_orders {
  display: block;
  width: 90%;
  padding: 20px;
  margin: 0 auto;
  border-style: solid;
  border-width: thin;
  border-color: lightgrey;
}
.table_of_contents {
  display: block;
  width: 90%;
  padding: 5px;
  margin: auto;
  border: solid thin #A3A3A3;
}
.table_of_contents li{
	padding-bottom:10px;
}
.summary {
  display: block;
  background-color: azure;
  width: 90%;
  padding: 10px;
  margin: auto;
  border: 1px solid #A3A3A3;
}
.desktop {
  display: none;
}
#myDIV {
  display: block;
  width: 100%;
  padding: 0;
  text-align: center;
  background-color: #fff;
  margin-top: 20px;
}
.favorite {
  display: none;
  width: 90%;
  margin: auto;
  padding: 20px;
  border: double solid #8080FF;
  background-color: #fff;
}
.favorite img {
  margin: 0 auto;
  border: none;
}
/*breadcrum starts */
.img-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0 5px;
  margin-top: 0;
  height: 250px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
}
div.fixed {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 30px;
  border: none;
  padding-right: 10px;
  padding-bottom: 200px;
}
.img-container div {
  padding: 3px;
}
/* book order single colum */
.content {
  max-width: 100%;
  margin: 0 auto;
}
.top-image {
  max-width: auto;
}
#top_nav {
  width: 100%;
  background-color: white;
  padding: 0;
  margin: 0;
}
.top_nav {
  padding: 0px;
}
.sticky {
  position: fixed;
  top: 0px;
  width: 100%;
}
/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 102px;
}

.anchor{
  display: block;
  position: relative;
  top: -80px; /* this is your offset */
  #visibility: hidden;
}
.article_summary{
	width:100%;
	padding:10px;
	background-color:#00CCCC;
	border-radius:10px;
}
.article_summary > hgroup{
	width:100%;
	padding:10px;
	background-color:#ffffff;
	border-radius:10px;
	margin:10px 0 20px;
}
.article_summary h3{
	font-size:200%;
	font-weight:500;
}
.page{
	width:80%;
	display:flex;
	margin:0 auto;
}
.page > div.a{
	width:50%;
	padding:10px;
	margin:10px;
	background-color:#dedcbc;
	color:#3f3f3f;
	border-radius:30px;
}
.page >div.b{
	width:50%;
	padding:10px;
	margin:10px;
	background-color:#d6cfb4;
	color:#ffffff;
	border-radius:30px;
}
  p.title {
    font-size: 120%;
    font-weight: 600;
    line-height: 100%;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
  }
  .subTitle {
    font-size: 120%;
    font-weight: 700;
    line-height: 110%;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
  }
  .title {
    font-size: 120%;
    font-weight: 600;
    line-height: 120%;
    padding: 10px 0 0 10px;
    text-align: center;
  }
  .fullArticle {
    display: inline;
    font-style: italic;
    font-weight: bold;
  }
  .redline {
    width: 90%;
    height: 2px;
  }
  .topics {
    border-radius: 30px;
    background: #0099cc;
    padding: 10px;
    width: auto;
    height: auto;
    text-align: center;
    font-size: 110%;
    margin: 5px;
    color: #FFFFFF;
  }
  .topics a:link, .topics a:visited {
    color: #FFFFFF;
  }
  .topics a:hover, .topics a:active {
    color: #00ccff;
  }

/*LSI buy now april 21, 2024*/
.lsi{
  width: 90%;
  height: auto;
  padding: 0 5px;
  margin:10px auto;
  border:thin solid #45BBC2;
  border-radius:20px;		
}
.img-container-lsi{
  display: flex;
  width:100%;
  justify-content: center;
  align-items: center;
  margin: 0 10px 10px 10px;	
}
.img-container-lsi div{
	width:50%;
	height:auto;
}
.img-container-lsi div img{
	width:70%;
	max-width:160px;
	height:auto;
	padding:5px;
}
/*LSI buy now ends*/
/*LSI Buy Now All books April 21, 2024*/
.lsi-2{
  width: 90%;
  height: auto;
  padding: 0 5px;
  margin:10px auto;
  border:thin solid #45BBC2;
  border-radius:20px;		
}
.img-container-lsi-2{
  display: flex;
  width:100%;
  flex-direction:column;
  justify-content: center;
  align-items: center;
  margin: 0 10px 10px 10px;	
}
.img-container-lsi-2 div{
	width:100%;
	height:auto;
	text-align:center;
}
.img-container-lsi-2 div img{
	width:70%;
	max-width:160px;
	height:auto;
	padding:5px;
}
/*LSI BUY NOW all April 22, 2024 ends*/

.ad{
	display:block;
	padding: 10px 10px;
	margin:20px auto;
}

.ad img{
	max-width:100%;
}
.desktop{
	display:none;
}
.ad-img-container{
 display: flex;
  width:100%;
  justify-content: center;
  align-items: center;
  margin:20px auto;	
}
.ad-img-container div{
	width:50%;
	height:auto;
	padding:0 10px;
}