/* default */
a,
a:link,
a:visited,
a:focus {
    color: #000;
    outline: none;
    text-decoration: none
}

body,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hgroup,
p,
blockquote,
figure,
form,
fieldset,
input,
legend,
pre,
abbr,
button {
    margin: 0;
    padding: 0
}

pre,
code,
caption,
th,
figcaption {
    font-size: 1em;
    font-weight: normal;
    font-style: normal
}

fieldset,
iframe,
img {
    border: 0
}

caption,
th {
    text-align: left
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

article,
aside,
footer,
header,
nav,
main,
section,
summary,
details,
hgroup,
figure,
figcaption {
    display: block
}

audio,
canvas,
video,
progress {
    display: inline-block;
    vertical-align: baseline
}

button {
    background: none;
    border: 0;
    box-sizing: content-box;
    color: inherit;
    cursor: pointer;
    font: inherit;
    line-height: inherit;
    overflow: visible;
    vertical-align: inherit
}

button:disabled {
    cursor: default
}

:focus {
    outline: 3px solid #c1e0fe;
    outline: 3px solid rgba(131, 192, 253, 0.5);
    outline-offset: 1px
}

:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select),
:focus[data-focus-method="touch"]:not(input):not(textarea):not(select) {
    outline: none
}

::-moz-focus-inner {
    border: 0;
    padding: 0
}

/* global */
body {
    overflow: hidden;
}

body, html, .container {
    height: 100%;
}

ul {
    list-style: none;
}

p {
    padding-top: 5px;
}

p:first-child {
    padding-top: 0;
}

.w100p {
    width: 100%!important
}

.image-telmone {
    display: none;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.container-1200 {
    width: 100%;
    max-width: 1200px;
}

.text-left {
    text-align: left;
    margin-left: 0;
}

.alternative {
    color: #fff
}

.snd-part,
.trd-part,
.foth-part,
.fith-part {
    float: left;
    position: relative;
    min-height: 1px;
}

.snd-part {
    width: 50%;
}

.trd-part {
    width: 33%;
}

.foth-part {
    width: 25%;
}

.fith-part {
    width: 20%;
}

.noselect,
.search,
h1, h2, h3, h4 {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.title h3,
.nav-item {
    text-transform: uppercase;
}
.navigation .lang-selector,
.page-home .section-1 .hl,
.page-home .section-1 .hw,
.page-home .section-1 .sg {
    cursor: pointer;
}

/* navbar */

nav {
    z-index: 100000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 92px; 
    background: rgba(255,255,255,.9);
    box-shadow: inset 0 0 1px rgba(0,0,0,0.5);
    transition: .4s all ease-in-out;
}

nav.small {
    height: 62px;
}

nav.mobile {
    display: none;
    padding-top: 0;
    padding-bottom: 0;
}

#sub-menu{
    display: none;
}

.scroll-to-up {
    height: 50px;
    width: 50px;
    background-color: rgba(113, 206, 225, .75);
    border-radius: 50%;
    display: inline-block;
    right: 5%;
    bottom: 5%;
    position: fixed;
    display: none;
    z-index: 1000;
}

.scroll-to-up i {
    position: relative;
    top: 7px;
    left: 7px;
    font-size: 36px;
    color: rgb(255,255,255)
}
.scroll {
    display: none;  
    z-index: 10000;
    position: fixed;
    height: 82px;
    width: 76px;
    cursor: pointer;
    color: rgba(255,255,255,.8);
    font-size: 80px;
}

.scroll > a > i {
    color: rgba(255,255,255,.5);
}

.scroll > span {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.scroll:hover {
    color: rgb(255,255,255)
}

.scroll i,
.scroll i:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    /* text-shadow: 0 3px 5px rgba(0,0,0,.5); */
}

.scroll:active i,
.scroll:focus i:before {
    transform: scale(.95)
}

.scroll:active i::before,
.scroll:focus i::before {
    text-shadow: 0px 3px 5px rgba(179, 43, 43, 0.1);
}

.scroll-up {
    left: calc(50% - 38px);
    top: 70px;
}

.scroll-up i {
    top: 10px;
}

.scroll-up span {
    top: 0;
}

.scroll-down {
    left: calc(50% - 38px);
    bottom: 10px;
}

.scroll-left {
    top: calc(50% - 38px);
    left: 10px;
}

.scroll-right {
    top: calc(50% - 38px);
    right: 10px;
}

.scroll-left,
.scroll-right {
    display: block;
}

nav.mobile a.icon{
    position: absolute;
    right: 0;
    top: 0;
}

nav > div {
    float: left;
}

nav ul {
    display: inline-block;
}

.logo {
    height: 100%;
    width: 33%;
}

.logo > a {
    display: block;
    height: 50px;
    margin-top: 20px;
    background-image: url(../img/elissys_logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transition: .4s all ease-in-out;
}

nav.small > .logo > a {
    margin-top: 4px;
}

.navigation {
    height: 100%;
    width: 66%;
    position: relative;
}

.navigation ul.nav-items {
    height: 100%;
}

.navigation ul.nav-items > li {
    float: left;
    height: 100%;
    padding: 10px;
    position: relative;
    padding: 0;
    transition: .4s all ease-in-out;
}

nav ul.nav-items > li > a {
    display: block;
    padding: 40px 20px 35px 20px;
    color: rgba(0,0,0, .75);
    transition: .4s all ease-in-out;
}

nav.small ul.nav-items > li > a {
    padding: 25px 20px 20px 10px;
}

nav ul.nav-items > li.active > a {
    background-color: rgba(255,255,255, .5);
}

.navigation ul.nav-items > li > a:hover {
    background-color: rgba(0,0,0, .1);
}

.navigation > ul > li:hover > .dropdown {
    display: block
}

.navigation .dropdown,
.navigation .dropdown ul {
    min-width: 100px;
    width: 100%;
}

.navigation .hl > .dropdown,
.navigation .hl > .dropdown > ul {
    min-width: 135px;
}

.navigation .dropdown {
    display: none;
    position: absolute;
    top: 48px;
    left: 0;    
    width: 100%;
}

.navigation.small .dropdown {  
    top: 38px;
}

.navigation .dropdown ul > li {
    padding: 0;
}

.navigation .dropdown ul > li > div {
    padding: 10px;
    cursor: pointer;
}

/* content */

main {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

main.full-screen > section {
    z-index: 10;
    display: block;
    position: relative;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

main.full-screen > .section-1 {
    background-color: rgb(115, 130, 135);
}

article {
    position: relative;
    padding: 20px 90px 20px 30px;
}

article.def-descr {
    background-color: #71CEE1;
    color: #fff;
}

article.def-descr h2 {
    padding-top: 10px;
    padding-bottom: 20px;
}

article.def-descr span.right-arrow {
    position: absolute;
    top: calc(50% - 30px);
    right: 0;
    font-size: 75px;
}

