/*
Theme Name: Altvista Theme
Template Theme URI: http://altvista.net
Author: Pajtim Bacaj
Description: Altvista website.
Version: 1.0
*/





.lang-item {
    list-style: none;
    display: inline;
}

.lang-item a{
    color:#fff;
    padding-left: 5px;
}


#access img {
    margin-bottom: 0px;
}


@font-face {
      font-family: Roboto;
      src: url(./Roboto-Light.woff2);
    }

@font-face {
      font-family: Logo;
      src: url(./logo.woff2);
    }

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}


body {
    padding: 0px;
    margin: 0px;
    position: absolute;
    width: 100%;
    font-family:Roboto;
    color: #555;
}




a{
    color: #555;
    text-decoration: none;
    cursor: pointer;
}

a:hover{
    color: #8394c4;
    text-decoration: none;
    cursor: pointer;
}

p{

}

input{
    width: 100%;
    margin-top: 8px;
    box-shadow: 0px 0px 5px 0px #aaa;
    border: none;
    background-color: #e5e5e5;
    font-size: 18px;
    color: #555;
    padding: 10px;
}

textarea{
    width: 100%;
    margin-top: 8px;
    box-shadow: 0px 0px 5px 0px #aaa;
    border: none;
    background-color: #e5e5e5;
    font-size: 18px;
    color: #555;
    padding: 10px;
    
}

.ContHed{
 margin-left:65px;   
}

.contentMain{
    min-height: 800px;
    padding-left: 0px;
    padding-right: 0px;
}


.logo{
    margin-left:60px;
    font-family: Logo;
    font-size: 36px;
    color: #ffffff;
}

.logo:hover{
    color: #8394c4;
}

.menu{
  list-style-type: none;
  margin: 0;
  padding: 0; 
  float: right;
  position: relative;
  background-color: transparent;
  display:block;
  z-index:100;
  margin-right: 50px;
}

.menu > li{
  float:left;
  padding: 20px;
  text-transform: uppercase;
}

.menu > li >a {
 color:#fff;
}

.menu > li >a:hover {
 color:#8394c4;
}


@keyframes slide {
  0% {
    transform:translateX(-25%);
  }
  100% {
    transform:translateX(25%);
  }
}

.Menucontainer {
  display:none;
  cursor: pointer;
  float: right;
  margin-right: 25px;
  margin-bottom: 5px;
}

.bar1, .bar2, .bar3 {
  width: 24px;
  height: 3px;
  background-color: #fff;
  margin: 4px 0;
  transition: 0.4s;
}

.change .bar1 {
  transform: rotate(-45deg) translate(-6px, 5px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  transform: rotate(45deg) translate(-4px, -4px);
}

#langBar{
    margin-right:70px;
}

@media only screen and (max-width: 900px) {
  #langBar{
    margin-right:25px;
}  

.Menucontainer{
    display:block;
}

.ContHed{
 margin-left:25px;   
}

.logo{
    margin-left:20px;
    font-family: Logo;
    font-size: 36px;
    color: #ffffff;
}

#menu-header-menu-en{
  top:120px;
  list-style-type: none;
  margin: 0;
  padding: 0; 
  position: absolute;
  left: 0px;
  width: 100%;
  background-color: #056293;
  border-radius:0 0 10px 10px;
  display:none;
  padding-top: 20px;
  padding-bottom: 20px;
}

#menu-header-menu-sq{
  top:120px;
  list-style-type: none;
  margin: 0;
  padding: 0; 
  position: absolute;
  left: 0px;
  width: 100%;
  background-color: #056293;
  border-radius:0 0 10px 10px;
  display:none;
  padding-top: 20px;
  padding-bottom: 20px;
}

#menu-header-menu-en > li{
  padding: 10px;
  text-transform: uppercase;
  float: none;
  text-align: center;
}

#menu-header-menu-sq > li{
  padding: 10px;
  text-transform: uppercase;
  float: none;
  text-align: center;
}

#menu-header-menu-en > li >a {
 color:#fff;
}
#menu-header-menu-sq > li >a {
 color:#fff;
}

#menu-header-menu-en > li >a:hover {
 color:#8394c4;
}
#menu-header-menu-sq > li >a:hover {
 color:#8394c4;
}

.contentMain{
    min-height:800px;
    padding-left:0px;
    padding-right:0px;
}





}

