@charset "UTF-8";
body {
	font-family: 'Lato', sans-serif;
	margin: 0;
	padding: 0;
	color: #111;
	font-weight: 300;
	background-color: #fff;
	background-repeat: repeat;
	background-image: url(brillant.png);
}
h1, h2, h3, h4, h5 {
	font-weight: 400;
	color: #333;	
}
a {
	text-decoration: none;
	color: #333;
}
p {
	text-shadow: 0px 0px #999;
}
img {
	max-width: 100%;
}
.header {
	height: 70px;
	border-bottom: 8px solid #f38630;
	position: fixed;
	width: 100%;
	z-index: 5;
	background-color: #fff;
	background-repeat: repeat;
	background-image: url(brillant.png);
	overflow: hidden;
	-webkit-box-shadow: 0px 3px 8px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    0px 3px 8px rgba(50, 50, 50, 0.3);
	box-shadow:         0px 3px 8px rgba(50, 50, 50, 0.3);
}
div.homehead {
	width: 19%;
	text-align: right;
	white-space: nowrap;
	min-width: 160px;
	float: left;
}
.header h1 {
	margin: 8px 0;
	font-family: 'Lobster', cursive;	
	font-weight: normal;
	font-size: 2.5em; 
}
.headbtns {
	float: right;
	font-size: 1.1em;	
}
.headbtns a {
	margin: 0 10px;
	padding: 3px 6px;
	border-color: #fff;
	transition: border-color .3s;
	-moz-transition: border-color .3s;
	-webkit-transition: border-color .3s;
	-o-transition: border-color .3s;
}
.headbtns a.joinline {
	border-bottom: 3px solid #A7DBD8;
}
.headbtns a:hover {
	cursor: pointer;
	border-bottom: 3px solid #F38630;
}
.container {
	width: 95%;
	top: 78px;
	position: absolute;
	margin: 0 auto;
}
.sidebar {
	float: left;
	width: 21%;
	position: fixed;
	margin: 20px 0 0 10px;
}
.socialbtns {
	text-align: right;
	margin: -10px 0 0 0;	
}
.socialbtns a {
	border: none;
	margin: 5px 1px;
	font-size: .65em;
	padding: 0;
	opacity: .8;
}
.socialbtns a img {
	width: 30px;
	transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s; 
	-o-transition: .2s;	
}
.socialbtns a img:hover {
	transform: scale(1.2,1.2);
	-ms-transform: scale(1.2,1.2);
	-webkit-transform: scale(1.2,1.2);
	-o-transform: scale(1.2,1.2);
	-moz-transform: scale(1.2,1.2);
}
.sidebarcontent {
	text-align: right;
}
.sidebarcontent p {
	margin: 1px 10% 1px 0;
	font-size: 1.1em;
	cursor: pointer;
	float: right;
	clear: both;
	transition: color .2s;
	-moz-transition: color .2s;
	-webkit-transition: color .2s; 
	-o-transition: color .2s;
}
.current {
	color: #69D2E7;
	margin: 1px 3% 1px 0 !important;
}
.sidebarcontent p:hover {
	color: #69D2E7;
}
.sidebarcontent p.child {
	font-size: .85em;
	margin: 0px 3% 1px 0;	
}
.currentchild {
	color: #69D2E7;
}
.sidebarcontent div {
	display: none;
}
.show {
	display: inline !important;
}
.wrapper {
	float: left;
	width: 76%;
	padding: 0 0 2% 2%;
	margin-left: 23%;
	margin-top: 20px;
}
.wrapper h1 {
	margin: 0;
}
.content {
}
.item {
	width: 140px;
	margin: 5px;
	float: left;
	background-color: #f1ecdc;
	padding: 10px 10px 5px 10px;
	overflow: hidden;
	-webkit-box-shadow: 3px 3px 5px rgba(50, 50, 50, 0.15);
	-moz-box-shadow:    3px 3px 5px rgba(50, 50, 50, 0.15);
	box-shadow:         3px 3px 5px rgba(50, 50, 50, 0.15);
}
.item img:hover {
}
.item .title {
	margin: 0px;
	padding: 3px 0;
	line-height: 120%;
	font-size: .9em;
	transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s; 
	-o-transition: .2s;	
}
.item .title:hover {
	color: #f38630;
}
.item p {
	margin: 5px 0;
	color: #000;
	font-size: .9em;
}
.details p {
	padding: 0px;
	margin: 2px 0;
}
.details {
	overflow: auto;
	border-width: 1px;
	border-style: solid;
	border-right-style: none;
	border-left-style: none;
	border-color: #f38630;
}
.time {
	float: left;
}
.date {
	float: right;
}
.desbox {
	clear:both;
}
.desbox p:first-child {
	margin: 5px 0 1px 0;
	text-align: center;
	cursor: pointer;
	transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s; 
	-o-transition: .2s;
}
.desbox p:first-child:hover {
	color: #69D2E7;
}
.description {
	display: none;
	overflow: hidden;
	line-height: 116%;
	font-size: .9em;
}
.showmore {
	margin: 20px 0 20px 58%;
}
.showmore a {
	padding: 6px 10px 6px 10px;
	background:	#A7DBD8;
	font-size: 1.1em;
	transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s; 
	-o-transition: .2s;
}
.showmore a:hover {
	background: #f38630;
	cursor: pointer;
}
.selectnav {
	display: none;
}
/*Videopage*/
.vidheader {
	width: 90%;
	max-width: 1080px;
	margin: 0 auto;
}
.vidlogo {
	text-align: left;
	white-space: nowrap;
	float: left;
}	
.vidlogo:hover {
	cursor: pointer;
}
.headbtnsvid {
}
.headbtnsvid div {
	margin: 2px 0;
	float: left;
	margin-top: 25px;
}
.holder {
	width: 90%;
	max-width: 1080px;
	top: 78px;
	position: relative;
	margin: 0 auto;
}
.left, .right {
	float: left;
}
.left {
	width: 61.77%;
}
.leftcontent {
	margin: 20px 0;
	padding-right: 20px;
}
.videotitle {
	margin: 10px 0 0 0;
	font-size: 1.3em;
}
.videotitle a {
	transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s; 
	-o-transition: .2s;
}
.videotitle a:hover {
	color: #f38630;
}
.viddate {
	font-size: .9em;
	margin: 0 0 5px 0;
}
video {
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.vidbtns {
	font-size: 1.1em;
	margin: 15px 0 0 0;
	height: 30px;
}
.vidbtns a {
	background-color: #ECE5CE;
	padding: 3px 7px;
	cursor: pointer;
	transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s; 
	-o-transition: .2s;
}
.vidbtns a:hover {
	background-color: #F38630;
}
.vidbtns p {
	margin: 0;
}
.vidbtns p a {
	-webkit-box-shadow: 1px 1px 3px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    1px 1px 3px rgba(50, 50, 50, 0.3);
	box-shadow:         1px 1px 3px rgba(50, 50, 50, 0.3);
}
.btnsleft {
	float: left;
}
.btnsleft a {
	margin-right: 5px;
}
.btnsright {
	float: right;
}
.btnsright a {
	background-color: #A7DBD8;
}
a.more {
	margin: 5px;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.leftcontent object {
	width: 100%;
}
.btnsrighthover {
	background-color: #F38630 !important;
	font-weight: 400;
}
.ratenote {
	display: none;
	margin: 0 0 4px 0;
	float: right;
	color: #F38630;
}
.viddesc {
	clear: both;
	margin-top: 5px;
	font-size: 1em;
}
.note {
	padding: 10px 0;
	border-width: 1px;
	border-style: solid;
	border-right-style: none;
	border-left-style: none;
	border-color: #f38630;
}
.note > p {
	margin: 0;
	cursor: pointer;
	transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s; 
	-o-transition: .2s;
}
.note > p:hover {
	color: #69D2E7;
}
.notebox {
	display: none;
	margin-top: 10px;
	overflow: hidden;
}
.notebox form textarea {
	font-family: 'Lato', sans-serif;
	width: 80%;
	height: 76px;
	padding: 5px;
	resize: vertical;
	border: 1px solid #666;
}
.notebox form textarea:focus {
	outline: none;
	border: 1px solid #F38630;
}
.notebox form input[type=submit] {
	font-family: 'Lato', sans-serif;
	background-color: #ECE5CE;
	padding: 5px 5px 2px 5px;
	cursor: pointer;
	border: none;
	font-size: 1.2em;
	float: right;
	-webkit-box-shadow: 1px 1px 3px rgba(50, 50, 50, 0.3);
	-moz-box-shadow:    1px 1px 3px rgba(50, 50, 50, 0.3);
	box-shadow:         1px 1px 3px rgba(50, 50, 50, 0.3);
	transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s; 
	-o-transition: .2s;
}
.notebox form input[type=submit]:hover {
	background-color: #F38630;
}
.right {
	width: 38.23%;
	margin-top: 20px;
}
.rightcontent {
}
.rightcontent h3 {
	background-color: #f1ecdc;
	padding: 3px 5px 3px 10px;
	margin: 5px 0;
	-webkit-box-shadow: 2px 2px 3px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    2px 2px 3px rgba(50, 50, 50, 0.2);
	box-shadow:         2px 2px 3px rgba(50, 50, 50, 0.2);
	font-size: 1em;
}
.rightcontent .rightbooktitle {
	background-color: #A7DBD8;
}
.booksholder {
	max-height: 360px;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;	
}
.rightbooks {
	clear: both;
	margin: 10px 0 10px 20px;
	overflow: hidden;
	transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s; 
	-o-transition: .2s;	
}
.rightbooks img {
	float: left;
	width: 25%;
	max-width: 75px;
	margin-right: 10px;
}
.rightbooks p {
	font-size: .8em;
	margin: 0 0 2px 0;
	padding-right: 5px;
}
.rightbooks:hover, .rightrec:hover{ 
	background: #f9f6f0;
}
.rightrec {
	clear: both;
	margin: 10px 0 10px 20px;
	overflow: hidden;
	transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s; 
	-o-transition: .2s;	
}
.rightrec img {
	float: left;
	width: 40%;
	max-width: 125px;
	margin-right: 10px;
}
.rightrec img:hover {
}
.rightrectitle {
	margin: 5px 0 0 0;
	font-weight: 400;
	line-height: 1em;
	font-size: .9em;
}
.rightrectitle a {
	transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s; 
	-o-transition: .2s;
}
.rightrectitle a:hover {
	color: #F38630;
}
.rightlength {
	float: left;
	margin: 5px 0 0 0;
	font-size: .85em;
}
.rightdate {
	float: right;
	margin: 5px 0 0 0;
	font-size: .85em;
}
.rightdescription {
	display: none;
}
.fbholder div {
	width: 50px !important;
	overflow: hidden !important;
	position: relative;
	bottom: 8px;
}
.twitter-share-button {
	position: relative;
	bottom: 1px;	
}
.g1btn {
	position: relative;
	bottom: 3px;
}
#redbtn img {
	position: relative;
	bottom: 6px;
}
.sharebtns {
	clear: both;
	height: 30px;
	margin-bottom: 10px;
	display: none;
}

/*Join Now and Signin*/

.signholder {
	top: 100px;	
}
.signbox {
	width: 312px;
	background-color: #ECE5CE;
	margin: 0px auto 20px auto;
	padding: 15px 20px;
	-webkit-box-shadow: 3px 3px 5px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    3px 3px 5px rgba(50, 50, 50, 0.2);
	box-shadow:         3px 3px 5px rgba(50, 50, 50, 0.2);
}
.signbox h2 {
	margin: 0 0 10px 0;
	text-align: center;
}
.signbox p {
	margin: 5px 0;
}
.signbox input[type=text], .signbox input[type=password] {
	border: 1px solid #666;
	padding: 5px;
	width: 100%;
	font-family: 'Lato', sans-serif;
	font-size: 1em;
	font-weight: 300;
	margin: 4px 0;	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s; 
	-o-transition: .2s;		
}
.signbox input[type=text]:focus, .signbox input[type=password]:focus {
	border: 1px solid #F38630;
	outline: none;
}
.signbox input[type=submit] {
	font-family: 'Lato', sans-serif;
	background-color: #A7DBD8;
	padding: 8px;
	cursor: pointer;
	border: none;
	font-size: 1.2em;
	width: 100%;
	margin: 5px 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s; 
	-o-transition: .2s;
	color: #333;	

}
.signbox input[type=submit]:hover {
	background-color: #F38630;
}
input::-webkit-input-placeholder {
    color: #333;
}
input:-moz-placeholder {
    color: #333;
}
.error {
	color: #f38630;
}
.nameerror {
	margin: 5px 0;	
	color: #F38630;
}

.signforgot {
	margin: 2px 0 0 0;
}
.signforgot a {
	padding: 2px 0;
	font-size: .85em;
	color: #F38630;
	transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s; 
	-o-transition: .2s;
}
.signforgot a:hover {
	color: #69D2E7;
}
/*Search*/

.search {
	width: 60%;
}

/*Tour*/

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  padding: 5px;
}

.popover.top {
  margin-top: -5px;
}

.popover.right {
  margin-left: 5px;
}

.popover.bottom {
  margin-top: 5px;
}

.popover.left {
  margin-left: -5px;
}

.popover.top .arrow {
  bottom: -3px;
  left: 50%;
  margin-left: -10px;
  border-top: 8px solid #A7DBD8;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

.popover.right .arrow {
  top: 50%;
  left: -3px;
  margin-top: -10px;
  border-top: 8px solid transparent;
  border-right: 8px solid #A7DBD8;
  border-bottom: 8px solid transparent;
}

.popover.bottom .arrow {
  top: -3px;
  left: 50%;
  margin-left: -10px;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #A7DBD8;
  border-left: 8px solid transparent;
}

.popover.left .arrow {
  top: 50%;
  left: 290px;
  margin-top: -10px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #A7DBD8;
}

.popover .arrow {
  position: absolute;
  width: 0;
  height: 0;
}

.popover-inner {
  width: 280px;
  padding: 3px;
  overflow: hidden;
  background: #A7DBD8;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 0px 7px rgba(51, 51, 51, 0.5);
     -moz-box-shadow: 0 0px 7px rgba(51, 51, 51, 0.5);
          box-shadow: 0 0px 7px rgba(51, 51, 51, 0.5);
}

.popover-title {
  font-size: 1.1em;	
  margin: 0;
  padding: 9px 10px 5px 15px;
  line-height: 1;
  background-color: #ECE5CE;
  border-bottom: 1px solid #eee;
  -webkit-border-radius: 3px 3px 0 0;
     -moz-border-radius: 3px 3px 0 0;
          border-radius: 3px 3px 0 0;
}

.popover-content {
  font-size: .9em;	
  padding: 14px;
  background-color: #ffffff;
  -webkit-border-radius: 0 0 3px 3px;
     -moz-border-radius: 0 0 3px 3px;
          border-radius: 0 0 3px 3px;
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding-box;
          background-clip: padding-box;
}

.popover-content p,
.popover-content ul,
.popover-content ol {
	margin: 10px 0 0 0;
}

.popover-content p:first-child {
	margin: 0;
}

.popover-content a {
	color: #f38630;
}

a.pull-right {
	float: right;
	color: #69D2E7;
}
@media only screen and (max-width: 650px) and (min-width: 481px) {
.headbtns {
	font-size: .85em;
}
.headbtns a {
	margin: 0 5px;
	padding: 3px 2px;
}
.socialbtns {
	width: 80px;
	margin: -10px 0 0 15%;	
}
.sidebarcontent p {
	margin: 1px 10% 1px 0;
	font-size: .9em;
}
.sidebarcontent p.child {
	font-size: .8em;
	margin: 0px 3% 1px 0;	
}
}
@media only screen and (max-width: 480px) {
html {
	-webkit-text-size-adjust: none;
}
.header div {
	margin: 0 auto;
	min-width: 160px;
	float: none;
	margin-bottom: 20px;
}
.header h1 {
	margin: 14px 0;
	font-family: 'Lobster', cursive;	
	font-weight: normal;
	font-size: 2.5em; 
}
.headbtns {
	text-align: center;
	float: none;
	margin: 0 auto;	
}
.headbtns a {
	margin: 0 10px;
}
a.tourstart {
	display: none;
}
.sidebar {
	position: static;
	width: 100%;
	margin: 50px 0 10px 0;	
}
.socialbtns {
	text-align: center;
}
.socialbtns a {
	margin: 5px 8px;
	opacity: .8;
}
.socialbtns a img {
	width: 35px;
}
.sidebarcontent {
	display: none;
}
.container {
	margin-top: 20px;	
}
.wrapper {
	float: none;
	width: 100%;
	margin-left: 0;
	clear: both;
}
.selectnav {
	display: block;
	width: 205px;
	margin: 10px auto;
	font-size: 20px;
}
.selectnav select {
	font-size: 18px;
}
.item {
	width: 122px;
}
.error  {
	font-size: 1.05em;	
}
.item img {
	display:;
}
.desbox p:first-child:hover {
	color: #333;
}
.description {
	font-size: .95em;
}
.showmore {
	margin: 20px auto;
	width: 113px;
}

/*Videopage*/
div.vidlogo {
	margin: 0 auto;
	width: 130px;
	float: none;	
}
.left, .right {
	float: none;
}
.left {
	width: 100%;
}
.leftcontent {
	padding-right: 0px;
}
.right {
	width: 100%;
}
.holder {
	top: 0px;
}
.header {
	position: static;
	height: auto;
}
.vidbtns {
	font-size: 1em;
}
.vidbtns a:hover {
	background-color: #ECE5CE;
}
a.more:hover {
	background-color: #A7DBD8;
}
.notebox form textarea {
	width: 90%;
}
.rightbooks, .rightrec {
	margin: 10px 0 10px 0px;
}
.booksholder {
	max-height: none;
}
.signholder {
	margin-top: 20px;	
}

/*Join Now and Signin*/

.signbox {
	width: 80%;	
}

/*Search*/

.search {
	width: 90%;
}
