body {
    padding: 0;
    margin: 0;
    font: 1em/150% Arial, Verdana, sans-serif;
    color: #ccb;
    background: #15212f;
}

a {
    color: #f60!important;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

big, .big {
    font-size: 125%;
}

img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
    border: 0;
}

hr {
    margin: 1em 0;
    border-color: #dfdfdf;
    border-style: solid;
    border-width: 0 0 1px 0;
}

blockquote {
    margin: 1em 2em;
    border-left: 4px #dfdfdf solid;
    padding: 1em;
    font-style: italic;
}

.p {
    margin: 1em 0;
}

.top {
    vertical-align: top;
}

.bottom {
    vertical-align: bottom;
}

.middle {
    vertical-align: middle;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.justify {
    text-align: justify;
}

.inithide {
    display: none;
}

.float-50 {
    float:left;
    width:50%;
}

.nobr {
    white-space: nowrap;
}

.yellow {
    color: #fc0!important;;
}

.orange {
    color: #f60!important;
}

div.clear {
    clear: both;
    height: 1px;
    margin: 0 0 -1px 0; 
    padding: 0;
    overflow: hidden;
}

#main-menu-full ul {
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    width: 980px;
}

#main-menu-full li {
    margin: 0;
    padding: 0;
    width: 16.66%;
    display: inline-block;
}

#main-menu-full a {
    font-family: PlumbCRegular;
    font-size: 1.2em;
    line-height: 200%;
    color: #fff!important;
    text-decoration: none;
    border-top: .5em solid transparent;
    border-bottom: .5em solid transparent;
    display: block;
}

#main-menu-mini a {
    color: #fff!important;
    text-decoration: none;
}

#main-menu-mini a {
    display: block;
}

#main-menu-mini .switch {
    cursor: pointer;
    padding: .5em;
    color: #fc0;
    font-family: PlumbMediumCMediumC;
    background: #000;
    text-transform: uppercase;
    font-size: 1.1em;
}

#main-menu-mini ul {
    display: block;
    padding: 0;
    margin: 0;
    font-family: PlumbCRegular;
    font-size: 1.1em;
}

#main-menu-mini li {
    padding: .5em .5em .5em 1.5em;
    display: block;
    margin: 0;
    background: #003f5e;
}

#main-menu-mini li:nth-child(even) {
    /* background: #01293e; */
}

#main-menu-full li.active a,
#main-menu-full li:hover a {
    border-bottom-color: #fc0;
}

#main-menu-mini .active {
    background: #fc0!important;
}

#main-menu-mini .active a {
    color: #000!important;
}

#main-menu-full li ul,
#main-menu-mini li ul {
    display: none;
}

#main-menu-mini-menu {
    display: none;
}

#header-social a,
#footer-social a {
    display: block;
    color: #fff!important;
    padding: 2em .2em;
    background: #54769b;
    text-align: center;
}

#footer-social a {
    display: inline-block;
    padding: 1em .6666666666666666em;
    font-size: .6em;
    -moz-border-radius: 2em;
    -webkit-border-radius: 2em;
    border-radius: 2em;
}

#header-social a:nth-child(1),
#footer-social a:nth-child(1) {
    background: #3a589b;
}

#header-social a:nth-child(3),
#footer-social a:nth-child(3) {
    background: #44bde0;
}

#header-social a:nth-child(4),
#footer-social a:nth-child(4) {
    background: #c33;
}

#header-social a:last-child,
#footer-social a:last-child {
    background: #ccc;
}

#footer-social a:last-child {
    padding:.76em
}

.video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video iframe,  
.video object,  
.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#product-video {
    margin: 1em 0;
    padding: 3px;
    border: 1px solid #ccc;
    -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
    box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#partners .title {
    color: #fff;
    font-size: 2em;
    font-family: PlumbMediumCMediumC;
    text-transform: uppercase;
    background: url('/img/points_bg.png') 1.5em center no-repeat;
    padding-left: .5em;
    line-height: 100px;
    margin-bottom: .5em;
}

#directions-map {
    width: 100%;
    height: 500px;
}

#content h1,
#content-main h1,
#last-teaserwrap h1 {
    font-size: 2.5em;
    font-family: PlumbMediumCMediumC;
    text-transform: uppercase;
    color: #fc0;
    line-height: 120%;
    margin: .5em 0;
}

#last-teaserwrap h1 {
    text-align: center;
}

#content-main h2,
#content-side h2,
#last-press h2,
#last-gallerywrap .last-gallery h2 {
    color: #eee;
    font-size: 2em;
    font-family: PlumbCRegular;
    line-height: 120%;
    margin: 0;
}

#content-main h3,
#content-side h3 {
    margin: 0;
    font-weight: normal;
    color: #fc0;
    font-family: inherit;
    line-height: inherit;
    font-size: inherit;
}

#content-side h1 {
    display: block;
    font-size: 1.5em;
    line-height: 1.5em;
    margin: 0 0 1em 0;
    color: #902e79;
    background: #ddd;
    padding: .1em .3em 0 .3em;
    text-transform: none;
    font-weight: normal;
}

#content-side ul {
    margin: 1em 0;
    padding: 0 0 0 1.5em;
}

a.ticket {
    background: #d65a24;
    background-image: url('/img/ticket_bg.png'), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e56e39), color-stop(100%,#c84911));
    background-image: url('/img/ticket_bg.png'), -webkit-linear-gradient(#e56e39 0, #c84911 100%);
    background-image: url('/img/ticket_bg.png'), -moz-linear-gradient(#e56e39 0, #c84911 100%);
    background-image: url('/img/ticket_bg.png'), -ms-linear-gradient(#e56e39 0, #c84911 100%);
    background-image: url('/img/ticket_bg.png'), -o-linear-gradient(#e56e39 0, #c84911 100%);
    background-image: url('/img/ticket_bg.png'), linear-gradient(#e56e39 0, #c84911 100%);
    color: #fff!important;
    font-weight: bold;
    font-size: 1.4em;
    padding: 0 1em;
    line-height: 2em;
    display: inline-block;
    text-decoration: none!important;
    white-space: nowrap;
    font-family: PlumbMediumCMediumC; 
}

div.warning {
    background: url('/img/side_bg.png') top left repeat;
    padding: 1em;
    color: #fc0;
}

div.warning b {
    color: #f60;
}

div.anketa {
    padding: 0.01em 1em 1em 1em;
    background: #003f5e;
    margin: 1em 0;
    color: #fc0;
}

div.anketa ul,
div.anketa ol {
    margin: 1em 0;
    padding: 0 0 0 1.5em;
}

div.anketa li span {
    color: #ccb;
}

#content-main div.contact {
    background: url('/img/side_bg.png') top left repeat;
    padding: 1em;
}

div.border {
    background: #fff;
    border: 1px solid #dfdfdf;
    padding: .5em 1em;
}

div.contact big {
    display: inline-block;
    margin-bottom: .25em;
}

#last-press-text h2,
#last-press-video h2 {
    margin-bottom: .5em;
}

#last-press-text ul,
#last-press-video ul {
    margin: 0 0 0 2em;
    padding: 0;
    color: #ccb;
}

#last-gallerywrap .last-gallery img {
    width: 25%;
    height: auto;
    padding: 0;
    margin: 0;
    vertical-align: bottom;
}

.gallery-more {
    height: 0;
    width: 25%;
    padding-bottom: 18.75%;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    color: #ccb;
    background-color: #2a565e;
}

.gallery-more i {
    line-height: inherit!important;
}


.icons-ul li {
    padding: .5em 0;
    border-bottom: 1px solid #eee;
}
.icons-ul li:last-child {
    border-bottom: none;
}

#content .last-gallery {
    margin: 1em 0;
    text-align: center;
}

#product-gallery {
    margin: 1em 0;
}

#content .last-gallery img,
#product-gallery img {
    width: 180px;
    padding: 3px;
    border: 1px solid #dfdfdf;
    margin: 0 3px 3px 0;
    vertical-align: bottom;
    -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
    box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#product-gallery img {
    width: 22%;
}

#tickets-types {
    margin: 1em 0;
    width: 100%;
    border-collapse: collapse;
}

#content-head {
    border: none;
    border-collapse: collapse;
}

#content-head .logo {
    vertical-align: top;
    padding: 0 1em 0 0;
}

#content-head .logo img {
    max-width: 200px;
    max-height: 200px;
}

#content-head .body {
    vertical-align: middle;
    padding: 0;
}

#content-head td.age-rating {
    vertical-align: top;
    padding: 0 0 0 1em;
    font-size: 150%;
}

span.age-rating {
    color: #fff;
    background: #f63;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    padding: .5em 0!important;
    width: 2em;
    display: inline-block;
    text-align: center;
}

#content-games,
#content-events,
#content-companies {
    border: none;
    border-collapse: collapse;
    width: 100%;
}

#content-games td,
#content-events td,
#content-companies td {
    padding: .5em;
    border-bottom: 1px solid #dfdfdf;
    vertical-align: middle;
}

#content-games tr:last-child td,
#content-events tr:last-child td,
#content-companies tr:last-child td {
    border: none;
}

#content-games td.icon,
#content-events td.icon,
#content-companies td.icon {
    width: 1px;
    text-align: center;
    padding-left: 0;
}

#content-games td.icon img,
#content-companies td.icon img {
    max-width: 50px;
    max-height: 50px;
}

#content-games td.booth,
#content-events td.booth,
#content-companies td.booth {
    width: 1px;
    text-align: right;
    white-space: nowrap;
    padding-right: 0;
}

.booth-label {
    background: #f63;
    color: #fff;
    padding: 0 .5em;
    white-space: nowrap;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
}

.booth-label a {
    color: #fff!important;
    text-decoration: none!important;
}

#tickets-types-side {
    width: 100%;
    border-collapse: collapse;
}

#tickets-types tr,
#tickets-types-side tr {
    border-bottom: 1px solid #aa9;
    vertical-align: top;
}

#tickets-types tr:last-child,
#tickets-types-side tr:last-child {
    border-bottom: none;
}

#tickets-types td.icon {
    padding: 1.4em 1em 1em 1em;
    color: #f63;
}

#tickets-types-side td.icon {
    padding: 1.4em 1em 0 0;
    color: #f63;
}

#tickets-types td.text,
#tickets-types-side td.text {
    padding: 1em 0;
    width: 100%
}

#tickets-types td.price {
    padding: 1em;
    text-align: right;
    white-space: nowrap;
    font-size: 125%;
}

#tickets-types td.price a,
#tickets-types td.price i {
    font-size: 80%;
}

#tickets-types-side td.price {
    padding: 1em;
    text-align: right;
    white-space: nowrap;
    color: #f60;
}

#tickets-types span.more {
    color: #f63;
    cursor: pointer;
}

#tickets-types span.more:hover {
    text-decoration: underline;
}

#tickets-types div.more {
    display: none;
    font-size: 80%;
    margin-top: 1em;
}

#tickets-types ul {
    margin-left: 0;
}

#content-main .news-list .news-item {
    margin: 0 0 2em 0;
}

textarea,
input[type='text'],
input[type='password'] {
    width: 98%;
    padding: 1%;
    border: none!important;
    display: block;
}

input[type='file'] {
    margin: 1em 0;
    color: #ccb;
}

input[type='submit'] {
    cursor: pointer;
    display: inline-block;
    padding: .5em 1em;
    border: 0;
    font-size: 1em;
    color: #fff;
    background: #1b87bd;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1b87bd), color-stop(100%,#076899));
    background: -webkit-linear-gradient(#1b87bd 0%, #076899 100%);
    background: -moz-linear-gradient(#1b87bd 0%, #076899 100%);
    background: -ms-linear-gradient(#1b87bd 0%, #076899 100%);
    background: -o-linear-gradient(#1b87bd 0%, #076899 100%);
    background: linear-gradient(#1b87bd 0%, #076899 100%);
}

label {
    display: block;
    font-weight: bold;
    margin-top: 1em;
}

div.flash-success
{
	padding:.8em;
	margin: 1em 0;
    border:2px solid #fff;
    background:#fc0;
    color:#333;
}

a.refresh-captcha {
    display: inline-block;
    line-height: 50px;
    vertical-align: bottom;
    margin-left: 1em;
}

.pager {
    display: block;
    margin: 1em auto;
    text-align: center;
    list-style-type: none;
}

.pager a {
    text-decoration: none!important;
}

.pager li {
    display: inline-block;
    margin: 0;
    padding: 0 4px
}

.pager .pager-item:hover,
.pager .pager-next:hover,
.pager .pager-previous:hover,
.pager .pager-first:hover,
.pager .pager-last:hover {
    background: #dfdfdf;
}

.pager .pager-current {
    background: #C9E0ED;
}

.pager .hidden {
    display: none;
}

#content-side .qr-code {
    margin: 1em 0;
    text-align: center;
}

#content-side .qr-code img {
    max-width: 100px;
    max-height: 100px;
}

/* админка участника */

.participant .icons-ul {
    line-height: 1.8em;
    margin-left: 0!important;
}

.participant .icons-ul .action {
    background: #a9e1ff; 
    padding: 2px 5px;
    white-space: nowrap;
}

.participant .icons-ul .action a {
    color: #000!important;
}

.participant .icons-ul .flags {
    background: #f2dede; 
    padding: 2px 5px;
    white-space: nowrap;
}

.GalleryEditor label {
    margin-top: 0;
}

.form .logo {
    float: left;
}

.form .logo img {
    max-width: 100px;
    max-height: 100px;
}

.form .qr-code {
    float:right;
}

.form .qr-code img {
    max-width: 100px;
    max-height: 100px;
}

.form .float-left {
    float: left;
    margin-right: 1em!important;
}

.form .w25 {
    width: 25%;
}

.form select {
    padding: 0.4em;
}


