html,
body {
    min-height: 100%;
}

body {
    background-color: #0099cc;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
}



body {
    margin: 0;
    padding: 0;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {

    color: #000;
}

h1, .h1 {
    font-size: 30px;
    font-weight: normal;
    line-height: 1.1;

}

h2 {
    font-size: 26px;
    font-weight: 500;
    line-height: 1.1;
    font-weight: normal;
    color: #fff;
}


.header {
    margin: 24px 0 0;
    padding: 8px 0 32px;
}
/* LOGO */

.logo {
    opacity: 1;
    -webkit-transform: translateY(0);


}

.logo {
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 45px;

}

.logo span {
    opacity: 0;
}


.logo,
.logo a{
    color: #fff;
    transition: all 800ms ease-out 600ms;
    text-decoration: none;
    display: block;

}

.logo-main {
    margin: 0;
    width: 23%;
    position: absolute;
    top: 0;
    left: 0;
}

.logo a {
    font-size: 16px;
}


.logo span {
    opacity: 1;
}

.logo-first {
    opacity:0;
    -webkit-transition: all 800ms ease-out 600ms;
    -moz-transition: all 800ms ease-out 600ms;
    -o-transition: all 800ms ease-out 600ms;
    transition: all 800ms ease-out 600ms;
    letter-spacing: 5px;
    float: left;
}

.logo-first.shown {
    opacity:1;
}


div.logo .strong {
    display: block;
    margin: 0 0 0 42px;
}

/*
.logo .t {
    -webkit-animation-delay: 0ms;
}

.logo .a {
    -webkit-animation-delay: 100ms;
}

.logo .m {
    -webkit-animation-delay: 200ms;
}

.logo .v {
    -webkit-animation-delay: 300ms;
}

.logo .o {
    -webkit-animation-delay: 400ms;
}

.logo .d {
    -webkit-animation-delay: 500ms;
}

.logo .o2 {
    -webkit-animation-delay: 600ms;
}

.logo .p {
    -webkit-animation-delay: 700ms;
}

.logo .a2 {
    -webkit-animation-delay: 800ms;
}

.logo .d2 {
    -webkit-animation-delay: 900ms;
}
*/


.arrow {
    color: #fff;
    display: block;
    float: left;
    font-size: 12px;
    line-height: 14px;
    margin: 0 0 0 22px;
}

.fancy-header {
    padding: 1px 0px 25px;
    background: none repeat scroll 0 0 #171d25;
}

.fancy-header .container {
    padding: 0;
}


.fancy-header h1 {
    text-align: center;

}


.day-date-wrapper {
    width: 40%;
    margin: 0 auto;
    overflow: hidden;
}

.day-date-wrapper .day-date-info {

    overflow: hidden;
    width: 100%;
}

.header-arrow-navigation {
    color: #fff;
    font-size: 25px;

    margin-right: 20px;
    margin-left: 20px;
    transition: all 320ms ease-out 0s;
    text-decoration: none;
}



.header-arrow-navigation:hover {
    color: #0099cc;
    text-decoration: none;
}



.wrap {
    min-height: 100%;
    height: auto;

    padding: 0 0 60px;
    position: relative; /* Set the position property so z-index will apply */
    z-index: 20; /* Make sure this is higher than #menu */
}

.container {
    padding-top: 1%;
    width: 100%;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}


@-webkit-keyframes flash {
    0%   { background: rgba(255,255,255, 0); }
    50%   { background: rgba(255,255,255, .3); }
    100%   { background: rgba(255,255,255, 0); }
}
@-moz-keyframes flash {
    0%   { background: rgba(255,255,255, 0); }
    50%   { background: rgba(255,255,255, .3); }
    100%   { background: rgba(255,255,255, 0); }
}
@-o-keyframes flash {
    0%   { background: rgba(255,255,255, 0); }
    50%   { background: rgba(255,255,255, .3); }
    100%   { background: rgba(255,255,255, 0); }
}
@keyframes flash {
    0%   { background: rgba(255,255,255, 0); }
    50%   { background: rgba(255,255,255, .3); }
    100%   { background: rgba(255,255,255, 0); }
}
@-webkit-keyframes blur {
    0%   { -webkit-filter: blur(0px); }
    49%   { -webkit-filter: blur(0px); }
    50%   { -webkit-filter: blur(1px); }
    51%   { -webkit-filter: blur(0px); }
    100%   { -webkit-filter: blur(0px); }
}

@-webkit-keyframes spin {
    0%   { -webkit-transform: rotate(0deg); }
    100%   { -webkit-transform: rotate(360deg); }
}

@-webkit-keyframes rainbow {
    100% { -webkit-filter: hue-rotate(360deg); }
}

@-webkit-keyframes fall {
    0%   { -webkit-transform: none; }
    100%   { -webkit-transform: rotateX(-90deg); }
}

@keyframes spin {
    0%   { transform: rotate(0deg); }
    100%   { transform: rotate(360deg); }
}

@keyframes fall {
    0%   { transform: none; }
    100%   { transform: rotateX(-90deg); }
}

@-moz-keyframes spin {
    0%   { transform: rotate(0deg); }
    100%   { transform: rotate(360deg); }
}

@-moz-keyframes fall {
    0%   { transform: none; }
    100%   { transform: rotateX(-90deg); }
}




@-webkit-keyframes flash-letter {
    0%{opacity:0.35}
    30%{opacity:0.8}
    100%{opacity:0.21}
}





.navigation {
    list-style-type: none;
    padding: 0;
    margin: 0;

}

.loaded .navigation {
    opacity: 1;
}

.navigation li {
    -webkit-font-smoothing: antialiased;
    opacity: 0;
    -webkit-transition: all 800ms ease-out 600ms;
    -moz-transition: all 800ms ease-out 600ms;
    -o-transition: all 800ms ease-out 600ms;
    transition: all 800ms ease-out 600ms;
}

.loaded .navigation li {
    opacity: 1;
}



.navigation li:nth-child(1) {
    -webkit-transition-delay: 120ms;
    -o-transition-delay: 120ms;
    -moz-transition-delay: 120ms;
    transition-delay: 120ms;
}

.navigation li:nth-child(2) {
    -webkit-transition-delay: 240ms;
    -o-transition-delay: 240ms;
    -moz-transition-delay: 240ms;
    transition-delay: 240ms;
}

.navigation li:nth-child(3) {
    -webkit-transition-delay: 360ms;
    -o-transition-delay: 360ms;
    -moz-transition-delay: 360ms;
    transition-delay: 360ms;
}

.navigation li:nth-child(4) {
    -webkit-transition-delay: 480ms;
    -o-transition-delay: 480ms;
    -moz-transition-delay: 480ms;
    transition-delay: 480ms;
}

.navigation li:nth-child(5) {
    -webkit-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    transition-delay: 600ms;
}

.navigation li:nth-child(6) {
    -webkit-transition-delay: 720ms;
    -o-transition-delay: 720ms;
    -moz-transition-delay: 720ms;
    transition-delay: 720ms;
}

.navigation li a {
    font-size: 24px;
}



.resume .section {
    padding-bottom: 24px;
    padding-top: 20px;
}


/* Month page */

.months-list {
    color: #333;

    text-align: left;
}

 .months-list .month:after {
    clear: both;
    content: "";
    display: table;
}
 .months-list .month {
    opacity: 1;
}
.months-list .month {
    background: none repeat scroll 0 0 #fff;
    border-radius: 6px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 2px 2px 8px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    display: inline-block;
    margin: 0 3% 42px 0;

    padding: 16px 16px 90px;
    position: relative;
    text-align: center;
    transition: all 180ms ease-out 0s;
    vertical-align: top;
    width: 29.6%;
}

.months-list .month .link-overlay {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.months-list h2 {
    color: #222;
    font: 400 24px/1.2 "DINWeb","Lucida Grande",verdana,sans-serif;
    margin: 12px 0 0;
}

.months-list .cities {
    color: #7085a1;
    font: 500 10px/1.3 "DINWeb","Lucida Grande",verdana,sans-serif;
    letter-spacing: 0.1em;
    margin: 2px 24px;
    max-height: 26px;
    min-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
}

.months-list .cities .city {
    display: inline-block;
    margin: 0 0.4em 0 0;
    white-space: nowrap;
    list-style-type: none;
}

.months-list .month-categories {
    bottom: 6px;
    display: block;
    font-size: 0;
    height: 60px;
    left: 14px;
    margin: 24px auto 0;
    pointer-events: none;
    position: absolute;
    right: 14px;
    text-align: center;
    z-index: 2;
}

.months-list .month-categories .category {
    width: 33%;
}
.months-list .month-categories .category {
    display: inline-block;
    margin: 0;
    max-width: 88px;
    position: relative;
    width: 25%;
}

.months-list .month-photos {
    background: none repeat scroll 0 0 #445367;
    font-size: 0;
    line-height: 1;
    margin: 18px -17px 0 -16px;
    text-align: left;
    white-space: nowrap;
    max-height: 118px;
}

.months-list .month-photos .photo {
    display: inline-block;
    margin: 0;
    max-height: 118px;
    overflow: hidden;
    padding: 0;
    width: 33.3%;
}

.months-list .month-photos .photo img {
    border-radius: 0;
    display: block;
    width: 100%;
}

.month-summary {
    margin-top: 30px;
    font-size: 16px;
    margin: 0 auto;
    text-align: center;
}

.month-summary div {
    margin-top: 10px;
}


.month-summary a {
    color: #fff;


}


.month-summary ul {
    margin: 0;
    padding: 0;

}



/*main page*/

.main-bloks {
    width: 90%;

    margin: 3% 5%;
}

.main-bloks .main-statistics {
    width: 100%;
    display: block;
    float: left;
}

.main-statistics h1 {
    margin-top: 0;
    padding-top: 0;
}

.main-statistics h2 {
    font-size: 60px;
    font-weight: bold;
}

.now-block {
    margin-top: 20px;
}

.main-navigation {
    float: right;
    margin-top: 20px;
    margin-right: 30px;
}


.main-navigation ul li {
    display: block;
    float: left;
    margin-left: 30px;
}



.main-statistics,
.tooltip {
    font-size: 33px;
}


@media all and (max-width: 480px) {
    .tooltip {
        font-size: 20px;
    }
}


.main-statistics a,
.static a{
    position: relative;
    display: inline-block;
    outline: none;
    color: #000;
    vertical-align: bottom;
    text-decoration: none;
    white-space: nowrap;
}

.main-statistics a::before,
.main-statistics a::after,
.static a::before,
.static a::after {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

.main-statistics a,
.static a{
    font-weight: 500;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.main-statistics a:hover,
.main-statistics a:focus,
.static a:hover,
.static a:focus{
    color: #fff;
}

.main-statistics a::before,
.static a::before {
    position: absolute;
    top: 0px;
    left: -5px;
    z-index: -1;
    box-sizing: content-box;
    padding: 0 5px;
    width: 100%;
    height: 100%;
    background: #e74c3c;
    content: '';
    opacity: 0;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
    -webkit-transform: skewY(-3deg) skewX(-11deg);
    transform: skewY(-3deg) skewX(-11deg);
}

.main-statistics a:hover::before,
.main-statistics a:focus::before,
.static a:hover::before,
.static a:focus::before{
    opacity: 1;
    -webkit-transform: skewY(0) skewX(0);
    transform: skewY(0) skewX(0);
}



.back-button {
    transition-delay: 1400ms;
    color: #fff;
    cursor: pointer;
    display: block;
    left: 0;
    font-size: 18px;
    padding: 32px 12px 32px 32px;
    position: absolute;
    text-align: center;
    top: 0;
    z-index: 100;
    transition: all 320ms ease-out 0s;
}

.back-button:hover {
    color: #0099cc;
}


.back-button .arrow {

    display: block;
    float: left;
    font-size: 18px;
    line-height: 30px;
    margin: 0 10px 0 22px;
}

.back-button .text {
    display: inline-block;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    vertical-align: middle;
    font-size: 18px;
}

.main-bloks {
    margin-top: 60px;
}

.main-bloks .main-statistics {

    position: relative;

}

.full-day-link {
    text-align: right;
    font-size: 30px;
}



/*EXPLORER*/

.now-data .now {

}
.now-data {
    float: right;
}

.now-title {
    color: #f7f7f7;

    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: normal;
}
.days-list {
    list-style-type: none;
    color: #fff;
}

.days-list a {
    color: #fff;
}

.days-list .day-date {
    float: left;
    margin-right: 3%;
    text-align: center;
    width: 100%;
}

.days-list .day-date .day{
    font-size: 60px;

}

.weekday {
    text-align: center;
}

.footer {
    display: none;
}

.days-list li {
    width: 145px;
    float: left;
    margin: 30px 0;
}

.places-list {
    list-style-type: none;
    color: #fff;
    padding: 0;

}

.day-list li.moves {
    min-height: 1.5em;
    color: #d5d5d5;
}
.places-list .moves {
    font-size: 0.6em;
}

.day-list li.moves


.photos-list {
    width: 100%;
}

.day-photo {

    display: inline-block;
    width: 32.5%;
    margin: 0.1em 0;

}

.day-photo img {
    width: 100%;
}

.main-bloks  .main-statistics {
    float: right;
}

.widget-wrapper {

    border: 1px solid #2aaad5;
    transition: border-width 0.1s ease-in-out;
    transition: all 320ms ease-out 0s;
    padding: 1%;
    margin-bottom: 10px;

    box-sizing: border-box;
    display: inline-block;
    overflow: hidden;
    text-decoration: none;
    width: 48%;


}

.widget-wrapper:hover {
    border: 1px solid #6fc1dc;
    background-color: #099aca;
}

.grid-sizer { width: 25%; }
#fit-width .masonry {
    margin: 0 auto;
}

.day-container {
    opacity: 0;
}

.show {
    opacity: 1;
    transition: opacity .8s ease-in-out;
    -moz-transition: opacity .8s ease-in-out;
    -webkit-transition: opacity .8s ease-in-out;
}

.widget-wrapper.full-size {
    width: 98%;
}

.widget-wrapper h2 {
    font-weight: normal;
    margin-top: 0;
    color: #bdecfc;
}


.rickshaw_graph .detail .x_label {
    color: #000;
}

#chart {

}


/* Mobile-first  */
@media all and (max-width: 860px) {
    .widget-wrapper {
        width: 93%;
    }
}
@media all and (max-width: 480px) {

    .full-day-link {
        text-align: center;
    }
    .main-statistics h1 {
        display: none;
    }

    .main-statistics {
        font-size: 20px;
    }

    h1 {
        font-size: 1em;
    }

    h2 {
        font-size: 0.8em;
    }

    .now-data div {
        font-size: 0.6em;
    }

    .main-bloks .navigation, .main-bloks .main-statistics div div {
        float: none;
    }

    .months-list .month {
        width: 100%;
        margin: 3% 0;
    }

    .day-photo {
        width: 100%;
    }

    .days-list li {
        width: 123px;
        float: left;
        margin: 30px 0;
        font-size: 15px;
        text-align: center;
    }

    .day-date {
        width: 100%;
    }

    .month-summary {
        font-size: 0.7em;
    }

    .back-button {
        padding-left: 0.3em;
        padding-top: 0.3em;
        font-size: 0.8em;
    }
    .back-button .arrow,
    .back-button .text{
        font-size: 1em;
    }

    .back-button .arrow {
        line-height: 1.7em;
        margin-right: 0.8em;
    }
    .fancy-header {
        padding-top: 6px;
    }

    .main-bloks {
        margin-top: 0;
    }


    .main-navigation {
        overflow: hidden;

        float: left;


    }

    .main-navigation ul {

        display: block;
        overflow: hidden;
    }

    .main-navigation ul li {
        text-align: center;
        font-size: 2em;

    }

    .main-bloks .navigation, .main-bloks .main-statistics {
        float: right;
        margin-bottom: 1em;

    }

    .main-bloks .navigation, .main-bloks .main-statistics > span {

    }



    .main-bloks .navigation, .main-bloks .main-statistics {
        width: 100%;
    }

    .logo {
        font-size: 1.2em;
        padding: 0.3em;
        float: left;
    }

    .day-list li.moves {
        font-size: 0.5em;
    }

    .day-list li {
        margin: 0.5em 0;
    }

    .day-date-wrapper {
        width: 100%;
        margin-top: 20px;
    }
    
    .back-button .text {
        display: none;
    }

    .back-button {
        font-size: 30px;
        padding: 0;
    }

}

.day-list {
    border-left: 1px solid #fff;

}

.day-list li {
    padding-left: 10px;
    font-size: 18px;
    min-height: 30px;
}


.moves-type {


}



.static {
    font-size: 20px;
}

.static h1 {
    font-size: 30px;
}

.static a {

}

.static ul {
    margin: 0;
    margin-left: 10px;
    margin-top: 30px;
    padding: 0;
}

.static ul li {
    list-style: none;

    list-style-position: outside;
    margin-bottom: 15px;
}

.static ul li:before {
    content: "+";
    color: #000;
    padding-right: 10px;
}


.static .photo {
    text-align: center;
}

.static .contacts {
    width: 50%;
    margin: 0 auto;
}

.static .contacts li{
    float: left;
    margin-left: 3%;
}

.static .contacts li:first-child {
    margin-left: 0%;
}


.static ul.contacts li:before {
    content:"";
}

.static  .photo img {
    width: 50%;
}

.about-page {

}


@media all and (max-width: 1200px) {

    .static .contacts li{
        font-size: 0.8em;
    }
}

@media all and (max-width: 860px) {
    .static .photo img {
        width: 100%;
    }
    .static .contacts li{
        width: 100%;
        font-size: 1em;
        margin-left: 0;
    }
    .static .contacts {
        width: 100%;
        margin: 0 auto;
    }
}



.map-layer {
    width: 100%;
    height: 400px;
}

#map {
    width: 100%;
    height: 400px;
}


#toggle-menu {
    position: absolute;
    top: 45px;
    right: 10px;
}

#mobile-menu {
    display: none;
    position: absolute;
    top: 0;
    right: 0;

    width: 190px;
    padding: 15px 25px;
    margin: 0;

    list-style: none;
    background: #333;
    z-index: 10; /* Make sure the z-index is lower than the #page */
    height: 100%;
}

#mobile-menu a {
    display: block;
    color: #fff;
    padding: 15px 0;
    border-bottom: 1px solid rgba( 255, 255, 255, 0.05 );
}

.wrap {

}

/* Show the menu when animating or visible */
.animating #mobile-menu, .menu-visible #mobile-menu {
    display: block;
}

/***
 * If the animating class is present then apply
 * the CSS transition to #page over 250ms.
 */
.animating .wrap {
    transition: transform .25s ease-in-out;
    -webkit-transition: -webkit-transform .25s ease-in-out;
}

/***
 * If the left class is present then transform
 * the #page element 240px to the left.
 */
.animating.left .wrap {
    transform: translate3d( -240px, 0, 0 );
    -webkit-transform: translate3d( -240px, 0, 0 );
}

/***
 * If the right class is present then transform
 * the #page element 240px to the right.
 */
.animating.right .wrap {
    transform: translate3d( 240px, 0, 0 );
    -webkit-transform: translate3d( 240px, 0, 0 );
}

/***
 * If the menu-visible class is present then
 * shift the #page 240px from the right edge
 * via position: absolute to keep it in the
 * open position. When .animating, .left and
 * .right classes are not present the CSS
 * transform does not apply to #page.
 */
.menu-visible .wrap {
    right: 240px;
}


.wrap, #mobile-menu {
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}



/* Hide the #toggle-menu element on larger screens */
#toggle-menu {
    display: none;
}



@media only screen and (max-width: 1098px) {
    #toggle-menu {
        display: block;
        top: 30px;
    }
    .main-navigation {
        display: none;
    }

    .header {
        margin-bottom: 50px;
    }

    .full-day-link {
        margin-top: 20px;
        font-size: 25px;
    }

    .logo-first {
        font-size: 20px;
    }
    /* Place all the CSS for your mobile #menu here */
}


#aboutsite-link {
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-size: 15px;
    color: #fff;
}

.site-about {
    text-align: center;
}
.site-services {
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style-type: none;
    margin-top: 30px;

}

.site-services li {
display: block;
    text-align: center;
    margin-bottom: 30px;
    margin-left: 30px;
}


.site-services li img{
    height: 50px;

}
.static-content-list .project{
    border-bottom: 1px dotted #fff;
    margin-bottom: 30px;
    padding-bottom: 10px;
}



.project-go {
    margin-top: 20px;
}