/*Theme Name: Landing
Theme URI: http://star-svit.com.ua/
Description: Landing page for the branches of the Star-Svit Ltd.
Version: 1.0
Author: mikeshema
Author http://mozar.com.ua
Tags: landing
*/
@font-face {
  font-family: 'Magistral Regular';
  src: url("fonts/magistral-webfont.eot");
  src: url("fonts/magistral-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/magistral-webfont.woff") format("woff"), url("fonts/magistral-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Magistral Bold';
  src: url("fonts/magistral_bold-webfont.eot");
  src: url("fonts/magistral_bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/magistral_bold-webfont.woff") format("woff"), url("fonts/magistral_bold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/**
 * ------------------------------------------------------------------------------------------------------
 * Reset
 * ------------------------------------------------------------------------------------------------------
**/
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;
}

/**
 * ------------------------------------------------------------------------------------------------------
 * Core
 * ------------------------------------------------------------------------------------------------------
**/
body, html {
  height: 100%;
}

body {
  font-size: 15px;
  line-height: 21px;
  font-family: "Magistral Regular", sans-serif;
  color: #f4f4f4;
  background: url("img/starsvit_bg.jpg") no-repeat top center;
  background-size: cover;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Arial, sans-serif;
  font-size: 28px;
  font-style: italic;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  line-height: 34px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}

@media only screen and (max-width: 480px) {
  h1, h2, h3, h4, h5, h6 {
    font-size: 22px;
    line-height: 28px;
  }
}
a, button {
  color: #fff;
  text-decoration: none;
}

a:hover {
  color: #fff;
  text-decoration: none;
}

.enter {
font-family: 'Exo 2', sans-serif;
  position: relative;
  display: inline-block;
  padding: 10px 0;
  margin: 14px 0 10px;
  font-size: 22px;
}
.enter:after {
  content: "";
  position: absolute;
  right: -53px;
  top: 5px;
  width: 33px;
  height: 33px;
  background: url("img/icons/icon_arrow.png") no-repeat center right;
  background-size: 33px 33px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.4);
}
.enter-color{
  color: #fc671a !important;
}

/**
 * ------------------------------------------------------------------------------------------------------
 * Sections
 * ------------------------------------------------------------------------------------------------------
**/
.cargo {
  /* position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -500px;
  width: 230px; */
  position: absolute;
  bottom: 30px;
  left: 60%;
  margin-left: -500px;
}
.cargo li {
  margin: 15px 0;
  padding-left: 70px;
}
.cargo li a {
  position: relative;
  display: inline-block;
  padding: 5px 0;
  width: 130px;
  font-size: 14px;
  font-family: "Magistral Bold", sans-serif;
  text-transform: uppercase;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
.cargo li a:after {
  content: "";
  position: absolute;
  left: -70px;
  top: 1px;
  width: 54px;
  height: 55px;
  background-size: 54px 55px;
  background-position: center right;
  background-repeat: no-repeat;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.4);
}
.cargo li:nth-child(1) a:after {
  background-image: url("img/icons/icon_avto.png");
}
.cargo li:nth-child(2) a:after {
  background-image: url("img/icons/icon_avia.png");
}
.cargo li:nth-child(3) a:after {
  background-image: url("img/icons/icon_morski.png");
}
.cargo li:nth-child(4) a:after {
  background-image: url("img/icons/icon_zalichni.png");
}
.cargo li:nth-child(5) a:after {
  background-image: url("img/icons/icon_multimodalni.png");
}
.cargo li:nth-child(6) a:after {
  background-image: url("img/icons/icon_proektni.png");
}

.alumo {
  position: absolute;
  bottom: 30px;
  right: 80px;
  text-align: right;
  display: none;
}
.alumo .enter {
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
  left: -60px;
}
.alumo ul {
  margin-top: 90px;
}
.alumo li {
  float: left;
  width: 145px;
  text-align: center;
}
.alumo li a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-family: "Magistral Bold", sans-serif;
  text-transform: uppercase;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
.alumo li a:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -31px;
  top: -70px;
  width: 54px;
  height: 55px;
  background-size: 54px 55px;
  background-position: center right;
  background-repeat: no-repeat;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.4);
}
.alumo li:nth-child(1) a:after {
  background-image: url("img/icons/icon_alumo.png");
}
.alumo li:nth-child(2) a:after {
  background-image: url("img/icons/icon_fasadu.png");
}
.alumo li:nth-child(3) a:after {
  background-image: url("img/icons/icon_sklyanii.png");
}
.alumo li:nth-child(4) a:after {
  background-image: url("img/icons/icon_steli.png");
}
.alumo li:nth-child(5) a:after {
  background-image: url("img/icons/icon_metaloplast.png");
}

@media only screen and (min-width: 1440px) {
  .cargo {
    /* top: 130px; */
  }

  .alumo {
    bottom: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  body {
    background: url("img/bg_mobile.jpg") no-repeat center center;
    background-size: cover;
  }

  .cargo, .alumo {
    position: static;
    top: auto;
    left: auto;
    margin-left: auto;
    padding: 0 40px;
    width: 100%;
    height: 48%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cargo ul, .alumo ul {
    display: none;
  }

  .alumo {
    top: auto;
    right: auto;
    text-align: right;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
  }
  .alumo ul {
    display: none;
  }
  .alumo .enter {
    position: relative;
    left: -55px;
    margin-top: 25px;
  }
}
.main{
  width:200px;
  visibility: hidden;
}
.cargo{
  visibility: hidden;
}
@media only screen and (max-width: 1024px) {
  .cargo{
    visibility: visible;
  }
  .main{
    visibility: visible;
  }
  .perevoz{
    visibility: hidden;
  }
  .no-flexbox .cargo, .no-flexbox .alumo {
    padding-top: 40px;
  }
  .alumo{
    display: absolute;
  }
  .main-2{
    display: none;
  }
  .main-wrap{
    width:auto !important;
  }
}


.main-wrap{
  display: flex;
  width:777px;
}
.main-1{
  width: 200px;

}
.main-2{
  margin-left: 20%;
}


ul{
  display: flex;
  font-size: 20px;
  padding-top: 2%;
  position: relative;
}

ul>li{
font-family: 'Exo 2', sans-serif;
  position: relative;
  margin-right: 20px;
padding-top: 16px;
}


/* ul>li:hover{
  border-bottom: solid 1px white;
} */

.not-clickable{
  pointer-events: none;
  cursor: default;
}


/*.menu>li::after{
    width: 10px;
    height: 0;
    display: block;
    position: absolute;
    top: -3px;
    visibility: hidden;
    border-style: solid;
    border-width: 1px 0 0;
    content: "";
}*/
.menu>li:hover::after{
  visibility: visible;
}

#menu-menu{
  position: absolute;
  width: 590px;
  max-width: 590px;
  margin-left: 2%;
    padding-left: 20px;
}




#menu-menu li ul{
  display: none;
  visibility: hidden;
  transition-delay: all 2s;
}

#menu-menu li ul>li{
  margin-top: 0px;
  font-size: 16px;
}


#menu-menu li:hover ul{
  display: block;
  visibility: visible;
  
}

@media only screen and (max-width:800px){
  #menu-menu{
    font-size:16px;
  }
  #menu-menu li ul>li{
    line-height: 11px;
    font-size: 10px;
  }
  #menu-menu li ul{
    margin-top:-6px;
  }
}

@media only screen and (max-width:520px){
  #menu-menu{
    width: 360px;

    font-size: 14px;
    
  }

  
  
}


.metal{
  position: absolute;
  bottom: 3%;
  right: 2%;
}
.perevoz{
  position: absolute;
  bottom: 3%;
  left: 2%;
}





.button {
padding-top: 17px;
height: 35px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Exo 2', sans-serif;
  font-weight: 30;
  font-size: 15px;
  display: inline-block;
  position: relative;
  text-align: center;
  color: #00c7ec;
  border: 1px solid #00c7ec;
  border-radius: 5px;
  line-height: 1em;
  padding-left: 1em;
  padding-right: 1em;
margin-left: -11px;
  box-shadow: 0 0 0 0 transparent;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.button:hover {
  color: white;
  box-shadow: 0 0 30px 0 rgba(0, 199, 236, 0.5);
  background-color: #00c7ec;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.button:hover:before {
  -webkit-animation: shine 0.5s 0s linear;
  -moz-animation: shine 0.5s 0s linear;
  animation: shine 0.5s 0s linear;
}
.button:active {
  box-shadow: 0 0 0 0 transparent;
  -webkit-transition: box-shadow 0.2s ease-in;
  -moz-transition: box-shadow 0.2s ease-in;
  transition: box-shadow 0.2s ease-in;
}
.button:before {
  content: '';
  display: block;
  width: 0px;
  height: 56%;
  position: absolute;
  top: 7%;
  left: 0%;
  opacity: 0;
  background: white;
  box-shadow: 0 0 15px 3px white;
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  transform: skewX(-20deg);
}

@-webkit-keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
@-moz-keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}

@media only screen and (max-width:520px){
  .button {
    font-size: 8px;
    height: 25px;
  }
}
