@charset "UTF-8";
/* CSS Document */

@import url("bootstrap.css");


		
html, body{
	padding:0;
	margin:0;
}

body{
	background-color: #FFF;
	background:url(../img/lightpaperfibers.png) center repeat;
	color:#A82E30;
}



/*TOUCH HOVER*/

.hover {
-webkit-user-select: none;
-webkit-touch-callout: none;        
}


#logo_small.hover_effect {
	transform:translate(0,-10px);
	-moz-transform:translate(0,-10px);
	-webkit-transform:translate(0,-10px);
	background:url(../img/MP-logo-150.png) center center no-repeat;
	}

.question.hover_effect  ~ .lightbox-caption {

opacity:1;

}

.question.hover_effect {
	color:#FFF;
	text-shadow: 2px 2px 5px rgba(50, 50, 50, 0);
	-moz-text-shadow: 2px 2px 5px rgba(50, 50, 50, 0);
	-webkit-text-shadow: 2px 2px 5px rgba(50, 50, 50, 0);
	

}


/*END TOUCH HOVER*/


::selection {
	background: #A82E30; /* Safari */
	color:#FFF;
	}
::-moz-selection {
	background: #A82E30; /* Firefox */
	color:#FFF;
}

#header{
	width:100%;
	height:800px;
	margin-top:54px;
	margin-bottom:50px;
	border-bottom:solid 4px #A82E30;
	position:relative;
	background:url(../img/band2.jpg) no-repeat center center;
	background-size:cover;

}


#header h1{
	padding-top:25px;
	text-align:center;
}

#header h2{
	font-size:120%;
	text-align:center;

}

#logo_small{
	width:160px;
	height:235px;
	margin:0 auto;
	background:url(../img/MP-logo-150-white.png) center center no-repeat;
	position:absolute;
	top:50%;
	margin-top:-118px;
	left:50%;
	margin-left:-80px;
	transition:ease 1s;
	-moz-transition:ease 1s;
	-webkit-transition:ease 1s;
}

#logo_small:hover{
	transform:translate(0,-10px);
	-moz-transform:translate(0,-10px);
	-webkit-transform:translate(0,-10px);
	background:url(../img/MP-logo-150.png) center center no-repeat;
	}
	


.title{
	margin:100px 0 50px 0;
}

.thumbnail{
	background:#FFF;
	position:relative;
}

.thumbnail h1,h2,h3,h4,h5,h6,p{
	padding-left:5px;
}

.thumbnails{
	margin-top:20px;
}

#about .span7 p,li{
	color:#777;
}

#about .span5{
	width:360px;
}

.span6{
	width:450px;
}

hr{
	border-top:2px solid #A82E30;
}

.circle{
	width:100px;
	height:100px;
	border-radius:50px;
	background:#A82E30;
	margin:0 auto;
}



#maincarousel{
	width:870px;
	margin:0 auto;
}

#toplevelnav{
	
}


.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
border-width: 0 0 4px 0;
}


.navbar .nav{
	margin-left:10px;
}

.navbar .nav,
.navbar .nav > li {
  float:none;
  display:inline-block;
  *display:inline; /* ie7 fix */
  *zoom:1; /* hasLayout ie7 trigger */
  vertical-align: top;
}

.navbar-inner {
  background-color:transparent;
  background-image:none;
  background-image:url(../img/lightpaperfibers.png);
  background-repeat:repeat;
  border:none;
  line-height:30px;
  	border-bottom:4px solid #A82E30;

}

.navbar .nav > li > a {
float: none;
padding: 10px 15px;
color:#A82E30;
text-decoration: none;
text-shadow: 0 1px 0 #ffffff;
  font-size:130%;
    line-height:30px;


}

.navbar-fixed-top .navbar-inner, 
.navbar-static-top .navbar-inner {
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow: none;
}

.navbar .brand {
display: block;
float: left;
padding: 10px 20px 10px 30px;
font-size: 150%;
font-weight: bold;
color: #A82E30;
text-shadow: 0 1px 0 
#ffffff;
}

.navbar-text{
	display:inline;
	font-size:14px;
	line-height:inherit;
	margin:0 0 0 10px;
	-webkit-margin-before: 0em;
-webkit-margin-after: 0em;
}

.row{
	margin-left:0;
}

#top-work{
	margin-top:100px;
}

#top-about{
	margin-top:300px;
}


#top-contact{
	margin-top:500px;
}


#back-top { 
	position: fixed; 
	top: 55px; 
	right: 20px;
	z-index:1000; 
}

#back-top a {
    text-decoration: none;
    text-align: center;
    padding-top: 20px;
    font-size: 50px;
    width: 50px;
    height: 60px;
    display: block;
    background-color: #A82E30;
    color: white;
    -webkit-transition: 1s ease; 
	-moz-transition: 1s ease; 
	-o-transition: 1s ease; 
	transition: 1s ease;
}
#back-top a:hover { 
	background-color: #f1f1f1; 
	color: #A82E30;
}


.footer{
	margin-top:300px;
	background:#A82E30;
	color:#FFF;
	width:100%;
	height:14px;
	padding:5px 0 5px 0;
	line-height:14px;
	font-size:14px;	
}

.footer p{
	display:inline;
	
}


/*CAROUSEL*/

/*.carousel-control {
position: absolute;
top: 0;
left: 0px;
width: 40px;
height: 235px;
margin-top: 0;
font-size: 60px;
font-weight: 100;
line-height: 30px;
color: 
#ffffff;
text-align: center;
background: 
#333;
border: none;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
opacity: 0.3;
filter: alpha(opacity=30);
/*transition:ease .5s;
-moz-transition:ease .5s;
-webkit-transition:ease .5s;
}

.carousel-control.right {
right: 0px;
left: auto;
}


.carousel-control:hover, .carousel-control:focus {
color: #ffffff;
text-decoration: none;
opacity: 0.9;
filter: alpha(opacity=90);
}


a.left.carousel-control{
	padding-top:235px;
}

a.right.carousel-control{
	padding-top:235px;
}
*/


.carousel-control {
position: absolute;
margin-top: 0;
left: -50px;
font-size: 100px;
font-weight: 100;
line-height: 100px;
height:115px;
color: #FFF;
text-align: center;
background-color: rgba(255, 255, 255, .25);
border: none;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
opacity: 0.5;
filter: alpha(opacity=30);
}

.carousel-control.right {
right: -50px;
left: auto;
}


.carousel-control:hover, .carousel-control:focus {
color: #FFF;
background-color: rgba(168, 46, 48, .8);
text-decoration: none;
opacity: 0.9;
filter: alpha(opacity=90);
}







.carousel-indicators {
position: absolute;
top: -21px;
right: 50%;
z-index: 5;
margin: 0;
list-style: none;
margin-right:-65px;
}

.carousel-indicators .active {
background-color: #FFF;
}

.carousel-indicators li {
display: block;
float: left;
width: 40px;
height: 15px;
margin-left: 5px;
text-indent: -999px;
background-color: #FFF;
background-color: rgba(255, 255, 255, .25);
border-radius: 0px;
cursor:pointer;
}



/*LIGHTBOX*/

.lightbox-content {
display: inline-block;
padding: 5px;
background-color: #FFF;
border: 1px solid #FFF;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
-moz-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
box-shadow: 0 3px 7px rgba(0,0,0,0.3);
-webkit-background-clip: padding-box;
-moz-background-clip: padding-box;
background-clip: padding-box;

}

.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000000;
}


.lightbox-content .lightbox-caption {
position: absolute;
right: 4px;
bottom: 4px;
left: 6px;
padding: 15px;
font-size: 14px;
line-height: 18px;
text-align: left;
color: white;
background: #A82E30;
background: rgba(168, 46, 48, 1);
transition:ease .5s;
-moz-transition:ease .5s;
-webkit-transition:ease .5s;
opacity:0;
}


.lightbox-caption {

opacity:0;
}



.question:hover ~ .lightbox-caption {

opacity:1;

}

.question:hover{
	color:#FFF;
	text-shadow: 2px 2px 5px rgba(50, 50, 50, 0);
	-moz-text-shadow: 2px 2px 5px rgba(50, 50, 50, 0);
	-webkit-text-shadow: 2px 2px 5px rgba(50, 50, 50, 0);
	

}

.new{
	background:#A82E30;
	width:100%;
	height:25px;
	position:absolute;
	top:-29px;
	left:0px;
	font-size:24px;
	line-height:24px;
	text-align:center;
	color:#FFF;
	border-radius:4px 4px 0 0;
	padding:2px 0 2px 0;
}

.award{
	background:#9DD3DF;
	width:100%;
	height:25px;
	position:absolute;
	top:-29px;
	left:0px;
	font-size:24px;
	line-height:24px;
	text-align:center;
	color:#FFF;
	border-radius:4px 4px 0 0;
	padding:2px 0 2px 0;
}

		
.question{
	background:#FFF;
	width:30px;
	height:30px;
	padding:2px;
	position:absolute;
	left:6px;
	top:6px;
	z-index: 1050;
	color:#A82E30;
	font-size: 30px;
	line-height:30px;
	cursor:help;
	font-weight:bold;
	-webkit-box-shadow: inset 2px 2px 5px 0px rgba(50, 50, 50, 0.25);
	-moz-box-shadow: inset 2px 2px 5px 0px rgba(50, 50, 50, 0.25);
	box-shadow:  inset 2px 2px 5px 0px rgba(50, 50, 50, 0.25);
	text-shadow: 2px 2px 5px rgba(50, 50, 50, 0.25);
	-moz-text-shadow: 2px 2px 5px rgba(50, 50, 50, 0.25);
	-webkit-text-shadow: 2px 2px 5px rgba(50, 50, 50, 0.25);
	
}







    