html{
overflow: -moz-scrollbars-vertical !important; 
overflow-y: scroll !important;
}

.maintitle {
  background: #000000;
  background-image: -webkit-linear-gradient(left, #73737c, #303539);
  background-image: -moz-linear-gradient(left, #73737c, #303539);
  background-image: -ms-linear-gradient(left, #73737c, #303539);
  background-image: -o-linear-gradient(left, #73737c, #303539);
  background-image: linear-gradient(to left, #73737c, #303539);
    color: #ffffff;
  font-size: 20px;  
  text-decoration: none;
}

.container_100{

	width: 100%;

}

.photographer, .photographer a{

	color: white;

}

.photographer strong{
	color: rgb(181, 67, 33);
}

.whitebg{

    background: white;

}

.szoveg img {
    border-radius: 2%;
    height: auto !important;
    max-width: 100%;
}

body{
    background: transparent;
}

.menu li a{

    font-size: 14px;
    text-transform: uppercase;
    padding-right: 15px;

}
