@font-face {
	font-family: Akrobat;
	src: url(../fonts/Akrobat-Bold.otf);
}

.portfolio-modal {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	background: rgba( 35, 35, 35, 0.9);
}

.portfolio-modal .modal-dialog {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
}

.portfolio-modal .modal-content {
	width: 100%;
	height: auto;
	font-family: Akrobat;
	background: rgba( 35, 35, 35, 0.9);
	text-transform: uppercase;
	font-size: 5em;
	border-radius: 0;
	background-clip: border-box;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	padding: 100px 0;

}

.portfolio-modal .modal-body {
	width: 100%;
	height: auto;
}

.portfolio-modal .modal-body a {
	color: #fff;
	text-decoration: none;
}

.portfolio-modal .modal-body a:hover {
	color: #db0000;
	text-decoration: none;
}

.portfolio-modal .close-modal {
	position: absolute;
	width: 75px;
	height: 75px;
	background-color: transparent;
	top: 25px;
	right: 25px;
	cursor: pointer;
}

.portfolio-modal .close-modal:hover {
	opacity: 0.3;
}

.portfolio-modal .close-modal .lr {
	height: 75px;
	width: 1px;
	margin-left: 35px;
	background-color: #fff;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	/* IE 9 */
	-webkit-transform: rotate(45deg);
	/* Safari and Chrome */
	z-index: 1051;
}

.portfolio-modal .close-modal .lr .rl {
	height: 75px;
	width: 1px;
	background-color: #fff;
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	/* IE 9 */
	-webkit-transform: rotate(90deg);
	/* Safari and Chrome */
	z-index: 1052;
}

.portfolio-modal .modal-backdrop {
	opacity: 0;
	display: none;
}
