html {
	font-family: Georgia, serif;
	font-size: 11pt;
	background-color: rgba(0,0,0,0.1);
	backface-visibility: hidden;
}

html { 
	-webkit-transform: translateZ(0)
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-ms-touch-action: none; /* Direct all pointer events to JavaScript code. */
}

body > p, body > iframe {
	display: none !important;
}
body {
	margin: 0;
}
img {
	border: none; /* IE9 */
}
pre {
	font-family: Georgia, serif;
	white-space: pre-line;
	color: rgba(0, 0, 0, 0.7);
	text-align: justify;
}
h1 {
	line-height: 40px;
	font-size: 20pt;
	padding: 0;
	margin: 0;
	font-weight: normal;
}
h1.mini {
	font-size: 15pt;
	line-height: 20pt;
}
.mainbody-content-page-copy {
	color: rgba(0,0,0,0.7);
}
h2 {
	line-height: 80px;
	font-size: 17pt;
	font-weight: bold;
	margin-bottom: 0;
	color: rgba(0,0,0,0.8);
	margin-top: 0;
}
h2.mini {
	line-height: 55px;
	font-size: 13pt;
}
b {
	color: black;
}
p {
	padding-top: 0;
	margin-top: 0;
	text-align: justify;
	margin-bottom: 25px;
	color: rgba(0, 0, 0, 0.7);
}
p.mini {
	line-height: 19px;
}
p.no-illumination {
	text-align: justify;
}
table {
	width: 100%;
	border-collapse: collapse;
}
td, th {
	padding: 3px;
    border: 1px solid black;
}



#mainbody-content p.no-illumination:first-letter {
	float: none;
	color: rgba(0, 0, 0, 0.7);
	font-size: 12pt;
	line-height: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
ul {
	color: rgba(0, 0, 0, 0.7);
}

#app {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: none;
}

#sidebar {
	width: 215px;
	position: fixed;
	z-index: 100;
	height: 100%;
	background-color: white
}
#sidebar.mobile {
	display: none;
}

.mainbody {
	width: calc(100% - 215px);
	margin-left: 215px;
	position: relative;
	height: 100%;
	background-color: black;
}
.mainbody.mobile {
	width: 100%;
	margin-left: 0px;
	height: calc(100% - 50px);
	position: absolute;
	bottom: 0;
}

#sidebar-top {
	background-color: white;
	height: 155px;
}

#sidebar-icons {
	background-color: #990500; /*darker CTA red*/
	height: 40px;
	cursor: pointer;
}

#sidebar-menu {
	background-color: white;
}

.sidebar-menu-option {
	height: 33px;
	margin-top: 5px;
	background-color: white;
	line-height: 33px;
	color: #990500;
	cursor: pointer;
	position: relative;
}
.sidebar-menu-option.mobile {
	margin-top:-1px; /* to hide extra border line */
	border-top: solid rgb(216, 216, 216) 1px;
	border-bottom: solid rgb(216, 216, 216) 1px;
	height: 50px;
	font-size:18px;
	line-height: 50px;
}
.sidebar-menu-option.selected .sidebar-menu-block {
	background-color: #990500;
	width: 13px;
}

#sidebar .sidebar-menu-option:hover .sidebar-menu-block {
	background-color: #990500;
	width: 13px;
}

.sidebar-menu-block {
	width: 5px;
	background-color: rgb(216, 216, 216);
	height: 100%;
	position: absolute;
	transition: all 350ms;
	-webkit-transition: all 350ms;
}

.sidebar-menu-text {
	padding-left: 20px;
}
.sidebar-menu-text.mobile {
	padding-left: 35px;
}

#mainbody-content-viewport {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow-y: auto;
	display: none;
}

#mainbody-content-wrapper-for-bg {
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center top;
	min-height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	opacity: 0;
	transition: opacity 600ms;
	-webkit-transition: opacity 600ms;
}

#mainbody-content {
	width: 626px;
	padding-top: 20px;
	padding-bottom: 30px;
	top: 0;
	margin-left: auto;
	margin-right: auto;
	display: none;
	opacity: 0;
	transition: opacity 300ms;
	-webkit-transition: opacity 300ms;
}
#mainbody-content.mini {
	width: 100%;
	padding-top: 10px;
}


.mainbody-content-title {
	line-height: 70px;
	display: inline-block;
	cursor: pointer;
}
.mainbody-content-title.mini {
	left: 0px;
	top: 25px !important;
	max-width: 300px;
	font-size: 15pt;
	line-height: 20pt;
}

.mainbody-content-title-up {
	width: 20px;
	display:block;
	height: 10px;
	background-color: #990500;
	position: absolute;
	height: 70px;
	background-image: url("../img/go-left.png");
	background-repeat: no-repeat;
	background-position: center;
}
.mainbody-content-title-up.mini {
	width: 38px;
	height: 48px;
}
#mainbody-content-title-text {
	margin-left: 20px;
	padding-left: 20px;
	padding-right: 30px;
	font-size: 20pt;
	background-color: white;
	display: inline-block;
	color: rgba(0,0,0,0.8);
}
#mainbody-content-title-text.mini {
	margin-left: 38px;
	padding-left: 18px;
	padding-top: 12px;
	padding-bottom: 10px;
	font-size: 15pt !important;
}

#content-submenulinks-wrapper {
	overflow: auto;
	display: none;
}
#content-submenulinks.mini {
	margin-left: 10px;
}

.mainbody-content-submenulink {
	margin-top: 10px;
	background-color: #990500;
	line-height: 35px;
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12pt;
	margin-right: 10px;
	color: rgba(255,255,255,0.9);
	cursor: pointer;
}
.mainbody-content-submenulink.selected,  .mainbody-content-submenulink:hover{
	background-color: #700400;
}
#content-submenulinks.mini .mainbody-content-submenulink:hover{
	background-color: #990500;
}
#content-submenulinks.mini .mainbody-content-submenulink.selected{
	background-color: #700400;
}

.mainbody-content-page {
	margin-top: 10px;
	background-color: white;
}

.mainbody-content-page-header {
	height: 210px;
	position: relative;
}
.mainbody-content-page-header.mini {
	height: 120px;
}

.mainbody-content-page-header-viewgallery {
	background-color: #700400; /*even darker red used on secondary CTA*/
	display: inline-block;
	padding-right: 20px;
	bottom: 0;
	right: 0;
	position: absolute;
}

.mainbody-content-page-header-viewgallery-text {
	padding-left: 15px;
	padding-right: 15px;
	line-height: 40px;
	display: inline-block;
	color: white;
	font-size: 12pt;
}

.mainbody-content-page-header-viewgallery-arrow {
	width: 20px;
	height: 40px;
	display: block;
	position: absolute;
	top: 0;
	right:0;
	background-image: url("../img/view_gallery-arrow.png");
	background-repeat: no-repeat;
	background-position: left center;
}

.mainbody-content-page-copy {
	padding-left: 60px;
	padding-right: 60px;
	font-size: 12pt;
	padding-bottom: 100px;
	display: none;
	padding-top: 50px;
}
.mainbody-content-page-copy.mini {
	padding: 20px 20px 50px 20px;
	font-size: 11pt;
}
.mainbody-content-page-gallery.mini {
	padding: 0px 0px 50px 0px;
}
.mainbody-content-page-gallery {
	padding: 0;
}

#sidebar-logos {
	background-image: url("../img/menu-logos.jpg");
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 0px 10px;
	cursor: pointer;
}

#sidebar-icon-phone {
	background-image: url("../img/icon-phone.png");
	width: 19%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	float: left;
}

#sidebar-icon-mail {
	background-image: url("../img/icon-mail.png");
	width: 19%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	float: left;
}

#sidebar-icon-location {
	background-image: url("../img/icon-location.png");
	width: 19%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	float: left;
}

#sidebar-icon-divider {
	float: left;
	background-color: rgb(205,77,54);
	height: 28px;
	width: 1px;
	margin-top: 6px;
	margin-left: 5px;
}
#sidebar-icon-facebook {
	height: 100%;
	float: left;
	width: 19%;
	color: white;
	font-size: 21px;
}
#sidebar-icon-facebook i {
	padding-top: 10px;
	padding-left: 15px;
}
#sidebar-icon-twitter {
	height: 100%;
	float: left;
	width: 19%;
	color: white;
	font-size: 21px;
}
#sidebar-icon-twitter i {
	padding-top: 10px;
	padding-left: 5px;
}

#mainbody-category-viewport {
	position: relative;
	height: 100%;
	overflow: hidden;
}

.category-title {
	left: 30px;
	background-color: rgba(255,255,255, 0.85);
	display: inline-block;
	position: absolute;
	top: 30px;
	width: auto;
}
.category-title.mini {
	left: 0px;
	top: 25px !important;
	max-width: 95%;
	max-width: calc(100% - 10px);
	position: relative;
}

#Welcome-fg .category-title {
	width: auto;
	margin-top: 30px;
	position: relative;
	float: left;
}
#Welcome-fg #news-block {
	width: auto;
	clear: left;
	margin-top: 20px;
	max-width: calc(100% - 50px);
}
#Welcome-fg .category-title.mini {
	position: relative;
	top: 0 !important;
	margin-top: 20px;
}

#Welcome-fg #category-title-text h1 {
	overflow: auto;
}
#Welcome-fg #category-title-text-wrapper {
	overflow: auto;
	margin-left: 20px;
	padding: 18px;
	box-sizing: border-box;
}
#Welcome-fg #category-title-text-wrapper.mini {
	margin-left: 38px;
}
#faq-category-title-text-wrapper {
	overflow: auto;
	height: 100%;
}


.category-title-redblock {
	width: 20px;
	height: 100%;
	position: absolute;
	background-color: #990500;
}
.category-title-redblock.mini {
	width: 38px;
}

.category-title-text {
	margin-left: 20px;
	padding-left: 20px;
	padding-right: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
	display: inline-block;
}
.category-title-text.mini {
	margin-left: 38px;
	padding-left: 18px;
	padding-top: 12px;
	padding-bottom: 10px;
}
#Welcome-fg .category-title-text#news-titletext {
	margin: 0;
	padding: 0;
	display: inline;
}
.category-title-text h1 {
	display: inline;
}

.subcategory {
	width: 90px;
	height: 100px;
	margin: 10px;
	background-color: #990500;
	float: right;
	color: white;
	font-size: 11pt;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	background-image: url("../img/linkarrow-right.png");
	background-repeat: no-repeat;
	background-position: bottom 10px right 10px;
	cursor: pointer;
	-webkit-transform: scaleY(-1);
	-moz-transform: scaleY(-1);
	-ms-transform: scaleY(-1);
	-o-transform: scaleY(-1);
	transform: scaleY(-1);
	word-wrap: break-word;
}
.subcategory.mini {
	width: 79px;
	height: 80px;
	margin: 5px;
	font-size: 10pt;
	padding: 7px;
	-webkit-transform: none; /* iOS Safari can't handle scrolling our upside-down elements */
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	float: left;
}

.subcategory-categorylink {
	background-image: url("../img/linkarrow-down.png");
}

.category-subcategories {
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: calc(100% - 50px);
	-webkit-transform: scaleY(-1);
	-moz-transform: scaleY(-1);
	-ms-transform: scaleY(-1);
	-o-transform: scaleY(-1);
	transform: scaleY(-1);
}
#subcategory-AboutUs.mini {
	float: right !important;
}
#Welcome-fg .subcategory-categorylink.mini {
	display: none;
}
.category-subcategories.mini {
	left: 5px;
	width: calc(100% - 10px) !important;
	overflow: auto;
	max-height: calc(100% - 20px);
	box-sizing: border-box;
	-webkit-transform: none; /* iOS Safari can't handle scrolling our upside-down elements */
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
#AcademicProgram-fg > .category-subcategories {
	width: calc(100% - 350px);
}

#category-up, #category-down {
	cursor: pointer;
}

#category-up {
	position: absolute;
	width: 80px;
	height: 20px;
	background-image: url("../img/section-up.png");
	background-repeat: no-repeat;
	top: 0;
	left: 50%;
	margin-left: -40px;
}

#category-down {
	position: absolute;
	width: 80px;
	height: 20px;
	background-image: url("../img/section-down.png");
	background-repeat: no-repeat;
	bottom: 0;
	left: 50%;
	margin-left: -40px;
}

#mainbody-category-bgs, #mainbody-category-bgs-faded {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1100%; /* EDIT HERE 100*num cats */
}
#mainbody-category-bgs {
	transition: all 1000ms;
	-webkit-transition: all 1000ms;
	overflow-y: auto;
}
#mainbody-category-bgs-faded {
	opacity: 0;
	transition: opacity 300ms;
	-webkit-transition: opacity 300ms;
}

#mainbody-category-fgs {
	height: 2200%; /* AND HERE mainbody-category-bgs height * 2 */
	width: 100%;
	position: absolute;
	transition: transform 1000ms;
	-webkit-transition: -webkit-transform 1000ms;
}


.category-bg, .category-bg-faded {
	height: 9.0909%; /* AND HERE % of mainbody-category-bgs height for one cat */
	background-size: cover;
	background-position: center top;
}
.category-bg {
	background-position: center;
}

.category-fg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	transition: transform 5000ms;
	-webkit-transition: -webkit-transform 5000ms;
	height: 4.5454%; /* AND HERE half of category-bg height */
}

#Welcome-bg {
	position: relative;
}
#Welcome-bg .category-bg-inner {
	background-size: cover;
	background-position: center;
}

#Welcome-bg1-inner {background-image: url("/_design/img/category/new/4.jpg")}
#Welcome-bg2-inner {background-image: url("/_design/img/category/new/welcome7.jpg")}
#Welcome-bg3-inner {background-image: url("/_design/img/category/new/welcome6.jpg")}
#Welcome-bg4-inner {background-image: url("/_design/img/category/new/welcome4.jpg")}

#Welcome-bg5-inner {background-image: url("/_design/img/category/new/welcome8.jpg")}
#Welcome-bg6-inner {background-image: url("/_design/img/category/new/welcome9.jpg")}
#Welcome-bg7-inner {background-image: url("/_design/img/category/new/welcome10.jpg")}
#Welcome-bg8-inner {background-image: url("/_design/img/category/new/welcome11.jpg")}
#Welcome-bg9-inner {background-image: url("/_design/img/category/new/welcome12.jpg")}
#Welcome-bg10-inner {background-image: url("/_design/img/category/new/welcome13.jpg")}

.category-bg-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: opacity 1000ms;
	-webkit-transition: opacity 1000ms;
}
#AcademicProgram-bg {
	background-image: url("../img/category/new2/academicprogr.jpg");
}
#Workshops-bg {
	background-image: url("../img/category/new2/coursesandwork.jpg");
}
#EveningCourses-bg {
	background-image: url("../img/category/new2/workshop.jpg");
}
#OurDepartments-bg {
	background-image: url("../img/category/new/7.jpg");
}
#OurProfessors-bg {
	background-image: url("../img/category/new/8.jpg");
}
#Gallery-bg {
	background-image: url("../img/category/new2/gallery.jpg");
}
#Exhibitions-bg {
	background-image: url("../img/category/new2/exebition.jpg");
}
#OnlineApplication-bg {
	background-image: url("../img/category/new2/applyform2.jpg");
}
#KidsArtCourses-bg {
	background-image: url("../img/category/new/kids.jpg");
}



#Welcome-fg			 { top: 0%;	   } /* AND HERE */
#AcademicProgram-fg	 { top: 9.0909%; }
#Workshops-fg		   { top: 18.1818%; }
#EveningCourses-fg	  { top: 27.2727%; }
#OurDepartments-fg	  { top: 36.3636%; }
#OurProfessors-fg	   { top: 45.4545%; }
#Gallery-fg			 { top: 54.5454%; }
#Exhibitions-fg		 { top: 63.6363%; }
#OnlineApplication-fg   { top: 72.7272%; }
#FAQ-fg				 { top: 81.8181%; }
#KidsArtCourses-fg	  { top: 90.9090%; }

h3 {
	padding:0;
	margin: 0;
	font-weight: normal;
	padding-bottom: 8px;
	padding-top: 10px;
	color: #990500;
}
h3.mini {
	padding-bottom: 0px;
}
h3.link {
	color: #990500;
}
a {
	text-decoration: none;
	color: #990500;
}
a:hover {
	text-decoration: underline;
}
a[name] {
	text-decoration: none;
}

h3.link {
	cursor: pointer;
}

#anintroduction {
	font-size: 15pt;
	padding-top: 0px;
}
#anintroduction.mini {
	font-size: 12pt;
}

#modal, #subscribe {
	background-color: white;
	position: absolute;
	width: 650px;
	left: 50%;
	height: 554px;
	top: 10%;
	margin-left: -325px;
	height: auto;
}

#subscribe {
	background-color: #7d7777;
}



#leftbar, #subscribe-leftbar {
	background-color: #990500;
	width: 50px;
	height: 100%;
	position: absolute;
}

#map {
	width: 300px;
	background-color: rgba(0, 0, 0, 0.1);
	right: 0;
	top: 0;
	position: absolute;
	height: 277px;
}
#map2 {
	width: 300px;
	background-color: rgba(0, 0, 0, 0.1);
	right: 0;
	bottom: 0;
	position: absolute;
	height: 100%;
}

#contact-copy, #subscribe-copy {
	width: 260px;
	left: 50px;
	position: absolute;
	top: 0;
	padding-left: 20px;
	padding-top: 25px;
	padding-right: 20px;
	height: 525px;
	position: relative;
	left: auto;
	padding-left: 50px;
	height: auto;
}

p.header {
	font-size: 17pt;
	font-weight: bold;
	text-align: left;
}
#contact-copy p.header {
	margin-left: 20px;
}

.contact-info{
	font-size: 12pt;
}

.field-name, span.grey {
	color: rgba(0, 0, 0, 0.4);
}

#modal-context, #subscribe-context {
	width:100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	transition: opacity 350ms;
	-webkit-transition: opacity 350ms;
}
#modal-context.mini, #subscribe-context.mini {
	transition: none;
	-webkit-transition: none;
}

#modal-bg, #subscribe-bg {
	width:100%;
	height: 100%;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.7);
	top: 0;
	left: 0;
}

#modal-close, #subscribe-close {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 50%;
	background-image: url(../img/close-tile.png);
	cursor: pointer;
	top: 10%;
	margin-left: 325px;
}
#modal-close.mobile, #subscribe-close.mobile {
	margin-left: 291px;
}
#modal-close.mini, #subscribe-close.mini {
	top: 0;
	margin-left: 0px;
	right: 0px;
	left: auto;
}

#leftbar-phone, #leftbar-mail, #leftbar-location, #leftbar-clock, #leftbar-skype {
	width: 50px;
	height: 50px;
	position: absolute;
	left: 0;
	background-repeat: no-repeat;
	background-position: center;
}
#leftbar-phone {
	background-image: url(../img/icon-phone.png);
	top: 89px;
}

#leftbar-mail {
	background-image: url(../img/icon-mail.png);
	top: 130px;
}

#leftbar-location {
	background-image: url(../img/icon-location.png);
	top: 175px;
}

#leftbar-clock {
	background-image: url(../img/icon-clock.png);
	top: 276px;
}

#leftbar-skype {
	background-image: url(../img/icon-skype.png);
	top: 357px;
}

.gallery {
	height:275px;
	background-color: rgb(230,230,230);
	width: 606px;
	margin-left: -60px;
	margin-bottom: 50px;
	padding-left: 20px;
	padding-top: 20px;
	overflow-x: hidden;
	overflow-y: hidden;
	position: relative;
}
.gallery.mini {
	margin-left: -20px;
}
.big-gallery.mini {
	margin-left: 0px;
}
.big-gallery {
	width: 100%;
	margin: 0;
	height: 390px;
	padding-left: 0px;
}

.gallery-img {
	display: inline-block;
	height: 250px;
	width: 100px;
	margin-right: 20px;
	position: relative;
	cursor: pointer;
	background-size: 100% 100%;
}
.gallery-img-large {
	height: 345px;
}
.big-gallery .gallery-imgwrapper {
	margin-left: 20px;
}
.gallery-imgwrapper {
	height: 275px;
	white-space: nowrap;
	float: left;
}

#img1 {
	width: 153px;
	background-image: url("../img/professor-work/aleksey-bakhtin/DSCN0216.thumb.jpeg");
}

#img2 {
	width: 252px;
	background-image: url("../img/professor-work/aleksey-bakhtin/best.thumb.jpeg");
}
#img3 {
	width: 120px;
	background-image: url("../img/professor-work/aleksey-bakhtin/2_673Zj6t.thumb.jpeg");
}
#img4 {
	width: 307px;
	background-image: url("../img/professor-work/aleksey-bakhtin/2_13CyNn.thumb.jpeg");
}

.gallery-scrollbar {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

.scrollbar {
	height: 5px;
	background-color: rgb(190,190,190);
	width: 100%;
	width: calc(100% - 1px);
	position: absolute;
	bottom: 0;
	left: 0;
}

.scroller {
	background-color: #990500;
	width: 90px;
	height: 10px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.gallerynav-left, .gallerynav-right {
	transition: opacity 150ms;
	-webkit-transition: opacity 150ms;
}
.gallerynav-left.mini, .gallerynav-right.mini {
	display: none;
}
.video-big-gallery .gallerynav-left.mini, .video-big-gallery .gallerynav-right.mini {
	display: block;
}

.gallerynav-left {
	background-image: url("../img/gallerynav-left.png");
	width: 40px;
	height: 80px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -40px;
}

.gallerynav-right {
	background-image: url("../img/gallerynav-right.png");
	width: 40px;
	height: 80px;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -40px;
}

.enlarge-image-icon {
	background-image: url("../img/zoom.png");
	width: 40px;
	height: 40px;
	position: absolute;
	bottom: 0;
	right: 0;
}

#fullscreen-gallery {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: opacity 150ms;
	-webkit-transition: opacity 150ms;
	z-index: 200;
	text-align: center;
}
#fullscreen-gallery-background {
	background-color: rgba(0,0,0,0.85);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#fullscreen-gallery-left, #fullscreen-gallery-right {
	transition: opacity 150ms;
	-webkit-transition: opacity 150ms;
	top: calc(50% - 80px);
}
#fullscreen-gallery-left {
	background-image: url("../img/gallerynav-left.png");
	width: 40px;
	height: 80px;
	position: absolute;
	left: 0;
}
#fullscreen-gallery-right {
	background-image: url("../img/gallerynav-right.png");
	width: 40px;
	height: 80px;
	position: absolute;
	right: 0;
}
.fullscreen-gallery-imgthumb {
	position: absolute;
	top: 8%;
}
#fs-img1thumb {
	width: 100%;
	height: 80%;
	background-image: url("../img/professor-work/aleksey-bakhtin/DSCN0216.thumb.jpeg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.fullscreen-gallery-img {
	position: relative;
	top: 8%;
}
#fs-img1{
	width: 100%;
	height: 80%;
	background-image: url("../img/professor-work/aleksey-bakhtin/DSCN0216.jpg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.fullscreen-gallery-imgclose {
	position: absolute;
	top: 8%;
	cursor: pointer;
}
.fullscreen-gallery-annotation {
	color: white;
	bottom: -91%;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	font-size: 12pt;
	color: rgba(255,255,255,0.8);
	text-align: center;
}

#application-form {
	background-color: rgba(255,255,255,0.85);
	position: absolute;
	left: 30px;
	top: 110px;
	width: 764px;
	height: 530px;
	color: rgba(0,0,0,0.7);
	font-size: 12pt;
	padding-top: 5px;
	transition: opacity 300ms;
	-webkit-transition: opacity 300ms;
}
#form-page1, #application-next, #form-page2, #application-next2, #application-back, #application-finish, #form-page3, #pagecount, #application-back2, #application-captcha {
	transition: opacity 300ms;
	-webkit-transition: opacity 300ms;
}
#form-page2, #form-page3, #application-next2, #application-back, #application-finish, #application-back2 {
	display: none;
	opacity: 0;
}
#application-form .field {
	width: 45.6%;
	display: inline-block;
	padding-top: 20px;
	padding-left: 20px;
}
#application-form #pagecount {
	text-align: center;
	color: rgba(0,0,0,0.5);
	position: absolute;
	bottom: 29px;
	display: block;
	width: 100%;
}
#application-form .field input {
	width: 350px;
	height: 40px;
	background-color: rgba(0,0,0,0.5);
	border: none;
	padding: 5px;
	font-size: 12pt;
	font-family: Georgia, serif;
	color: rgba(255,255,255,0.85);
	margin-top: 3px;
}
#application-form #application-next, #application-form #application-next2, #application-form #application-back, #application-form #application-back2, #application-form #application-finish {
	background-color: #990500;
	line-height: 41px;
	padding-left: 17px;
	font-size: 13pt;
	color: rgba(255,255,255,0.95);
	cursor: pointer;
	position: absolute;
	bottom: 18px;
	right: 22px;
	width: 83px;
	height: 40px;

}
#application-form #application-next {
	display: inline-block;
}
#application-form .application-next-class {
	width: auto !important;
}
#application-form .application-next-class .application-next-text {
	display: inline-block;
}
#application-form .application-next-class .application-next-arrow {
	background-image: url("../img/linkarrow-right.png");
	background-repeat: no-repeat;
	background-position: 6px 11px;
	width: 19px;
	height: 40px;
	display: inline-block;
	margin-bottom: -14px;
	padding-right: 13px;
	padding-left: 5px;
}
#application-form .application-next-class .application-back-arrow {
	background-image: url("../img/linkarrow-left.png");
	background-repeat: no-repeat;
	background-position: 6px 11px;
	width: 19px;
	height: 40px;
	display: inline-block;
	margin-bottom: -14px;
	padding-right: 13px;
	padding-left: 5px;
}
#application-form #application-back, #application-form #application-back2 {
	left: 22px;
	right: auto;
}
#application-form #application-finish {
	background-image: none;
	display: none;
}
#application-finish {
	padding: 0 17px 0 17px;
	margin: 0;
	border: 0;
	font-family: inherit;
	width: 100px;
}

#form-page2 textarea {
	width: 100%;
	height: 17%;
	margin-top: 5px;
	background-color: rgba(0,0,0,0.5);
	border: none;
	padding: 5px;
	font-size: 12pt;
	font-family: Georgia, serif;
	color: rgba(255,255,255,0.85);
	resize: none;
}
#form-page2 > span {
	width: 90%;
	display: block;
	margin-left: 20px;
	margin-top: 20px;
}

#form-page3 > span {
	margin: 20px;
	display: block;
	margin-bottom: 10px;
}
#form-page3 input {
	margin: 5px 0px 5px 20px;
	background-color: rgba(0,0,0,0.5);
	border: none;
	padding: 5px;
	font-size: 10pt;
	font-family: Georgia, serif;
	color: rgba(255,255,255,0.85);
	width: 29.4%;
}
#application-captcha {
	margin: 20px;
	margin-top: 10px;
}

.modal-blocks {
	position: absolute;
	left: 20px;
	bottom: 20px;
}
.modal-blocks.mini {
	height: auto;
	bottom: auto;
	left: 5px;
	position: relative;
	display: inline-block;
	top: 30px;
}
.modal-block  {
	width: 90px;
	height: 100px;
	margin: 10px;
	background-color: #700400;
	float: right;
	color: white;
	font-size: 11pt;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	background-image: url("../img/link-plus.png");
	background-repeat: no-repeat;
	background-position: bottom 10px right 10px;
	cursor: pointer;
	word-wrap: break-word;
}
.modal-block.mini {
	width: 79px;
	height: 80px;
	margin: 5px;
	font-size: 10pt;
	padding: 7px;
}
#modal-calendar {
	display: none;
	background-color: white;
	position: absolute;
	height: 600px;
	left: 50%;
	top: 10%;
	margin-left: -250px;
	width: 575px;
	overflow-y: auto;
}
#modal-calendar.mobile {
	margin-left: -285px;
}
#modal-calendar.mini {
	width: 100%;
	left: 0px;
	margin: 0px;
	top: 0px;
	padding-top: 40px;
	height: auto;
	min-height: 100%;
}
#modal-calendar em {
	font-style: normal;
	text-decoration: none;
	color: #990500;
}
#modal-fees {
	display: none;
	background-color: white;
	position: absolute;
	height: 600px;
	left: 50%;
	top: 10%;
	margin-left: -250px;
	width: 575px;
	overflow-y: auto;
}
#modal-fees.mobile {
	margin-left: -285px;
}
#modal-fees.mini {
	width: 100%;
	left: 0px;
	margin: 0px;
	top: 0px;
	padding-top: 40px;
	height: auto;
	min-height: 100%;
}
#modal-fees em {
	font-style: normal;
	text-decoration: none;
	color: #990500;
}
em {
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
}


#modal-calendar-content {
	padding: 30px;
}
#modal-fees-content {
	padding: 30px;
}

#header-default {
	height: 1px;
}
#header-Introduction {
	background-image: url("../img/headers/artac-intro-head.jpg");
}
.sidebar-menu-separator {
	height: 20px;
}

#social-buttons {
	background-color: rgba(255,255,255,0.5);
	height: 35px;
	width: 100%;
}
#social-buttons.mobile {
	display: none;
}
#social-buttons.nondesktop {
	margin-top: 20px;
	height: auto;
}
#social-buttons.nondesktop #language-change {
	width: 100%;
	margin-bottom: 20px;
}
#social-buttons.nondesktop #language-change .language-option {
	position: relative;
	display: inline-block;
	left: 0;
}

.social {
	display: inline-block;
	float: right;
}
#gp {
	margin-top: 5px;
	margin-right: -20px;
}
#tw {
	margin-top: 8px;
	margin-right: 10px;
}
#vk {
	margin-top: 7px;
	margin-right: 9px;
}
#fb {
	margin-top: 8px;
	margin-right: 9px;
}
#mobile-social {
	margin-left: 10px;
}
#mobile-social .social {
	float: none;
	margin: 0;
	display: block;
	margin-bottom: 10px;
}

#spinner {
	left: 50%;
	position: absolute;
	font-size: 20px;
	top: 47%;
	width: 20px;
	height: 20px;
	margin-left: -10px;
}

#application-form-spinner i {
	position: absolute;
	top: 45%;
	left: 50%;
	margin-left: -20px;
	font-size: 40px;
}

#news-block.mini {
	top: 125px !important;
	max-width: calc(67% - 10px);
	z-index: 1;
}
#faq-block {
	top: 50px !important;
	width: calc(100% - 50px);
	height: calc(100% - 80px);
}
#faq-block.mini {
	z-index: 1;
	top: 25px !important;
	max-width: 100%;
	width: 100%;
	height: calc(100% - 50px);
}

#language-change {
	display: inline-block;
}
.language-option {
	background-repeat: no-repeat;
	width: 68px;
	height: 25px;
	color: gray;
	line-height: 18px;
	padding-left: 25px;
	cursor: pointer;
	margin: 10px 0px 0px 10px;
}
.language-option:hover {
	text-decoration: underline;
}
#language-russian {
	
	position: absolute;
	top: 0;
	left: 90px;
}
#language-english, #flag-english {
	background-image: url("../img/english.png");
}
#language-chinese, #flag-chinese {
	background-image: url("../img/chinese.png");
}
#language-russian, #flag-russian {
	background-image: url("../img/russia.png");
}
#language-chinese {	
	position: absolute;
	top: 0;
	left: 190px;
}
.flag {
	width: 25px;
	height: 25px;
	background-repeat: no-repeat;
	float: left;
	cursor: pointer;
}
.flag.mobile {
	width: 35px;
	height: 35px;
	background-size: contain;
	float: none;
	display: inline-block;
	margin-right: 10px;
}

#newsletter-signup {
	background-image: url("../img/newsletter.png");
	width: 180px;
	height: 189px;
	background-size: 100%;
	background-repeat: no-repeat;
	margin-left: 9px;
	margin-top: 29px;
	right: 30px;
	position: absolute;
}
#newsletter-signup.mobile {
	position: relative;
	background-image: none;
	text-align: center;
	right: 0;
	width: 200px;
	height: 100px;
	display: inline-block;
	margin-bottom: 50px;
}
ul#contact-copy-items li.mini#newsletter-signup {
	margin-left: 0px;
	padding: 0px;
}

#newsletter-signup input {
	background-image: url("../img/envelope.png");
	top: 115px;
	position: absolute;
	left: 26px;
	width: 104px;
	background-size: 14px;
	background-repeat: no-repeat;
	background-position: 4px 6px;
	padding-left: 22px;
	border: none;
	outline: 1px solid rgb(228,228,228);
	height: 21px;
}
#newsletter-signup input.mobile {
	width: 180px;
	position: relative;
	display: inline-block;
	top: 0;
	left: 0;
}

#newsletter-signup-title {
	color: white;
	top: 11px;
	position: absolute;
	left: 59px;
	font-family: sans-serif;
	font-style: italic;
	font-size: 9pt;
}
#newsletter-signup-title.mobile {
	color: black;
	position: relative;
	display: inline-block;
	top: 0;
	left: 0;
	margin-bottom: 10px;
	margin-top: 20px;
}

/*#newsletter-signup-button {
	background-image: url("../img/signup-button.png");
	background-size: 100% 100%;
	height: 21px;
	top: 152px;
	position: absolute;
	width: 61px;
	left: 56px;
	color: white;
	font-family: sans-serif;
	font-style: italic;
	font-size: 6pt;
	font-weight: bold;
	line-height: 16pt;
	text-align: center;
	cursor: pointer;
}
#newsletter-signup-button.mobile {
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
	width: 100px;
	font-size: 10pt;
	height: 30px;
	line-height: 21pt;
	margin-top: 10px;
}*/

.russian, .chinese {
	display: none;
}

#chinese-video-translation {
	background-color: white;
	margin-bottom: 20px;
	padding-bottom: 45px;
	width: 89.8%;
	position: relative;
}

#apply_thanks {
	text-align: center;
	font-size: 16pt;
	padding-top: 30%;
	padding-bottom: 30%;
}

ol li {
	padding-bottom: 20px;
}

#mobile-topbar {
	display: none;
	background-color: white;
	height: 50px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#mobile-topbar.mobile {
	display: block;
}
#mobile-topbar #burger-icon {
	width: 30px;
	height: 30px;
	left: 20px;
	top: 10px;
	position: absolute;
	background-image: url("../img/mobile/menu.png");
	background-size: 25px 17px;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
#mobile-topbar #burger-icon.mini	 {
	left: 10px;
}
#mobile-topbar #contact-icons {
	width: 200px;
	height: 30px;
	right: 0px;
	top: 10px;
	position: absolute;
	cursor: pointer;
	color: #99261E;
}

#mobile-menu-wrapper {
	display: none;
	width: 275px;
	position: relative;
	height:100%;
	background-color:white;
	transition: transform 0.5s ease;
	-webkit-transition: -webkit-transform 0.5s;
	transform: translate3d(-275px,0px,0px); 
	-webkit-transform: translate3d(-275px,0px,0px); 
	-moz-transform: translate3d(-275px,0px,0px); 
	-o-transform: translate3d(-275px,0px,0px); 
	z-index: 1000;
}
#mobile-menu-wrapper.mobile {
	display: block;
}
#mobile-menu-inner {
	height:100%;
	overflow: auto;
}
#mobile-menu #sidebar-icons {
	display: none;
}
#mobile-menu #lang-icons {  
	background-color: white;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
#mobile-menu #sidebar-logos {
	background-position: 25px 10px;
}
#mobile-menu-backgroundblocker {
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	left: 0;
	transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	opacity: 0;
	z-index: 998;
}
#mobile-menu-closeicon {
	left: 250px;
	top: 0px;
	position: absolute;
	width: 40px;
	height: 40px;
	background-image: url("../img/mobile/menu-close.png");
	background-size: 25px 25px;
	background-repeat: no-repeat;
	top: 10px;
	left: 275px;
	background-position: 5px;
	cursor: pointer;
	display: none;
	opacity: 0;
	transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	z-index: 999;
}


#topbar-icon-phone i {
	padding-top: 6px;
	padding-left: 15px;
}
#topbar-icon-mail i {
	padding-top: 6px;
	padding-left: 12px;
}
#topbar-icon-location i {
	padding-top: 6px;
	padding-left: 15px;
}

#topbar-icon-facebook i {
	padding-top: 6px;
	padding-left: 15px;
}
#topbar-icon-phone, #topbar-icon-mail, #topbar-icon-location, #topbar-icon-facebook, #topbar-icon-twitter {
	height: 100%;
	float: left;
	width: 19%;
	color: #99261E;
	font-size: 21px;
}
#topbar-icon-twitter i {
	padding-top: 6px;
	padding-left: 5px;
}
#topbar-logo {
	background-size: 46px 34px;
	width: 46px;
	height: 34px;
	left: 50%;
	margin-left: -23px;
	position: absolute;
	top: 8px;
	background-image: url("../img/mobile/logo.png");
	background-image: -webkit-image-set(
	  url("../img/mobile/logo.png") 1x,
	  url("../img/mobile/logo@2x.png") 2x
	);
	background-image: image-set(
	  url("../img/mobile/logo.png") 1x,
	  url("../img/mobile/logo@2x.png") 2x
	);
}

#loading-blocker {
	width: 100%;
	height: 100%;
	background-color: gray;
	position: absolute;
	top: 0;
	left: 0;
	transition: opacity 50ms;
	z-index:1000000000;
}
#landscape-blocker {
	width: 100%;
	height: 100%;
	background-color: gray;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	z-index: 100;
}
#loading-blocker-spinner i {
	position: absolute;
	top: 45%;
	left: 50%;
	font-size: 40px;
	width: 50px;
	height: 50px;
	margin-left: -25px;
	margin-top: -25px;
	padding-top: 10px;
	padding-left: 10px;
}
#landscape-blocker #landscape-blocker-graphic {
	width: 50%;
	left: 25%;
	height: 90%;
	top: 5%;
	position: absolute;
	background-image: url("../img/mobile/rotate.png");
	background-repeat: no-repeat;
	background-size: contain;
}
ul#contact-copy-items {
	position: absolute;
	top: 91px;
	left: 14px;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: auto;
	left: auto;
	margin-left: -35px;
	margin-bottom: 10px;
}
ul#contact-copy-items li {
	background-repeat: no-repeat;
	background-position: 0px center; 
	padding-left: 55px; 
}
li#contact-info-phone {
	background-image: url("../img/icon-phone.png");
}
li#contact-info-mail {
	background-image: url("../img/icon-mail.png");
}
li#contact-info-place {
	background-image: url("../img/icon-location.png");
}
li#contact-info-time {
	background-image: url("../img/icon-clock.png");
}
li#contact-info-skype {
	background-image: url("../img/icon-skype.png");
}
li#contact-info-whatsapp {
	background-image: url("../img/icon-whatsapp.png");
}
#modal-context.mini {
	top: 50px;
	overflow: auto;
	height: calc(100% - 50px);
	z-index: 100;
}
#modal-bg.mini {
	display: none;
}
#modal.mobile {
	top: 5%;
}
#modal.mini {
	width: 100%;
	left: 0;
	margin-left: 0;
	height: auto;
	top: 0;
}
#leftbar.mini {
	right: 0;
	width: 75px;
}
#map.mini {
	display: none;
}
#map2.mobile {
	top: 300px;
}
#map2.mini {
	display: none;
}
#contact-copy.mini {
	position: relative;
	height: auto;
	left: 0;
	width: 200px;
	padding-left: 20px;
}
#contact-copy p.header.mini {
	font-size: 14pt;
	text-align: right;
	margin-left: 0px;
}
ul#contact-copy-items.mini {
	position: relative;
	text-align: right;
	right: 26px;
	left: auto;
	top: 0;
	right: 0;
}
ul#contact-copy-items li.mini {
	background-position: 100% center;
	padding-right: 79px;
	padding-left: 48px;
	font-size: 10pt;
	padding-right: 0px;
}
.contact-info.mini p.mini {
	text-align: inherit;
}
.contact-info-last.mini {
	margin-bottom: 20px;
}
.contact-info-last.mini a {
	font-size: 10pt;
}
#mobile-topbar #contact-icons.mini {
	width: 75px;
	text-align: center;
	height: 100%;
	top: 0;
	line-height: 40pt;
}
#mobile-topbar #contact-icons.mini.active {
	background-color: #990500;
	color: white;
}
#OnlineApplication-fg.mini {
	overflow: auto;
}
#application-form.mini {
	left: 0;
	top: 83px;
	width: 100%;
	height: auto;
}
#OnlineApplication-fg .category-subcategories.mini {
	display: none;
}
#application-form form.mini {
	font-size: 10pt;
}
#application-form .field.mini {
	width: calc(100% - 20px) !important;
	padding-top: 5px;
	margin-left: 10px;
	padding-left: 0;
	margin-bottom: 10px;
}
#application-form input.mini {
	width: calc(100% - 80px);
	height: 20px;
	display: block;
}
#application-form .form-page.mini {
	margin-bottom: 100px;
}
#form-field-prev {
	width: 95%;
}
#application-form textarea {
	width: calc(100% - 10px);
	height: 80px;
}
#application-form textarea.mini {
	width: calc(100% - 80px);
}
#form-page3 input.mini {
	margin: 0;
	margin-left: 10px;
	width: calc(100% - 100px);
	margin-bottom: 10px;
}
#application-form #application-captcha.mini {
	margin-left: auto;
	margin-right: auto;
}
#application-form-spinner.mini {
	margin-top: 50px;
	margin-bottom: 50px;
}
#application-form-spinner i.mini {
	position: relative;
}

.mainbody-content-page-copy.mini img {
	width: 100%;
	height: 100%;
}
.mainbody-content-page-copy em {
    font-weight: normal;
    font-style: italic;
}
