html {
    position: relative;
    min-height: 100%;
}

body {margin-bottom: 277px;}

.container {max-width: 960px;}

body.admin .container {
    width: 960px;
}

/*-------GLOBAL---------*/

.tooltip-inner {
    font-size: 12px;
    border-radius: 0;
    background: #1b5171;
    max-width: 300px;
    padding: 8px;
    text-align: left;
}

.di .tooltip.in {
    opacity: 1;
    filter: alpha(opacity=100);
}

.di .tooltip-inner {
    background: #1b5171;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #1b5171;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #1b5171;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #1b5171;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #1b5171;
    border-bottom-color: #1b5171;
}

.di .tooltip.top .tooltip-arrow {
    border-top-color: #1b5171;
}

.custom-tooltip-styling
{
    border: 2px solid #FF66FF;
}

.tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

#content {
    /*box-shadow: 0 -1px 5px 0 rgba(0,0,0,0.2);*/
    padding-bottom: 20px;
}

#article {
    padding: 20px 0;
}

.page #article,
.action #article,
.search #article,
.user #article,
.contact #article,
.faq #article,
.videoDetail #article,
.article #article {
    width: 640px;
    float: left;
}

.homepage #article {
    padding: 0;
}

.row {
    margin-bottom: 30px;
}

/*----------------------*/

/*-------HEADER---------*/

.homepage #header {
    height: 680px;
}

#header {
    background: url('../images/headerBg.jpg');
    height: 185px;
}

#header .header-inner {
    background: url('../images/headerInner.jpg') top center no-repeat;
    height: 185px;
}

.homepage #header .header-inner {
    height: 680px;
}

#header .logo {
    float: left;
    margin: 5px 0 0 10px;
}

#header .logo {
    width: 224px;
}

#header blockquote {
    float: left;
    font-family: 'novecento_wide_normalregular', Arial, sans-serif;
    font-size: 12px;
    color: #275ba2;
    border: none;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.2);
    margin-top: 38px;
    margin-left: 10px;
}

#header .login-block {
    margin-top: 30px;
    padding-top:7px;
    margin-right: 5px;
}

#header .login-block ul {
    list-style: none;
}

#header .login-block ul li {
    padding: 0;
    margin: 0;
    float: left;
    background: none;
}

#header .login-block ul li a {
    font-family: 'novecento_wide_boldbold', Arial, sans-serif;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    border-bottom-color: #fff;
    display: block;
    height: 25px;
    width: 25px;
    margin-left: 7px;
    background: url('../images/sprites/sprite-image.png') no-repeat top left;
    background-repeat: no-repeat;
    line-height: 20px;
}

#header .login-block ul li.text a {
    background: none;
}

#header .login-block ul li a.facebookSoc {
    background-position: -871px -654px;
}

#header .login-block ul li a.googleSoc {
    background-position: -904px -654px;
}

#header .login-block ul li a.seznamSoc {
    background-position: -936px -654px;
}

#header .login-block ul li a.facebookSoc:hover {
    background-position: -871px -684px;
}

#header .login-block ul li a.googleSoc:hover {
    background-position: -904px -684px;
}

#header .login-block ul li a.seznamSoc:hover {
    background-position: -936px -684px;
}

#header .login-block ul li.text a {
    width: auto;
    height: auto;
    margin-top: 2px;
}

/*----------------------*/

/*---------NAV----------*/
#nav {
    clear: both;
    width: 100%;
    margin: 0;
}

#nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

#nav ul li {
    background: none;
    margin: 0;
    padding: 0;
    float: left;
    margin-right: 2px;
}

#nav ul li a {
    display: block;
    height: 46px;
    line-height: 48px;
    background: #fff;
    color: #02457e;
    /*padding: 0 16px;*/
    padding: 0 21px;
    text-decoration: none;
    font-family: 'novecento_wide_bookregular', Arial, sans-serif;
    position: relative;
    font-size: 0.98em;
}

#nav ul li.first>a {
    padding: 0 16px;
}


#nav .nav-wrapper>ul>li.active>a,
#nav .nav-wrapper>ul>li.path>a,
#nav .nav-wrapper>ul>li:hover>a {
    background: #ef2d62;
    color: #fff;
}

#nav ul li.sub:hover>a:after {
    content: '';
    display: block;
    height: 12px;
    background: url('../images/navLiAHover.png') center center no-repeat;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    z-index: 2002;
}

#nav ul li.first a:before {
    content: '';
    background: url('../images/sprites/sprite-image.png') no-repeat top left;
    background-position: -871px -952px;
    display: block;
    width: 18px;
    height: 12px;
    position: absolute;
    bottom: -12px;
    left: 0;
    z-index: 999;
}

#nav ul li.first a:hover:before,
#nav ul li.first.path a:before,
#nav ul li.first.active a:before {
    background-position: -871px -1014px;
}

#nav ul li.first.sub ul a:before {
    background: none;
}

#nav ul ul {
    background: #fff;
    height: 39px;
    width: 919px;
    position: absolute;
    top: 46px;
    left: 0;
    z-index: 2000;
    border-bottom: 1px solid #578fc1;
    display: none;
    border-top: 1px solid #6eabd7;
}

#nav ul li:hover ul {
    display: block;
}

#nav ul ul li {
    padding: 0;
    margin: 0;
}

#nav ul ul li a {
    margin: 0;
    padding: 0;
    height: auto;
    line-height: 39px;
    color: #02457e;
    font-family: 'titilliumtext22l_rgregular', Arial, sans-serif;
    text-decoration: underline;
    background: url('../images/navUlULArrow.png') left center no-repeat;
    padding-left: 10px;
    margin-left: 15px;
}

#nav ul ul li a:hover {
    text-decoration: none;
}

#nav ul li.languages {
    margin: 0;
    height: 46px;
    background: #fff;
}

#nav ul li.languages li {
    width: 63px;
    padding: 0;
    overflow: hidden;
    height: 25px;
    margin: 0;
    float: none;
    line-height: 25px;
    text-align: center;
    display: none;
}

#nav ul li.languages:hover li,
#nav ul li.languages li.active {
    display: block;
}

#nav ul li.languages ul {
    width: 63px;
    overflow: hidden;
    display: block;
    margin: 0;
    position: relative;
    left: auto;
    top: auto;
    z-index: 1000;
    border: none;
    background: #fff;
    height: auto;
    padding-top: 11px;
    padding-bottom: 5px;
}

#nav ul li.languages li a {
    padding: 0;
    margin: 0;
    height: 25px;
    line-height: 25px;
    background: none;
    text-align: left;
    padding-left: 19px;
}

#nav ul li.languages li.active a {
    background: url('../images/navArrow.png') no-repeat 38px center;
    background-size: 29px 4px;
}

#nav ul li.languages li img {
    float: none;
    margin: 0;
    width: 16px;
}

.nav-tabs {
    border-bottom: 1px solid #d8d8d8;
}

.nav-tabs li {
    padding: 0;
    background: none;
}

.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
    color: #03306d;
    cursor: default;
    background-color: #ffffff;
    border: 1px solid #d8d8d8;
    border-bottom-color: transparent;
    font-family: 'novecento_wide_boldbold', Arial, sans-serif;
}

.nav-tabs > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 20px;
    font-size: 13px;
    color: #03306d;
    font-family: 'novecento_wide_normalregular', Arial, sans-serif;
    border: 1px solid transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-decoration: none;
    border-color: #e8f6ff #e8f6ff #d8d8d8;
    background-color: #e8f6ff;
}

.nav > li > a:hover {
    text-decoration: none;
    background-color: #e8f6ff;
}
.nav-tabs > li > a:hover {
    border-color: #e8f6ff #e8f6ff #d8d8d8;
}

.nav-tabs > li > a, .nav-pills > li > a {
    padding-right: 12px;
    padding-left: 12px;
    margin-right: 5px;
}
/*----------------------*/

/*--------SLIDER--------*/

#slider {
    height: 490px !important;
}

#slider ul {
    margin: 0;
}

#slider ul.slideList>li {
    height: 490px;
    margin: 0;
    padding: 0;
    background: none;
}

#slider ul li {left: 0;}

#slider ul li .inner {
    width: 960px;
    padding: 0 10px 0 30px ;
    margin: 0 auto;
    position: relative;
}

#slider ul li.first {
    background: url('../images/slider01.jpg') no-repeat center center;
}

#slider ul li.second {
    background: url('../images/slider02.jpg') no-repeat center center;
}

#slider ul li.third {
    background: url('../images/slider03.jpg') no-repeat center center;
}
#slider ul li.fifth {
    background: url('../images/slider04.jpg') no-repeat center center;
}

.buyCredit--link{
    color: #fff !important;
    display: block;
    margin-top: 25px !important;
}

.buyCredit--link,
.fastSign--link:active,
.fastSign--link:focus,
.fastSign--link:hover,
.fastSign--link{
    color: #fff;
    background: #ef2d62;
    font-family: 'novecento_wide_boldbold',Arial,sans-serif;
    text-decoration: none;
    width: 167px;
    height: 38px;
    line-height: 38px;
    font-size: 13px;
    padding: 0 15px;
    margin-top: -4px;
}

#slider .inner .fastSign{
    font-weight: bold;
    font-size: 23px;
    color: #fff;
    font-family: 'novecento_wide_mediumregular',Arial,sans-serif;
    position: absolute;
    top: 329px;
    left: 102px;
    text-transform: uppercase;
}
#slider .inner .fastToday{
    color: #03306d;
    font-weight: 300;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    position: absolute;
    top: 435px;
    left: 103px;
}
#slider .inner .fastToday strong{
    font-family: 'Open Sans', Arial, sans-serif;
}

#slider .inner .fastSign--kredit{
    top: 142px;
    left: 693px;
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
}

#slider .inner .fastToday--enter{
    left: 800px;
    top: 255px;
    line-height: 25px;
}

#slider ul li .inner .hh,
#slider ul li .inner .zss,
#slider ul li .inner .sd,
#slider ul li .inner .bd {
    position: absolute;
    display: block;
    font-size: 38px;
    color: #fefefe;
    font-family: 'novecento_wide_boldbold', Arial, sans-serif;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
    margin-bottom: 20px;
    line-height: 1em;
    margin-bottom: 0;
    text-decoration: none;
}

#slider ul li .inner .bd {
    top: 210px;
    left: 60px;
    width: 150px;
    height: 70px;
}

#slider ul li .inner .bdr {
    position: absolute;
    display: block;
    top: 264px;
    left: 154px;
    width: 52px;
    height: 19px;
    background: url('../images/bdBg.png') no-repeat;
}


#slider ul li .inner .sd {
    top: 87px;
    left: 562px;
    width: 175px;
    height: 80px;
}

#slider ul li .inner .sdr1 {
    position: absolute;
    display: block;
    top: 108px;
    left: 557px;
    width: 20px;
    height: 16px;
    background: url('../images/sdr1Bg.png') no-repeat;
}

#slider ul li .inner .sdr2 {
    position: absolute;
    display: block;
    top: 132px;
    left: 570px;
    width: 18px;
    height: 28px;
    background: url('../images/sdr2Bg.png') no-repeat;
}

#slider ul li .inner .hh {
    top: 170px;
    right: 50px;
    width: 90px;
    height: 70px;
}

#slider ul li .inner .hhr {
    position: absolute;
    display: block;
    top: 215px;
    left: 811px;
    width: 28px;
    height: 28px;
    background: url('../images/hhrBg.png') no-repeat;
}

#slider ul li .inner .zss {
    top: 40px;
    left: 75px;
    width: 235px;
    height: 94px;
    font-size: 20px;
    text-align: center;
    line-height: 10px;
    padding-top: 26px;
}

#slider ul li .inner .zss strong {
    display: block;
    font-size: 57px;
}

#slider .bx-controls-direction a {
    position: absolute;
    z-index: 100;
    top: 180px;
    display: block;
    height: 144px;
    width: 51px;
    text-indent: -9999px;
    font-size: 0;
    line-height: 0;
}

#slider .bx-controls-direction a.bx-prev {
    left: 0;
    background: url('../images/sprites/sprite-image.png') no-repeat top left;
    background-position: -1591px 0;
}

#slider .bx-controls-direction a.bx-prev:hover {
    background: url('../images/sprites/sprite-image.png') no-repeat top left;
    background-position: -1591px -194px;
}

#slider .bx-controls-direction a.bx-next {
    right: 0;
    background: url('../images/sprites/sprite-image.png') no-repeat top left;
    background-position: -1591px -388px;
}

#slider .bx-controls-direction a.bx-next:hover {
    background: url('../images/sprites/sprite-image.png') no-repeat top left;
    background-position: -1591px -582px;
}

#slider .bx-pager {
    width: 940px;
    margin: 0 auto;
    position: relative;
    z-index: 1000;
    top: -40px;
    text-align: right;
}


#slider .bx-controls .bx-pager .bx-pager-item {
    /*float: left;*/
    display: inline-block;
    *display: inline;
    zoom: 1;
}

#slider .bx-controls .bx-pager .bx-pager-item a {
    display: block;
    width: 8px;
    height: 8px;
    margin-left: 4px;
    line-height: 0;
    font-size: 0;
    text-indent: -9999px;

    background: #edf4fa; /* Old browsers */
    background: -moz-linear-gradient(top, #edf4fa 0%, #e0ecf4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#edf4fa), color-stop(100%,#e0ecf4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #edf4fa 0%,#e0ecf4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #edf4fa 0%,#e0ecf4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #edf4fa 0%,#e0ecf4 100%); /* IE10+ */
    background: linear-gradient(to bottom, #edf4fa 0%,#e0ecf4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edf4fa', endColorstr='#e0ecf4',GradientType=0 ); /* IE6-9 */
}

#slider .bx-controls .bx-pager .bx-pager-item a:hover,
#slider .bx-controls .bx-pager .bx-pager-item a.active {
    background: #224a80; /* Old browsers */
    background: -moz-linear-gradient(top, #224a80 0%, #1e4a7f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#224a80), color-stop(100%,#1e4a7f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #224a80 0%,#1e4a7f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #224a80 0%,#1e4a7f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #224a80 0%,#1e4a7f 100%); /* IE10+ */
    background: linear-gradient(to bottom, #224a80 0%,#1e4a7f 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#224a80', endColorstr='#1e4a7f',GradientType=0 ); /* IE6-9 */
}

/*-----------*/
.mt40 {
    margin-top: 40px;
}

#slider .inner .slt1 {
    font-size: 60px;
    color: #fefefe;
    font-family: 'novecento_wide_boldbold', Arial, sans-serif;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
    margin-bottom: 20px;
    line-height: 1em;
    margin-bottom: 0;
    overflow: visible;
}

#slider .inner .slt2 {
    margin-bottom: 0;
    font-size: 28px;
    color: #fff;
    font-family: 'novecento_wide_boldbold', Arial, sans-serif;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
}

#slider .inner p {
    color: #03306d;
    font-size: 23px;
    font-family: 'novecento_wide_bookregular', Arial, sans-serif;
}

#slider .inner p strong {
    font-family: 'novecento_wide_boldbold', Arial, sans-serif;
}

#slider .call-to-action {
    margin-top: 15px;
    padding: 20px 60px 18px 30px;
    font-size: 23px;
    background: #f32f62;
    position: relative;
}

#slider .call-to-action span {
    display: block;
    position: absolute;
    top: 23px;
    right: 20px;
    width: 15px;
    height: 23px;
    background: url('../images/sprites/sprite-image.png') no-repeat top left;
    background-position: 0 -1844px;
}

#slider .sla1 {
    font-size: 20px;
    display: block;
    width: 130px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-family: 'novecento_wide_boldbold', Arial, sans-serif;
    text-decoration: none;
    position: absolute;
    top: 405px;
    right: 165px;
}

#slider .sla2 {
    position: absolute;
    right: 100px;
    top: 333px;
}

#slider .inner .slp1 {
    font-family: 'titilliumtext22l_rgregular', Arial, sans-serif;
    font-size: 16px;
    position: absolute;
    top: 250px;
    left: 275px;
    line-height: 20px;
}

#slider .inner .slp2 strong,
#slider .inner .slp1 strong {
    font-family: 'novecento_wide_boldbold', Arial, sans-serif;
    font-size: 18px;
    color: #f32c5f;
    display: block;
    line-height: 20px;
    margin-bottom: 5px;
}

#slider .inner .slp2 {
    font-family: 'titilliumtext22l_rgregular', Arial, sans-serif;
    font-size: 16px;
    position: absolute;
    right: 42px;
    top: 47px;
    line-height: 20px;
}

#slider .bestAction {
    margin: 0;
    padding: 0;
    margin-top: 20px;
}

#slider .bestAction li {
    margin: 0;
    padding: 0;
    background: none;
    font-size: 30px;
    color: #03306d;
    font-family: 'novecento_wide_boldbold', Arial, sans-serif;
    margin-bottom: 40px;
}

#slider .bestAction li .date {
    font-family: 'novecento_wide_mediumregular', Arial, sans-serif;
    display: inline-block;
    color: #fff;
    background: #ef2d62;
    padding: 3px 15px;
    margin-top: 10px;
}

#slider .videoLink {
    display: block;
    position: absolute;
    width: 445px;
    height: 325px;
    background: url('../images/sliderVideo.jpg') no-repeat;
    top: 47px;
    right: 17px;
}

/*-----------*/

/*----------------------*/

/*-------CONTENT--------*/

.title-wrap {
    background: #e8f6ff;
    padding: 35px 0 30px;
}

.advanced .container {
    position: relative;
}

.advanced.sht {
    overflow: hidden;
}
.advanced.sht {
    height: 300px;
    padding: 30px 0 20px;
}

.advanced p {
    font-size: 18px;
    color: #03306d;
    line-height:1.5em;
}

.advanced p.spt {
    font-family: 'novecento__light_wideregular', Arial, sans-serif;
    font-size: 24px;
    color: #03306d;
    margin: 40px 0;
}

.advanced p.spt strong {
    font-family: 'novecento_wide_boldbold', Arial, sans-serif;
    font-weight: normal;
}

.advanced .row {
    margin-bottom: 0;
}

.advanced.lecturerDetail h1 {
    margin-bottom: 0;
}

.advanced .advancedMain {
    margin: 0;
    position: absolute;
    top: -20px;
    left: -10px;
}

.advanced .advancedMain.imgStyles {
    width: 410px;
}

.articleInfo {
    width: 440px;
}

.overlap {
    position: relative;
    top: -48px;
    background: #fff;
    margin-bottom: -20px;
}

/*----------*/
.eventList {
    margin: 0;
    overflow: auto;
    margin: 0 15px 15px 15px;
    padding-top: 15px;
    padding-left: 0;
}

.eventList li {
    margin: 0;
    padding: 0;
    float: left;
    background: none;
    padding: 0 15px;
    border-right: 1px solid #8e8e87;
    line-height: 20px;
}

.eventList li.nonBor {
    border: none;
}

.eventList li.archiv {
    float: right;
}

.eventList li a {
    color: #7d7d75;
    font-family: 'novecento_wide_mediumregular', Arial, sans-serif;
}

.actionCarousel {
    margin: 20px 0;
    position: relative;
}

#action-carousel {margin: 0;padding: 0;}

#action-carousel li {
    margin: 0;
    padding: 0;
    background: none;
    height: 167px;
}

#action-carousel li a {
    display: block;
    background: #f6fbff; /* Old browsers */
    background: -moz-linear-gradient(top,  #f6fbff 1%, #fcfdff 50%, #f5faff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f6fbff), color-stop(50%,#fcfdff), color-stop(100%,#f5faff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f6fbff 1%,#fcfdff 50%,#f5faff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f6fbff 1%,#fcfdff 50%,#f5faff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f6fbff 1%,#fcfdff 50%,#f5faff 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f6fbff 1%,#fcfdff 50%,#f5faff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6fbff', endColorstr='#f5faff',GradientType=0 ); /* IE6-9 */

    height: 144px;
    padding: 15px;
    text-decoration: none;
    border: 1px solid #d0e9f7;
}

#action-carousel li a h2 {
    clear: none;
    margin: 0;
    padding-top: 8px;
    font-size: 15px;
    font-family: 'novecento_wide_mediumregular', Arial, sans-serif;
}

#article .actionCarousel li a img {
    margin-top: 0;
    border-top: 1px solid #fff;
}

.actionCarousel li a .date {
    color: #555553;
    font-size: 16px;
    font-family: 'novecento_wide_mediumregular', Arial, sans-serif;
    margin-bottom: 10px;
}

.actionCarousel li a .date strong {
    font-family: 'novecento_wide_boldbold', Arial, sans-serif;
    font-weight: normal;
}

.actionCarousel .actionType {
    clear: both;
    display: block;
    font-size: 12px;
    font-family: 'novecento_wide_mediumregular', Arial, sans-serif;
}

.actionCarousel .actionType.pink {
    color: #ee2d62;
}

.actionCarousel .actionType.yellow {
    color: #efb61f;
}

.actionCarousel .bx-controls-direction a {
    position: absolute;
    display: block;
    height: 81px;
    width: 28px;
    top: 38px;
    text-indent: -9999px;
    font-size: 0;
    line-height: 0;
    background: url('../images/sprites/sprite-image.png') no-repeat top left;
}

.actionCarousel .bx-controls-direction .bx-prev {
    background-position: 0 -106px;
    left: -40px;
}

.actionCarousel .bx-controls-direction .bx-prev:hover {
    background-position: 0 -237px;
}

.actionCarousel .bx-controls-direction .bx-next {
    background-position: 0 -368px;
    right: -40px;
}

.actionCarousel .bx-controls-direction .bx-next:hover {
    background-position: 0 -499px;
}
/*----------*/

/*----------*/
.strip {
    height: 350px;
    background: url('../images/stripBg.png') repeat-x;
    margin-bottom: 30px;
}

.strip .inner {
    height: 350px;
    background: url('../images/stripInner.jpg') no-repeat top center;
}

.strip .chooseYourCourse h2 {
    margin: 0;
    height: 67px;
    text-align: center;
    line-height: 70px;
    color: #fff;
    font-size: 28px;
    margin-bottom: 30px;
}

.strip .whereWeAre {
    padding-left: 40px;
    /*width: 420px;*/
    position: relative;
}

.strip .whereWeAre h2 {
    font-size: 28px;
    margin: 0;
    line-height: 70px;
    height: 67px;
}

.strip .whereWeAre h2 strong {
    font-family: 'novecento_wide_demiboldRg', Arial, sans-serif;
    font-weight: normal;
}

.strip .whereWeAre .places {
    margin: 0;
    margin-top: 30px;
    margin-bottom: 40px;
    padding-left: 0;
}

.strip .whereWeAre .places li {
    margin: 0;
    padding: 0;
    background: none;
}

.strip .whereWeAre .places li a {
    color: #03306d
}

.places {
    float: left;
}

.mapfck {
    background: url('../images/sprites/sprite-image.png') no-repeat top left;
    background-position: -871px -759px;
    position: absolute;
    top: 100px;
    right: 25px;
    width: 184px;
    display: block;
    height: 142px;
}

.sign {
    width: 170px;
    height: 145px;
    float: right;
    position: relative;
    margin: 20px 25px 0 0;
    z-index: 10;
    display: block;
}

.sign li {
    background: none;
    padding: 0;
    margin: 0;
    width: 13px;
    height: 21px;
    display: block;
    background: url('../images/sprites/sprite-image.png') no-repeat top left;
    background-position: -871px -1824px;
    position: absolute;
}

.sign li.active {
    background-position: -871px -1895px;
    z-index: 11;
}



.answerPlace {
    clear: both;
    margin-top: 25px;
}

.answerPlace p {
    font-family: 'novecento_wide_boldbold', Arial, sans-serif;
    margin: 0;
    color: #03306d;
}

.answerPlace p a {
    font-family: 'novecen#nav ul li.languages li.active ato_wide_boldbold', Arial, sans-serif;
    color: #f32f62;
}
/*----------*/

/*----------*/
.appBlock p {
    margin-top: 10px;
}

.appBlock a {
    color: #f32f62;
    display: block;
}

.appImage {
    background: url('../images/sprites/sprite-image.png') no-repeat top left;
    background-position: 0 -1393px;
    width: 101px;
    height: 86px;
    float: left;
    margin: 5px 15px 10px 0;
}

.adviceBlock {
    border: 1px solid #d7ebf8;
    position: relative;
    margin-top: 10px;
    height: 73px;
}

.adviceBlock-image {
    height: 71px;
    width: 71px;
    background: url('../images/sprites/sprite-image.png') no-repeat top left;
    background-position: 0 -1206px;
    float: left;
}

.adviceBlock p {
    color: #013856;
    font-size: 16px;
    margin-left: 100px;
    margin-top: 15px;
}

.adviceBlock p a {
    color: #f32f62;
}

.adviceBlock img {
    position: absolute;
    right: 15px;
    top: -15px;
    margin: 0;
}
/*----------*/

/*----------*/
.facebookShare .title {
    background: #438cca;
    position: relative;
}

.facebookShare .title:after {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 10px;
    background: url('../images/sprites/sprite-image.png') no-repeat top left;
    background-position: -151px -1264px;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
}

.facebookShare .title h2 {
    margin: 0;
    color: #fff;
    margin: 0 18px;
    padding: 15px 0 10px;
    text-align: center;
}

.facebookShare .title h2 a {
    font-family: 'novecento_wide_boldbold', Arial, sans-serif;
    font-size: 22px;color:#fff;
}

.facebookShare .content {
    padding: 15px;
    background: url('../images/facebookShareBg.png') top left repeat-x #e8f6ff;
}
a
.facebookShare .content p {
    margin-bottom: 0;
    color: #03306d;
}
/*----------*/

/*----------*/
.lecturesList {
    overflow: auto;
    margin: 20px 0 0;
    padding-left: 0;
}

.lecturesList li {
    float: left;
    margin: 10px 25px;
    background: none;
    padding: 0;
}

.lecturesList li a {
    display: block;
    position: relative;
    text-decoration: none;
}

.lecturesList li img {float: none;margin: 0;border: 1px solid #d7efff;}

.lecturesList li a h2 {
    /*background: url('../images/blueTran.png');*/
    background: #438CCA;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    left: -1px;
    width: 100%;
    margin: 0;
    text-align: center;
    padding: 5px 0;
    color: #fff;
    line-height: 20px;
    cursor: hand;
    cursor: pointer;
    font-family: 'novecento__light_wideregular', Arial, sans-serif;
}

.lecturesList li a:hover h2 {
    background: url('../images/pinkTran.png');
}
/*----------*/

/*----------*/
.container .lecturerImage {
    padding: 4px;
    margin: 0;
    background: #fff;
    border: 1px solid #e3e3e3;
    margin-bottom: 20px;
    float: none;
    box-sizing: border-box;
    width: 100%;
}

.lecturerPromo {
    position: relative;
    top: -130px;
}

.placePromo iframe,
.lecturerPromo iframe {
    margin-bottom: 20px;
}

.bx-wrapper {margin: 0 auto;position: relative;}

.lecturerCarousel {
    width: 250px;
    margin: 0 auto;
    margin-bottom: 30px;
    position: relative;
}

.lecturerCarousel ul {
    margin: 0;
}

.lecturerCarousel li {
    margin: 0;
    padding: 0;
    background: none;
    width: 58px !important;
}

.lecturerCarousel li a {display: block;}

.lecturerCarousel li a img {
    padding: 3px;
    margin: 0;
    background: #fff;
    border: 1px solid #e3e3e3;
    float: none !important;
}

.lecturerCarousel .bx-controls a {
    top: 0;
    display: block;
    font-size: 0;
    line-height: 0;
    width: 20px;
    height: 85px;
    position: absolute;
    background: url('../images/sprites/sprite-image.png') no-repeat top left;
}

.lecturerCarousel .bx-controls .bx-prev {
    background-position: -871px 0;
    left: -25px;
}

.lecturerCarousel .bx-controls .bx-prev:hover {
    background-position: -871px -135px;
}

.lecturerCarousel .bx-controls .bx-next {
    background-position: -871px -270px;
    right: -25px;
}

.lecturerCarousel .bx-controls .bx-next:hover {
    background-position: -871px -405px;
}

/*----------*/

/*----------*/
.learnPlace {
    margin-bottom: 30px;
}

.learnPlace h2 {
    color: #fff;
    margin-bottom: 0;
    padding: 15px 15px 12px;
    background: #4488ca;
    font-size: 18px;
    margin-top: 0;
}

.learnPlace ul {
    margin: 0;
    padding-left: 0;
}

.learnPlace ul li {
    background: #D6ECFD;
    margin: 0;
    padding: 10px 15px;
    border-bottom: 1px solid #fff;
}

.learnPlace ul li:nth-child(even) {
    background: #F9FDFF;
}

.learnPlace ul li a {
    color: #03306d;
}

.lectorCourse
{
    width: 100%;
}

.learnStyle caption {
    color: #fff;
    margin-bottom: 0;
    padding: 15px 15px 12px;
    background: #4488ca;
    font-size: 18px;
    font-family: 'novecento_wide_mediumregular', Arial, sans-serif;
    line-height: 1em;
    clear: both;
    font-weight:normal;
    letter-spacing: -0.02em;
    text-align: left;
}

.learnStyle tr td {
    background: #D6ECFD;
    font-size: 12px;
    padding: 10px 15px;
    vertical-align: middle;
}

.learnStyle tr td p {
    margin: 0
}
.learnStyle tr:nth-child(even) td {
    background: #F9FDFF;
}

.learnStyle tr td.left {
    width: 120px;
}

.learnStyle tr td.center {
}

.learnStyle tr td.right {
    width: 130px;
    text-align: center;
    font-size: 14px;
}

.learnStyle tr td.right .btn {
    padding: 4px 9px;
    margin-top: 5px;
}

.learnStyle tr td.right span {
    text-decoration: line-through;
    font-size: 14px;
}
/*----------*/

/*----------*/
.dancingStyles h2 {
    color: #fff;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 15px 15px 12px;
    background: #4488ca;
    font-size: 18px;
    font-family: 'novecento_wide_demiboldRg', Arial, sans-serif;
}

.dancingStyles ul {
    margin: 0;
    padding: 0;
    /*margin-left: -20px;*/
    overflow: hidden;
    margin-bottom: 50px;
}

.dancingStyles ul li {
    margin: 10px 0;
    background: none;
    /*padding: 0;*/
}

.dancingStyles ul li a {
    display: block;
    background: #e8f6ff;
    padding: 15px 15px;
    text-decoration: none;
    height: 133px;
}

.dancingStyles ul li a:hover {
    background: #ef2d62;
}

.dancingStyles ul li p {
    margin: 0;
    line-height: 20px;
}

.dancingStyles ul li a:hover p {
    color: #fff;
}

.dancingStyles ul li h3 {
    margin-top: 0;
    font-size: 14px;
    font-family: 'novecento_wide_boldbold', Arial, sans-serif;
    margin-bottom: 5px;
    text-decoration: underline;
}

.dancingStyles ul li a:hover h3 {
    color: #fff;
}
/*----------*/

/*----------*/
.scheduleTable .scheduleTime {
    overflow: auto;
    margin-left: 58px;
    padding-left: 0;
}

.tab-content {
    overflow: visible;
}

.scheduleTable .scheduleTime li {
    float: left;
    height: 27px;
    padding: 0;
    background: #e8f6ff;
    white-space: nowrap;
    line-height: 27px;
    color: #3b3b3b;
    display: block;
    font-size: 12px;
    text-align: center;
    width: 110px !important;
    border-left: 1px solid #fff;
    border-right: 2px solid #fff;
    font-family: 'novecento_wide_boldbold', Arial, sans-serif;
}

.scheduleTable .scheduleInfo {
    overflow: visible;
    background: #eaeaea;
    margin: 0;
    margin-bottom: 10px;
    height: 85px;
    position: relative;
    padding-left: 0;
}

.scheduleTable .scheduleInfo li {
    float: left;
    padding: 0;
    margin: 0;
    border-left: 3px solid #fff;
    height: 85px;
}

.scheduleTable .scheduleInfo li .inner {
    height: 85px;
    padding: 5px 10px;
    cursor: hand;
    cursor: pointer;
    /*z-index: 1;*/
    position: relative;
}


.scheduleTable .scheduleInfo li .double.top {
    border-bottom: 3px solid #fff;
}

.scheduleTable .scheduleInfo li .double .inner {
    height: 41px;
}

.scheduleTable .scheduleInfo li .double .inner p {
    height: auto;
}

.scheduleTable  li .double .inner strong {
    line-height: 24px;
    height: 20px;
    overflow: hidden;
}

.scheduleTable .scheduleInfo li .inner p span,
.scheduleTable .scheduleInfo li .inner p {
    font-size: 11px;
    line-height: 15px;
    display: block;
    margin: 0;
}

.scheduleTable .scheduleInfo li .inner p {
    height: 67px;
    overflow: hidden;
}

.scheduleTable .scheduleInfo li .inner p a strong {
    padding-bottom: 5px;
    display: block;
    font-size: 11px;
    color: rgb(59,59,59);
}

.scheduleTable .scheduleInfo .dayName {
    display: block;
    height: 85px;
    border: none;
    border-right: 7px solid #fff;
    background: #e8f6ff;
    font-family: 'novecento_wide_boldbold', Arial, sans-serif;
    color: #3b3b3b;
    width: 56px;
    line-height: 90px;
    text-align: center;
    font-size: 18px;
    padding: 0;
}
/*----------*/

/*----------*/
#switcher {
    overflow: auto;
    margin-bottom: 19px;
}

#switcher ul {
    float: right;
    margin: 0;
}

#switcher li {
    float: left;
    padding: 0;
    margin: 0;
    background: none;
    margin-left: 5px;
    line-height: 25px;
}

#switcher li a {
    display: block;
    width: 30px;
    height: 24px;
    background: url('../images/sprites/sprite-image.png') #438cca no-repeat top left;
}


#switcher li.grid a {
    background-position: -146px -1469px;
}

#switcher li.list a {
    background-position: -235px -1469px;
}
#switcher li a:hover,
#switcher li.active a {
    background-color: #ef2d62;
}
/*----------*/

/*----------*/
.filterBlock form {
    padding: 10px 20px;
    overflow: auto;
    width: auto;
}

.filterBlock label {
    float: left;
    line-height: 38px;
    margin-bottom: 0;
    margin-right: 10px;
}

.filterBlock input {
    /*margin: 0 10px;*/
}

.filterBlock .cTPSelect {
    float: left;
    margin-right: 20px;

}

.cTPSelectBar
{
    overflow: hidden;
    width: 80px;
}
/*----------*/

/*----------*/
.courseInfo {
    padding-top: 25px;
    padding-bottom: 0;
}

.courseInfo .container {
    background: url('../images/scheduleinfoBg.png') no-repeat bottom;
}

.courseInfo .advancedMain {
    top: 0;
    bottom: auto;
    left: -50px;
}

.courseInfo h1 {
    margin-bottom: 15px;
}

.scheduleFilter {
    margin-left: 0;
}

.scheduleFilter form {
    margin: 10px 0 10px -30px;
    background: none;
}

.scheduleFilter th {
    text-align: right;
    padding: 0;
}
.adviceText {
    margin-top: 0;
    font-size: 16px;
    margin-left: -20px;
    margin-bottom: 20px;
}

.sprite-scheduleQues{
    background: url('../images/sprites/sprite-image.png') no-repeat top left;
    background-position: -871px -1577px;
    width: 14px;
    height: 18px;
    display: block;
    float: left;
    margin-right: 16px;
    margin-top: 2px;
}

.adviceText a {
    font-weight: bold;
    color: #EF2D62;
}

.scheduleFilter td {
    padding: 4px 10px;
}

.scheduleFilter .timeSet {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-top: 3px;
}

.scheduleFilter label {
    white-space: nowrap;
    margin: 0;
    display: inline-block;
    font-size: 15px;
}

.scheduleFilter .addPanel th,
.scheduleFilter .addPanel td {
    height: 48px;
}

.scheduleFilter .cTPCheckbox {top: 2px;}

.scheduleFilter .addPanel label {
    padding-top: 0;
    padding-left: 0;
    padding-right: 11px;
    min-height: 10px;
}

.scheduleShell {
    position: relative;
    padding: 10px 0;
}

.scheduleShell .coursePop,
.scheduleInfo .coursePop {
    width: 880px;
    height: 275px;
    position: absolute;
    z-index: 2;
    padding: 15px;
    left: 60px;
    top: -275px;
    display: none;
}

.scheduleShell .coursePop {
    left: 10px;
    top: -290px;
}

.scheduleInfo .double.bottom .coursePop {
    top: -232px;
}

.scheduleInfo .double:hover .coursePop,
.scheduleShell:hover .coursePop,
.scheduleInfo li:hover .coursePop {
    display: block;
}
.scheduleInfo li:hover .coursePop.pop_hidden {
    display: none;
}
.scheduleShell li:hover .coursePop.pop_hidden {
    display: none;
}
.scheduleInfo li.doubleCourse:hover .coursePop {
    display: none;
}

.scheduleInfo li.doubleCourse .double:hover .coursePop {
    display: block;
}

.scheduleShell .coursePop .courseTime,
.scheduleInfo .coursePop .courseTime {
    width: 60px;
    height: 52px;
    padding-top: 8px;
    margin-right: 20px;
    position: absolute;
    top: 0;
    left: 0;
}

.scheduleShell .coursePop .courseTime span,
.scheduleInfo .coursePop .courseTime span {
    font-size: 12px;
    color: #fff;
    display: block;
    width: 27px;
    margin: 0 auto;
    text-align: center;
}

.scheduleShell .coursePop h3,
.scheduleInfo .coursePop h3 {
    /*    float: right;
        width: 300px;*/
    clear: none;
    margin: 0;
    margin-left: 70px;
    color: #3b3b3b;
    margin-bottom: 20px;
}

.scheduleShell .coursePop .courseDetail,
.scheduleInfo .coursePop .courseDetail {
    float: left;
    width: 360px;
}

.scheduleShell .coursePop .courseText,
.scheduleInfo .coursePop .courseText {
    float: right;
    width: 480px;
}

.scheduleShell .coursePop .courseText p.title,
.scheduleInfo .coursePop .courseText p.title {
    font-size: 14px;
}

.scheduleShell .coursePop .courseText .strike,
.scheduleInfo .coursePop .courseText .strike {
    text-decoration: line-through;
}

.scheduleShell .coursePop .courseLector,
.scheduleInfo .coursePop .courseLector {
    float: left;
    width: 150px;
    height: 200px;
    text-align: center;
}

.scheduleShell .coursePop .courseLector img,
.scheduleInfo .coursePop .courseLector img {
    margin: 0;
    float: none;
    margin-bottom: 15px;
}

.scheduleShell .coursePop .btn,
.scheduleInfo .coursePop .btn {
    color: #fff;
}

.scheduleShell .coursePop .freeplace,
.scheduleInfo .coursePop .freeplace {
    display: block;
    height: 20px;
    padding-top: 5px;
}

.scheduleShell .coursePop .freeplace.green,
.scheduleInfo .coursePop .freeplace.green {
    color: #2d5e11;
}

.scheduleShell .coursePop table,
.scheduleInfo .coursePop table {
    margin: 0;
}

.scheduleShell .coursePop .lecturerName,
.scheduleInfo .coursePop .lecturerName {
    width: 150px;
    margin: 0;
    font-weight: bold;
    text-align: center;
    display: block;
}

.scheduleShell .coursePop table th,
.scheduleInfo .coursePop table th {
    background: none;
    font-weight: bold;
    text-align: left;
    padding: 2px 10px 2px 0;
    color: #3b3b3b;
    border: none;
    font-size: 14px;
}

.scheduleShell .coursePop table td,
.scheduleInfo .coursePop table td {
    color: #3b3b3b;
    border: none;
    background: none;
    padding: 2px 0;
    font-size: 14px;
}

.scheduleShell .coursePop table td a,
.scheduleInfo .coursePop table td a {
    font-size: 14px;
}

.scheduleTable .scheduleInfo .double:hover>.inner:after,
.scheduleShell:hover:after,
.scheduleTable .scheduleInfo li:hover>.inner:after {
    content: '';
    display: block;
    width: 100%;
    height: 14px;
    position: absolute;
    top: -8px;
    left: 0;
    z-index: 5;
}

.scheduleShell:hover:after {
    top: -4px;
}
/*----------*/

/*----------*/
.courseDetailInfo {
    padding-top: 30px;
    padding-bottom: 0;
}

.courseDetailInfo .courseStyle {
    font-family: 'novecento_wide_boldbold', Arial, sans-serif;
    margin-top:20px;
}

.courseDetailInfo .courseInquiry {
    font-size: 15px;
    background: url('../images/courseInquiryBg.png') left center no-repeat;
    padding: 12px 0;
    padding-left: 60px;
    margin-bottom: 30px;
    /*line-height: 46px;*/
}

.courseDetailInfo .di {
    background: #fff;
    border: 1px solid #d0e9f7;
    padding: 19px;
    overflow: auto;
    position: relative;
    clear: both;
    margin-top: 15px;
}

.courseDetailInfo .di img {
    float: left;
    padding: 5px;
    border: 1px solid #d0e9f7;
    background: #fff;
    margin-right: 20px;
}

.courseDetailInfo .di table {
    margin: 0;
}

.courseDetailInfo .di table th {
    vertical-align: top;
    background: none;
    border: none;
    color: #03306d;
    white-space: nowrap;
    padding: 2px 20px 2px 0;
}

.courseDetailInfo .di table td {
    border: none;
    background: none;
    vertical-align: top;
    line-height: 20px;
    padding: 2px 20px 2px 0;
}

.courseDetailInfo .di table td a {
    color: #f32f62;
}

.coursePrice {
    background: #e8f6ff;
    border: 1px solid #d0e9f7;
    border-top: none;
    margin-top: -20px;
    overflow: auto;
    padding: 15px 15px;
    margin-bottom: 40px;
}

.coursePrice ul {
    margin: 0;
    padding-left: 0;
}

.coursePrice ul li {
    margin: 0;
    padding: 0;
    background: none;
    float: left;
    font-family: 'novecento_wide_bookregular';
    margin-right: 30px;
    color: #03306d;
}

.coursePrice ul li span {
    font-family: 'novecento_wide_bookregular', Arial, sans-serif;
    text-decoration: line-through;
}

.coursePrice ul li strong {
    font-family: 'novecento_wide_boldbold', Arial, sans-serif;
    padding-right: 10px;
}

.courseSchedule {
    margin: 0 15px;
    margin-bottom: 30px;
}

.courseSchedule p {
    font-family: 'novecento_wide_bookregular', Arial, sans-serif;
    color: #03306d;
}

.courseSchedule p strong {
    color: #03306d;
    font-family: 'novecento_wide_boldbold', Arial, sans-serif;
}

.courseSchedule table {
    margin: 0;
}

.courseSchedule table th {
    background: none;
    border: none;
    padding: 0;
}

.courseSchedule table td {
    background: none;
    border: none;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    border: 4px solid #fff;
}

.courseSchedule table td span {
    background: #e8f6ff;
    height: 31px;
    display: block;
    width: 86px;
    font-size: 14px;
    line-height: 31px;
    color: #03306d;
}

.courseSchedule table td span.none {
    background: #ececec;
    color: #6b6b6b;
    text-decoration: line-through;
}

.courseSchedule ul {
    margin: 0;
    float: left;
    overflow: auto;
    margin-top: 4px;
    padding-left: 0;
}

.courseSchedule ul li {
    margin: 0;
    padding: 0;
    background: none;
    border-bottom: 4px solid #fff;
    line-height: 31px;
    width: 75px;
    color: #03306d;
    font-weight: bolder;
}
/*----------*/

/*----------*/
h2#application {
    margin-bottom: 0;
    position: relative;
    overflow: visible;
    padding: 8px 20px;
}

h2#application:after {
    content: '';
    display: block;
    width: 100%;
    height: 21px;
    background: url('../images/applicationArrow.png') no-repeat top center;
    bottom: -21px;
    left: 0;
    position: absolute;
}

h2#application span {
    float: left;
    clear: none;
    padding: 10px 0;
    white-space: nowrap;
}

h2#application .log {
    float: right;
    font-size: 18px;
    font-family: 'titilliumtext22l_rgregular', Arial, sans-serif;
    padding-left: 45px;
    background: url('../images/infoIco.png') left center no-repeat;
}

h2#application .log a {
    float: none;
    font-size: 18px;
    font-weight: bold;
}

#loginForm {
    width: auto;
}

#loginForm .wrap {
    padding: 25px 19px 19px 19px;
}

#loginForm .applicationTop {
    border-bottom: 1px solid #d0e9f7;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

#loginForm label {
    display: inline-block;
    *display: inline;
    zoom: 1;
    white-space: nowrap;
    margin: 0;
}

#loginForm .applicationPrice {
    background: #fcfdff;
    border: 1px solid #d0e9f7;
    height: 73px;
    padding: 0 20px;
    line-height: 73px;
    font-family: 'novecento_wide_bookregular', Arial, sans-serif;
    color: #03306d;
}

#loginForm .applicationPrice strong {
    color: #03306d;
    font-family: 'novecento_wide_boldbold', Arial, sans-serif;
}

.applicationSpan {
    margin-left: -5px;
}
.applicationLeft {
    padding-top: 13px;
}
/*----------*/

/*----------*/
.apologyForm {
    display: none;
}
/*----------*/

/*----------*/
#additionalMenu {
    padding-top: 20px;
}

#additionalMenu ul {
    overflow: auto;
    margin-bottom: 0;
    float: left;
    padding-left: 0;
}

#additionalMenu ul li {
    padding: 0;
    background: none;
    /*margin-bottom: -1px;*/
    float: left;
    line-height: 20px;
    margin: 0;
}

#additionalMenu ul li a {
    display: block;
    padding: 9px 7px;
    margin-right: 5px;
    line-height: 20px;
    font-size: 13px;
    line-height: 20px;
    font-size: 13px;
    color: #03306d;
    font-family: 'novecento_wide_normalregular', Arial, sans-serif;
    border: 1px solid transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-decoration: none;

    background-color: #ffffff;
    border: 1px solid #d8d8d8;
    border-bottom-color: transparent;
}

#additionalMenu ul li a:hover,
#additionalMenu ul li.active a {
    cursor: default;
    border-color: #e8f6ff;
    background-color: #e8f6ff;
}

.additionalActions {
    float: right;
    margin-top: 2px;
}

.additionalActions a {
    margin-left: 3px;
    float: left;
    display: block;
    width: 35px;
    height: 38px;
    background: #438cca;
    font-size: 0;
    line-height: 0;
    text-decoration: none;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position: center center;
}

.additionalActions a.first {
    background-image: url('../images/additionalActionsLeft.png');
}

.additionalActions a.last {
    background-image: url('../images/additionalActionsRight.png');
}

.title-wrap-admin {
    padding: 0;
    background: #e8f6ff;
    margin-bottom: 20px;
}

#additionalSubmenu {
    margin: 0;
    padding: 0;
}

#additionalSubmenu li {
    margin: 0;
    padding: 0;
    background: none;
    float: left;
    height: 45px;
    margin-right: 16px;
}

#additionalSubmenu li a {
    line-height: 45px;
    color: #03306d;
    text-decoration: underline;
    background: url('../images/additionalSubmenuBg.png') left center no-repeat;
    padding-left: 8px;
}

#additionalSubmenu li a:hover {
    text-decoration: none;
}
/*----------*/



/*----------*/

#apologyForm th {
    text-align: right;
    padding-right: 15px;
}

#apologyForm td {
    padding: 7px 0;
}

#apologyForm th label{
    text-align: right;
    color: #2b2b2b;
    font-size: 16px;
    margin: 0;
}

#apologyForm th.required label {
    font-family: 'novecento_wide_boldbold', Arial, sans-serif;
    color: #03306d;
    font-size: 13px;
}

.apologyBtn:hover,
.apologyBtn {
    background-image: url('../images/apologyBtn.png');
    background-position: 10px center;
    background-repeat: no-repeat;
    padding-left: 35px;
}

.apologyBtn.dis:hover,
.apologyBtn.dis {
    background-image: url('../images/clickBtn.png');
    background-position: 10px center;
    background-color: #e6e6e6;
    background-repeat: no-repeat;
    padding-left: 35px;
    color: #438cca !important;
}

h2.attendanTitle {
    padding: 8px 8px 8px 20px !important;
    font-size: 18px;
    margin-bottom: 0;
}

h2.attendanTitle span strong {
    line-height: 37px !important;
}

.attendanceWrapper {
    margin-bottom: 25px;
}

.attendanceResult {
    border: 1px solid #e8f6ff;
}

.attendanceResult .attendanceApology {
    background: #e8f6ff;
    padding: 10px;
}

.attendanceResult .attendanceApology .customScrollBlock {
    width: 100%;
}

.attendanceResult .attendanceApology td {
    background: none;
    border: none;
    padding: 0 4px;
    text-align: center;
}

.attendanceResult .attendanceApology td span {
    display: block;
    height: 42px;
    width: 42px;
    margin-top: 10px;
}

.attendanceResult .attendanceApology td span {background: #fff;border: 1px solid #e9e9ea;}
.attendanceResult .attendanceApology td.pink span {background: #ef2d62;border: 1px solid #ef2d62;}
.attendanceResult .attendanceApology td.blue span {background: #c6e0f1;border: 1px solid #c6e0f1;}
.attendanceResult .attendanceApology td.darkblue span {background: #438cca;border: 1px solid #438cca;}
.attendanceResult .attendanceApology td.green span {background: #548c41;border: 1px solid #548c41;}


.attendanceResult .attendanceSummary {
    padding: 15px;
}

.attendanceResult .attendanceSummary table {
    width: 100%;
    margin-bottom: 0;
}

.attendanceResult .attendanceSummary table td {
    background: none;
    border: none;
    padding: 0;
}

/*----------*/

/*----------------------*/

/*-------SIDEBAR--------*/

#sidebar {
    width: 265px;
    float: right;
    margin-top: 40px;
}

/*----------*/
.calendar {
    margin-bottom: 25px;
}

.calendar .cal-head {
    height: 38px;
    background: #438cca;
    text-align: center;
    position: relative;
    margin-bottom: 3px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.calendar .cal-head span {
    line-height: 39px;
    color: #fff;
}

.calendar .cal-head a {
    position: absolute;
    top: 9px;
    display: block;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    line-height: 0;
    font-size: 0;
    background: url('../images/sprites/sprite-image.png') no-repeat top left;
}

.calendar .cal-head a.prev {
    background-position: 5px -1596px;
    left: 10px;
}

.calendar .cal-head a.next {
    background-position: 6px -1659px;
    right: 10px;
}

.calendar .cal-dayName {
    margin-bottom: 3px;
}

.calendar .cal-dayName ul {
    margin: 0;
    margin-left: 1px;
    overflow: auto;
    padding-left: 0;
}

.calendar .cal-dayName ul li {
    margin: 0;
    padding: 0;
    display: block;
    width: 34px;
    height: 34px;
    float: left;
    margin-left: 3px;
    background: #e8f6ff;
    text-align: center;
    line-height: 34px;
    color: #03306d;
    font-family: 'novecento_wide_boldbold', Arial, sans-serif;
    font-size: 13px;
}

.calendar .cal-dayNumber table td {
    padding: 1px;
    background: none;
}

.calendar .cal-dayNumber table td .tdWrapp {
    position: relative;
}

.cal-dayNumber table {
    margin: 0 auto;
}

.calendar .cal-dayNumber table td .tdWrapp>a,
.calendar .cal-dayNumber table td span {
    display: block;
    width: 34px;
    height: 34px;
    color: #2b2b2b;
    background: #e9e9ea;
    text-align: center;
    position: relative;
    text-decoration: none;
    line-height: 35px;
    font-size: 14px;
    font-family: 'novecento_wide_bookregular', Arial, sans-serif;
}

.calendar .cal-dayNumber table td.today span {
    background: #ef2d62;
    color: #fff;
}

.calendar .cal-dayNumber table td.today .tdWrapp>a {
    background: #ef2d62;
    color: #fff;
}

.calendar .cal-dayNumber table td.event .tdWrapp>a {
    background: #438cca;
    color: #fff;
}

.calendar .cal-dayNumber table td.event_holiday span {
    background: #C0CDD7;
    color: #fff;
}

.calendar .cal-dayNumber .popWindow {
    position: absolute;
    width: 223px;
    bottom: 40px;
    left: -94px;
    border: 1px solid #bfbfc0;
    background: #fff;
    z-index: 998;
    display: none;
}

.calendar .cal-dayNumber .rght .popWindow {
    left: -155px;
}

.calendar .cal-dayNumber td:hover .popWindow {
    display: block;
}

.calendar .cal-dayNumber td:hover a.clr:after {
    content: '';
    display: block;
    height: 9px;
    position: absolute;
    top: -6px;
    left: 0;
    width: 100%;
    z-index: 999;
}

.calendar .popWindow .eventItem {
    margin-bottom: 1px;
    padding: 10px;
}

.calendar .popWindow .eventItem p {
    margin: 0;
}

.calendar .popWindow .eventItem h3 {margin: 0; margin-bottom: 6px;}

.calendar .popWindow .eventItem h3 a {
    text-decoration: underline;
    font-size: 15px;
    font-weight: bold;
}
.calendar .popWindow .eventItem p {font-size: 13px;}
.calendar .popWindow .eventItem p strong {font-family: 'titilliumtext22l_rgregular', Arial, sans-serif;}



/*----------*/

/*----------------------*/

/*-------FOOTER---------*/

#footer {
    background: url('../images/footerBg.png');
    height: 277px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

#footer .row {margin-bottom: 0;}

#footer ul {padding-left: 0;}

#footer .inner-footer {
    background: url('../images/footerInner.jpg') top center no-repeat;
    padding-top: 35px;
}

#footer .container h3 {
    color: #fff;
    font-family: 'novecento_wide_boldbold', Arial, sans-serif;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.3);
    margin: 0 0 20px;
}

#footer .container .footerBlock {
    height: 161px;
    margin-bottom: 20px;
    border-right: 1px solid #90bbe0;
}

#footer .container p {
    color: #fff;
    font-size: 14px;
}

#footer .container.last {
    border-right: none;
}

#footer .footerBlock ul li {
    color: #fff;
    background: url('../images/liBgFooter.png') no-repeat left 6px;
    padding-left: 10px;
}

#footer .footerBlock ul li a {
    color: inherit;
    font-family: 'novecento_wide_lightregular', Arial, sans-serif;
}

#footer .footerBlock .advice {
    background: #438cca;
    padding: 10px;
    margin-right: 20px;
    position: relative;
}

#footer .container .advice p {
    color: #fff;
    font-size: 13px;
}

#footer .container .advice p a {
    color: #fff;
    font-size: 13px;
}

#footer .container .advice:after {
    content: '';
    position: absolute;
    display: block;
    width: 13px;
    height: 12px;
    bottom: -12px;
    left: 20px;
    background: url('../images/sprites/sprite-image.png') no-repeat top left;
    background-position: 0 -1144px;
}

#footer .heel {
    padding-top: 20px;
}

#footer .heel p {
    color: #fff;
    margin-bottom: 0;
    margin-top: 2px;
    font-size: 14px;
}

#footer .heel li {background: none;padding-left: 0;}

#footer .heel p a {
    color: #fff;
    font-size: 14px;
}

#footer .socShare {
    margin: 0;
}

#footer .socShare li {
    float: left;
    margin: 0;
    padding: 0;
    background: none;
}

#footer .socShare a {
    display: block;
    width: 26px;
    height: 26px;
    margin-left: 5px;
    background: url('../images/sprites/sprite-image.png') no-repeat top left;
    background-repeat: no-repeat;
}

#footer .socShare .facebook {background-position: -1584px -1151px;}
#footer .socShare .facebook:hover {background-position: -1584px -1181px;}
#footer .socShare .twitter {background-position: -1620px -1151px;}
#footer .socShare .twitter:hover {background-position: -1620px -1181px;}
#footer .socShare .youtube2 {background-position: -1654px -1151px;}
#footer .socShare .youtube2:hover {background-position: -1654px -1181px;}
#footer .socShare .podcast {background-position: -1689px -1151px;}
#footer .socShare .podcast:hover {background-position: -1689px -1181px;}

#footer #searchForm {
    padding: 0;
}

#footer #searchForm .input-append {
    margin: 0;
}

/*----------------------*/

.time30 {width: 55px;}
.time45 {width: 82.5px;}
.time60 {width: 110px;}
.time75 {width: 137.5px;}
.time90 {width: 165px;}
.time105 {width: 192.5px;}
.time120 {width: 220px;}

.color_default
{
    list-style: none;
}

.doubleCourse
{
    list-style: none;
    background: none;
}

.color_default .inner {background: #E1E1E1;border-top: 7px solid #C8C8C8;}
.color_default .coursePop {background: #E1E1E1;border: 1px solid #C8C8C8;}
.color_default .coursePop .courseTime {background: #C8C8C8;}
.color_default .coursePop .btn {background: #C8C8C8;}
.scheduleTable .scheduleInfo li.color_default:hover>.inner:after {background: url('../images/coursepopArrowColor1.png') no-repeat center center;}



/*
.color1 .inner {background: #fff2fd;border-top: 7px solid #db52c3;}
.color1 .coursePop {background: #fff2fd;border: 1px solid #db52c3;}
.color1 .coursePop .courseTime {background: #db52c3;}
.color1 .coursePop .btn {background: #db52c3;}
#scheduleTable .scheduleInfo li.color1:hover>.inner:after {background: url('../images/coursepopArrowColor1.png') no-repeat center center;}

.color2 .inner {background: #f8fee2;border-top: 7px solid #a9cb1f;}
.color2 .coursePop {background: #f8fee2;border: 1px solid #a9cb1f;}
.color2 .coursePop .courseTime {background: #a9cb1f;}
.color2 .coursePop .btn {background: #a9cb1f;}
#scheduleTable .scheduleInfo li.color2:hover .inner:after {background: url('../images/coursepopArrowColor2.png') no-repeat center center;}

.color3 .inner {background: #fceee0;border-top: 7px solid #ff7e00;}
.color3 .coursePop {background: #fceee0;border: 1px solid #ff7e00;}
.color3 .coursePop .courseTime {background: #ff7e00;}
.color3 .coursePop .btn {background: #ff7e00;}
#scheduleTable .scheduleInfo li.color3:hover .inner:after {background: url('../images/coursepopArrowColor3.png') no-repeat center center;}

.color4 .inner {background: #e8f6ff;border-top: 7px solid #1e79c6;}
.color4 .coursePop {background: #e8f6ff;border: 1px solid #1e79c6;}
.color4 .coursePop .courseTime {background: #1e79c6;}
.color4 .coursePop .btn {background: #1e79c6;}
#scheduleTable .scheduleInfo li.color4:hover .inner:after {background: url('../images/coursepopArrowColor4.png') no-repeat center center;}

.color5 .inner {background: #fff2fd;border-top: 7px solid #db52c3;}
.color5 .coursePop {background: #fff2fd;border: 1px solid #db52c3;}
.color5 .coursePop .courseTime {background: #db52c3;}
.color5 .coursePop .btn {background: #db52c3;}
#scheduleTable .scheduleInfo li.color5:hover .inner:after {background: url('../images/coursepopArrowColor5.png') no-repeat center center;}
*/


div.jHtmlArea div.ToolBar ul li
{
    background: none !important;
}

div.jHtmlArea div iframe
{
    background: #FFF;
    width: 720px !important;
    height: 400px !important;
}

textarea.editor
{
    width: 720px !important;
    height: 500px !important;
}
a[href^="error:"] {
    background: red !important;
    color: white !important;
}

a.delete:before
{
    content: url(../images/delete.png);
}

a.edit:before
{
    content: url(../images/edit.png);
}

a.add:before
{
    content: url(../images/add.png);
}


#photo_select_form_upload
{
    border: 1px solid #CCC;
    background: #FFF;
    padding: 1px;
    margin-bottom: 4px;
    overflow: hidden;
}

#photo_select_form_upload form
{
    margin-bottom: 0px;
}


#photo_select_inp
{
    width: 60%;
}


#photo_select_search
{
    margin-left: 10px;
    margin-top: -10px;
    width: 25%;
}

#photo_select_box
{
    height: calc(100% - 160px);
}

#photo_select_photos
{
    width: 100%;
    border: 1px solid #CCC;
    height: 70%;
    overflow-y: scroll;
}

#photo_select_photos img
{
    padding: 1px;
    border: 1px solid #EEE;
    width: 60px;
    margin: 5px;
}

#photo_select_photos img:hover
{
    padding: 1px;
    border: 1px solid #C1D8EA;
    width: 60px;
    margin: 5px;
}

#photo_select_selected
{
    margin-top: 5px;
    width: 100%;
    height: 25%;
    border: 1px solid #CCC;
    overflow-y: scroll;
}

#photo_select_selected div
{
    padding: 1px;
    border: 1px solid #EEE;
    width: 60px;
    margin: 5px;
    height: 38px;
    position: relative;
    display: inline-block;
    background-size: 60px 38px;
    background-position: 1px 1px;
    background-repeat: no-repeat;

}

#photo_select_selected div:first-child
{

    border: 2px solid #C72751;

}

#photo_select_selected div a
{
    position: absolute;
    right: 1px;
    top: -2px;
    width: 16px;
    height: 16px;
}

.custombutton_images
{
    background: url('../images/images.png') !important;
}

.custombutton_format
{
    background: url('../images/remove_formatting.png') !important;
}

.custombutton_user
{
    background: url('../images/deleteStudent.png') !important;
}

.custombutton_course
{
    background: url('../images/scheduleQues.png') no-repeat !important;
}

.custombutton_order
{
    background: url('../images/cashStudent.png') no-repeat !important;
}

.custombutton_date
{
    background: url('../images/clock.png') no-repeat !important;
}

.tablesorter tbody tr td
{
    background: none;
}
.tablesorter tbody tr:nth-child(odd) td{
    background: #D6ECFD;
}

.tablesorter tbody tr:nth-child(even) td{
    background: #F9FDFF;
}

.notify_not_found
{
    display: none;
    font-size: 22px;
    font-style: italic;

}

tr td div.hidden
{
    display: none;
    float:left;
}
tr:hover td div.hidden
{
    display: inline-block;
}


#shleduleList tr:nth-child(even)
{
    background: #D6ECFD;
}

div.flash
{
    /*width: 100%;	*/
    float: center;
    text-align: center;
    background: #D0DDB9;
    padding: 8px;
    font-size: 14px;
}

div.flash.error
{
    background: #E14456;
}

.applicationData_wrapper {
    padding: 15px;
}

table.applicationData tbody tr td input[disabled]
{
    background: #E8E8E8;
}

/*----------*/
#articleList {padding-top: 25px;}
#articleList .articleItem {margin-bottom: 35px;overflow: auto;}
#articleList .articleItem h2 {margin-top: 0;margin-bottom: 7px;line-break: 22px;}
#articleList .articleItem .articleInfo {padding-top: 10px;}
.article-detail-wrapper {padding: 20px 0 30px;}
/*----------*/

/*----------*/
#search-list {padding-top: 0;margin-top: -50px;}
#search-list .search-item {padding: 50px 0 15px;border-bottom: 1px solid #eeeeee;}
#search-list .search-item.faq-item {padding: 50px 0 40px;}
#search-list .search-item #articleList {padding-top: 0;}
#search-list .search-item .articleItem h2,
#search-list .search-item .articleItem h2 a
{font-family: 'novecento_wide_normalregular',Arial,sans-serif;}
#search-list .search-item h2 {margin-top: 0;}
#search-head h1 {margin-bottom: 0;float:left;}
#search-head form {margin: 0;float:right;width: auto;}
#search-head form label {float: left;line-height: 38px;margin: 0;padding-right: 10px;}
#search-head form input[type="text"] {float:left;margin-bottom: 0;}
#search-head form input[type="submit"] {line-height: 20px;position:relative;left: -2px;padding-top: 11px;padding-bottom: 7px;}
/*----------*/

@media (max-device-width: 1024px) {

    /*body{min-width: 1200px;}*/
}

form.no_background {
    background: none;
}

form.no_background  div.wrap {
    background: none repeat scroll 0 0 #E8F6FF;
}

ul.order-fix li strong {
    position: relative;
    top: 10px;
}



/*----------*/
.navbar-toggle {
    z-index: 1049;position: relative;margin-right: 2px;
}

.navbar-toggle .icon-bar {background: #fff;}
/*----------*/

/*----------*/
.alert-error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

ul.error {
    padding: 0;
    margin: 0;
    margin: 15px 15px 0;
}

ul.error li {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #ebccd1;
    border-radius: 4px;
    color: #a94442;
    background: none;
    background-color: #f2dede;
}
/*----------*/

.albums .album:nth-of-type(4n+1) {
    clear: both;
}
