/* custom minethisis css */

html, body, .main-container {
	height:100%;
	color: #ffffff;
	font-family: 'Oswald', sans-serif;
	background-color: #000000;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	color: #ffffff;
	line-height: 1;
	margin: 0px;
}
body {
	background: #000000;
	/*background: url('../img/navy_blue.png');*/
}
h1 {
	font-size: 60px;
	font-weight: 300;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 16px;
}
h2:hover, h3:hover, h4:hover {
	color: #ffcc00;

}
p {
	font-weight: 300;
}
p em {
	color: #ffffff;
}
.bg-texture {
	background: url('../img/dark_wall.png');
}
.bg-yellow {
	background-color: #ffcc00;
}
.bg-red {
	background-color: #0000CC;
}
.bg-blue {
	background-color: #5BB75B;
}
.logo-block {
	position: absolute;
	width: 100%;
	z-index:99999;
}

.photo-grid {
	height: 100%;
	
}/*
.photo-grid div {
	margin: 0;
}
.photo-grid div.uk-cover-background {
	background-size: 50% 50%;
}*/
.photo-grid-element {
	height: 10%;
}

.logo-block a {
	text-decoration: none;
	color: #ffcc00;
}
.home-signature .maluco-lettering img {
	margin: -5% 10% 0 0;
	max-width: 40%;
	-webkit-filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.5));
    filter:         drop-shadow(5px 5px 5px rgba(0,0,0,0.5));
}
.home-signature .luc-lettering img {
	margin:0;
	max-width: 80%;	
	-webkit-filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.5));
    filter:         drop-shadow(5px 5px 5px rgba(0,0,0,0.5));
}
.mti-header {
	height: 11%;
}
.mti-header-right {
	height: 11%;
}
.mti-menu-container {
	/*border-right: 1px solid #ffffff;*/
	display: block;
	z-index:99999;
	position: relative;
	height: 88%;
}
.mti-menu-header {
	padding:0;
	margin-bottom: 20px;
	/*border-bottom: 1px solid #ffffff;*/
}
.content-container {
	margin-top: -7px;
	height: 88%;
}

/* MENU /////////////////////////////// */

.mti-menu {
	margin-top: 30px;
	padding: 0 30px;
	height: 80%;
}
.mti-menu-header .luc-lettering {
	width: 105%;
	margin: 2% -10% 0 2%; 
}

.mti-menu-header .maluco-lettering {
	width: 50%;
	margin: -7% 0 -2% 30%;
}
.mti-menu ul>li>a {
	color: #ffffff;
	padding: 0 0 5px 0;
}
.mti-nav {
	margin-top: 30px;
}
.mti-snw {
	position: absolute;
	padding-bottom: 20px;	
	z-index: 9999;
}
.mti-content-snw {
padding-top: 30px;
}
.mti-snw a, .mti-content-snw a {
	color: #ffcc00;
	font-size: 25px;
}
.selected {
	color: #ffcc00;
}

.mti-title {
	padding: 30px;
}
.mti-title h1{
	margin-bottom: 20px;

}
.mti-project-gallery {
	overflow-y: scroll;
	overflow-x: hidden;
}
.buttons {
	z-index: 99999;
	position: absolute;
	bottom: 30px;
	right: 0px;
	padding: 0 30px 0 0;
	font-size: 15px;
	display: block;
}
.buttons a {
	color: #ffcc00;
}
.mti-footer {
	
}
.credits {
	padding-left: 20px;
	font-size:11px;
	line-height: 1.5;
	color:#666666;
}
/* PROJECTS /////////////////////////////// */
.project-unlocker {
	
}
.project-unlocker .uk-form input, .project-unlocker button {
	border-radius: 0;
}
.uk-button {
	background-color: #ffcc00;
	text-shadow: none;
}
.project-unlocker button:hover {
	background-color: #ffcc00;
	color: #ffffff;
}
.project-unlocker .alert {
	color: #ffcc00;
}
.content {
	margin: 0px 0 0 0;
	padding-bottom: 40px;
}
.entity {
	font-size: 30px;
	line-height: 1.3;
	margin: 20px 0 0 0;
	font-weight: 400;
}

.lead {
	font-size: 25px;
	line-height: 1.3;
	margin: 20px 0 0 0;
	font-weight: 300;
}
.photo-frame {
	margin: 1%;
	margin-left: 0;
	padding: 3%;
	background-color: rgba(255,255,255,0.07);
}
.photo-caption {
	font-family: 'Kristi', cursive;
	font-size: 40px;
	opacity: 0.8;
	padding: 3% 3% 7% 3%;
	margin-top: -5%;
	-ms-transform: rotate(-3deg); /* IE 9 */
    -webkit-transform: rotate(-3deg); /* Safari */
    transform: rotate(-3deg);
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* BLOG /////////////////////////////// */
p.mti-post-date  {
	margin:0;
	color: #fffffff;
}
.uk-button {
	border-radius: 0;
}
.uk-form input[type=text], .uk-form textarea {
	border-radius: 0;
}
.post-list {
	padding-bottom: 30px;
}
/* CONTACT /////////////////////////////// */
.form-callback a {
	color: #000000;
	background-color: #ffcc00;
}
.validation {
	margin-top: 10px;
	color: #ffcc00;
	background-color: #000000;
}
.mti-gotop {
	display: none;
	position: fixed;
	z-index: 10000;
	right: 46%;
	bottom: 10px;
	color: #ffcc00;
	font-size: 30px;
	
}

@media (min-width:768px) {
	.mti-position-relative {
		position: relative;		
	}
}
/* Small devices (Tablets 768px and up) ——————————————————————————————————————————————— */

@media (max-width:768px) {
	h1 {
		font-size: 50px;
		font-weight: 300;
	}
	.main-container {
	}
	.logo-block.phone {
		top: 40%;
		position:fixed;
		-webkit-backface-visibility: hidden;
	}
	.home-signature .maluco-lettering img {
		margin: -5% 10% 0 0;
		max-width: 40%;
		-webkit-filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.5));
	    filter:         drop-shadow(5px 5px 5px rgba(0,0,0,0.5));
	}
	.home-signature .luc-lettering img {
		margin:0;
		max-width: 80%;	
		-webkit-filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.5));
	    filter:         drop-shadow(5px 5px 5px rgba(0,0,0,0.5));
	}
	.mti-header {
		height: 20%;
	}
	.mti-menu-header .luc-lettering {
		width: 86%;
		margin: 5% 7% 0 7%;
		text-align: left;
	}
	.mti-menu-header .luc-lettering img {
		width: 100%;
		margin: 0; 
	}
	
	.mti-menu-header .maluco-lettering {
		width: 43%;
		margin: -5% 0 -2% 28%;
	}
	.mti-menu-header .maluco-lettering img {
		
	}
	.uk-offcanvas-bar {
		background: rgba(0,0,0,1);
		border-right: 1px solid #ffcc00;
	}
	.content-container {
		height: auto;
	}
	.mti-photo-gallery {
		padding-bottom: 20px;
	}
	.mti-menu-button {
		height: 40px;
	}
	.mti-form-container {
		padding-bottom: 30px;
	}
	.mti-title {
		padding: 10px;
	}
	.mti-menu {
		padding: 0 20px 15px;
		margin-right: 24%;
	}
	.content, .project-unlocker, #sent {
		padding: 0 10px;
	}
	.post-list {
		padding: 0 10px 30px 35px;
	}
	#slimscroll1 h1 {
		padding: 0 10px;
	}
}
