/* Site Specific */
body{  background:url('/sites/FirstCenturyThinking.com/images/bg.jpg') no-repeat center center fixed;  -webkit-background-size:cover;  -moz-background-size:cover;  background-size:cover;  -o-background-size:cover; }

p, ol, ul {font-size: 1.35em;}
.brand{font-size:4.2em;}
.nav > li > a {padding: 35px 26px;}
.main-content {padding:0px;}
.imgCarouselSmall{width:550px; margin:auto;}
footer p {font-size: 1em;}

/*
.preview_box .previewBoxImage{float:left; margin-right:30px;border:1px solid #addcd7!important; margin-bottom:5px; }
.preview_box{margin:10px 0 25px; height:75px; display:inline-block;}

.popover{max-width:700px; text-align:center; }
.popover h3{font-weight:bold;}
.popover img{width:500px;}

.jumbotron h1{font-size:52px;} 
.img-thumbnail{width:auto!important;}
.content_right_img{display:block; float:right; margin:0px 0 10px 10px;}

.carousel{ height:450px;  margin-bottom:60px}
.carousel-caption{ z-index:10}
.carousel .item{ background-color:#777;  height:450px}
.carousel-inner >.item >img{ height:450px;  width:550px;  margin:auto;  min-width:100%;  position:absolute;  top:0}
    */
	
.youtube-player {
	position: relative;
	padding-bottom: 56.23%;
	/* Use 75% for 4:3 videos */
	height: 0;
	overflow: hidden;
	max-width: 100%;
	background: #000;
	margin: 5px;
}

.youtube-player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: transparent;
}

.youtube-player img {
	bottom: 0;
	display: block;
	left: 0;
	margin: auto;
	max-width: 100%;
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	height: auto;
	cursor: pointer;
	-webkit-transition: .4s all;
	-moz-transition: .4s all;
	transition: .4s all;
}

.youtube-player img:hover {
	-webkit-filter: brightness(75%);
}

.youtube-player .play {
	height: 72px;
	width: 72px;
	left: 50%;
	top: 50%;
	margin-left: -36px;
	margin-top: -36px;
	position: absolute;
	background: url("//i.imgur.com/TxzC70f.png") no-repeat;
	cursor: pointer;
}