body {
	font-family: "Myriad Pro";
	min-height:100%;
	min-width:100%;
}

.container {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	margin-top: 75px;
	overflow-x:hidden;
}

/*ipad portrait*/    
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {
	.container {
		width: 768px;
		margin-left: 0 auto;
		margin-right: 0 auto;
		margin-top: 75px;
		overflow-x:visible;
	}
	
	
}
	
}

/*ipad landscape*/    
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
	.container {
		width: 1024px;
		margin-left: 0 auto;
		margin-right: 0 auto;
		margin-top: 75px;
		overflow-x:hidden;
	}
	
	.navbar-fixed-top {
	  margin-left: 0;
      margin-right: 0;
      margin-bottom:0;
	}
}

/* iPhone [portrait + landscape] */
@media only screen and (max-device-width: 480px) {
	.container {
		width: 1024px;
		margin-left: 0;
		margin-right: 0;
		margin-top: 75px;
		overflow-x:hidden;
	}
}

header {
	font-family: "wf_SegoeUI","Segoe UI","Segoe","Segoe WP","Tahoma","Verdana","Arial","sans-serif";
	font-size: 120%;
	color: #4b5c66;
	text-align: center;
	line-height: 530%;
	background-image: url(../MindSage/images/menu_bg.png);
	background-size: 100% 100%;
	min-width:100%;
	
}

header a {
	text-decoration: none;
	color: #777;
}

header a:visited {
	color: #777;
}

header a:link {
	color: #777;
	text-decoration:none;
	font-weight:normal;
}

footer a:link {
	color: #fff;
	text-decoration:none;
	font-weight:normal;
}

header a:hover {
	color: #fff;
}

#slides a:link {
	text-decoration:none;
}

p {
	font-family: "wf_SegoeUI","Segoe UI","Segoe","Segoe WP","Tahoma","Verdana","Arial","sans-serif";
	font-weight: normal;
	font-size: 135%;
	color: #4B5C66;
	letter-spacing:1px;
}

.container {
	/*background-image: url('../images/Snow_planet_bg.jpg');
	background-position: top center;*/
	background-color: #f6f6f6;
	min-height: 700px;
	/*-webkit-transition: background 1s ease-in-out;
	-moz-transition: background 1s ease-in-out;
	-o-transition: background 1s ease-in-out;
	transition: background 1s ease-in-out;*/
}

.container_24 #body {
	
}

.container_24 #left {
}

.container_24 #right {
}

footer {
	font-family: "wf_SegoeUI","Segoe UI","Segoe","Segoe WP","Tahoma","Verdana","Arial","sans-serif";
	font-size: 12pt;
	color: #fff;
	background-color: #346fab;
	height: 365px;
	min-width:100%;
	width:100%;
}

#footer #left {
	text-align: left;
}

#footer #right {
	margin-top: 0px;
}

#footer #right ul {
	list-style: none;
}

#body {
	min-height:100%;
	overflow-x:auto;
}

#contact-form {
	margin-top:0px;
}

a:link {
	text-decoration: underline;
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 80%;
	font-weight: bold;
}

a:hover {
	color: #add8e6;
}

.active {
	pointer-events: none;
	cursor: default;
	color: #2a6fa8;
}

.btn-primary {
	background: #444547;
	color: #fff;
}

.btn-primary:hover {
	opacity: .7;
	filter: alpha(opacity=70);
	background: #434547;
	color: #ff9933;
}

.btn-readmore {
	background: #ef9d44;
	color: #fff;
}

.btn-readmore:hover {
	opacity: .7;
	filter: alpha(opacity=70);
	background: #ef9d44;
	color: #fff;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.text-background {
	background: #FFF;
	color: #000000;
	padding-top: 40px;
	padding-left: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
}

.white-background {
	background: #FFF;
	/*height: 380px;*/
	color: #000000;
	padding-top: 5px;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	overflow:auto;
}


.orange-background {
	background: #b51f29;
	/*height: 380px;*/
	padding-top: 5px;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
}

.black-background {
	background: #000000;
	/*height: 380px;*/
	color: #ffffff;
	padding-top: 5px;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
}

.green-background {
	background: #4d5aa8;
	color: #000000;
	/*height: 355px;*/
	padding-top: 5px;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	min-height:100%;
}

.New-background {
	background: #FFF;
	/*height: 377px;*/
	color: #000000;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}


.drop-shadow {
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 10px #888;
}

.transparency {
	opacity: .7;
	filter: alpha(opacity=70);
}

.small {
	min-height: 40px;
	line-height: 40px;
}

.round-corner {
	border-radius: 5px;
	-moz-border-radius: 5px;
}

.block {
	
}

.hidden {
	display: none;
}

#gamified_button {
	position: relative;
	top: 40px;
	left: 185px;
}

#educational_button {
	position: relative;
	top: -130px;
	left: 110px;
}

#educational_button {
	position: relative;
	top: -120px;
	left: 105px;
}

#transmedia_button {
	position: relative;
	top: -65px;
	left: 255px;
}

#games_button {
	position: relative;
	top: -180px;
	left: -50px;
}


#games_National Geographic {
	position: relative;
	top: -65px;
	left: 100px;
}


#games_yahoo {
	position: relative;
	top: 50px;
	left: 120px;
}



.black-border {
	border: 1px solid black;
}

.white-border {
	border: 1px solid white;
}

#printMidMoreBtn {
	position: relative;
	top: 20px;
}

#printRightMoreBtn {
	position: relative;
	top: 20px;
}

#video_wrapper {
	width: 800px;
	height: 640px;
	display: none;
}

#columnright {
	float: right;
	width: 400px;
}

#columnleft {
	float: left;
	width: 400px;
}

#wrapper {
	min-width: 100%;
	min-height: 100%;
	margin:0 auto;
	padding:0;
}

.videos {
	margin: 0 auto;
	position: relative;
	top: 45px;
	padding-right: 5px;
	padding-left: 50px;
}

.Zoovo-vid {
	display: inline-block;
	height: 128;
	padding-bottom: 20px;
}

.vid-description {
	display: inline;
	float: left;
	padding-left: 20px;
	height: 128px;
	width: 500px;
}

.description {
	font-size: 19px;
	font-family: Myriad Pro, sans-serif;
	font-weight: regular;
}

.video-title {
	font-size: 23px;
	font-family: Myriad Pro, sans-serif;
	font-weight: 600;
	padding-bottom: 10px;
}


#homepage-div1-png {
	background-image: url(../MindSage/images/homepage.div1.png);
	min-height:100%;
	background-size:100% 100%;
	background-repeat: no-repeat;
	margin: 0 auto;
}

#homepage-div2-png {
	background-image: url(../MindSage/images/homepage.div2.png);
	min-height:100%;
	background-size:100% %100;
	background-repeat: no-repeat;
	margin: 0 auto;
}

#homepage-div3-png {
	background-image: url(../images/homepage.div3b.png);
	min-height:100%;
	min-width:100%;
	background-size:100% 100%;
	background-repeat: no-repeat;
	margin: 0 auto;
}

#homepage-div4-png {
	background-image: url(../MindSage/images/homepage.div4.png);
	min-height:100%;
	background-size:100% 100%;
	background-repeat: no-repeat;
	margin: 0 auto;
}

#homepage-div5-png {
	background-image: url(../images/homepage.div5.png);
	min-height:100%;
	background-size:100% 100%;
	background-repeat: no-repeat;
	margin: 0 auto;
}

#homepage-div6-png {
	background-image: url(../MindSage/images/homepage.div6.png);
	min-height:100%;
	background-size:100% 100%;
	background-repeat: no-repeat;
	margin: 0 auto;
}

.video-thumbnail {
	width:100%;
	max-width:100%;
}

.vert-space1 {
	margin-top: 1%;
}

.vert-space2 {
	margin-top: 2%;
}

.vert-space3 {
	margin-top: 3%;
	}

.vert-space4 {
	margin-top: 4%;
}	

.vert-space5 {
	margin-top: 5%;
}

.vert-space6 {
	margin-top:6%;
}

.vert-space7 {
	margin-top: 7%;
}	
	
.vert-space8 {
	margin-top: 8%;
}	

.vert-space9 {
	margin-top: 9%;
}

.vert-space10 {
	margin-top: 10%;
}

.vert-space11 {
	margin-top:11%;
}

.vert-space12 {
	margin-top:12%;
}
	
.bottom-spacing1 {
	margin-bottom: 8%;
}	

.bottom-spacing2 {
	margin-top: -80px;
}	

.bottom-spacing3 {
	margin-bottom:5%;
}

.bottom-spacing4 {
	margin-bottom:10%;
}
	
.h10 {
  margin-top: 10px;
}
 
.h20 {
  margin-top: 20px;
}
 
.h50 {
  margin-top: 50px;
}
 
.h100 {
  margin-top: 100px;
}
 
hr {
  visibility: hidden;
  clear: both;
}

.header {
	font-family: "wf_SegoeUI","Segoe UI","Segoe","Segoe WP","Tahoma","Verdana","Arial","sans-serif";
	font-weight: normal;
	font-size: 250%;
	color: #4b6366;
}

.subheader {
		font-family: "wf_SegoeUI","Segoe UI","Segoe","Segoe WP","Tahoma","Verdana","Arial","sans-serif";
		font-weight: normal;
		font-size: 200%;
		color: #4b6366;
}

.small-header {
	font-family: "wf_SegoeUI","Segoe UI","Segoe","Segoe WP","Tahoma","Verdana","Arial","sans-serif";
		font-weight: normal;
		font-size: 150%;
		color: #fff;
}


#div2-text {
	text-align: center;
}

#div1-header {
	font-family: "wf_SegoeUI","Segoe UI","Segoe","Segoe WP","Tahoma","Verdana","Arial","sans-serif";
	font-weight: normal;
	font-size: 275%;
	color: #4b6366;
}

#div1-text {
	color: #4B5C66;
    font-family: "wf_SegoeUI","Segoe UI","Segoe","Segoe WP","Tahoma","Verdana","Arial","sans-serif";
    font-size: 160%;
    font-weight: normal;
}

.white-header {
	font-family: "wf_SegoeUI","Segoe UI","Segoe","Segoe WP","Tahoma","Verdana","Arial","sans-serif";
	font-weight: normal;
	font-size: 250%;
	color: #fff;
}

.white-subheader {
	font-family: "wf_SegoeUI","Segoe UI","Segoe","Segoe WP","Tahoma","Verdana","Arial","sans-serif";
	font-weight: normal;
	font-size: 200%;
	color: #fff;
}

.white-text {
	font-family: "wf_SegoeUI","Segoe UI","Segoe","Segoe WP","Tahoma","Verdana","Arial","sans-serif";
	font-weight: normal;
	font-size: 135%;
	color:#fff;
}

.grey-link {
	color:#4b5c66;
}

a:link.paragraph-link {
	font-family: "wf_SegoeUI","Segoe UI","Segoe","Segoe WP","Tahoma","Verdana","Arial","sans-serif";
	font-size: 100%;
	font-weight:normal;
}

#div5-header {
	font-family: "wf_SegoeUI","Segoe UI","Segoe","Segoe WP","Tahoma","Verdana","Arial","sans-serif";
	font-weight: normal;
	font-size: 210%;
	color: #fff;
}

#div5-text {
	font-family: "wf_SegoeUI","Segoe UI","Segoe","Segoe WP","Tahoma","Verdana","Arial","sans-serif";
	font-weight: normal;
	font-size: 110%;
	color:#fff;
}

#nested-button1 {
	position:relative;
	z-index: 1;
}

#nested-button2 {
	position:relative;
	z-index:2;
}



#shelf {
	position:relative;
	
}

.transbox
  {
  width:100%;
  height:54%;
  background-color:#ffffff;
  opacity:0.5;
  filter:alpha(opacity=100); /* For IE8 and earlier */
  word-wrap: break-word;
  overflow:hidden;
  }
.transbox-p {

}

#slider-controls-right {
	z-index: 50;
	position:absolute;
	right:0%;
}

#slider-controls-left {
	z-index: 50;
	position:absolute;
	left:0%;
}

a.slider-controls {
	color:#848484;
}

a.slider-controls:link {
	color: #848484;
}

a.slider-control:active {
	text-decoration:none;
	color:red;
}

a.slider-control:hover {
	text-decoration:none;
	color:red;
}

.padded-button {
	padding-top:25px;
}

#shelfbg {
	background-image: url(../images/shelf.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	height: 100px;
	width:430px;
	min-width: 100%;
	}
	
.left-button {
	padding-top: 25px;
}