nav,
.navbar-toggle {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

nav {
  font-family: 'Montserrat', sans-serif;
  position: fixed;
  z-index: 10;
  background-color: #000;
  width: 100%;
  height: 100%;
  text-align: left;
  padding-left: 38%;
  display: table;
}

nav p {
	color: #9ea2a0;
	font-size: 16px;
}
nav a {
	color: #FFFFFF;
	font-size: 16px;
	text-decoration: none;
}
nav a:hover {
	color: #61BB70;
}
nav strong {
	color: #61BB70;
	font-size: 16px;
	font-weight: 700;
}

.nav-hide { display: none; }

nav ul {
  display: table-cell;
  vertical-align: middle;
  padding-left: 0 !important;
}

nav ul li { list-style: none; }

nav ul li a {
	font-size: 50px;
	color: white;
	font-weight: 500;
	text-decoration: none;
}

nav ul li a:hover {
	color: #61BB70;
	text-decoration: none;
}

.navbar-toggle {
  position: fixed;
  top: 40px;
  right: 40px;
  width: 45px;
  height: 45px;
  z-index: 20;
  cursor: pointer;
}

.bar1,
.bar2,
.bar3 {
	width: 100%;
	height: 8px;
	margin-bottom: 5px;
	background-color: #0c0c0c;
	transition: all 0.3s ease-in-out;
}

.navbar-on .bar1,
.navbar-on .bar2,
.navbar-on .bar3 { background-color: white; }

.navbar-on .bar1 {
  transform-origin: 10% 40%;
  transform: rotate(45deg);
}

.navbar-on .bar3 {
  transform-origin: 10% 40%;
  transform: rotate(-45deg);
}

.navbar-on .bar2 { background-color: transparent; }


.lang-adder
{ 
	  font-family: 'Montserrat', sans-serif;
	  position: fixed;
    right: 180px;
    top: 40px;   
    padding: 10px;
    box-sizing: border-box;
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 30px;
    text-align: center;
    line-height: 1;
    background-color: black;
    cursor: pointer;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    z-index: 10;
    cursor: pointer;
}


.lang-adder-it {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    position: fixed;
    right: 180px;
    top: 100px;   
    padding: 10px;
    box-sizing: border-box;
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 30px;
    text-align: center;
    font-size: 17px;
    line-height: 1;
    background-color: black;
    cursor: pointer;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    z-index: 10;
    content: "it";

}

.lang-adder-it:before
{
    content: "it";
    font-size: 17px;
    margin-left: 40px;
    color: black;
    cursor: pointer;
    
}


.lang-adder-en {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    position: fixed;
    right: 180px;
    top: 100px;   
    padding: 10px;
    box-sizing: border-box;
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 30px;
    text-align: center;
    font-size: 17px;
    line-height: 0;
    background-color: #fff;
    border: 7px solid black;
      cursor: pointer;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    z-index: 10;
    content: "it";

}

.lang-adder-en:before
{
    content: "en";
    font-size: 16px;
    margin-left: 40px;
    color: black;
    cursor: pointer;
    
}


.lang-adder-rom {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    position: fixed;
    right: 180px;
    top: 160px;   
    padding: 10px;
    box-sizing: border-box;
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 30px;
    text-align: center;
    font-size: 17px;
    line-height: 0;
    background-color: #fff;
    border: 7px solid black;
    cursor: pointer;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    z-index: 10;
    content: "ro";
}

.lang-adder-rom:before
{
    content: "ro";
    font-size: 17px;
    margin-left: 40px;
    color: black;
    cursor: pointer;
}


#lang-adder-show
{
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: 500;
	position: fixed;
    right: 120px;
    top: 40px;   
    padding: 10px;
    color: black;
    width: 60px;
    height: 35px;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    z-index: 10;
}



@media only screen and (max-width: 800px) {
	nav
	{
	 padding-left: 10%;	
	}
	
	nav ul li a {
		font-size: 40px;
	}
	
	.lang-adder
	{
		right: 130px;
	}	
}

.sectionClone
{
	float: left;
    display: block;
    height: 50%;
    padding: 0px 0 0 0;
    margin: 0;
	text-align: center;
	z-index: 2;
}