div.sharedaddy.sd-sharing-enabled {
	text-align:center;
}


#vtabs-1585 .su-tabs-nav {width: 15%!important;}

#vtabs-1585 .su-tabs-panes {width: 85%!important;}

.speakers .su-column-inner {
text-align: left;
	font-size: 14px;
}

div.person {
  max-height: 280px;
	min-height: 270px;
  position: relative;
  overflow: hidden;
  -webkit-transition: max-height .5s;
	-moz-transition: max-height .5s;
	transition: all .5s;
  z-index: 1;
  padding: 20px 15px;
  border: 1px solid #fff;
   background-color: #fff;
	font-size: 12px;
  
}

div.person:hover {
  max-height: 500px;
  z-index: 3;
  border: 1px solid #c2c2c2;
	margin: 0px 0 -260px 0px;
	transform: scale(1.1);
}

div.person:after {
    background: url(http://fsf.tsu.ru/wp_test/wp-content/uploads/grad.png);
    content: "";
    display: block;
    position: absolute;
    height: 60px;
    width: 100%;
    top: 90%;
    left: 0;
  z-index: 1;
}

.confhead {
	padding: 100px 0;
	background-position: center;
box-shadow:inset 0 0 0 2000px rgba(0,0,0,0.3);
}

.confhead h1,h2 {
	color: #fff;
	line-height: 1.3em;

}

/* Wobble Horizontal */
@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.hvr-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.hvr-wobble-horizontal:hover, .hvr-wobble-horizontal:focus, .hvr-wobble-horizontal:active {
  -webkit-animation-name: hvr-wobble-horizontal;
  animation-name: hvr-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/*wobble-horiz-end*/

.conf .conf-link, .conf-link {
	display: block;
	width: 250px;
	text-transform: uppercase;
	padding: 20px 10px;
	font-size: 16px;
	background-color: none;
	margin: 30px auto;
	cursor: pointer;
	text-align: center;
}

.filled {
	background-color: rgba(26,145,161,1) !important;
	color: #fff;
	
}

.filled:hover {
	color: #fff !important;
}

.bordered {
	border: 2px solid #1a91a1;
	color: #1a91a1;
}

.white {
	border: 2px solid #fff;
	color: #fff;
}

a.white:hover {color: #fff;}


a.bordered:hover {
	color: #1a91a1;
}

.hidden {
	display: none;
}

div.conf-sect {
	max-width: 350px;
	height: 200px;
	margin: 0 auto;
	background-position: center center;
	background-size: 180% auto;
     -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
     -o-transition: all 0.3s ease-out;
     transition: all 0.3s ease-out;
}

div.conf-sect:hover {
	background-size: 140% auto;
}

.conf a {
	color: #fff;
	display: block;
	width: 100%; height: 100%;
	background-color: rgba(0,0,0,0.4);
	font-size: 28px;
	text-align: center;
	padding: 65px 20px;
	     -webkit-transition: all 0.3s ease-out;
     -moz-transition: all 0.3s ease-out;
     -o-transition: all 0.3s ease-out;
     transition: all 0.3s ease-out;
}

.conf a:hover {
	color: #fff;
}

.speakers img {
	width: 100px;
	border-radius: 65px;
	margin: 10px auto;
	display: block;
}

.speakers strong {
	font-size: 18px;
	text-align: center;
	display: block;
}


/*STEPS START*/
@media screen and (min-width: 1000px) {
	div.steps {
		padding: 0 20px 20px;
		margin: 0 auto 50px -50px;
		height: 300px;
	}
	
	div.timeline {
		border-top: 5px solid #1a91a1;
		margin: 40px auto;
		width: 90%;
		position: relative;
	}
  div.timeline_s {
		border-top: 5px solid #ff5b61;
		width: 18%;
    left: 50%;
    top: 50px;
		position: relative;
    z-index: 1;
	}
  
 div.timeline_r {
	border-top: 5px solid #627734;
	width: 15%;
    left: 70%;
    top: 45px;
	position: relative;
    z-index: 2;
	}
	
	div.step {
		width: 90px;
		height: 90px;
		border-radius: 50%;
		background-color: #1a91a1;
		position: absolute;
		margin-top: -48px;
		display: inline-block;
		transition: all .2s;
    z-index: 3;
	}
	
	.first {
		left: 0;
	}
	
	.second {
		left: 16%;
	}
	
	.third {
		left: 32%;
	}
  .fourth {
		left: 48%;
	}
  .fifth {
		left: 64%;
	}
  
  .six {
    left: 80%;
  }
  
 .seventh {
    left: 98%;
  }
	
	p.desc {
    text-align: left;
    padding: 15px;
    width: 180px;
    margin: 15px 0px 0 -35px;
    display: inline-block;
    position: absolute;
    font-size: 14px;
	}
}

span.inner {
  display: block;
  margin: 22px auto;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 120%;
}

.green {
  background-color: #ff5b61 !important;
}

.yellow {
	background-color: #627734 !important;
}

p.wide {
  	width: 250px !important;
  margin: 20px 0px 0 40px;
}

/*steps mobile*/
@media screen and (max-width: 999px) {
	div.steps {
		padding: 20px;
		height: 550px;
	}
	
	div.timeline {
		border-left: 5px solid #1a91a1;
		height: 80%;
		position: relative;
    margin-left: 40px;
    margin-top: -90px;
	}
  
    div.timeline_s {
		border-left: 5px solid #ff5b61;
		height: 18%;
    left: 40px;
    top: 55%;
		position: relative;
    z-index: 1;
	}
	 div.timeline_r {
	border-left: 5px solid #627734;
		height: 10%;
    left: 40px;
    top: 65%;
		position: relative;
    z-index: 1;
	}
	div.step {
		width: 80px;
		height: 80px;
		border-radius: 50%;
		background-color: #1a91a1;
		position: absolute;
		margin-left: -43px;
		display: inline-block;
    z-index: 3;
	}
	
	.first {
		top: 0;
	}
	
	.second {
		top: 24%;
	}
	
	.third {
		top: 48%;
	}
  .fourth {
		top: 72%;
	}
  .fifth {
		top: 98.88%;
	}
  
	
	p.desc {
		text-align: left;
		padding: 10px;
		width: 300px !important;
		margin: -65px 0 0 80px;
		display: block;
	    font-size: 14px;
	}
}

/*STEPS END*/

img.portr {
	width: 100px;
	display: block;
	margin: 25px auto 15px;
	border-radius: 50px;
}

div.staffblock {
	width: 100%;
	vertical-align: top;
	height: 300px;
	text-align: center;
}
p.role {
padding: 10px 0;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}

a.headerlink {
	padding: 20px;
	color: #fff;
	border: 2px solid #fff;
	display: block;
	width: 200px;
	text-align: center;
	margin: 0 auto;
	font-size: 1.5em;
	border-radius: 5px;
}

div.welcome-desc {
	margin-bottom: 50px !important;
}

div.welcome-desc {
	color: #ffffff;
	max-width: 650px;
	margin: 10px auto;
}

div.motto {
	max-width: 800px;
	margin: 50px auto;
	text-align: center;
	line-height: 1.6em;
	font-size: 1.5em;
}

div.platform {
	padding: 20px;
	background-color: #fff;
	text-align: center;
	margin: 15px;
}

.whiterow {
	margin-top: -1px;
}

#box {
	width: 350px;
	overflow: hidden;
	height: 260px;
	margin: 40px auto;
	display: block;
	background-position: center center;
	border-radius: 5px;
	position: relative;
}

#overlay {
	background: rgba(0,0,0,.75);
	text-align: left;
	padding: 15px;
	font-size: .8em;
	color: #fff;
	opacity: 0;
	border-radius: 5px;
	-webkit-transition: opacity .25s ease;
	-moz-transition: opacity .25s ease;
	position: absolute;
	bottom: 0;
}

#box:hover #overlay {
	opacity: 1;
}

div.bigfont {
	font-size: 1.4em;
}

div.centered-block {
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
}

div.centered-block h4 {
	margin-bottom: 50px;
}

div.centered-block h2 {
	margin-bottom: 50px;
}

div.centered-block li {
	padding: 8px;
	line-height: 1.6em;
	text-align: left;
}

img.f_icons {
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
	width: 100px;
	margin: 20px auto;
	display: block;
}

img.f_icons:hover {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

div.attention {
	width: 100%;
	padding: 25px;
	text-align: center;
	background-color: #00a0e3;
	color: #fff;
	font-size: 2em;
}

p.pending {
	max-width: 300px;
	padding: 15px;
	border: 1px solid #24894d;
	margin: 0 auto;
	color: #24894d;
	text-align: center;
	border-radius: 10px;
}

.panel-grid-cell .so-panel {
	margin-bottom: 10px !important;
}

.so-panel.widget {
	margin: 0 auto;
	padding: 30px 15px !important;
}

div.spec_list h3 {
	text-align: left;
	font-size: 1.2em;
	margin: 20px auto;
}

div.comment {
	margin: -20px auto;
	background-color: #f4f4f4;
	padding: 20px;
}

div.rdate {
	width: 100px;
	height: 100px;
	margin: 25px auto 15px;
	border-radius: 50px;
	text-align: center;
	color: #fff;
	padding: 25px 15px;
}

div.red {
	background-color: #ba2525;
}

div.blue {
	background-color: #2550ba;
}

.main-navigation ul ul li {
	padding: 20px;
	text-transform: none;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	border: 0 !impotant;
	width: 150px;
	background-color: #222;
}

@media screen and (min-width: 992px) {
	.is-sticky .main-navigation ul ul li {
		padding: 15px;
	}
}

img.zoomed {
	max-width: 90%;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
}

img.zoomed:hover {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.employee-photo, .employee-photo img {
	border-radius: 150px;
}

.so-panel.widget .widget-title {
	font-size: 34px;
}

h3.widget-title {
	font-size: 34px;
}

#mooc div {
	float: left;
	width: 200px;
	padding: 10px;
	margin: 10px 10px 0 0;
	display: block;
	min-height: 250px;
}

#mooc img {
	border: 1px solid #efefef;
}

#mooc h3 {
	font-size: 18px;
	line-height: 24px;
	text-align: left;
}

ul.land-list {
	font-size: 16px;
	line-height: 24px;
}

.employee {
	text-align: center;
}

.employee-desc {
	font-size: 16px;
}

div.textwidget h5 {
	font-size: 20px;
}

.site-title {
	margin: 0;
/*text-transform: uppercase;*/
	font-weight: 700;
	padding-bottom: 10px;
}

.widget-title {
	text-transform: none !important;
}

.single .content-area {
	width: 100% !important;
}

.single .widget-area {
	display: none;
}

img.mooc_partner {
	max-height: 100px;
	display: inline-block;
	margin: 10px;
}

span.posted-on {
	display: none;
}

div.entry-meta {
	display: none;
}

footer.entry-footer {
	display: none;
}

#mooc_form div.column {
	padding: 10px;
	display: inline-block;
	max-width: 250px;
	margin: 0 10px;
	vertical-align: top;
	text-align: left;
}

#mooc_form input[type="text"], input[type="email"], input[type="date"], input[type="email"], input, textarea {
	padding: 6px;
	border-radius: 2px;
	border: 1px solid #444;
	max-width: 100%;
}

#mooc_form select {
	padding: 6px;
	border-radius: 2px;
	max-width: 100%;
	border: 1px solid #444;
}

#mooc_form div.submit {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}

#mooc_form div.submit input {
	padding: 15px;
	margin: 20px auto;
}

#mooc_form p {
	margin-top: 20px;
}

#mooc_form p.radios {
	border-bottom: 1px solid #bfbfbf;
	padding: 10px;
/* background-color: #f8f8f8; */
	margin-top: 25px;
	margin-right: -20px;
}

#mooc_form div.radios {
	margin-bottom: 10px;
}

div.pricing {
	font-size: 1.2em;
	padding: 10px;
	text-align: center;
	margin: 10px auto;
	color: #a9c571;
}

p.pricing {
	text-align: center;
}

#content table.transport {
	border: 0;
	margin: 10px;
	float: left;
	width: 400px;
}

.transport td {
	border: 0;
	padding: 10px;
	vertical-align: top;
}

.transport img {
	border: 0;
}

.panel.widget, .so-panel.widget {
	margin: 0 auto;
	padding: 50px 30px;
}

.panel-grid-cell section {
	padding: 50px 0;
}

div.calend {
	padding: 0;
	display: inline-block;
	margin-right: -2px;
	width: 200px;
	text-align: center;
	font-size: 14pt;
	line-height: 1.5;
	height: auto;
	vertical-align: top;
}

div.descr {
	padding: 0 12px;
}

div.calend img {
	width: 100px;
	padding: 0;
	margin-bottom: 15px;
}

#mooc_form input[type="submit"] {
	background-color: #a6bf79 !important;
	padding: 10px 20px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	box-shadow: 0 5px 0 #909f70 !important;
	border-radius: 5px;
	font-weight: 500;
	border: 0 !important;
}

#mooc_button input[type="submit"] {
	background-color: #00a0e3 !important;
	box-shadow: 0 5px 0 #027faa !important;
}

div.option {
	padding: 10px 25px 20px;
	border: 1px solid #a6bf79;
	background-color: #fff;
	color: #2b2b2b;
	text-align: left;
	display: inline-block;
	margin: 20px;
	vertical-align: top;
}

div.option h2 {
	font-size: 1.1em;
	border-bottom: 1px solid #a6bf79;
	padding-bottom: 15px;
}

div.option p {
	font-size: .9em;
	line-height: 1.3em;
}

a.optbutton {
	font-size: 1.2em;
	border: 2px solid #a6bf79;
	color: #a6bf79;
	padding: 10px 15px;
	cursor: pointer;
	text-decoration: none;
	border-radius: 3px;
	width: 100%;
	margin-top: 30px;
	display: block;
	text-align: center;
}

a.optbutton:hover {
	color: #fff !important;
	background-color: #a6bf79 !important;
}

.widemenu {
	padding: 40px 10px !important;
}
.roundpic{
	border-radius: 100px; 
}
.backspec1{
background-color:#FFF0DE;	
	padding: 15px;
}
.backspec2{
background-color:#E3F7FF;	
	padding: 15px;
}
.backspec3{
background-color:#E8FFE9;	
	padding: 15px;
}