@import url(https://fonts.googleapis.com/css?family=Noto+Sans);
@font-face {
  font-family: "shpp-font";
  src: url("../fonts/shpp-font.eot");
  src: url("../fonts/shpp-font.eot?#iefix") format("embedded-opentype"), url("../fonts/shpp-font.woff") format("woff"), url("../fonts/shpp-font.ttf") format("truetype"), url("../fonts/shpp-font.svg#shpp-font") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
	font-family: 'Noto Sans';
	margin: 0px;
	padding: 0px;
}
body, html {
	min-width: 300px;
}
body a, body img{
	outline: none;
	border:none;
}
.transition {
  -webkit-transition-property: all;
  -o-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.customLoading {
  transition-duration: 0.3s;
  position: relative;
}
.customLoading:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    border: 2px solid rgba(0,0,0,0);
    top: -2px;
    left: -2px;
    border-radius: 20px;
}
.customLoading:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../img/loading.gif") 50% 50% no-repeat;
    background-size: 50px 50px;
    top: 0;
    left: 0;
}
.clear {
	clear: both;
}
.center {
	text-align: center !important;
}
#scrollup{
	width: 38px;
	height: 36px;
	background-image: url("../img/upgreen.png");
	cursor: pointer;
	float:right;
	opacity: 0.6;
	position: fixed;
	right: 50px;
	bottom: 50px;
	display: none;
}
#scrollup:hover{
	opacity: 1;
}
#join{
	position:absolute;
	right: 130px;
	top:10px;
}
hgroup{
	width: 600px;
}
.container{
	padding-top: 10px;
	padding-bottom: 10px;
}
.video {
	width: 560px;
	margin: 0 auto 25px;
}
#site-logo{
	font-family: 'Droid Sans';
	font-size: 64px;
	margin-top: 21px;
	margin-bottom: 0px;
}
#site-description{
	font-size: 26px;
	margin-top: 9px;
	margin-left: 3px;
}
.regbutton {
	border:2px solid rgba(0, 0, 0, 0);
	background-color: rgba(0, 135, 14, 0.7);
	font-size: 14px;
	cursor: pointer;
	/*background-color: white;*/
	margin-top: 30px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	width:300px;
	height: 70px;
	font-size: 28px;
	font-family: 'Droid Sans';
	float:none;
	outline: none;
	color: white;
}
.regbutton.hover{
	background-color: white;
	color: black;
	border: 2px solid #1B7E5A;
}

#mygallery {
	max-width: 720px;
	margin: 0 auto;
}


							/*  header  */
#header {
	position: relative;
}
.header-container {
	margin: 0 auto;
	width:980px;
}
.limited {
	margin: 0 auto;
	width: 980px;
}
nav{
	margin-left: 5px;
	margin-top:50px;
	font-size: 18px;
	margin-bottom:29px;
}
nav span img{
	margin-right: 13px;
	margin-left: 13px;
	margin-bottom: -2px;
}
nav a{
	position: relative;
	text-decoration: none;
	color: black;
	text-shadow:2px 6px 7px white,2px 6px 7px white,2px 6px 7px white,2px 6px 7px white,2px 6px 7px white,2px 6px 7px white,
				-2px -6px 7px white,-2px -6px 7px white,-2px -6px 7px white,-2px -6px 7px white,-2px -6px 7px white,-2px -6px 7px white;
}
header nav a {
	white-space: nowrap;
}
.dotted{
	position: absolute;
	left:0px;
	width: 96%;
	height: 111%;
	display: inline-block;
}
.dotted:hover{
	border-bottom: 1px dashed rgb(43, 155, 48);
}
.container {
	border-top: 2px solid #1B7E5A;
}
#vk{
	color:#146B8D;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
}
.tree{
	background-image: url("../img/tree.png");
	background-repeat: no-repeat;
	width: 468px;
	height: 352px;
	position: absolute;
	top: -110px;
	right: 44px;
}

							/*  about vesnasoft  */
#about p {
	/*text-indent: 30px;*/
	text-align: justify;
	font-size: 17px;
	line-height: 140%;
	/*width: 70%;*/
}
#about a {
	/*color: darkblue;*/
	color: #105A10;
}
#about {
	/*width: 1100px;
	background-image: url("../img/dragon.png");
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 350px;*/
	text-align: center;
}
.aboutLeft, .aboutRight {
	width: 50%;
	display: table-cell;
	padding: 5px 0;
}
.aboutCapture {
	display: inline-block;
	/*margin-bottom: 7px;*/
	font-style: italic;
	vertical-align: top;
	text-align: center;
	width: 100%;
	font-size: 115%;
}
.aboutLeft {
	border-right: 1px solid #1B7E5A;
	padding-right: 20px;
}
.aboutRight {
	border-left: 1px solid #1B7E5A;
	padding-left: 20px;
}
#about .regbutton {
	margin: 0 auto 25px;
}
#about span.paragraph {
	display: block;
	margin-top: 10px;
	margin-bottom: 5px;
}

.about-popover {
	position: relative;
	cursor: default;
}
.about-popover-content {
	border-bottom: 1px dashed #1B7E5A;
}
.about-popover-prompt {
	position: absolute;
	left: 0;
	/*top: 0;*/
	top: 100%;
	background: white;
	padding: 10px;
	margin-top: 10px;
	border: 1px dashed #1B7E5A;
	border-radius: 10px;
	display: none;
}
.penguin {
	/*margin: 10px 0 -6px;*/
	margin: 10px 0 -16px;
}
.penguin img {
	width: 260px;
}


							/*  agenda  */
#agenda {
	height:auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
.agenda-item {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}
.agendaDate {
	text-align: center;
	font-size: 130%;
}
.for-small{
	display: none;
}
.for-large{
	height: auto;
	text-align: center;
}
img[alt=green-divider]{
	margin:0 -10px 12px;
}
@media screen and (max-width: 1170px) {
	.agenda-item {
		/*font-size: 11px; */
	}
	.agenda-item img {
		width: 40px;
	}
	img[alt=green-divider]{
		width: 103px;
		margin:0 -15px 12px;
	}
}
.sectionHead {
	text-align: center;
	font-size: 30px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.data{

	height: 38px;
	text-align: center;
}
.data-p{
	margin-right: 128px;
}
.data p {
	display: inline-block;
}
.data p, .agenda-item p {
	font-size: 15px;
	font-family: 'Droid Sans';
}

.comments p{
	height:55px;
	display: inline-block;

	margin-top: 5px;
	margin-bottom: 5px;
}
.comments{
	text-align: center;
}
.stars{
	margin-top: 3px;
	text-align: center;
}


										/*  FAQ  */
#faq {
	max-width: 660px;
}
#faq .faqItem {
	margin-bottom: 20px;
	margin-top: 20px;
}
#faq .faqItem .question {
	/*color: rgb(43, 155, 48);*/
	/*text-transform: uppercase;*/
	font-size: 18px;
	cursor: pointer;
	margin-right: 15px;
}
#faq .faqItem .question span {
	line-height: 150%;
	/*margin-left: 5px;*/
	margin-left: -15px;
	position: relative;
	left: 20px;
}
#faq .faqItem .question img {
	width: 15px;
	vertical-align: middle;
	margin-top: -3px;
}
#faq .faqItem.open .question img {
	margin-top: -5px;
	-ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}
#faq .faqItem .answer {
	display: none;
	text-align: justify;
	margin-left: 50px;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 20px;
	line-height: 150%;
	font-size: 16px;
	max-width: 600px;
}
#faq .faqItem .answer br {
	margin-bottom: 10px;
	display: block;
	content: '';
}
#faq a {
	color: darkblue;
}
.hackimg {
	width: 98px;
	float: left;
	margin-right: 15px;
	margin-top: -3px;
}


										/*  partners  */
.support{
	height: auto;
	padding-bottom: 30px;
	padding-top: 10px;
	overflow: auto;
	display: block;
	text-align: center !important;
}
.importantPic{
	float: none !important;
	display: inline-block;
	text-align: center !important;
	width: 200px;
	height: 60px;
	text-align: center;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 15px;
}
#partners .info {
	margin-top: 50px;
}
.main p, .info p{
	font-size: 28px;
	display: block;
	margin-bottom: 5px;
}
.info p{
	margin-top: 30px;
}
.importantPic a{
	height:60px;
}
.importantPic img{
	max-width:100%;
	max-height: 60px;
}





												/*jury*/
#jury {
	padding-top: 30px;
	padding-bottom: 90px;
	text-align: center;
	overflow: hidden;
}
.jury-header{
	margin-top: 15px;
	/*font-size: 28px;*/
}
.jury-gallery{
	padding-top: 10px;
	width: auto;
	height: auto;
}
.jury-photo{
	width: 100px;
	height: 100px;
	display: inline-block;
	border-radius: 100px;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 40px;
	position: relative;
}
.roma{
	background: url('../img/roma.png')  no-repeat -47px -11px;
	background-size:190px;
}
.anatolij{
	background: url('../img/anatolij.png') no-repeat -4px -4px;
	background-size:110px;
}
.denis{
	background: url('../img/denis2.png')  no-repeat -10px -10px;
	background-size:125px;
}
.sasha{
	background: url('../img/sasha.png') no-repeat -42px -30px;
	background-size:150px;
}
.igor{
	background: url('../img/igor.png') no-repeat 0px 0px;

}
.artem{
	background: url('../img/artemkn.png') no-repeat 0px 0px;
}
.apinchuk{
	background: url('../img/apinchuk.png') no-repeat 0px 0px;
	background-size:100px;
}
.evgobrezkov{
	background: url('../img/evgobrezkov.png') no-repeat 0px 0px;
	background-size:100px;
}
.dima{
	background: url('../img/dima.png') no-repeat 0px 0px;
	background-size:105px;

}
.photo-popover{
	position: absolute;
	top:98px;
	left: -81px;
	width: 278px;
	height: auto;
	background-color: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	z-index: 100;
	display: none;
}

.photo-name{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
.photo-description{
	margin-top: 5px;
	font-size: 14px;
	color: rgb( 83, 83, 83 );
	margin-bottom: 0px;
}
.photo-company{
	margin-top: 5px;
	font-size: 14px;
	margin-bottom: 5px;
}
.photo-tags{
	font-size: 12px;
	color: rgb( 83, 83, 83 );
	letter-spacing: 2px;
	margin-bottom: 7px;
}
.photo-tags span{
	background-color: rgba(43, 155, 48, 0.2);
	margin-bottom: 5px;
	display: inline-block;
	padding: 2px;
	border-radius: 9px;
	padding-left: 10px;
	padding-right: 10px;
}
.vitalij{
	background-color: rgba(43, 155, 48, 0.2);
	margin-bottom: 5px;
	padding: 2px;
	border-radius: 9px;
	padding-left: 10px;
	padding-right: 10px;
}
.goodluck{
	/*margin-top: 20px;*/
}
.goodluck p{
	margin:0px;
	text-align: center;
}
.goodluck p:first-child{
	font-size: 26px;
}
.goodluck p:last-child{
	font-size: 18px;
	margin-top: 15px;
}
.winner{
	color:rgb(43, 155, 48);;
}
.photos-container{
	margin-top:30px;
	margin-bottom: 50px;
}


/*  anketa  */

#anketa, #anketa span, #anketa form, #anketa label {
    margin: 5px 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
#anketa p {
	font-size: 22px;
	text-align: center;
	width: 100%;
}
#anketa a {
	color: #1B7E5A;
}
#anketa {
	padding-top: 20px;
	padding-bottom: 30px;
	text-align: center;
	width: 100%;
	margin:0 auto;
}
#anketa .anketaItem {
	margin: 10px 0 0;
}
.anketa{
	text-align: right;
	width:524px;
	margin:0 auto;
	margin-top: 40px;
	font-size: 16px;
	position: relative;
}
.anketa span {
	font-family: 'Droid Sans';
	display: block;
	text-align: left;
	width: 100%;
}
.anketa .anketaItemCheck {
	text-align: left;
	margin: 20px 0 0;
}
.anketa .anketaItemCheck .icheckbox_square-green {
	float: left;
}
.anketa .anketaItemCheck label {
	width: auto;
	float: left;
	margin: 3px 10px 1px !important;
	cursor: pointer;
}
.anketa p{
	text-align: center;
}
#anketa .form-input{
	height: 30px;
	border:2px solid #1B7E5A;
	/*margin-bottom: 5px;*/
    outline: none;
    font-size: 16px;
    padding-left:10px;
    padding-right:10px;
    width: 500px;
    outline: none;
}
.anketaItem.aboutProject {
	display: none;
}
#aboutProject {
	padding: 10px;
	font-family: Arial;
	height: 72px !important;
}
#anketa .thanks {
	display: none;
}

input{
	outline: none;
}
textarea {
	resize: none;
	padding: 10px;
	font-family: Arial;
	height: 72px !important;
}
.all{
	margin-top: 20px;
	margin-bottom: 0px;
	font-size: 18px !important;
}
.stay{
	margin-top: 30px;
}
.thanks {
	margin: 35px 0;
}
select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}
a{
	outline: none !important;
}
a:focus, a:active,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner{
    outline: 0 !important;
    border: 0;
    ie-dummy: expression(this.hideFocus=true);
}
*{
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


						/*   map   */
#ourmap {
	background-image: url('../img/ourmap.jpg');
	background-position: center center;
	background-size: 100%;
	height: 400px;
	margin-bottom: 10px;
	margin-top: 30px;
}
@media screen and (max-width:  1679px) {
	#ourmap {
		background-size: initial;
	}
}



.contacts-info .contact-icon.con:before {
	content: "g";
}
.contacts-info .contact-icon.phone:before {
	content: "k";
}
.contacts-info .contact-icon.mail:before {
	content: "l";
}

.contacts-info {
	/*background-color: #ECF0F1;*/
	overflow: auto;
	padding-top: 20px;
	width: 960px;
	margin: 0 auto;
}
@media (max-width: 980px) {
	.contacts-info {
		width: 100%;
	}
}
.contacts-info .contact-row {
	float: left;
	width: 320px;
	text-align: center;
}
@media (max-width: 980px) {
	.contacts-info .contact-row {
		width: 33.333%;
	}
}
.contacts-info .contact-row .contact-icon,
.contacts-info .contact-row .contact-text {
	float: left;
}
.contacts-info .contact-row .contact-icon {
	width: 48px;
	height: 72px;
	color: #1B7E5A;
	position: relative;
	margin-right: 15px;
	/*margin-left: 55px;*/
}
.contacts-info .contact-icon.mail {
	margin-right: 25px;
	margin-top: 2px;
}
@media (max-width: 980px) {
	.contacts-info .contact-row .contact-icon {
		margin-left: 10px;
		margin-right: 10px !important;
	}
	.contacts-info .contact-icon.con {
		margin-right: 7px !important;
	}
	.contacts-info .contact-icon.mail {
		margin-right: 20px !important;
	}
}
.contacts-info .contact-row .contact-icon:before {
	font-family: "shpp-font" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 300%;
	width: 58px;
}
.contacts-info .contact-row .contact-text {
	text-align: left;
	color: #333333;
	padding-top: 10px;
}
@media (max-width: 980px) {
	.contacts-info .contact-row .contact-text {
		font-size: 95%;
	}
}
@media (max-width: 830px) {
	.contacts-info .contact-row .contact-text {
		font-size: 85%;
	}
}
.contacts-info .contact-row .contact-text a {
	color: #1B7E5A;
}
