html,
body {
  font-family:'Roboto';
	min-width:320px;
	color:#000;
	height:100%;
}

.container {
  min-width:300px;
}

a.btn:visited
{
    color:white;
}

a,
a:visited {
  color:#2b85d8;
	font-weight: 400;
	text-decoration:none;
	outline:none !important;
}

a:hover {
  text-decoration:none;
}

input,textarea {
  outline:none;
}

h1 {
	font-family:'PT Sans';
	font-size:36px;
	line-height:36px;
	margin:0 0 34px 0;
  color:#333;
	font-weight:bold;
}

h2 {
	font-family:'PT Sans';
  color:#545454;
	font-size: 26px;
	line-height: 28px;
	margin: 35px 0 26px 0;
	font-weight:bold;
}

@media (max-width:779px) {
  h2 {
		font-size:22px;
	}
}

@media (max-width:500px) {
  h1 {
		font-size:33px;
		line-height:36px;
		margin:0 0 29px 0;
	}
}

.body {
  padding:48px 0 0 0;
	font-weight:300;
}

@media (min-width:780px) {
  .body {
		padding-bottom:30px;
	}
}

.btn-login {
  padding:6px 15px 6px 10px;
	position:absolute;
	left:0;
	top:12px;
}

.btn img {
  width:20px;
	height:20px;
	margin:-4px 10px 0 0;
}

.btn-search img {
  width:20px;
	height:20px;
	margin:-4px -5px 0 0;
}

.btn-search {
  //background:#000;
	//-webkit-border-radius:5px;
	//-moz-border-radius:5px;
	border-radius:2px;
	border:none;
  background-repeat: repeat-x;
	color:#353b3a;
	text-shadow:none;
	font-size:16px;
	font-weight:500;
	position:absolute;
	right:0;
	top:12px;
	padding:6px 15px 6px 10px;
}

.btn-menu {
  background:#fff;
	//-webkit-border-radius:5px;
	//-moz-border-radius:5px;
	border-radius:2px;
	border:none;
  background-repeat: repeat-x;
	color:#353b3a;
	text-shadow:none;
	font-size:16px;
	font-weight:500;
	position:absolute;
	right:0;
	top:12px;
	padding:6px 15px 6px 10px;
}

@media (max-width: 470px) {
  .btn-login {
		width:40px;
		overflow:hidden;
	}
	.btn-menu {
		width:40px;
		overflow:hidden;
	}
}

.header {
  position:relative;
}

.header-bottom {
	height:60px;
	position:relative;
  //background:url(../images/header-bg.png) 0 0 repeat-x;
	background-color: #222;
}

.header-bottom-content {
  position:relative;
}

.header-content {
  position:relative;
}

.logo {
  width:110px;
	height:82px;
	position:absolute;
	left:50%;
	top:5px;
	margin-left:-55px;
	z-index:5;
}

.logo img {
  width:110px;
	height:82px;
}

.main-menu-wrapper {
  /* position:absolute; */
	width:100%;
	z-index:2;
}

.main-menu {
  list-style: none;
	padding: 0;
	margin: 0;
	font-size: 18px;
	font-weight: 500;
	position: absolute;
	left: 50%;
	bottom: 10px;
	margin-left: -325px;
	width: 690px;
	text-align: center;
	z-index:2;
}

.main-menu li {
  display:inline-block;
	padding:0 18px;
	margin:0;
}

@media (max-width:960px) {
  .main-menu li {
		padding:0 10px;
	}
}

.main-menu .main-menu-sep {
  width:126px;
}

.main-menu a {
  color:#fff;
	display:inline-block;
	padding:7px 0;
}

.btn-menu {
  display:none;
}

.btn-footer-menu {
  width:40px;
	background:#fff url(../images/ico-menu.png) center center no-repeat;
	float:right;
}

.btn-footer-menu-on {
  background-image:url(../images/ico-menu-on.png);
}

.footer {
  position:relative;
}

.footer-menu-trigger {
  display: none;
	font-size: 21px;
	line-height: 32px;
	font-weight: bold;
	color: #353b3a;
	background: #d8d7cc;
	padding: 23px 0 24px 0;
	cursor:pointer;
}

.footer-menu-wrapper {
  background:#d8d7cc;
	font-size:16px;
	line-height:18px;
	font-weight:600;
}

.footer-menu {
  text-align:center;
	margin:0;
	padding:0;
}

.footer-menu li {
  display:inline-block;
	list-style:none;
}

.footer-menu a {
  color:#353b3a;
	display:inline-block;
	margin:0 12px;
	padding:13px 0 19px 0;
}

.footer-bottom {
  //background:#353b3a url(../images/footer-bg.png) 0 0 repeat-x;
	background-color: #222;
	padding:13px 0 16px 0;
}

.footer-soclinks {
  text-align:center;
	margin:0 0 14px 0;
}

.footer-legal {
  font-size:15px;
	font-weight:300;
	text-align:center;
}

.footer-legal a {
  color:#fff;
	text-decoration:none;
}

@media (max-width: 579px) {
  .main-menu {
		margin:0 -25px !important;
	}
	
	.main-menu a {
		padding:11px 25px 13px 25px !important;
	}
	
	.footer-menu {
		margin:0 -25px !important;
		font-size:18px;
		line-height:26px;
		font-weight:500;
	}
	
	.footer-menu a {
		padding:11px 25px 13px 25px !important;
		margin:0;
	}
	
}

@media (max-width: 899px) {

	.btn-search {
		display:none;
	}
	
	.btn-menu {
		display:block;
	}

	.main-menu-wrapper {
		position:relative;
		background:#d8d7cc;
	}
	
  .main-menu {
		position:relative;
		bottom:auto;
		left:auto;
		display:none;
		margin-left:0;
		background:#d8d7cc;
		border-top:1px solid #bfbfbf;
		text-align:left;
		width:auto;
		margin:0 -35px;
	}
	
	.main-menu li {
		border-bottom:1px solid #bfbfbf;
		display:block;
		padding:0;
	}
	
	.main-menu a {
		display:block;
		padding:11px 35px 13px 35px;
		color:#353b3a;
	}
	
	.main-menu .main-menu-sep {
		display:none;
	}
	
	.footer-menu-trigger {
		display:block;
	}

	.footer-menu-wrapper {
		position:relative;
		background:#d8d7cc;
	}
	
  .footer-menu {
		position:relative;
		top:auto;
		left:auto;
		display:none;
		margin-left:0;
		background:#d8d7cc;
		border-top:1px solid #bfbfbf;
		text-align:left;
		width:auto;
		margin:0 -35px;
	}
	
	.footer-menu li {
		border-bottom:1px solid #bfbfbf;
		display:block;
		padding:0;
	}
	
	.footer-menu a {
		display:block;
		padding:11px 35px 13px 35px;
		color:#353b3a;
		margin:0;
		font-size:18px;
		line-height:26px;
		font-weight:500;
	}
	
	.footer-menu .footer-menu-sep {
		display:none;
	}
	
	
}

@media (min-width: 900px) {
	.main-menu {
		display:block !important;
	}
	.footer-menu {
		display:block !important;
	}
}

.search-form {
  background:#d8d7cc;
	padding:12px 0;
}

.search-form-content {
  position:relative;
}

input[type=text],
input[type=email],
input[type=password] {
  background:#fff;
	border:none;
	outline:none;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	width:100%;
	height:35px;
	padding:0 10px;
	font-family:'Roboto';
	font-size:15px;
	font-weight:300;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}

textarea {
  background:#fff;
	border:none;
	outline:none;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	width:100%;
	padding:7px 10px;
	font-family:'Roboto';
	font-size:15px;
	font-weight:300;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	resize:none;
}

.search-submit {
  width:20px;
	height:20px;
	border:none;
	outline:none;
	background:url(../images/ico-search.png) center center no-repeat;
	background-size:20px 20px;
	position:absolute;
	top:7px;
	right:11px;
}

.search-form {
  display:none;
}

/* Adaptive blocks behavior */

.col-main {
	float:left;
  width:59.7%;
	position:relative;
}

.col-l {
	float:left;
  width:29.7%;
}

.col-r-collapsable {
  float: right;
	width: 29.7%;
	margin: 0 37px 0 0;
}

.col-r-collapsable-wide {
  float: right;
	width: 59.7%;
	margin: 0 37px 0 0;
}

.col-l-med {
  width:50%;
	float:left;
}

.col-r-med {
  width:50%;
	float:left;
}

.col-expandable-trigger {
  /* margin:0; */
	-webkit-transition: all .25s; /* For Safari 3.1 to 6.0 */
	transition: all .25s;
}

.col-expandable-trigger .arr {
  display:none;
}

@media (max-width: 779px) {
	
	.col-l-med,
	.col-r-med,
	.col-main,
	.col-l {
		float:none;
		width:100%;
	}

	.col-r-collapsable {
		float: none;
		width: auto;
		margin: 0 0 0 0;
		padding:0 35px;
		margin:0 -35px;
	}
	
	.col-expandable {
		display:none;
	}
	
	.col-expandable-trigger {
		display:block;
		font-family:'PT Sans';
		font-size:22px;
		line-height:24px;
		color:#545454;
		font-weight:bold;
		position:relative;
		padding:26px 70px 30px 0;
		cursor:pointer;
		margin:0;
	}
	
	.col-expandable-trigger .arr {
		width: 34px;
		height: 34px;
		-webkit-border-radius: 17px;
		-moz-border-radius: 17px;
		border-radius: 17px;
		background: #d1cfc1 url(../images/expandable-arrows.png) 0 -34px no-repeat;
		background-size: 34px 68px;
		position: absolute;
		top: 23px;
		right: -5px;
		display: block;
	}
	
	.col-expandable-trigger-on .arr {
		background-position:0 0;
	}
	
	.col-expandable-trigger {
		/* display:none; */
		margin:0 !important;
	}
	
	.block-expandable {
		border-top:2px solid #d4d5d1;
		margin:0 -35px;
		padding:0 35px;
	}
	
	.collapsable-above .block-expandable {
		border-top:none;
		border-bottom:2px solid #d4d5d1;
		margin:0 -35px;
		padding:0 35px;
	}
	
	.article-pic {
		margin:0 -35px;
	}

	.questions-list {
		margin:0 -35px;
	}
	
}

@media (min-width: 780px) {
	.vis-wide {
		display:block !important;
	}
}

@media (max-width: 580px) {
  .col-r-collapsable {
		padding:0 25px;
		margin:0 -25px;
	}
	.block-expandable {
		border-top:2px solid #d4d5d1;
		margin:0 -25px;
		padding:0 25px;
	}
	.article-pic {
		margin:0 -25px;
	}
	.questions-list {
		margin:0 -25px;
	}
}

.content-filter {
  -webkit-border-radius:6px;
  -moz-border-radius:6px;
  border-radius:6px;
	background:#e9e8e0;
	padding:18px 20px;
	margin:0 0 20px 0;
}

.selectpicker,
.selectpicker:hover,
.selectpicker:focus,
.selectpicker:active {
  background:#fff !important;
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none !important;
	box-shadow:none !important;
	outline:none !important;
	color:#3d3d3d;
	font-weight:300;
	font-size:15px;
	width:100% !important;
}

.dropdown-menu {
  font-weight:300;
}

.content-filter .selectpicker {
  font-weight:normal;
}

.bootstrap-select {
  width:100% !important;
	margin:0 0 !important;
}

.articles-list-item {
  margin:0 0 43px 0;
}

.articles-list .date {
	font-family: 'PT Sans';
	font-size: 18px;
	margin: 0 0 12px 0;
	font-weight: bold;
	color: #545454;
}

.articles-list .pic {
  margin: 0 0 12px 0;
}

.articles-list .pic img {
  display:block;
	width:100%;
}

.articles-list h3 {
	font-family: 'PT Sans';
	font-size: 26px;
	line-height: 30px;
	font-weight: bold;
	margin: 0 0 16px 0;
}

.articles-list .text {
  font-size:20px;
	line-height:30px;
	font-weight:300;
}

.articles-list-small .date {
  margin:0 0 12px 0;
}

.articles-list-small .pic {
  margin:0 0 12px 0;
}

.articles-list-small h3 {
  font-size:18px;
	line-height:26px;
}

.articles-list-small .articles-list-item {
  margin:0 0 33px 0;
}

@media (max-width: 779px) {
	
	.articles-list-item {
		margin:0 0 43px 0;
	}

	.articles-list .date {
		font-family: 'PT Sans';
		font-size: 18px;
		margin: 0 0 12px 0;
		font-weight: bold;
		color: #545454;
	}

	.articles-list .pic {
		margin: 0 0 12px 0;
	}

	.articles-list .pic img {
		display:block;
		width:100%;
	}

	.articles-list h3 {
		font-family: 'PT Sans';
		font-size: 26px;
		line-height: 30px;
		font-weight: bold;
		margin: 0 0 16px 0;
	}

	.articles-list .text {
		font-size:20px;
		line-height:30px;
		font-weight:300;
	}
	
}

@media (max-width: 500px) {
	
	.articles-list-item {
		margin:0 0 35px 0;
	}

	.articles-list .date {
		font-family: 'PT Sans';
		font-size: 18px;
		margin: 0 0 12px 0;
		font-weight: bold;
		color: #545454;
	}

	.articles-list .pic {
		margin: 0 0 12px 0;
	}

	.articles-list .pic img {
		display:block;
		width:100%;
	}

	.articles-list h3 {
		font-family: 'PT Sans';
		font-size: 22px;
		line-height: 30px;
		font-weight: bold;
		margin: 0 0 13px 0;
	}

	.articles-list .text {
		font-size:15px;
		line-height:22px;
		font-weight:300;
	}
	
}

.sn-ico {
  display:inline-block;
	width:37px;
	height:36px;
	background-size:37px 74px;
	background-repeat:no-repeat;
	background-position:0 -1px;
	margin:0 13px;
}

.sn-ico:hover {
  background-position:0 -37px;
}

.ico-twitter {
	background-image:url(../images/ico-twitter.png);
}

.ico-fb {
	background-image:url(../images/ico-fb.png);
}

.ico-vk {
	background-image:url(../images/ico-vk.png);
}

.ico-unknown {
	background-image:url(../images/ico-unknown.png);
}

.ico-ok {
	background-image:url(../images/ico-ok.png);
}

@media 
  only screen and (-webkit-min-device-pixel-ratio: 2), 
  only screen and (min-resolution: 192dpi) { 
    /* Retina-specific stuff here */
}

.sn-ico-2 {
  width:35px;
	height:35px;
	display:inline-block;
	background-repeat:no-repeat;
	background-position:0 0;
}

.ico-twitter-2 {
  background-image:url(../images/ico-twitter-2.png);
}

.ico-ok-2 {
  background-image:url(../images/ico-ok-2.png);
}

.ico-fb-2 {
  background-image:url(../images/ico-fb-2.png);
}

.ico-vk-2 {
  background-image:url(../images/ico-vk-2.png);
}

.ico-unknown-2 {
  background-image:url(../images/ico-unknown-2.png);
}

.profile-pic {
  margin:0 0 18px 0;
}

@media (min-width:780px) {
  .skills-list h2 {
		border-top: 2px solid #d4d5d1;
		font-size: 26px;
		line-height: 30px;
		padding: 21px 0 0 0;
		margin: 0 0 35px 0;
	}
	
	.profile-pic img {
		width:100%;
		display:block;
	}
	
}

.skills-list h2 span {
  color:#b6b5ac;
}

.skills-item {
  width:50%;
	padding:0 15px;
	margin:0 0 26px 0;
	float:left;
	position:relative;
	min-height:60px;
}

.material-related-items .skills-item,
.col-r-collapsable-narrow .skills-item,
.sidebar .skills-item,
.author-skills .skills-item {
  width:100%;
}

.skills-item .pic {
  position:absolute;
	left:15px;
	top:0;
}

.skills-item .pic img {
	width:60px;
	height:60px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px;
	margin:0;
}

.skills-item .descr {
	padding:5px 0 0 88px;
}

.skills-list .skill-tag {
	color:#fff;
	font-size:11px;
  line-height:17px;
	padding:0 8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	margin:-5px 0 0 -6px;
	float:left;
}

.skills-list .skill-tag-familiar {
  background:#9ac600;
}

.skills-list .skill-tag-expert {
  background:#353b3a;
}

.skills-list .skill-tag-interested {
  background:#ff922f;
}

.skills-list .skill-name {
  display:block;
	font-size:18px;
	line-height:22px;
	font-weight:bold;
	font-family:'PT Sans';
	clear:left;
}

.skills-list .row:last-child {
  margin-bottom:20px;
}

.skills-list .skill-badge {
  position:absolute;
	left: 37px;
	top: 34px;
	width:33px;
	height:33px;
	background-repeat:no-repeat;
	background-position:0 0;
}

.skills-list .skill-badge-familiar {
  background-image:url(../images/badge-familiar.png);
}

.skills-list .skill-badge-interested {
  background-image:url(../images/badge-interested.png);
}

.user-status {
  font-family:'PT Sans';
	font-weight:bold;
	font-size:16px;
	line-height:20px;
	margin:-26px 0 30px 0;
}

.user-status-expert {
  color:#f6921e;
}

.skills-list .skill-progress {
  font-family:'PT Sans';
	font-size:18px;
	line-height:22px;
	color:#545454;
	font-weight:bold;
}

.profile-soclinks{
  width: 100%;
  text-align: justify;
  font-size: 0;
  font-size: 12px\9; /* IE6-9 only hack */
	margin:0 0 16px 0;
}

.profile-soclinks div{
  background: white;
  display: inline-block;
  font-size: 12px;

  zoom: 1;
  *display: inline;
}

.profile-soclinks:after{
  content: "";
  width: 100%;
  display: inline-block;

  zoom: 1;
  *display: inline;
}

.user-stats {
  margin:0 -5px 20px -5px;
}

.user-stats-col {
	padding:0 5px;
	width:50%;
	float:left;
}

.user-stats-item {
  -webkit-border-radius:6px;
  -moz-border-radius:6px;
  border-radius:6px;
	background:#e9e8e0;
	text-align:center;
	color:#545454;
	padding:7px 20px;
	min-height:105px;
}

.user-stats-num {
  font-family: 'PT Sans';
	font-size: 36px;
	line-height: 44px;
	margin: 0 0 1px 0;
}

.user-stats-ttl {
  font-size:13px;
	line-height:18px;
	font-weight:500;
}

@media (max-width:779px) {
  .user-profile-data {
		width:270px;
		margin:0 auto 35px auto;
	}
	
	.narrow-center {
		text-align:center;
	}
	
	.user-status {
		margin:-21px 0 16px 0;
	}
	
}

@media (max-width:879px) {
  .col-r-collapsable-wide .skills-item {
		width:100%;
	}
	
}

.col-expandable-trigger .num {
  float: right;
	font-size: 18px;
	line-height:18px;
	font-weight: 500;
	margin: 4px -17px 0 0;
	font-family: 'Roboto';
	color:#353b3a;
}

@media (max-width:419px) {
	.col-expandable-trigger .num {
		display:none;
	}
}

@media (min-width:780px) {
	
	.col-expandable-trigger-on {
		margin-bottom:20px !important;
	}
	
	.col-expandable-trigger .num {
		margin: 7px -17px 0 0;
	}

	.skills-list-all .col-expandable {
		display:none;
	}

	.skills-list-all h2.col-expandable-trigger {
		font-family: 'PT Sans';
		font-size: 26px;
		line-height: 30px;
		position: relative;
		font-weight: bold;
		padding: 23px 70px 27px 0;
		margin:0 0 0 0;
		cursor:pointer;
	}

	.skills-list-all .col-expandable-trigger .arr {
		width:34px;
		height:34px;
		-webkit-border-radius:17px;
		-moz-border-radius:17px;
		border-radius:17px;
		background:#d1cfc1 url(../images/expandable-arrows.png) 0 -34px no-repeat;
		background-size:34px 68px;
		position:absolute;
		top: 23px;
		right: 0;
		display:block;
	}

	.skills-list-all .col-expandable-trigger-on .arr {
		background-position:0 0;
	}
	
}

.col-expandable-trigger-on {
	margin:0 0 27px 0 !important;
}

h2.col-title {
  font-family: 'PT Sans';
	font-size: 22px;
	line-height: 24px;
	margin: 13px 0 55px 0;
	color: #545454;
	font-weight: bold;
}

@media (min-width:780px) {
  h2.col-title {
		/* margin:13px 0 55px 0 !important; */
	}
}


.vis-780,
.vis-before-780,
.vis-880,
.vis-before-880 {
  display:none;
}

@media (min-width:780px) {

  .vis-780 {
		display:block;
	}
	
}

@media (max-width:779px) {

  .vis-before-780 {
		display:block;
	}
	
}

@media (min-width:880px) {

  .vis-880 {
		display:block;
	}
	
}

.skills-list-all {
  margin:0 0 30px 0;
}

.skills-list-all .skills-item {
  width:33%;
}

.skills-list-all .block-expandable:last-child {
  border-bottom:2px solid #d4d5d1;
}

@media (max-width:879px) {

  .vis-before-880 {
		display:block;
	}
	
	.skills-list-all .skills-item {
		width:50%;
	}
	
}

@media (min-width:570px) and (max-width:779px) {
  .skills-list .vis-880 {
		display:block;
	}
	
	.skills-item {
		width:50% !important;
	}
	
}

@media (max-width:570px) {
	
	.skills-item {
		width:100% !important;
	}

}

.center {
  text-align:center;
}

.sub-title {
  font-size:16px;
	line-height:22px;
	font-weight:bold;
	font-family:'PT Sans';
	margin:-15px 0 33px 0;
}

.super-title {
  font-size:18px;
	line-height:24px;
	font-weight:300;
	margin:0 0 1px 0;
}

@media (max-width:500px) {
  .sub-title {
		margin:-10px 0 28px 0;
	}
}

.in-text-form {
  -webkit-border-radius:6px;
  -moz-border-radius:6px;
  border-radius:6px;
	background:#e9e8e0;
	padding:9px 20px;
	margin:0 0 30px 0;
}

.in-text-form h3 {
  font-size:16px;
	line-height:20px;
	margin:9px 0 9px 0;
	color:#545454;
	font-weight:500;
}

.propose-form {
  margin-bottom:9px;
}

.propose-form input[type=text],
.propose-form .bootstrap-select {
  width:246px !important;
	float:left !important;
	margin:0 15px 12px 0 !important;
}

.propose-form h3 {
  margin-bottom:18px;
}

@media (min-width:780px) {
  .propose-form h3 {
		float: left;
		margin: 21px 20px 10px 13px;
		width: 170px;
	}
	
	.propose-profession-form h3 {
		width:290px;
	}
	
	.propose-form input[type=text],
	.propose-form .btn {
			margin-top:24px !important;
		}
}

.skill-card-content {
  background:#f3f2ea;
}

.skill-card .skill-pic {
  margin:30px 51px 30px 24px;
}

.skill-card .skill-pic img {
  width:100%;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
	display:block;
	max-width:380px;
}

.skill-card .skill-descr {
  font-size: 20px;
	line-height: 30px;
	font-weight: 300;
	padding: 21px 0 21px 0;
	display: table-cell;
	vertical-align: middle;
}

@media (min-width:780px) {
  .skill-card .skill-descr {
		height:466px;
	}
}

.skill-card .skill-descr p {
  margin:0 0 20px 0;
}

.skill-card .skill-author {
  font-size:13px;
	line-height:18px;
	font-weight:500;
}

.skill-card .skill-buttons {
  text-align: center;
	margin: -45px 0 0 0;
}

.skill-card .btn {
  width: 119px;
	margin: 0 15px;
}

@media (max-width:779px) {
  .skill-card .skill-pic {
		width:380px;
		margin:-190px auto 8px auto;
	}
	
	.skill-card {
		padding:190px 0 0 0;
	}
	
	.skill-card-content {
		
	}
	
}

@media (max-width:500px) {
  .skill-card .skill-descr {
		font-size:15px;
		line-height:22px;
	}
}

@media (max-width:460px) {
  .skill-pic {
		width:100% !important;
	}
	.skill-card .btn {
		margin:0 5px;
	}
}

.materials-item {
	padding:0 15px;
	margin:0 0 26px 0;
	position:relative;
	min-height:60px;
}

.materials-item .pic {
  position:absolute;
	left:15px;
	top:0;
}

.materials-item .pic img {
	width:60px;
	height:60px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px;
}

.materials-item .descr {
	padding:0 0 0 88px;
}

.materials-list .material-tag {
	color:#fff;
	font-size:11px;
  line-height:17px;
	padding:0 8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	margin:0 0 0 -6px;
	float:left;
}

.materials-list .material-tag-recommended {
  background:#ff922f;
}

.materials-list .material-name {
  display:block;
	font-size:22px;
	line-height:26px;
	font-weight:bold;
	font-family:'PT Sans';
	clear:left;
	margin:0 0 4px 0;
}

.materials-list .row:last-child {
  /* margin-bottom:20px; */
}

.materials-list .material-short {
  font-size:15px;
	line-height:20px;
	font-weight:300;
	color:#3d3d3d;
}

.highlight {
	color:#545454;
  -webkit-border-radius:6px;
  -moz-border-radius:6px;
  border-radius:6px;
	background:#e9e8e0;
	padding:16px 20px;
	margin:0 0 30px 0;
	font-size:16px;
	line-height:18px;
	font-weight:500;
	text-align:center;
}

.materials-tabs li div {
  display:inline;
}

.materials-tabs li span {
  color:#89887e;
}

@media (max-width:579px) {
  .materials-tabs li span {
		display:none;
	}
	
	.materials-tabs li a {
		width: 135px;
		height: 78px;
		position: relative;
	}
	
	.materials-tabs div {
		display:block;
		position:absolute;
		width:100%;
		text-align:center;
		left:0;
	}
	
	.materials-tabs .tab-num {
		top:11px;
		font-size:36px;
		line-height:36px;
		font-weight:bold;
		font-family:'PT Sans';
	}
	
	.materials-tabs .tab-ttl {
		font-weight:500;
		font-size:13px;
		line-height:18px;
		top:52px;
	}
	
}

.socbuttons {
  padding:23px 0 1px 0;
}

.socbuttons .socbutton {
	display:inline-block;
	/* float:left; */
	height:35px;
	background-image:url(../images/socbuttons.png);
	background-repeat:no-repeat;
	line-height:35px;
	padding:0 12px 0 38px;
	margin:0 6px 10px 0;
	font-size:14px;
	color:#fff;
	text-decoration:none;
	font-weight:500;
	border-radius:6px;
}

@media (max-width:400px) {
  .socbuttons .socbutton {
		padding:0 9px 0 31px;
	}
}

.socbutton-facebook {
  background-position:0 0;
	/* width:91px; */
	background-color:#4b68b8;
}

.socbutton-twitter {
  background-position:0 -35px;
	/* width:86px; */
	background-color:#51aded;
}

.socbutton-vkontakte {
  background-position:0 -70px;
	/* width:91px; */
	background-color:#5f83aa;
}

@media (min-width:780px) {
  .col-r-collapsable .socbutton {
		padding:0 10px 0 32px;
	}
}

.professions-item {
  width:33%;
	float:left;
	padding:0 20px 40px 20px;
	text-align:center;
}

.professions-item .pic {
  margin:0 0 18px 0;
}

.professions-item .pic img {
  width:200px;
	height:200px;
	-webkit-border-radius:100px;
	-moz-border-radius:100px;
	border-radius:100px;
}

@media (max-width:779px) {
  .professions-item {
		width:50%;
	}
}

@media (max-width:579px) {
  .professions-item {
		width:100%;
	}
}

.profession-tabs-wrapper {
	border-bottom:3px solid #d8d7cc;
  background:#f3f2ea;
}

.profession-tabs {
	margin:0 -35px;
	padding:0 35px;
	border:none;
	text-align:center;
}

.profession-tabs li {
  display:inline-block;
	float:none;
}

.profession-tabs li.active a {
  background-color:#d8d7cc;
}

@media (max-width:579px) {
  .profession-tabs {
		margin:0 -25px;
		padding:0 5px;
	}
	
	.profession-tabs li {
		margin-bottom:-5px;
	}
	
	.profession-tabs li a {
		width:87px;
	}
}

.profession-tabs-content .tab-content {
  padding:0;
}

.reviews-list {
  margin:0 0 26px 0;
}

.reviews-item {
  border-bottom: 2px solid #d4d5d1;
	padding: 0 0 17px 0;
	margin: 0 0 14px 0;
}

.review-author {
  font-size:13px;
	line-height:16px;
	font-weight:500;
	color:#545454;
	margin: 0 0 4px 0;
}

.review-lead {
  font-size:20px;
	line-height:30px;
	font-weight:300;
	margin:0 0 12px 0;
}

.likes-link {
	display: block;
	min-width: 15px;
	height: 17px;
	font-size: 15px;
	font-weight: 500;
	line-height: 15px;
	padding: 0 0 0 27px;
	background: url(../images/ico-like.png) 2px 2px no-repeat;
}

.question-form .form-lead {
  font-size:15px;
	margin:-15px 0 17px 0;
}

.question-form textarea {
  resize:none;
	border:1px solid #787e7c;
	width:100%;
	font-size:15px;
	line-height:20px;
	padding:7px 15px;
	margin:0 0 14px 0;
}

.form-collapsable .close,
.prof-modal .close,
.reg-modal .close,
.reply-form .close {
  width:19px;
	height:19px;
	background:url(../images/close.png) 0 0 no-repeat;
	cursor:pointer;
	opacity:1;
	display:none;
	float:right;
	position:relative;
	top:7px;
}

.form-collapsable .form-trigger {
  display:none;
}

@media (max-width:779px) {
  .form-collapsable .form-content,
  .reply-form .form-content {
		display:none;
		position:fixed;
		top:0;
		left:0;
		background:#fff;
		width:100%;
		height:100%;
		padding:25px;
		overflow:auto;
		z-index:10000;
	}
	
	.form-collapsable .close,
	.reply-form .close {
		display:block;
	}
	
	.form-collapsable .form-trigger,
	.reply-form .form-trigger {
		display:inline-block;
	}
	
	.collapsable-bordered {
		border-bottom:2px solid #d8d7cc;
		padding-bottom:31px;
		margin-bottom:-10px;
	}
	
}

@media (min-width:780px) {
  .form-collapsable .form-content {
		display:block !important;
	}
}

.reply-form .form-content {
  display:none;
}

@media (min-width:580px) {
	.questions-list {
		margin-bottom:20px;
	}
}

.questions-list .question-question {
  background:#f3f2ea;
	padding:24px 25px 9px 25px;
}

.questions-list .pic {
  float:left;
	width:55px;
	padding:4px 0 0 0;
}

.questions-list .pic img {
  width:40px;
	height:40px;
}

.questions-list .author {
  font-weight:500;
	font-size:13px;
	line-height:18px;
	margin:0 0 3px 0;
}

.questions-list .descr {
  margin-left:55px;
}

.questions-list .question-question .descr .text {
  font-size:20px;
	line-height:30px;
	font-weight:300;
}

.questions-list .answers-item {
  padding:12px 25px;
}

.questions-list .user-status {
	color:#fff;
	font-size:11px;
  line-height:17px;
	padding:0 8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	margin:-5px 0 0 -2px;
	display:inline-block;
}

.questions-list .status-expert {
  background:#9ac600;
}

.questions-list .answers-item .descr .text {
  font-size:15px;
	line-height:22px;
	font-weight:300;
}

.questions-list .answers-item .author {
	margin:0;
}

.reply-form {
  padding:0 0 20px 80px;
}

.reply-form .close {
  display:block !important;
}

.answers-trigger {
  padding:0 0 0 80px;
	height:50px;
	line-height:50px;
	font-size:16px;
	font-weight:500;
	color:#2b85d8;
	cursor:pointer;
	background:url(../images/answers-trigger-arrow.png) 18px -50px no-repeat;
	display:none;
}

.answers-trigger-on {
  background-position:18px 0;
}

.answers-collapse {
  padding: 0 0 0 80px;
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	font-weight: 500;
	color: #2b85d8;
	cursor: pointer;
	background: url(../images/answers-trigger-arrow.png) 18px -8px no-repeat;
}

@media (max-width:579px) {

	.answers-trigger {
		display:block;
	}

  .answers-content {
		display:none;
	}
	
	.answers-collapse {
		float:left;
	}
	
	.reply-form .form-trigger {
		float:right;
	}
	
}

@media (min-width:580px) {
  .answers-content {
		display:block !important;
	}
	.answers-collapse {
		display:none;
	}
}

.prof-modal .modal-content {
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
	background:#f3f2ea;
	border:none;
}

.prof-modal .close {
  display:block;
}

.prof-modal .modal-dialog {
  width:320px;
	margin:30px auto;
}

.prof-modal h4 {
  text-align:left;
	font-size:20px;
	line-height:26px;
	font-weight:500;
	padding:0 40px 0 0;
}

.prof-modal .modal-header {
  border:none;
	padding:13px 20px 29px 20px;
}

.prof-modal .modal-content .btn {
	display: block;
	line-height: 40px;
	width: auto;
	margin-bottom: 9px;
}

.prof-modal .modal-body {
  padding:20px 20px 57px 20px;
}

@media (max-width:579px) {
  .prof-modal .modal-dialog {
		position:fixed;
		left:0;
		top:0;
		margin:0;
		width:100%;
		height:100%;
	}
	.prof-modal .modal-content {
		height:100%;
	}
}

.reg-socials {
  background: #f3f2ea;
	padding: 14px 56px 18px 56px;
	font-size: 15px;
	line-height: 20px;
	font-weight: 300;
}

.reg-socials-buttons {
  padding:8px 0 0 0;
}

.reg-socials-buttons a {
  margin:0 27px 0 0;
}

.reg-form {
  background:#d8d7cc;
	padding:17px 56px 35px 56px;
	font-size:15px;
	line-height:20px;
	font-weight:300;
}

.reg-form label {
  font-size:15px;
	line-height:20px;
	font-weight:300;
	margin-bottom:10px;
}

.reg-form .form-group {
  margin-bottom:17px;
}

.reg-form .btn {
  margin-top:4px;
}

.form-hint {
  font-size: 15px;
	padding: 23px 56px;
}

.reg-form-wrapper {
  margin:0 -35px;
}

@media (max-width: 579px) {
  .reg-form-wrapper {
		margin:0 -25px !important;
	}
	.form-hint,
	.reg-socials,
	.reg-form {
		padding-left:25px !important;
		padding-right:25px !important;
	}
	
	.reg-socials-buttons a {
		margin:0 15px 0 0 !important;
	}
	
}



.bootstrap-select .btn:focus {
  outline:none !important;
}

.reg-form-content {
  margin:0 auto;
	max-width:620px;
}

.article-pic img {
  width:100%;
}

@media (min-width:780px) {
  .article-sidebar {
		width:178px;
		margin:0 0 0 40px;
		padding:23px 0 0 0;
	}
	.article-col-main {
		width:auto;
		float:none;
		/* overflow:hidden; */
		margin-right:218px;
	}
}

.article-body {
  font-size:17px;
	line-height:26px;
	font-weight:400;
	padding:23px 0 0 0;
}

.article-body strong {
  font-weight:500;
}

.article-body p {
  margin:0 0 20px 0;
}

.article-body blockquote {
  border: none;
	color: #aaa899;
	font-size: 22px;
	line-height: 30px;
	font-family: Georgia,serif;
	font-style: italic;
	margin: 20px 0 20px 0;
	position: relative;
	padding: 0 0 0 30px;
}

.article-body blockquote:before {
  content:"—";
	position:absolute;
	left:0;
	top:0;
}

.article-sidebar h2 {
  margin:0 0 20px 0;
	font-size:22px;
	line-height:26px;
}

.article-pic-descr {
  font-size:15px;
	line-height:20px;
	color:#aaa899;
	margin:0 0 32px 0;
}

.article-body img {
  margin:0 0 20px 0;
}

.article-body h2 {
  margin:39px 0 12px 0;
}

.article-body .socbuttons {
  padding:0;
	margin:22px 0;
}

.author-about {
  font-size:15px;
	line-height:22px;
	color:#545454;
	margin:0 0 40px 0;
}

.author-about strong {
  font-family:'PT Sans';
	font-weight:bold;
}

.author-about-item {
  margin:0 0 19px 0;
}

@media (max-width:500px) {
  .article-body {
		font-size:15px;
		line-height:22px;
	}
	
	.article-pic-descr {
		font-size:13px;
		line-height:20px;
	}
	
	.article-body blockquote {
		font-size:17px;
		line-height:26px;
	}
	
	.questions-list .question-question .descr .text {
		font-size:15px;
		line-height:22px;
	}
	
}

@media (min-width:780px) {
  .author-skills .skills-item {
		margin:0 0 40px 0;
		padding:0;
	}
	
	.author-skills .skills-item .pic {
		position:relative;
		left:auto;
		margin:0 0 20px 0;
	}
	
	.author-skills .skills-item .descr {
		padding:0;
	}
	
	.author-skills .skills-item .skill-name {
		font-family: 'PT Sans';
		font-weight: bold;
		font-size: 16px;
		line-height: 24px;
		display: block;
		margin: 0 0 9px 0;
	}
	
	.author-skills .skills-item .skill-short {
		font-size:13px;
		line-height:20px;
		color:#545454;
	}
	
}

@media (max-width:779px) {
  .collapsable-content {
		padding:20px 0 0 0;
	}
}

.page-descr {
  font-size:17px;
	line-height:26px;
	font-weight:300;
}

.page-descr p {
  margin:0 0 25px 0;
}

.article-body img {
  max-width:100%;
}

.material-pic img {
  width:100%;
}

.material-level .descr {
  font-size:15px;
	line-height:22px;
	color:#545454;
	font-weight:300;
}

@media (max-width:779px) {

	.material-level {
		float:none;
		width:auto !important;
		min-height:0 !important;
		margin:-20px 0 3px 0;
	}

  .material-level .pic {
		display:none;
	}
	
	.material-level .descr {
		padding:0;
	}
}

.material-content {
  padding-top:0;
}

.article-body h3 {
  font-family:'PT Sans';
	font-weight:bold;
	color:#545454;
	font-size:18px;
	line-height:20px;
	margin:27px 0 13px 0;
}

.article-controls .btn {
  margin:0 6px 9px 0;
}

.article-reviews {
  border-top:2px solid #d4d5d1;
	margin:24px 0 26px 0;
}

.article-reviews .review-lead {
	font-size: 17px;
	line-height: 26px;
	font-weight: 300;
	margin: 0 0 12px 0;
}

.article-reviews .reviews-item {
  padding: 17px 0 1px 0;
	margin: 0 0 0px 0;
}

.article-body .questions-list {
  margin-top:27px;
}

.col-r-collapsable .highlight {
  font-size:16px;
	line-height:24px;
	padding:12px 20px;
}

.col-r-collapsable .socbuttons:first-child {
  margin:0 0 30px 0;
	padding:0;
}

@media (max-width:779px) {
  .collapsable-between {
		border-top:2px solid #d4d5d1;
		margin-top:38px;
	}
	.col-r-collapsable .highlight {
		margin:32px 0 39px 0;
	}
	.col-r-collapsable .socbuttons:first-child {
		margin:40px 0 20px 0;
	}
}

@media (min-width:780px) {
  .material-related-items h2 {
		font-size:22px;
		line-height:26px;
		margin:4px 0 33px 0;
	}
	.wide-invis {
		display:none;
	}
}

.common-form textarea {
  border:1px solid #787e7c;
	border-radius:0;
}

.exercise-form .checkboxes {
  border-top:2px solid #d4d5d1;
  border-bottom:2px solid #d4d5d1;
	padding:29px 0 0 0;
	margin:0 0 20px 0;
}

.exercise-form label {
  font-weight:300;
}

.excercise-comment .form-title {
  font-size:22px;
	line-height:24px;
	font-family:'PT Sans';
	color:#545454;
	font-weight:bold;
	margin:25px 0 23px 0;
}

.exercise-form #progress {
  display:none;
}

.exercise-form .btn {
  margin:0 6px 0 0;
}

.radio, .checkbox {
  padding: 0;
	margin: 0 0 30px 0;
}

.radio label, .checkbox label {
	display: block;
	font-weight: normal;
	cursor: pointer;
	position: relative;
	padding: 3px 0 0 50px;
	min-height: 32px;
	font-weight:300;
}

.radio label {
  padding-top:5px;
}

/*.test-form label,*/
.exercise-form label {
  font-size:17px;
	line-height:24px;
}


.reg-form .icheckbox,
.reg-form .iradio {
    display: inline-block;
		vertical-align: middle;
		margin: 0;
		padding: 0;
		width: 36px;
		height: 36px;
		background: url(../images/checkbox-3.png) no-repeat;
		border: none;
		cursor: pointer;
		position: absolute !important;
		left: 0;
		top: 0;
}

.reg-form .icheckbox {
    background-position: 0 0;
}
    .reg-form .icheckbox.checked {
        background-position: -36px 0;
    }
    .icheckbox.disabled {
        opacity:.5;
    }


.reg-form .iradio {
    background-position: -72px 0;
}
    .iradio.checked {
        background-position: -108px 0;
    }
    .iradio.disabled {
        opacity:0;
    }


.test-content {
  font-size:17px;
	line-height:26px;
	font-weight:300;
}

.test-content .article-pic {
  margin-top:16px;
}

.test-form h3 {
  font-family:'PT Sans';
	font-weight:bold;
	color:#353b3a;
	font-size:20px;
	line-height:24px;
	margin:40px 0 34px 0;
}

.sidebar h2 {
  font-size:22px;
	line-height:26px;
}

.sidebar .block-expandable:first-child h2 {
  margin-top:0;
}

.search-form-2 {
  -webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #e9e8e0;
	padding: 18px 20px;
	margin: 0 0 40px 0;
}

.search-form-2 .btn-default {
  background:#51aded url(../images/ico-search-2.png) center center no-repeat;
	width:40px;
	height:35px;
}

.search-form-2 .search-submit {
  float:right;
	position:relative;
	left:auto;
	right:auto;
	top:auto;
	margin:0;
	display:block;
}

.search-form-2 .input-wrapper {
  overflow:hidden;
	padding:0 14px 0 0;
	position:relative;
}

.search-results-list {
  max-width:650px;
}

.search-results-item {
  margin:0 0 45px 0;
}

.search-results-item .ttl {
  font-family:'PT Sans';
	font-weight:bold;
	font-size:26px;
	line-height:30px;
	margin:0 0 3px 0;
}

@media (max-width:779px) {
  .search-results-item .ttl {
		font-size:22px;
	}
}

.search-results-item .link {
  font-family:'PT Sans';
	font-weight:bold;
	font-size:15px;
	margin:0 0 5px 0;
}

.search-results-item .link a,
.search-results-item .link a:visited {
  color:#545454;
}

.contacts-l {
	width:50%;
	float:left;
	font-weight:300;
	font-size:20px;
	line-height:30px;
}

.contacts-r {
  width:50%;
	float:right;
	padding:0 0 0 54px;
	font-weight:300;
	font-size:20px;
	line-height:30px;
}

.contacts-pic {
  text-align:center;
	margin:53px 0 0 0;
}

.contacts-l .contacts-lead {
  font-size:26px;
	line-height:36px;
	margin:46px 0 55px 0;
}

@media (max-width:779px) {
  .contacts-l {
		float:none;
		width:auto;
	}
	.contacts-r {
		float:none;
		width:auto;
		padding:0;
	}
	.contacts-pic {
		margin:29px 0 0 0;
	}
	.contacts-form {
		margin:0 0 40px 0;
	}
}

@media (max-width:500px) {
  .contacts-l {
		font-size:15px;
		line-height:20px;
	}
	.contacts-r {
		padding:0;
		font-size:15px;
		line-height:20px;
	}
	.contacts-l .contacts-lead {
		font-size:20px;
		line-height:30px;
	}
}

.contacts-form input[type=text],
.contacts-form textarea {
  resize:none;
	border:1px solid #787e7c;
	width:100%;
	font-size:15px;
	line-height:20px;
	padding:0 15px;
	border-radius:0;
}

.contacts-form textarea {
  padding:7px 15px;
}

.contacts-l .form-text {
  margin:0 0 22px 0;
}

.contacts-form input[type=text] {
  height:42px;
}

.contacts-form .form-group {
  margin-bottom:22px;
}

.contacts-social-buttons {
  margin: 24px 0 34px 0;
}

.contacts-social-buttons a {
  margin:0 26px 0 0;
}

.modal .skills-list .row {
	margin:0;
	padding:0;
}

.modal .skills-item {
  float:none;
	width:auto;
	margin:0 0 20px -15px;
	padding:0;
}

.reg-modal img {
    width: 100%;
}

.reg-modal {
    font-size: 17px;
    line-height: 26px;
    font-weight: 300;
}

.reg-modal .close{
    display: block;
}

.user-menu-wrapper {
  background:#51aded;
}

.user-menu {
  font-size:16px;
	font-weight:500;
	margin:0;
	padding:0 0 0 12px;
	display:none;
}

.user-menu li {
  list-style:none;
	float:left;
	margin:0 24px 0 0;
}

.user-menu a,
.user-menu a:visited {
  color:#fff;
	text-decoration:none;
	display:inline-block;
	padding:13px 0 15px 0;
}

@media (max-width: 779px) {
	.user-menu-wrapper {
		position: relative;
	}
	.user-menu {
		position: relative;
		top: auto;
		left: auto;
		display: none;
		margin-left: 0;
		text-align: left;
		width: auto;
		margin: 0 -35px;
		padding:0;
		font-size:18px;
	}
	.user-menu li {
		border-bottom: 1px solid #2b85d8;
		float:none;
		padding: 0;
		margin:0;
	}
	.user-menu li a,
	.user-menu li a:visited {
		padding:11px 35px 13px 35px;
	}
}

.user-menu-toggler .ico-collapse {
  display:none;
}

.user-menu-toggler-on {
	height:48px;
	padding-top:19px;
	margin-top:-13px;
	border-radius: 0 0 4px 4px;
}

.user-menu-toggler-on img {
  display:none;
}

.user-menu-toggler-on .ico-collapse {
  width: 20px;
	height: 20px;
	margin: -4px 10px -2px 0;
	background: url(../images/expandable-arrows.png) -7px -38px no-repeat;
	display: inline-block;
}

.top-wrap {
  overflow:hidden;
}

@media (min-width:900px) {
	.top-wrap {min-height: 100%;}

	.top-main {
		overflow:auto;
		padding-bottom: 155px;
	}

	.footer {position: relative;
		margin-top: -155px !important;
		height: 155px !important;
		clear:both !important;}
}

.text-related {
  position:absolute;
	left:100%;
	margin-left:40px;
	width:178px;
}

@media (max-width:779px) {
  .text-related {
		display:none;
	}
}

.mainpage-hello {
  font-size:24px;
	line-height:30px;
	text-align:center;
	padding:10px 0 10px 0;
}

.vis-mob {
  display:none;
}

@media (max-width:579px) {
  .mainpage-hello {
		font-size:18px;
		line-height:24px;
		padding:5px 0 30px 0;
	}
	.vis-mob {
		display:block;
	}
	.invis-mob {
		display:none;
	}
}

.main-carousel-wrapper {
	background:#f3f2ea;
	margin:0 0 20px 0;
}

.main-carousel-wrapper .container {
  padding:0;
}

.main-carousel .item {
}

.main-carousel img {
  max-width:980px !important;
	width:100% !important;
}

.main-carousel .carousel-inner {
}

.main-carousel .carousel-pic {
  background:#89c0e4;
	text-align:center;
}

.main-carousel .carousel-caption {
  text-align: center;
	position: relative;
	left: auto;
	right: auto;
	bottom: auto;
	top: auto;
	height: 249px;
	text-shadow: none;
	font-size: 24px;
	line-height: 32px;
	color: #272c2b;
	padding: 42px 35px 80px 35px;
}

.main-carousel .carousel-caption h2 {
  font-weight:bold;
	font-size:44px;
	margin:0 0 29px 0;
	color:#272c2b;
}

.main-carousel .carousel-indicators {
  bottom:17px;
}

.main-carousel .carousel-indicators li {
  width:28px;
	height:28px;
	background:#d8d7cc;
	border:none;
	border-radius:14px;
	margin:0 1px;
	-webkit-transition: all .2s;
	transition: all .2s;
}

.main-carousel .carousel-indicators li.active {
	background:#292e2d;
}

@media (max-width:579px) {
  .main-carousel .carousel-caption {
		font-size:18px;
		line-height:24px;
		padding:33px 25px 95px 25px;
		height:292px;
	}
  .main-carousel .carousel-caption h2 {
		font-size:30px;
		line-height:33px;
		margin:0 0 20px 0;
	}
	
}

@media (min-width:780px) {
  .col-half-collapsable {
		width:50%;
		margin:0;
		float:left;
		padding:0 7% 0 0;
	}
	.col-half-collapsable h2 {
		margin:35px 0 26px 88px !important;
	}
	.col-single-collapsable {
		width:100%;
		margin:0;
	}
	.col-single-collapsable h2 {
		text-align:center;
	}
	.mainpage-professions {
		padding-top:50px;
	}
	.mainpage-professions h2 {
		margin-bottom:38px !important;
	}
}

@media (max-width:779px) {
  .main-carousel-wrapper {
		margin-bottom:0;
	}
	.main-carousel-wrapper + .container .col-half-collapsable:first-child .block-expandable {
		border-top:none;
	}
}

@media (max-width:779px) {
  .skill-descr .socbuttons {
		text-align:center;
	}
}

.big-reg-link,
.big-reg-link:visited {
	color:#fff;
  -webkit-border-radius:6px;
  -moz-border-radius:6px;
  border-radius:6px;
	background:#51aded;
	padding:33px 20px 39px 20px;
	margin:0 0 30px 0;
	font-size:16px;
	line-height:20px;
	font-weight:500;
	text-align:center;
	display:block;
}

@media (max-width:779px) {
  .big-reg-link {
		padding:24px 20px 26px 20px;
	}
}

.pic-404 {
  text-align:center;
	padding:0 0 31px 0;
}

.pic-404 img {
  max-width:381px;
	max-height:381px;
	border-radius:50%;
	width:100%;
}

.text-404 {
  font-size:20px;
	line-height:30px;
	text-align:center;
	padding:0 0 30px 0;
}

@media (max-width:499px) {
  .text-404 {
		font-size:18px;
		line-height:24px;
	}
}

.errorlist
{
    color:red;
    list-style-type: none;

}
.errorlist li:before {
    content: "▼";
    margin-right: 6px;
}


.col2 {
	clear:left;
}

.col2 .item {
	width:50%;
	float:left;
	padding: 10px 20px 30px 20px;
}

@media (max-width:767px) {
.col2 .item {
	width:100%;
	clear:left;
		padding: 10px 10px 30px 10px;

}
}
