/*  GRID LAYOUT  */

/*  PAGE SETTINGS */

body {
	font-family: "Open Sans", "Open Sans Bold", Arial, "Arial Bold", Helvetica;
	font-size: 14px;
	color: #000;
	background-color: #e3edf2;
}

p {
  margin-top: 0em;
  margin-bottom: 1em;
}

#quotes {
	font-family: "Open Sans", "Open Sans Bold", Arial, "Arial Bold", Helvetica;
	font-size: 12px;
	color: #b84d9d;
	font-style:oblique;
}
	
#details {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  border-bottom:1px solid #e1edf7;
}

#heading {
  padding: 2%;
  color: #ffffff;
  background: #0fb1f2;
  font-size: 2.2em;
  text-align: center;
}

h1 {
	font-size: 24px;
	color: #b84d9d;
	padding-top:10px;
	padding-bottom:10px;
}

@media only screen and (max-width: 480px) {
	h1 {
	font-size: 18px;
	color: #b84d9d;
	padding-top:5px;
	padding-bottom:5px;
}
}

h2 {
	font-size: 18px;
	color: #b84d9d;
	text-align: left;
	padding-top:10px;
	padding-bottom:10px;
}
h2.center {
	font-size: 18px;
	color: #b84d9d;
	text-align: center;
}
h3 {
	font-size: 16px;
	color: #b84d9d;
}

h4 {
	font-size: 14px;
	color: #b84d9d;
}

h5 {
	font-size: 18px;
	color: #FFF;
}
a:link {
	text-decoration: none;
	color: #b84d9d;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #4368b1;
}
a:active {
	text-decoration: none;
	text-align: left;
	color: #4368b1;
	font-weight: bold;
}

.center {
	text-align: center;
}

.booktitles {
    font-size: 18px;
    color: #b84d9d;
    text-align: left;
}

@media only screen and (max-width: 480px) {
	.booktitles {
	font-size: 14px;
	color: #b84d9d;
	padding-top: 4px;
	padding-bottom: 2px;
}
}

.cat_bt {
	text-align: left;
	margin:0px;
	padding:0px;
}

.imgpad {
	padding:2px;
}

.responsive-image{
        height:auto;
        width:100%;
    }
	
img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
	
/*  SECTIONS  */

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
	width: 90%;
	background: #FFF;
}

.sectionfull {
	clear: both;
	padding: 0px;
	margin: 0px;
	width: 100%;
	background: #FFF;
}

.sectionblue {
	clear: both;
	padding: 0px;
	margin: 0px;
	width: 90%;
	background: #b84d9d;
}

.sectiongrey {
	clear: both;
	padding: 0px;
	margin: 0px;
	width: 100%;
	background: #999999;
	text-align:left;
	height:60px;
}

.sectiongrey2 {
	clear: both;
	padding: 0px;
	margin: 0px;
	width: 100%;
	text-align:center;
	height:100%;
	min-height:60px;
	background: #999999; 
}

@media only screen and (max-width: 768px)  {

.sectiongrey2 {
	clear: both;
	padding: 0px;
	margin: 0px;
	width: 100%;
	text-align:center;
	height:100%;
	min-height:50px;
	max-height:105px;
	background: #999999; 
}
}

@media only screen and (max-width: 480px) {
	.sectiongrey2 {
	clear: both;
	padding: 0px;
	margin: 0px;
	width: 100%;
	text-align:center;
	height:100%;
	max-height:45px;
	background: #999999; 
}
}

.sectionpage {
	clear: both;
	padding-bottom: 20px;
	margin: 0px;
	width: 90%;
	background: #FFF;
	text-align:left;
}

.section.group .col.span_1_of_6 a img {
	padding: 2px;
	vertical-align: middle;
	horizontal-align: center;
	margin-left: 20px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child {
	margin-left: 0px;
	font-size: 14px;
	color: #000;
}

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  HEADER GRID  ============================================================================= */
	
.span_logo {
	width: 50%;
	text-align: left; 
	padding: 0px 0px 0px 10px;
}

.span_login {
	width: 40%;
	vertical-align:middle;
	text-align: right;
	padding: 0px;
}

.span_head2 {
	width: 40%;
	vertical-align:middle;
	padding: 22px 10px;
	text-align: center;
}

.span_head3 {
	width: 40%;
	height: 100px;
	vertical-align:bottom;
	padding: 0px 10px 0px 20px;
	text-align: center;
}

/* Landscape */
@media only screen 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {
.span_logo {
	width: 50%;
	text-align: left; 
	padding: 0px 10px 0px 0px;
}

.span_login {
	width: 40%;
	text-align: right;
}
.span_head2 {
	width: 30%;
	vertical-align:middle;
	padding: 22px 10px;
	text-align: center;
}
.span_head3 {
	width: 40%;
	height: 100px;
	vertical-align:bottom;
	padding: 0px 10px 0px 20px;
	text-align: center;
}
}

@media only screen 
	and (max-width: 768px)
	and (orientation: portrait) {
.span_logo {
		width: 50%; 
		text-align: left;
		padding:0px;
	}
	.span_login {
		width: 40%;
		text-align: right;
		padding: 0px;
}
.span_head2 {
	width: 100%;
	vertical-align:middle;
	text-align: center;
}
.span_head3 {
	width: 100%;
	vertical-align:middle;
	padding: 0;
	text-align: center;
}
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.span_logo {
		width: 100%; 
		text-align: center;
		padding:0px;
	}

	
	.span_login {
		width: 100%;
		text-align: center;
		padding: 0px;
}
	.span_head2 {
	width: 100%;
	vertical-align:middle;
	text-align: center;
}
}

/*  MENU GRID   ============================================================================= */

.span_mmenu {
	width: 76%;
	background: #b84d9d;
}

.span_search {
	width: 24%;
	background: #b84d9d;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.span_mmenu {
		width: 100%; 
	}
	.span_search {
		width: 100%; 
	}
}

/* RESPONSIVE MAIN MENU */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 11;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto;
  border-radius: 5px;
  font-family: 'Open Sans', Helvetica, sans-serif;
  background: #b84d9d;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu > ul > li > a {
  padding: 20px 15px;
  font-family: "Open Sans", "Open Sans Bold", Arial, "Arial Bold", Helvetica;
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.active > a {
  color: #000000;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 40px;
  z-index: 12;
}
#cssmenu ul > li.has-sub > a:after {
  content: '';
  position: absolute;
  right: 5px;
  top: 17.5px;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  background: #b84d9d;
  box-shadow: inset 0 -1px 1px #000000, inset 0 2px 1px #FFFFFF;
  background-size: 32px 32px;
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
#cssmenu ul > li.has-sub:hover > a:after {
  background-position: 0 -18px;
}
#cssmenu ul > li.has-sub > a:before {
  content: '';
  position: absolute;
  right: 11px;
  top: 25.5px;
  display: block;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #ffffff;
  z-index: 99;
}
#cssmenu ul > li.has-sub:hover > a:before {
  border-top-color: #ffffff;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  opacity: 0;
  -webkit-transition: top .2s ease, opacity .2s ease;
  -moz-transition: top .2s ease, opacity .2s ease;
  -ms-transition: top .2s ease, opacity .2s ease;
  -o-transition: top .2s ease, opacity .2s ease;
  transition: top .2s ease, opacity .2s ease;
}
#cssmenu > ul > li > ul {
  top: 91px;
  padding-top: 8px;
  border-radius: 8px;
}
#cssmenu > ul > li:hover > ul {
  left: auto;
  top: 51px;
  opacity: 1;
}
#cssmenu.align-right > ul > li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  top: 40px;
}
#cssmenu ul ul > li:hover > ul {
  top: 0;
  left: 178px;
  padding-left: 10px;
  opacity: 1;
}
#cssmenu.align-right ul ul > li:hover > ul {
  left: auto;
  right: 178px;
  padding-left: 0;
  padding-right: 10px;
  opacity: 1;
}
#cssmenu ul ul li a {
  width: 180px;
  padding: 12px 25px;
  font-size: 13px;
  font-weight: 700;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  color: #ffffff;
  text-decoration: none;
  background: #b84d9d;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li > a:hover,
#cssmenu ul ul li.active > a {
  color: #000000;
}
#cssmenu ul ul li:first-child > a {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  box-shadow: inset 0 2px 2px #000000;
}
#cssmenu ul ul li:last-child > a {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: inset 0 -3px 0 #000000, inset 0 -3px 3px #000000, 0 1px 1px rgba(0, 0, 0, 0.03), 0 2px 2px rgba(0, 0, 0, 0.05), 0 2px 3px rgba(0, 0, 0, 0.13);
}
#cssmenu ul ul > li.has-sub > a:after {
  right: 12px;
  top: 9.5px;
  background: #b84d9d;
  box-shadow: inset 0 -1px 1px #000000, inset 0 2px 1px #000000;
  background-size: 36px 36px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
#cssmenu.align-right ul ul > li.has-sub > a:after {
  right: auto;
  left: 12px;
}
#cssmenu ul ul > li.has-sub:hover > a:after {
  background-position: 0 -18px;
}
#cssmenu ul ul > li.has-sub > a:before {
  top: 15.5px;
  right: 16px;
  border-top-color: transparent;
  border-left-color: #ffffff;
}
#cssmenu.align-right ul ul > li.has-sub > a:before {
  top: 15.5px;
  right: auto;
  left: 16px;
  border-top-color: transparent;
  border-right-color: #ffffff;
  border-left-color: transparent;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  border-top-color: transparent;
  border-left-color: #ffffff;
}
#cssmenu.align-right ul ul > li.has-sub:hover > a:before {
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: #ffffff;
}

@media only screen and (max-width: 768px) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul,
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu > ul,
  #cssmenu.align-center > ul,
  #cssmenu > ul > li > ul,
  #cssmenu > ul > li:hover > ul,
  #cssmenu ul ul li:hover > ul,
  #cssmenu ul ul ul li:hover > ul,
  #cssmenu.align-right ul ul,
  #cssmenu.align-right ul ul li:hover > ul,
  #cssmenu.align-right ul ul ul li:hover > ul {
    position: relative;
    left: 0;
    right: auto;
    top: 0;
    width: 100%;
    display: none;
    padding: 0;
    opacity: 1;
    text-align: left;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid #FFF;
  }
  #cssmenu > ul > li > a,
  #cssmenu ul ul li a,
  #cssmenu ul ul li:first-child > a,
  #cssmenu ul ul li:last-child > a {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    background: none;
  }
  #cssmenu ul li a {
    padding-left: 12.5px;
  }
  #cssmenu ul ul li a {
    padding: 14px 25px 14px 27.5px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 42.5px;
  }
  #cssmenu ul ul ul ul li a {
    padding-left: 57.5px;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul li.has-sub > a:after,
  #cssmenu ul ul li.has-sub > a:before {
    display: none;
  }
  #cssmenu #menu-button {
    position: relative;
    display: block;
    padding: 20px;
    padding-left: 12.5px;
    cursor: pointer;
    font-size: 13px;
    color: #ffffff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  #cssmenu .submenu-button {
    position: absolute;
    right: 0;
    display: block;
    width: 53px;
    height: 53px;
    border-left: 1px solid #FFF);
    z-index: 10;
    cursor: pointer;
  }
  #cssmenu ul ul .submenu-button {
    height: 41px;
  }
  #cssmenu ul .submenu-button:after,
  #cssmenu #menu-button:after {
    content: '';
    position: absolute;
    right: 12.5px;
    top: 12.5px;
    display: block;
    width: 28px;
    height: 28px;
    border-radius: 15px;
    background: #b84d9d;
    box-shadow: inset 0 -1px 1px #000000, inset 0 2px 1px #000000;
    background-size: 56px 56px;
    background-position: 0 0;
    background-repeat: no-repeat;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
  }
  #cssmenu ul .submenu-button.submenu-opened:after,
  #cssmenu #menu-button.menu-opened:after {
    background-position: 0 -28px;
  }
  #cssmenu ul ul .submenu-button:after {
    top: 6.5px;
  }
  #cssmenu #menu-button:before,
  #cssmenu .submenu-button:before {
    content: '';
    position: absolute;
    right: 22.5px;
    top: 25.5px;
    display: block;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #ffffff;
    z-index: 99;
  }
  #cssmenu ul ul .submenu-button:before {
    top: 19.5px;
  }
  #cssmenu #menu-button.menu-opened:before,
  #cssmenu .submenu-button.submenu-opened:before {
    border-top-color: #ffffff;
  }
}

@media only screen and (max-width: 360px) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul,
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu > ul,
  #cssmenu.align-center > ul,
  #cssmenu > ul > li > ul,
  #cssmenu > ul > li:hover > ul,
  #cssmenu ul ul li:hover > ul,
  #cssmenu ul ul ul li:hover > ul,
  #cssmenu.align-right ul ul,
  #cssmenu.align-right ul ul li:hover > ul,
  #cssmenu.align-right ul ul ul li:hover > ul {
    position: relative;
    left: 0;
    right: auto;
    top: 0;
    width: 100%;
    display: none;
    padding: 0;
    opacity: 1;
    text-align: left;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid #FFF;
  }
  #cssmenu > ul > li > a,
  #cssmenu ul ul li a,
  #cssmenu ul ul li:first-child > a,
  #cssmenu ul ul li:last-child > a {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    background: none;
  }
  #cssmenu ul li a {
    padding-left: 8.5px;
  }
  #cssmenu ul ul li a {
    padding: 14px 25px 14px 27.5px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 42.5px;
  }
  #cssmenu ul ul ul ul li a {
    padding-left: 57.5px;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul li.has-sub > a:after,
  #cssmenu ul ul li.has-sub > a:before {
    display: none;
  }
  #cssmenu #menu-button {
    position: relative;
    display: block;
    padding: 20px;
    padding-left: 12.5px;
    cursor: pointer;
    font-size: 9px;
    color: #ffffff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  #cssmenu .submenu-button {
    position: absolute;
    right: 0;
    display: block;
    width: 53px;
    height: 53px;
    border-left: 1px solid #FFF);
    z-index: 10;
    cursor: pointer;
  }
  #cssmenu ul ul .submenu-button {
    height: 41px;
  }
  #cssmenu ul .submenu-button:after,
  #cssmenu #menu-button:after {
    content: '';
    position: absolute;
    right: 12.5px;
    top: 12.5px;
    display: block;
    width: 28px;
    height: 28px;
    border-radius: 15px;
    background: #b84d9d;
    box-shadow: inset 0 -1px 1px #999999, inset 0 2px 1px #999999;
    background-size: 56px 56px;
    background-position: 0 0;
    background-repeat: no-repeat;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
  }
  #cssmenu ul .submenu-button.submenu-opened:after,
  #cssmenu #menu-button.menu-opened:after {
    background-position: 0 -28px;
  }
  #cssmenu ul ul .submenu-button:after {
    top: 6.5px;
  }
  #cssmenu #menu-button:before,
  #cssmenu .submenu-button:before {
    content: '';
    position: absolute;
    right: 22.5px;
    top: 25.5px;
    display: block;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #ffffff;
    z-index: 99;
  }
  #cssmenu ul ul .submenu-button:before {
    top: 19.5px;
  }
  #cssmenu #menu-button.menu-opened:before,
  #cssmenu .submenu-button.submenu-opened:before {
    border-top-color: #ffffff;
  }
}
	
/* COVER ROWS */
html {
    width: 100%;
}

div.row {
    width: 100%;
    zoom:1;
	padding-top: 10px;
}

div.row:before, div.row:after {
    content:"";
    display:table;
}

div.row:after {
    clear:both;
}

div.row .column {
	width: 20%;
    float: left;
	text-align: center;
    overflow: hidden;
}

#book {
    width: auto; 
	padding: 10px; 
	max-width:150px;
}

@media only screen and (max-width: 768px) {
	#book {
    width: 100%; 
	padding: 8px; 
	max-width:100px;
}
}

@media only screen and (max-width: 480px) {
	#book {
    width: 100%; 
	padding: 5px; 
}
}	

/*  GRID FULL PAGE  ============================================================================= */

.span_fullpage {
	width: 90%;
	margin: 0px 20px;
	max-width: 900px;
	background: #FFF;
	color:#000;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
.span_fullpage {
		width: 90%; 
		margin: 0px 20px;
}
}

/*  FOOTER STYLES */

.section.footer {
	clear: both;
	padding: 0px;
	margin: 0px;
	width: 100%;
	background: #4368b1;
}

.footer {
	font-family: "Open Sans", "Open Sans Bold", Arial, "Arial Bold", Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	}

.footernav p {
	font-family: "Open Sans", "Open Sans Bold", Arial, "Arial Bold", Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	}

.footernav a {
	font-family: "Open Sans", "Open Sans Bold", Arial, "Arial Bold", Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-transform: none;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}	

.footernav a:hover {
	color: #b84d9d;
}
.copyright {
	font-family: "Open Sans", "Open Sans Bold", Arial, "Arial Bold", Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}

/*  FOOTER  GRID  ============================================================================= */
	
.span_copyright {
	width: 15%;
	margin: 15px 5px; 
}

.span_footernav {
	width: 73%; 
	margin: 15px 0px; 
}

.span_admin {
	width: 16%; 
	margin: 2px;
	text-align:right;
}

.span_social {
	width: 10%; 
	margin: 2px;
	text-align:right;
}

@media only screen
and (max-width : 1024px)
and (orientation : landscape) {
.span_copyright {
	width: 20%;
	margin: 15px 5px; 
	text-align:center;
}

.span_footernav {
	width: 68%; 
	margin: 15px 0px; 
	text-align:center;
}

.span_social {
	width: 10%; 
	margin: 2px;
	text-align:left;
}

}

@media only screen and (max-width: 768px) {
	.span_copyright {
	width: 25%;
	margin: 15px 5px; 
	text-align:center;
}

.span_footernav {
	width: 56%; 
	margin: 15px 0px; 
	text-align:center;
}

.span_social {
	width: 15%; 
	margin: 2px;
	text-align:left;
}
	
}

@media only screen and (max-width: 640px) {
	.span_copyright {
	width: 25%;
	margin: 15px 5px; 
	text-align:center;
}

.span_footernav {
	width: 55%; 
	margin: 15px 0px; 
	text-align:center;
}

.span_social {
	width: 15%; 
	margin: 2px;
	text-align:left;
}
	
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
.span_copyright {
		width: 100%;
		text-align:center; 
	}
.span_footernav {
		width: 100%; 
		text-align:center;
	}

.span_social {
		width: 100%;
		text-align:center;
	}
}

/* DROP DOWN MENU */

.clearfix:after {
    display:block;
    clear:both;
}
 
/*----- Menu Outline -----*/
.menu-wrap {
    width:100%;
    box-shadow:0px 1px 3px rgba(0,0,0,0.2);
    background:#999999;
	margin-left: 0;
}
 
.menu {
	width: 100%;
	margin: 0px;
	text-align: left;
	padding: 0;
}

.menu ul {
    margin:0px;
    list-style:none;
	padding: 0;
}
 
.menu li {
    margin:0px;
    list-style:none;
	padding: 0;
}
 
.menu a {
    transition:all linear 0.15s;
	font-family: "Open Sans", "Open Sans Bold", Arial, "Arial Bold", Helvetica;
	font-size: 12px;
	font-weight:700;
    color:#b84d9d;
	background:#999999;
}
 
.menu li:hover > a, .menu .current-item > a {
    text-decoration:bold;
    color:#FFF;
}
 
.menu .arrow {
    font-size:11px;
    line-height:0%;
}
 
/*----- Top Level -----*/
.menu > ul > li {
	float: left;
	display: inline-block;
	position: relative;
	font-size: 14px;
	text-align: left;
}
 
.menu > ul > li > a {
    padding:10px 10px;
    display:inline-block;
    text-shadow:0px 1px 0px rgba(0,0,0,0.4);
}
 
.menu > ul > li:hover > a, .menu > ul > .current-item > a {
    background:#999999;
}
 
/*----- Bottom Level -----*/
.menu li:hover .sub-menu {
    z-index:1;
    opacity:1;
}
 
.sub-menu {
	width: 100%;
	padding: 5px 0px;
	position: absolute;
	top: 50px; 
	left: 1px;
	z-index: -1;
	opacity: 0;
	transition: opacity linear 0.15s;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.2);
	background: #999999;
}
 
.sub-menu li {
    display:block;
	font-family: "Open Sans", "Open Sans Bold", Arial, "Arial Bold", Helvetica;
	font-size: 14px;
}
 
.sub-menu li a {
    padding:10px 10px;
    display:block;
}
 
.sub-menu li a:hover, .sub-menu .current-item a {
    background:#b84d9d;
}

/* COVER SCROLLER STYLES */


header, #demo, {
	position: relative;
	margin: 0 auto;
	width: 90%;
	padding: 0 30px;
}

#demo{ line-height: 20px; }

header hr{ margin-top: 20px; }

.title{
	display: inline-block;
	font-size: 32px;
	vertical-align: middle;
	margin-right: 40px;
	line-height: 24px;
}

.title{ margin-top: 5px; }

img{
	max-width: auto;
	height: auto;
	font-family: "Open Sans", "Open Sans Bold", Arial, "Arial Bold", Helvetica;
	margin: 2px;
	text-align: center;
}

#info p{
	font-size: 12px;
	color: #bbb;
	padding: 6px 15px;
}

#info p a{
	margin: 0 5px;
}

#info .callbacks span{
	color: #fff;
}

#examples{
	background-color: #fff;
	padding: 5px;
	margin: 10px 0;
	overflow: hidden;
	width: 90%;
}

#examples.light{
	background-color: #fff;
}

#examples > hr{ margin: 20px 10px; }

/*  SAMPLE BOOK GRID  ============================================================================= */

	
.span_bookcover {
	width: 20%; 
	text-align:left;
	margin: 26px 0px 0px 0px;
}

.span_description {
	width: 56%; 
	text-align:left;
}

.span_details {
	width: 20%;
	text-align:left; 
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 768px) {
	.span_bookcover {
	width: 30%; 
	text-align:left;
	margin: 26px 0px 0px 0px;
}

.span_description {
	width: 42%; 
	text-align:left;
}

.span_details {
	width: 24%;
	text-align:left; 
}
}

@media only screen and (max-width: 640px) {
	.span_bookcover {
	width: 36%; 
	text-align:left;
	margin: 26px 0px 0px 0px;
}

.span_description {
	width: 36%; 
	text-align:left;
}

.span_details {
	width: 24%;
	text-align:left; 
}
}

@media only screen and (max-width: 480px) {
	.span_bookcover {
		width: 100%;
		text-align:left; 
	}
	.span_description {
		width: 100%;
		text-align:left; 
	}
	.span_details {
		width: 100%;
		text-align:left;
	}
}

/*  PAGE CONTENT GRID   ============================================================================= */


.span_full {
	width: 100%;
	vertical-align:top;
}

.span_half {
	width: 49.2%;
	vertical-align:top;
	text-align:left;
}

.span_pagetitle {
	width: 68.2%;
	text-align:left;
}

.span_viewall {
	width: 28.2%;
	text-align:center;
}

.span_1_third {
	width: 31.4%; 
	vertical-align:top;
	text-align:left;
}
.span_2_third {
	width: 62.8%;
	vertical-align:top; 
	text-align:left;
}
.span_1fourth {
	width: 23.3%;
	vertical-align:top; 
	ext-align:left;
}
.span_3fourth {
	width: 70.6%; 
	vertical-align:top;
	ext-align:left;
}

@media only screen and (max-width: 640px) {
	.span_full {
		width: 100%; 
	}
	.span_half {
		width: 48.2%; 
	}
	
	.span_pagetitle {
	width: 42.2%;
	vertical-align:top;
	padding-left: 20px;
	text-align:left;
}

.span_viewall {
	width: 44.4%;
	vertical-align:top;
	padding-right: 20px;
	text-align:right;
}
.span_1_third {
	width: 31.4%; 
	vertical-align:top;
	text-align:left;
}
.span_2_third {
	width: 62.8%;
	vertical-align:top; 
	ext-align:left;
}
.span_1fourth {
	width: 20.8%;
	vertical-align:top; 
	ext-align:left;
}
.span_3fourth {
	width: 70.6%; 
	vertical-align:top;
	ext-align:left;
}
	
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.span_full {
		width: 100%; 
	}
	.span_half {
		width: 100%; 
	}
	
	.span_pagetitle {
	width: 100%;
	vertical-align:top;
	padding-left: 20px;
	text-align:left;
}

.span_viewall {
	width: 100%;
	vertical-align:top;
	padding-right: 20px;
	text-align:right;
}
	.span_1_third {
		width: 100%; 
	}
	.span_2_third {
		width: 100%; 
	}
	.span_1fourth {
		width: 100%; 
	}
	.span_3fourth {
		width: 100%; 
	}
	
}

/*  ABOUT GRID   ============================================================================= */

	
.span_images1 {
	width: 16.2%; 
}

.span_text1 {
	width: 28.8%; 
}

.span_images2 {
	width: 16.2%; 
}

.span_text2 {
	width: 28.8%; 
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.span_images1 {
		width: 100%; 
	}
	.span_text1 {
		width: 100%; 
	}
	.span_images2 {
		width: 100%; 
	}
	.span_text2 {
		width: 100%; 
	}
}


/* TABLES */

table.legend {
	width: auto;
	padding: 0px;
	margin: 0px;
	background:#FFF;
    text-align: -webkit-left;
	}
table.legend tr {
	width: auto;
	padding: 2px;
	vertical-align:top;
	}
table.legend td {
	width: auto;
	padding: 2px;
	vertical-align:middle;
	}

table.collection {
	width: 100%;
	padding: 0px;
	margin: 0px;
	background: #F0F8FF;
    text-align: -webkit-left;
	}
table.collection th {
	width: auto;
	padding: 5px;
	vertical-align:middle;
	font-size: 18px;
	background: #4368b1;
	color: #FFFFFF;
	}
table.collection tr {
	width: auto;
	padding: 5px;
	vertical-align:top;
	}
table.collection td {
	width: auto;
	padding: 5px;
	vertical-align:middle;
	}
	
table.index {
	width: 100%;
	padding: 0px;
	margin: 0px;
	background:#FFF;
    text-align: -webkit-left;
	}
table.index tr {
	width: auto;
	padding: 5px;
	vertical-align:top;
	}
		
table.index td {
	width: auto;
	padding: 5px;
	vertical-align:middle;
	}	
	
table.contact {
	width: 90%;
	padding: 0px;
	margin: 0px;
	background:#FFF;
    text-align: -webkit-left;
	}
table.contact tr {
	width: auto;
	padding: 5px;
	vertical-align:top;
	}
table.contact td {
	width: auto;
	padding: 5px;
	vertical-align:top;
	}
	
.index a:link {
	text-decoration: none;
	font-weight:bold;
	color: #b84d9d;
}
.index a:visited {
	text-decoration: none;
	font-weight:bold;
	color: #FF0000;
}
.index a:hover {
	text-decoration: none;
	font-weight:bold;
	color: #FF0000;
}
.index a:active {
	text-decoration: none;
	font-weight:bold;
	text-align: left;
	color: #FF0000;
}

.index {
    font-weight:bold;
}	


/*  POPUP SETTINGS */

.popupcontainer {
background-color: #ffffff;
min-width: 100%;
width: 100%;
min-height: 150px;
height: 100%;
height: 100%;
padding: 0px;
}

.sans-1 {
    font-family: "Open Sans", "Open Sans Bold", Arial, "Arial Bold", Helvetica;
    font-size: 11pt;
    font-style: normal;
    line-height: 13pt;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #000000;
    text-decoration: none;
}

.sansbold18red {
    font-family: "Open Sans", "Open Sans Bold", Arial, "Arial Bold", Helvetica;
    font-size: 24px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    color: #FF0000;
    text-decoration: none;
}

.bookTitle {
    font-size: 14pt;
    color: #b84d9d;
    font-weight: bold;
}

/* Login */

user agent stylesheet
input:-webkit-autofill,textarea:-webkit-autofill,select:-webkit-autofill {	
    background-color: rgb(225,237,247);
    background-image: none;
    color: rgb(0, 0, 0);
}

user agent stylesheet
input{
    -webkit-appearance:textfield;
    padding: 1px;
    background-color: white;
    border: 2px inset;
    border-image-source:initial;
    border-image-slice:initial;
    border-image-width:initial;
    border-image-outset:initial;
    border-image-repeat:initial;
    -webkit-rtl-ordering:logical;
    -webkit-user-select:text;
    cursor: auto;
}

user agent stylesheet
input, textarea, keygen,select, button {
    margin: 0em;
    font: 11px "Open Sans", "Open Sans Bold", Arial, "Arial Bold", Helvetica;
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
}

user agent stylesheet
input, textarea, keygen,select, button, meter,progress {
    -webkit-writing-mode:horizontal-tb;
}
.btnMycloud {
    font-family: "Open Sans", "Open Sans Bold", Arial, "Arial Bold", Helvetica;
	font-size: 16px;
	cursor:pointer; 
	color :#000000;
	background :url('http://cdn.tumblebooks.com/images/btn_bg.jpg');
	border:0px;
	height:35px;
	width:124px;
}
.loginbox {
	background-color: #FFF;
    background-image: none;
    color: #b84d9d;
	width:116px;
	height:20px;
	border-radius:5px;
	font-family:"Open Sans", "Open Sans Bold", Arial, "Arial Bold", Helvetica;
	font-size:14px;
	text-align:left;
	text-indent: 5px;
}

/* Login Pop Up TeckStack.com */

*{ margin: 0; }

.ar{ float: right; }
.clear{ clear: both;}
a{ text-decoration: none; color: #666;}

#login form { background: #eee; padding: 10px; }
#login form p { padding: 5px 0;}
form .title{ min-width: 100px; display: inline-block; }
#login form input[type=text], #login form input[type=password]{ border: 1px solid #fff; padding: 5px;}

.button{ display: inline-block; background: #fff; padding:0px; z-index: 0; color: #000; }
.overlay{ z-index:5; background: rgba(0, 0, 0, .50); display: block; position:fixed; width: 100%; height: 100%; }

.popup{ padding: 10px 10px 35px; background: #fff; z-index: 999; display: none; position: absolute; right: 62px; }

.close{ font-weight: bold; color: #F00; float: right; position: absolute; bottom: 5px; right: 10px; }


/* Free Trial Page Styles */
	
.content {
	display: block;
	margin-left: auto;
	margin-right: auto;
	top: 0px;
	width: 96%;
	padding-right: 2%;
	padding-left: 2%;
}
.contentThanks {
	display: block;
	margin-left: auto;
	margin-right: auto;
	top: 0px;
	width: 96%;
	padding-right: 2%;
	padding-left: 2%;
	text-align: center;
}
.container .content p {
	font-size: 1.4em;
}

.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

#formBlock {
	padding-top: 2%;
	padding-right: 6%;
	padding-left: 6%;
	padding-bottom: 2%;
	overflow: auto;
	margin-left: auto;
    margin-right: auto;
	
}
#formBlock input{
	color: #9b9b9b;
	font-size: 1.2em;
	padding-top: 2%;
	padding-right: 4%;
	padding-bottom: 2%;
	padding-left: 4%;
	margin-bottom: 2%;
	display: table;
}
#formBlock #txtEmail {
	width: 75%;	
	margin-left: auto;
    margin-right: auto;

}
#formBlock #txtCoupon {
	width: 75%;
	margin-left: auto;
    margin-right: auto;

}
#formBlock #txtUsername {
	width: 75%;
	margin-left: auto;
    margin-right: auto;
}
#formBlock #txtName {
	width: 75%;
	margin-left: auto;
    margin-right: auto;
}
#formBlock #txtSchoolName {
	width: 75%;
	margin-left: auto;
    margin-right: auto;
}
#formBlock #txtPeronalEmail {
	width: 75%;
	margin-left: auto;
    margin-right: auto;
}
#formBlock #btnSubmit {
	margin-left: auto;
    margin-right: auto;
	display: block;

}

/*  NEW STYLES  ============================================================================= */

#btnSubmit {
	color: #FFF;
	background:#b84d9d;
	-webkit-border-radius: 10px; 		  		    
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size:24px; 
	padding: 20px 20px 20px 20px;  
	text-decoration:none;
}

#btnSubmit:hover {
	color: #FFF;
	background:#1ab0ec;
}

.rbc-button {
    background-color: #000000; /* Black */
    border: none;
    color: white;
    padding: 15px 32px;
	width: 200px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
	text-transform: uppercase;
}

.btn_pink {
    background-color: #b84d9d; /* Pink */
    border: none;
    color: white;
    padding: 15px 30px;
	width: 220px;
	border-radius: 0.5em;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
	font-weight: 700;
}

.btn_blue {
    background-color: #4368b1; /* Blue */
    border: none;
    color: white;
    padding: 15px 30px;
	width: 220px;
	border-radius: 0.5em;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
	font-weight: 700;
}


.search {
    			position: relative;
    			top: 12px;            
				padding:8px 15px;
                background:#FFFFFF;
                border:2px solid #b84d9d;
				color: #000000;
				font-size: 10pt;
}
.search button {
                position:relative;
                padding:6px 15px;
                left:-8px;
                border:2px solid #b84d9d;
                background-color:#b84d9d;
                color:#FFFFFF;
}
.search button:hover  {
                background-color:#b84d9d;
                color:#FFFFFF;
}

.search select {
  width: 100%;
  background-position:100% left;
}

.search select {
  background: transparent;
  line-height: 1;
  border: 0;
  padding: 0;
  border-radius: 0;
  width: 100%;
  position: relative;
  z-index: 10;
  font-size: 1em;
}

/* ADMIN */


.TT_title {
    font-size: 36px;
    color: #b84d9d;
    font-weight: bold;
    padding-top: 10px;
    padding-left: 10px;
    vertical-align: middle;
}

.Adminbtn_blue {
	border: 0px;
	background: #4368b1;
	width: 200px;
	border-radius: 6px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 6px;
}
.Adminbtn_blue a {
	color: #FFF;
}
.Adminbtn_orange {
	background: #b84d9d;
	border: 0px;
	width: 200px;
	border-radius: 6px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 6px;
}
.Adminbtn_orange a {
	background: #b84d9d;
	color: #FFF;
}


.roundedTop {
	padding: 10px;
	background: #4368b1;
	border-top-right-radius: .5em;
	border-top-left-radius: .5em;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	font-size: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.roundedTopR {
	padding: 10px;
	background: #4368b1;
	border-top-right-radius: .5em;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	font-size: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.roundedTopL {
	padding: 10px;
	background: #4368b1;
	border-top-left-radius: .5em;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	font-size: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.roundedTop img {
	display: inline-block;
	padding-left: 6px;
	padding-right: 6px;
	vertical-align:bottom;
}
.TTtablebg0 a {
	background-color: #c4def3;
	color: #000;
	text-decoration: underline;
}
.TTtablebg0 td {
	background-color: #c4def3;
	padding: 5px;
	font-weight: bold;
	vertical-align:text-bottom;
	font-size: 18px;
}

.schoolsHeader {
    font-size: 24px;
    font-weight: bold;
    padding: 0px;
    color: #4368b1;
}

.statsNumbers {
	font-weight: bold;
	color: #4368b1;
	text-align: center;
}
.statsNumbersRow1 {
	font-weight: bold;
	color: #4368b1;
	text-align: left;
	background-color: #E1EDF7;
	font-size: 18px;
}
.statsNumbersRowCenter {
	font-weight: bold;
	color: #4368b1;
	text-align: center;
	background-color: #E1EDF7;
	font-size: 18px;
}
.statsHeaderQuiz {
	font-weight: bold;
	color: #FFF;
	text-align: center;
	background-color: #4368b1;
	font-size: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.statsHeader1 {
	font-weight: bold;
	color: #FFF;
	text-align: left;
	background-color: #4368b1;
	font-size: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.statsNumbersRow2 {
	font-weight: bold;
	color: #4368b1;
	text-align: left;
	background-color: #c4def3;
	font-size: 18px;
}
.statsNumbersRow1 img {
	display: inline-block;
	vertical-align:bottom;
}
.statsNumbersRow2Center {
	font-weight: bold;
	color: #4368b1;
	text-align: center;
	background-color: #c4def3;
	font-size: 18px;
}
.statsNumbersRow1 a {
	text-decoration: underline;
}
.statsTotal {
	font-weight: bold;
	color: #2182f8;
	text-align: left;
	background-color: #c4def3;
	font-size: 18px;
}
.statsTotal a {
	color: #4368b1;
	text-decoration: underline;
}
.statsText {
	font-weight: bold;
	font-size: 16px;
	color: #4368b1;
}

/* TABS */

	#tab1, #tab2, #tab3, #tab4, #tab5, #tab6, #tab7, #tab8 {
	display:none;
}
#tab1:checked ~ .tabs #tab-content1, #tab2:checked ~ .tabs #tab-content2, #tab3:checked ~ .tabs #tab-content3, #tab4:checked ~ .tabs #tab-content4, #tab5:checked ~ .tabs #tab-content5, #tab6:checked ~ .tabs #tab-content6, #tab7:checked ~ .tabs #tab-content7, #tab8:checked ~ .tabs #tab-content8 {
 display:block
}
 #tab1:checked ~ .tabs #label1, #tab2:checked ~ .tabs #label2, #tab3:checked ~ .tabs #label3, #tab4:checked ~ .tabs #label4, #tab5:checked ~ .tabs #label5, #tab6:checked ~ .tabs #label6, #tab7:checked ~ .tabs #label7, #tab8:checked ~ .tabs #label8 {
 background:#b84d9d;
 color: #fff;
}
.tabs {
	width: 650px;
	float: none;
	list-style: none;
	margin: 30px auto;
}
.tabs li {
	display: block;
}
.labels:after {
	content: '';
	display: table;
	clear: both;
}
.tabs label {
	display: inline-block;
	float: left;
	padding: 10px 20px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	background: #4368b1;
	cursor: pointer;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #FFF;
	border-top-right-radius: .5em;
	border-top-left-radius: .5em;
}
.tabs label:hover {
	background: #b84d9d;s
	color: #FFFFFF;
}
.tab-content {
	display: none;
	width: 100%;
	padding: 0px;
	background-color:#ffffff;
}
.tabs input[type=radio] {
	display:none;
}
 [id^=tab]:checked ~ div[id^=tab-content] {
 display: block;
}
 [id^=tab]:checked ~ [id^=label] {
 background: #a8c7e3;
 color: #0e659d;
}
#relatedContent {
	display: block;
	clear: both;
	max-width: 800px;
	margin: 100px auto 0;
}
#relatedContent h3 {
	font-size: 30px;
	text-align: center;
	color: #FFF;
}
#relatedContent .item {
	max-width: 44%;
	padding: 3%;
	float: left;
	text-align: center;
}

/* PAGINATION */

.pagination {
    display: inline-block;
}
.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    background-color: white;
}
.pagination a:hover{
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    background-color: #b84d9d;
}
.pagination a.active {
    background-color: #b84d9d;
    color: white;
}

.pagination a:hover:not(.active) {
	background-color: #ddd;
}
.pagination .arrows {
    background-color: #ddd;
    color: white;
}

.searchbox_bg {
    background-image: url(../../images/searchbox_bg2.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    height: 50px;
    width: 388px;
    margin-right: 0px;
    margin-left: 60px;
}

.searchbox_btn {
    background-image: url(../../images/icon_magnifier2.png);
    background-repeat: no-repeat;
    background-position: right top;
    height: 32px;
    width: 32px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 22px;
    margin-left: 0px;
}

.searchbox_text {
	font-weight: bold;
	color: #4368b1;
	width: 90px;
	margin-left: 12px;
	margin-right: 10px;
}

/* Flaired line spacer */

hr {
    border: 0;
    height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

/* New Buttons */
.pinkButton {
	background-color:#b84d9d;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #000000;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:"Open Sans", "Open Sans Bold", Arial, "Arial Bold", Helvetica;
	font-size:32px;
	font-weight:bold;
	padding-top: 120px;
	text-decoration:none;
	width: 90%;
	min-height: 160px;
	float:left;
	margin-top: 20px;
	margin-bottom: 20px;
}
.pinkButton:hover {
	background-color:#4368b1;
}
.pinkButton:active {
	position:relative;
	top:1px;
}
a.pinkButton:link {
	color:#ffffff;
	text-align:center;
}
a.pinkButton:visited {
	color:#FFFFFF;
}
a.pinkButton:hover {
	color:#FFFFFF;
}

.blueButton {
	background-color:#4368b1;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #000000;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:"Open Sans", "Open Sans Bold", Arial, "Arial Bold", Helvetica;
	font-size:32px;
	font-weight:bold;
	padding-top: 120px;
	text-decoration:none;
	width: 90%;
	min-height: 160px;
	float: right;
	margin-top: 20px;
	margin-bottom: 20px;
}
.blueButton:hover {
	background-color:#b84d9d;
}
.blueButton:active {
	position:relative;
	top:1px;
}

a.blueButton:link {
	color:#ffffff;
	text-align:center;
	vertical-align: middle;
}
a.blueButton:visited {
	color:#FFFFFF;
}
a.blueButton:hover {
	color:#FFFFFF;
}

.regOrder {
	top: 12px;
	padding:4px 15px;
	background:#FFFFFF;
	border:2px solid #b84d9d;
	color: #000000;
	font-size: 12pt;
}
