/* @override 
	http://mrconnorobrien.lvh.me:3000/assets/layout.css?body=1
	http://www.connortomas.com/bkclb/layout.css
	http://lvh.me:3000/assets/layout.css?body=1
*/

/*
* Bkclb Layout Stylesheet V1.0
* Copyright 2012, Bkclb
*/

/* Table of Content
==================================================
	#Typography
	#Site Styles
	#Page Styles
	#Media Queries
	#CSS Animations
	#Font-Face */

/* #Site Styles
================================================== */

/* =Typography
-------------------------------------------------------------- */


html {height: 100%;
}

body {
	background: white;
	height: 100%;
	margin-bottom: 0px;
	margin-left: 0;
	margin-right: 0;
	font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 22px;
	color: #333333;
	margin-top: 60px;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	text-shadow: 0 1px 0 rgba(244, 244, 244, 0.9);
}

a {
	color: #F16E5F;
	text-decoration: none;
}

a:hover {
	color: #333333!important;
	-webkit-transition: all 0.15s ease-in;
}

p {
	margin: 9px 0;
}

.gigantic-p p, p.gigantic {
	font-size: 25px;
	line-height: 30px;
}

.huge-p p, p.huge {
	font-size: 20px;
	line-height: 22px;
}

.large-p p, large.p, p.large {
	font-size: 16px;
	line-height: 21px;
}

.p-large-first-para p:first-child {
	font-size: 20px;
	line-height: 24px;
}

.medium-p p, p.medium {
	font-size: 11px;
	line-height: 14px;
}

.small-p p, p small, p.small {
	font-size: 11px;
	line-height: 14px;
}

.lead {
	margin-bottom: 18px;
	font-size: 20px;
	font-weight: 200;
	line-height: 27px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-family: inherit;
	font-weight: bold;
	color: inherit;
	text-rendering: optimizelegibility;
	margin-bottom: 5px;
	margin-top: 5px;
}

h1.span, h2.span, h3.span, h4.span, h5.span, h6.span {
	display: inline;
	margin-right: 10px;
}

.faded {
	color: #797979;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a {
	border-bottom: 2px solid #F16E5F;
	font-weight: bold;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
	font-weight: normal;
	color: #999999;
}

h1 {
	font-weight: 900;
	font-size: 30px;
	line-height: 35px;
}

input.input-h1 {
	font-size: 30px;
	line-height: 36px;
	height: auto;
	font-weight: bold;
}

.input-prepend .add-on-large,
.input-append .add-on-large {
	  margin-right: 0px;
  display: inline-block;
  width: auto;
  height: 36px;
  min-width: 16px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 36px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}

h1 small {
	font-size: 18px;
}

h2 {
	font-size: 24px;
	line-height: 27px;
}

input.input-h2 {
	font-size: 24px;
	line-height: 24px;
	height: auto;
	font-weight: bold;
}

h3 {
	font-size: 18px;
	line-height: 20px;
	font-weight: 900;
}

h4 {
	font-size: 14px;
	line-height: 16px;
	font-weight: 900!important;
	margin-top: 10px;
}

h4 small {
	font-size: 12px;
}

h5 {
	font-size: 13px;
	line-height: 16px;
	font-style: italic;
	font-weight: normal;
}

h6 {
	font-size: 11px;
	color: #999999;
	line-height: 12px;
}

.page-header {
	padding-bottom: 17px;
	margin: 18px 0;
	border-bottom: 1px solid #eeeeee;
}

.page-header h1 {
	line-height: 1;
}

ul,
ol {
	padding: 0;
	margin: 0 0 9px 25px;
}

ul ul,
ul ol,
ol ol,
ol ul {
	margin-bottom: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li {
	line-height: 18px;
}

ul.unstyled,
ol.unstyled {
	margin-left: 0;
	list-style: none;
}

dl {
	margin-bottom: 18px;
}

dt,
dd {
	line-height: 18px;
}

dt {
	font-weight: bold;
	line-height: 17px;
}

dd {
	margin-left: 9px;
}

.dl-horizontal dt {
	float: left;
	width: 120px;
	overflow: hidden;
	clear: left;
	text-align: right;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.dl-horizontal dd {
	margin-left: 130px;
}

hr {
	margin: 18px 0;
	border: 0;
	border-bottom: 1px solid #dddddd;
}

.

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

.muted {
	color: #999999;
}

abbr[title] {
	cursor: help;
	border-bottom: 1px dotted #ddd;
}

abbr.initialism {
	font-size: 90%;
	text-transform: uppercase;
}

blockquote {
	padding: 0 0 0 15px;
	margin: 0 0 18px;
	border-left: 5px solid #eeeeee;
}

blockquote p {
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 300;
	line-height: 22.5px;
}

blockquote small {
	display: block;
	line-height: 18px;
	color: #999999;
}

blockquote small:before {
	content: '\2014 \00A0';
}

blockquote.pull-right {
	float: right;
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eeeeee;
	border-left: 0;
}

blockquote.pull-right p,
blockquote.pull-right small {
	text-align: right;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
	content: "";
}

address {
	display: block;
	margin-bottom: 18px;
	font-style: normal;
	line-height: 18px;
}

small {
	font-size: 100%;
}

cite {
	font-style: normal;
}

code,
pre {
	padding: 0 3px 2px;
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
	font-size: 12px;
	color: #333333;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

code {
	padding: 2px 4px;
	color: #d14;
	background-color: #f7f7f9;
	border: 1px solid #e1e1e8;
}

pre {
	display: block;
	padding: 8.5px;
	margin: 0 0 9px;
	font-size: 12.025px;
	line-height: 18px;
	word-break: break-all;
	word-wrap: break-word;
	white-space: pre;
	white-space: pre-wrap;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

pre.prettyprint {
	margin-bottom: 18px;
}

pre code {
	padding: 0;
	color: inherit;
	background-color: transparent;
	border: 0;
}

/* = Global Page Elements
-------------------------------------------------------------- */

#outermost-wrapper {
	min-height: 100%!important;
}

.header {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #f5f5f5;
	border-bottom: 1px solid #E5E5E5;
	width: 100%;
	z-index: 1000;
	text-shadow: 0px 1px 0px #FFF;
	-webkit-transition: opacity .75s ease-in-out, color .75s ease-in-out;
	-moz-transition: opacity .75s ease-in-out, color .75s ease-in-out;
	transition: opacity .75s ease-in-out, color .75s ease-in-out;
}

.header:hover, .subfooter:hover {
	opacity: 1;
}

.header-logged-in {
	text-align: right;
}

.main-content {
	margin-top: 30px;
}

.centre {
	text-align: center;
}

.full-width {
	width: 100%;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.bg-no-padding {
	padding: 0px!important;
}


.bg-rounded {
	padding: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 20px!important;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .25), 0 1px 0 #fff inset;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .25), 0 1px 0 #fff inset;
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, .25), 0 1px 0 #fff inset;
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, .25), 0 1px 0 #fff inset;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .25), 0 1px 0 #fff inset;
}


.bg-dark-gray {
  background: #333333 url(i/noise-black.png) center;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0))), #333333 url(i/noise-black.png) center;
  background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 100%), #333333 url(i/noise-black.png) center;
  
  -webkit-box-shadow: 0 1px 0 #fff, 0 1px 3px #000 inset;
  -moz-box-shadow: 0 1px 0 #fff, 0 1px 3px #000 inset;
  -ms-box-shadow: 0 1px 0 #fff, 0 1px 3px #000 inset;
  -o-box-shadow: 0 1px 0 #fff, 0 1px 3px #000 inset;
  box-shadow: 0 1px 0 #fff, 0 1px 3px #000 inset;
  color: white!important;
      text-shadow: 0 1px 3px #000!important;
}

.bg-light-gray {
  background: #f5f5f5;
  
}

.padded-left{
	 padding-left: 15px;
	 	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}

.bg-padded {
	padding-top: 30px;
	padding-bottom: 30px;
}

.bg-white {
	background-color: white;
}

.bg-transparent {
	background-color: rgba(255,254,255,0.88);
}

/* #Frontpage Styles
================================================== */

.frontpage-splash-bg {
	height: 218px;
	background: url(i/frontpage/top-splash.png) repeat-x center;
}

.frontpage-splash {
	text-align: center;
}

.frontpage-bg-bkclb-university {
	min-height: 160px;
	background: url(i/bkclb-university-logo.png) no-repeat right;
	background-size: contain;
}

/* #Single Book Page Styles
================================================== */

ul.single-book-page-socialbuttons {
	list-style-type: none;
	margin-left: 0px;
	margin-top: 20px;
}

ul.single-book-page-socialbuttons li {
	display: inline;
	margin-right: 10px;
}

li#single-book-page-socialbuttons-twitter {
	margin-top: 0px;
	float: left;
}

li#single-book-page-socialbuttons-fb {
	float: left;
}

.sidebar {
	padding: 30px;
	background-color: #f5f5f5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}

.sidebar-book-link {
	margin-top: 5px;
	padding: 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.author-image {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.book-cover img, .author-image {
	-webkit-transition: -webkit-box-shadow .1s ease-in;
	-webkit-box-shadow: 0px 1px 4px rgba(0,73,92,0.3);
	-moz-box-shadow: 0px 1px 4px rgba(0,73,92,0.3);
	box-shadow: 0px 1px 4px rgba(0,73,92,0.3);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: border .1s linear;
	-moz-transition: border .1s linear;
	border: 3px solid gray;
	height: auto;
}

.book-cover img:hover, .author-image:hover {
	border: 3px solid #333333;
	-webkit-transition: -webkit-box-shadow .1s ease-in;
	-webkit-box-shadow: 0px 1px 4px rgba(0,40,92,0.9);
	-moz-box-shadow: 0px 1px 4px rgba(0,40,92,0.9);
	box-shadow: 0px 1px 4px rgba(0,40,92,0.9);
}

img.small-book-cover {
	width: 50%;
	height: auto;
}

.subfooter {
	text-align: center;
}

.subfooter img {
	margin-bottom: 20px;
}

.arrow-upwards {
	height: 30px;
	margin-top: -10px;
	background: url(http://connortomas.com/clients/events/img/ico/small/gray-triangle-up.png) no-repeat center;
}

.push-down-20 {
	margin-bottom: 20px;
}

.pushed-down-10 {
	margin-top: 10px;
}

.pushed-down-20 {
	margin-top: 20px;
}

.pushed-down-40 {
	margin-top: 40px;
}

.padding-top-20 {
	padding-top: 20px;
}

ul.tag-cloud li {
	display: inline;
	margin-right: 5px;
	border-bottom: 1px solid rgba(215,176,171,0.35);
}

ul.tag-cloud {
	margin-left: 0px;
}

/* Book Sample Styles
================================================== */

.modal-body p, .book-sample p {
	
}

.book-sample {
	background-color: #f9f9f9;
}

.modal-body p, .book-sample p {
	background-color: transparent;
	-webkit-transition: background 2s ease, color 0.2s ease;
	-moz-transition: background 2s ease, color 0.2s ease;
	transition: background 2s ease, color 0.2s ease;
}

.modal-body p:hover, .book-sample p:hover {
	background-color: #f5f5f5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

/* #Login page Styles
================================================== */

.login-page h1 {
	margin-bottom: 20px;
}

/* #Logged-in page Styles
================================================== */

.loggedin-editbook-box {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	background-color: #eeeeee;
	border: 1px solid #ccc;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 20px 10px 10px;
}

.loggedin-editbook-box img {
	margin-bottom: 20px;
	width: 40%;
}

/* =Ebook editor Styles
-------------------------------------------------------------- */

.ebook-editor-chapter-sidebar {
max-height: 336px!important;
overflow: scroll;
}

.ebook-editor-chapter-sidebar ul {
	margin-left: 0px;
	border-bottom: 1px solid #dddddd;
}



.ebook-editor-chapter-sidebar li {
	list-style-type: none;
	  padding: 8px;
  line-height: 18px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.ebook-editor-chapter-sidebar li:hover{
  background-color: #f5f5f5;
}


.ebook-editor-chapter-sidebar li:nth-child(odd)
 {
  background-color: #f9f9f9;
}



.ebook-editor-chapter-sidebar li.selected {
	box-shadow: inset 0 1px 6px rgba(131,59,51,0.36);
	background: #F16E5F !important;
	font-weight: bold;
	border-top: 0px;
	color: white;
      text-shadow: 0 1px 3px rgba(131,59,51,0.76)!important;
}

.ebook-editor-chapter-sidebar-header {
	padding-top: 5px;
padding-bottom:5px;
	  border-bottom: 1px solid #dddddd;
	font-weight: bold;
}

.ebook-editor-chapter-sidebar-footer {
	  border-top: 1px solid #dddddd;
}


/* #Guides Styles
================================================== */

/* #Media Queries
================================================== */

/* Smaller than standard 960 (devices and browsers) */

@media only screen and (max-width: 959px) {

}

/* Tablet Portrait size to standard 960 (devices and browsers) */

@media only screen and (min-width: 768px) and (max-width: 959px) {

}

/* All Mobile Sizes (devices and browser) */

@media only screen and (max-width: 767px) {

}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */

@media only screen and (min-width: 480px) and (max-width: 767px) {

}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */

@media only screen and (max-width: 479px) {

.input-prepend .add-on.column,
.input-append .add-on.column, 
.input-prepend .add-on.columns,
.input-append .add-on.columns {
	display: none;
}

.input-prepend input,
.input-append input,
.input-prepend select,
.input-append select,
.input-prepend .uneditable-input,
.input-append .uneditable-input {
	position: relative;
	margin-bottom: 0;
	*margin-left: 0;
	vertical-align: middle;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

}

/* #Font-Face
================================================== */

/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/

/* WYSIHTML Editor */

#wysihtml5-editor-toolbar header {
	display: block;
	position: relative;
	z-index: 1;
	text-align: center;
	font-size: 0;
	text-align: center;
}

#wysihtml5-editor-toolbar ul.commands {
	margin-left: 0px!important;
}

[data-wysihtml5-command],
[data-wysihtml5-action],
.fore-color {
	position: relative;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	list-style: none;
	font-size: 12px;
	display: inline-block;
	cursor: pointer;
	height: 40px;
	width: 68px;
	margin-right: 2px;
	margin-bottom: -6px;
	background-color: white;
}

[data-wysihtml5-command]::after,
[data-wysihtml5-action]::after,
.fore-color::after {
	content: "";
	background-image: url(http://www.connortomas.com/bkclb/js/wysihtml5_toolbar_icons_r1.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

[data-wysihtml5-command]:hover,
[data-wysihtml5-action]:hover,
.fore-color:hover {
	background-color: #f0f0f0;
}

[data-wysihtml5-command="bold"]::after {
	background-position: 24px center;
}

[data-wysihtml5-command="italic"]::after {
	background-position: -48px center;
}

[data-wysihtml5-command="insertUnorderedList"]::after {
	background-position: -115px center;
}

[data-wysihtml5-command="insertOrderedList"]::after {
	background-position: -197px center;
}

[data-wysihtml5-command="formatBlock"][data-wysihtml5-command-value="h1"]::after {
	background-position: -344px center;
}

[data-wysihtml5-command="formatBlock"][data-wysihtml5-command-value="h2"]::after {
	background-position: -428px center;
}

[data-wysihtml5-command="createLink"]::after {
	background-position: -271px center;
}

[data-wysihtml5-command="insertImage"]::after {
	background-position: -513px center;
}

.fore-color::after {
	background-position: -741px center;
}

[data-wysihtml5-command="insertSpeech"]::after {
	background-position: -596px center;
}

[data-wysihtml5-action="change_view"]::after {
	background-position: -670px center;
}

.fore-color ul {
	display: none;
	position: absolute;
	z-index: 2;
	top: 40px;
	right: -1px;
	left: -2px;
	border: 1px solid #ccc;
	border-top: 0;
	background: #fff;
	overflow: hidden;
}

.fore-color li {
	display: block;
	margin: 3px;
	width: auto;
	border: 0;
	height: 15px;
}

.fore-color li::after {
	display: none;
}

.fore-color:hover ul {
	display: block;
}

.fore-color [data-wysihtml5-command-value="silver"] {
	background: silver !important;
}

.fore-color [data-wysihtml5-command-value="gray"] {
	background: gray !important;
}

.fore-color [data-wysihtml5-command-value="maroon"] {
	background: maroon !important;
}

.fore-color [data-wysihtml5-command-value="red"] {
	background: red !important;
}

.fore-color [data-wysihtml5-command-value="purple"] {
	background: purple !important;
}

.fore-color [data-wysihtml5-command-value="green"] {
	background: green !important;
}

.fore-color [data-wysihtml5-command-value="olive"] {
	background: olive !important;
}

.fore-color [data-wysihtml5-command-value="navy"] {
	background: navy !important;
}

.fore-color [data-wysihtml5-command-value="blue"] {
	background: blue !important;
}

.fore-color .wysihtml5-command-active {
	outline: 1px solid #666;
	outline-offset: 1px;
}

.wysihtml5-commands-disabled .fore-color ul {
	display: none;
}

.wysihtml5-action-active,
.wysihtml5-command-active {
	box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.2);
	background: #eee !important;
}

.wysihtml5-commands-disabled [data-wysihtml5-command],
.wysihtml5-commands-disabled .fore-color {
	opacity: 0.4;
	cursor: default;
	background-image: none !important;
}

[data-wysihtml5-dialog] {
	color: #333;
	font-size: 14px;
	text-align: left;
	border-radius: 4px;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ccc;
	padding: 5px 10px;
	background: #FFFBE0;
	position: absolute;
	width: 810px;
	text-align: center;
	top: 145px;
}

[data-wysihtml5-dialog] input {
	color: #333;
	border: 1px solid #ccc;
	padding: 3px;
	width: 300px;
}

[data-wysihtml5-dialog] input:focus {
	outline: 0;
	border: 1px solid #666;
}

[data-wysihtml5-dialog-action] {
	padding: 4px;
	color: #fff;
	cursor: pointer;
}

[data-wysihtml5-dialog-action="save"] {
	background: #007200;
}

[data-wysihtml5-dialog-action="cancel"] {
	background: #999;
}

/*

CSS ANIMATIONS 

Animate.css - http://daneden.me/animate
LICENSED UNDER THE  MIT LICENSE (MIT)

Copyright (c) 2012 Dan Eden

*/

.animated {
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
}

.animated-delay-1 {
	animation-delay: 1s;
	-moz-animation-delay: 

1s;
	/* Firefox */
-webkit-animation-delay

: 1s;
/*Safari and Chrome */
}

.animated-delay-2 {
	animation-delay: 2s;
	-moz-animation-delay: 

2s;
	/* Firefox */
-webkit-animation-delay

: 2s;
/*Safari and Chrome */
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	-ms-animation-duration: 2s;
	-o-animation-duration: 2s;
	animation-duration: 2s;
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
	-webkit-transform: translateY(-20px);
}

100% {
	opacity: 1;
	-webkit-transform: translateY(0);
}

}

@-moz-keyframes fadeInDown {
	0% {
		opacity: 0;
	-moz-transform: translateY(-20px);
}

100% {
	opacity: 1;
	-moz-transform: translateY(0);
}

}

@-ms-keyframes fadeInDown {
	0% {
		opacity: 0;
	-ms-transform: translateY(-20px);
}

100% {
	opacity: 1;
	-ms-transform: translateY(0);
}

}

@-o-keyframes fadeInDown {
	0% {
		opacity: 0;
	-ms-transform: translateY(-20px);
}

100% {
	opacity: 1;
	-ms-transform: translateY(0);
}

}

@keyframes fadeInDown {
	0% {
		opacity: 0;
	transform: translateY(-20px);
}

100% {
	opacity: 1;
	transform: translateY(0);
}

}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-ms-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

@-webkit-keyframes bounceIn {
	0% {
		opacity: 0;
	-webkit-transform: scale(.3);
}

50% {
	opacity: 1;
	-webkit-transform: scale(1.05);
}

70% {
	-webkit-transform: scale(.9);
}

100% {
	-webkit-transform: scale(1);
}

}

@-moz-keyframes bounceIn {
	0% {
		opacity: 0;
	-moz-transform: scale(.3);
}

50% {
	opacity: 1;
	-moz-transform: scale(1.05);
}

70% {
	-moz-transform: scale(.9);
}

100% {
	-moz-transform: scale(1);
}

}

@-ms-keyframes bounceIn {
	0% {
		opacity: 0;
	-ms-transform: scale(.3);
}

50% {
	opacity: 1;
	-ms-transform: scale(1.05);
}

70% {
	-ms-transform: scale(.9);
}

100% {
	-ms-transform: scale(1);
}

}

@-o-keyframes bounceIn {
	0% {
		opacity: 0;
	-o-transform: scale(.3);
}

50% {
	opacity: 1;
	-o-transform: scale(1.05);
}

70% {
	-o-transform: scale(.9);
}

100% {
	-o-transform: scale(1);
}

}

@keyframes bounceIn {
	0% {
		opacity: 0;
	transform: scale(.3);
}

50% {
	opacity: 1;
	transform: scale(1.05);
}

70% {
	transform: scale(.9);
}

100% {
	transform: scale(1);
}

}

.bounceIn {
	-webkit-animation-name: bounceIn;
	-moz-animation-name: bounceIn;
	-ms-animation-name: bounceIn;
	-o-animation-name: bounceIn;
	animation-name: bounceIn;
}
