body{
    background: white;
    font-family: 'proxima-nova', sans-serif;
    font-style: normal;
    font-variant: normal;
    font-size: 12px;
    color: #4E697C;
    margin:0;
    padding: 0;
}
.body{
    width: 100%;
}
.container{
    width: 954px;
    margin: 0 auto;
}
.header{
    width: 100%;
    height: 70px;
    background-color: #E6F5FF;
    border-bottom: solid 1px #FAA916;
}
.main{
    width: 100%;
}
.f_l{
    float: left;
}
.f_r{
    float: right;
}
.clearA:after{
    clear: both;
    display: block;
    content: "";
    height: 0;
}
.logo a{
    display: inline-block;
    margin-left: 18px;
    margin-top: 5px;
}
.menu ul{
    padding:0;
    margin: 0;
    list-style: none;
}
.menu ul li{
    float:left;
    margin-top:13px;
    position:relative;
    margin-left: 5px;
	z-index: 20;
}
.menu ul li .p{
    font-size: 20px;
    color: #0071FE;
    font-weight: bold;
    white-space: nowrap;
    border: solid 1px #E6F5FF;
    -webkit-border-radius: 12px 12px 0 0;
    -moz-border-radius: 12px 12px 0 0;
    border-radius: 12px 12px 0 0;
}
.menu ul li .p a{
	color: #0071FE;
	display: block;
	text-decoration: none;
    padding: 10px 22px;
}
.menu ul li .p.active{
    border: solid 1px #0071fe;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
.menu ul li:hover .p.active,
.menu ul li .p:hover{
    border: solid 1px #0071fe;
    -webkit-border-radius: 12px 12px 0 0;
    -moz-border-radius: 12px 12px 0 0;
    border-radius: 12px 12px 0 0;
}
.menu ul li:hover .p.nsm.active,
.menu ul li .p.nsm:hover{
    border: solid 1px #0071fe;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
.menu ul li:first-child .p:hover,
.menu ul li:first-child .p{
	border: solid 1px #E6F5FF;
}
.menu ul li .s{
    display:none;
    background-color: #48A8FF;
    -webkit-border-radius: 0 0 12px 12px;
    -moz-border-radius: 0 0 12px 12px;
    border-radius: 0 0 12px 12px;
    text-align:center;
    position: absolute;
    left: 0;
    top:45px;
    width:100%;
	z-index: 20;
}
.menu ul li .s-i{
    padding: 0 15px;
}
.menu ul li:hover .s{
    display:block;
}
.menu ul li .s a{
    display:block;
    padding: 10px 0;
    border-bottom: dashed 1px white;
    font-size: 15px;
    color: white;
    text-decoration: none;
    margin-bottom: 1px;
}
.menu ul li .s-i div:last-child a{
    border-bottom: 0;
}
.s-menu{
    width: 100%;
    text-align: center;
    margin: 30px 0;
}
.s-menu ul{
    margin:0;
    padding:0;
    list-style:none;
    display: inline-block;
}
.s-menu ul li{
    float: left;
    margin-right: 40px;
}
.s-menu ul li:last-child{
    margin-right: 0;
}
.s-menu ul li a{
    font-size: 20px;
    color: #95ACB7;
    font-weight: bold;
    text-decoration: underline;
}
.s-menu ul li a.active,
.s-menu ul li a:hover{
    color: #4E697C;
}
.grid .row{
    display: block;
    margin-bottom: 30px;
}
.grid .row .cell{
    float: left;
    display: inline-block;
    width: 219px;
    margin-right: 26px;
}
.grid .row .cell:last-child{
    margin-right: 0;
}
.grid .row .cell .name{
    margin-bottom: 8px;
}
.grid .row .cell .img{
    margin-bottom: 8px;
    padding: 5px;
    border: solid 1px #cdc7d4;
}
.grid .row .cell .image-cell{
    width: 207px;
    height: 173px;    
    white-space: nowrap;
    text-align: center;
    border: solid 1px #cdc7d4;
}
.grid .row .cell .img img{
	margin: 0 auto;
}
.grid .row .cell .image-cell .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.grid .row .cell .image-cell img {
    vertical-align: middle;
    max-width: 197px;
    max-height: 163px; 
    cursor: pointer;
}
.grid .row .cell .desc{
    font-size: 10px;
}
.grid .row .cell .desc h5{
    margin-bottom: 2px;
}
.grid .row .cell .desc h6{
    text-align: justify;
}
h4{
    font-size: 14px;
    color: #4E697C;
    padding: 0;
    margin: 0;
    font-weight: bold;
}
h5{
    font-size: 12px;
    color: #4E697C;
    padding: 0;
    margin: 0;
    font-weight: bold;
}
h6{
    font-size: 10px;
    color: #7F7F7F;
    padding: 0;
    margin: 0;
}
.img img{
    padding: 0;
    margin: 0;
    list-style: none;
    display: block;
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}
.event-block .info ul,
ul.event-block{
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}
ul.event-block > li{
    float: left;
    width: 400px;
    height: 130px;
    border: solid 1px #adb2b7;
    background-color: #E5F0F9;
    margin-right: 40px;
    margin-bottom: 40px;
}
ul.event-block > li:nth-child(2n){
    margin-right: 0;
}
.main .content.events{
    margin: 0 auto; 
    width: 847px;
}
.event-block .img{
    margin: 14px 0 0 14px;
    padding: 2px;
    background-color: white;
}
.event-block .desc{
    padding-top: 2px;
}
.event-block .ev-bl-info{
    width: 258px;
    margin-left: 5px;
    margin-top: 12px;
}
.event-block .info{
    margin-top: 7px;
    margin-bottom: 5px;
}
.event-block .info ul li{
    float: left;
    margin-right: 8px;
	margin-bottom: 2px;
    padding-left: 20px;
    height: 18px;
    line-height: 18px;
    vertical-align: middle;
}
.event-block .info ul li.cal{
    background: url('../images/calendar.svg') 0 0 no-repeat;
}
.event-block .info ul li.cl{
    background: url('../images/clock.svg') 0 0 no-repeat;
}
.event-block .info ul li.loc{
    background: url('../images/location.svg') 0 0 no-repeat;
}
.event-block .more{
    width: 100%;
    text-align: right;
}
.event-block .more a{
    color: #4E697C;
    margin-right: 10px;
    text-decoration: underline;
}
.event-block .more a:hover{
    text-decoration: none;
}

.footer{
    width: 100%;
    margin-top: 60px;
    background-color: #002751;
    height: 450px;
}
.footer .top{
    padding-top: 20px;
    display: block;
}
.footer .title{
    margin-bottom: 20px;
    text-align: left;
}
.footer .title,
.footer .title a{
    font-size: 20px;
    font-weight: bold;
    color: white;
    text-decoration: underline;
}
.footer .title a:hover{
    text-decoration: none;
}
.footer input,
.footer textarea{
    width: 390px;
    height: 40px;
    background-color: #002751;
    border: solid 2px white;
    margin-bottom: 20px;
    font-size: 14px;
    color: #95ACB7;
    outline: none;
    padding-left: 10px;
}
.footer textarea{
    height: 80px;
    width: 388px;
    margin-bottom: 20px;
    resize: none;
}
.footer input[type='submit']{
    width: 405px;
    color: #002751;
    font-size: 20px;
    background-color: white;
    cursor: pointer;
}
.footer .top .fu{
    margin-top: 30px;
}
.footer .top .sn{
    margin-top: 17px;
}
.footer .top .sn .fb,
.footer .top .sn .ut,
.footer .top .sn .inst{
    width: 30px;
    height: 30px;
    display: block;
    text-decoration: none;
    outline: none;
    margin-right: 28px;
    float: left;
}
.footer .top .sn .fb{
    background: url('../images/fb.svg') 0 0 no-repeat;
}
.footer .top .sn .ut{
    background: url('../images/ut.svg') 0 0 no-repeat;
}
.footer .top .sn .inst{
    background: url('../images/inst.svg') 0 0 no-repeat;
}
.footer .copy{
    text-align: center;
    width: 100%;
    font-size: 12px;
    color: wheat;
    margin-top: 15px;
	position: relative;
}
.footer .copy .from{
	position: absolute;
	right: 0;
}
.footer .copy .from a{
	color: white;
	text-decoration: underline;
}
.footer .copy .from a:hover{
	text-decoration: none;
}
.h-w-st .f_r{
	width: 600px;
	font-size: 13px;
	text-align: justify;
	color: #7F7F7F;
}
.about-title{
	font-size: 20px;
	color: #4E697C;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 30px;
	width: 100%;
	text-decoration: underline;
	font-weight: bold;
}
.about-txt{
	font-size: 13px;
	text-align: justify;
	color: #7F7F7F;
}
.our-team{
	width:400px; 
}
.our-team-l{
	width: 128px;
	text-align: center;
}
.our-team-r{
	width: 250px;
	font-size: 13px;
	color: #7F7F7F;
	text-align: justify;
}
.ab-desc-c{
	font-size: 13px;
	color: #7F7F7F;
	text-align: justify;
}
.about-title-s{
	font-size: 16px;
	color: #4E697C;
	font-weight: bold;
	margin-bottom: 20px;
}
.our-team-l img{
	width: 128px;
	height: 128px;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.our-team-l .name{
	font-size: 16px;
	color: #4E697C;
	width: 137px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.our-team-l .title{
	font-size: 11px;
	color: #7F7F7F;
}
.modalWindowOverlay{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 7200;
    background-color: rgba(0,0,0,0.8); /* black semi-transparent */
    overflow-y: auto;
}
.modalWindowOverlay:before{
    content:'';
    display:inline-block;
    vertical-align:middle;
    height:100%;
}
.modalWindowOverlay-inner{
    display:inline-block;
    vertical-align:middle;
    width: 99%;
    padding-top: 30px;
    padding-bottom: 30px;
}
.modalWindow-content{
    border: solid 1px #330C4E;
    width: 840px;
    margin: 0 auto;
    background: #E5F0F9;
	position: relative;
}
.modalWindow-content-body {
    padding: 20px;
    min-height: 50px;
}
i.close{
	position: absolute;
	width:15px;
	height: 15px;
	top: -30px;
	right: 0;
	cursor: pointer;
	background: url('../images/close.svg') 0 0 no-repeat;
}
.m-e .img{
	padding: 3px;
	background-color: white;
}
.m-e .info{
	color: #7F7F7F;
	font-size: 13px;
	padding-left: 40px;
}
.m-e .name{
	margin-bottom: 40px;
}
.m-e .info .date,
.m-e .info .time,
.m-e .info .location{
	margin-bottom: 20px;
	padding-left: 40px;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
}
.m-e .info .date{
	background: url('../images/pop_date.svg') 0 0 no-repeat;
}
.m-e .info .time{
	background: url('../images/pop_time.svg') 0 0 no-repeat;
}
.m-e .info .location{
	background: url('../images/pop_location.svg') 0 0 no-repeat;
}
.modalWindowOverlay .desc{
	color: #7F7F7F;
	font-size: 13px;
}
.modalWindowOverlay .desc-title{
	margin: 10px 0 5px 0;
}
.modalWindowOverlay .info{
	width: 515px;
}
.m-e .name.ss{
	margin-bottom: 15px;
}
.home-main {
	margin-top: 30px;
}
.home-main .left-side{
	width: 200px;
	height: 500px;
	background-color: #E6F5FF;
	margin-right: 27px;
}
.home-main .left-side .img{
	margin-top: 76px;
	width: 200px;
	text-align: center;
}
.home-main .left-side .img img{
	margin: 0 auto;
}
.home-main .left-side .slogan{
	margin-top: 60px;
	text-align: center;
	font-size: 26px;
}
.home-main .middle-side{
	width: 500px;
	height: 500px;
}
.home-main .right-side{
	width: 200px;
	height: 500px;
	background-color: #E6F5FF;
	z-index: 10;
}
.home-main .right-side ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.home-main .right-side ul li{
	padding-left: 25px;
	padding-right: 10px;
	position: relative;
	z-index: 10;
}
.home-main .right-side ul li a{
	height: 45px;
	line-height: 45px;
	vertical-align: middle;
	display: block;
	color: #0071FE;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: dashed 2px white;
	z-index: 10;
}
.home-main .right-side ul li i{
	width: 10px;
	height: 2px;
	display: block;
	background-color: #FAA916;
	position: absolute;
	top: 22px;
	left: 5px;
	z-index: 10;
}
.home-main .right-side ul li:hover i,
.home-main .right-side ul li.selected i{
	width: 15px;
	height: 46px;
	display: block;
	background-color: #FAA916;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
.test-area .content{
	margin-top: 30px;
}
.staff-area .cell .img,
.students-area .cell .img,
.staff-area .cell .name h5,
.students-area .cell .name h5{
	cursor: pointer;
}
.staff-area .cell .name h5:hover,
.students-area .cell .name h5:hover{
	text-decoration:underline;
}

.modalWindowOverlay .desc a,
.students-area .desc a{
	color: #3498db;
	text-decoration: underline:
}
.modalWindowOverlay .desc a:hover,
.students-area .desc a:hover{
	text-decoration: none;
}
.down-test-link{
	height:50px;
	line-height:50px;
	vertical-align: middle;
	padding-left: 55px;
	margin-top: 30px;
	background: url('../images/down_test.svg') 0 0 no-repeat;
}
.down-test-link a{
	font-size: 20px;
	color: #48A8FF;
	text-decoration: underline;
}
.down-test-link a:hover{
	text-decoration: none;
}
.test-area .img-b{
	text-align: center;
	margin-top: 30px;
}
.test-area .content .txt{
	font-size: 13px;
}
.c-ind,
.c-group{
	color: 7F7F7F;
	height: 15px;
	width: 20px;
	line-height: 15px;
	vertical-align: middle;
	font-size: 12px;
}
.c-group{
	width: 64px;
	padding-left: 19px;
	background: url('../images/group.svg') 0 0 no-repeat;
}
.c-ind{
	width: 64px;
	padding-left: 19px;
	background: url('../images/ind.svg') 0 0 no-repeat;
}
.c-time{
	color: 7F7F7F;
	height: 15px;
	line-height: 15px;
	vertical-align: middle;
	padding-left: 23px;
	font-size: 12px;
	margin-left: 5px;
	background: url('../images/time.svg') 0 0 no-repeat;
}
.c-price{
	color: 7F7F7F;
	height: 15px;
	line-height: 15px;
	vertical-align: middle;
	padding-left: 20px;
	margin-left: 5px;
	font-size: 12px;
	background: url('../images/dram.svg') 0 0 no-repeat;
}
.test-area .mail{
	color: #0077cc;
	text-decoration: underline;
}
.courses-list .desc{
	margin-bottom: 7px;
}
.f-contact{
	font-size: 18px;
	color: white;
}
.f-contact .phone{
	margin-top: 10px;
	padding-left: 35px;
	background: url('../images/phone.svg') 0 2px no-repeat;
}
.f-contact .mail{
	text-align: center;
}
.f-contact .mail div{
	display: inline-block;
	margin-top: 10px;
	padding-left: 35px;
	background: url('../images/mail.svg') 0 4px no-repeat;
}
.powered-by{
	text-align: center;
	margin-top:12px;
}
.gallery-content{
    position: relative;
}
.gallery-image-natural{
    display: none;
}
.gi-close{
    display: inline-block;
    cursor: pointer;
    margin-bottom: 5px;
    float: right;
    width: 30px;
    height: 30px;
    background: url('../images/close_lb.png') 0 0 no-repeat;
}