@import url(https://fonts.googleapis.com/css?family=Cutive+Mono&subset=latin-ext);

body {
	background-color: #333;
	font-size: 16px;
}

html, body {
    height: 100%;
}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Cutive Mono",​sans-serif;
	font-weight: 800;
	color: #eeeeee;
}

body p, a, ul, li, dd, dt {
	font-family: "Cutive Mono",​sans-serif;
	color: #eeeeee;
}

body a, body a:visited {
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	color: #d9db48;
}

body a:hover, body a:focus, body a:active {
	text-decoration: none;
	cursor: pointer;
	font-weight: lighter;
	color: #d2d500;
}



/*#wrap {
    height: auto !important;
    margin: -55px 0px 0px 0px;
    min-height: 100%;
    padding: 55px 0px 0px 0px;
    overflow: auto;
}*/

#wrap {
	padding: 20px 0px 40px 0px;
}

.dl-horizontal dt {
    text-align: left;
}



/* NAVBAR */
#navbar {
	border-bottom: 5px solid #ffffff;
}

.navbar {
	border: 0px;
	background-color: #333;
	margin: 0px;
}

.navbar .container-fluid {
	padding: 0px;
}

.navbar-default .navbar-nav > li > a {
	font-size: 16px;
	color: #eeeeee;
	padding: 15px 30px;
	font-style: normal;
	font-weight: normal;
}

.navbar-default .navbar-nav > li > a:hover {
	background-color: #e7e7e7;
	font-weight: normal;
}

.navbar-default .navbar-nav > .active > a {
	background-color: #ffffff;
	color: #333;
}

#navbar-collapse {
	padding: 0px;
}

.navbar-default .navbar-nav > .active > a:hover {
	
}

.navbar-toggle {
	float: left;
	left: 50%;
    margin: 0px 0px 0px -45px;
    padding: 14px 30px;
    background-color: #ffffff;
    border: 0px;
    border-radius: 0px;
    color: #333;
    height: 100%
}

.navbar-toggle .icon-bar {
	height: 4px;
	width: 30px;
	margin-top: 2px;
	border-radius: 0px;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 6px;
}
	
@media (max-width: 767px) {

    #navbar-collapse {
        background: #333;
        /*bottom: 55px;*/
        position: absolute;
        width: 100%;
        text-align: center;
    }
    
    .navbar-nav {
	    margin: 0px;
    }
    
    .navbar-default .navbar-collapse {
        border-bottom: 5px solid #ffffff;
    }
    
}
/* /NAVBAR */




/* TILE */
.tilecontainer {
	padding: 0px 20px 0px 20px;
}

.gutter-sizer {
  width: 10px;
}
		
.tilesize-1 {
	width: 75px;
}

.tilesize-2 {
	width: 100px;
}

.tilesize-3 {
	width: 125px;
}

.tilesize-4 {
	width: 150px;
}

.tilesize-5 {
	width: 175px;
}

.tilesize-6 {
	width: 200px;
}

.tilecontent {
    position: relative;
}

.tile-title {
	z-index: 2;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 100%;
	font-size: 15px;
	height: 16px;
	padding: 0;
	margin: 0;
	margin-top: -8px; /* 1/2 height */
	text-align: center;
	display: none;
	font-style: normal;
}

.tilecontent img {
	z-index: 1;
    width: 100%;
    border-radius: 6px;
}

@media (min-width: 767px) { 
	.tilecontainer {
		padding: 10px 30px 0px 30px;
	}
	
	.gutter-sizer {
	  width: 15px;
	}
	
	.tile-title {
		font-size: 20px;
		height: 22px;
		margin-top: -11px;
	}
		
	.tilesize-1 {
		width: 200px;
	}
	
	.tilesize-2 {
		width: 250px;
	}
	
	.tilesize-3 {
		width: 300px;
	}
	
	.tilesize-4 {
		width: 350px;
	}
	
	.tilesize-5 {
		width: 400px;
	}
	
	.tilesize-6 {
		width: 450px;
	}
	
}

@media (min-width: 992px) { 
	.tilecontainer {
		padding: 20px 40px 0px 40px;
	}
	
	.gutter-sizer {
	  width: 20px;
	}
	
	.tile-title {
		font-size: 25px;
		height: 28px;
		margin-top: -14px;
	}
		
	.tilesize-1 {
		width: 300px;
	}
	
	.tilesize-2 {
		width: 350px;
	}
	
	.tilesize-3 {
		width: 400px;
	}
	
	.tilesize-4 {
		width: 450px;
	}
	
	.tilesize-5 {
		width: 500px;
	}
	
	.tilesize-6 {
		width: 550px;
	}
	
}

@media (min-width: 1200px) { 
	.tilecontainer {
		padding: 30px 50px 10px 50px;
	}
	
	.gutter-sizer {
	  width: 25px;
	}
	
	.tile-title {
		font-size: 30px;
		height: 34px;
		margin-top: -17px;
	}
		
	.tilesize-1 {
		width: 400px;
	}
	
	.tilesize-2 {
		width: 450px;
	}
	
	.tilesize-3 {
		width: 500px;
	}
	
	.tilesize-4 {
		width: 550px;
	}
	
	.tilesize-5 {
		width: 600px;
	}
	
	.tilesize-6 {
		width: 650px;
	}
	
}
/* /TILE */



/* PROJECTPAGE */
.img-responsive, .embed-responsive {
	margin-bottom: 20px;
    border-radius: 6px;
}

.fullscreenmedia {
    background-color: #333;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2000;
    display: none;
}

.fsactive {
	display: block;
}

.img-fs {
	width: 100px;
}

.closefsbtn {
	position: absolute;
	right: 0px;
	top: 0px;
	background-color: #ffffff;
	height: 45px;
	width: 45px;
	padding-top: 8px;
	padding-left: 10px;
}

.closefsbtn a {
	color: #333;
}

.closefsbtn:hover {
	background-color: #e7e7e7;
}

.closefsbtn a:hover {
	color: #333;
}
/* /PROJECTPAGE */



body a,
.navbar-toggle,
.dropdown,
.dropdown-menu,
.closefsbtn,
.tilecontent h3,
.tilecontent img {
    transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
}