@import url(//fonts.googleapis.com/css?family=Righteous);
/*------ template stylization ------*/
body {
  background: #ffffff;
  background: -moz-linear-gradient(top, #e6e6e6 0%, #ffffff 11%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e6e6e6), color-stop(11%, #ffffff), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, #e6e6e6 0%, #ffffff 11%, #ffffff 100%);
  background: -o-linear-gradient(top, #e6e6e6 0%, #ffffff 11%, #ffffff 100%);
  background: -ms-linear-gradient(top, #e6e6e6 0%, #ffffff 11%, #ffffff 100%);
  background: linear-gradient(to bottom, #e6e6e6 0%, #ffffff 11%, #ffffff 100%);
  font: 13px Arial, Helvetica, sans-serif;
  line-height: 18px;
  color: #7f7f7f;
}
p {
  margin-bottom: 0;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
a {
  outline: none;
}
a:hover {
  text-decoration: none;
}
h1#toplogo {
	 margin-top: 7px;
	   margin-bottom: 0px;
}

h1 {
  display: block;
  margin: 0;
  position: relative;
  margin-top: 39px;
  margin-bottom: 45px;
  float: left;
}
h1 a {
  display: inline-block;
}
h1 a img {
  width: 100%;
}
h1#title {
	position:absolute; 
	top: 0px; 
	left:62px;
	font-size:12px;
	font-weight:normal; 
}
h2 {
  color: #3e3e3e;
  font: bold 26px/26px 'Trebuchet MS', Arial, Helvetica, sans-serif;
  margin: 0;
  margin: 18px 0 20px 0;
  padding-bottom: 12px;
  border-bottom: 3px solid #7ab0e4;
  width: 100%;
}
.hWhite {
	 color: #ffffff;
	  border-bottom: 3px solid #ffffff;
	
}
h3 {
  color: #000000;
  font: bold 15px/21px Arial, Helvetica, sans-serif;
  margin: 0;
  margin-bottom: 3px;
}
h4 {
  color: #4D4C4C;
  font: bold 18px/18px 'Trebuchet MS', Arial, Helvetica, sans-serif;
  margin: 5px 0px 5px 5px;
  padding-bottom: 2px;
  border-bottom: 1px solid #4D4C4C;
  width:96%;
}

h5 {
  color: #3e3e3e;
  font: bold 72px/72px 'Trebuchet MS', Arial, Helvetica, sans-serif;
  margin: 0;
  margin: 27px 0 40px 0;
}
h6 {
  color: 3e3e3e;
  font: bold 60px/60px 'Trebuchet MS', Arial, Helvetica, sans-serif;
  margin: 0;
  margin: 0 0 52px 0;
}
h7 {
	color: #7ab0e4;
  font: bold 26px/26px 'Trebuchet MS', Arial, Helvetica, sans-serif;

}
#content ul {
  list-style: none;
}
.extra-wrap {
  overflow: hidden;
}
/*-----btn-----*/
.btn.btn-primary {
  border-radius: 0;
  margin: 0;
  border: none;
  box-shadow: none;
  position: relative;
  text-decoration: none;
  background: none;
  background-color: #ce0e0e;
  background-image: -moz-linear-gradient(top, #dc1010, #b90c0c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dc1010), to(#b90c0c));
  background-image: -webkit-linear-gradient(top, #dc1010, #b90c0c);
  background-image: -o-linear-gradient(top, #dc1010, #b90c0c);
  background-image: linear-gradient(to bottom, #dc1010, #b90c0c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdc1010', endColorstr='#ffb90c0c', GradientType=0);
  display: inline-block;
  padding: 11px 16px 11px 15px;
  font: bold 21px 'Trebuchet MS', sans-serif;
  color: #ffffff;
  text-decoration: none !important;
  text-shadow: 1px 1px 0px #6b0808;
  border-bottom: 1px solid #4d0505;
  border-right: 1px solid #810909;
  height: 27px;
}
.btn.btn-primary:hover {
  background-color: #c70e0e;
  background-image: -moz-linear-gradient(top, #b90c0c, #dc1010);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b90c0c), to(#dc1010));
  background-image: -webkit-linear-gradient(top, #b90c0c, #dc1010);
  background-image: -o-linear-gradient(top, #b90c0c, #dc1010);
  background-image: linear-gradient(to bottom, #b90c0c, #dc1010);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb90c0c', endColorstr='#ffdc1010', GradientType=0);
}
.btn.btn-link {
  padding: 0;
  margin: 0;
  background: none;
  box-shadow: none;
  text-shadow: none;
  border: none;
  border-radius: 0;
  font: bold 13px Arial, Helvetica, sans-serif;
  color: #53a1e8;
  text-decoration: none;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.btn.btn-link span {
  float: left;
}
.btn.btn-link > img {
  margin-left: 9px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn.btn-link:hover {
  text-decoration: none;
  color: #000000;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.btn.btn-link:hover > img {
  margin-left: 4px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/*-----list-----*/
.list1 {
  margin: 0;
  list-style: none;
}
.list1 li {
  padding-bottom: 16px;
  margin-bottom: 20px;
  border-bottom: 1px solid #c4c4c4;
  display: inline-block;
  width: 100%;
}
.list1 li:last-child {
  margin-bottom: 14px;
}
.list1 li figure {
  margin: 0;
  position: relative;
  float: left;
  margin-right: 17px;
}
.list1 li figure img {
  width:100%;
}
.list1 li a {
  font: bold 13px Arial, Helvetica, sans-serif;
  color:#006;
  text-decoration:underline; 
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list1 li a:hover {
  color: #dc1010;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list1 li h3 {
  margin-top: -1px;
}
.list2 {
  margin: 0;
  list-style: none;
}
.list2 li a {
  top: -3px;
  position: relative;
  display: inline-block;
  color: #000000;
  font: bold 15px/21px Arial, Helvetica, sans-serif;
  margin: 0;
  margin-bottom: 3px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list2 li a:hover {
  color: #dc1010;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list2 li {
  padding-bottom: 13px;
  margin-bottom: 20px;
  border-bottom: 1px solid #c4c4c4;
  display: inline-block;
  width: 100%;
}
.list2 li:last-child {
  margin-bottom: 14px;
  padding-bottom: 36px;
}
.list2 li figure {
  margin: 0;
  position: relative;
  float: left;
  margin-right: 17px;
}
.list2 li figure img {
  width: 100%;
}
.list3 {
  margin: 0;
  list-style: none;
  margin-bottom: 33px;
}
.list3 li {
  display: inline-block;
  margin-bottom: 10px;
  width: 100%;
  background-color: #a9cbec;
}
.list3 li:last-child {
  margin-bottom: 0;
}
.list3 li .badge {
  border-radius: 0;
  margin: 0;
  padding: 0;
  width: 49px;
  height: 38px;
  background-color: #ce0e0e;
  background-image: -moz-linear-gradient(top, #dc1010, #b90c0c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dc1010), to(#b90c0c));
  background-image: -webkit-linear-gradient(top, #dc1010, #b90c0c);
  background-image: -o-linear-gradient(top, #dc1010, #b90c0c);
  background-image: linear-gradient(to bottom, #dc1010, #b90c0c);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdc1010', endColorstr='#ffb90c0c', GradientType=0);
  text-align: center;
  border: none;
  border-bottom: 1px solid #4d0505;
  border-right: 1px solid #770808;
  float: left;
  padding-top: 11px;
  font: bold 21px 'Trebuchet MS', sans-serif;
  color: #ffffff;
  text-shadow: 1px 1px 0px #6b0808;
}
.list3 li .extra-wrap {
  height: 100%;
}
.list3 li a {
  font: bold 13px/18px Arial, Helvetica, sans-serif;
  color: #ffffff;
  display: inline-block;
  height: 100%;
  padding-right: 20px;
   padding-left: 20px;
  padding-bottom: 7px;
}
.list3 li figure img {
	width:100%; 
}
.list4 {
  margin: 0;
  list-style: none;
}
.list4 li {
  margin-bottom: 7px;
}
.list4 li a {
  font: bold 13px/18px Arial, Helvetica, sans-serif;
  color: #ffffff;
  display: inline-block;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list4 li a:hover {
  color: #dc1010;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list4.color li:first-child a span {
  color: #05dcf5;
}
.list4.color li:first-child + li a span {
  color: #709ac1;
}
.list4.color li:first-child + li + li a span {
  color: #dc1010;
}
.list4.color li:first-child + li + li + li a span {
  color: #fd8f01;
}
.list4.color li:first-child a:hover {
  color: #05dcf5;
}
.list4.color li:first-child + li a:hover {
  color: #709ac1;
}
.list4.color li:first-child + li + li a:hover {
  color: #dc1010;
}
.list4.color li:first-child + li + li + li a:hover {
  color: #fd8f01;
}
.list5 {
  margin: 0;
  list-style: none;
  display: inline-block;
  margin-bottom: 90px;
}
.list5 li {
  float: left;
  margin-right: 15px;
  display: inline-block;
  width: 170px;
  margin-bottom: 16px;
}
.list5 li a {
  color: #000000;
  font: bold 15px/21px Arial, Helvetica, sans-serif;
  margin: 0;
  margin-bottom: 3px;
  display: inline-block;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list5 li a:hover {
  color: #dc1010;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list5 li figure {
  margin: 0;
  margin-bottom: 16px;
}
.list5 li figure img {
  width: 100%;
}

.list6 {
  margin: 0;
  list-style: none;
}
.list6 li {
  display: inline-block;
  border-bottom: 1px solid #c1c1c1;
  padding-bottom: 19px;
  margin-bottom: 20px;
}
.list6 li figure {
  margin: 0;
  float: left;
  margin-right: 20px;
}
.list6 li figure img {
  width: 100%;
}
.list6 li .txt {
  font: bold 13px/18px Arial, Helvetica, sans-serif;
  color: #757575;
  margin-top: -4px;
  margin-bottom: 3px;
}
.list6 li .txt a {
  font: bold 13px/18px Arial, Helvetica, sans-serif;
  color: #757575;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list6 li .txt a:hover {
  color: #dc1010;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list6 li:last-child {
  margin-bottom: 13px;
}
.list7 {
  margin: 0;
  list-style: none;
}
.list7 li {
  margin-bottom: 11px;
  margin-top: -4px;
}
.list7 li a {
  font: bold 13px/18px Arial, Helvetica, sans-serif;
  color: #dc1010;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.list7 li img {
  float: left;
  margin-top: 6px;
  margin-right: 11px;
}
.list7 li a:hover {
  color: #3e3e3e;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
/*-----thumbs-----*/
.thumb-pad1 .thumbnail {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.thumb-pad1 .thumbnail > figure {
  max-width: none;
  margin: 0;
  float: left;
}
.thumb-pad1 .thumbnail .caption {
  padding: 0;
  color: #7f7f7f;
}
.thumb-pad1 .thumbnail .caption h3 {
  margin-bottom: 7px;
}
.thumb-pad1 .thumbnail .caption p {
  margin-bottom: 15px;
}
.thumb-pad1 figure {
  max-width: none;
  margin: 0;
  float: left;
}
.thumb-pad1 figure img {
  width: 100%;
}
.thumb-pad2 {
  margin: 0;
  display: inline-block;
}
.thumb-pad2 .thumbnail {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 20px;
}
.thumb-pad2 > p {
  margin-bottom: 14px;
}
.thumb-pad2 figure {
  margin: 0;
  float: left;
  margin-right: 19px;
  position: relative;
  display: inline-block;
}
.thumb-pad2 .thumbnail .caption {
  padding: 0;
  color: #7f7f7f;
}
.thumb-pad2 .thumbnail .caption h3 {
  position: relative;
  top: -4px;
  margin-bottom: 0;
}
.thumb-pad2 figure img {
  width: 100%;
}
.thumb-pad3 {
  margin-bottom: 37px;
  width: 204px;
  float: left;
  margin-right: 20px;
  min-height:370px; 
}
.thumb-pad3.last {
  margin-right: 0;
}
.thumb-pad3 .thumbnail {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.thumb-pad3 .thumbnail .caption {
  padding: 0;
  color: #7f7f7f;
  border-bottom: 1px solid #cbcbcb;
  padding-bottom: 8px;
  margin-bottom: 7px;
}
.thumb-pad3 .thumbnail .caption h3 {
  margin-bottom: 4px;
}
.thumb-pad3 figure {
  margin: 0;
  float: none;
  margin-bottom: 16px;
}
.thumb-pad3 figure img {
  width: 100%;
  max-width: none;
}
.indexCenterAdds {
	  width:730px;
	  text-align:left;
	  padding-left:0px;
  	display: block;
	  height:110px;
}
	
.gameCenterAdds {
	  float: left;
	  min-width:410px;
	 
	  padding-left:0px;
	  padding-right:20px;
	  padding-top:0px;
	  height:407px;

	
}

#leftbartest {
	background:url(../img/LeftBarTest.png) no-repeat left top;
	width:103px; 
	height:71px;
	
}
#leftbarTyping {
	background:url(../img/LeftBarTyping.png) no-repeat left top;
	width:103px; 
	height:71px;
	
}

#leftbarGames {
	background:url(../img/LeftBarGames.png) no-repeat left top;
	width:103px; 
	height:71px;
	
}


#leftbarStudents {
background:url(../img/LeftBarStudents.png) no-repeat left top;
	width:103px; 
	height:71px;
}

#leftbarTeachers {
background:url(../img/LeftBarTeachers.png) no-repeat left top;
	width:103px; 
	height:71px;
}


#leftbarRace {
background:url(../img/LeftBarRace.png) no-repeat left top;
	width:103px; 
	height:71px;
}

#leftbarKeypad {
background:url(../img/LeftBarKeyPad.png) no-repeat left top;
	width:103px; 
	height:71px;
}

#LeftBarVideo {
background:url(../img/LeftBarVideo.png) no-repeat left top;
	width:103px; 
	height:71px;
}

#LeftBarProduct {
background:url(../img/LeftBarProduct.png) no-repeat left top;
	width:103px; 
	height:71px;
}

a:hover #LeftBarProduct,
a:hover #LeftBarVideo, 
a:hover #leftbarKeypad,
a:hover #leftbarRace, 
a:hover #leftbarTeachers, 
a:hover #leftbarStudents, 
a:hover #leftbarGames,
a:hover #leftbarTyping,
a:hover #leftbartest {
	background-position: -103px 0; 
	
}

/*-----header-----*/
header {
  z-index: 1;
  padding: 0;
  height: auto;
}
.contLogo {
  width: 100%;
  display: inline-block;

  
}
#languagePlace {
	float:right; 
	text-align:right; 
	height:70px;
	
}
#MsSenseTop {
	position:absolute;
	right:200px;
	top: 5px;
	background:url(../img/msSenseL.png) no-repeat left top;
	width:44px;
	height:70px;
	z-index:99
	
}
#languageBar {
	background: #6ba4db;
	width:170px;
	height:20px;
	margin-top:15px;
	color:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	padding:10px;
	text-align:left; 
}

#languageTable {
	background:#7bb0e4;
	position:absolute;
	right:0px;
	top:55px;
	font-size:14px;
	text-align:left;
	z-index:100;
 
}
#languageTable table tr td {
	
	width: 100px;
}
#languageTable table tr td  a{
	color:#FFF; 
}
/*-----menu-----*/
.navbar_ {
  margin-bottom: 0 !important;
  text-align: center;
}
.navbar_ .collapse {
  overflow: visible;
  line-height: 0!important;
  font-size: 0;
}
.navbar_ .nav-collapse_ .nav li li {
  font-size: 13px;
  line-height: 16px;
  display: block;
}
.navbar_ .navbar-inner {
  position: relative;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  min-height: inherit;
  border: none;
  background: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
}
.navbar_ .nav-collapse_ {
  height: 64px !important;
  /*to bring the shdow of the ruller*/
  margin-bottom: 49px;
  position: relative;
  z-index: 1;
}
.menu-shadow {
  text-align: center;
  width: 100%;
  height: 85px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.menu-shadow img {
  width: 100%;
  display: inline-block;
}
.nav-collapse_ {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  position: relative;
  float: none;
  margin: 0;
  padding: 0;
  background: none;
  text-align: center;
}
.nav-collapse_ .nav {
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0;
}
.nav-collapse_ {
  background: url(../img/menu_bg.png) right 0 repeat-x;
}
.nav-collapse_ .nav li {
  position: relative;
  margin: 0;
  padding: 0;
  float: left;
  zoom: 1;
  padding-right: 2px;
  background: url(../img/menu_border.png) right 0 repeat-y;
}
.nav-collapse_ .nav > li > a span {
  display: block;
  position: absolute;
  height: 5px;
  background: url(../img/menu-marker.gif) center 0 no-repeat;
  bottom: 16px;
  width: 100%;
  left: 0;
}
.nav-collapse_ .nav > li > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  color: #ffffff;
  font: bold 21px 'Trebuchet MS', Arial, Helvetica, sans-serif;
  text-shadow: none;
  padding: 14px 18px 23px 19px;
  background: url(../img/menu_bg.png) right 0 repeat-x;
}
.nav-collapse_ .nav > .sfHover > a {
  color: #ffffff !important;
  background: url(../img/menu_bg_act.png) right 0 repeat-x;
}
.nav-collapse_ .nav > li.active > a {
  color: #ffffff !important;
  background: url(../img/menu_bg_act.png) right 0 repeat-x;
}
.nav-collapse_ .nav > li:hover > a {
  color: #ffffff;
  background: url(../img/menu_bg_act.png) right 0 repeat-x;
}
/*-----subMenu1-----*/
.nav-collapse .sub-menu {
  position: absolute;
  display: none;
  width: 188px;
  left: 0px;
  top: 64px;
  list-style: none;
  zoom: 1;
  z-index: 11;
  background: #171717;
  padding: 8px 0 0 0;
  margin: 0;
  text-align: left;
}

.nav-collapse .sub-menu li {
  background: none;
  margin: 0;
  padding: 0;
  width: 100%;
  padding-bottom: 8px;
  margin-bottom: 7px;
  border-bottom: 1px solid #4a4a4a;
}
.nav-collapse .sub-menu li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.nav-collapse .sub-menu li a {
  display: block;
  background: none;
  padding: 0;
  margin: 0;
  padding-left: 11px;
  font: bold 13px Arial, Helvetica, sans-serif;
  color: #ffffff;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.nav-collapse .sub-menu li a span {
  margin-left: 10px;
  display: inline-block;
  background: url(../img/menu-marker2.gif) no-repeat;
  width: 6px;
  height: 5px;
  position: relative;
  top: -2px;
}
.sub-menu li.sfHover > a {
  text-decoration: none;
  color: #ffffff;
  background: none;
}
.sub-menu li.sfHover > a span {
  color: #ffffff;
}
.nav-collapse .sub-menu li a:hover,
.nav-collapse .sub-menu li.sfHover > a {
  text-decoration: none;
  color: #dc1010;
  background: none;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.nav-collapse .sub-menu li a:hover span,
.nav-collapse .sub-menu li.sfHover > a span {
  color: #dc1010;
}
/*-----subMenu2-----*/
.nav-collapse .sub-menu ul {
  position: absolute;
  display: none;
  width: 188px;
  left: 197px;
  top: -8px;
  list-style: none;
  zoom: 1;
  z-index: 11;
  background: #171717;
  padding: 8px 0 0 0;
  margin: 0;
  text-align: left;
}
.nav-collapse .sub-menu ul li a {
  display: block;
  background: none;
  padding: 0;
  margin: 0;
  padding-left: 11px;
  font: bold 13px Arial, Helvetica, sans-serif;
  color: #ffffff;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
/*----content-----*/
#content {
  position: relative;
  padding: 0 0 0 0;
}
.img-polaroid {
  padding: 7px;
  background: none;
  box-shadow: none;
  border: 1px solid #f3f3f3;
  max-width: inherit;
}
#toTop {
  display: none;
  width: 57px;
  height: 57px;
  overflow: hidden;
  background: url(../img/top.png) no-repeat;
  position: fixed;
  margin-right: -690px !important;
  right: 50%;
  bottom: 10%;
  z-index: 999;
  opacity: 1;
  filter: alpha(opacity=100);
}
#toTop:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/*-----blockquote-----*/blockquote {
  padding: 0;
  border: none;
  margin: 0;
  margin-top: -5px;
  margin-bottom: 28px;
}
blockquote img {
  float: left;
  margin-right: 7px;
  margin-top: 5px;
}
blockquote p {
  font: 13px Arial, Helvetica, sans-serif;
  line-height: 18px;
  color: #7f7f7f;
}
blockquote a {
  font-size: 13px;
  font-weight: bold;
  color: #303030;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
blockquote a:hover {
  color: #dc1010;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
#columns {
  width: 100%;
  padding-top: 29px;
  padding-bottom: 65px;
  background-color: #555555;
  background-image: -moz-linear-gradient(top, #333333, #878787);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#878787));
  background-image: -webkit-linear-gradient(top, #333333, #878787);
  background-image: -o-linear-gradient(top, #333333, #878787);
  background-image: linear-gradient(to bottom, #333333, #878787);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff333333', endColorstr='#ff878787', GradientType=0);
}
/*-----search-----*/
#search-404 {
  margin-bottom: 163px;
  margin-top: -32px;
  overflow: hidden;
  display: block;
}
#search-404 input {
  background-color: #ffffff;
  width: 60%;
  outline: none;
  box-shadow: none;
  color: #7f7f7f;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px ;
  line-height: 19px;
  border-radius: 0;
  padding: 15px 10px 15px 10px;
  margin: 26px 0 27px 0;
  float: left;
  border: 1px solid #cecece;
  height: 50px;
  display: inline-block;
}
#search-404 .btn.btn-primary {
  margin-top: 26px;
}
#search {
  display: inline-block;
  margin: 0;
  float: right;
  margin-top: 67px;
}
#search input {
  width: 249px;
  outline: none;
  box-shadow: none;
  color: #707070;
  font-family: PT Sans, Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 19px;
  border-radius: 0;
  padding: 15px 10px 15px 12px;
  box-sizing: content-box;
  margin-right: 0;
  float: left;
  background-color: #fff;
  border: 1px solid #cacaca;
}
.search_link {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/*-----map-----*/
.map {
  display: block;
  padding: 0;
  margin: 0;
  line-height: 0;
}
.map iframe {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 432px ;
  border: none;
  line-height: 0;
}
address {
  margin: 0;
  margin-bottom: 23px;
}
address > p {
  font: 13px Arial, Helvetica, sans-serif;
  color: #7f7f7f;
  text-transform: uppercase;
  margin-bottom: 1px;
}
.info {
  display: inline-block;
}
.info > p span {
  width: 65px;
  display: inline-block;
  color: #938c82;
}
.info a {
  text-decoration: none;
  font: 13px Arial, Helvetica, sans-serif;
  line-height: 18px;
  color: #dc1010;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.info a:hover {
  color: #7f7f7f;
  text-decoration: none;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.mail {
  text-decoration: none;
  font: 13px Arial, Helvetica, sans-serif;
  line-height: 18px;
  color: #dc1010;
  margin-bottom: 32px;
  display: inline-block;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.mail:hover {
  color: #7f7f7f;
  text-decoration: none;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
/*-----form-----*/
#contact-form {
  position: relative;
  z-index: 1;
  margin: 0 0 20px;
  padding: 0 0 0 0;
  vertical-align: top;
  font-family: Arial, Helvetica, sans-serif;
}
.txt-form {
  display: block;
  padding-bottom: 6px;
  color: #ffffff;
}
.txt-form span {
  color: #ffffff;
}
.form-div-1,
.form-div-2,
.form-div-3 {
  float: left;
  width: 187px;
}
.form-div-1 {
  margin-right: 9px;
}
.form-div-2 {
  margin-right: 9px;
}
#contact-form div {
  overflow: hidden;
}
#contact-form fieldset {
  position: relative;
  z-index: 10;
  overflow: hidden;
  padding: 0;
  width: 100%;
  border: none;
}
#contact-form label {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  min-height: 50px;
  width: 100%;
}
#contact-form .message {
  display: block !important;
  min-height: 201px;
  width: 100%;
  margin-bottom: 14px;
}
#contact-form input,
#contact-form textarea {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 10px 15px 11px 18px;
  width: 100%;
  outline: none;
  border: none;
  background: #ffffff;
  color: #7f7f7f;
  font-size: 13px;
  line-height: 20px !important;
  font-family: Arial, Helvetica, sans-serif;
  border: 1px solid #b5b5b5;
}
#contact-form input {
  height: 41px;
}
#contact-form input:focus,
#contact-form textarea:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#contact-form .area .error {
  float: none;
}
#contact-form textarea {
  overflow: auto;
  width: 100%;
  height: 220px;
  resize: none;
}
#contact-form .success {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 10px;
  width: 100%;
  border: 1px solid #b5b5b5;
  background: #ffffff;
  color: #7f7f7f;
  text-align: center;
  text-transform: none;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 22px;
}
#contact-form .error,
#contact-form .empty {
  position: absolute;
  bottom: 11px;
  right: 2px;
  display: none;
  overflow: hidden;
  padding: 1px 4px 0px 0;
  width: 100%;
  color: #dc1010;
  text-transform: none;
  font-size: 11px;
  line-height: 1.27em;
  font-family: Arial, Helvetica, sans-serif;
  text-align: right;
}
#contact-form .message .error,
#contact-form .message .empty {
  bottom: 5px;
}
.btns p {
  float: left;
  width: 60px;
}

#lowerText {
	border-top:medium #4C4B4B ridge; 
	padding-top:30px; 
	margin-top:25px; 
	margin-bottom:40px;
	#4C4B4B; 
	
}
#lowerText a {
	color:#333333
	
}
/*-----footer-----*/
footer {
  padding-top: 17px;
  padding-bottom: 22px;
  background-color: #1e1e1e;
}
footer .container {
  position: relative;
}
footer p {
  color: #ffffff;
  font: bold 13px Arial, Helvetica, sans-serif;
}
footer p > a {
  color: #dc1010;
  font: bold 13px Arial, Helvetica, sans-serif;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
footer p > a:hover {
  color: #ffffff;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.select-menu {
  display: none !important;
}
.thumb-pad3 .thumbnail a figure img{
	width:149px;
	height:142px; 
}
.adtitle728 {
	width: 728px ;
  margin-left: auto ;
  margin-right: auto 
	
}
.addbygoogle {
	text-align:left; 
}
#topAdd {
	align-content:center; 
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:20px;
	
}
#leftAdd {
	margin-top:20px;
	display:inline-block;
	float:left; 
	margin-left:155px;
	white-space: normal;
}

#gameAreaNinja {
	float:left;
	padding-top:20px;
	width:640px;
	height:480px;
}
#gameAreaStairs {
	float:left;
	padding-top:20px;
	width:760px;
	height:500px;
}

#gameArea {
	float:left;
	padding-top:20px;
	width:750px;
	height:570px;
}
div#flashAdd
{
	position:absolute; 
	top: 50px;
	left:250px;

}
#round
{
	position:absolute; 
	top:0px; 
	left:0px;
	width:980px;
	height:768px;
}
#mainCont {
	position:relative; 
}
#otherGames 
{
	margin-left:0;
	margin-top:5px;
	padding-left:20px;
	height:auto;
}
.container .row .span2.whiteQube {
	margin-left: 20px;
}
/*-------------------------------------------------------media queries----------------------------------------------------------*/
@media (min-width: 1200px) {
  .navbar_ {
    text-align: left;
  }
  .navbar_ .brand {
    float: left;
    margin: 28px 0 0 0;
    display: block;
  }
  .nav-collapse_ {
    display: block;
  }
  .nav-collapse .nav {
    display: block;
  }
  #contact-form label {
    display: inline-block;
  }
  .form-div-1,
  .form-div-2,
  .form-div-3 {
    width: 237px;
  }
  .form-div-1,
  .form-div-2 {
    margin-right: 9px;
  }
  #search-404 input {
    width: 67%;
  }
  .error img {
    margin-left: 47px !important;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 980px) and (max-width: 1199px) {
  .list1 li figure {
    float: none;
    margin-right: 0;
    margin-bottom: 13px;
  }
  .margBot {
    margin-bottom: 3px !important;
  }
  .thumb-pad2 .thumbnail {
    margin-bottom: 0;
  }
  .thumb-pad2 figure {
    margin-bottom: 17px;
  }
  .list2 li figure {
    float: none;
    margin-right: 0;
    margin-bottom: 13px;
  }
  .list2 li:last-child {
    padding-bottom: 58px;
  }
  .nav-collapse_ {
    height: auto !important;
  }
  .thumb-pad3.last {
    margin-right: 20px;
  }
  .error img {
    margin-left: 0 !important;
  }
  #search-404 input {
    width: 57%;
  }
  .menu-shadow {
    bottom: -6px;
  }
  .form-div-1,
  .form-div-2,
  .form-div-3 {
    width: 187px;
  }
  
  #gameAreaNinja,
  #gameAreaStairs, 
  #gameArea {
	
	width:656px;
	height:432px;


}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 979px) {
  .list1 li figure {
    float: none;
    margin-right: 0;
    margin-bottom: 13px;
  }
  .list2 li figure {
    float: none;
    margin-right: 0;
    margin-bottom: 13px;
  }
  .thumb-pad2 > p {
    margin-bottom: 0;
  }
  .thumb-pad2 .thumbnail {
    margin-bottom: 0;
  }
  .thumb-pad2 figure {
    margin-bottom: 17px;
  }
  .list1 li:last-child {
    margin-bottom: 68px;
  }
  .list2 li:last-child {
    margin-bottom: 68px;
    padding-bottom: 40px;
  }
  .navbar_.nav-collapse {
    height: 64px !important;
  }
  .thumb-pad3 {
	  
    width: 100%;
	  border-bottom: 1px solid #c1c1c1;
	    min-height:210px;
		padding-top:20px;
  }
  .gameCenterAdds {
	   border-bottom: 1px solid #c1c1c1; 
	    min-height:230px;
		
  }

  .thumb-pad3 figure {
    margin-right: 20px;
    float: left;
  }
  .thumb-pad3 .thumbnail .caption {
    border-bottom: none;
    padding-bottom: 0;
  }
  .error img {
    margin-left: 0 !important;
  }
  h5 {
    font-size: 62px;
    line-height: 62px;
    margin-bottom: 10px;
  }
  h6 {
    font-size: 40px;
    line-height: 40px;
  }
  #search-404 input {
    width: 47%;
  }
  .navbar_ .nav-collapse_ .nav {
    display: none;
  }
  .navbar_ .nav-collapse_ {
    height: auto !important;
    padding-bottom: 5px;
    background: none;
  }
  .select-menu {
    display: block !important;
    margin-bottom: 2px;
    width: 100%;
    border: 1px solid #000;
    background: #d9d9d9 ;
    color: #000000;
    cursor: pointer;
  }
  .top {
    display: none;
  }
  .form-div-1,
  .form-div-2,
  .form-div-3 {
    float: none;
    width: 100%;
    margin: 0 0 0 0;
  }
  #search-404 input {
    width: 73%;
  }
  .error {
    text-align: center;
  }
  .menu-shadow {
    display: none;
  }
  #languagePlace {
	 display: none; 
  }
  #topAdd {
	 display: none; 	  
  }
  
  #leftAdd {
	 display: none; 	  
  }
    
 #gameAreaNinja,
 #gameAreaStairs, 
 #gameArea {
	width:100%;


}


/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 979px) {
  .form-div-1,
  .form-div-2,
  .form-div-3 {
    width: 139px;
  }
  .form-div-1,
  .form-div-2 {
    margin-right: 9px;
  }
    
  #gameAreaNinja,
  #gameAreaStairs, 
  #gameArea {
	

	height:432px;
}

div#flashAdd
{
	left:100px;
	
}
#round {
	left:-100px;
	
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
  .gradient1,
  .gradient2,
  .gradient3 {
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 24px !important;
  }
  #search input {
    width: 199px;
  }
  #columns article:first-child {
    width: 200px;
    float: left;
    margin-right: 15px;
  }
  #columns article:first-child + article {
    width: 200px;
    float: left;
    margin-right: 15px;
  }
  #columns article:first-child + article + article {
    width: 200px;
    float: left;
    margin-right: 15px;
  }
  #columns article:first-child + article + article + article {
    width: 200px;
    float: left;
    margin-right: 15px;
  }
  #columns article:first-child + article + article + article + article {
    width: 200px;
    float: left;
    margin-right: 15px;
  }
  .list1 li figure {
    margin: 0;
    position: relative;
    float: left;
    margin-right: 17px;
  }
  .list1 li:last-child {
    margin-bottom: 14px;
  }
  .list1 li a {
    top: -2px;
  }
  .list2 li figure {
    margin: 0;
    position: relative;
    float: left;
    margin-right: 17px;
  }
  .list2 li:last-child {
    margin-bottom: 14px;
    padding-bottom: 40px;
  }
  .thumb-pad2 > p {
    margin-bottom: 0;
  }
  .navbar_ .nav-collapse_ {
    margin-bottom: 0;
  }
  .list5 li:first-child + li + li + li {
    margin-right: 15px;
  }
  .box-list1 {
    width: 50%;
    float: left;
    margin-right: 10px;
  }
  .box-list2 {
    width: 45%;
    float: left;
  }
 
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 626px) and (max-width: 767px) {
  .navbar_ .nav-collapse_ {
    margin-bottom: 0;
  }
    
  #gameAreaNinja,
  #gameAreaStairs,
    #gameArea {

	height:370px;
}

div#flashAdd
{
	left:0px;
	
}

#round {
	left:-200px;
	
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 626px) {
  .list1 li:last-child {
    margin-bottom: 14px;
  }
  #search {
    display: none;
  }
  #columns article:first-child {
    width: 175px;
    float: left;
    margin-right: 15px;
  }
  #columns article:first-child + article {
    width: 175px;
    float: left;
    margin-right: 15px;
  }
  #columns article:first-child + article + article {
    width: 175px;
    float: left;
    margin-right: 15px;
  }
  #columns article:first-child + article + article + article {
    width: 175px;
    float: left;
    margin-right: 15px;
  }
  #columns article:first-child + article + article + article + article {
    width: 175px;
    float: left;
    margin-right: 15px;
  }
  .list5 li {
    width: 100%;
  }
  .list5 li figure {
    float: left;
    display: inline-block;
    margin-right: 10px;
  }
  .thumb-pad2 figure {
    width: 100%;
    margin-bottom: 10px;
  }
  .thumb-pad3 figure {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  #search-404 input {
    width: 100%;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 560px) {
  #columns article:first-child {
    width: 175px;
    float: left;
    margin-right: 15px;
  }
  #columns article:first-child + article {
    width: 175px;
    float: left;
    margin-right: 15px;
  }
  #columns article:first-child + article + article {
    width: 175px;
    float: left;
    margin-right: 15px;
  }
  #columns article:first-child + article + article + article {
    width: 175px;
    float: left;
    margin-right: 15px;
  }
  #columns article:first-child + article + article + article + article {
    width: 175px;
    float: left;
    margin-right: 15px;
  }
  .block-blog .img-polaroid {
    float: none;
    margin: 0 0 15px 0;
    width: 95%;
    display: block;
  }
  .list6 li figure {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
   div#flashAdd
{
	left:-20px;
	
} 
#round {
	left:-300px;
	
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 482px) and (max-width: 625px) {
	  
 #gameAreaNinja,
 #gameAreaStairs, 	
 #gameArea {
	
	height:280px;
}
 div#flashAdd
{
	left:0px;
	
} 
#round {
	left:-200px;
	
}
}
@media (max-width: 480px) {
  .list1 li figure {
    margin: 0;
    position: relative;
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .list2 li figure {
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .list5 li figure {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  #columns article {
    width: 100% !important;
    float: none !important;
  }
  .thumb-pad2 .span2 {
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
  }
  .box-list1,
  .box-list2 {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .box-list1 h2,
  .box-list2 h2 {
    font-size: 23px;
    line-height: 23px;
  }
  .map iframe {
    height: 200px;
  }
  
 #flashAdd
{
	display:none; 
	
} 

#round {
	display:none; 
	
}
  
#gameAreaNinja,
#gameAreaStairs, 
   #gameArea {
	

	height:1px;

}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 320px) and (max-width: 481px) {

}
@media (max-width: 320px) {
  .block-indent .img-polaroid {
    float: none;
    width: 100%;
  }
  .list3 .badge {
    display: none;
  }
  h2 {
    font-size: 20px;
    line-height: 20px;
  }
  h5 {
    font-size: 45px;
    line-height: 45px;
    margin-bottom: 10px;
  }
  h6 {
    font-size: 25px;
    line-height: 25px;
  }
    
  	#gameAreaNinja,
  	#gameAreaStairs, 
     #gameArea {
	

	height:150px;


}
 div#flashAdd
{
	left:0px;
	
} 
}
/*---------------------------------------------------------------------------------------------------------------------------*/.gradient1 {
  background-color: #f2f2f2;
  background-image: -moz-linear-gradient(top, #e9e9e9, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e9e9e9), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #e9e9e9, #ffffff);
  background-image: -o-linear-gradient(top, #e9e9e9, #ffffff);
  background-image: linear-gradient(to bottom, #e9e9e9, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe9e9e9', endColorstr='#ffffffff', GradientType=0);
  padding-bottom: 54px;
}
.gradient2 {
  background-color: #fbe5e5;
  background-image: -moz-linear-gradient(top, #f9d4d4, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9d4d4), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #f9d4d4, #ffffff);
  background-image: -o-linear-gradient(top, #f9d4d4, #ffffff);
  background-image: linear-gradient(to bottom, #f9d4d4, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9d4d4', endColorstr='#ffffffff', GradientType=0);
  padding-bottom: 54px;
}
.gradient3 {
  background-color: #f2f2f2;
  background-image: -moz-linear-gradient(top, #e9e9e9, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e9e9e9), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #e9e9e9, #ffffff);
  background-image: -o-linear-gradient(top, #e9e9e9, #ffffff);
  background-image: linear-gradient(to bottom, #e9e9e9, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe9e9e9', endColorstr='#ffffffff', GradientType=0);
  padding-bottom: 43px;
}

.gradient4 {
  background-color: #f2f2f2;
 background: #ffffff;
  background: -moz-linear-gradient(top, #4c4c4c 0%, #ffffff 32%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4c4c4c), color-stop(32%, #ffffff), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, #4c4c4c 0%, #ffffff 32%, #ffffff 100%);
  background: -o-linear-gradient(top, #4c4c4c 0%, #ffffff 32%, #ffffff 100%);
  background: -ms-linear-gradient(top, #4c4c4c 0%, #ffffff 32%, #ffffff 100%);
  background: linear-gradient(to bottom, #4c4c4c 0%, #ffffff 32%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c4c4c', endColorstr='#ffffffff', GradientType=0);
  padding-bottom: 43px;
}
.teachersBg > div,
.whiteQube > div,
.lightblue > div, 
.gradient1 > div,
.gradient2 > div,
.gradient3 > div,
.gradient4 > div {
  padding: 0 20px 0 20px;
}
.margBot {
  margin-bottom: 0;
}
.margBot1 {
  margin-bottom: 24px;
}
.padBot {
  padding-bottom: 21px;
}
.padBot1 {
  padding-bottom: 31px;
}
.dsplStyle {
  display: inline-block;
}
.error img {
  margin-left: 0;
  display: inline-block;
  max-width: 100% !important;
}
/*---------------------------------------------------------------------------------------------------------------------------*//*Core variables and mixins*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


div#towerBatoom {
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:10px;
}
/*-----Gradients-----*/
.backgroundGradient {
  background: #ffffff;
  background: -moz-linear-gradient(top, #e6e6e6 0%, #ffffff 50%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e6e6e6), color-stop(50%, #ffffff), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, #e6e6e6 0%, #ffffff 50%, #ffffff 100%);
  background: -o-linear-gradient(top, #e6e6e6 0%, #ffffff 50%, #ffffff 100%);
  background: -ms-linear-gradient(top, #e6e6e6 0%, #ffffff 50%, #ffffff 100%);
  background: linear-gradient(to bottom, #e6e6e6 0%, #ffffff 50%, #ffffff 100%);
}
.blackText {
	color:#000000; 
}

.leftInstruction {
	float:left;
	padding-left:0; 
	margin-left:0;
	margin-right:20px;
	
}

.lightblue {
	background:#d6e5f4;
}

.whiteQube {
	background:#ffffff;
}

teachersBg {
	background: url(../img/teacherBg.png) repeat;
	border:solid thin #7AB0E4; 
	
}
.iconleftTest {
	float:left;
	padding-right:12px;	
}

li#liLesson {

	background: url(../img/lessonsNav.png) no-repeat left top ; 
	background-position: 18px 25px;
	background-color:#a6c8ec;
}
#limytext {
	position:relative; 
	min-height:103px;
	background-color:#a6c8ec;
	
}


li.liActive {
	background-color: #4D4C4C;
	
}
li.liActive h4{
	color:#FFF; 
	border-bottom-color:#FFF; 
	
}

li.liActive div a div{
	color:#FFF; 
	
}
li.notActive div a div{
	color: #4D4C4C;
}

#h4Instructions {
	color:#fff; 
	 border-bottom: 1px solid #fff;
}
.textLeftMenLesson {

padding-left:73px;


}
.textrightTest {
	width:108px;
	float:left; 
	 color: #4D4C4C;

}

.textForKey {
	color:#4C4B4B; 
	
}
.keyLesson a{
	text-align:center; 
	font-size:16px; 
	float:left; 
	width:110px; 
	height:23px;
	margin-left:7px;
	margin-bottom:6px;
	text-decoration: none;
	color:#ffffff; 
	background: #4C4B4B; 
	padding:5px; 
	
}
#textInstructions {
	color:#fff;
	width:120px;
}
.keyLesson a:hover{
	color:#4C4B4B; 
	background: #79AFE3; 
	
}

.list3 li .extra-wrap a h4 {
	margin-left: -15px;
}
