body {
  font-family: 'Times New Roman',Times, serif;
  padding-top: 70px;
}

.cam {
	content:"\f030";
}

.texture{
  background-image: url("../img/texture.svg");
}

.title{
  font-weight: 900;
  font-size: 300%;
}

.text-white{
  color:#FFF;
  text-shadow: 2px 2px #000;
}

.space {
	padding: 10px 0;
}

img.desaturate{
  -webkit-filter: grayscale(75%);
  filter: grayscale(75%);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}

/***HEADER***/
.header {
  text-align: center;
  margin-top: -20px;
  background-color: #999;
  background-image: url("../img/graph-paper.svg");
}
.header h2{
  font-size: 400%;
  font-weight: bold;
}
.header span{
  color:#FF0000;
  text-shadow: 2px 2px #000;
}

/* Backgrounds
----------------------------------------------------------------------------- */
.inverse-bg{
	background-color: rgba(100,0,0,0.9);
	background-image: url("../img/circuit-board.svg");
	color:#FFF;
}
.inverse-bg h1,h2,h3,h4{
	color:#f3f3f3;
}
.default-bg {
	background-color: #222222;
	color: #ffffff;
}
.default-bg.red {
	background-color: #ff0000;
}
.translucent-bg {
	color: #ffffff;
}
.default-bg h1,
.default-bg h2,
.default-bg h3,
.default-bg h4,
.default-bg h5,
.default-bg h6,
.translucent-bg h1,
.translucent-bg h2,
.translucent-bg h3,
.translucent-bg h4,
.translucent-bg h5,
.translucent-bg h6 {
	color: #ffffff;
}
.default-bg blockquote footer,
.translucent-bg blockquote footer {
	color: #cccccc;
}
.default-bg a,
.translucent-bg a {
	color: #ffffff;
	text-decoration: underline;
}
.default-bg a:hover,
.translucent-bg a:hover {
	text-decoration: none;
}
.translucent-bg {
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	background-position: 50% 0;
	background-repeat: no-repeat;
	z-index: 1;
	position: relative;
}
.translucent-bg .translucent-bg {
	margin-top: 80px;
	z-index: 3;
}
.translucent-bg:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
}
.translucent-bg.red:after {
	background-color: rgba(0, 0, 0, 0.7);
}
.translucent-bg .container {
	z-index: 3;
	position: relative;
}

/***PORTFOLIO***/
.portfolio{
  padding-top:25px;
}

/* Buttons
---------------------------------- */
.btn {
    padding: 8px 15px;
    font-size: 14px;
    line-height: 1.42857143;
    min-width: 160px;
    text-align: center;
    border-radius: 0;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.btn-default {
    color: #f00;
    border: 1px solid #ccc
}

.btn-default:hover {
    color: #fff;
    background-color: #f00;
    border-color: #f00
}

/* Navigations
----------------------------------------------------------------------------- */
.logo{
  margin-top:-10px;
  height:53px;
  width:125px;
}
.header .navbar {
	margin-bottom: 0;
}
.navbar-inverse {
	background-color: #222;
	border: none;
}
.navbar-inverse .navbar-nav > li > a {
	color: #fff;
	padding: 10px 20px;
	font-size: 18px;
	font-weight: 300;
}
.navbar-inverse .navbar-nav > li.active > a {
	background-color: transparent;
	color: #ff0000;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li.active > a:hover {
	color: #ff0000;
}
@media (min-width:768px) {
	.main-navigation .navbar-inverse .navbar-nav > li > a {
		padding-top: 30px;
		padding-bottom: 30px;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
}
@media (min-width:768px) and (max-width:991px) {
	.main-navigation .container-fluid {
		padding-left: 0;
		padding-right: 0;
	}
	.navbar-nav {
		float: left !important;
	}
}
@media (max-width:767px) {
	.header.navbar-fixed-top {
		position: absolute;
	}
}

/* Fixed Header
----------------------------------------------------------------------------- */
.fixed-header-on .header {
	background-color: rgba(0, 0, 0, 0.95);
	padding: 5px 0;
}
.fixed-header-on .site-name {
	font-size: 24px;
}
.fixed-header-on .logo {
	-webkit-transform: scale(1);
	transform: scale(1);
	margin-top: 0;
	margin-bottom: 0;
}
@media (min-width:768px) {
	.fixed-header-on .navbar-default .navbar-nav > li > a {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
@media (max-width:991px) {
	.fixed-header-on .logo,
	.fixed-header-on .site-name,
	.fixed-header-on .site-slogan {
		display: none;
	}
}

/* Pills
---------------------------------- */
.left{
	margin-left:-40px;
	margin-right:40px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.nav-pills > li > a:hover {
	background-color: #FF0000;
	border-color: #FF0000;
	color: #ffffff;
	width: 150px;
}
.nav-pills > li > a {
	border-radius: 0;
	padding: 8px 8px;
	border: 1px solid #cacaca;
	color: #666666;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 300;
	width:150px;
	background-color: #FFF;
}
.logo {
    margin-top: -10px
}

.header .navbar {
    margin-bottom: 0
}

.navbar-inverse {
    background-color: #222;
    border: 0
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 300
}

.navbar-inverse .navbar-nav>li.active>a {
    background-color: transparent;
    color: #f00
}

.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li.active>a:hover {
    color: #f00
}

@media(min-width:768px) {
    .main-navigation .navbar-inverse .navbar-nav>li>a {
        padding-top: 30px;
        padding-bottom: 30px;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }
}

@media(min-width:768px) and (max-width:991px) {
    .main-navigation .container-fluid {
        padding-left: 0;
        padding-right: 0
    }
    .navbar-nav {
        float: left!important
    }
}

@media(max-width:767px) {
    .header.navbar-fixed-top {
        position: absolute
    }
}

.fixed-header-on .header {
    background-color: rgba(0, 0, 0, 0.95);
    padding: 5px 0
}

.fixed-header-on .site-name {
    font-size: 24px
}

.fixed-header-on .logo {
    -webkit-transform: scale(1);
    transform: scale(1);
    margin-top: 0;
    margin-bottom: 0
}

@media(min-width:768px) {
    .fixed-header-on .navbar-default .navbar-nav>li>a {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

@media(max-width:991px) {
    .fixed-header-on .logo, .fixed-header-on .site-name, .fixed-header-on .site-slogan {
        display: none
    }
}



.image-box {
    box-shadow: 3px 3px 2px 0 rgba(50, 50, 50, 0.75)
}

.imageBox {
    position: relative;
    float: left
}

.imageBox .hoverImg {
    position: absolute;
    left: 0;
    top: 0;
    display: none
}

.imageBox:hover .hoverImg {
    display: block
}

.overlay-container {
    position: relative;
    display: block;
    overflow: hidden
}

.overlay {
    position: absolute;
    top: 0;
    bottom: -1px;
    left: 0;
    right: -1px;
    background-color: rgba(258, 0, 0, 0.6);
    cursor: pointer;
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all linear .2s;
    -moz-transition: all linear .2s;
    -ms-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s
}

.overlay:hover {
    text-decoration: none
}

.overlay span {
    position: absolute;
    display: block;
    bottom: 10px;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 13px;
    font-weight: 300
}

.overlay i {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 300%;
    line-height: 1x;
    color: #fff;
    margin-top: -8px;
    margin-left: -8px;
    text-align: center
}

.overlay-container:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    transform: scale(1)
}

.modal-content {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.modal-body h2, h3, h4 {
    color: #222
}

.modal-body-long h1, h2, h3, h4 {
    color: #222
}

.modal-header {
    background-color: #f00;
    color: #fff
}

.modal-header .close {
    font-weight: 300;
    color: #fff;
    text-shadow: none;
    filter: alpha(opacity=100);
    opacity: 1
}

@media(min-width:1200px) {
    .modal-lg {
        width: 1140px
    }
}

img.desaturate {
    -webkit-filter: grayscale(75%);
    filter: grayscale(75%);
    filter: gray
}

mud {
    list-style-image: url('http://www.michaelpmullally.com/images/portfolio/mudders/bullet.png')
}

ul.mud li {
    list-style-image: url('http://www.michaelpmullally.com/images/portfolio/mudders/bullet.png')
}

.social-links {
	padding: 0;
	list-style: none;
	margin: 30px 0 0 0;
    padding: 0;
    list-style: none;
    margin: 30px 0 0 0
}

.social-links li {
    margin: 10px 25px 10px 0;
    display: inline-block;
    font-size: 36px
}

.social-links li a {
	color: #f1f1f1;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.social-links li.email a:hover {
    color: #f00
}

.social-links li.twitter a:hover {
    color: #55acee
}

.social-links li.skype a:hover {
    color: #00aff0
}

.social-links li.linkedin a:hover {
    color: #0976b4
}

.social-links li.googleplus a:hover {
    color: #dd4b39
}

.social-links li.youtube a:hover {
    color: #b31217
}

.social-links li.vimeo a:hover {
    color: #1ab7ea
}

.social-links li.flickr a:hover {
    color: #ff0084
}

.social-links li.facebook a:hover {
    color: #3b5998
}

.social-links li.pinterest a:hover {
    color: #cb2027
}

.social-links li.soundcloud a:hover {
    color: #f80
}

.filters {
    margin: 0 0 30px 0
}

.filters .nav-pills>li {
    margin-right: 2px;
    margin-bottom: 2px
}

.filters .nav-pills>li+li {
    margin-left: 0
}

.text-center.filters .nav-pills>li {
    margin-right: 2px;
    margin-left: 2px;
    margin-bottom: 2px;
    display: inline-block;
    float: none
}

.isotope-container {
    overflow: hidden
}

.isotope-item {
    margin-bottom: 20px
}

.isotope-item .btn-default {
    color: #999
}

.isotope-item .btn-default:hover {
    color: #fff
}

/* FOOTER */
.subfooter {
	background-color: #fafafa;
	border-top: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
	padding: 40px 0;
}
.subfooter span{
	font-weight: 900;
	font-size: 125%;
}
.p{
  color:#F00;
}
@media(max-width:480px) {
    .filters .nav-pills>li {
        width: 100%;
        display: block
    }
}

.edit {
    color: #f00;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 20px
}

.subfooter {
    background-color: #fafafa;
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    padding: 40px 0
}

.subfooter span {
    font-weight: 900;
    font-size: 125%
}
