/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
.g-48 {
    padding-right: 89.58%;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    *padding-right: 0;
    *margin-right: 89.58%;
}

.g-48, .g-row {
    *zoom: 1;
}

.g-48:before, .g-48:after, .g-row:before, .g-row:after {
    clear: both;
    content: '';
    display: block;
}

.g-first {
    clear: left;
}

.g-span-1, .g-span-2, .g-span-3, .g-span-4, .g-span-5, .g-span-6, .g-span-7, .g-span-8, .g-span-9, .g-span-10, .g-span-11, .g-span-12, .g-span-13, .g-span-14, .g-span-15, .g-span-16, .g-span-17, .g-span-18, .g-span-19, .g-span-20, .g-span-21, .g-span-22, .g-span-23, .g-span-24, .g-span-25, .g-span-26, .g-span-27, .g-span-28, .g-span-29, .g-span-30, .g-span-31, .g-span-32, .g-span-33, .g-span-34, .g-span-35, .g-span-36, .g-span-37, .g-span-38, .g-span-39, .g-span-40, .g-span-41, .g-span-42, .g-span-43, .g-span-44, .g-span-45, .g-span-46, .g-span-47, .g-span-48 {
    float: left;
    position: relative;
    *display: inline;
}

.g-span-1 {
    margin-right: -20%;
    width: 20%;
}

.g-col-1 {
    left: 0%;
}

.g-span-2 {
    margin-right: -40%;
    width: 40%;
}

.g-col-2 {
    left: 20%;
}

.g-span-3 {
    margin-right: -60%;
    width: 60%;
}

.g-col-3 {
    left: 40%;
}

.g-span-4 {
    margin-right: -80%;
    width: 80%;
}

.g-col-4 {
    left: 60%;
}

.g-span-5 {
    margin-right: -100%;
    width: 100%;
}

.g-col-5 {
    left: 80%;
}

.g-span-6 {
    margin-right: -120%;
    width: 120%;
}

.g-col-6 {
    left: 100%;
}

.g-span-7 {
    margin-right: -140%;
    width: 140%;
}

.g-col-7 {
    left: 120%;
}

.g-span-8 {
    margin-right: -160%;
    width: 160%;
}

.g-col-8 {
    left: 140%;
}

.g-span-9 {
    margin-right: -180%;
    width: 180%;
}

.g-col-9 {
    left: 160%;
}

.g-span-10 {
    margin-right: -200%;
    width: 200%;
}

.g-col-10 {
    left: 180%;
}

.g-span-11 {
    margin-right: -220%;
    width: 220%;
}

.g-col-11 {
    left: 200%;
}

.g-span-12 {
    margin-right: -240%;
    width: 240%;
}

.g-col-12 {
    left: 220%;
}

.g-span-13 {
    margin-right: -260%;
    width: 260%;
}

.g-col-13 {
    left: 240%;
}

.g-span-14 {
    margin-right: -280%;
    width: 280%;
}

.g-col-14 {
    left: 260%;
}

.g-span-15 {
    margin-right: -300%;
    width: 300%;
}

.g-col-15 {
    left: 280%;
}

.g-span-16 {
    margin-right: -320%;
    width: 320%;
}

.g-col-16 {
    left: 300%;
}

.g-span-17 {
    margin-right: -340%;
    width: 340%;
}

.g-col-17 {
    left: 320%;
}

.g-span-18 {
    margin-right: -360%;
    width: 360%;
}

.g-col-18 {
    left: 340%;
}

.g-span-19 {
    margin-right: -380%;
    width: 380%;
}

.g-col-19 {
    left: 360%;
}

.g-span-20 {
    margin-right: -400%;
    width: 400%;
}

.g-col-20 {
    left: 380%;
}

.g-span-21 {
    margin-right: -420%;
    width: 420%;
}

.g-col-21 {
    left: 400%;
}

.g-span-22 {
    margin-right: -440%;
    width: 440%;
}

.g-col-22 {
    left: 420%;
}

.g-span-23 {
    margin-right: -460%;
    width: 460%;
}

.g-col-23 {
    left: 440%;
}

.g-span-24 {
    margin-right: -480%;
    width: 480%;
}

.g-col-24 {
    left: 460%;
}

.g-span-25 {
    margin-right: -500%;
    width: 500%;
}

.g-col-25 {
    left: 480%;
}

.g-span-26 {
    margin-right: -520%;
    width: 520%;
}

.g-col-26 {
    left: 500%;
}

.g-span-27 {
    margin-right: -540%;
    width: 540%;
}

.g-col-27 {
    left: 520%;
}

.g-span-28 {
    margin-right: -560%;
    width: 560%;
}

.g-col-28 {
    left: 540%;
}

.g-span-29 {
    margin-right: -580%;
    width: 580%;
}

.g-col-29 {
    left: 560%;
}

.g-span-30 {
    margin-right: -600%;
    width: 600%;
}

.g-col-30 {
    left: 580%;
}

.g-span-31 {
    margin-right: -620%;
    width: 620%;
}

.g-col-31 {
    left: 600%;
}

.g-span-32 {
    margin-right: -640%;
    width: 640%;
}

.g-col-32 {
    left: 620%;
}

.g-span-33 {
    margin-right: -660%;
    width: 660%;
}

.g-col-33 {
    left: 640%;
}

.g-span-34 {
    margin-right: -680%;
    width: 680%;
}

.g-col-34 {
    left: 660%;
}

.g-span-35 {
    margin-right: -700%;
    width: 700%;
}

.g-col-35 {
    left: 680%;
}

.g-span-36 {
    margin-right: -720%;
    width: 720%;
}

.g-col-36 {
    left: 700%;
}

.g-span-37 {
    margin-right: -740%;
    width: 740%;
}

.g-col-37 {
    left: 720%;
}

.g-span-38 {
    margin-right: -760%;
    width: 760%;
}

.g-col-38 {
    left: 740%;
}

.g-span-39 {
    margin-right: -780%;
    width: 780%;
}

.g-col-39 {
    left: 760%;
}

.g-span-40 {
    margin-right: -800%;
    width: 800%;
}

.g-col-40 {
    left: 780%;
}

.g-span-41 {
    margin-right: -820%;
    width: 820%;
}

.g-col-41 {
    left: 800%;
}

.g-span-42 {
    margin-right: -840%;
    width: 840%;
}

.g-col-42 {
    left: 820%;
}

.g-span-43 {
    margin-right: -860%;
    width: 860%;
}

.g-col-43 {
    left: 840%;
}

.g-span-44 {
    margin-right: -880%;
    width: 880%;
}

.g-col-44 {
    left: 860%;
}

.g-span-45 {
    margin-right: -900%;
    width: 900%;
}

.g-col-45 {
    left: 880%;
}

.g-span-46 {
    margin-right: -920%;
    width: 920%;
}

.g-col-46 {
    left: 900%;
}

.g-span-47 {
    margin-right: -940%;
    width: 940%;
}

.g-col-47 {
    left: 920%;
}

.g-span-48 {
    margin-right: -960%;
    width: 960%;
}

.g-col-48 {
    left: 940%;
}html, body {
    line-height: 1;
    font-size: 16px;
    font-family: 'PT Sans', sans-serif;
    overflow: hidden;
    height: 100%;
    /*min-width: 978px;*/
    color: #222222;
}

p {
    margin: 0;
}

a {
    color: #008dd1;
    text-decoration: none;
}

a img, :link img, :visited img {
    border: 0;
}

.inlineBlock {
    display: inline-block;
    vertical-align: top;
}

.pseudoNone {
    position: absolute;
    left: -100500px;
}

.ie-lt8 .inlineBlock {
    display: inline;
    zoom: 1;
    vertical-align: top;
}

input[type="text"], input[type="password"], select, textarea {
    border: 1px solid #e782a2;
}

.layer {
}

.layer_target_main {
    height: 100%;
    overflow-y: scroll;
    overflow-x: auto;
    position: relative;
}

.contentWrapper {
    min-height: 100%;
    /*margin: 0 auto;*/
}

.footer {
    background: #f5e1d6;
}

.footerCenter-copyright {
    margin: 80px auto 0 auto;
    width: 1160px;
    font-size: 16px;
    line-height: 20px;
    color: #404040;
    padding: 30px 0;
}

.field-validation-error {
    color: #ff0000;
}

.radioButton-underlay {
    color: #008dd1;
    cursor: pointer;
    padding: 3px 0;
    margin-right: 30px;
}

.radioButton-underlay input {
    position: absolute;
    left: -100500px;
}

.radioButton-underlay_state_active {
    color: #404040;
    border-bottom: 1px solid #404040;
}

.form-group {
    margin-bottom: 15px;
}

.formBigLabel {
    font-size: 20px;
}

.formGroup-label,
.formGroup-errorMessage {
    margin-top: 5px;
    font-size: 15px;
}

.required {
    color: #e74f75;
}

.title1, h1 {
    font-size: 36px;
    color: #404040;
    line-height: 47px;
    padding-bottom: 30px;
    font-weight: normal;
}

.title2 {
    font-size: 24px;
    color: #404040;
    line-height: 31px;
}

.title1_position_center,
.title2_position_center {
    text-align: center;
}

.modal {
    display: none;
    width: 600px;
}

.remodal-overlay {
    background: #000 !important;
}

.remodal-is-opened.remodal-overlay {
    -ms-opacity: 0.5 !important;
    opacity: 0.5 !important;
}

.remodal {
    background: #ffffff !important;
    text-align: left;
    -ms-border-radius: 0 !important;
    border-radius: 0 !important;
}

.remodal, .remodal * {
    font-family: inherit !important;
}

.remodal .remodal-close {
    display: none;
}.submitButton {
    position: relative;
    cursor: pointer;
    outline: 0 none;
    background-position: 100% -60px;
    background-repeat: no-repeat;
    margin-right: 0;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
}

.submitButton-left {
    margin-right:0;
    width: 0;
    height: 100%;
    vertical-align: top;
    background: none no-repeat scroll 0 0 transparent;
}

.submitButton-content {
    margin: 0;
    padding: 13px 30px;
    height: 100%;
    white-space: nowrap;
    background: repeat-x scroll 0 -120px transparent;
}

.submitButton-text {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
}

.submitButton-input {
    border: 0 none;
    font-size: 0;
    height: 100%;
    letter-spacing: -10px;
    margin: 0 0 0 -100%;
    opacity: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: top;
    width: 100%;
    line-height: normal !important;
    word-spacing: normal;
}

.submitButton_transform_uppercase {
    text-transform: uppercase;
}

.submitButton_transform_lowercase {
    text-transform: lowercase;
}

.submitButton_transform_none {
    text-transform: none;
}

.submitButton_theme_red, .submitButton_theme_red:hover {
    /*color: #a42d48;*/
	color: #2991d0;
}

.submitButton_size_default {
    font-size: 12px;
    height: 53px;
}

.submitButton_size_small {
    font-size: 12px;
    height: 36px;
}

.submitButton_size_default .submitButton-content {
    line-height: 28px;
}

.submitButton_size_small .submitButton-content {
    line-height: 12px;
}

.submitButton_size_default.submitButton_theme_red, .submitButton_size_default.submitButton_theme_red .submitButton-left, .submitButton_size_default.submitButton_theme_red .submitButton-content {
    /*border-color: #a42d48;*/
	border-color: #2991d0;
}

.submitButton_size_small.submitButton_theme_red, .submitButton_size_small.submitButton_theme_red .submitButton-left, .submitButton_size_small.submitButton_theme_red .submitButton-content {
    
}

.submitButton .submitButton-text {
    color: inherit;
}

.submitButton:hover {
    /*background-color: #a42d48;*/
	background-color: #2991d0;
    color: #fff;
}

.submitButton:active {
}

.submitButton:active {
}.pageTitle {
    font-weight: bold;
    font-size: 32px;
}.visual {
    /*height: 720px;*/
	height: 350px;
    background: url(/Built/night.jpg) no-repeat top center;
    /*background-size: 100% 100%;*/
}

.visual-layout {
    /*padding-top: 453px;*/
    text-align: center;
	display: none;
    /*background-image: url(/Built/9f77b39519b9631f2b598e555d884cdb.png);
    background-repeat: no-repeat;
    background-position: center 160px;*/
}

.visual-slogan {
    font-size: 36px;
    color: #54373d;
    letter-spacing: 2.57px;
    line-height: 47px;
    text-align: center;
    text-transform: uppercase;
    opacity: 0.9;
}

.visual-info {
    color: #54373d;
    font-size: 20px;
    padding: 120px 0 0;
    letter-spacing: 1.42px;
    opacity: 0.9;
    line-height: 26px;
}

.orgInfo {
    border-bottom: 5px solid #ae3a59;
    background-color: #df4876;
}

.orgInfo-text {
    padding: 40px 0;
    width: 751px;
    margin: 0 auto;
    color: #ffffff;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.3;
}

.toggle-foretime {
    color: #008dd1;
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
}

.program {
    display: block;
}

.program-platformGroup {
    padding-top: 40px;
}

.program-platformTitle {
    color: #008dd1;
    font-size: 28px;
    width: 760px;
    margin: 0 auto;
    overflow: hidden;
    cursor: pointer;
    line-height: 37px;
}

.program-dayGroup {
    padding-top: 40px;
}

.program-dayTitle {
    font-size: 14px;
    padding-bottom: 3px;
    width: 700px;
    margin: 0 auto 15px auto;
    border-bottom: 1px solid #dedede;
    text-align: center;
    line-height: 1.3;
}

.program-cover {
    position: relative;
}

.program-item {
    padding: 15px 0;
}

.program-item:hover {
    background-color: #ffebe4;
}

.program-itemLink {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
}

.program-itemWrap {
    width: 700px;
    margin: 0 auto;
    overflow: hidden;
}

.program-left {
    float: left;
    width: 530px;
}

.program-right {
    float: right;
    width: 100px;
}

.program-itemVenue {
    line-height: 1.3;
    font-size: 16px;
}

.program-itemTitle {
    padding-bottom: 5px;
    line-height: 1.2;
}

.program-itemTime {
    color: #404040;
    font-size: 16px;
    line-height: 1.3;
    text-align: right;
}

.program-title {
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
}

.program-warn {
    font-size: 26px;
    font-weight: bold;
    color: #9b9b9b;
    text-align: center;
    margin-top: 10px;
}

.arrow-icon {
    width: 20px;
}

.timetable {
    width: 751px;
    margin: 0 auto;
}

.timetable-column {
}

.timetableItem {
    
}

.timetable-clear {
    clear: both;
}

.timetableItem-title {
    font-size: 24px;
    margin-top: 20px;
    font-weight: bold;
    color: #222222;
}

.timetableItem-annotation p {
    margin: 12px 0;
    font-size: 18px;
    color: #222222;
    line-height: 1.3;
}

.titleBlock,
.organizers {
    border-bottom: 5px solid #ae3a59;
    background-color: #df4876;
}

.titleBlock-text,
.organizers-text {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 20px 0;
}

.partners {
}

.partners-item {
    padding-bottom: 10px;
}

.partners-title {
    font-size: 24px;
    font-weight: bold;
    color: #222222;
    margin: 35px 0 5px 0;
}

.partners-subtitle {
    font-size: 16px;
    text-align: right;
    margin-top: 35px;
}

.persons {
}

.persons-item {
    margin-right: 23px;
}

.persons-item_repeat_once {
    width: 520px;
}

.persons-item_repeat_twice {
    width: 345px;
}

.persons-photo {
    width: 100px;
    height: 100px;
    float: left;
}

.persons-name {
    font-size: 28px;
    margin-left: 112px;
    margin-top: 25px;
}

.persons-post {
    font-size: 16px;
    line-height: 1.2;
    margin-top: 5px;
    margin-left: 112px;
}

.others {
    font-size: 18px;
    line-height: 1.2;
}

.others p {
    margin-bottom: 28px;
}

.volunteers {
}

.volunteers-list {
    width: 645px;
    margin: 0 auto -20px auto;
}

.volunteers-item {
    margin-right: 20px;
    margin-bottom: 20px;
}

.volunteers-tooltip {
    background: #ffffcb;
    color: #000000;
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    padding: 9px 8px;
    border: 1px solid #bbbbbb;
    width: 300px;
}

.ui-tooltip {
    box-shadow: none;
    border-radius: 0;
}

.ui-widget-content {
    border: none;
}

.mainPartners {
}

.mainPartners-layout {
    width: 1081px;
    margin: 0 auto;
    text-align: justify;
}

.mainPartners-layout:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 0;
}

.mainPartners-logo img {
    vertical-align: middle;
}

.mainPartners-title {
    margin-left: 132px;
    font-size: 16px;
    line-height: 1.2;
    height: 42px;
    overflow: hidden;
}

.indexPartners-layout {
    width: 1078px;
    margin: 0 auto -60px auto;
}

.indexPartners-logo {
    width: 157px;
    height: 42px;
    text-align: center;
    margin-bottom: 60px;
}

.indexPartners-logo img {
    vertical-align: middle;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
}

.indexPartners-logo img:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%);
}

.mission {
    width: 960px;
    margin: 0 auto;
    overflow: hidden;
	text-align: center;
}

.mission-title {
    padding: 60px 0 10px;
}

.mission-text {
    width: 393px;
    float: left;
}

.mission-block {
    width: 350px;
    float: right;
}

.mission-text p {
    margin-bottom: 14px;
    line-height: 1.3;
    font-size: 16px;
}

.mission-videoTitle {
    font-size: 16px;
    padding-top: 10px;
}

.resources {
    margin: 18px 40px;
}

.resources-item {
    height: 26px;
    background-repeat: no-repeat;
    padding-left: 35px;
    margin-bottom: 21px;
    padding-top: 3px;
}

.resources-item_icon_baloon {
    background-image: url(/Built/6b6f5a8f3d7ccfb516bf8e4208b6f59b.png);
}

.resources-item_icon_vk {
    background-image: url(/Built/bdc156ca435a033ca86045af922f6be6.png);
}

.index-mediaFiles {
    padding-bottom: 40px;
}

.donate-button {
    cursor: pointer;
    border: 1px solid #a42d48;
    border-radius: 5px;
    font-size: 20px;
    color: #a42d48;
    font-weight: bold;
    padding: 17px 29px;
}

.donate-button:hover {
    background: #a42d48;
    border: 1px solid #a42d48;
    border-radius: 5px;
    color: #ffffff;
}

.topMenu {
    background-color:rgba(0,0,0,0.5);
}

.topMenu_position_top {
    height: 39px;
	background-color: #233967;
    /*background: url(/Built/0d23eba48567839102af5a31852dbce0.png) no-repeat top center;*/
    background-size: 100% 100%;
}

.topMenu_position_bottom {
    height: 43px;
}

.topMenu_fon_top {
    background: url(/Built/a7d8d2a40ee5f7ba964e0833e2860ff8.png) no-repeat top center;
    background-size: 100% 100%;
}

.topMenu_fon_bottom {
    /*background: url(/Built/653bc671bb66e69949e39fe0df06fc65.png) no-repeat top center;*/
    background-size: 100% 100%;
	background-color: #233967;
}

.topMenu .active {
    text-decoration: underline;
}

.topMenu-title {
    font-size: 14px;
    color: #ffffff;
    line-height: 20px;
    text-transform: uppercase;
    padding-top: 11px;
    letter-spacing: 0.77px;
    text-align: center;
}

.topMenu-years {
    font-size: 14px;
    padding-top: 11px;
    color: #ffffff;
    line-height: 20px;
    padding-top: 7px;
    margin-left: 20px;
}

.topMenu-year {
    /*background: #824448;*/
	background: #dd7522;
    padding: 3px;
}

.menuLayout {
    position: relative;
    margin: 0 auto;
    width: 940px;
}

.menuLayout-item {
    padding-top: 9px;
    margin-right: 20px;
    font-size: 20px;
    color: #fff;
    line-height: 26px;
}

.menuLayout-item a {
    color: #fff;
}

.menuLayout-icons {
    position: absolute;
    right: 0;
    top: 0;
}

.socials {
    text-align: right;
}

.socials-icon {
    height: 22px;
    width: 22px;
    margin-top: 12px;
    margin-left: 10px;
    background-position: center;
}

.socials-icon a {
    height: 100%;
    display: block;
}

.socials-icon_type_vk {
    background-image: url(/Built/bdc156ca435a033ca86045af922f6be6.png);
}

.socials-icon_type_fb {
    background-image: url(/Built/5c4fdf41a7492fb10baa45105568b2c1.png);
}

.sectionDelimiter {
    margin-top: 80px;
    margin-bottom: 60px;
    height: 1px;
    background-color: #dedede;
}

.technotvorMap-text {
    padding-bottom: 30px;
    text-align: center;
    margin-top: -20px;
    font-size: 16px;
}

.technotvorMap-map {
    width: 790px;
    margin: 0 auto;
}

.aboutMission {
    width: 1160px;
    margin: 60px auto 0;
}

.aboutMission-text {
    padding-right: 490px;
}

.aboutMission-text p {
    font-size: 16px;
    color: #404040;
    line-height: 20px;
}

.aboutMission-text .title2 {
    margin-bottom: 20px;
}

.diplomas-layout {
    width: 900px;
    margin: auto;
}

.diplomas-item {
    margin-left: 60px;
    text-align: center;
    min-width: 191px;
}

.diplomas-item:first-child {
    margin-left: 0;
}

.diplomas-title {
    padding-top: 10px;
    font-size: 14px;
    line-height: 18px;
}

.press {
    width: 960px;
    margin: 60px auto 0;
}

.press-item {
    margin-bottom: 30px;
    padding-bottom: 5px;
}

.press-item p {
    line-height: 1.4;
}

.press-content {
    padding: 20px 0 30px;
    line-height: 1.4;
}

.to-top {
    position: fixed;
    left: 25px;
    top: 25px;
    cursor:pointer;
    background-image: url(/Built/d4ddabe831aa8533223f13cb2aca991e.png);
    width: 24px;
    height: 24px;
    display: none;
}.pageWrapper {
    background: url(/Built/9909926dbc1da6009b3499be1ee5a9ed.png) no-repeat top center;
    background-size: 100% 100%;
    margin-bottom: -80px;
}

.pageCover {
    margin: 0 auto;
    width: 1120px;
    background-color: #fff;
}

.division {
    padding: 60px 80px;
}.registration {
    padding: 57px 0;
    font-size: 16px;
}

.pageTitle_page_registration {
    margin-bottom: 40px;
}

.registrationTitle {
    font-size: 20px;
    margin-bottom: 25px;
}

.registration-actionPanel {
    margin-top: 30px;
}

.registration-collect {
    padding: 15px 22px;
    background-color: #fdf9e0;
    line-height: 1.2;
}

.exit-link {
    font-size: 30px;
}