@charset "UTF-8";
/* CSS Document */


.CoursesUser {
	font-size:1.45em;
	font-weight: 600;
	color:#FFF;
	margin-bottom: 30px;
}

.CoursesUser .Logout {
	font-size:.8em;
	font-weight: 300;
	color:#424538;
	background: #FFF;
	border-radius: 20px;
	padding: 5px 15px;
}

.CoursesUser a.Logout {
	color:#414438;
	text-decoration: none;
}

.CoursesUser a.Logout:hover {
	text-decoration: none;
	background: rgba(255, 255, 255, 0.68);
}





/*.CourseSelect {
	position: relative;
	display: inline-table;
	width: 160px;
	height: 160px;
	border-radius: 50%;
	background: #FFF;
	padding: 20px 20px 10px 20px;
	box-sizing: border-box;
	vertical-align: top;
	border: 4px solid;
	margin: 10px;
	box-shadow: 4px 4px .5px 1px rgba(0, 0, 0, 0.15);
	transition: box-shadow ease-in-out 100ms;
	cursor: pointer;
}

.CourseSelect:hover {
	box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.4);
	transition: box-shadow ease-in-out 200ms;
}

.CourseSelect.Active {
	box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.4);
}

.CourseSelect .Center {
	display: table-cell; 
	vertical-align: middle; 
	width: 100%; 
	position: static;
}

.CourseSelect h2 {
	font-family: 'Caveat', cursive;
	font-size: 2.2em;
	font-weight: 700;
	margin-bottom: .15em;
}

.CourseSelect p {
	font-size: 1.15em;
	color:#FFF;
	font-weight: 600;
	line-height: 1.2em;
}

.CourseSelect.Baby  {
	background: #80217e;
	border-color: #cd85cc;
	}
	
.CourseSelect.Junior  {
	background: #ffac07;
	border-color: #ffd57f;
	}
	
.CourseSelect.SportMix  {
	background: #4d8c3f;
	border-color: #87c67a;
	}
	
	
.CourseSelect .CoursesListCheck {
	position: absolute;
	display: none;
	width: 90px;
	height: 86px;
	right:-20px;
	bottom: 15px;
	background: url(../../modules/courseslist/img/CoursesListCheck.svg) no-repeat center bottom;
	background-size: 100%;
}

.CourseSelect.Active .CoursesListCheck {
	display: block;
}*/


.CourseSelect2 {
	position: relative;
	display: inline-table;
	width: 106px;
	height: auto;
	min-height: 48px;
	border-radius: 5px;
	background: #FFF;
	padding: 4px 0px 4px 36px;
	box-sizing: border-box;
	vertical-align: top;
	margin: 5px 2px;
	box-shadow: 2px 2px .5px 1px rgba(0, 0, 0, 0.15);
	transition: box-shadow ease-in-out 100ms;
	cursor: pointer;
	text-align: left;
}

.CourseSelect2:hover {
	box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.4);
	transition: box-shadow ease-in-out 200ms;
}


.CourseSelect2 .Center {
	display: table-cell; 
	vertical-align: middle; 
	width: 100%; 
	position: static;
}

.CourseSelect2 h2 {
	font-family: 'Caveat', cursive;
	font-size: 1.2em;
	font-weight: 700;
	margin-bottom: 0px;
}

.CourseSelect2 p {
	font-size: .8em;
	color:#FFF;
	font-weight: 600;
	line-height: 1.2em;
}

.CourseSelect2.Baby  {
	background: #C80096;
	}
	
.CourseSelect2.Junior  {
	background: #FFA000;
	}
	
.CourseSelect2.SportMix  {
	background: #009BFF
	}
	
.CourseSelect2.Activ  {
	background: #FF0000;
	}
	
.CourseSelect2.SummerSchool  {
	background: #ffdd00;
	}
	
.CourseSelect2.Disable  {
	background: #ccc;
	cursor: default;
	padding: 4px;
	text-align: center;
	}
	
.CourseSelect2.Disable:hover {
	box-shadow: 2px 2px .5px 1px rgba(0, 0, 0, 0.15);
}

.CourseSelect2 .CheckBox {
	position: absolute;
	display: block;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	left:4px;
	top: 10px;
	background: #FFF;
	border: 1px solid #414438;
	box-sizing: border-box;
}

.CourseSelect2 .Check {
	position: absolute;
	display: block;
	width: 6px;
	height: 14px;
	transform: rotate(45deg);
	border:4px solid;
	border-top:0;
	border-left:0;
	background: transparent;
	left:9px;
	top: 3px;
}

.CourseSelect2.Baby .Check  {
	border-color: #414438;
	}
	
.CourseSelect2.Junior .Check  {
	border-color: #414438;
	}
	
.CourseSelect2.SportMix .Check  {
	border-color: #414438;
	}

.CourseSelect2.Activ .Check  {
	border-color: #414438;
	}	
	
.CourseSelect2.SummerSchool .Check  {
	background: #dfd021;
	}	
	

	
	
.CourseSelect2 img  {
	height: 16px;
	}
	
.CourseSelect2.Disable .CheckBox {
	display: none;
	}
	



.Location {
	position: relative;
	display: inline-table;
	width: 160px;
	height: 70px;
	border-radius: 35px;
	background: #FFF;
	padding: 5px 10px;
	box-sizing: border-box;
	vertical-align: top;
	margin: 6px;
	box-shadow: 4px 4px .5px 1px rgba(0, 0, 0, 0.15);
	transition: box-shadow ease-in-out 100ms;
	cursor: pointer;
}

.Location:hover {
	box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.4);
	transition: box-shadow ease-in-out 200ms;
}

.Location .Center {
	display: table-cell; 
	vertical-align: middle; 
	width: 100%; 
	position: static;
}

.Location h2 {
	font-size: 1.05em;
	font-weight: 600;
	margin-bottom: 0;
	color: #414438;
}

.Location p {
	font-size: .8em;
	font-weight: 400;
	margin-bottom: 0;
	color: #414438;
}



.MajorLocations  {
	margin-bottom: 20px;
}

.MajorLocations .Location {
	width: 200px;
	height: 90px;
	border-radius: 45px;
}

.MajorLocations .Location h2 {
	font-size: 1.5em;
}



.MainPin {
	display: inline-block;
	height: 60px;
	margin: 5px 15px 0 0;
	vertical-align: middle;
	cursor: pointer;
	vertical-align: top;
}

.MainPin:hover {
	height: 69px;
	margin: 0 10px 0 0;
}

.IcoMapCR {
	display: block;
	width: 155px;
	height: 95px;
	background: url(../../modules/courseslist/img/IcoMapMTwithHover.svg) no-repeat center 0;
	background-position: center 0;
	cursor: pointer;
	margin: 20px auto;
}

.IcoMapCR:hover {
	background-position: center -95px;
}



.Courses table {
	width: 100%;
	height: auto;
	border-collapse: collapse;
	text-align: left;
	font-size: 1.1em;
	margin: auto;
	color: #414438;
}

.Courses table td {
	position: relative;
	border-top:1px solid #3CBE00;
	border-bottom:1px solid #3CBE00;
	padding: 8px 10px;
	font-weight: 300;
}

.Courses table th {
	padding: 5px 10px;
	font-weight: 600;
	font-size: .9em;
}

.Courses table tr:hover td {
	background: rgba(62, 191, 0, 0.13);
}

.Courses table td.Right {
	text-align: right;
}

/*.Courses tr .Type {
	font-family: 'Caveat', cursive;
	font-weight: 700;
	font-size: 1.4em;
}*/



.Courses tr .Type img {
	height: 26px;
}

.Courses table td.Place h3 {
	font-size: 1.15em;
	font-weight: 500;
	margin: 0;
	color: #414438;
}

.Courses table td small {
	font-size: .7em;
	display: block;
}

.Courses table td.Pin {
	padding: 6px 0 0 0;
	text-align: center;
	min-width:40px;
}

.Courses table td .Pin {
	height: 38px;
	z-index: 1;
}

.Courses table td .Pin.Hover {
  height: 46px;
  cursor: pointer;
}

.Courses table td.Pin:hover {
  cursor: pointer;
}

.Courses table .Click {
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	cursor: pointer;
}



.Courses table button {
	border: none;
	background: #FFF;
	padding: 0px 15px;
	font-weight: 600;
	font-size: .95em;
	height: 42px;
	min-height: 42px;
	min-width: 130px;
	border-radius: 25px;
	box-shadow: none;
	margin: 0;
}

.Courses table button:hover {
	box-shadow: none;
}

.Courses table button small {
	font-size: .7em;
}

.Courses tr.Baby button {
	background: #C80096;
	color: #FFF;
}

.Courses tr.Baby button.Nahradnik {
	/*background: #cd85cc;*/
	background: #c6362e;
	color: #FFF;
}

.Courses tr.Baby button.Disable {
	background: #cccc;
	color: #FFF;
}

.Courses tr.Baby .Type {
	color: #C80096;
}


.Courses tr.Junior button {
	background: #FFA000;
	color: #FFF;
}

.Courses tr.Junior button.Nahradnik {
	/*background: #ffd57f;*/
	background: #c6362e;
	color: #FFF;
}

.Courses tr.Junior button.Disable {
	background: #ccc;
	color: #FFF;
}

.Courses tr.Junior .Type {
	color: #FFA000;
}


.Courses tr.SportMix button {
	background: #009BFF;
	color: #FFF;
}

.Courses tr.SportMix button.Nahradnik {
	/*background: #87c67a;*/
	background: #c6362e;
	color: #FFF;
}

.Courses tr.SportMix button.Disable {
	background: #ccc;
	color: #FFF;
}

.Courses tr.SportMix .Type {
	color: #009BFF;
}

.Courses tr.Active button {
	background: #FF0000;
	color: #FFF;
}

.Courses tr.Active button.Nahradnik {
	/*background: #88c77c;*/
	background: #c6362e;
	color: #FFF;
}

.Courses tr.Active button.Disable {
	background: #ccc;
	color: #FFF;
}

.Courses tr.Active .Type {
	color: #FF0000;
}

.Courses tr button.Kemp {
	background: #FFDC00;
	color: #FFF;
}


.Courses tr button.Nahradnik {
	/*background: #cd85cc;*/
	background: #c7352e;
	color: #FFF;
}

.Courses tr.Kemp button.Disable {
	background: #ccc;
	color: #FFF;
}


.Courses tr.SummerSchool button {
	background: #FFDC00;
	color: #FFF;
}

.Courses tr.SummerSchool button.Nahradnik {
	/*background: #cd85cc;*/
	background: #c6362e;
	color: #FFF;
}

.Courses tr.SummerSchool button.Disable {
	background: #ccc;
	color: #FFF;
}



.CourseTableDesktop {
	display: block;
	width: 90%;
	max-width: 1200px;
	margin: 5px auto 20px auto;
	padding: 15px;
	border-radius:10px;
	background: #FFF;
}

.CourseTableMobile {
	display: none;
	width: 90%;
	margin: 5px auto 20px auto;
	padding: 15px;
	border-radius:10px;
	background: #FFF;
}


/* Forms */

.BoxSelectCourses {
	display:inline-block;
	position: relative;
	margin: 0px auto 10px auto;
	text-align: center;
	width: 380px;
	max-width: 100%;
	height: 60px;
	box-sizing: border-box;
	text-align: left;
}

.InputSelectCourses select {
	width: 100%;
	height: 60px;
	line-height: 60px;
	vertical-align: middle;
	background-color: transparent;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
	color:#414438;
	font-weight: 400;
	font-size: 1.4em;
	font-family: 'Museo Sans Rounded', sans-serif;
	padding: 0px;
	-webkit-appearance: none;
	border: none;
	box-sizing: border-box;
	}

.InputSelectCourses {
	width: 100%;
	height:60px;
	line-height:60px;
	vertical-align:middle;
	background:url(../../modules/courseslist/img/ArrowSelect.svg) no-repeat right center rgba(255, 255, 255, 1);
	overflow:hidden;
	border:none;
	box-sizing:border-box;
	padding:0 0 0 10px;
	margin-top: 0;
	border-radius:5px;
	border:2px solid #FFF;
	}
	
.InputSelectCourses::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 13px 10px 0 10px;
	border-color: #3CBE00 transparent transparent transparent;
	right:10px;
	top:25px;
	}
	
.InputSelectCourses .Small {
	font-size: .8em;
	color:aqua;
	}
	
.InputSelectCourses select  .MajorLocations {
	font-weight: 800;
	}
	

/* Photo Kids */
.Content.WithBgrPhotoKids {
	padding-top: 130px;
	overflow:visible;
	position:relative;
 }
 
.WithBgrPhotoKidsTop {
	padding-bottom:200px;
}
 
 

.BgrPhotoKids {
	background: url(../../modules/courseslist/img/Kids.png) no-repeat center center;
	background-size: auto;
	box-sizing: border-box;
	height: 365px;
	width: 100%;
	position: absolute;
	top:-216px;
	right:0;
}


.CustomCheckSelect {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  margin: 10px auto 0 auto;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}/* Customize the label (the container) */

.CustomCheckSelect input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}/* Hide the browser's default checkbox */

.CustomCheckSelectMark {
  position: absolute;
  top: -3px;
  left: 0;
  height: 30px;
  width: 30px;
  background-color: #FFF;
  border-radius:5px;
}/* Create a custom checkbox */

.CustomCheckSelect:hover input ~ .CustomCheckSelectMark {
  background-color: #ccc;
}/* On mouse-over, add a grey background color */

.CustomCheckSelect input:checked ~ .CustomCheckSelectMark {
  background-color: #FFF;
}/* When the checkbox is checked, add a blue background */

.CustomCheckSelectMark:after {
  content: "";
  position: absolute;
  display: none;
}/* Create the checkmark/indicator (hidden when not checked) */

.CustomCheckSelect input:checked ~ .CustomCheckSelectMark:after {
  display: block;
  
}/* Show the checkmark when checked */

.CustomCheckSelect .CustomCheckSelectMark:after {
  left: 10px;
  top: 4px;
  width: 7px;
  height: 15px;
  border: solid #8bb431;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}/* Style the checkmark/indicator */

.Junior .CustomCheckSelect .CustomCheckSelectMark:after {
  border: solid #ffac07;
  border-width: 0 3px 3px 0;
}/* Style the checkmark/indicator */

.Baby .CustomCheckSelect .CustomCheckSelectMark:after {
  border: solid #80217e;
  border-width: 0 3px 3px 0;
}/* Style the checkmark/indicator */

.SportMix .CustomCheckSelect .CustomCheckSelectMark:after {
  border: solid #68a7de;
  border-width: 0 3px 3px 0;
}/* Style the checkmark/indicator */

.Active .CustomCheckSelect .CustomCheckSelectMark:after {
  border: solid #C6362F;
  border-width: 0 3px 3px 0;
}/* Style the checkmark/indicator */


@media (max-width: 992px)
{

}


@media (max-width: 768px)
{
	.Location {
	position: relative;
	display: inline-table;
	width: 150px;
	height: 70px;
	border-radius: 35px;
	background: #FFF;
	padding: 5px 10px;
	box-sizing: border-box;
	vertical-align: top;
	margin: 6px 3px;
	box-shadow: 4px 4px .5px 1px rgba(0, 0, 0, 0.15);
	transition: box-shadow ease-in-out 100ms;
	cursor: pointer;
}

.CourseTableDesktop {
	display: none;
}

.CourseTableMobile {
	display: block;
}

.Courses table {
	width: 100%;
	height: auto;
	border-collapse: collapse;
	text-align: left;
	font-size: 1.1em;
	margin: auto;
	color: #414438;
}

.Courses table .PinMob {
	z-index: 1;
	position: absolute;
	display: block;
	width: 22px;
	height: 32px;
	left:0;
	top:10px;
	text-align: center;

}

.Courses table td .Pin {
	height: 32px;
	z-index: 1;
	margin-top: -3px;
}

.Courses table td .Pin.Hover {
  height: 40px;
  cursor: pointer;
  margin-top: -7px;
}

.Courses table .PlaceMob {
	font-size: 1.15em;
	font-weight: 500;
	width: 100%;
	padding-left: 25px;
	box-sizing: border-box;
	position: relative;
}

.Courses table .PlaceMob a {
	margin-right:5px;
	vertical-align: top;
	}

.Courses table .Map {
	position: relative;
	top:2px;
	right:0;
	margin-right: 5px;
	width: 20px;
	height: 20px;
	text-align: center;
	z-index: 10;
}

.Courses table .Info {
	position: relative;
	width: 100%;
	padding: 5px 120px 0 0;
	box-sizing: border-box;
	min-height: 50px;
}

.Courses table .Info img {
	height: 26px;
	margin-top: 5px;
}

.Courses table .Info .Type {
	font-family: 'Caveat', cursive;
	font-weight: 700;
	font-size: 1.4em;
}

.Courses table .Info button {
	position: absolute;
	right: 0px;
	bottom:7px;
}

.Courses table td {
	padding: 10px 3px 5px 3px;
	vertical-align: bottom;
	position: relative;
}

.Courses table td.Second {
	padding: 5px 3px 10px 3px;
	border-bottom:2px solid #a2c037;
	border-top:none;
	vertical-align: bottom;
}


.Courses table th {
	padding: 5px 3px;
}


.CourseSelect2 {
	width: 70px;
	padding: 40px 4px 4px 4px;
	text-align: center;
}

.CourseSelect2.Disable  {
	background: #ccc;
	cursor: default;
	padding: 15px 4px 14px 4px;
	}

.CourseSelect2 .CheckBox {
	left:50%;
	top: 5px;
	margin-left:-14px;
}






}

@media (max-width: 480px)
{
	.InputSelectCourses select {
		font-size: 1.55em;
		}
}


