html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	line-height: normal;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}

.logo-1 {
	display: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a[href], label[for], select, 
input[type=checkbox], input[type=radio] {
	cursor: pointer;
}

button, input[type=button], input[type=image], 
input[type=reset], input[type=submit] {
	padding: 0;
	overflow: visible;
	cursor: pointer;
}

button::-moz-focus-inner, 
input[type=button]::-moz-focus-inner, 
input[type=image]::-moz-focus-inner, 
input[type=reset]::-moz-focus-inner, 
input[type=submit]::-moz-focus-inner {
	border: 0;
}

.hide {
	position: absolute !important;
	left: -9999em !important;
}

.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

.ie7 .clearfix {
	zoom: 1; 
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

del {
	text-decoration: line-through;
}

th, td {
	vertical-align: top;
}

th {
	font-weight: normal;
	text-align: left;
}

address, cite, dfn {
	font-style: normal;
}

abbr, acronym {
	border-bottom: 1px dotted #999;
	cursor: help;
}

sub, 
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

textarea {
	 overflow: auto;
}


/* Normalized Styles
------------------------------------------------------------------------------*/

body {
	font: 13px/15px Arial, Helvetica, sans-serif;
	color: #666666;
	background: url(../images/bg_body_main.png);
}

input, textarea, select {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,.25), 0 0 3px rgba(255,255,255,.25), inset 0 0 3px #000;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.25), 0 0 3px rgba(255,255,255,.25), inset 0 0 3px #000;
	box-shadow: 0 1px 0 rgba(255,255,255,.25), 0 0 3px rgba(255,255,255,.25), inset 0 0 3px #000;
	border: none;
	font-size: 16px;
	font-weight: bold;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: rgba(255,255,255,.7);
	width: 335px;
}

input::-webkit-input-placeholder {
 color: #333;
}

input::-moz-placeholder {
 color: #333;
}

a, a:visited {
	text-decoration: none;
	color: #18317e;
}

a:hover, a:active, a:focus {
	text-decoration: underline;
}

.submit {
	border: 1px solid #b6b8b8;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #f79c55;
	background: -moz-linear-gradient(top,  #f79c55 0%, #f59a53 13%, #f3984f 18%, #f39851 20%, #e88b45 50%, #e37e2e 53%, #d36e1e 90%, #d16c1c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f79c55), color-stop(13%,#f59a53), color-stop(18%,#f3984f), color-stop(20%,#f39851), color-stop(50%,#e88b45), color-stop(53%,#e37e2e), color-stop(90%,#d36e1e), color-stop(100%,#d16c1c));
	background: -webkit-linear-gradient(top,  #f79c55 0%,#f59a53 13%,#f3984f 18%,#f39851 20%,#e88b45 50%,#e37e2e 53%,#d36e1e 90%,#d16c1c 100%);
	background: -o-linear-gradient(top,  #f79c55 0%,#f59a53 13%,#f3984f 18%,#f39851 20%,#e88b45 50%,#e37e2e 53%,#d36e1e 90%,#d16c1c 100%);
	background: -ms-linear-gradient(top,  #f79c55 0%,#f59a53 13%,#f3984f 18%,#f39851 20%,#e88b45 50%,#e37e2e 53%,#d36e1e 90%,#d16c1c 100%);
	background: linear-gradient(to bottom,  #f79c55 0%,#f59a53 13%,#f3984f 18%,#f39851 20%,#e88b45 50%,#e37e2e 53%,#d36e1e 90%,#d16c1c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f79c55', endColorstr='#d16c1c',GradientType=0 );
	box-shadow: none;
	font-size: 20px;
	line-height: 41px !important;
	height: 43px !important;
	display: block;
	padding: 0 !important;
	color: #fff;
	font-family: 'Asap', sans-serif;
}


/* Container
------------------------------------------------------------------------------*/

.container {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

/* slider
------------------------------------------------------------------------------*/

#slider {
	overflow: hidden;
	position: relative;
	height: 1001px;
	margin: 0 0 -1001px 0;
	border-bottom: 7px solid #f28c53;
}

#slider.small {
	overflow: hidden;
	position: relative;
	height: 518px;
	margin: -3px 0 -520px 0;
	border-bottom: 12px solid #f28c53;
}

#slider.small.no-br {
	overflow: hidden;
	position: relative;
	height: 501px;
	margin: 0 0 -494px 0;
	border-bottom: none;
}

#slider.hight {
	height: 1059px;
	margin: 0 0 -1052px 0;
	border-bottom: none;
}

#slider .slides {
	position: absolute;
	left: 50%;
	top: 0;
	width: 2000px;
	margin: 0 0 0 -1000px;
	z-index: -1;
}

#slider .slides img {
	display: block;
}

#slider .nav {
	z-index: 9;
	position: absolute;
	top: 816px;
	right: 473px;
}

#slider .nav a {
	margin: 0 0 0 20px;
	display: block;
	float: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #969696;
	-moz-box-shadow: 0 1px 0 #fff, inset 0 1px 3px rgba(0,0,0,.6);
	-webkit-box-shadow: 0 1px 0 #fff, inset 0 1px 3px rgba(0,0,0,.6);
	box-shadow: 0 1px 0 #fff, inset 0 1px 3px rgba(0,0,0,.6);
	height: 10px;
	width: 10px;
	text-indent: -999em;
}

#slider .nav a:hover {
	background-color: #18317e;
}

#slider .nav a.activeSlide {
	background-color: #18317e;
}


/* Header
------------------------------------------------------------------------------*/

#header {
	background: url(../images/bg_head.png) no-repeat 50% 5px;
	height: 187px;
	margin: 0 0 -64px 0;
}

#header .languge-bar {
	float: right;
	font-weight: bold;
	padding: 6px 9px 0 0;
}

#header .languge-bar li {
	background: url(../images/bg_divider.png) no-repeat 100% 4px;
	float: left;
	margin: 0 9px 0 0;
	padding: 0 11px 0 0;
}

#header .languge-bar li.last {
	padding: 0;
	margin: 0;
	background: none;
}

#header .languge-bar a {
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	padding: 0 0 1px 30px;
}

#header .languge-bar .korean a {
	background: url(../images/ico_flag_1.png) no-repeat 0 1px;
}

#header .languge-bar .australia a {
	background: url(../images/ico_flag_3.png) no-repeat 0 1px;
}

#header .languge-bar .chinese a {
	background: url(../images/ico_flag_2.png) no-repeat 0 1px;
}

#header .sign-in {
	float: right;
	clear: right;
	padding: 39px 10px 0 0;
}

#header .sign-in li {
	position: relative;
	float: left;
	z-index: 999;
}

#header .sign-in .facebook a {
	background: url(../images/ico_facebook.png) no-repeat;
	height: 34px;
	width: 34px;
	display: block;
}

#header .sign-in .signin-btn {
	height: 50px;
}

#header .sign-in .signin-btn a {
	font-weight: bold;
	font-size: 12px;
	color: #717171;
	margin: -1px 14px 0 0;
	width: 90px;
	height: 32px;
	display: block;
	border: 1px solid #bcbcbc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #ededed;
	-moz-box-shadow: 0 1px 1px rgba(0,0,0,.15), inset 0 1px 0 #fff;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.15), inset 0 1px 0 #fff;
	box-shadow: 0 1px 1px rgba(0,0,0,.15), inset 0 1px 0 #fff;
	background: #fafafa;
	background: -moz-linear-gradient(top,  #fafafa 0%, #f9f9f9 33%, #ededed 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(33%,#f9f9f9), color-stop(100%,#ededed));
	background: -webkit-linear-gradient(top,  #fafafa 0%,#f9f9f9 33%,#ededed 100%);
	background: -o-linear-gradient(top,  #fafafa 0%,#f9f9f9 33%,#ededed 100%);
	background: -ms-linear-gradient(top,  #fafafa 0%,#f9f9f9 33%,#ededed 100%);
	background: linear-gradient(to bottom,  #fafafa 0%,#f9f9f9 33%,#ededed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#ededed',GradientType=0 );
}

#header .sign-in .signin-btn a span {
	background: url(../images/ico_sign_up.png) no-repeat;
	display: inline-table;
	height: 29px;
	width: 28px;
	margin: -4px 8px -5px 2px;
	position: relative;
	bottom: -6px;
}

#header .sign-in .dropdown {
	display: none;
	position: absolute;
	width: 343px;
	top: 52px;
	right: -34px;
	z-index: 99;
	background: #f6f8f8;
	padding: 11px 0 7px 14px;
	border: 1px solid #ddd;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.08), inset 0 0 0 1px rgba(255,255,255,.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.08), inset 0 0 0 1px rgba(255,255,255,.5);
	box-shadow: 0 1px 3px rgba(0,0,0,.08), inset 0 0 0 1px rgba(255,255,255,.5);
	border-radius: 4px;
}


#header .sign-in .signin-btn:hover .dropdown {
	display: block;
}

#header .sign-in .dropdown .arrow {
	background: url(../images/bg_arrow_dropdown.png) no-repeat;
	position: absolute;
	top: -11px;
	left: 245px;
	height: 11px;
	width: 40px;
}

#header .sign-in .dropdown input {
	width: 293px;
	height: 32px;
	margin: 0 0 9px 0;
	line-height: 32px;
	padding: 10px 21px 8px 21px;
}

#header .sign-in .dropdown [type=submit] {
	float: right;
	width: 203px;
	margin: 4px 8px 0 0;
}

#header .sign-in .dropdown input.id {
	background: #fcfdfd url(../images/ico_id.png) no-repeat 298px 16px;
}

#header .sign-in .dropdown input.psw {
	background: #fcfdfd url(../images/ico_case.png) no-repeat 298px 17px;
}

#header .sign-in .dropdown label a {
	background: none;
	border: none;
	box-shadow: none;
	color: #888888;
	font-size: 13px;
	line-height: 18px;
	text-decoration: underline;
	width: auto;
	display: inline-block;
	font-weight: normal;
	padding: 0;
	margin: 0;
	clear: left;
	float: left;
	height: auto;
	margin: 0 0 5px 0;
}

#header .sign-in .dropdown label {
	float: left;
	padding: 4px 0 0 0;
	width: 125px;
}

#header .sign-in .dropdown label a:hover {
	text-decoration: none;
}

#header .head-menu {
	float: right;
	padding: 56px 20px 0 0;
}

#header .head-menu li {
	background: url(../images/bg_divider_headmenu.png) no-repeat 100% 2px;
	float: left;
	padding: 0 6px 0 5px;
}

#header .head-menu li.last {
	background: none;
}

#header .head-menu a {
	float: left;
	color: #18317d;
	font-size: 13px;
	line-height: 
}

#logo {
	width: 188px;
	height: 42px;
	display: block;
	cursor: pointer;
	text-indent: -9999em;
	float: left;
	margin: 60px 0 0 -1px;
	background: url(../images/logo.png) no-repeat;
}


/* Navigation
------------------------------------------------------------------------------*/

#menu {
	border: 1px solid #dcdcdc;
	background: url(../images/bg_menu.png) repeat-x;
	box-shadow: 0 1px 1px rgba(0,0,0,.15);
	border-radius: 4px;
	height: 48px;
	text-align: center;
	position: relative;
	z-index: 99;
}

#menu>ul>li {
	display: inline-block;
	border-right: 1px solid #dcdcdc;
	padding: 0 0 1px 0;
	margin: 0;
	position: relative;
}

#menu>ul>li:hover ul {
	display: block;
}

#menu li.last {
	border-right: none;
}

#menu>ul>li>a {
	font-weight: bold;
	height: 48px;
	line-height: 48px;
	display: block;
	color: #17317e;
	font-size: 13px;
	text-shadow: 0 1px 0 #fff;
	padding: 0 17px;
	margin: 0 0 0 -4px;
}

#menu a:hover {
	background: url(../images/bg_menu.png) repeat-x 0 -48px;
	text-decoration: none;
}

#menu .current>a {
	background: url(../images/bg_menu.png) repeat-x 0 -48px;
}

#menu ul ul {
	display: none;
	background: url(../images/bg_sub.png);
	border-bottom: 1px solid #939393;
	border-right: 1px solid #939393;
	border-left: 1px solid #939393;
	position: absolute;
	top: 49px;
	left: -5px;
	width: 231px;
	border-radius: 0 0 5px 5px;
	box-shadow: inset 0 16px 2px -10px rgba(0, 0, 0, 0.04);
	padding: 12px 0 14px 0;
}

#menu ul ul a {
	font-weight: bold;
	display: block;
	color: #17317e;
	font-size: 13px;
	text-shadow: 0 1px 0 #fff;
	display: block;
	width: 195px;
	text-align: left;
	border-bottom: 1px solid #e3e3e3;
	box-shadow: 0 1px #fff;
	margin: 0 18px;
	line-height: 32px;
	padding: 2px 0 0 0;
}

#menu ul ul a:hover {
	background: none;
}

#menu ul ul .last a {
	border-bottom: none;
	box-shadow: none;
}


/* home-title
------------------------------------------------------------------------------*/

.home-title {
	background: url(../images/bg_title.png) no-repeat 0 10px;
	margin: 29px 0 0 -96px;
	padding: 0 0 0 102px;
}

.landing-title {
	background: url(../images/bg_title_2.png) no-repeat 81px 40px;
	margin: 24px 0 0 -96px;
	padding: 0 0 0 146px;
}

.coach-title {
	background: url(../images/bg_title_2.png) no-repeat 81px 48px;
	margin: 16px 0 0 -96px;
	padding: 0 0 0 148px;
}

.title h1 {
	color: #fff;
	font-family: 'Asap', sans-serif;
	font-size: 72px;
	line-height: 76px;
	font-weight: bold;
	text-shadow: 0 -2px 0 #3d7b89;
}

.coach-title h1 {
	font-size: 77px;
	line-height: 70px;
}

.coach-title h1 span {
	display: block;
	float: left;
	padding: 0 0 0 17px;
	margin: -3px 0 0 0;
}

.landing-title h1 {
	font-size: 80px;
}

.title h3 {
	color: #fff;
	font-family: 'Asap', sans-serif;
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	text-shadow: 0 -1px 0 #3d7b89;
	margin: -2px 0 0 7px;
}

.title li {
	float: left;
}

.title ul {
	overflow: hidden;
	padding: 19px 0 12px 10px;
}

.coach-title ul {
	clear: both;
	padding: 24px 0 12px 19px;
}

.title ul li {
	padding: 0 58px 0 0;
}

.title ul a {
	color: #fdfdfd;
	display: block;
	font-family: "Asap";
	font-size: 21px;
	line-height: 24px;
	font-weight: bold;
	padding: 2px 0 10px 48px;
	background: url(../images/bg_title_menu.png) no-repeat 0 3px;
}

.title ul .link-1 a {
	background: url(../images/bg_title_menu_1.png) no-repeat;
}

.title ul .link-2 {
	padding: 0 85px 0 0;
}

.title ul .link-3 a {
	background: url(../images/bg_title_menu_2.png) no-repeat 0 1px;
}

.landing-title h3 {
	font-size: 40px;
	line-height: 40px;
	margin: 10px 0 0 29px;
}

.home-title .more {
	color: #fff;
	font-family: 'Asap', sans-serif;
	font-size: 17px;
	line-height: 17px;
	font-weight: bold;
	text-shadow: 0 -1px 0 #3d7b89;
	margin: 17px 0 0 400px;
	float: left;
}

.home-title .more:hover {
	text-decoration: underline;
}

/* lesson-box
------------------------------------------------------------------------------*/

.lesson-box {
	float: right;
	background: url(../images/bg_free_lessons.png) no-repeat;
	width: 335px;
	height: 496px;
	display: block;
	position: relative;
	margin: -39px -70px -69px -70px;
	padding: 129px 112px 0 91px;
}

#sidebar .lesson-box {
	float: none;
	background: url(../images/bg_free_lessons_small.png) no-repeat;
	width: 236px;
	height: 208px;
	margin: 0 -25px 0 4px;
	padding: 102px 49px 0 24px;
}

.lesson-box.course-box {
	background: url(../images/bg_course.png) no-repeat;
	margin: 71px -81px -69px -70px;
	padding: 79px 112px 0 91px;
	height: 380px;
}

.lesson-box .offer {
	position: absolute;
	left: -93px;
	top: 87px;
}

.lesson-box .note {
	position: absolute;
	left: -139px;
	top: 369px;
	background: url(../images/bg_note.png) no-repeat;
	width: 197px;
	height: 79px;
	display: block;
	z-index: -1;
}

.lesson-box .note p {
	color: #eef1f7;
	font-size: 14px;
	font-weight: bold;
	line-height: 17px;
	font-style: italic;
	text-shadow: none;
	width: 130px;
	float: right;
	padding: 9px 0 0 0;
}

.lesson-box .offer img {
	display: block;
}

.lesson-box h2 {
	color: #ec7a1f;
	font-family: 'Asap', sans-serif;
	font-size: 25px;
	line-height: 25px;
	font-weight: bold;
	font-style: italic;
	text-shadow: 0 1px 0 #fff;
	padding: 0 0 16px 0;
}

.lesson-box p {
	color: #777;
	font-size: 15px;
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(255,255,255,.35);
	padding: 0 0 8px 0;
	line-height: 18px;
}

#sidebar .lesson-box p {
	color: #777;
	font-size: 11px;
	padding: 0 0 3px 0;
}

.lesson-box input {
	width: 293px;
	padding: 12px 21px 10px 21px;
	line-height: 28px;
	margin: 0 0 9px 0;
}

.lesson-box input[type=submit] {
	width: 201px;
	margin: 14px 0 0 0;
	float: right;
	border: 1px solid #40869a;
}

.lesson-box.course-box input[type=submit] {
	margin: 4px 0 -11px 0;
	font-size: 23px;
}

.lesson-box .day-choose {
	position: relative;
	width: 335px;
	height: 49px;
	z-index: 9;
}

#sidebar .lesson-box .day-choose {
	width: 235px;
	height: 35px;
}

.lesson-box .btn-choose {
	height: 49px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,.25), 0 0 3px rgba(255,255,255,.25), inset 0 0 3px #000;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.25), 0 0 3px rgba(255,255,255,.25), inset 0 0 3px #000;
	box-shadow: 0 1px 0 rgba(255,255,255,.25), 0 0 3px rgba(255,255,255,.25), inset 0 0 3px #000;
	border: none;
	font-size: 16px;
	font-weight: bold;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: rgba(255,255,255,.7);
	height: 50px;
	width: 335px;
}

#sidebar .lesson-box .btn-choose {
	height: 35px;
	font-size: 12px;
	font-weight: bold;
	width: 236px;
}

.lesson-box .btn-choose p {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(255,255,255,.35);
	padding: 12px 0 12px 20px;
	line-height: 28px;
	float: left;
}

#sidebar .lesson-box .btn-choose p {
	color: #333;
	font-size: 11px;
	font-weight: bold;
	padding: 4px 0 0 15px;
	line-height: 28px;
	float: left;
}

.lesson-box .btn-choose .ico {
	height: 48px;
	float: right;
	width: 59px;
	border-left: 1px solid #91a0a1;
	background: url(../images/ico_callendar.png) no-repeat 18px 12px;
}

#sidebar .lesson-box .btn-choose .ico {
	height: 35px;
	width: 43px;
	background: url(../images/ico_callendar_small.png) no-repeat 13px 8px;
}

.lesson-box .day-choose .day-choose-holder {
	display: none;
	background: #fff;
	box-shadow: inset 0 8px 2px 1px rgba(0,0,0,0.05);
	border-bottom: 1px solid #a9a9a9;
	border-left: 1px solid #a9a9a9;
	border-right: 1px solid #a9a9a9;
	padding: 23px 0 7px 30px;
	width: 303px;
	position: absolute;
	top: 50px;
	left: 0;
	overflow: hidden;
}

#sidebar .lesson-box .day-choose .day-choose-holder {
	top: 35px;
	width: 208px;
	padding: 23px 0 2px 26px;
}

.lesson-box .day-choose:hover .day-choose-holder {
	display: block;
}

.lesson-box .day-choose .day-choose-holder input {
	display: none;
}

.lesson-box .day-choose .day-choose-holder label {
	float: left;
	width: 72px;
	background: url(../images/bg_checkbox.png) no-repeat 0 -19px;
	color: #437181;
	font-size: 12px;
	line-height: 26px;
	padding: 0 0 0 24px;
	margin: 0 0 5px 0;
}

#sidebar .lesson-box .day-choose .day-choose-holder label {
	font-size: 12px;
	background: url(../images/bg_checkbox.png) no-repeat 0 -22px;
	color: #437182;
	padding-right: 7px;
	margin-bottom: 11px;
}

.lesson-box .day-choose .day-choose-holder label.ui-state-active {
	background: url(../images/bg_checkbox.png) no-repeat 0 3px;
}

#sidebar .lesson-box .day-choose .day-choose-holder label.ui-state-active {
	background: url(../images/bg_checkbox.png) no-repeat 0 0;
}

.lesson-buttons {
	float: right;
	width: 450px;
	margin: 43px -32px 0 0;
}

.lesson-buttons ul {
	float: right;
}

.lesson-buttons li {
	padding: 0 0 0 23px;
	float: left;
}

.lesson-buttons a {
	position: relative;
	-moz-border-radius: 7px / 10px;
	-webkit-border-radius: 7px / 10px;
	border-radius: 7px / 10px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: rgba(255,255,255,.4);
	-moz-box-shadow: 0 1px 56px 6px rgba(0,123,162,.61), inset 0 0 10px rgba(255,255,255,.35), inset 0 0 1px 0 rgba(255,255,255,.33);
	-webkit-box-shadow: 0 1px 56px 6px rgba(0,123,162,.61), inset 0 0 10px rgba(255,255,255,.35), inset 0 0 1px 0 rgba(255,255,255,.33);
	box-shadow: 0 1px 56px 6px rgba(0,123,162,.61), inset 0 0 10px rgba(255,255,255,.35), inset 0 0 1px 0 rgba(255,255,255,.33);
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMCIgc3RvcC1vcGFjaXR5PSIwLjExIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIwLjExIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.11) 0%, rgba(255,255,255,.11) 100%);
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.11) 0%, rgba(255,255,255,.11) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.11) 0%, rgba(255,255,255,.11) 100%);
	background-image: linear-gradient(bottom, rgba(0,0,0,.11) 0%, rgba(255,255,255,.11) 100%);
	height: 39px;
	display: block;
	float: left;
	font-family: 'NexaFreeBoldwebfont';
	color: #fff;
	font-size: 16px;
	line-height: 15px;
	width: 68px;
	padding: 12px 0 0 50px;
}

.lesson-buttons .adult a {
}

.lesson-buttons .babies a {
	font-size: 15px;
	width: 70px;
	padding: 12px 0 0 48px;
}

.lesson-buttons .squads a {
	font-size: 15px;
	height: 32px;
	width: 64px;
	padding: 19px 0 0 54px;
}

.lesson-buttons .royal a {
	font-size: 14px;
	width: 66px;
	padding: 12px 0 0 52px;
}

.lesson-buttons .austswim a {
	font-size: 14px;
	width: 72px;
	height: 33px;
	padding: 18px 0 0 46px;
}

.lesson-buttons .diving a {
	font-size: 14px;
	width: 60px;
	height: 40px;
	padding: 11px 0 0 58px;
}

.lesson-buttons a .ico {
	width: 42px;
	height: 42px;
	display: block;
	position: absolute;
	top: 4px;
	left: 5px;
}

.lesson-buttons .adult a .ico {
	background: url(../images/ico_adult.png) no-repeat 6px 1px;
}

.lesson-buttons .babies a .ico {
	background: url(../images/ico_family.png) no-repeat;
}

.lesson-buttons .squads a .ico {
	background: url(../images/ico_squads.png) no-repeat 1px 7px;
}

.lesson-buttons .diving a .ico {
	background: url(../images/ico_adult.png) no-repeat 6px 1px;
}

.lesson-buttons .austswim a .ico {
	background: url(../images/ico_family.png) no-repeat;
}

.lesson-buttons .royal a .ico {
	background: url(../images/ico_royal.png) no-repeat 2px 7px;
}

/* text-box
------------------------------------------------------------------------------*/

.text-box {
	border-radius: 15px;
	background-color: #fff;
	box-shadow: 0 0 8px rgba(0,0,0,.2);
	clear: both;
	margin: 0 0 26px 0;
	overflow: hidden;
}

.text-box .left {
	float: left;
	width: 550px;
	position: relative;
}

.text-box.side .left {
	float: right;
	width: 380px;
	position: relative;
	padding: 0 0 45px 0;
}

.text-box .left .info {
	float: right;
	width: 362px;
	text-align: justify;
	padding: 25px 0 0 0;
}

.text-box.side .left .info {
	width: 380px;
}

.text-box .left .info p {
	padding: 0 0 7px 0;
}

.text-box .left .info p.width {
	width: 200px;
}

.text-box .info h3 {
	color: #f47d1f;
	font-family: 'Asap', sans-serif;
	font-size: 23px;
	line-height: 26px;
	font-weight: bold;
	padding: 0 0 19px 0;
}

.text-box.side .info h3 {
	padding: 0 0 13px 0;
}

.text-box .left .info h4 {
	color: #18317d;
	font-family: 'Asap', sans-serif;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	padding: 0 0 13px 0;
}

.text-box .left .bottom {
	overflow: hidden;
	padding: 17px 0 15px 0;
}

.text-box.side .left .bottom {
	padding: 0 0 15px 0;
	width: 200px;
	overflow: visible;
}

.text-box.side .left .bottom p {
	float: right;
}

.text-box.side .left .bottom img {
	float: right;
	margin: 0 -21px 0 0;
}

.text-box .left .bottom .author {
	color: #f18b53;
	font-family: 'Asap', sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	font-style: italic;
	float: left;
	padding: 25px 0 18px 0;
}

.text-box .left .bottom img {
	float: right;
	display: block;
	margin: 0 -3px 0 0;
}

.text-box .left img.to-bt {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
}

.text-box.side .left img.to-bt {
	right: -20px;
	left: inherit;
	bottom: -2px;
}

.text-box .right {
	position: relative;
	float: right;
	width: 351px;
	height: 100%;
}

.text-box.side .right {
	border-bottom: 1px solid #fad1b7;
	width: 380px;
	margin-bottom: 16px;
}

.text-box .right .info {
	float: left;
	width: 216px;
	padding: 25px 0 0 0;
}

.text-box.left-side .right .info {
	float: right;
	padding: 22px 0 0 0;
}

.testimonial {
	background: url(../images/bg_comment.png) no-repeat;
	height: 169px;
	width: 216px;
	position: relative;
}

.testimonial .arrow-right {
	background: url(../images/bg_testimonial_arrow.png) no-repeat;
	height: 16px;
	width: 8px;
	display: block;
	right: -7px;
	top: 25px;
	position: absolute;
}

.testimonial .arrow-left {
	background: url(../images/bg_testimonial_arrow_right.png) no-repeat;
	height: 16px;
	width: 8px;
	display: block;
	left: -7px;
	top: 25px;
	position: absolute;
}

.testimonial p {
	color: #fff ;
	font-size: 16px;
	font-weight: bold;
	line-height: 19px;
	font-style: italic;
	padding: 24px 5px 0 20px;
}

.text-box .right img.to-bt {
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
}

.text-box.side .right img.to-bt {
	right: -18px;
}

.text-box.left-side .right img.to-bt {
	left: -22px;
}

.text-box .right img.to-bt.style-2 {
	right: -8px;
}

.text-box .right .author {
	color: #f18b53;
	font-family: 'Asap', sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	font-style: italic;
	float: right;
	padding: 11px 3px 19px 0;
}

.text-box.side .right .author {
	padding: 11px 3px 5px 0;
}

.text-box.left-side .right .author {
	padding: 0;
	margin: 48px 0 10px -37px;
	float: left;	
}

/* features
------------------------------------------------------------------------------*/

.features img {
	margin: -25px 0 -402px 0;
	display: block;
	height: 427px;
}

.features .breadcrumb {
	font-size: 11px;
	color: #fff;
}

.features .breadcrumb p {
	padding: 14px 0 0 10px;
}

.features .breadcrumb a {
	color: #fff;
	text-decoration: underline;
}

.features .breadcrumb a:hover {
	text-decoration: none;
}

.features .link-box {
	background: url(../images/bg_white.png);
	position: relative;
	z-index: 10;
	width: 211px;
	height: 162px;
	display: block;
	float: right;
	margin: 109px 220px 38px 0;
}

.features .link-box ul {
	padding: 10px 9px;
}

.features .link-box li {
	padding: 0 0 13px 0;
}

.features .link-box a {
	color: #ef8b51;
	font-family: 'Asap', sans-serif;
	font-size: 15px;
	line-height: 22px;
	display: block;
	font-weight: bold;
}

.features .link-box .link-1 a {
	margin: -4px 0 0 0;
	padding: 10px 0 14px 52px;
	background: url(../images/ico_squads.png) no-repeat 0 4px;
}

.features .link-box .link-2 a {
	background: url(../images/ico_family.png) no-repeat;
	margin: -5px 0 0 0;
	padding: 10px 0 15px 52px;
}

.features .link-box .link-3 a {
	background: url(../images/ico_adult.png) no-repeat 2px 0;
	margin: -5px 0 0 0;
	padding: 10px 0 15px 52px;
}

/* Content
------------------------------------------------------------------------------*/

#content {
	border-radius: 15px 15px 0 0;
	background-color: #fff;
	box-shadow: 0 0 8px rgba(0,0,0,.2);
	clear: both;
	padding: 20px 50px 0 50px;
	position: relative;
	z-index: 9;
}

/*
.overlay-f {
	overflow: hidden;
	margin: -310px 0 0;
	padding: 310px 0 0;
} 
*/

#content.main {
	border-radius: 0;
	overflow: hidden;
	margin: -4px 0 0 0;
	padding-bottom: 59px;
}

#content .breadcrumb {
	color: #999999;
	font-size: 11px;
	line-height: 16px;
	margin: -3px 0 38px -38px;
}

#content .breadcrumb a {
	color: #999999;
	text-decoration: underline;
}

#content .breadcrumb a:hover {
	text-decoration: none;
}

#main-content {
	float: right;
	width: 540px;
	padding: 44px 0 0 0;
}

#main-content h2 {
	padding: 0 0 11px 0;
}

.entry a {
	font-weight: bold;
}

.entry p.min-space {
	padding: 0 0 9px 0;
}

.entry p {
	padding: 0 0 32px 0;
}

.entry p.space {
	padding: 0 0 25px 0;
}

#main-content img {
	padding: 0 0 27px 0;
	display: block;
}

.content-logo {
	float: right;
	padding: 130px 53px 0 0;
}

h2 {
	color: #f47d1f;
	font-family: 'Asap', sans-serif;
	font-size: 23px;
	font-weight: bold;
	font-style: italic;
}

#content .width-content {
	padding: 9px 0 0 0;
}

#content .programs {
	padding: 30px 0 2px 0;
	border-bottom: 1px solid #fad1b7;
	overflow: hidden;
	margin: 0 0 6px 0;
}

#content .programs li {
	padding: 0 0 24px 0;
}

#content .programs .col {
	padding: 0 60px 0 0;
	width: 240px;
	float: left;
}

#content .programs .col-1 {
	width: 260px;
}

#content .programs .col-3 {
	padding: 0;
}

#content .programs a.title {
	color: #18317e;
	font-family: 'Asap', sans-serif;
	font-size: 15px;
	line-height: 18px;
	background: url(../images/bg_arrow_list.png) no-repeat 0 5px;
	font-weight: bold;
	padding: 2px 0 2px 12px;
	margin: 0 0 5px 0;
	display: inline-block;
}

#content .programs p {
	text-align: justify;
}

#content .text-box {
	box-shadow: none;
	margin: 0 -80px 0 -56px;
	padding-right: 33px;
	background: none;
}

#content .text-box.side {
	float: right;
	width: 420px;
	margin: -4px -32px 0 -56px;
}

#content .facebool-block {
	width: 340px;
	float: right;
	margin: 6px -39px 0 0;
}

#content .facebool-block img {
	display: block;
}

#home-content {
	float: left;
	width: 500px;
	text-align: justify;
	padding: 0 0 32px 0;
}

#home-content .faq-box {
	border-bottom: 1px solid #f7c5a8;
	padding: 0 0 45px 0;
	margin: 0 0 25px 0;
}

#home-content h2 {
	color: #f47d1f;
	font-family: 'Asap', sans-serif;
	font-size: 23px;
	line-height: 28px;
	font-weight: bold;
	font-style: italic;
	padding: 0 0 16px 0;
}

#home-content h3 {
	color: #18317e;
	font-family: 'Asap', sans-serif;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	padding: 0 0 6px 0;
}

#home-content p {
	padding: 0 0 25px 0;
}

#home-content h3 span {
	padding: 0 20px 0 0;
}

#home-content .faq-box img {
	float: left;
	margin: -8px 20px 0 -35px;
}

#home-content .faq-box .more {
	font-size: 13px;
	line-height: 18px;
	color: #444444;
	float: right;
	font-style: italic;
	text-decoration: underline;
	background: url(../images/ico_arrow_grey.png) no-repeat 0 3px;
	padding: 0 0 0 13px;
	margin: -9px 0 20px 0;
}

#home-content .faq-box .more:hover {
	text-decoration: none;
}

#home-content .courses {
	padding: 0 0 20px 0;
	overflow: hidden;
}

#home-content .courses img {
	display: block;
	margin: 3px 0 0 0;
	float: left;
}

#home-content .courses .info {
	float: right;
	width: 242px;
	text-align: justify;
	padding: 2px 0 0 0;
}

#home-content .courses .info select {
	width: 240px;
}

#home-content .courses p {
	padding: 0 0 18px 0;
}


/* Sidebar
------------------------------------------------------------------------------*/

#sidebar {
	float: left;
	width: 320px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #fff;
	box-shadow: 0 0 8px rgba(0,0,0,.2);
	margin: -299px 0 0 20px;
	padding: 23px 40px;
}

#change {
	border:none;
}

.overlay-f #sidebar {
	margin: -299px 0 -900px 20px;
	padding: 23px 40px 900px;
}

.main #sidebar {
	margin: 0 0 0 -20px;
	padding: 0 0 50px 0;
	width: 312px;
	box-shadow: none;
	border-radius: 0;
	float: left;
	padding: 44px 0 0 0;
}

#sidebar h2 {
	font-size: 30px;
	line-height: 36px;
	padding: 0 0 21px 0;
	margin: -2px 0;
}

.main #sidebar h2 {
	margin: -11px 0 0 0;
	padding: 0 0 14px 0;
}

.main #sidebar .lesson-box h2 {
	font-size: 18px;
	line-height: 18px;
	padding: 0 0 8px 0;
}

#sidebar .sidemenu ul{
	padding: 0 0 30px 39px;
}

#sidebar .sidemenu a {
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	background: url(../images/bg_arrow_menu.png) no-repeat 0 3px;
	padding: 0 0 0 22px;
}

#sidebar .sidemenu a:hover {
	color: #f57e20;
}

#sidebar .sidemenu .current a {
	text-decoration: underline;
	color: #f57e20;
}

#sidebar h2.space {
	padding: 0 0 30px 0;
}

#sidebar h3 {
	color: #18317d;
	font-size: 15px;
	line-height: 22px;
	font-weight: bold;
	font-family: 'Asap', sans-serif;
	padding: 0 0 11px 0;
}

#sidebar fieldset {
	width: 100%;
}

#sidebar input[type=text] {
	width: 300px;
	border: 1px solid #c5d9de;
	-moz-border-radius: 4px / 3px;
	-webkit-border-radius: 4px / 3px;
	border-radius: 4px / 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #fff;
	-moz-box-shadow: 0 1px 1px rgba(167,214,227,.3);
	-webkit-box-shadow: 0 1px 1px rgba(167,214,227,.3);
	box-shadow: 0 1px 1px rgba(167,214,227,.3);
	color: #437182;
	font-size: 12px;
	line-height: 28px;
	font-weight: normal;
	padding: 0 9px;
	margin: 0 0 15px 0;
}


input[type=text] {
	width: 300px;
	border: 1px solid #c5d9de;
	-moz-border-radius: 4px / 3px;
	-webkit-border-radius: 4px / 3px;
	border-radius: 4px / 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #fff;
	-moz-box-shadow: 0 1px 1px rgba(167,214,227,.3);
	-webkit-box-shadow: 0 1px 1px rgba(167,214,227,.3);
	box-shadow: 0 1px 1px rgba(167,214,227,.3);
	color: #437182;
	font-size: 12px;
	line-height: 28px;
	font-weight: normal;
	padding: 0 9px;
	margin: 0 0 15px 0;
}


#sidebar .lesson-box input[type=text] {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,.25), 0 0 3px rgba(255,255,255,.25), inset 0 0 3px #000;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.25), 0 0 3px rgba(255,255,255,.25), inset 0 0 3px #000;
	box-shadow: 0 1px 0 rgba(255,255,255,.25), 0 0 3px rgba(255,255,255,.25), inset 0 0 3px #000;
	border: none;
	font-size: 16px;
	font-weight: bold;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: rgba(255,255,255,.7);
	width: 206px;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	padding: 4px 15px;
	margin: 0 0 6px 0;
}

#sidebar .lesson-box input::-webkit-input-placeholder {
	color:#333333;
}

#sidebar .lesson-box input::-moz-placeholder {
	color:#333333;
}

#sidebar input::-webkit-input-placeholder {
 color: #437182;
}

#sidebar input::-moz-placeholder {
 color: #437182;
}

#sidebar select {
	width: 318px;
	margin: 0 0 16px 0;
}

#sidebar .lesson-box select {
	width: 236px;
}

#sidebar .radio-field {
	border-bottom: 1px dotted #d9d9d9;
	border-top: 1px dotted #d9d9d9;
	margin: 6px 0 20px 0;
	padding: 12px 0 15px 0;
}

#sidebar .radio-field input {
	display: none;
}

#sidebar label {
	font-size: 13px;
	line-height: 20px;
	color: #555555;
}

#sidebar .radio {
	background: url(../images/bg_radio.png) no-repeat 0 2px;
	padding: 0 0 0 21px;
	margin: 0 18px 0 0;
}

#sidebar .radio.ui-state-active {
	background: url(../images/bg_radio.png) no-repeat 0 -33px;
}

#sidebar .text-lab {
	padding: 0 0 9px 0;
	display: block;
}

#sidebar .read-bar {
	border-bottom: 1px dotted #d9d9d9;
	padding: 0 0 15px 0;
}

#sidebar .read-bar.br-top {
	border-top: 1px dotted #d9d9d9;
	padding-top: 20px;
}

#sidebar .read-bar .holder {
	overflow: auto;
	height: 76px;
	border: 1px solid #c6dade;
	border-radius: 3px 0 0 3px;
	margin: 9px 0 0 0;
	padding: 5px 13px;
	box-shadow: 0 1px 1px rgba(167,214,227,.3);
	font-size: 12px;
	color: #437182;
}

#sidebar .read-bar .holder h4 {
	font-weight: bold;
	padding: 0 0 4px 0;
}

#sidebar .check {
	float: left;
	width: 312px;
	color: #437181;
	font-size: 13px;
	line-height: 26px;
	margin: 14px 0 5px 0;
	line-height: 16px;
	padding: 0 0 7px 8px;
	display: block;
	background: #f3f6f7;
}

#sidebar .check span.ico {
	height: 19px;
	width: 16px;
	padding: 0 14px 0 0;
	margin: 0 0 0 -8px;
	background: #f3f6f7 url(../images/bg_checkbox.png) no-repeat 7px -22px;
	display: inline-block;
	position: relative;
	top: 4px;
}

#sidebar .check-in {
	display: none;
}

#sidebar .check.ui-state-active span.ico {
	background: #f3f6f7 url(../images/bg_checkbox.png) no-repeat 7px 0px;
}

#sidebar input[type=submit] {
	width: 204px;
	float: right;
	font-size: 23px;
	margin: 23px 0 0 0;
}

#sidebar .lesson-box input[type=submit] {
	width:  141px;
	height: 30px !important;
	float: right;
	font-size: 16px;
	line-height: 28px !important;
	margin: 11px 0 0 0;
	padding: 0;
	display: block;
}



/* Footer
------------------------------------------------------------------------------*/

#footer {
	background: url(../images/bg_footer.png) no-repeat 50% 0;
	position: relative;
	z-index: 99;
	margin: -81px 0 0 0;
	padding: 93px 0 0 0;
}

#footer .ft-menu {
	height: 46px;
	background: #024b92;
}

#footer .ft-menu .container {
	overflow: hidden;
}

#footer .ft-menu ul {
	padding: 15px 0 0 10px;
	float: left;
}

#footer .ft-menu li {
	float: left;
	padding: 0 6px 0 0;
	margin: 0 5px 0 0;
	background: url(../images/bg_ft_divider.png) no-repeat 100% 2px;
}

#footer .ft-menu li.last {
	background: none;
}

#footer .ft-menu a {
	float: left;
	color: #fff;
}

#footer .facebook {
	float: right !important;
	background: url(../images/ico_facebook.png) no-repeat;
	height: 34px;
	width: 34px;
	display: block;
	margin: 7px 9px;
}

#footer .ft-footer {
	overflow: hidden;
	background: #2883c1;
	padding-bottom: 43px;
}

#footer .ft-footer .logos ul {
	padding: 7px 0 0 10px;
}

#footer .ft-footer .logos li {
	padding: 0 31px 0 0;
	float: left;
}

#footer .ft-footer .logos li a {
	float: left;
}

#footer .ft-footer .copy {
	color: #fff;
	padding: 16px 10px 0 0;
	float: right;
}


/* Fonts
------------------------------------------------------------------------------*/ 

.ui-selectmenu-menu {
	padding: 0;
	position:absolute;
	top: 0;
	z-index: 999 !important;
	display: none;
}

.ui-selectmenu-menu ul.ui-menu {
	overflow: auto;
	overflow-y: auto;
	overflow-x: hidden;
	background: #fff;
	box-shadow: inset 0 8px 3px rgba(0,0,0,0.05);
	border-bottom: 1px solid #a9a9a9;
	border-left: 1px solid #a9a9a9;
	border-right: 1px solid #a9a9a9;
	padding: 7px 0 7px 0;
}

.types.ui-selectmenu-menu ul.ui-menu {
	border-bottom: 1px solid #c6dade;
	border-left: 1px solid #c6dade;
	box-shadow: none;
	border-right: 1px solid #c6dade;
	border-radius: 0 0 5px 5px;
	background: #fff;
	padding: 0;
}

.types.ui-selectmenu-menu .ui-menu .ui-menu-item a {
	font-size: 12px;
	color: #437182;
	line-height: 15px;
	border-bottom: 1px solid #cbd4d6;
	padding: 5px 10px;
}

.types.ui-selectmenu-menu .ui-menu .ui-menu-item:first-child a {
	box-shadow: inset 0 2px 3px rgba(0,0,0,.21);
}

.types.ui-selectmenu-menu .ui-menu .ui-menu-item:last-child a {
	border: 0;
}

.types.ui-selectmenu-menu .ui-menu .ui-menu-item a.ui-state-focus,
.types.ui-selectmenu-menu .ui-menu .ui-menu-item a:hover {
	background: #d0dde1;
}

.ui-selectmenu-menu .ui-menu .ui-menu-item a {
	padding: 6px 20px;
	display: block;
	font-weight: bold;
	color: #333333;
	font-family: "Helvetica";
	font-size: 15px;
	line-height: 18px;
}

.ui-selectmenu-menu .ui-menu .ui-menu-item a:hover {
	background: #d1ecf4;
	text-decoration: none;
}

.ui-selectmenu-open {
	display: block;
}

.ui-selectmenu-button a.ui-button {
	margin: 0 0 10px 0;
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	border-radius: 5px;
	padding: 15px 0 11px 0;
	color: #333333;
	display: block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,.25), 0 0 3px rgba(255,255,255,.25), inset 0 0 3px #000;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.25), 0 0 3px rgba(255,255,255,.25), inset 0 0 3px #000;
	box-shadow: 0 1px 0 rgba(255,255,255,.25), 0 0 3px rgba(255,255,255,.25), inset 0 0 3px #000;
	border: none;
	font-size: 16px;
	font-weight: bold;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: rgba(255,255,255,.7);
	outline: none;
}

#sidebar .lesson-box .ui-selectmenu-button a.ui-button {
	padding: 8px 0 6px 0;
	margin: 0 0 7px 0;
}

.ui-selectmenu-button a.ui-button {
	margin: 0 0 15px 0;
}

.type-2 .ui-selectmenu-button a.ui-button {
	border: 1px solid #c5d9de;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #fff;
	-moz-box-shadow: 0 1px 1px rgba(167,214,227,.3);
	-webkit-box-shadow: 0 1px 1px rgba(167,214,227,.3);
	box-shadow: 0 1px 1px rgba(167,214,227,.3);
	padding: 3px 0 4px 0;
	color: #437182;
}

.ui-selectmenu-button span.ui-icon {
	right: 15px;
	background: url(../images/bg_arrow.png) no-repeat 22px 20px;
	width: 45px;
	height: 49px;
	position: absolute;
	display: block;
	top: 0;
	border-left: 1px solid #91a0a1;
}

#sidebar .lesson-box .ui-selectmenu-button span.ui-icon {
	background: url(../images/bg_arrow_small.png) no-repeat 15px 15px;
	width: 28px;
	height: 34px;
}

.type-2 .ui-selectmenu-button span.ui-icon {
	right: 0;
	width: 34px;
	border-left: 1px solid #aac7ce;
	background: #f3fbfd;
	background: -moz-linear-gradient(top,  #f3fbfd 0%, #eff9fb 4%, #ebf6fa 30%, #d2edf4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3fbfd), color-stop(4%,#eff9fb), color-stop(30%,#ebf6fa), color-stop(100%,#d2edf4));
	background: -webkit-linear-gradient(top,  #f3fbfd 0%,#eff9fb 4%,#ebf6fa 30%,#d2edf4 100%);
	background: -o-linear-gradient(top,  #f3fbfd 0%,#eff9fb 4%,#ebf6fa 30%,#d2edf4 100%);
	background: -ms-linear-gradient(top,  #f3fbfd 0%,#eff9fb 4%,#ebf6fa 30%,#d2edf4 100%);
	background: linear-gradient(to bottom,  #f3fbfd 0%,#eff9fb 4%,#ebf6fa 30%,#d2edf4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3fbfd', endColorstr='#d2edf4',GradientType=0 );
	box-shadow: inset 1px 0 #f3fbfc;
}

.type-2 .ui-selectmenu-button span.ui-icon:after {
	content: "";
	background: url(../images/bg_arrow_select.png) no-repeat;
	height: 9px;
	width: 12px;
	display: block;
	margin: 11px;
}

.ui-selectmenu-button span.ui-selectmenu-text {
	font-weight: bold;
	text-align: left;
	padding: 0 20px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	max-height: 24px;
	line-height: 24px;
}

.type-2 .ui-selectmenu-button span.ui-selectmenu-text {
	font-size: 13px;
	font-weight: normal;
	max-height: 21px;
	line-height: 21px;
	padding: 0 9px;
}

#sidebar .lesson-box .ui-selectmenu-button span.ui-selectmenu-text {
	max-height: 21px;
	font-size: 11px;
	line-height: 21px;
	padding: 0 15px;
}

@font-face {
	font-family: 'NexaFreeBoldwebfont';
	src: url('../fonts/NexaFreeBoldwebfont.eot');
	src: url('../fonts/NexaFreeBoldwebfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/NexaFreeBoldwebfont.woff') format('woff'),
		url('../fonts/NexaFreeBoldwebfont.ttf') format('truetype'),
		url('../fonts/NexaFreeBoldwebfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;

}

.signin-btn{display:none;}

.gendersel{
font-weight: normal;
font-size: 13px;
}

.lesson-box select {
	font-weight: normal;
font-size: 15px;
}
