 {
    font-size: 5%;
    line-height: 0px;
    text-align: justify
}

.Justifier:after {
    display: inline-block;
    width: 100%;
    height: 0;
    content: ""
}

.text-left {
    text-align: left !important
}

.text-center {
    text-align: center !important
}

.text-right {
    text-align: right !important
}

.vAligner:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0px;
    background: yellow
}

.vItem {
    display: inline-block;
    vertical-align: middle
}

.vItem2 {
    display: inline-block;
    vertical-align: middle;
    float: right;
    margin-right: 10px;
    
}

.floatLeft {
    float: left
}

.floatRight {
    float: right
}

.hidden {
    display: none !important
}

.invisible {
    opacity: 0 !important
}


* {
    padding: 0;
    margin: 0;
    border: 0
}

html {
    height: 100%
}

body {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 100%;
    padding-bottom: 77px;
    background-color: #000000;
    font-size: 10px
}

@media (max-width: 600px) {
    body {
        padding-bottom:246px;
    }
}

.page {
    background: #1A1A1A url('../image/bck.jpg') 50% 0% no-repeat;
    text-align: center
}

article,aside,details,figcaption,figure,footer,copy,header,hgroup,main,menu,nav,section,time {
    display: block
}

iframe {
    border: none
}

ul {
    list-style-type: none
}

::-moz-selection {
    color: #ffffff;
    background: #dc3333
}

::selection {
    color: #ffffff;
    background: #dc3333
}

.title {
    margin: 20px 0 60px;
    color: #ffffff;
    font-family: 'Geometria-Medium',Arial,sans-serif;
    font-size: 48px;
    font-weight: 100;
    text-transform: uppercase
}

.container h1 {
    position: relative;
    z-index: 10;
    font-size: 2.33em;
    text-align: center
}

.container h2 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 1em;
    color: #dc3333;
    font-family: 'Roboto',sans-serif;
    font-size: 1.09em;
    font-weight: 400
}

.container a {
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    text-decoration: none
}

.container a:hover {
    border: none
}

@media (max-width: 480px),(max-height: 480px) {
    .title {
        font-size:43px
    }

    .container h1 {
        font-size: 1.8em
    }
}

.fullScreen {
    height: 100%;
    width: 100%
}

.logo {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 9999;
    width: 100%;
    height: 77px;
}

.container {
    position: relative;
    z-index: 1;
    clear: both;
    display: block;
    max-width: 1200px;
    padding: 1.66em 0 0;
    margin: 0 auto;
    color: #ffffff;
    font: 24px 'Roboto',sans-serif;
    text-align: left
}

@media (max-width: 1280px) {
    .container {
        padding-left:2em;
        padding-right: 2em;
    }
}

@media (max-width: 950px) {
    .container {
        padding-left:1em;
        padding-right: 1em;
    }
}

.full-width .container {
    max-width: none;
    padding-left: 0 !important;
    padding-right: 0 !important
}

.container:last-child {
    padding-bottom: 4em
}



.link {
    border-bottom: 1px solid;
    color: #ffffff;
    text-decoration: none
}

.link:hover {
    background-color: #dc3333
}

.link-st {
    position: relative;
    z-index: 1;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    margin-left: .66em;
    margin-right: .66em;
    border: none;
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none
}

.link-st:after {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 0;
    background-color: #dc3333;
    content: "";
    
}

.link-st:hover:after {
    bottom: 38%;
    border-width: 3px
}

.link-bg {
    position: relative;
    white-space: nowrap;
    background: 1px solid #dc3333;
    color: #ffffff;
    text-decoration: none
}

.link-bg:after {
    position: absolute;
    top: -.05em;
    right: -.4em;
    bottom: -.1em;
    left: -.4em;
    z-index: -1;
    background: #dc3333;
    border-bottom: 1px solid #dc3333;
    opacity: 0;
    -webkit-transition: opacity 0.1s linear 0s;
    -moz-transition: opacity 0.1s linear 0s;
    -o-transition: opacity 0.1s linear 0s;
    transition: opacity 0.1s linear 0s;
    content: ""
}

.link-bg:hover {
    border-color: transparent
}

.link-bg:hover:after {
    opacity: 1
}

.link-bg-block {
    display: inline-block;
    white-space: nowrap;
    margin: 0 .4em .16em;
    padding-top: .16em;
    border-bottom: 2px solid #dc3333;
    color: #ffffff;
    font-size: 18px;
    text-transform: lowercase;
    text-decoration: none
}

.link-bg-block:hover {
    margin: 0;
    padding: 0.16em 0.4em;
    background-color: #dc3333;
    border-color: transparent;
    color: #ffffff
}

.Footer {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 77px;
    color: #ffffff;
    font-family: 'Roboto',sans-serif;
    font-size: 10px;
    font-style: uppercase;
    text-align: center
}

@media (max-width: 600px) {
    .Footer {
        height:213px;
        margin-bottom: 30px;
        padding-bottom: 10px;
        background: #151515;
    }

    .index-page .Footer {
        left: 10%;
        width: auto;
        background: transparent
    }
}

.index-page .Footer {
    position: fixed;
    bottom: 10px
}

.portfolio-work .Footer {
    display: none
}

.text-page .Footer {
    background: #151515
}

.Footer-menu {
    list-style-type: none;
    overflow: hidden;
    height: 100%;
    margin: 0;
    text-align: justify
}

@media (max-width: 800px) {
    .Footer-menu {
        display:none;
    }

    
    
    .index-page .Footer-menu {
        margin-left: 0
    }
}

.Footer-menu:after {
    display: inline-block;
    width: 100%;
    height: 0;
    content: ""
}

.Footer-menu>li {
    display: inline-block;
    vertical-align: middle
}

@media (max-width: 600px) {
    .Footer-menu>li {
        display:block;
        text-align: left;
        min-width: 156px;
    }
}

.Footer-menu>li:first-child {
    height: 100%;
    padding-left: 7.7%
}

@media (max-width: 600px) {
    .Footer-menu>li:first-child {
        height:auto;
        padding-left: 0;
    }
}

.Footer-menu>li.last {
    padding-right: 7.7%
}

.Footer .link-st {
    margin-top: .23em;
    margin-bottom: .23em;
    font: 18px 'Roboto',sans-serif;
    color: white
}

@media (max-width: 600px) {
    .Footer-logoWr {
        padding-left:0%;
        margin-left: 5px;
        margin-bottom: 10px;
        height: auto;
    }
}

.Copy{
    position: absolute;
    bottom: 1px;
    left: 0;
    z-index: 9991;
    width: 100%;
    color: #ffffff;
    font-family: 'Roboto',sans-serif;
    font-size: 9px;
    font-style: uppercase;
    text-align: left;
}

@media (max-width: 800px) {
    .Copy {
        display:none;
    }

    .index-page .Copy {
        left: 10%;
        width: auto;
        background: transparent
    }
}

.index-page .Copy {
    position: fixed;
    bottom: 0px;
    background-color: rgba(0.19, 0.19, 0.19, 0.5);
    padding: 5px;
}

.portfolio-work .Copy {
    display: none
}

.text-page .Copy {
    background: #151515
}

.Copy-menu {
    list-style-type: none;
    overflow: hidden;
    height: 100%;
    margin: 0;
    text-align: left;
}

@media (max-width: 600px) {
    .Copy-menu {
        margin-left:10%;
        min-width: 0;
        width: 155px;
        max-width: 700px;
        padding-top: 30px;
        height: 100%;
    }

    .index-page .Copy-menu {
        margin-left: 0
    }
}

.Copy-menu:after {
    display: inline-block;
    width: 100%;
    height: 0;
    content: ""
}

.Copy-menu>p {
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 600px) {
    .Copy-menu>li {
        display:block;
        text-align: left;
        min-width: 156px;
    }
}

.Copy-menu>li:first-child {
    height: 100%;
    padding-left: 7.7%
}

@media (max-width: 600px) {
    .Footer-menu>li:first-child {
        height:auto;
        padding-left: 0;
}
}

.Copy-menu>li.last {
    padding-right: 7.7%
}

.Copy .link-st {
    margin-top: .23em;
    margin-bottom: .23em;
    font: 10px 'Roboto',sans-serif;
    color: white;
    text-align: left;
}

.Copy .link-st2 {
    margin-top: .23em;
    margin-bottom: .23em;
    font: 10px 'Roboto',sans-serif;
    color: white;
    text-align: right;
}
