html, body {
  height: 100%;
  width: 100%;
  font-family: UniversLTStd;
}

ul{
  list-style-type: none;
}

li{
  padding-top: 5%;
}

a, a:visited {
  color: inherit !important;
  text-decoration: none !important;
  cursor: pointer !important;
}

a:active, a:hover {
  color: #aaaaaa !important;
}

.openText{
  position: absolute;
  background-color: rgba(0,0,0,0.7);
  color: white;
  padding-top: 2%;
  z-index: 10;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.35s ease-in-out;
	-moz-transition: opacity 0.35s ease-in-out;
	-ms-transition: opacity 0.35s ease-in-out;
	-o-transition: opacity 0.35s ease-in-out;
	transition: opacity 0.35s ease-in-out;
}

.openText:hover {
  position: absolute;
  background-color: rgba(0,0,0,0.7);
  color: white;
  padding-top: 2%;
  z-index: 10;
  width: 100%;
  opacity: 1;
}

.backToWorkDiv{
  text-align: center;
  padding-top: 5%;
  padding-bottom: 2%;
}

ul.menuList > li {
	padding-top: 0px;
}

.projectTitle {
	font-family: UniversLTStd-Bold;
	margin-top: 0px;
}

.backButton {
	float: right;
	color: white !important;
}

.subpageMenu {
	top: 0px;
	margin-top: 4%;
	z-index: 11;
}

.workLink {
	margin-top: 4%;
  	margin-bottom: 2%;
}

.workReferenceTitles {
	margin-top: 8px;
	text-transform: uppercase;
}

.projectMainTitles > li > h3 {
	text-transform: uppercase;
}

.mainDescriptionPre {
	white-space: pre-wrap;
}

.mainDescription, .workReferenceTitles {
	font-family: UniversLTStd-Light;
}

.titleDiv {
	display: inline-block;
	width: 100%;
}

ul.projectMainTitles > li {
	padding-top: 0px;
}

.workMainContent {
	margin-top: 4%;
}
@media (max-width: 700px) {
	.workMainContent {
		width: 100%;
	}
}

.projectMainTitles {
	padding-left: 0%;
}

@media (max-width: 701px) {
	.mainDescription {
		margin-top: 25px;
	}
	
	.menuTogglerText {
		text-align: center;
	}
}

.text{
  filter: alpha(opacity=100);
  opacity: 1;
}

.openImage {
	width: 100%;
	background-position: center top;
	background-size: cover;
	position: relative;
	z-index: 1;

}


#imageContainer {
	position: absolute;
	width: 100%;
	overflow: hidden;
	z-index: 30;
}

.scrollUpFooter{
	display: none;
}

.referenceImage {
	width: 100%;
}

.scrollUpFooter{
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 75px;
	color: white;
	z-index: 200;
	text-align: center;
}

.upLink {
	padding-top: 8px;
	padding-bottom: 3px;
}

/****************************************/

@font-face {
	font-family: UniversLTStd;
	src: url(UniversLTStd.otf)/*tpa=http://dasmedia.hu/resources/fonts/custom/UniversLTStd.otf*/ format('embedded-opentype'), /* IE6-IE8 */
	url(UniversLTStd.woff)/*tpa=http://dasmedia.hu/resources/fonts/custom/UniversLTStd.woff*/ format('woff'), /* Modern Browsers */
	url(UniversLTStd.ttf)/*tpa=http://dasmedia.hu/resources/fonts/custom/UniversLTStd.ttf*/ format('truetype'), /* Safari, Android, iOS */
	url(UniversLTStd.svg)/*tpa=http://dasmedia.hu/resources/fonts/custom/UniversLTStd.svg*/ format('svg'); /* Legacy iOS */
}

@font-face {
	font-family: UniversLTStd-Bold;
	src: url(UniversLTStd-Bold.otf)/*tpa=http://dasmedia.hu/resources/fonts/custom/UniversLTStd-Bold.otf*/ format('embedded-opentype'),
	url(UniversLTStd-Bold.woff)/*tpa=http://dasmedia.hu/resources/fonts/custom/UniversLTStd-Bold.woff*/ format('woff'), /* Modern Browsers */
	url(UniversLTStd-Bold.ttf)/*tpa=http://dasmedia.hu/resources/fonts/custom/UniversLTStd-Bold.ttf*/ format('truetype'), /* Safari, Android, iOS */
	url(UniversLTStd-Bold.svg)/*tpa=http://dasmedia.hu/resources/fonts/custom/UniversLTStd-Bold.svg*/ format('svg');/* Legacy iOS */
}

@font-face {
	font-family: UniversLTStd-Black;
	src: url(UniversLTStd-Black.otf)/*tpa=http://dasmedia.hu/resources/fonts/custom/UniversLTStd-Black.otf*/ format('embedded-opentype'),
	url(UniversLTStd-Black.woff)/*tpa=http://dasmedia.hu/resources/fonts/custom/UniversLTStd-Black.woff*/ format('woff'), /* Modern Browsers */
	url(UniversLTStd-Black.ttf)/*tpa=http://dasmedia.hu/resources/fonts/custom/UniversLTStd-Black.ttf*/ format('truetype'), /* Safari, Android, iOS */
	url(UniversLTStd-Black.svg)/*tpa=http://dasmedia.hu/resources/fonts/custom/UniversLTStd-Black.svg*/ format('svg');/* Legacy iOS */
}

@font-face {
	font-family: UniversLTStd-Light;
	src: url(UniversLTStd-Light.otf)/*tpa=http://dasmedia.hu/resources/fonts/custom/UniversLTStd-Light.otf*/ format('embedded-opentype'),
	url(UniversLTStd-Light.woff)/*tpa=http://dasmedia.hu/resources/fonts/custom/UniversLTStd-Light.woff*/ format('woff'), /* Modern Browsers */
	url(UniversLTStd-Light.ttf)/*tpa=http://dasmedia.hu/resources/fonts/custom/UniversLTStd-Light.ttf*/ format('truetype'), /* Safari, Android, iOS */
	url(UniversLTStd-Light.svg)/*tpa=http://dasmedia.hu/resources/fonts/custom/UniversLTStd-Light.svg*/ format('svg'); /* Legacy iOS */
}

ul {
	list-style-type: none;
}

body {
	margin: 0px;
	font-family: UniversLTStd;
	-ms-overflow-style: scrollbar;
}

a, a:visited {
	color: inherit !important;
	text-decoration: none !important;
}

a:active, a:hover {
	color: #b1b1b1 !important;
}

.menuList {
	text-align: right;
	display: none;
	padding-left: 0px;
}

.menuListContainer {
	float: right;
	font-size: 95%;
	font-family: UniversLTStd-Bold;
	margin-right: 15px;
}

.menuHamburger {
	float: right;
	padding-top: 4px;
	cursor: pointer !important;
}

.rightSliderBar {
	position: fixed;
	z-index: 2000;
	height: 100%;
	width: 2%;
	right: 0px;
	min-width: 30px;
	display: none;
}

.rightSliderTable {
	width: 100%;
	height: 100%;
	display: table;
}

.rightSliderCell {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #888888;
	font-size: 120%;
}

.blockTitle {
	font-size: 300%;
	font-family: UniversLTStd-Black;
	float: left;
}

.menuBar {
	margin-top: 3%;
}

.rightMenu {
	padding-top: 10px;
	float: right;
	font-size: 140%;
	margin-right: calc(0.1% + 5px - 16px);
}

.menuListContainer {
	float: right;
	margin-right: 15px;
}

.menuHamburger {
	float: right;
	cursor: pointer !important;
	margin-right: calc(15px + 3%);
}

.menuTogglerText {
	display: none;
}

@media (min-width: 701px) {
	.menuHamburger {
		display: block;
	}
	
	.ourMiniMenu {
		display: none;
	}
}

@media (max-width: 700px) {
	.blockTitle {
		font-size: 220%;
	}
	
	.ourMaxiMenu {
		display: none;
	}
	
	.rightMenu {
		font-size: 120%;
	}

	.menuHamburger {
		display: none !important;
	}
	
	.blockTitle, .rightMenu, .menuListContainer {
		float: none;
		margin-right: 0px;
	}
	
	.menuBar, .menuList {
		text-align: center;
	}
	
	.menuTogglerText {
		display: block;
	}
}

.workHeaderTitle {
	float:left;
}

.workLink {
	color: white !important;
	font-size: 280%;
	font-family: UniversLTStd-Black;
}
@media (max-width: 800px) {
	.workLink {
		font-size: 260%;
	}
	.workHeaderTitle {
		padding-top: 2px;
	}
	.projectTitle {
		font-size: 170%;
	}
}
@media (max-width: 500px) {
	.workLink {
		font-size: 210%;
	}
	.workHeaderTitle {
		padding-top: 3px;
	}
	.projectTitle {
		font-size: 170%;
	}
}
@media (max-width: 400px) {
	.workLink {
		font-size: 150%;
	}
	.workHeaderTitle {
		padding-top: 4px;
	}
	.projectTitle {
		font-size: 120%;
	}
}

.scrollUpFooter a {
	color: #333333 !important;
}
