.playIntroSound {
	position: absolute;
    text-align: center;
    line-height: 75px;
    background: white;
    bottom: 110px;
    left: 500px;
    width: 296px;
    height: 76px;
    border-radius: 40px;
    font-size: 36px;
    font-family: CFAsty Book;
    border: 5px solid #db1c23;
    color: #db1c23;
}

.playIntroSound:hover {
	background: #db1c23;
	color: white
}


.slideshow {
	width: 100%;
	height: 100%;
	white-space: nowrap;
	overflow: hidden;
	font-size: 0;
}

.inactiveBtn {
	opacity: 0.3 !important;
}



.intro {
	width: 1280px;
	height: 960px;
	display: none;
}


/*hELP DIV*/

.helpBtn {
	position: absolute;
	right: 272px;
	top: 29px;
	z-index: 10000;
	top: -824px;
}


.helpExit {
	position: absolute;
	width: 60px;
	height: 60px;
	bottom: 25px;
	left: 48px;
}

.helpBtn.firstLevel.pressed svg path:nth-child(2) {
	fill: red !important
}

.helpBtn.firstLevel.pressed svg path:nth-child(4) {
	fill: #ffffff !important
}

.helpExit.pressed circle {
	fill: #737373 !important
}

.helpExit.pressed path {
	fill: #ffffff !important
}


.instr-Btn.pressed svg path:nth-child(2) {
	fill: #ff007d !important
}

.instr-Btn.pressed svg path:nth-child(3) {
	fill: #ff007d !important
}

.help {
	display: none;
	z-index: 10000;
	width: 1280px;
	height: 960px;
	overflow: hidden;
	position: absolute;
	background: #0a73b4;
}

.helpCont {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 1237px;
	height: 779px;
	/*margin-top:82px;*/
}

.helpImg {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 1237px;
	height: 779px;
	margin-top: 82px;
}

.helpTxt {
	position: absolute;
	left: 55px;
	color: #ffffff;
	font-size: 61px;
	font-family: 'CFAsty Pro Book';
	margin-top: 15px;
}

.helpRightCont {
	position: absolute;
	right: 0;
	bottom: 25px;
}


.svg-cont {
	width: 37px;
	height: 30px;
	float: right;
	bottom: 50px;
	margin-right: 75px;
	margin-top: 3px;
}

.instr-Btn {
	bottom: 25px;
	margin-right: 25px;
	float: right;

}

.Instr-txt {

	font-family: 'CFAsty Primary Semibold';
	font-size: 21px;
	float: right;
	color: #ffffff;
	margin-right: 25px;
	margin-top: 20px;
	margin-left: 15px;
}

.pressed .Instr-txt {
	color: #ff007d;
}

/*eND OF hELP DIV*/

.IntroActive .intro {
	display: block !important;
}

.IntroActive .main,
.IntroActive .mainOptions {
	display: none !important;
}

#main {
	width: 100%;
	height: 860px;
	background: none;
	left: 0px;
	top: 0px;
	border-radius: 0px;
	z-index: 9000;
}

.modulesTrigger svg {}

.loading .f11Txt {
	display: none;
}

.f11Txt {
	position: absolute;
	top: 12px;
	left: 1017px;
    width: 303px;
    height: 162px;

}

/* ------- reformed svg icons in secondLvlHeaders separately each _start - marina 1-6-18 -------*/

.secondLevelHeader svg {
	margin-right: 15px;
	vertical-align: middle;
}

.secondLevelHeader.headerSmall svg {
	top: 206px;
    left: 488px;
    /* background: transparent url(img/Group 1036.png) 0% 0% no-repeat padding-box; */
    opacity: 1;
}


/* ------- reformed svg icons in secondLvlHeaders separately each _end - marina 1-6-18 -------*/

.secondLevelHeader svg path :not[data-second="GA"] {
	fill: #ffffff
}


.secondBack {
	position: absolute;
	bottom: 40px;
	left: 40px;
}

.secondBack svg {
	width: 70px;
	height: 70px;
}

.secondLevelHeader span {
	vertical-align: middle;
	letter-spacing: 1px;
	line-height: 2.5;
}

.mainCol {
	float: left;
	width: 50%;
}

.mainOptions {
	height: 100px !important;
}

.slideshow img {
	display: inline-block;
	transition: margin-left 0.6s ease-in-out;
	-webkit-transition: margin-left 0.6s ease-in-out;
}

.mainBgEx {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.slideshow div {
	display: inline-block;
}

.trigger {
	cursor: pointer;
	display: inline-block;
}

.trigger:hover .dim {
	-webkit-transform: rotateX(90deg) translateZ(0);
	transform: rotateX(90deg) translateZ(0);
	bottom: 10px;
}

.dim {
	width: 200px;
	height: 100px;
	position: relative;
	-webkit-transition: -webkit-transform .4s ease-in-out, opacity 1.5s ease-in-out;
	-webkit-transition: opacity 1.5s ease-in-out, -webkit-transform .4s ease-in-out;
	transition: opacity 1.5s ease-in-out, -webkit-transform .4s ease-in-out;
	transition: transform .4s ease-in-out, opacity 1.5s ease-in-out;
	transition: transform .4s ease-in-out, opacity 1.5s ease-in-out, -webkit-transform .4s ease-in-out;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	margin-top: 40px;
	-webkit-transform: rotateX(0deg) translateZ(0);
	transform: rotateX(0deg) translateZ(0);
}


.mainLessons {
	display: none;
}


.levelWrapper {
	width: 1280px;
	height: 910px;
	position: relative;
}

.logoImg {
	position: absolute;
	top: 0px;
	left: 50px;
}

.slideshowButtonWrapper {
	height: 20px;
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	bottom: 204px;
	left: 600px;
	text-align: justify;
	padding: 0px 9px;
	z-index: 100;
}

.slideshowButtonWrapper span {
	display: inline-block;
	width: 9px;
	height: 9px;
	background: rgba(255, 255, 255, 0.4);
	border-radius: 100%;
	margin: 0px 5px;
	cursor: pointer;
	margin-top: 5px
}

.slideshowButtonActive {
	background: rgba(255, 255, 255, 1) !important;
}

.bookLevel {
	position: absolute;
	right: 40px;
	bottom: 170px;
	border: 4px solid white;
	font-family: 'Stag Sans Web';
	font-size: 96px;
	border-radius: 100%;
	width: 120px;
	height: 120px;
	line-height: 120px;
	text-align: center;
	color: white;
	;
}

.secondary .mainBtn {
	width: 542px;
	height: 100px;
	position: relative;
	cursor: pointer;
	margin-bottom: 25px;
	margin-right: 25px;
	border-radius: 58px;
	line-height: 112px;
	margin: 35px auto 0px auto;
	box-sizing: border-box;
}

.secondary .mainNormal,
.secondary .mainInv {
	position: relative;
}


.primary .mainNormal,
.primary .mainInv {
	position: relative;
	border-radius: 100%;
	float: left;
	text-align: center;
	height: 172px;
	margin: 0px 10px;
	width: 140px;
}



.secondary .mainNormal {
	color: white;
	background: rgb(125,64,35);
	background: -moz-linear-gradient(90deg, rgba(125,64,35,1) 0%, rgba(186,106,29,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(125,64,35,1) 0%, rgba(186,106,29,1) 100%);
	background: linear-gradient(90deg, rgba(125,64,35,1) 0%, rgba(186,106,29,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7d4023",endColorstr="#ba6a1d",GradientType=1);
	border: 5px solid white;
	line-height: 84px;
}



.mainInv {
	background: #EAEAEA;
	color: #7D4023;
}



.secondary .mainTitle {
	font-size: 44px;
	width: 100%;
	font-family: 'CFAsty';
	text-align: center;
	font-weight: 300;
	line-height: 100px;
}

.primary .mainTitle {
	font-size: 23px;
	margin-top: 20px;
}


.modulesMore {
	position: relative;
	display: inline-block;
	width: 260px;
	margin-right: 16px;
	position: absolute !important;
	top: 27px;
	right: 150px;
}



.modulesExtra {
	position: absolute;
	left: 0px;
	bottom: 50px;
	display: none;
	width: 316px;
	font-family: 'Stag Sans Web';
	font-weight: 400;
}

.modulesExtra>div {
	line-height: 50px;
	min-height: 50px;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4);
	background: transparent;
}

.modulesExtraExp {
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0) !important;
	-moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0) !important;
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0) !important;

}



.modulesExtra>div>span {
	padding-left: 20px;
	font-size: 30px;
	color: black;
	display: block;
	cursor: pointer;
	background: white;
	font-family: 'CFAsty';
}

/* .modulesExtraSub,
.modulesExtraSubL2 {
	display: none;
	overflow: hidden;
	transition: max-height 0.3s ease-in-out;
	-webkit-transition: max-height 0.3s ease-in-out;
} */

.modulesExtraSub>span{
	display: block;
	height: auto;
	line-height: 43px;
	margin-left: 18px;
	padding-left: 20px;
	/* background: #dcdcdc; */
	color: black;
	font-size: 30px;
	cursor: pointer;

}
/* [data-extraL2]>span{
	display: block;
	height: auto;
	line-height: 43px;
	color: black;
	font-size: 30px;
	cursor: pointer;
	margin-left: -20px;
	padding-left: 20px;
}

.modulesExtraSubL2>span{
	margin-left: 18px;
	display: block;
	height: auto;
	line-height: 43px;
	color: black;
	font-size: 30px;
	cursor: pointer;
} */
.modulesExtraExp>span,
.modulesExtraExpL2>span {
	background: #505050 !important;
	color: #ffffff !important;
	font-family: 'CFAsty' !important;
}

.secondary .pressed.mainNormal {
	background: white;
	color: #7D4023;
}

.pressed.mainInv {
	background: #7D4023;
	color: #ffffff;
}

.logoSmall {
	vertical-align: middle;
	margin-top: -5px;
}

.modulesTrigger {
	font-family: 'CFAsty';
	font-size: 30px;
	letter-spacing: 1px;
	color: #737373;
	cursor: pointer;
	/* font-weight: 300; */
}

.exitBtn {
	vertical-align: middle;
	margin-right: 35px;
	margin-top: -3px;
}

.homeBtn {
	vertical-align: middle;
	margin-top: -3px;
}

.mainInactive path {
	fill: #DCDCDC
}

.mainActive path {
	fill: #000000
}

.exitBtn.pressed rect,
.homeBtn.pressed rect {
	fill: rgba(0, 0, 0, 0.4)
}

.exitBtn.pressed path,
.homeBtn.pressed path {
	fill: rgba(255, 255, 255, 1)
}

.scondary .mainBtn svg {
	position: absolute;
	left: 12px;
	top: 73px;
}

.mainInv svg path,
.mainInv svg polygon,
.mainInv svg rect,
.mainInv svg circle {
	fill: #7D4023;
}

.secondary .mainNormal svg path,
.secondary .mainNormal svg polygon {
	fill: #ffffff;
}

.secondary .mainInv ellipse {
	fill: #4B8830;
}

.secondary .mainInv.pressed svg path,
.secondary .mainInv.pressed svg polygon,
.secondary .mainInv.pressed ellipse,
.secondary .mainInv.pressed svg rect,
.secondary .mainInv.pressed svg circle {
	fill: #ffffff;
}

.secondary .mainNormal.pressed svg path,
.secondary .mainNormal.pressed svg polygon {
	fill: #7D4023;
}

.primary .mainTitle {
	font-family: 'SoupofJustice';
	text-align: center;
}

.primaryFirst .primaryBg {
	fill: #ffffff;
	stroke: #FF003C;
}

.primaryFirst .primaryBg circle {
	stroke: #FF003C;
}

.primaryFirst .primaryInner {
	fill: #FF003C;
}

.primaryFirst .mainTitle {
	color: white;
}

.primaryFirst.pressed .primaryBg {
	fill: #FF003C;
}

.primaryFirst.pressed .primaryInner {
	fill: #ffffff;
}

.primaryFirst.pressed .mainTitle {
	color: #FF003C;
}

.primarySecond .primaryBg {
	fill: #ffffff;
	stroke: #fe4bc6;
}

.primarySecond .primaryBg circle {
	stroke: #fe4bc6;
}

.primarySecond .primaryInner {
	fill: #fe4bc6;
}

.primarySecond .mainTitle {
	color: white;
}

.primarySecond.pressed .primaryBg {
	fill: #fe4bc6;
}

.primarySecond.pressed .primaryInner {
	fill: #ffffff;
}

.primarySecond.pressed .mainTitle {
	color: #fe4bc6;
}

.primaryThird .primaryBg {
	fill: #ffffff;
	stroke: #ffa000;
}

.primaryThird .primaryBg circle {
	stroke: #ffa000;
}

.primaryThird .primaryInner {
	fill: #ffa000;
}

.primaryThird .mainTitle {
	color: white;
}

.primaryThird.pressed .primaryBg {
	fill: #ffa000;
}

.primaryThird.pressed .primaryInner {
	fill: #ffffff;
}

.primaryThird.pressed .mainTitle {
	text-align: center;
	color: #ffa000;
}

.primaryFourth .primaryBg {
	fill: #ffffff;
	stroke: #2ee100;
}

.primaryFourth .primaryBg circle {
	stroke: #2ee100;
}

.primaryFourth .primaryInner {
	fill: #2ee100;
}

.primaryFourth .mainTitle {
	color: white;
}

.primaryFourth.pressed .primaryBg {
	fill: #2ee100;
}

.primaryFourth.pressed .primaryInner {
	fill: #ffffff;
}

.primaryFifth .primaryBg {
	fill: #ffffff;
	stroke: #00d2ff;
}

.primaryFifth .primaryBg circle {
	stroke: #00d2ff;
}

.primaryFifth .primaryInner {
	fill: #00d2ff;
}

.primaryFifth .mainTitle {
	color: white;
}

.primaryFifth.pressed .primaryBg {
	fill: #00d2ff;
}

.primaryFifth.pressed .primaryInner {
	fill: #ffffff;
}










.primaryGroup svg {
	overflow: visible;
}

.firstLevel {
	display: block;
}

/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
 */

.secondary .mainSecondLevel {
	display: none;
	overflow: hidden;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
}

.primary .mainSecondLevel {
	display: none;
	overflow: hidden;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: rgba(47, 44, 133, 0.93);
	width: 100%;
	min-height: 200px;
}

.primary .color-1 .secondModuleButton {
	background: #ff5824;
	color: #ffffff;
	border: 4px solid transparent;
}

.primary [data-secondtargetmodule="1"] .secondModuleButton,
.color-1.pressed .secondModuleButton {
	background: #ffffff !important;
	color: #ff5824 !important;
	border: 4px solid #ff5824 !important;
}

.primary .color-2 .secondModuleButton {
	background: #2ee100;
	color: white;
	border: 4px solid transparent;
}

.primary [data-secondtargetmodule="2"] .secondModuleButton,
.primary .color-2.pressed .secondModuleButton {
	background: white;
	color: #2ee100;
	border: 4px solid #2ee100;
}

.primary .color-3 .secondModuleButton {
	background: #901252;
	color: #ffffff;
	border: 4px solid transparent;
}

.primary [data-secondtargetmodule="3"] .secondModuleButton,
.primary .color-3.pressed .secondModuleButton {
	background: #ffffff !important;
	color: #901252 !important;
	border: 4px solid #901252 !important;
}

.primary .color-4 .secondModuleButton {
	background: #ffa000;
	color: white;
	border: 4px solid transparent;
}

.primary [data-secondtargetmodule="4"] .secondModuleButton,
.primary .color-4.pressed .secondModuleButton {
	background: white;
	color: #ffa000;
	border: 4px solid #ffa000;
}

.primary .color-5 .secondModuleButton {
	background: #008c96;
	color: #ffffff;
	border: 4px solid transparent;
}

.primary [data-secondtargetmodule="5"] .secondModuleButton,
.primary .color-5.pressed .secondModuleButton {
	background: #ffffff !important;
	color: #008c96 !important;
	border: 4px solid #008c96 !important;
}

.primary .color-6 .secondModuleButton {
	background: #da0000;
	color: #ffffff;
	border: 4px solid transparent;
}

.primary [data-secondtargetmodule="6"] .secondModuleButton,
.primary .color-6.pressed .secondModuleButton {
	background: #ffffff !important;
	color: #da0000 !important;
	border: 4px solid #da0000 !important;
}

.primary .color-7 .secondModuleButton {
	background: #fe4bc6;
	color: #ffffff;
	border: 4px solid transparent;
}

.primary [data-secondtargetmodule="7"] .secondModuleButton,
.primary .color-7.pressed .secondModuleButton {
	background: #ffffff !important;
	color: #fe4bc6 !important;
	border: 4px solid #fe4bc6 !important;
}

.primary .color-8 .secondModuleButton {
	background: #f7e500;
	color: white;
	border: 4px solid transparent;
}

.primary [data-secondtargetmodule="8"] .secondModuleButton,
.primary .color-8.pressed .secondModuleButton {
	background: white !important;
	color: #f7e500 !important;
	border: 4px solid #f7e500 !important;
}

.primary .color-9 .secondModuleButton {
	background: #00A5FF;
	color: white;
	border: 4px solid transparent;
}

.primary [data-secondtargetmodule="9"] .secondModuleButton,
.primary .color-9.pressed .secondModuleButton {
	background: white !important;
	color: #00A5FF !important;
	border: 4px solid #00A5FF !important;
}

.primary .color-10 .secondModuleButton {
	background: #bee530;
	color: white;
	border: 4px solid transparent;
}

.primary [data-secondtargetmodule="10"] .secondModuleButton,
.primary .color-10.pressed .secondModuleButton {
	background: white !important;
	color: #bee530 !important;
	border: 4px solid #bee530 !important;
}


.primaryStudents.pressed .primaryBg {
	fill: #FFFFFF;
}

.primaryStudents.pressed .primaryInner {
	fill: #FF5824;
}

.primaryWorkbook.pressed .primaryBg {
	fill: #FFFFFF;
}

.primaryWorkbook.pressed .primaryInner {
	fill: #00D2FF;
}

.primaryGrammar.pressed .primaryBg {
	fill: #FFFFFF;
}

.primaryGrammar.pressed .primaryInner {
	fill: #2EE100;
}

.primaryAlphabet.pressed .primaryBg {
	fill: #ffffff;
}

.primaryAlphabet.pressed .primaryInner {
	fill: #901252;
}

.primaryReader.pressed .primaryBg {
	fill: #ffffff;
}

.primaryReader.pressed .primaryInner {
	fill: #008C96;
}


.primary .slideshowButtonWrapper {
	display: none !important;
}

.secondBackbtn {}

.secondBackbtn.pressed circle {
	fill: gray;
}

.secondBackbtn.pressed path {
	fill: white;
}

.secondary .mainButtons {
	text-align: center;
	overflow: hidden;
	position: absolute;
	bottom: 50px;
	left: 0px;
	/* padding-bottom: 70px; */
	/* padding-top:100px; */
	width: 100%;
	z-index: 2;
}

.tCenter {
	display: inline-block;
}

.secondary .mainSecondLevel {
	overflow: hidden;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding-bottom: 14px;
	/*padding-bottom:0;*/
	/*marina 31-5-18*/
	padding-top: 100px;
	width: 100%;
}

.primary .mainButtons {
	overflow: hidden;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding-left: 489px;
	padding-bottom: 10px;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(30, 30, 40, 0.9) 35%);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(30, 30, 40, 0.9) 35%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(30, 30, 40, 0.9) 35%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc1e1e28', GradientType=0);
	padding-top: 100px;
	width: 100%;
}


.secondary .secondButton {
	float: left;
	margin-inline: 10px;
	margin-bottom: 24px;
	position: relative;
}

.secondary [data-second="SB"] .secondButton,
.secondary [data-second="GA"] .secondButton {
	float: left;
	margin-bottom: 20px;
	position: relative;
}





.primary .secondButton {
	float: left;
	margin-left: 17px;
	position: relative;
	margin-right: 3px;
	margin-bottom: 40px;
}

.secondButtonWrapper {
	overflow: hidden;
	min-height: 200px;
	display: inline-block;
	padding-top: 24px;
	/*margin-left: 100px;*/
}

.secondary .secondLevelHeader {
	margin: auto;
	height: 120px;
	width: 683px;
	font-family: 'CFAsty';
	line-height: 110px;
	color: white;
	font-weight: 300;
	font-size:44px;
	font-weight: 300;
	border: 5px solid white;
	border-radius: 60px;
	box-sizing: border-box;
	background: rgb(125,64,35);
	background: -moz-linear-gradient(90deg, rgba(125,64,35,1) 0%, rgba(186,106,29,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(125,64,35,1) 0%, rgba(186,106,29,1) 100%);
	background: linear-gradient(90deg, rgba(125,64,35,1) 0%, rgba(186,106,29,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7d4023",endColorstr="#ba6a1d",GradientType=1);
	text-align: center;
}

/* .secondary [data-second="GA"] .secondLevelHeader {
	margin: 48px auto;
	height: 120px;
	width: 683px;
	font-family: 'CFAsty';
	line-height: 110px;
	color: white;
	font-weight: 300;
	font-size:44px;
	font-weight: 300;
	border: 5px solid white;
	border-radius: 60px;
	box-sizing: border-box;
	background: -moz-linear-gradient(left, #465461 0%, #b9b9b9 100%);
	background: -webkit-linear-gradient(left, #465461 0%, #b9b9b9 100%);
	background: linear-gradient(90deg, rgba(13, 148, 205, 1) 0%, rgba(33, 191, 193, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#465461', endColorstr='#b9b9b9', GradientType=1);
	text-align: center;
} */



[data-second="PG"] .secondLevelHeader,
[data-second="PC"] .secondLevelHeader,
[data-second="PV"] .secondLevelHeader
[data-second="VM"] .secondLevelHeader {
	background: -moz-linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.98) 1%, rgba(0, 0, 0, 0.5) 51%, rgba(0, 0, 0, 0) 100%);
	background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.98) 1%, rgba(0, 0, 0, 0.5) 51%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.98) 1%, rgba(0, 0, 0, 0.5) 51%, rgba(0, 0, 0, 0) 100%);
	color: #ffec00;
	font-family: 'CFAsty';
	padding: 9px;
	height: 126px;
	line-height: 67px;
	padding-top: 30px;
	width: 675px;
	font-size: 55px;
}

[data-second="PM"] .secondLevelHeader,
[data-second="PR"] .secondLevelHeader,
[data-second="VM"] .secondLevelHeader{
	background: none;
	border: 5px solid transparent;
}

[data-second="PG"] .secondLevelHeader span,
[data-second="PM"] .secondLevelHeader span,
[data-second="PR"] .secondLevelHeader span,
[data-second="PC"] .secondLevelHeader span,
[data-second="PV"] .secondLevelHeader span,
[data-second="VM"] .secondLevelHeader span{
	font-size: 24px;
	margin-left: 4px;
	display: block;
	margin-top: -17px;
}

.secondLevelHeader img {
	margin-right: 15px;
	margin-top: -36px;
	vertical-align: middle;
	margin-left: -14px;
}

[data-second="PM"] .secondLevelHeader img,
[data-second="PR"] .secondLevelHeader img,
[data-second="VM"] .secondLevelHeader img{
	margin-top: -11px;
	margin-left: 0px;
	margin-right: 0px;
}

.primary .secondLevelHeader {
	margin: 15px 0px 20px 0px;
	padding-left: 44px;
	height: 60px;
	line-height: 60px;
	color: white;
	font-weight: 300;
	font-size: 37px;
	color: white;
	font-family: SoupofJustice;
	width: 700px;
}

.secondModuleButton,
.secondExtraButton {

	box-sizing: border-box;
	transition: height 0.3s ease-in-out;
	-webkit-transition: height 0.3s ease-in-out;
	font-family: 'Stag Sans Medium';
	position: relative;
}

.primaryBtns {
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: block;
	z-index: 500;
}

.secondButtonsMinified .secondModuleButton,
.secondButtonsMinified .secondExtraButton {
	height: 64px
}

.secondButtonsMinified .secondModuleButton .secondTitle {
	top: 0px;
}

.secondButtonsMinified .secondExtraButton .secondTitle {
	left: 46px;
	font-size: 14px;
	height: 38px;
	overflow: hidden;
}

.secondButtonsMinified .secondModuleButton .secondSub {
	top: 15px;
}

[data-secondmodule].pressed .secondModuleButton,
.secondMore .secondModuleButton,
.secondImagesCM .secondModuleButton.pressed,
.secondImagesCM .secondButton.pressed .secondModuleButton {

	background: #BA6A1D;
	color: #EAEAEA;
}

/* .secondButton.pressed .secondExtraButton, */

.secondMore .secondExtraButton {
	background: white;
	;

	color: #e60d7e;
}

/* .secondButton.pressed .secondSub svg g,.secondMore .secondSub svg g{fill:#00A5FF;}
 */
.secondButtonsMinified .secondExtraButton .secondSub {
	left: 10px;
}


.secondary .secondModuleButton {
	background: #EAEAEA;
	color: #7D4023;
	position: relative;
	width: 130px;
	height: 130px;
	border-radius: 100%;
	float: left;
	box-shadow:  0px 10px 10px #00000040;
    -webkit-box-shadow: 0px 10px 10px #00000040;
    -moz-box-shadow:  0px 10px 10px #00000040;;
}

.secondary .secondMore .secondModuleButton {
	background: #EAEAEA;
	color: #7D4023;
	position: relative;
	border-radius: 100%;
	float: left;
	box-sizing: border-box;
}

[data-second="TS"] .secondModuleButton {
	background: white;
	color: #465461;
	position: relative;
	width: 130px;
	height: 130px;
	border-radius: 100%;
	float: left;
}

[data-second="TS"] .secondMore .secondExtraButton {
	background: #EAEAEA;
	color: #7D4023;
	position: relative;
	border-radius: 100%;
	float: left;
	box-sizing: border-box;
}



.primary .secondModuleButton {
	background: #00A5FF;
	border: 4px solid #00A5FF;
	color: #ffffff;
	position: relative;
	width: 100px;
	height: 100px;
	border-radius: 100%;
	font-family: SoupofJustice;
	text-align: center;
	box-sizing: border-box;
}

.primary .secondExtraButton {
	background: rgba(0, 0, 0, 0.3);
	color: white;
	font-weight: 300;
	position: relative;
	width: 100px;
	height: 100px;
	border-radius: 100%;
	font-family: SoupofJustice;
	text-align: center;
	border: 2px solid white;
	box-sizing: border-box;
}

.secondary .secondExtraButton {
	float: left;
	background: rgba(0, 0, 0, 0.2);
	color: #FFFFFF;
	font-weight: 300;
	position: relative;
	width: 130px;
	height: 130px;
	text-align: center;
	border: 3px solid white;
	box-sizing: border-box;
	border-radius: 100%;
}


.secondary .secondModuleButton .secondTitle {
	font-size: 20px;
	font-family: 'CFAsty Book';
	transition: top 0.3s ease-in-out;
	-webkit-transition: top 0.3s ease-in-out;
	padding-top: 25px;
	font-weight: 300;
	line-height: 1.3;
}

[data-second="TS"] .secondModuleButton .secondTitle {
	padding-top: 10px;
}

.secondary [data-second="PR"] .secondModuleButton .secondTitle,
.secondary [data-second="PM"] .secondModuleButton .secondTitle,
.secondary [data-second="VM"] .secondModuleButton .secondTitle {
	font-size: 18px;
	font-family: 'CFAsty Book';
	transition: top 0.3s ease-in-out;
	-webkit-transition: top 0.3s ease-in-out;
	padding-top: 15px;
	font-weight: 300;
	line-height: 1.2;
	font-weight: 300;

}

.secondary [data-second="VM"] .secondModuleButton .secondTitle {
	padding-top: 30px;
}

[data-second="WB"] .secondMore .secondModuleButton .secondTitle,
[data-second="SB"] .secondMore .secondModuleButton .secondTitle {
	font-size: 22px;
	font-family: 'CFAsty Book';
	transition: top 0.3s ease-in-out;
	-webkit-transition: top 0.3s ease-in-out;
	padding-top: 25px;
	font-weight: 300;
	line-height: 1.2;
	font-weight: 300;

}

[data-second="PV"] .secondary .secondModuleButton .secondTitle,
[data-second="PM"] .secondary .secondModuleButton .secondTitle {
	text-align: center;
	font-size: 18px;
	font-family: 'CFAsty Std, Book';
	transition: top 0.3s ease-in-out;
	-webkit-transition: top 0.3s ease-in-out;
	padding-top: 25px;
	font-weight: 300;
	line-height: 1.2;
	font-weight: 300;
}

.secondary .secondMore .secondModuleButton .secondTitle {
	text-align: center;
	font-size: 20px;
	font-family: 'CFAsty Book';
	transition: top 0.3s ease-in-out;
	-webkit-transition: top 0.3s ease-in-out;
	font-weight: 300;
	line-height: 1.3;
}

[data-second="CN"] .secondImages .secondTitle {
	margin-top: -15px
}

.secondImagesCM .secondTitle {
	padding-top: 68px !important;
}

.primary .secondModuleButton .secondTitle {
	position: absolute;
	left: 11px;
	top: 19px;
	font-size: 19px;
	width: 70px;
	line-height: 20px;
	transition: top 0.3s ease-in-out;
	-webkit-transition: top 0.3s ease-in-out;
}

.secondary .secondExtraButton .secondTitle {
	text-align: center;
	font-size: 20px;
	font-family: 'CFAsty';
	transition: top 0.3s ease-in-out;
	-webkit-transition: top 0.3s ease-in-out;
	padding-top: 24px;
	font-weight: 300;
}

.mainBtn {
	cursor: pointer
}

.primary .secondExtraButton .secondTitle {
	font-weight: 300;
	font-family: 'SoupofJustice';
	position: absolute;
	top: 17px;
	font-size: 18px;
	width: 100%;
	line-height: 20px;
	transition: left 0.3s ease-in-out, font-size 0.3s ease-in-out;
	-webkit-transition: left 0.3s ease-in-out, font-size 0.3s ease-in-out;
	font-size: 16px;
	text-align: center;
}

.secondary .secondModuleButton .secondSub {
	text-align: center;
	font-family: 'CFAsty Book';
	font-size: 60px;
	transition: top 0.3s ease-in-out;
	-webkit-transition: top 0.3s ease-in-out;
}

.secondary [data-second="PR"] .secondModuleButton .secondSub,
.secondary [data-second="PM"] .secondModuleButton .secondSub,
.secondary [data-second="VM"] .secondModuleButton .secondSub {
	text-align: center;
	font-family: 'CFAsty Book';
	margin-top: 0px;
	font-size: 60px;
	transition: top 0.3s ease-in-out;
	-webkit-transition: top 0.3s ease-in-out;
}

.secondary  .secondMore .secondModuleButton .secondSub {
	text-align: center;
	font-family: 'CFAsty Book';
	/*margin-top: -10px;*/
	font-size: 60px;
	transition: top 0.3s ease-in-out;
	-webkit-transition: top 0.3s ease-in-out;
}

.secondary [data-second="TS"] .secondMore .secondModuleButton .secondSub {
	text-align: center;
	font-family: 'CFAsty Book';
	font-size: 48px;
	transition: top 0.3s ease-in-out;
	-webkit-transition: top 0.3s ease-in-out;
}

.primary .secondModuleButton .secondSub {
	font-size: 35px;
	text-align: center;
	position: absolute;
	left: 25px;
	top: 41px;
	width: 40px;
	transition: top 0.3s ease-in-out;
	-webkit-transition: top 0.3s ease-in-out;
}

.primary .secondExtraButton .secondSub {
	font-size: 35px;
	text-align: center;
	position: absolute;
	top: 52px;
	width: 100%;
	text-align: center;
}

.secondExtraButton .secondSub {
	width: 35px;
	height: 35px;
	position: absolute;
	bottom: 12px;
	transition: top 0.3s ease-in-out, left 0.3s ease-in-out;
	-webkit-transition: top 0.3s ease-in-out, left 0.3s ease-in-out;
	line-height: 40px;
}

.secondButtonHidden {
	visibility: hidden;
}

.secondMore {
	height: 477px;
	margin-left: 24px;
	/*margin-bottom:23px;overflow:hidden;*/
	display: none;
}

[data-second="GA"] .secondMore {
	height: 375px;
	margin-left: 43px;
	/*margin-bottom:23px;overflow:hidden;*/
	display: none;
}

/*Scroll bars changes*/
.primary .irrVerbs .secondModuleButton .pressed,
.primary .secondButton:nth-child(12).pressed .secondModuleButton {
	background: white !important;
	color: black !important;
	border: 2px solid black !important;
}

.secondButton.irrVerbs.pressed .secondSub svg g path {
	fill: #000000 !important
}

.irrVerbs .secondTitle {
	margin-top: 6px;
}

.irrVerbs .secondSub {
	top: -22px !important;
	left: -42px !important
}

.subs {
	color: black;
	text-align: center;
	font-size: 53px;
	height: 70px;
	line-height: 66px;
	width: 100%;
	font-family: 'mmAsap';
	background: rgb(150, 150, 150);
	background: -moz-linear-gradient(top, rgba(150, 150, 150, 1) 0%, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 1) 85%, rgba(150, 150, 150, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(150, 150, 150, 1) 0%, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 1) 85%, rgba(150, 150, 150, 1) 100%);
	background: linear-gradient(to bottom, rgba(150, 150, 150, 1) 0%, rgba(255, 255, 255, 1) 15%, rgba(255, 255, 255, 1) 85%, rgba(150, 150, 150, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#969696', endColorstr='#969696', GradientType=0);
	margin-top: 30px;
}


.demo .secondButton,.secondCustomTiles svg{position:relative;margin: 0px 1px;} */

.secondCustomTiles div {
	position: relative;
	background: black;
	border-radius: 15px;
	/* margin: 0px 3px; */
}

.secondCustomTiles>div {
	padding-bottom: 24px;
}



.secondButtonWrapper .secondImages {
	display: none;
}

.secondCustomHeader {
	font-family: 'CFAsty';
	font-size: 22px;
	overflow: hidden;
	color: black;
	line-height: 40px;
	margin-bottom: 10px;
	padding: 0px 11px;
	background: none;
	font-weight: 300;
}

.secondCustomTiles {
	padding: 0px 11px;
	overflow: hidden;
}

.secondCustomHeader>div {
	box-sizing: border-box;
	background: none !important;
	font-size: 60px;
}

[data-second="GA"] .secondCustomHeader>div,
[data-second="GA"] .secondCustomTiles>div>div {
	margin-right: 10px;
}

[data-second="GA"] .secondCustomHeader>div,
[data-second="GA"] .secondCustomTiles>div>div {
	margin-right: 10px;
}

.secondCustomHeader span {
	font-size: 22px;
}

.secondCustomHeader>div,
.secondCustomTiles>div {
	float: left;
	background: black;
	border-radius: 15px;
	margin: 0px 5px;
	width: 147px;
}

.secondCustomTiles>div>div {
	color: white;
	box-sizing: border-box;
	background: -moz-linear-gradient(left, rgba(0, 165, 255, 1) 70%, rgba(0, 0, 255, 0) 100%);
	background: -webkit-linear-gradient(left, rgba(0, 165, 255, 1) 70%, rgba(0, 0, 255, 0) 100%);
	background: linear-gradient(to right, rgba(0, 165, 255, 1) 70%, rgba(0, 0, 255, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
	color: white;
	margin-bottom: -15px;
	padding-top: 10px;
	font-family: CFAsty;
	line-height: 20px;
}

.secondCustomTiles>div>div>div {
	width: 100%;
	text-align: center;
	font-size: 30px;
	margin-bottom: 6px;
}

[data-second="PG"] .secondCustomTiles>div>div {
	padding: 6px 7px 0px 7px;
	background: transparent;
	margin-top: 13px;
}

.secondCustomTiles>div>div.pressed {
	color: rgba(0, 165, 255, 1);
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 70%, rgba(0, 0, 255, 0) 100%);
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 70%, rgba(0, 0, 255, 0) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 1) 70%, rgba(0, 0, 255, 0) 100%);
}

[data-second="GA"] .secondMore[data-secondtargetmodule="0"]>.secondModuleButton .secondTitle {

	font-size: 20px;
}


/*.secondImagesGA {
	margin-top: 70px;
}*/

.secondMore .secondImages {
	float: left;
}

.secondImages {
	margin-left: 22px;
	width: 1073px;
}

[data-second="GA"] .secondImages {
	margin-left: 271px;
	width: 800px;
}

/*Scroll bars changes*/
.secondImages:not(.secondImagesGA) {
	/* height:477px; */
	height: 482px;
	overflow: auto;
}

/* Disable scrollbars */
.secondImages::-webkit-scrollbar {
	width: 0 !important
}

.secondImages {
	-ms-overflow-style: none;
}

.secondImages {
	overflow: -moz-scrollbars-none;
}

.secondImages:not(.secondImagesGA):not(.secondImagesCM) div {
	float: left;
	margin-right: 9px;
	background: black;
	padding: 13px 10px 7px 10px;
	border-radius: 9px;
	font-size: 30px;
	/*font-size: 23px; gia na xwrane ta thumbs*/
	font-family: 'CFAsty Book';
	margin-bottom: 5px;
	font-weight: 300;
}

.secondImages img {
	height: 174px;
	width: auto;
	display: block;
	margin-bottom: 6px;
}

.gameLesson {
	width: 300px;
	font-family: SoupofJustice;
	color: #C4EFFE;
	float: left;
}

/*Scroll bars changes end*/

.secondImages>div>span {
	color: rgba(255, 255, 255, 0.8);
	display: inline-block;
	float: left;
}

.secondImages>div>span:nth-child(3) {
	float: right
}

.secondary .secondImages>div.pressed img {
	outline: 4px solid #00A5FF;
	outline-offset: -4px;
}

.primary .secondImages>div.pressed img {
	outline: 4px solid #d90001;
	outline-offset: -4px;
}

.secondary .secondImages>div.pressed span {
	color: #00A5FF;
}

.primary .secondImages>div.pressed span {
	color: #d90001;
}

.secondOpacity {
	opacity: 0.5;
	outline: 2px solid #ffffff;
	outline-offset: -2px;
}

[data-second] {
	display: none;
	text-align: center;
}

.loader {
	width: 200px;
	height: 200px;
	border-radius: 100%;
	margin: 0px auto;
	margin-top: 260px;
	color: white;
	position: relative;
}

[data-second="PM"] .secondModuleButton,
[data-second="PR"] .secondModuleButton,
[data-second="PC"] .secondModuleButton,
[data-second="PV"] .secondModuleButton,
[data-second="VM"] .secondModuleButton {
	background: rgba(0, 0, 0, 0.6);
	color: white;
	border: solid 3px white;
	width: 140px;
	height: 140px;
}

[data-second="VW"] .secondModuleButton {
	width: 130px;
    height: 130px;
	background: rgba(0, 0, 0, 0.6);
    color: white;
    border: solid 3px white;
}

[data-second="VW"] .secondButton.pressed .secondModuleButton{
	color: #7D4023;
	background: white;
}
[data-second="PV"] .secondButton.pressed .secondModuleButton {
	color: black;
	background: white;
}

[data-second="PM"] .secondModuleButton circle,
[data-second="PR"] .secondModuleButton circle,
[data-second="VM"] .secondModuleButton circle,
[data-second="PC"] .secondModuleButton circle {
	/*fill: grey;*/
	opacity: 1;
}

[data-second="PM"] .secondModuleButton g,
[data-second="PR"] .secondModuleButton g,
[data-second="VM"] .secondModuleButton g,
[data-second="PC"] .secondModuleButton g {
	fill: black;
}

.loadingText {
	position: absolute;
	bottom: -100px;
	width: 100%;
	text-align: center;
	font-size: 42px;
}

#loader-1:before,
#loader-1:after {
	content: "";
	position: absolute;
	top: -10px;
	left: -10px;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	border: 10px solid transparent;
	border-top-color: #ff3333;
}

#loader-1:before {
	z-index: 100;
	animation: spin 1s infinite;
}

#loader-1:after {
	border: 10px solid #fff;
}



@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.secondCustomTiles svg path,
.secondCustomTiles svg ellipse {
	fill: black
}

.secondCustomTiles svg.pressed path,
.secondCustomTiles svg.pressed ellipse {
	fill: #FFFFFF
}

[data-video].pressed circle,
[data-secondmodule][data-gotoframe].pressed circle {
	fill: #9d358a;
}

[data-video].pressed path,
[data-secondmodule][data-gotoframe].pressed ellipse {
	fill: #FFFFFF;
}

[data-video].pressed ellipse,
[data-secondmodule][data-gotoframe].pressed ellipse {
	fill: #FFFFFF;
}

[data-video].pressed g,
[data-secondmodule][data-gotoframe].pressed g {
	fill: #ffffff;
}

[data-secondmodule][data-gotoframe].pressed g path {
	fill: #FFFFFF;
}

.secondCustomTiles svg circle {
	opacity: 1
}



.secondCustomTiles svg.pressed path,
.secondCustomTiles svg.pressed ellipse {
	fill: #FF9A9A
}

.gamesTiles>div {
	float: left;
	font-family: 'CFAsty';
	font-weight: 300;
	/* margin-bottom: 42px; */
	margin-bottom: 18px;
	height: 285px;
	margin-left: 10px;
	margin-right: 10px;
}

[data-game].pressed {
	background: #EAEAEA;
	color: #7D4023;
}

.gameCircles {
	display: inline-block;
	float: left;
}

.gamesHeader {
	font-size: 24px;
	height: 50px;
	line-height: 41px;
	position: absolute;
	top: -25%;
	width: 100%;
	text-align: center;
}

.mainOptions a {
	top: 30px !important;
}

.gameLessonHeader {
	margin: 45px 40px 115px 50px;
	font-size: 36px;
	font-family: 'CFAsty Primary Semibold';
	text-transform: uppercase;
}

.gamesHeader span {
	font-size: 22px;
	margin-right: 5px;
}

/* .gamesBody { */
/* background: black; */
/* padding: 14px 6px 1px 6px; */
/* border-radius: 20px; */
/* overflow: hidden; */
/* text-align: center; */
/* } */

.gamesBody>div {
	position: absolute;
	font-size: 24px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}


.gamesTiles {
	overflow: hidden;
	min-height: 200px;
	display: inline-block;
}


[data-secondtarget=GA].mainInv svg ellipse {
	fill: #4B8830;
}

[data-second="GA"] .secondLevelHeader svg ellipse {
	fill: #ffffff;
}


[data-second="GA"] .secondLevelHeader svg {
	height: 77px;
	width: 85px;
}

.secondLevelHeader svg ellipse {
	fill: #1392B8;
}

[data-second="VW"] .secondLevelHeader svg path {
	fill: #7D4023;
}


.secondButton.pressed .secondExtraButton:not(.demoExBtn) {
	color: #7D4023;
	background: #FFFFFF;
}

/* Scroll bars */
.topBar {
	display: none;
	opacity: 0;
	width: 1050px;
	height: 40px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 20px;
	margin-left: 182px;
	margin-bottom: 6px;
}

.topBar svg,
.bottomBar svg {
	margin-top: 8px;
	fill: #ffffff;
}

.bottomBar {
	display: none;
	opacity: 0;
	width: 1050px;
	height: 40px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 20px;
	margin: 6px 0px 10px 182px;
}

.topBar.pressed,
.bottomBar.pressed {
	background: rgba(255, 255, 255, 0.5);
}

.topBar.pressed svg,
.bottomBar.pressed svg {
	fill: #000000;
}

/* Scroll bars end */

.spira_main {
	position: absolute;
	top: 0px;
	left: 0px;
	background: url('../Images/Main/spira_sprite.png') left center;
	width: 690px;
	height: 860px;
	z-index: 1;
}

.spira_play {
	animation: spira_play 1s steps(17) forwards, spira_play_inf 1s steps(6) 1s infinite;
}

@keyframes spira_play {
	0% {
		background-position: 0px;
	}

	100% {
		background-position: -11730px;
	}
}

@keyframes spira_play_inf {
	0% {
		background-position: -11730px;
	}

	100% {
		background-position: -15870px;
	}
}

.hidden {
	opacity: 0 !important;
}

.gamesTiles>div {
	float: left
}

.secondCustomHeader {
	overflow: visible
}

.IWBVersion {
    position: absolute;
    right: 25px;
    bottom: 18px;
    font-family: 'mmAsap';
    color: white;
    font-size: 14px;
    line-height: 1;
	text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.45); /*project version visible*/
	z-index: 1; /*project version visible*/
}





/*Portal to Grammar Menu*/

.secondCustomTiles .GrButtons {
	height: 60px;
	width: 60px;
	background-color: #f8bbd0;
	border-radius: 50%;
	display: inline-block;
	color: #381b77;

}

.GrMenu {
	height: 215px;
}

.secondCustomTiles .GrButtons:first-child {
	margin-right: 7px;
}

.GrMenu>div:nth-child(3) {

	margin-top: 47px !important;
}

.GrMenu .GrTitle {
	font-family: CFAsty;
	font-size: 30px;
	margin-bottom: 9px;
}

.GrMenu .GrBtnTitle {
	font-family: CFAsty;
	font-size: 30px !important;
	line-height: 44px;
}

.GrButtons span:first-child {
	font-size: 14px;
	font-weight: 300;
	display: block;
	margin-top: 10px;
}

.GrButtons span:nth-child(2) {
	font-size: 30px;
	font-weight: 300;
}

.GrButtons.pressed,
.GrButtons.pressed {
	background: #381b77 !important;
	color: #f8bbd0 !important;
}

[data-second="PG"] {
	padding-bottom: 130px;
}

[data-video].pressed circle,
[data-secondmodule][data-gotoframe].pressed circle {
	fill: #000000;
}

[data-second]:not([data-second="TS"]):not([data-second="SB"]):not([data-second="GA"]):not([data-second="VW"]):not([data-second="PR"]):not([data-second="PM"]):not([data-second="VM"]) .secondButtonWrapper {
	margin-bottom: 120px;
	/*padding-top: 0px;*/
	/* margin-left: 20px; */
}




[data-second="TS"] .secondLevelHeader,
[data-second="GA"] .secondLevelHeader,
[data-second="VW"] .secondLevelHeader {
	background: #EAEAEA;
	color: #7D4023;
	border: 5px solid #EAEAEA;
}

/* [data-second="TS"] .secondLevelHeader svg path,
[data-second="TS"] .secondLevelHeader svg circle,
[data-second="TS"] .secondLevelHeader svg rect {
	fill: #7D4023;

} */

[data-second="TS"] .secondButtonWrapper {
	margin-left: 0;
}



[data-second="TS"] :not(.secondMore) .secondModuleButton,
[data-second="GA"] :not(.secondMore) .secondModuleButton {
	color: #EAEAEA;
	background: #7D4023;

	width: 130px;
	height: 130px;

}

[data-second="TS"] .secondButton.pressed .secondModuleButton,
[data-second="GA"] .secondButton.pressed .secondModuleButton{
	color: #7D4023;
	background: #EAEAEA;
}


[data-second="GA"] .secondButtonWrapper .secondButton .secondModuleButton .secondSub {
	font-size: 60px;
}

[data-second="TS"] :not(.secondMore) .secondModuleButton .secondSub {
	font-size: 46px;
}


[data-second="SB"] .secondButtonWrapper {
	margin-bottom: 9px;
	padding-top: 37px;
	/*margin-left: 60px;*/
}
[data-second="WB"] .secondButtonWrapper {
	margin-bottom: 13px;
	padding-top: 47px;
}
[data-second="GA"] .secondButtonWrapper {
	padding-top: 38px;
	margin-bottom: 158px;
}
[data-second="VW"] .secondButtonWrapper {
	padding-top: 38px;
	margin-bottom: 258px;
}
[data-second="PM"] .secondButtonWrapper,
[data-second="PR"] .secondButtonWrapper,
[data-second="VM"] .secondButtonWrapper{
    padding-top: 38px;
	margin-bottom: 123px;
}

[data-second="VM"] .secondButtonWrapper{
	margin-bottom: 251px;
}
.secondLevelHeader.headerSmall {
	height: 80px;
    width: 542px;
    line-height: 54px;
    font-size: 32px;
    margin-bottom: 10px;
}


.secondLevelHeader.headerSmall svg{
	transform:scale(.6);
}


[data-game] {
	float: left;
	font-weight: 300;
	margin-bottom: 20px;
	margin-left: 15px;
	margin-right: 15px;
	width: 130px;
	height: 130px;
	border-radius: 100% !important;
	background: #7D4023;
	color: #EAEAEA;
	font-family: 'CFAsty Book';
	position: relative;
	box-shadow: 0px 10px 10px #00000040;
    -webkit-box-shadow: 0px 10px 10px #00000040;
    -moz-box-shadow: 0px 10px 10px #00000040;
}

[data-second="WB"] [data-secondmodule="13"] .secondTitle,
[data-second="WB"] [data-secondmodule="14"] .secondTitle{
	padding-top: 15px;
    font-size: 18px;
    line-height: 22px;
}
[data-second="WB"] [data-secondtargetmodule="13"] .secondModuleButton .secondTitle,
[data-second="WB"] [data-secondtargetmodule="14"] .secondModuleButton .secondTitle{
	padding-top: 15px;
    font-size: 18px;
    line-height: 22px;
}

[data-second="WB"] .secondLevelHeader svg {
	margin-bottom: 20px;
	margin-right: 11px;
}

[data-second="TS"] .secondLevelHeader svg {
	margin-bottom: 20px;
	margin-right: 0px;
}

[data-second="VW"] .secondLevelHeader svg {
	margin-right: 21px;
	margin-bottom: 17px;
}

[data-second="GA"] .secondLevelHeader svg {
	margin-right: 0px;
	margin-bottom: 30px;
}

[data-second="TS"] .secondLevelHeader svg {
	margin-right: 22px;
}



[data-second="GA"] .secondMore {
	padding-top: 38px;
    margin-bottom: 86px;
}

.secondLevelHeader.headerSmall svg{
	margin-right: 0px;
}