/*--
Author: W3layouts, modified by R. Philip Bouchard
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
h4, h5, h6,
h1, h2, h3 {margin-top: 0;}
ul, ol {margin: 0;}
p {margin: 0;}
html, body{
  font-family: 'Oxygen-Regular';
  font-size: 100%;
  background:#fff; 
}
@font-face {
  font-family: 'Viga-Regular';
  src:url(../fonts/Viga-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Oxygen-Regular';
  src:url(../fonts/Oxygen-Regular.ttf) format('truetype');
}
a {
  text-decoration: none;
}
a:hover {
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
}
/*--header start here--*/
.header-main {
  padding: 1em 0em 1em 0em;
  border-bottom: 1px solid #ccc;
  margin: 0em auto 0em;
  text-align: center;
}
.logo {
  margin: 0em auto 0em;
  text-align: center;
}
.logo h1 {
  font-size: 2.5em;
  font-family: 'Viga-Regular';
  margin: 0em;
}
.logo h1 a{
  color: #8c478c;
  text-decoration: none;
}
span.menu {
  display: none;
}
input:focus {
  outline: none;
}
/*----responsive-menu-start---*/
@media(max-width:767px){
.top-nav-left ul li{
  display: block;
  float: none;
  margin: 0em;
  padding: 0.6em 0;
  text-align: center;
}
.top-nav-left ul li a{
  color: #fff;
}
.top-nav-left ul li a:hover{
  color: #000;
}
.top-nav-left ul{
  display: none;
  background: rgba(153, 197, 10, 0.45);
  position: absolute;
  width: 100%;
  z-index: 999;
  left: 0%;
  margin: 0.7em 0em;
}
.top-nav-left span.menu{
  display: block;
  width: 100%;
  position: relative;
  padding: 0.8em 1em;
}
}
/*--header end here--*/
/*--top nav start here--*/
.top-navg {
  text-align: center;
}
.top-navg ul.res {
  padding: 0px;
  list-style: none;
}
.top-navg ul.res li {
  display: inline-block;
}
.top-navg ul.res li a {
  padding: 1em 3em 1em 3em;
  display: block;
  font-size: 1em;
  font-weight: 500;
  color: #000;
}
.top-navg ul.res li a.active {
  color: #8c478c;
  font-weight: 600;
}
.top-navg ul.res li a:hover {
  color: #fff;
  text-decoration: none;
}
/* Sweep To Bottom */
.hvr-sweep-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.07s;
  transition-duration: 0.07s;
}
.hvr-sweep-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:#8c478c;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.07s;
  transition-duration: 0.07s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-bottom:hover, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:active {
  color: white;
}
.hvr-sweep-to-bottom:hover:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
/*--top nav end here--*/
/*--subnav start here--*/
.subnav {
	margin: 0 auto;
	width: 250px; 
}
/*--subnav end here--*/
/*--banner start here--*/
.banner {
  background: url(../images/leaf-banner.jpg)no-repeat;
  background-size: cover;
  min-height: 100px;
  padding: 3em 0em 3em 0em;
}
.banner-two {
  background: url(../images/banner1.jpg)no-repeat;
  background-size: cover;
  min-height: 100px;
}
.banner-main {
  width: 50%;
  margin: 0em auto 0em;
  background: #8c478c;
  padding: 2em 1em 1em 1em;
  text-align: center;
}
.banner-text {
  padding: 0em 2em 1em 2em;
  text-align: left;
}
.banner-main h3 {
  font-size: 2em;
  font-weight: 400;
  color: #fff;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 0.3em;
  font-family: 'Viga-Regular';
}
.banner-main p {
  font-size: 0.95em;
  font-weight: 400;
  color: #fff;
  margin: 0.8em 0em 0em 0em;
  line-height: 1.8em;
}
.banner-main a {
  font-size: 1em;
  font-weight: 400;
  color: #fff;
  padding: 0.61em 0em 0.61em 0em;
  display: block;
  border-top: 1px solid #fff;
  width: 7em;
  margin: 1em auto 0em;
}
.banner-main a:hover {
  text-decoration:none;
  color:#000;
}
/*--banner end here--*/
/*--bann info start here--*/
.bann-info {
  padding: 3em 0em 0em 0em;
}
.bann-info h2 {
  font-size: 2em;
  font-weight: 300;
  color: #000;
  margin: 0px 0px 30px 13px;
  font-family:'Viga-Regular';
}
.bann-info-main {
  padding: 0em 0em 3em 0em;
  border-bottom: 1px solid #999;
}
.book-icon {
  width: 12em;
  background: #dd4a00;
  padding: 2em 0em;
  border-radius: 62px 0px 60px 0px;
  margin: 1em 0em 0em 0em;
}
.book-cover img {
  width: 95%;
}
.bann-grid h3 {
  font-size: 1.8em;
  font-weight: 500;
  color: #8c478c;
  font-family: 'Viga-Regular';
}
.bann-grid h6 {
  font-size: 1.2em;
  font-weight: 500;
  color: #0071a9;
  font-family: 'Viga-Regular';
}
.bann-grid p {
  font-size: 0.95em;
  font-weight: 500;
  color: #444444;
  margin: 1.1em 0.5em 1.6em 0em;
  line-height: 1.8em;
}
.bann-button a {
  font-size: 0.9em;
  font-weight: 400;
  color: #fff;
  padding: 0.5em 0em 0.5em 0em;
  display: block;
  width: 7em;
  background: #8c478c;
  text-align: center;
  margin: 0.8em 0em 0em 0em;
}
.bann-button a:hover {
  text-decoration:none;
  background: #0071a9;
}
/*--bann info end here--*/
/*--wedo start here--*/
.we-do {
  padding: 2em 0em 2em 0em;
  border-bottom: 1px solid #ccc;
}
span.glyphicon.glyphicon-pencil {
  font-size: 3.5em;
  color: #999999;
}
span.glyphicon.glyphicon-comment {
  font-size: 3.5em;
  color: #999999;
}
span.glyphicon.glyphicon-eye-open {
  font-size: 3.5em;
  color: #999999;
}
span.glyphicon.glyphicon-book {
  font-size: 3.5em;
  color: #999999;
}
span.glyphicon.glyphicon-flag {
  font-size: 3.5em;
  color: #999999;
}
span.glyphicon.glyphicon-camera {
  font-size: 3.5em;
  color: #999999;
}
span.glyphicon.glyphicon-tree-conifer {
  font-size: 3.5em;
  color: #999999;
}
.wedo-grid h3 {
  font-size: 1.6em;
  font-weight: 500;
  color: #8c478c;
  margin: 0.5em 0em 0.8em 0em;
  font-family:'Viga-Regular';
}
.wedo-grid h4 {
  font-size: 1.1em;
  font-weight: 500;
  color: #0071a9;
  line-height:1.5em;
  font-family:'Viga-Regular';
}
.wedo-grid p {
  font-size: 0.95em;
  font-weight: 500;
  color: #000;
  margin: 0.8em 0em 1em 0em;
  line-height: 1.8em;
}
.wedo-grid a:hover h3 {
  text-decoration: underline;
  color: #8c478c;
}
span.glyphicon.glyphicon-circle-arrow-right {
  font-size: 2em;
  color: #8c478c;
}
span.glyphicon.glyphicon-circle-arrow-right:hover {
  color:#0071a9;
   transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
/*--//wedo--*/
/*--promo strip start here--*/
.promo-strip {
  background: url(../images/dark-strip6.jpg)no-repeat;
  background-size: cover;
  min-height: 300px;
}
.promo-strip-main {
  text-align: center;
  padding: 3.5em 0em 2em 0em;
}
.promo-strip-main h3 {
  font-size: 1.6em;
  font-weight: 500;
  color: #fff;
  font-family: 'Viga', sans-serif;
}
.promo-strip-main p {
  font-size: 0.95em;
  font-weight: 400;
  color: #fff;
  margin: 1.1em auto 0em;
  line-height: 1.8em;
  width: 60%;
}
.promo-strip-main a {
  font-size: 1em;
  font-weight: 400;
  color: #fff;
  padding: 0.51em 0em 0.51em 0em;
  display: block;
  background: #8c478c;
  width: 7em;
  margin: 1.5em auto 0em;
}
.promo-strip-main a:hover {
	text-decoration:none;
	background:#0071a9;
}
/*--promo strip end here--*/
/*--latest news start here--*/
.latest-new {
  padding: 3em 0em 3em 0em;
}
.latest-new h3 {
	font-size: 2.5em;
	font-weight: 500;
	color: #000;
	margin: 0px 0px 12px 13px;
	font-family:'Viga-Regular';
}
.latest-new-body {
	margin: 0px 0px 18px 13px;
}
.latest-grid p {
  background: #0071a9;
  padding: 0.5em 0.5em 0.5em 0.5em;
  color: #ffffff;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.8em;
  text-align: center
}
.latest-grid a:hover p {
  color: #ffff00;
  text-decoration: underline;
}
/*--//latest-news--*/
/*--footer start here--*/
.footer {
  padding: 3em 0em ;
  background:#202020;
}
.copy-right {
  text-align: center;
  padding: 0em;
}
.copy-right p {
  font-size: 1em;
  font-weight: 400;
  color: #fff;
}
.copy-right p a {
  color: #0071a9;
}
.copy-right p a:hover {
  color: #fff;
  text-decoration: none;
}
/*--//footer--*/
/*--landing page top--*/
.landing-page-top {
  background:#0071a9;
  text-align: center;
  padding: 1.2em 1em 1.2em 1em;
  margin: 0em 0em 0.2em 0em;
}
.landing-page-top h1 {
  font-size: 2.5em;
  font-weight: 400;
  color: #ffffff;
  margin: 2px 0px 18px 0px;
  font-family:'Viga-Regular';
}
.landing-page-top h3 {
  font-size: 2.5em;
  font-weight: 400;
  color: #ffffff;
  margin: 2px 0px 18px 0px;
  font-family:'Viga-Regular';
}
.landing-page-top p {
  text-align: left;
  font-size: 0.95em;
  font-weight: 400;
  width: 35em;
  color: #ffffff;
  line-height: 1.8em;
  margin: 0 auto 0.6em;
}
.landing-page-top a {
  color: #ffff00;
  text-decoration: none;
}
.landing-page-top a:hover {
  text-decoration: underline;
}
/*--about start here--*/
.about-main {
	padding: 2em 0em 2.5em 0em;
}
.about-left {
	margin: 0;
	padding: 0em 1em 0em 0em;
}
.about-left img {
	width: 100%;
}
.about-right h3 {
	font-size: 2em;
	font-weight: 400;
	color: #8c478c;
	margin: 0px 0px 10px 0px;
	font-family:'Viga-Regular';
}
.about-right h4 {
	font-size: 1.3em;
	font-weight: 400;
	color: #0071a9;
	margin: 0px 0px 20px 0px;
	font-family:'Viga-Regular';
}
.about-right ul {
	list-style: none;
	padding:0px;
}
.about-right ul li {
	margin: 10px 0px;
	font-size: 1.05em;
	font-weight: 400;
	line-height: 1.7em;
	color: #111111;
    font-family: 'Roboto Slab', serif;
	background: url(../images/dot.png)no-repeat;
	padding: 0px 0px 0px 30px;
}
.promo-photos {
	margin: 0;
	padding: 2em 0em 0em 0em;
}
.promo-photos img {
	width: 30%;
}
/*--about end here--*/
/*--books start here--*/
.books {
  padding: 0em 0em 0em 0em;
}
.books-main {
  padding: 2em 0em 0em 0em;
}
.mainbook-left img {
	width: 100%;
}
.mainbook-right h3 {
	font-size: 2em;
	font-weight: 400;
	color: #8c478c;
	margin: 0px 0px 10px 0px;
	font-family:'Viga-Regular';
}
.mainbook-right h4 {
	font-size: 1.3em;
	font-weight: 400;
	color: #0071a9;
	margin: 0px 0px 20px 0px;
	font-family:'Viga-Regular';
}
.mainbook-right p {
	font-size: 0.95em;
	font-weight: 500;
	color: #111111;
	line-height: 1.8em;
	margin: 0px 0px 13px 0px;
}
.chap-outer {
  padding: 2em 0em 4em 0em;
}
.chapters-top {
  text-align: center;
  width: 72%;
  margin: 0em auto 0em;
  padding: 0.5em 0em 2em 0em;
  color: #333333;
  font-weight: 500;
}  
.chapters-top h3 {
  font-size: 3.3em;
  color: #0071a9;
  margin: 0px 0px 15px 0px;
  font-family:'Viga-Regular';
}
.chapters-top p {
  font-size: 1.1em;
  width: 90%;
  line-height: 1.8em;
  margin: 0 auto 0.5em;
}
.chapters {
  text-align: left;
}
.chapters h4 {
	font-size: 1.5em;
	font-weight: 400;
	color: #8c478c;
	margin: 0em 0em 0.6em 0em;
	font-family:'Viga-Regular';
}
.chapters p {
  font-size: 0.95em;
  font-weight: 500;
  width: 90%;
  color: #000;
  line-height: 1.5em;
  margin: 0em 0em 1em 0em;
}
.chapters ul {
	list-style: none;
	padding:0px;
}
.chapters ul li {
	margin: 10px 0px;
}
.chapters ul li a {
	font-size: 0.95em;
	font-weight: 500;
	color: #000;
	background: url(../images/dot.png)no-repeat;
	padding: 0px 0px 0px 20px;
}
.chapters ul li a:hover{
	text-decoration: underline;
	color:#0071a9;
}
.chapter-thumbnails {
  padding: 0em 1.8em 2em 0em;
  text-align: center;
}
.chapter-thumbnails img {
	width: 100%;
	margin-top: 0.6em;
}
.chapter-block {
  padding: 0em 1.8em 2.2em 0em;
}
.chapter-block li img {
  width: auto;
}
/*--books end here--*/
/*--blog start here--*/
.blog {
  padding: 0em 0em 0em 0em;
}
.blog-main {
  padding: 2em 0em 0em 0em;
}
.blog-picture {
  margin: 0;
  padding: 0em 1.1em 2em 2em;
}
.blog-picture img {
  width: 100%;
}
.blog-item {
  margin: 0;
  padding: 0em 2em 2.5em 1.1em;
}
.blog-main h3 {
  font-size: 1.7em;
  font-weight: 400;
  margin: 0px 0px 10px 0px;
  font-family:'Viga-Regular';
}
.blog-main a {
  color: #333333;
}
.blog-main p {
  font-size: 0.95em;
  font-weight: 500;
  color: #333333;
  line-height: 1.8em;
  margin: 0em 0em 1em 0em;
}
.blog-button a {
  text-align: center;
  font-size: 1em;
  font-weight: 400;
  color: #fff;
  padding: 0.51em 0em 0.51em 0em;
  display: block;
  background: #8c478c;
  width: 7em;
}
.blog-button a:hover {
  text-decoration:none;
  background: #0071a9;
}
.load-more {
  margin: 0 auto;
  width: 250px; 
  padding: 0em 1em 2.5em 1em;
}
.load-more-button a {
  text-align: center;
  font-size: 1em;
  font-weight: 400;
  color: #fff;
  padding: 0.51em 0em 0.51em 0em;
  display: block;
  background: #0071a9;
  width: 13em;
}
.load-more-button a:hover {
  text-decoration:none;
  background: #8c478c;
}
/*--blog end here--*/
/*--single--*/
.single-banner {
  margin: 0;
}
.single {
  width: 60%;
  padding: 0em 0em 3em 0em;
  margin: 0em auto 0em;
}
.single h2 {
  font-size: 2.5em;
  color: #666666;
  font-family: 'Viga-Regular';
  margin: 1em 0em 0.2em 0em;
}
.single h3 {
  font-size: 1.8em;
  color: #0071a9;
  font-family: 'Viga-Regular';
  margin: 0em 0em 1.2em 0em;
}
.single h4 {
  font-size: 1.5em;
  color: #8c478c;
  font-family: 'Viga-Regular';
  margin: 1em 0em 0.6em 0em;
}
.single h5{
  color: #222222;
  font-size: 1.15em;
  font-weight: 700;
  margin: 1.5em 0em 1.2em 0em;
}
.single h6{
  color: #222222;
  font-style: italic;
  font-size: 1em;
  font-weight: 700;
  margin: 1.4em 0em 1em 0em;
}
.new-part {
  color: #666666;
}
.single p {
  color: #222222;
  font-family: 'Roboto Slab', serif;
  font-size: 0.95em;
  line-height: 1.7em;
  margin: 0em 0em 1em 0em;
}
.single p img {
  width: 31em;
  margin: 0.2em 0em 0.6em 0em;
}
.single li img {
  width: 31em;
}
.illustrated-list li {
  padding: 0em 0em 2em 0em;
}	
.timeshare-text p img {
  width: 34em;
}
.design-doc p img {
  width: 100%;
  padding: 0.5em 0.5em 0.2em 0.5em;
}
.slim-doc p img {
  width: 40em;
  padding: 0.5em 0.5em 0.2em 0.5em;
}
.single-wide p img {
  width: auto;
}
.single-very-wide p img {
  width: auto;
}
.single-small p img {
  width: auto;
}
span.single-small2 img {
  width: auto;
}
.tiny-image p img {
  width: auto;
}
.single p a {
  color: #0071a9;
}
.single em {
  font-weight: 600;
}
.single li {
  color: #222222;
  font-family: 'Roboto Slab', serif;
  font-size: 0.95em;
  line-height: 1.7em;
  margin: 0em 0em 0.9em 0em;
}
.tight-list li {
  line-height: 1.3em;
}
.no-bullets li {
  list-style-type: none;
}
.lettered-list {
  list-style-type: lower-alpha;
}
.animal-list {
  padding: 0 0 0 3em;
  margin: 0 auto 0;
}
.animal-list ul {
  padding: 0;
  margin: 0;
}
.illustration-columns {
  text-align: center;
  margin: 0 0 1.5em 0;
}
.illustration-columns h5 {
  color: #222222;
  font-size: 1.6em;
  font-weight: 700;
  margin: 0.5em 0em 1em 0em;
}
.illustration-columns img {
  width: 100%;
  padding: 0 0 1.5em 0;
}
.single table,tr,th,td {
  border: 1px solid #999;
  margin: 0 0 1.5em 0;
}
.single th {
  padding: 4px 7px 4px 7px;
  color: #fff;
  background: #17365d;
}
.single td {
  padding: 3px 7px 3px 7px;
  color: #222222;
  font-family: 'Roboto Slab', serif;
  font-size: 0.95em;
}
table.no-borders {
  border: none;
  margin-left: 2em;
  vertical-align: top;
}
table.no-borders tr, table.no-borders td {
  border: none;
  vertical-align: top;
}
.column1 {
  width: 30%;
}
.paired-images {
  margin: 1em 0 1em 0;
  padding: 0;
}
.paired-images img {
  float: left;
  margin: 0;
  padding: 1em 0.5em 1em 0.5em;
  width: 50%;
}
.paired-images p {
  font-weight: 600;
  margin-top: 0;
  padding: 0 0 3px 10px;
}
hr {
  border: 1px solid #999;
  margin: 35px 0 25px 0;
}
.next-chapter {
  margin: 2em 0em 2em 0em;
}
.next-story h3 {
  margin: 1.2em 0em 0.7em 0em;
}
.next-story h4 {
  font-size: 1.2em;
}
.next-story img {
  width: 60%;
  margin: 0em 0em 0.9em 0em;
}
.source {
  margin: 0;
  padding: 0;
}
.source p {
  margin: 0;
  padding: 1px 0 0 0;
  font-size: 0.8em;
}
.source p img {
  width: 34em;
  margin: 0;
  padding: 0;
}
.source2 {
  margin: 0.5em 0 1em 0;
  padding: 0;
}
.source2 p {
  margin: 0;
  padding: 1px 0 0 0;
  font-size: 0.8em;
}
.source2 p img {
  width: 36em;
  margin: 0.2em 0em 0.1em 0em;
}
.captioned-image {
  margin: 0.5em 0 1em 0;
  padding: 0;
}
.captioned-image p {
  margin: 0;
  padding: 2px 0 3px 0;
  font-family: 'Viga-Regular';
  font-weight: 300;
  font-size: 0.9em;
}
.captioned-image p img {
  width: 40em;
  margin: 0.4em 0em 0em 0em;
}
.smaller-image p img {
  width: 26em;
  margin: 0 0 0 5em;
}
.meme-wide p img {
  width: 43em;
}
p.preso-title {
  font-size: 1.6em;
  font-weight: 500;
  color: #0071a9;
  font-family: 'Viga-Regular';
  margin: 0;
  line-height: 0.9em;
}
p.preso-subtitle {
  font-size: 1.15em;
  font-weight: 500;
  color: #222222;
  font-family: 'Viga-Regular';
  margin: 0;
}
p.preso-name {
  font-size: 1.2em;
  font-weight: 500;
  color: #8c478c;
  font-family: 'Viga-Regular';
  margin: 0;
}
table.indent {
  margin-left: 60px;
}
p.indent, ol.indent, h5.indent, h6.indent {
  margin-left: 50px;
}
ol.roman-numerals {
  list-style-type: upper-roman;
}  
.next-chapter img {
  padding: 5px 0 0 0 ;
  float: left;
}
.next-chapter a {
  margin: 0;
  font-size: 1.4em;
  color: #8c478c;
  font-family: 'Viga-Regular';
}
.comment-bottom h3 {
  font-size: 2.3em;
  color: #0071a9;
  font-family: 'Viga-Regular';
  margin: 0.5em 0em 0.5em 0em;
}
.comment-bottom {
  border-top: 1px solid #999;
}
.comment-bottom input[type="text"],.comment-bottom textarea {
	width: 100%;
	padding: 1em;
	margin: 0.5em 0;
	background: none;
	outline: none;
	border: 1px solid #A09F9F;
	font-size: 1em;
	color: #555555;
	-webkit-appearance: none;
}
.comment-bottom textarea {
	resize: none;
	min-height: 180px;
}
.comment-bottom input[type="submit"] {
	width: 11%;
	font-size: 1.1em;
	background:#8c478c;
	padding: 0.4em 0.8em;
	text-align: center;
	color: #fff;
	border: none;
	outline:none;
	-webkit-appearance: none;
}
.comment-bottom input[type="submit"]:hover {
	background:#0071a9;
	transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
/*--single end here--*/
/*--stickler start here--*/
.stickler {
  width: 80%;
  padding: 0em 0em 0em 0em;
  margin: 0em auto 0em;
}
.stickler h2 {
  font-size: 1.6em;
  color: #8c478c;
  font-family: 'Viga-Regular';
	margin: 1.2em 0 0.5em 0;
}
.stickler p {
  color: #222222;
  font-size: 0.95em;
  line-height: 1.7em;
  margin: 0em 0em 1.6em 0em;
}
.stickler img {
	width: 100%;
	margin: 1.6em 0 1.6em 0;
}
.chapter-number {
	color: #222222
}
.where-to-buy {
  width: 50%;
  padding: 0em 0em 0em 0em;
  margin: 2em auto 0em;
}
.where-to-buy h3 {
  font-size: 2em;
  font-weight: 300;
  color: #000;
  margin: 0px 0px 10px 0px;
  font-family:'Viga-Regular';
}
.where-to-buy p {
  color: #111111;
  font-size: 0.95em;
  line-height: 1.7em;
  margin: 0.5em 0em 0.4em 0em;
}
.where-to-buy li {
  color: #111111;
  font-size: 0.95em;
  line-height: 1.7em;
  margin: 0em 0em 0.25em 0em;
}
/*--stickler end here--*/
/*--services start here--*/
.services {
  padding: 0em 0em 0em 0em;
}
.services-top {
  background:#0071a9;
  text-align: center;
  padding: 1.2em 1em 1.2em 1em;
  margin: 0em 0em 0.3em 0em;
}
.services-top h3 {
  font-size: 2.5em;
  font-weight: 400;
  color: #ffffff;
  margin: 2px 0px 18px 0px;
  font-family:'Viga-Regular';
}
.services-top p {
  text-align: left;
  font-size: 0.95em;
  font-weight: 400;
  width: 35em;
  color: #ffffff;
  line-height: 1.8em;
  margin: 0 auto 0.6em;
}
.main-serv-grid h4 {
  font-size: 1.1em;
  font-weight: 400;
  color: #000;
  margin: 1.2em 0em 0.5em 0em ;
  font-family:'Viga-Regular';
}
.main-serv-grid p {
  font-size: 0.95em;
  font-weight: 400;
  color: #7C7C7C;
  line-height: 1.8em;
}
.other-serv {
  padding: 6.5em 0em 1em 0em;
}
.other-serv h3 {
  font-size: 2em;
  font-weight: 300;
  color: #000;
  margin: 0px 0px 15px 13px;
  font-family:'Viga-Regular';
}
.other-serv-grid h4 {
  font-size: 1.25em;
  font-weight: 400;
  color: #8c478c;
  margin: 0.5em 0em 0.3em 0em;
  font-family:'Viga-Regular';
}
.other-serv-grid p {
  font-size: 0.95em;
  font-weight: 400;
  color: #7C7C7C;
  line-height: 1.8em;
  margin: 0em 0em 2.5em 0em;
}
.other-serv-grid img {
  width: 90%;
  margin: 0em 0em 1.7em 0em;
}
/*--services end here--*/
/*--typo--*/
.page {
  background-color: #fff;
  margin: 4em 0;
}
.page-header h3{
	font-size: 3em;
	color:#000;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: none;
}
.grid1 {
  margin: 1.5em 0 0;
}
ul.nav.nav-pills {
  margin: 1.5em 0 0;
}
.grid2{
	margin: 1em 0 0;
}
h3.typo1 {
    font-size: 2.5em;
  color: #8c478c;
  text-align: center;
   font-family:'Viga-Regular';
}
/*--//typo--*/
/*--gallery start here--*/
.gallery-top {
  padding: 0em 0em 3em 0em;
  text-align: center;
}
.gallery-top h3 {
  font-size: 2.5em;
  font-weight: 400;
  color: #8c478c;
  margin: 0px 0px 15px 0px;
  font-family:'Viga-Regular';
}
.gallery-top p {
  font-size: 0.95em;
  font-weight: 400;
  color: #7C7C7C;
  line-height: 1.8em;
  margin: 0 auto 0em;
  width: 60%;
}
.gallery-main {
  padding: 1.5em 0em 2em 0em;
}
.gallery-main p {
	font-size: 0.95em;
	font-weight: 400;
	color: #333333;
	line-height: 1.4em;
	margin: 0px 0px 11px 0px;
}
.gallery-cell {
  float: left;
  margin: 0em 0.75em 1.3em 0em;
}
.gallery-cell img {
  height: 15em;
}
.gallery-xlinks {
	padding-bottom: 4em;
}
.gallery-xlinks h3 {
	font-size: 2.5em;
	font-weight: 500;
	color: #000;
	margin: 0px 0px 12px 13px;
	font-family:'Viga-Regular';
}
/*--light-box--*/
.project-eff:hover span.rollover1 {
	cursor: pointer;
	height: 253px;
     width: 350px;
	display: block;
	position: absolute;
	z-index: -9999px;
	-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;
}
.project-eff{
	-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;
	position:relative;
}
/*--//gallery end here--*/
/*--contact start here--*/
.contact-infom {
  padding: 2em 0em 0em 0em;
}
.contact-infom h4 {
  color: #333;
  font-size: 1.8em;
  font-weight: 500;
  margin: 0 0 0.8em 0;
  font-family:'Viga-Regular';
}
.contact-infom p {
  	color: #555555;
  	margin: 0 0 1.5em 0;
  	text-align: left;
  	font-size: 1em;
  	line-height: 1.8em;
}
.contact-form {
  	margin: 2em 0;
}
.contact-form input[type="text"] {
	display: inline-block;
	background: none;
	border: 1px solid #A3A1A1;
	width: 32.1%;
	margin: 0 0 1.5em 0;
	outline: none;
	font-size: 1em;
	color: #555555;
	font-weight: 400;
	padding: 10px 15px 10px 15px;
}
.contact-form input[type="email"] {
	display: inline-block;
	background: none;
	border: 1px solid #A3A1A1;
	width: 32.5%;
	margin: 0 1em 1em 1em;
	outline: none;
	font-size: 1em;
	color: #555555;
	font-weight: 400;
	padding: 10px 15px 10px 15px;
}
.contact-form textarea {
	background: none;
	border: 1px solid #A3A1A1;
	width: 100%;
	display: block;
	height: 150px;
	outline: none;
	font-size: 1em;
	color: #555555;
	font-weight: 400;
	resize: none;
	padding: 10px 15px 10px 15px;
}
.contact-form input[type="submit"]{
	background: #0071a9;
	border: 1px solid #0071a9;
	padding: .6em 0;
	width: 14%;
	margin-top: 2em;
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	letter-spacing: 1px;
	outline: none;
	transition: .5s all;
}
.contact-form input[type="submit"]:hover{
	color: #8c478c;
	border: 1px solid #8c478c;
  background: none;
}
/*--//contact--*/
@media(max-width:1440px){
	
}
@media(max-width:1366px){
	
}
@media(max-width:1279px){
.top-navg ul.res li a {
	padding: 1em 2em 1em 2em;
}
}
@media(max-width:1199px){
/* This is the first breakpoint in the width of the page content. */
.gallery-main {
  padding: 1.2em 0em 1.8em 0em;
}
.gallery-cell {
  margin: 0em 0.6em 1.1em 0em;
}
.gallery-cell img {
  height: 12.3em;
}
/*--books--*/
.chapters-top {
  width: 90%;
}
.chapter-thumbnails img {
  width: 4.5em;
}
.stickler {
  width: 85%;
}
/*--single--*/
.single {
  width: 72%;
}
}
@media(max-width:1023px){
.top-navg ul.res li a {
	padding: 1em 1.5em 1em 1.5em;
}
.banner-main {
	width: 60%;
    padding: 2em 1em 2em 1em;	
}
/*--about--*/
.about-right ul li {
	margin: 9px 0px;
	font-size: 0.9em;
	line-height: 1.5em;
	padding: 0px 0px 0px 28px;
}
/*--books--*/
.mainbook-right h3 {
	font-size: 1.7em;
}
.mainbook-right h4 {
	font-size: 1.1em;
}
.mainbook-right p {
	font-size: 0.85em;
}
.stickler {
  width: 90%;
}
.team-main h3 {
  font-size: 2.2em;
}
.main-serv-grid h4 {
  font-size: 1em;
}
.latest-grid {
  float: left;
  width: 50%;
  margin: 0em 0em 2em 0em;
}
.latest-grid p {
  padding: 0.5em 0.4em 0.5em 0.4em;
  font-size: 1.1em;
}
.ser-btn a {
  width: 46%;
}
.project-eff:hover span.rollover1 {
  height: 205px;
  width: 283px;
}
.contact-form input[type="email"] {
  margin: 0 0.75em 1em 0.75em;
}
.ftr-grd h3 {
  font-size: 1.8em;
}
.other-serv-grid img {
  width: 95%;
  margin: 0em 0em 1.5em 0em;
}
.other-serv-grid h4 {
  font-size: 1.1em;
}
.gallery-main p {
	font-size: 0.9em;
	margin: 0px 0px 10px 0px;
}
.gallery-cell {
  margin: 0em 0.5em 0.85em 0em;
}
}
@media(max-width:992px){
.chap-outer {
  padding: 1em 0em 2em 0em;
}
}
@media(max-width:991px){
/* This is the second breakpoint in the width of the page content. */
.top-navg ul.res li a {
	padding: 1em 1.25em 1em 1.25em;
}
.book-icon {
  display: none;
}
.book-cover img {
  width: 100%;
  max-width: 360px;
}
.blog-picture {
  margin: 0;
  padding: 0em 1em 2em 0em;
}
.blog-item {
  margin: 0;
  padding: 0em 0em 2.5em 1em;
}
.blog-main h3 {
  font-size: 1.5em;
}
.blog-main p {
  font-size: 0.9em;
}
.gallery-main {
  padding: 1em 0em 1.5em 0em;
}
.gallery-main p {
	font-size: 0.85em;
	margin: 0px 0px 9px 0px;
}
.gallery-cell {
  margin: 0em 0.5em 0.75em 0em;
}
.gallery-cell img {
  height: 9.4em;
}
/*--books--*/
.chapters-top h3 {
  font-size: 3em;
  margin: 0px 0px 13px 0px;
}
.chapters-top p {
  font-size: 1em;
  width: 95%;
  line-height: 1.7em;
}
.stickler {
  width: 100%;
}
.where-to-buy {
  width: 65%;
}
/*--single--*/
.single {
  width: 100%;
  padding: 0em 1em 3em 1em;
}
.other-serv-grid img {
  width: 100%;
}
.other-serv-grid h4 {
  font-size: 1em;
}
}
@media(max-width:767px){
/* This is the breakpoint where the top nav and most of the remaining columns disappear. */
span.menu{
  display: block;
  text-align: center;
  padding: 0px 0px 0px 0px;
  cursor: pointer;
  color: #E74C3C;
  font-size: 1.2em;
  font-weight: 700;
  position: relative;
}
.top-navg ul.res {
  display: none;
  padding: 0;
  margin: 0.3em 0em 0em 0em;
  z-index: 9999;
  position: absolute;
  width: 100%;
  left: 0;
}
.top-navg ul.res li{
  display: block;
  text-align: center;
  background: #dd4a00;
  margin: 0em auto 0em;
  width: 18em;
  padding: 0em;
  border-bottom: 1px solid #fff;
}
.top-navg ul.res li a {
  font-size: 1.2em;
  padding: 0.6em 0;
  color: #fff;
  display: block;
  border: none;
  text-align: center;
  margin: 0em;
}
.top-navg ul.res li a.active {
  color: #ff0;
}
.top-navg ul.res li a:hover {
  color: #fff;
}
.top-navg {
  padding: 1em 0em 1em 0em;
}
.banner-main {
  background: #0071a9;
  padding: 1.5em 1em 1.5em 1em;
  width: 70%;
}
.banner-main h3 {
  font-size: 1.7em;
  padding-bottom: 0em;
}
.bann-button a {
  margin: 0.6em 0em 0em 0em;
}
.bann-info {
  width: 540px;
  margin: 0 auto 0 auto;
  padding: 0em;
}
.bann-grid {
  margin: 1em 0em 1em 0em;
}
.bann-grid img {
  margin: 2em 0em 0em 0em;
  width: 30em;
}
.we-do {
  width: 540px;
  margin: 0 auto 0 auto;
  padding: 1em 0em 0em 0em;
}
.wedo-grid {
  margin: 0em 0em 1em 0em;
}
.wedo-grid h3 {
  font-size: 1.6em;
  margin: 0.2em 0em 0.3em 0em;
}
.header-position {
  text-align: center;
}
.wedo-grid p {
  margin: 0em 0em 0em 0em;
}
.wedo-grid h4 {
  font-size: 1em;
  margin: 0.3em 0em 0.2em 0em;
}
.wedo-grid a {
  padding: 0.5em 0em 0em 0em;
}
.promo-strip-main {
  padding: 2.5em 0em 2em 0em;
}
.promo-strip-main p {
  width: 80%;
}
.promo-strip-main a {
  font-size: 0.9em;
}
.latest-new {
  padding: 3em 0em 1em 0em;
}
.latest-grid {
  padding: 0px 5px 0px 5px;
  margin: 0em 0em 1em 0em;
}
.latest-grid p {
  font-size: 0.9em;
}
.ftr-grd {
  float: left;
  width: 33.1%;
}
.ftr-grd h3 {
  font-size: 1.45em;
}
.ftr-grd p {
  font-size: 0.9em;
}
.ftr-grd input[type="submit"] {
  font-size: 0.9em;
  padding: 0.4em 1em 0.4em 1em;
}
.banner-two {
  min-height: 180px;
}
/*--landing page--*/
.landing-page-top h1 {
  font-size: 2em;
}
.landing-page-top h3 {
  font-size: 2em;
}
.landing-page-top p {
  width: 80%;
}
/*--about--*/
.about-right {
  padding: 0;
}
.about-right ul li {
	margin: 8px 0px;
	font-size: 0.85em;
	padding: 0px 0px 0px 25px;
}
.promo-photos img {
	width: 40%;
}
/*--books--*/
.mainbook-left {
	margin: 0em 0em 2em 0em;
}
.mainbook-left img {
	width: 25em;
}
.mainbook-right h3 {
	font-size: 2em;
}
.mainbook-right h4 {
	font-size: 1.3em;
}
.mainbook-right p {
	font-size: 0.85em;
}
.chapter-list {
  margin: 0;
  padding: 0;
}
.chapter-thumbnails {
  padding: 0em 0em 1em 0em;
}
.chapter-block {
  padding: 0em 0em 2em 2em;
}
.stickler {
  width: 80%;
}
.where-to-buy {
  width: 80%;
}
/*--blog--*/
.blog-picture {
  padding: 0em 2em 2em 2em;
}
.blog-picture img {
  width: 33em;
}
.blog-item {
  padding: 0em 3em 2.5em 2em;
}
.blog-main h3 {
  font-size: 1.7em;
}
.blog-main p {
  font-size: 0.95em;
}
/*--services--*/
.main-serv-grid {
  float: left;
  width: 50%;
  margin: 0em 0em 2em 0em;
}
.ser-btn a {
  width: 30%;
}
.services-top h3 {
  font-size: 2em;
}
.services-top p {
  width: 80%;
}
.col-xs-4 {
  padding: 0em 0.5em 0em 0em;
  margin: 0em 0em 0em 0em;
}
.other-serv {
  padding: 1.6em 0em 0em 0em;
  margin: 0em 0em 1em 0em;
}
.other-serv-grid p {
  font-size: 0.9em;
  margin: 0em 0em 1.5em 0em;
}
.other-serv-grid img {
	width: 100%;
}
.other-serv-grid h4 {
  font-size: 0.9em;
}
.other-serv h3 {
  font-size: 1.7em;
    margin: 0px 0px 10px 0px;
}
/*--typo--*/
.page {
  margin: 2em 0;
}
h3.typo1 {
  font-size: 2em;
}
h1.grid2 {
  font-size: 2.3em;
}	
.contact-bottom input[type="text"] {
  padding: 0.5em;
}	
/*--single--*/
.single-very-wide p img {
  width: 100%;
}
.design-doc p img, .slim-doc p img {
  padding: 0.4em 0 0.15em 0;
  width: 100%;
}
.illustrated-list li {
  padding: 0em 0em 1.5em 0em;
}	
.illustration-columns {
  padding: 0;
}
.illustration-columns img {
  width: 28em;
}
p.preso-title {
  font-size: 1.35em;
}
.comment-bottom input[type="submit"] {
  width: 13%;
}
.comments-top h3, .comment-bottom h3 {
  font-size: 2em;
}
/*--gallery--*/
.gallery-top h3 {
  font-size: 2em;
}
.gallery-top p {
  width: 75%;
}
.gallery-cell {
  margin: 0em 0.5em 0.5em 0em;
}
.project-eff:hover span.rollover1 {
  height: 151px;
  width: 210px;
}
/*--contact--*/
.contact {
  padding: 2em 0em 0em 0em;
}
.contact-top h3 {
  font-size: 2em;
}
.map iframe {
  height: 250px;
}
.contact-form input[type="email"] {
  margin: 0 0.52em 1em 0.52em;
}
}
@media(max-width:639px){
.banner-main {
  width: 80%;
}
.banner-main h3 {
  font-size: 1.5em;
}
.banner-main a {
  font-size: 0.9em;
}
.banner-main p {
  font-size: 0.9em;
}
.banner-text {
	padding: 1em 1em 1.5em 1.5em;
	text-align: left;
}
.banner-two {
  min-height: 140px;
}
.bann-info {
  width: 100%;
}
.we-do {
  width: 100%;
}
.promo-strip {
  min-height: 265px;
}
.promo-strip-main p {
  font-size: 0.9em;
  width: 90%;
}
.copy-right {
  padding: 1em 0em 0em 0em;
}
.footer {
  padding: 2em 0em;
}
/*--landing page--*/
.landing-page-top p {
  font-size: 0.9em;
}
/*--about--*/
.about-left {
  float: none;
  width: 100%;
  padding: 0em 0em 1.5em 0em;
}
.about-left img {
  width: 22em;
  padding: 0em auto 0em;
}
.about-right {
  width: 100%;
  padding: 0;
}
.about-right ul li {
  margin: 10px 0px;
  font-size: 0.95em;
  line-height: 1.7em;
  padding: 0px 0px 0px 30px;
}
.promo-photos img {
	width: 45%;
}
/*--books--*/
.mainbook-left {
	margin: 0em 0em 1.5em 0em;
	padding: 0;
}
.mainbook-right {
	margin: 0;
	padding: 0;
}
.chapters-top {
    width: 100%;
}
.chapters-top h3 {
  font-size: 2.7em;
  margin: 0px 0px 12px 0px;
}
.chapters-top p {
  width: 90%;
}
.chapters h4 {
  font-size: 1.4em;
}
.chapters p {
  font-size: 0.9em;
}
.chapters ul li a {
  font-size: 0.9em;
}
.stickler {
  width: 100%;
}
.where-to-buy {
  width: 100%;
}
/*--blog--*/
.blog-picture {
  padding: 0em 1em 1em 1em;
}
.blog-picture img {
  width: 100%;
}
.blog-item {
  padding: 0em 1em 1.5em 1em;
}
/*--services--*/
.services-top p {
  font-size: 0.9em;
}
.main-serv-grid {
  width: 49%;
}
.ser-btn a {
  width: 35%;
}
.ser-btn a {
  font-size: 0.85em;
  padding: 0.5em 0em;
}
.other-serv-grid h4 {
  font-size: 0.915em;
}
/*--typo--*/
button.btn.btn-lg {
  font-size: 1.1em;
}
h1.grid2 {
  font-size: 2em;
}
h2.grid2 {
  font-size: 1.9em;
}
h3.typo1 {
  font-size: 2.5em;
}
.page {
  margin: 2em 0;
}	
/*--single--*/
.single h2 {
  font-size: 1.8em;
}
.single h3 {
  font-size: 1.5em;
}
.single h4 {
  font-size: 1.2em;
}
.single h5{
  font-size: 1em;
}
.single h6{
  font-size: 0.9em;
}
.single li{
  font-size: 0.85em;
}
.single ol {
  padding-left: 1em;
}
.single ul {
  padding-left: 1em;
}
.single p {
  font-size: 0.9em;
}
.single td {
  font-size: 0.85em;
}
.single th {
  font-size: 0.95em;
}
.single p img {
  width: 90%;
}
.single li img {
  width: 90%;
}
.smaller-image p img {
  width: 26em;
  margin: 0;
}
.single-wide p img {
  width: 100%;
}
.single-very-wide p img {
  width: 100%;
}
.timeshare-text p img {
  width: 100%;
}
.single-small p img {
  width: auto;
}
span.single-small2 img {
  width: auto;
}
.design-doc p img, slim-doc p img {
  width: 100%;
}
.tiny-image p img {
  width: auto;
}
table.no-borders {
  margin: 0 0 1em 1em;
}
.animal-list {
  padding: 0;
}
.source p {
  font-size: 0.75em;
}
.source2 p {
  font-size: 0.75em;
}
.captioned-image p {
  font-size: 0.85em;
  line-height: 1.4em;
}
.captioned-image p img {
  width: 100%;
}
.illustration-columns h5 {
  font-size: 1.6em;
}
.illustration-columns img {
  width: 90%;
}
.paired-images img {
  padding: 0.6em 0.2em 0.6em 0.2em;
}
.next-chapter img {
  padding: 4px 0 0 0 ;
}
.next-chapter a {
  font-size: 1.3em;
}
p.preso-title {
  font-size: 1.05em;
}
.comment-bottom h3 {
  font-size: 2.4em;
}
.comment-bottom input[type="submit"] {
  width: 17%;
}
/*--gallery--*/
.project-eff:hover span.rollover1 {
  height: 135px;
  width: 187px;
}
.gallery-top p {
  width: 100%;
}
.gallery-top {
  padding: 0em 0em 2em 0em;
}
/*--contact--*/
.contact-top p {
  width: 100%;
}
.contact-form input[type="email"] {
  margin: 0 0.3em 1em 0.3em;
}
}
@media(max-width:479px){
span.ph-numb {
  font-size: 0.85em;
}
.head-left p {
  font-size: 0.8em;
}
.search {
  width: 40%;
  margin-top: 0.4em;
}
.logo h1 {
  font-size: 2em;
}
#loginContainer a span {
  padding: 4px 18px;
  font-size: 1em;
}
.banner {
  padding: 2em 0em 2em 0em;
}
.banner-main h3 {
  font-size: 1.3em;
}
.banner-main p {
  font-size: 0.8em;
    margin: 0.3em 0em 0em 0em;
}
.banner-main {
  padding: 1em 1em 1em 1em;
  width: 90%;
}
.banner-main a {
  font-size: 0.8em;
  margin: 0.5em auto 0em;
}
.book-icon {
  margin: 1em auto 0em;
}
.book-cover img {
  width: 100%;
  max-width: 100%;
}
.bann-info {
  padding: 0em 0em 2em 0em;
}
.bann-grid {
  text-align: center;
}
.bann-grid p {
  font-size: 0.85em;
}
.bann-button a {
  font-size: 0.8em;
  margin: 0.6em auto 0em;
}
.wedo-grid {
  text-align: center;
  margin: 0em 0em 2em 0em;
}
.wedo-grid p {
  font-size: 0.9em;
}
.promo-strip {
  min-height: 240px;
}
.promo-strip-main {
  padding: 2em 0em 1.5em 0em;
}
.promo-strip-main h3 {
  font-size: 1.19em;
}
.promo-strip-main p {
  font-size: 0.8em;
  width: 98%;
}
.promo-strip-main a {
  font-size: 0.8em;
}
.latest-new {
  padding: 2.5em 0em 0.5em 0em;
}
.latest-grid {
  float: none;
  width: 100%;
  padding: 0px;
  margin: 0em 0em 2em 0em;
}
.latest-grid p {
  font-size: 1em;
}
.copy-right p {
  font-size: 0.9em;
}
.banner-two {
  min-height: 110px;
}
.phone {
  width: 55%;
}
/*--landing page--*/
.landing-page-top p {
  font-size: 0.85em;
  width: 90%;
}
/*--about--*/
.about-left img {
	width: 100%;
}
.about-right h3 {
	font-size: 1.6em;
	margin: 0px 0px 8px 0px;
}
.about-right h4 {
	font-size: 1.1em;
	margin: 0px 0px 15px 0px;
}
.about-right ul li {
	margin: 8px 0px;
	font-size: 0.8em;
	padding: 0px 0px 0px 25px;
}
/*--books--*/
.mainbook-left img {
	width: 100%;
}
.mainbook-right h3 {
	font-size: 1.7em;
}
.mainbook-right h4 {
	font-size: 1.1em;
}
.mainbook-right p {
	font-size: 0.85em;
}
.chapters-top p {
  width: 100%;
}
.chapters h4 {
  font-size: 1.3em;
}
.chapters p {
  font-size: 0.85em;
}
.chapters ul li a {
  font-size: 0.85em;
}
.chapter-block {
  padding: 0em 0em 2em 0em;
  width: 100%;
}
.chapter-thumbnails {
  display: none;
}
/*--blog--*/
.blog-main {
  padding: 1.5em 0em 0em 0em;
}
.blog-picture {
  padding: 0em 0em 1em 0em;
}
.blog-item {
  padding: 0em 0em 1.5em 0em;
}
.blog-main h3 {
  font-size: 1.4em;
  margin: 0px 0px 8px 0px;
}
.blog-main p {
  font-size: 0.9em;
  line-height: 1.7em;
}
/*--services--*/
.services-top p {
  font-size: 0.85em;
  width: 90%;
}
.main-serv-grid h4 {
  font-size: 0.95em;
}
.main-serv-grid p {
  font-size: 0.8em;
}
.ser-btn a {
  font-size: 0.8em;
  padding: 0.4em 0em;
  width: 43%;
}
.other-serv {
  padding: 0em 0em 2em 0em;
}
.other-serv-grid {
  float: left;
  width: 100%;
}
.other-serv-grid p {
  margin: 0em 0em 1em 0em;
}
/*--typo--*/
.page-header h3 {
  font-size: 2em; 
}
button.btn.btn-lg {
  font-size: 1em;
  padding: 7px;
}
button.btn.btn-1 {
  font-size: 0.9em;
  padding: 8px;
}
button.btn.btn-sm {
  font-size: 0.8em;
  padding: 9px;
}
h1#h1-bootstrap-heading {
  font-size: 2.2em;
}
h2#h2-bootstrap-heading {
  font-size: 2em;
}
h1.grid2 {
  font-size: 1.45em;
}
h2.grid2 {
  font-size: 1.35em;
}
h3.grid2 {
  font-size: 1.3em;
}
h4.grid2 {
  font-size: 1.2em;
}
h3.typo1 {
  font-size: 2em;
}
.page {
  margin: 2em 0;
}		
/*--single--*/
.single {
  padding: 0em 0em 3em 0em;
}
.single p img {
  width: 100%;
}
.single li img {
  width: 100%;
}
.smaller-image p img {
  width: 26em;
}
.single-small p img {
  width: auto;
}
span.single-small2 img {
  width: auto;
}
.tiny-image p img {
  width: auto;
}
.single h2 {
  font-size: 1.3em;
}
.single h3 {
  font-size: 1.2em;
}
.single h4 {
  font-size: 1.1em;
}
.single h5 {
  font-size: 1em;
}
.single h6 {
  font-size: 0.9em;
}
.single li {
  font-size: 0.85em;
}
.single p {
  font-size: 0.85em;
}
.single th {
  font-size: 0.9em;
}
.single td {
  font-size: 0.8em;
}
.wider-table th {
  padding: 1px 4px 4px 1px;
}
.wider-table td {
  font-size: 0.75em;
  padding: 1px 4px 4px 1px;
}
table.no-borders {
  margin: 0 0 0.75em 0.5em;
}
.illustration-columns h5 {
  font-size: 1.4em;
}
.illustration-columns img {
  width: 100%;
}
.source p {
  font-size: 0.7em;
}
.source2 p {
  font-size: 0.7em;
}
.next-chapter img {
  padding: 2px 0 0 0 ;
}
.next-chapter a {
  font-size: 1.1em;
}
p.preso-title {
  font-size: 0.9em;
}
p.indent, ol.indent, h6.indent {
  margin-left: 20px;
}
.comment-bottom input[type="submit"] {
  width: 25%;
}
/*--gallery--*/
.project-eff:hover span.rollover1 {
  height: 150px;
  width: 207px;
}
.gallery-top p {
  font-size: 0.8em;
}
.gallery-cell img {
  width: 100%;
  height: auto;
}
.gallery-xlinks h3 {
  font-size: 1.8em;
  margin: 0px 0px 8px 0px;
}
/*--contact--*/
.contact-top {
  padding: 0em 0em 0em 0em;
}
.contact-top p {
  font-size: 0.85em;
}
.contact-form input[type="email"] {
  margin: 0 0em 1em 0em;
  width: 100%;
}
.contact-form input[type="text"] {
  width: 100%;
  margin: 0 0 1em 0;
}
.contact-form input[type="submit"] {
  padding: .4em 0;
  width: 23%;
  font-size: 15px;
}
}
