/* http://meyerweb.com/eric/tools/css/reset/ 2. v2.0 | 20110126
  License: none (public domain)
  */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/*
  ========================================
  Пользовательские стили
  ========================================
*/

@font-face {
    font-family: "Roboto";
    src: url("../fonts/roboto/Roboto-Thin.ttf");
    font-weight: 100;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/roboto/Roboto-Light.ttf");
    font-weight: 300;
}

@font-face {
    font-family: "Roboto";
    src: url("../fonts/roboto/Roboto-Regular.ttf");
    font-weight: 400;
}

body {
    background: #293f50;
    color: #888;
    font: 300 16px/22px "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}


/*
  ========================================
  Сетка
  ========================================
*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.flex-grid,
.grid,
.container {
    margin: 0 auto;
    width: 1000px;
}

.flex-grid {
    display: flex;
    flex-wrap: wrap;
}

.container {
    padding-left: 30px;
    padding-right: 30px;
}

.col-1-3 {
    width: 33.33%
}

.col-2-3 {
    width: 66.66%;
}

.col-1-3,
.col-2-3 {
    display: inline-block;
    vertical-align: top;
}

.flex-grid,
.grid,
.col-1-3,
.col-2-3 {
    padding-left: 15px;
    padding-right: 15px;
}


/*
  ========================================
  Типографика
  ========================================
*/

h1,
h3,
h4,
h5,
p {
    margin-bottom: 22px;
}

h1,
h2,
h3,
h4 {
    color: #648880;
}

h1 {
    font-size: 36px;
    line-height: 44px;
}

h2 {
    font-size: 24px;
    line-height: 44px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 18px;
}

h5 {
    color: #a9b2b9;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

strong {
    font-weight: 400;
}

cite,
em {
    font-style: italic;
}

.conf_name {
    font-size: 32px;
    text-transform: uppercase;
}


/*
  ========================================
  Вступление
  ========================================
*/

.lead {
    text-align: center;
}

.lead p {
    font-size: 21px;
    line-height: 33px;
}


/*
  ========================================
  Ссылки
  ========================================
*/

a:hover {
    color: #a9b2b9;
}

a {
    color: #648880;
    text-decoration: none;
}

p a {
    border-bottom: 1px solid #dfe2e5;
}


/*
  ========================================
  Кнопки
  ========================================
*/

.btn {
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    letter-spacing: .5px;
    margin: 0;
    text-transform: uppercase;
}

.btn-alt {
    border: 1px solid #fff;
    padding: 10px 30px;
}

.btn-alt:hover {
    background: #fff;
    color: #648880;
}

.btn-default {
    border: 0;
    background: #648880;
    padding: 11px 30px;
    font-size: 14px;
}

.btn-default:hover {
    background: #77a198;
}


/*
  ========================================
  Главная страница
  ========================================
*/

.hero {
    line-height: 44px;
    padding: 22px 40px 66px 40px;
    text-align: center;
    color: #fff;
}

.hero h2 {
    font-size: 36px;
}

.hero p {
    font-size: 24px;
    font-weight: 100;
}

.teaser a:hover h3 {
    color: #a9b2b9;
}

.teaser img {
    border-radius: 5px;
    display: block;
    margin-bottom: 22px;
    max-width: 100%;
}


/*
  ========================================
  Clearfix
  ========================================
*/

.group::before,
.group::after {
    content: "";
    display: table;
}

.group::after {
    clear: both;
}

.group {
    clear: both;
    *zoom: 1;
}


/*
  ========================================
  Полосы
  ========================================
*/

.row,
.row-alt {
    min-width: 1000px;
}

.row {
    background: #fff;
    padding: 66px 0 44px 0;
}

.row-alt {
    background: #cbe2c1;
    background: -webkit-linear-gradient(to right, #a1d3b0, #f6f1d3);
    background: -moz-linear-gradient(to right, #a1d3b0, #f6f1d3);
    background: linear-gradient(to right, #a1d3b0, #f6f1d3);
    padding: 44px 0 22px 0;
}


/*
  ========================================
  Основной заголовок
  ========================================
*/

.logo {
    float: left;
    font-size: 48px;
    font-weight: 100;
    letter-spacing: .5px;
    line-height: 48px;
    border-top: 4px solid #648880;
    padding: 40px 0 22px 0;
    text-transform: uppercase;
}

.tagline {
    margin: 66px 0 22px 0;
    text-align: right;
}

.primary-nav {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .5px;
    text-transform: uppercase;
}


/*
  ========================================
  Основной подвал
  ========================================
*/

.primary-footer small {
    float: left;
    font-weight: 400;
}

.primary-footer {
    color: #648880;
    font-size: 14px;
    padding-bottom: 44px;
    padding-top: 44px;
}

.primary-footer a,
.primary-header a {
    color: #fff;
}

.primary-footer a:hover,
.primary-header a:hover {
    color: #648880;
}

.primary-footer small a {
    font-weight: 400;
    color: #648880;
}


/*
  ========================================
  Навигация
  ========================================
*/

.nav {
    text-align: right;
}

.nav li {
    display: inline-block;
    margin: 0 10px;
    vertical-align: top;
}

.nav li:last-child {
    margin-right: 0;
}

.activ-menu {
    border-bottom: 2px solid #648880;
}


/*
  ========================================
  Анимация меню
  ========================================
*/

.animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.5, .5, .5);
        transform: scale3d(.5, .5, .5)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.5, .5, .5);
        transform: scale3d(.5, .5, .5)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}


/*
  ========================================
  Тематика
  ========================================
*/

.curator {
    border: 1px solid #dfe2e5;
    border-radius: 5px;
    margin-top: 88px;
    padding-bottom: 22px;
    text-align: center;
}

.theme {
    margin-bottom: 44px;
}

.curator img {
    border-radius: 50%;
    height: 130px;
    margin: -66px 0 22px 0;
    vertical-align: top;
}


/*
  ========================================
  Место проведения
  ========================================
*/

.venue {
    margin-bottom: 22px;
    display: flex;
}

.venue-map {
    height: 150px;
}


/*
  ========================================
  Регистрация
  ========================================
*/

.why-attend {
    list-style: square;
    margin: 0 0 22px 30px;
}

form {
    margin-bottom: 22px;
}

input,
select,
textarea {
    font: 300 16px/22px "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.register-group label {
    color: #648880;
    cursor: pointer;
    font-weight: 400;
}

.register-group input,
.register-group select,
.register-group textarea {
    border: 1px solid #c6c9cc;
    border-radius: 5px;
    color: #888;
    display: block;
    margin: 5px 0 27px 0;
    padding: 5px 8px;
}

.register-group input,
.register-group textarea {
    width: 100%;
}

.register-group select {
    height: 34px;
    width: 60px;
}

.register-group textarea {
    height: 78px;
}


/*
  ========================================
  Расписание
  ========================================
*/

table {
    margin-bottom: 44px;
    width: 100%;
}

table:last-child {
    margin-bottom: 0;
}

th,
td {
    padding-bottom: 22px;
    vertical-align: top;
}

th {
    padding-right: 45px;
    text-align: right;
    width: 20%;
}

td {
    width: 40%;
}

thead {
    line-height: 44px;
}

thead th {
    color: #648880;
    font-size: 24px;
}

tbody th {
    color: #a9b2b9;
    font-size: 14px;
    font-weight: 400;
    padding-top: 22px;
    text-transform: uppercase;
}

tbody td {
    border-top: 1px solid #dfe2e5;
    padding-top: 21px;
}

tbody td:first-of-type {
    padding-right: 15px;
}

tbody td:last-of-type {
    padding-left: 15px;
}

tbody td:only-of-type {
    padding-left: 0;
    padding-right: 0;
}

table a {
    color: #888;
}

table h4 {
    margin-bottom: 0;
}

.schedule-offset {
    color: #a9b2b9;
}


/*
  ========================================
  Учасники
  ========================================
*/

.registed th,
.registed td {
    padding: 5px 20px;
}

.row-reg {
    padding: 0 0 44px 0;
}

.registed th {
    text-align: left;
    font-size: 20px;
    vertical-align: middle;
    padding: 10px 0;
    border-bottom: 2px solid #dfe2e5;
    line-height: 25px;
}

.registed tr th:nth-of-type(3),
.registed tr td:nth-of-type(3) {
    width: 180px;
}

.registed tr td:nth-of-type(3) {
    padding-left: 35px;
}

.registed tr th:nth-of-type(2),
.registed tr td:nth-of-type(2) {
    width: 250px;
}

.registed tr th:nth-of-type(1),
.registed tr td:nth-of-type(1) {
    width: 250px;
}

caption {
    font-size: 26px;
    padding-bottom: 25px;
    border-bottom: 2px solid #dfe2e5;
}

.menu {
    display: none;
}


/*
  ========================================
  Адаптивный дизайн
  ========================================
*/

@media screen and (max-width: 600px) {
    body {
        min-width: 360px;
    }
    .menu {
        display: block;
    }
    .menu-triger {
        display: block;
        width: 38px;
        height: 38px;
        background: url(../images/open-menu2.png) 0 0 repeat;
        /* background-color: #648880; */
        background-size: contain;
        position: absolute;
        left: 15px;
        top: 20px;
        z-index: 99;
    }
    .menu-close {
        display: block;
        width: 38px;
        height: 38px;
        background: url(../images/close-menu2.png) 0 0 repeat;
        background-size: contain;
        position: absolute;
        left: 15px;
        top: 20px;
        z-index: 100;
    }
    .menu-popup {
        display: none;
        background: #293f50;
        position: absolute;
        left: 0px;
        right: 0px;
        top: 0;
        padding: 15px 30px 25px 70px;
        z-index: 99;
        box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    }
    .body_pointer * {
        cursor: pointer;
    }
    .flex-grid,
    .grid,
    .container {
        width: auto;
    }
    .logo {
        float: none;
        width: auto;
        text-align: center;
        padding: 15px 0 18px 35px;
        border-bottom: 4px solid #648880;
        font-size: 38px;
    }
    .tagline {
        margin: 0 0 0 0;
        text-align: center;
        width: auto;
    }
    .col-1-3,
    .col-2-3 {
        width: 100%;
    }
    .primary-footer small {
        width: 100%;
        text-align: center;
    }
    .venue {
        flex-wrap: wrap;
        text-align: center;
    }
    .nav li {
        display: none;
    }
    .menu-popup .nav li {
        display: block;
        margin: 0;
        text-align: right;
        letter-spacing: .5px;
        text-transform: uppercase;
        line-height: 2em;
    }
    .primary-nav {
        margin: 20px 0 0 0;
        background-color: #648880;
    }
    .primary-footer .nav {
        display: none;
    }
    .container {
        padding-left: 0;
        padding-right: 0;
    }
    .row,
    .row-alt {
        min-width: auto;
    }
    thead th {
        font-size: 14px;
    }
    table h4 {
        font-size: 14px;
    }
    th {
        padding-right: 25px;
    }
    tbody td {
        font-size: 12px;
    }
    caption {
        font-size: 14px;
    }
    .registed th {
        line-height: 12px;
        font-size: 10px;
    }
    .registed th,
    .registed td {
        padding: 5px 0px;
    }
    .fbtn {
        width: 100%;
        text-align: center;
    }
    .activ-menu a {
        border-bottom: 2px solid #293f50;
    }
    .nav li:hover {
        background-color: #293f50;
    }
}