/*

Theme Name: imCompany
Theme URI: http://imakeservice.com
Description: Company Theme
Author: metropolian@Live.com
Author URI: http://imakeservice.com
Version: 4.8
License: MIT License
License URI: http://opensource.org/licenses/MIT

*/

.clear {
	clear: both;
}

.alignleft { text-align: left; }
.alignright { text-align: right; }
.aligncenter { text-align: center; }

.navbar-brand,
.navbar-icon {
	margin-top: -5px;
	margin-bottom: -5px;
	margin-left: -15px;
}

.navbar-brand-xs {
	font-family: 'Vernada';
	font-size: 1.5em;
	line-height: 25px;
}

.navbar-brand-text { 
    padding: 20px 0;
    display: block;
    font-family: 'Cloud bold';
	  font-size: 2em;
}

.navbar-brand-text .two { color: #b452ff; }
.navbar-brand-text .plus { color: #ffffff; }
.navbar-brand-text .one { color: #ff8400; }


#wpadminbar {
	display: none;
}

.glyphicon { line-height: 0.5em; }
.large-icon { font-size: 3.5em; line-height: 2em; }
.feature-box { text-align: center;
	margin: 4px;
	margin-bottom: 10px;
	padding: 10px;
	background: #eee;
	color: #448AFF;
}
html,
body {
	line-height: initial;
	font-family: 'Cloud Light', 'Vernada', 'Arial', 'Seoul UI', sans-serif;
	font-size: 1em;
    color: #fff;
	
	text-shadow: 0px 0px 1px rgba(147,147,147,0.8);
}

h1 { font-size: 2.25em; margin-top: 10px; margin-bottom: 10px;  }
h2 { font-size: 1.8em; margin-top: 10px; margin-bottom: 15px; }
h3 { font-size: 1.7em; margin-top: 10px; margin-bottom: 15px; }
h4 { font-size: 1.5em; margin-top: 10px; margin-bottom: 15px; }
h5 { font-size: 1.4em; margin-top: 10px; margin-bottom: 15px; }
h6 { font-size: 1.2em; margin-top: 10px; margin-bottom: 15px; }

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
	margin: 0;
	padding: 0;
    font-family: 'Cloud Light';
}

a, .btn-link { color: #ff8400; transition: color 0.5s; }
a:visited { color: #cc8400; }
a:hover, a:focus, a:active { color: #ff0; text-decoration: none; text-shadow: 0px 0px 3px rgba(0,0,0,0.2); }

.btn-more { background: rgba(255, 132, 0, 0.8); }
.btn-more:hover, .btn-more:focus { background: rgba(255, 132, 0, 1); color: #fff; }

section {
	padding-top: 40px;
	padding-bottom: 60px;
}

section.hilight {
	background: #424242;
}

section.altlight {
    background: #757575;
}

section.hilight * { color: #fff }
section.altlight * { color: #fff }


section h2 {
	font-size: 54px;
	margin-top: 30px;	
	padding: 0;
	padding-bottom: 25px;
	/*color: #d0aee9;*/
}

section h3 {
	margin-top: 30px;	
	padding: 0;
	padding-bottom: 20px;
    font-family: 'Cloud Bold';
}

section.cover {
    padding-top: 150px;
    padding-bottom: 150px;
}

section.featured {
    min-height: 750px;
}

section.featured * { color: #fff; }

section .feature-welcome { 
	margin-top: 90px; 
	padding-top: 12px;
	padding-bottom: 14px;
}

section .feature-welcome h1 { 
	text-align: center;
	color: #fff;
	text-shadow: 2px 2px 2px #000;
	font-size: 3em;
}

.parallax {
	min-height: 320px;
}

section .cover {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

section .darker {
	background: rgba(0,0,0,0.5);
}

video.parallax {
	backface-visibility:hidden;
	background: no-repeat scroll 0 0 #000;
	background-size:cover;
	bottom:0;
	height:auto;
	min-height:100%;
	min-width:100%;
	perspective:1000;
	position:fixed;
	right:0;
	width:auto;
	z-index: -1000;
}

/*
.featured .parallax {
    height: 25vh;
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-position: left center;
    background-size: cover;
}
*/

.feature-quote {
	font-size: 2.2em;
	padding-top: 25px;
	padding-bottom: 45px;
}

.feature-title {    
	font-weight: bold;
    text-align: center;
}

.featured .feature {
	padding: 20px;
}

.featured .feature .feature-icon {
}

.featured .feature .feature-desc {
	font-size: 1.5em;
	text-align: left;
	margin-left: 20px;
	line-height: 2em;
}

.featured .feature ul { 
	padding: 0;
}

.underline {
	border-bottom: 1px solid #888;
}

.gallery .post .heading { font-size: 2em; margin-bottom: 20px; }

.breadcrumb { padding: 5px; }
.breadcrumb>li:last-child {	display: inline !important; color: ; }



.panel a { color: #000; }
.panel a:visited { color: #400; }
.panel a:active, .panel a:focus, .panel a:hover { color: #800; }



/*

Navbar

*/
.navbar-toggle {
	background: #eee;
}
.navbar-toggle .icon-bar {
	border: 1px solid #1F3A93;
}
.navbar-nav>li>a img {
	width: 36px;
	height: 36px;
}
.navbar-nav>li {
	font-family: 'Vernada', 'Geneva' sans-serif;
}
.navbar-nav li a {
	color: #1F3A93;
	font-weight: 200;
	font-size: 1.2em;
	transition: all 0.5s;
}

.navbar-nav>li a:hover,
.navbar-nav>li a:focus {
	color: #D35400;
	background-color: #fff;
}

.navbar-nav .active,
.navbar-nav .current-menu-parent {
	background: rgba(228, 241, 254, 0.25);
	position: relative;
}

/* light topnav bar
#topnav { background: #fff; color: #000;  }
#topnav li {margin-right: 5px;padding: 15px 4px;}
#topnav ul ul li a { color: #000; padding: 10px; }
#topnav ul ul li a:hover { color: #000; background-color: rgba(0,0,0,0.1) }
#topnav a { color: #000; background-color: transparent;display: block;  }
#topnav a:hover, #topnav a:focus { color: #00f; background: rgba(255,255,255,0.1) }
#topnav a.btn { margin-top: 0px; margin-bottom: 0px; }

#topnav .icon { color: yellow; margin-right: 10px; }

#topnav .navbar-brand img { height: 70px; width: auto; margin-right: 10px; display: inline-block; }
#topnav { box-shadow: 1px 1px 10px rgba(128,128,128,0.25) }
.navbar-fixed-padding { padding-top: 40px; padding-bottom: 40px; }
*/

#topnav { background: rgba(0,0,0,0.7); color: #fff;  }
#topnav li {margin-right: 5px;padding: 15px 4px;}
#topnav ul ul li a { color: #000; padding: 10px; }
#topnav ul ul li a:hover { color: #000; background-color: rgba(0,0,0,0.1) }
#topnav a { color: #ff8400; background-color: transparent;display: block;  }
#topnav a:hover, #topnav a:focus { color: #ff0; }
#topnav a.btn { margin-top: 0px; margin-bottom: 0px; }

#topnav .icon { color: yellow; margin-right: 10px; }

#topnav .navbar-brand img { height: 70px; width: auto; margin-right: 10px; display: inline-block; }
#topnav { box-shadow: 1px 1px 10px rgba(128,128,128,0.25) }



#main-nav { margin: auto; 
	background: rgba(0,0,0,0.7);
}

#main-nav .navbar {
	background: transparent;
	border: none;
	margin-bottom: 0;
}
#main-nav .navbar li a {
	background: transparent;
	color: #fff;
    font-size: 1.1em;
    font-family: sans-serif;
	text-shadow: 0 0 3px rgba(0,0,0,0.8);
}
#main-nav .navbar li.active a {
	background: rgba(0,0,0,0.5);
}

#main-nav .navbar li a:hover,
#main-nav .navbar li a:focus {
	background: rgba(255,255,255,0.75);	
	color: #000;
	text-shadow: 0 0 3px rgba(0,0,0,0.3);
}

#main-nav .navbar li ul {
	color: #fff;
	background: #284783;
	font-weight: bold;
	font-size: 1.2em;
	min-width: 240px;
}


.main-slider-bg {
}

#main-slider {
	margin: 0;
	/*max-width: 920px;*/
}

#main-slider .carousel-inner {
	height: 475px;
}

#main-slider .carousel-inner img {
	width: auto;
	height: 475px;
}


#main-slider .left {
	background: none;
}

#main-slider .right {
	background: none;
}


.navbar-social {
	height: 24px;
	display: block;
	margin-top: 5px;
	text-align: center;
}

.btn-social { 
	display: inline-block; 
	height: 24px; 
	margin-right: 15px;
	min-width: 80px;	
	text-align: center;
}

.btn-social .fb-like.fb_iframe_widget span{ vertical-align: top !important; }

.btn { box-shadow: 2px 2px 5px rgba(0,0,0,0.2) }

.btn-primary {
    color: #fff !important;
	background: #003366;
	border-color: #003377;
}

.btn-danger {
	border-color: #b80924;
    background: #b80924;
    color: #fff !important;
}
#searchform .btn,
.searchform .btn {
	box-shadow: none;
	border-color: #b80924;
    background: #b80924;
    color: #fff !important;
}



/* 
pagination 
*/
.pagination { }
.pagination li,
.pagination li>span,
.pagination li>span:hover,
.pagination li>a {
	background: transparent;
	border: none;
	color: #000;
}

.pagination li>a,
.pagination li>span,
.pagination li:first-child>a,
.pagination li:last-child>a,
.pagination li:first-child>span,
.pagination li:last-child>span {
	border-radius: 5px;
    margin-right: 5px;
}


.pagination li>a {	
	font-weight: bold;
    color: #2e4a77;
    border: 1px solid #2e4a77;
}

.pagination li>a:hover,
.pagination li>a:focus {
	color: #fff;
	border: 1px solid #fff;
	background: rgba(128,128,128,0.6);
}

.pagination li.active>span,
.pagination li.active>span:hover,
.pagination li.active>span:focus {
	background: #b80924; 
	border-radius 5px;
	color: #fff;
}


/*
Contents
*/
article {
	padding: 2px 15px 15px 15px;
	border-radius: 15px;
	background: rgba(255, 255, 255, 0.25);
}

article h2 {
	font-family: 'supermarket';
	font-size: 3em !important;
}

article .content iframe {
	max-width: 660px;
	width: 100%;
	min-height: 300px;
	margin: 15px auto;
	display: block;
}

#content h2 { margin-bottom: 30px; }
#content h2:after { display: block; 
	content: " "; 
	width: 80px; 
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 3px solid #800; 
}

#content .table tr:nth-child(odd) {
   background-color: #c6ecff;
}

#content .table tr:nth-child(even) {
   background-color: #efffff;
}

#content .table tr:hover {
	background-color: #f8ffff;
}

#content section.blue {
	background-color: #2771c4;
	color: #fff;
	padding: 20px;	2771c4
}

#content section.blue h3 {
	color: #fff;
	font-size: 2em;
	margin-bottom: 20px;
}

#content .table tr:nth-child(odd) {
   background-color: #2771c4;
   color: #fff;
}

#content .table tr:nth-child(even) {
   background-color: #d3eaf3;
   color: #000;
}

article .avatar {
	border-radius: 20px;
	width: 24px;
	height: 24px;
}

.widget h3 {
	font-size: 1.5em;
	color: #000;
	border-bottom: 1px solid #800;
}


.avatar {
	border-radius: 30px;
}





.posts .lists .post .excerpt {
	overflow: hidden;
}

.hilight .posts .lists .post {
	background: #fff;
	padding: 0;
	padding-bottom: 10px;
	margin-bottom: 15px;
	overflow: hidden;
	height: 135px;
}

.hilight .posts .lists .post .excerpt {
	color: #8f8f8f;
	height: 30px;
}

.hilight .posts .lists .post .media {
	padding-left: 0;
	padding-right: 0;
}

.hilight .posts .lists .post a {
	color: #b80924;
	font-size: 1.1em;
}


.posts .books .post {
	overflow: hidden;
	display: block;
	height: 350px;
	margin-bottom: 25px;
}

.posts .books .post .media {
	text-align: center;
}

.posts .books .post .thumbnail {
	width: 240px;
	display: inline-block;
}

.posts .books .post .heading {
	margin-bottom: 15px;	
}

.posts .books .post .heading a {
	font-size: 1.5em;
}

#related .posts .heading {
	font-size: 1.1em;
	max-height: auto;
}

#content { color: #000; }



/*#main-slider .carousel-inner { min-height: 500px; } */
.panel {background: rgb(16, 42, 91);color: #ccc;}
.panel .panel-heading { background: none; color: #ccc; }
.panel .panel-body { background: none; color: #ccc; }
.panel .panel-footer {background: none;color: #ccc;padding: 20px 5px;}

.panel,
.cardview {
  border-radius: 2px;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.panel:hover,
.cardview:hover {
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.btn-readmore {
	color: #8ef;
	border: 1px solid #8ef;
}

.btn-readmore:hover,.btn-readmore:focus {
	color: #fff;
	border: 1px solid #fff;
}


.btn-register {
	background: #F39C12 !important;
	color: #fff !important;
}

#wrapper {
	margin-top: 20px;
}

#content img.alignleft {
	float: left;
	vertical-align: top;
	margin-right: 10px;
	margin-bottom: 10px;
}

#content img.alignright {
	float: right;
	vertical-align: top;
	margin-left: 10px;
	margin-bottom: 10px;
}

#content img.shadow {
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.25);
}

#content img {
	max-width: 100%;
	vertical-align: middle;
	
}

#content {
	margin-bottom: 40px;
	font-size: 1.1em;
}

#content p {
	margin-top: 5px;
	margin-bottom: 15px;
	text-indent: 50px;
}



#botnav .navbar-brand img {
	width: auto;
	height: 40px;
}

#botnav .nav li a {
	color: #000;
}

#botnav .nav li a:after {
	color: #000;
	text-decoration: underline;
}

#botnav .nav li a:hover {
	color: #c00;
	background: transparent;
}


#footer {
    clear: both;
    width: 100%;
	padding-top: 10px;
    background: rgba(0,0,0,0.7);
	color: #fff;
	font-size: 1.2em;
}

#footer .desc {
	margin: 10px 0;
}

#footer a {
	color: #ff8400;
}

#footer h3 {
	color: #fff;
	margin: 10px 0 10px;
	padding: 0 0 5px;
	font-size: 1.5em;
}

#footer h3:after {
	display: block;
	content: ' ';
	border-bottom: 1px solid #b452ff;
	position: absolute;
	margin-top: 5px;
	left: 30%;
	width: 70%;
}

#footer .widget_media_image { margin-top: 15px; }

#footer .icon {
	color: blue;
	font-size: 1.5em;
	text-shadow: 3px 3px 5px rgba(0,0,0,0.5)
}

#footer .hilight {
	background: #000;
	border-top: 1px solid #b452ff;
}

#footer .credit {
	padding: 15px;
	color: #888;
}

@media (min-width: 768px) {
	#topnav {}
	.navbar-nav .open ul {
		display: none
	}
	.navbar-default .navbar-nav > .open > a,
	.navbar-default .navbar-nav > .open > a:hover,
	.navbar-default .navbar-nav > .open > a:focus {
		color: #555;
		background: none
	}
	.navbar-inverse .navbar-nav > .open > a,
	.navbar-inverse .navbar-nav > .open > a:hover,
	.navbar-inverse .navbar-nav > .open > a:focus {
		color: #969696;
		background: none
	}
	.navbar-nav .hovernav:hover > .dropdown-menu {
		display: block
	}
}

.carousel-control {
	color: red;
}

.carousel-control:hover {
	color: #88f;
}


/*

Max content widths

*/

.thumbnail { background-color: transparent; }

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto
}


/*

Header logo

An example of how to use CSS to display an image as a background of an HTML element.

*/
#main-logo, .main-logo { margin: 20px auto; text-align: center; }
#main-logo img {
}

#main-logo .desc {
	margin: 20px 0 0 0;
	font-size: 1.7em;
	line-height: 1.2em;
	font-family: 'EucrosiaUPC', sans-serif;
}


/*

Sidebar

*/

.sidebar ul,
.sidebar ol {
	list-style-type: none;
	padding: 0
}

.sidebar li {
	margin: 10px 0
}

.sidebar .post a { font-size: 11pt; }

/*

Footer

*/

.footer ul,
.footer ol {
	list-style-type: none;
	padding: 0
}

.footer li {
	margin: 10px 0
}

.sub-footer p {
	text-align: center
}


/*

Commentlist

*/

ol.commentlist {
	counter-reset: li;
	/* Initiate a counter */
	padding: 0
}

ol.commentlist ul {
	padding: 0
}

ol.commentlist > li {
	position: relative;
	margin: 0 0 20px 0;
	list-style: none/* Disable the normal item numbering */
}

ol.commentlist > li:before {
	content: "Thread " counter(li);
	/* Use the counter as content */
	counter-increment: li;
	/* Increment the counter by 1 */
	position: absolute;
	top: 0;
	right: 0;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom-left-radius: 4px;
	padding: 5px 20px 5px 10px;
	color: #999
}

ol.commentlist li ol,
ol.commentlist li ul {
	list-style-type: none;
	margin: 0
}

.commentlist li li {
	background: #f8f8f8;
}

.commentlist li li li {
	background: #fff
}

.commentlist li li li li {
	background: #f8f8f8
}

.commentlist li li li li li li {
	background: #fff
}

.commentlist li {
	padding: 20px
}

.commentlist ul li {
	margin-top: 20px;
	margin-bottom: 0
}

.reply p {
	margin: 0
}


/*

Woocommerce re-styling

*/

.woocommerce a:focus {
	outline: none
}

.woocommerce .count {
	background: inherit
}

.woocommerce .added_to_cart {
	display: block !important
}

.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-error:before,
.woocommerce-page .woocommerce-info:before,
.woocommerce-page .woocommerce-message:before {
	padding-top: 0
}

#quick-nav {
	display: none;
}

@media (min-width: 1140px) {
	#quick-nav {
		position: fixed;
		top: 80px;
		right: 1%;
		width: 144px;
		margin-left: 493px;
		padding: 0 !important;
		overflow: hidden;
		color: black !important;
		display: block;
		box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.25);
	}
	#quick-nav .quick-nav-hdr,
	#quick-nav .quick-nav-hdr:hover {
		padding: 4px;
		font-weight: bold;
		font-size: 9pt;
		border-bottom: 1px solid gray;
		background: #888;
		color: white !important;
	}
	#quick-nav ul,
	#quick-nav-ls li {
		margin: 0 !important;
		padding: 0 !important;
	}
	#quick-nav ul {
		max-height: 400px;
		overflow-x: hidden;
		overflow-y: scroll;
	}
	#quick-nav a {
		text-decoration: none;
		font-size: 9pt;
		color: #1f4fff !important;
		word-wrap: normal;
		display: block;
		padding: 4px;
		background: rgba(250, 250, 250, 0.95);
		margin-bottom: 1px;
		
	}
	#quick-nav a:hover {
		background: #1f4fff;
		color: #eee !important;
	}
}


.gallery .gallery-item a img {
	-webkit-transition-property: -ms-transform, transform, -webkit-transform;
    -webkit-transition-duration: .5s;
    -webkit-transition-timing-function: ease;
    transition-property: -ms-transform, transform, -webkit-transform;
    transition-duration: .5s;
    transition-timing-function: ease;
	z-index: 0;
}

.gallery .gallery-item a img:hover {
	    -ms-transform: rotate(0deg) scale(1.2, 1.2);
    -webkit-transform: rotate(0deg) scale(1.2, 1.2);
    transform: rotate(0deg) scale(1.2, 1.2);
	z-index: 999;
}




.bookshelf .book {
	padding: 15px 0 0 0;
	margin: 80px auto;
	position: relative;
	height: 269px;

}
.bookshelf .book a {
	text-decoration: none; 
	z-index: 10;
	display: block;
	border: 0;
}
.bookshelf .book img {
	margin: 0;
	padding: 0;
	border: 0;
	position: absolute;
	left: 10%;
	width: 80%;
	bottom: 0;	
	z-index: 10;
	transition: transform .5s ease-in;
}

.bookshelf .book img:hover {
	transform: scale(1.2);
	box-shadow: 0 0 50px rgba(0,0,0,.5);
}

.bookshelf .book h4 {
	position: absolute;
	display: none;
	bottom: 0;
}
.bookshelf .book:hover h4 {
	position: absolute;
	display: block;
	bottom: -80px;
	background: rgba(255,255,255,0.75);
	padding: 10px;
	border-radius: 5px;
	z-index: 12;
	box-shadow: none;
	width: 100%;
	text-align: center;
}

.bookshelf .book img {
	box-shadow: 3px 3px 10px rgba(0,0,0,0.5)	;
}

/*
.bookshelf a:before {
	content: '';
    display: block;
    width: 80%;
    height: 1em;
    background: rgba(0,0,0,.35);
    border-radius: 50%;
    position: absolute;
    bottom:-10px;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    z-index: 1;
}
*/
.bookshelf .shelf {
	border-bottom: 30px solid #F3A420;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	top: -15px;
	z-index: 0;
	
}
/*Example adding pseudo element to give shelf depth*/
.bookshelf .shelf:after {
	content: '';
	background: #F3A400;
	height: 20px;
	width: calc(100% + 40px); /*IE9+*/
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;
	z-index: 1;
	margin: 0 -20px;
	box-shadow: 0 5px 50px rgba(0,0,0,.75);
}


.contacts .icon { color:  blue; font-size: 1.5em; margin: 10px; }



#visitor-counter {
	margin: 5px;
	padding: 8px;
	border-radius: 10px;
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;	
}

#visitor-counter h2 { margin: 0 0 5px; padding: 0; text-align: center; }

#visitor-counter h2 a {
	font-size: 12pt;
	margin: 0;
	padding: 0;
}
#visitor-counter .visitor-counter-content p { margin: 3px 10px; padding: 0; }

#visitor-counter .visitor-counter-content {

}

@keyframes pound {
	from { transform: none; }
	50% { transform: scale(1.1); }
	to { transform: none; }
}
#announcer:hover { transform: scale(1.1); animation: unset }

#announcer {
	margin-top: -125px;
	background: #FFD54F;
	z-index: 99;
	padding: 8px;
	position: relative;
	margin: -125px 10% 30px 10%;
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
	animation: pound 2s infinite ease-in-out;
	transition: transform 3.5s ease-in-out;	
	transform-origin: center;
}
#announcer h1 { color: #00f; }
#announcer h2 { color: #f00; }
#announcer h3 { color: #000; }

#heading1 { }
#heading1 h3 { color: #00f; }
#heading1 h4 { color: #f00;
	line-height: 28pt;
	font-weight: normal; 
}


@media(max-width: 400px) {
	#announcer { font-size: 0.5em; margin: -20px 0 25px 0; }
}

@media(max-width: 760px) {
	#announcer { font-size: 0.75em; margin: -50px 0 25px 0; }
	.navbar-brand { padding: 5px; }
	.navbar-brand img {width: auto; height: 50px !important; }
}



.timeline h3 { margin: 15px 0 15px; padding: 0; border-bottom: 1px solid #fff; }
.timeline .gold { color: yellow; font-style: italic; font-size: 1.2em; }
