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

/* Color Settings */
/*
Topper Grey:		#e0e0e0		Gray
Key Red:			#ab1000		Red
Logo Color			#0051c5		Navy Blue
RollOver Blue		#00aff0		Bright Blue
a.feature			#f24d22		Orange Link
Card Backgrounds	#f5f5f5		Light Grey

*/
	

/* Topper */
.topper {
	width:100%;
	height:5px;
	background:#e0e0e0;
}

.innerTopper {
	height:5px;
	background:#ab1000;
	width:20%;
}
	
.jumbotron {
	padding:0 !important;
	width:100%;
	margin-bottom:0;
	
}
.jumbotron img.hero {
	width: 100%;
	height: 100%;
}

.jumbotron.heroTagContainer {
	position:relative;
}


/* Masthead */

.triminlogo img.trimin {
	float:left;
	width:185px;
	height:90px;
	margin-top:5px;
}

.triminlogo h3 {
	text-transform:uppercase;
	margin-top: 71px;
	font-weight:normal;
	letter-spacing: .13em;
}

.triminlogo h3 a, .triminlogo h3 a:focus, .triminlogo h3 a:visited {
	color:#000;
	text-decoration:none;
}

.triminlogo h3 a:hover {
	color:#153867;
}

.triminlogo img.goldpart {
	position:absolute;
	top:42px;
	right:0;
	width:175px;
	height:47px;
	margin-top:5px;
}
	
/* Navigation */

.navbar {
	background:none;
	border:none;
	border-radius:0;
	margin-bottom:0; 
	min-height:0px;
}
.navigationPillBar {
	margin-top:10px;
	padding:0;
}

nav.contain {
	padding:0;
}

ul.nav.nav-pills.nav-justified ul{
	border-radius:0;
}

.dropdown-menu {
	min-width: 183px;
}

.dropdown-menu>li>a {
	padding:3px 0px !important;
	margin-bottom:5px;
}

.dropdown-menu>li>a {
	background:none !important;
}

ul.nav.nav-pills.nav-justified ul.dropdown-menu li {
	border-bottom:1px solid #d8d8d8;
	margin:2px 15px;
}

ul.nav.nav-pills.nav-justified ul.dropdown-menu li.lastdrop {
	border-bottom:0;
}
	
ul.nav.nav-pills.nav-justified ul.dropdown-menu li a p {
	color:#000;
	font-size:1em;
	margin:0;
}

ul.nav.nav-pills.nav-justified ul.dropdown-menu li a p:hover {
	color:#ab1000 !important;
}

.nav-pills>li>a {
	border-radius:0 !important;	
}

ul.nav.nav-pills.nav-justified ul.dropdown-menu li a p.dropdescription {
	color:#ab1000;
	font-size:1em !important;
	margin:0;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background:#00aff0 !important;
    text-shadow:none;
	border-radius:0 !important;
}

.nav>li>a {
	padding-right:6px !important;
	padding-left:6px !important;
}

/* CTA Buttons */
button.ctaButton.action {
	background:#00aff0; 
	padding:10px 60px; 
	border-radius:4px;
	display:inline-block;
	color:#ffffff;
	font-size:1.15em;
	box-shadow:0px;
	border:0px;
	outline-style:none;
	margin-left:-15px;
}

button.ctaButton.action:hover {
	background:#231f20; 
	padding:10px 60px; 
	border-radius:4px;
	display:inline-block;
	color:#fff;
	font-size:1.15em;
	text-decoration:none;
	outline-style:none;
	margin-left:-15px;
}

/* CTA Link Buttons */
a.ctaButton.action {
	background:#00aff0; 
	padding:8px 20px; 
	border-radius:4px;
	display:inline-block;
	color:#ffffff;
	font-size:1.15em;
	box-shadow:0px;
	border:0px;
	outline-style:none;
}

a.ctaButton.action:hover {
	background:#231f20; 
	padding:8px 20px; 
	border-radius:4px;
	display:inline-block;
	color:#fff;
	font-size:1.15em;
	text-decoration:none;
	outline-style:none;
}

input.ctaButton.action {
	background:#00aff0; 
	padding:8px 20px; 
	border-radius:4px;
	display:inline-block;
	color:#ffffff;
	font-size:1.15em;
	box-shadow:0px;
	border:0px;
	outline-style:none;
}

input.ctaButton.action:hover {
	background:#231f20; 
	padding:8px 20px; 
	border-radius:4px;
	display:inline-block;
	color:#fff;
	font-size:1.15em;
	text-decoration:none;
	outline-style:none;
}

.ctaqualifier {
	margin-left:-15px;
}

.ctaqualifier p {
	padding-left:15px; 
	margin-top:20px;
}

/* Images and Screen Shots */
.cutline {
	font-style:italic;
	font-size:.9em;
	margin-top:10px;
}

.screenShot {
	margin-bottom:15px;
}

/* Value Props */
.valueProps {
	margin-top:40px;
	margin-bottom:40px;
}

.valueProps div, .valueProps img {
	margin:0 auto;
	text-align:center;
}

.valueProps p {
	text-align:center;
	font-size:18px;
	color:#646363;
}

/* Conference Ad */
.conferenceAd {
	border:1px solid #ddd; 
	border-radius:4px; 
	padding:10px 15px 15px 15px;
	background:#f5f5f5;
	margin-top:60px;
}

.conferenceAd img { 
	margin-bottom:10px;
}

.conferenceAd#accordion {
	margin-top:5px; /* with ad above accordion
	/*margin-top:60px; /* with no ad above accordion */

}


/* Feature Links */

a.feature {
	font-weight:bold;
	font-size:1.25em;
	color:#f24d22;
}

a:hover.feature {
	font-weight:bold;
	font-size:1.25em;
	color:#ff8262;
	text-decoration:none;
}

a.linkCallout {
	font-size:1.25em;
	font-weight:bold;
	color:#f24d22;	
}

/* Body Content*/
.bodyone {
	background-color:#eee;
	padding-bottom:20px;
}

.bodytwo {
	padding-bottom:20px;
	background: rgb(198,198,198); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M2YzZjNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(198,198,198,1) 0%, rgba(229,229,229,1) 10%, rgba(242,242,242,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(198,198,198,1)), color-stop(10%,rgba(229,229,229,1)), color-stop(100%,rgba(242,242,242,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(198,198,198,1) 0%,rgba(229,229,229,1) 10%,rgba(242,242,242,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(198,198,198,1) 0%,rgba(229,229,229,1) 10%,rgba(242,242,242,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(198,198,198,1) 0%,rgba(229,229,229,1) 10%,rgba(242,242,242,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(198,198,198,1) 0%,rgba(229,229,229,1) 10%,rgba(242,242,242,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6c6c6', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-8 */
}

.softwarenews h2 {
	color:#0051c5;	
	margin-top:30px;
	font-weight:normal;
}

.bodytwo h3 {
	color:#337ab7;
	font-weight:normal;
}


/* Carousel */

.carousel-inner {
	position:relative;
}

.carousel-caption {
	position:absolute;
	top:0;
	left:45px;
	width:365px;
}

.carousel-caption div.subcar {
	opacity:.80;
	background:#fff;
	padding:5px 10px;
	margin-bottom:10px;
}

.carousel-caption div.quote {
	opacity:.80;
	background:#fff;
	padding:5px 10px;
	margin-bottom:0;
}

.carousel-caption div h3 {
	color:#0051c5;
	font-size:1.25em;
	font-size: 3vmin;
	text-align:left;
	line-height:1.7em;
	padding:0;
	margin:0;
	text-shadow:none;
}

.carousel-caption p {
	color:#000;
	font-size:1em;
	font-size:2.65vmin;
	text-align:left;
	line-height:1.7em;
	font-style:italic;
	text-shadow:none;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next, .carousel-control .icon-prev {
    top:50%;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    left:20%;
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    right:20%;
}

/* Body */

h1.headmain {
	color:#ab1000;
	font-weight:normal;
	font-size:2.75em;
	line-height:1.25em;
	margin-top:50px;
	margin-bottom:10px;
}

h2.subheadmain {
	color:#ab1000;
	font-weight:normal;
	font-size:2.35em;
	line-height:1.25em;
	margin-top:50px;
	margin-bottom:10px;
}

h2.subheadmain.contact {
	margin-left:15px !important;
	margin-top:15px;
}

p.parmain {
	font-size:1.3em;
	/*font-size:2.5vmin;*/
	line-height:1.75em;
	margin-bottom:40px;
}

p.parmain.first {
	margin-bottom:10px;
}

p.par.reg {
	font-size:1.4em;
	line-height:1.75em;
	margin:0px;
}

p.par.reg span {
	font-weight:bold;
}

p.par.reg.last{
	margin-bottom:30px;
}

p.par {
	font-size:1.3em;
	line-height:1.75em;
	margin-bottom:0;
}

ul.listmain {
	margin:0;
}

ul.listmain li {
	font-size:1.3em;
	line-height:1.75em;
}

ul.listmain li ul li {
	font-size:1em;
	line-height:1.5em;
}

p.parvalue {
	margin-bottom:40px; 
	font-size:1.2em; 
	line-height: 1.6em;
}

p.parvalue a {
	font-size:1.15em; 
	font-weight:bold; 
	color:#f24d22;
}

#accordion {
	margin-top:65px;
}

.secondnav {
	margin-top:30px;
	margin-bottom:0;
}

.secondnav h2 {
	font-weight:normal !important;
	color:#333;
	font-size:2.25em;
}

.secondnav h3 {
	font-weight:normal !important;
	color:#ab1000;
	font-size:1.5em;
	margin-bottom:0;
}

.secondnav a {
	font-weight:bold;
	color:#00aff0;
	font-size:1.15em;
}

.secondnav a:hover {
	text-decoration:none;
	color:#0051c5;
}

.secondnav .icon {
	margin-left:-15px;
	margin-top:-15px;
}

.icontop {
	margin-top:-15px;
}

/* Infor Descriptive Section */

.inforintro {
	margin-top: 20px;
	padding-bottom:30px;
}

.inforintro h3 span {
	color:#ab1000;
	font-weight:bold;
}

.inforintro p {
	font-size:1.2em;
}

.inforintro a {
	font-size:1.25em; 
	font-weight:bold; 
	color:#f24d22;	
}

.inforintro .imgWrapper {
	float:left; 
	margin-right:20px;
}

.inforlink {
	cursor:pointer;
}


/* Success Stories Aside */

.success {
	margin-top:85px;
	margin-bottom:10px;
}

.success h3 {
	border-bottom:1px solid #ab1000;
	font-weight:normal;
	line-height:1.25em;
	margin-top:3px;
}

.success ul, .success li {
	padding:0;
	margin:0;
}

.success li {
	list-style-type:none;
	margin-bottom:15px;
}

.success img {
	width:100px;
	height:49px;
}

/* Conferences */

.conference h3 {
	font-size:1.4em;
}

.conference p {
	font-weight:bold;
	margin:0;
}

/* SnapShot Services*/

.snaphot h3 {
	font-size:1.4em;	
}

.contenthover { 
	padding:20px 20px 10px 20px; 
}
.contenthover, .contenthover h3, contenthover a { 
	color:#fff; 
	}
.contenthover h3, .contenthover p { 
	margin:0 0 10px 0; 
	line-height:1.6em; 
	padding:0; 
}
.contenthover p { 
	font-size:1.2em;
	line-height:1.4em; 
}
.contenthover a.mybutton { 
	display:block; 
	float:left; 
	padding:5px 10px; 
	background:#3c9632; 
	color:#fff; 
	-moz-border-radius:4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px; 
}

.contenthover a.mybutton:hover { 
	background:#34742d;
}

/* Product Software Solutions Page */

.heroTag h1 span.italic {
	font-style:italic;
}

.plpList { /* Resets margin on accordion to match product listing height */
	margin-top:40px;
}

#accordion.plpListing { /* Resets margin on accordion to match product listing height */
	margin-top:0px;
}

.productCard {
	background:#f5f5f5;
	border-radius:3px;
	margin-bottom:15px;
	padding: 15px 15px 25px 15px;
	border:1px solid #ddd; 
}

.productCard h3 {
	color:#ab1000;
	margin:0;
	margin-bottom:15px;
}

.productCard p {
	margin-top:15px;
	padding-bottom:10px;
}

.jumbotron .heroTag {
	position:absolute;
	width:55%;
	background-image: url('../img/black85bkgrd.png');
	padding:20px;
	top:40px;
	left:40px;
}

.jumbotron .heroTag h1 {
	color:#fff;
	margin:0;
	padding:0;
	font-size:42px;
}

.productList { /*Sidebar product list */
	line-height:2;
}


/* Accordion */
.panel-body {
	background:#f5f5f5;
}

.spotlight {
	 width:355px;
	 height:203px;
 }
 
/* Contact Form */
.contactForm {
	background:#fff; 
	margin:0 15px 20px 15px; 
	border-radius:6px; 
	padding-top:20px;
	padding-bottom:20px;
}

.parmain.formSub {
	margin-bottom:10px; 
	font-weight:bold;
}

.formHead {
	padding-left:0;
}

label.thirdPartyradio {
	padding-left:5px;
	font-weight:normal;
}

/* Request form on Contact Page */
.requestForm {
	background:#f5f5f5; 
	margin:0 15px 20px 15px; 
	border-radius:6px; 
	padding:30px 40px;
	border:1px solid #ddd;
}

.form-group.request {
	margin:0;
	padding:0;
	margin-bottom:20px;
}

.requestForm input {
	height:45px;
}

#accordion.sideBarRequest {
	margin-top:0;
}

/* Request Form with reCaptcha */

.submitCTA {
	margin-top:15px;
}

/* Video Gallery */

.videoLabel{
	padding-top:10px;
	padding-bottom:30px;
}

iframe.iframeBorder  {
	border:1px solid #ccc !important;
}

/* Footer */
footer {
	background:#0051c5;
	padding-top:20px;
	padding-bottom:30px;
}

footer p {
	margin-bottom: 20px;
	color:#97b9e5;
	line-height: 2em;
}

footer .social p  {
	margin-bottom: 5px;
}

footer .social p a {
	color: #fff;
	text-decoration: none;
}
footer .social p a:hover {
	color: #999;
	text-decoration: none;
}

footer p.copyright {
	font-size: .95em;
	font-style: italic;
	font-weight: normal;
}

footer ul {
	padding:0;
	margin:0;
}

footer ul {
	padding:0;
	margin:0;
	list-style-type:none;
}

footer a {
	color:#97b9e5;
	line-height: 2.5em;
}

footer a:hover {
	color:#fff;
	text-decoration:none;
}

footer h4 {
	color:#cad9ee;
	font-weight:normal !important;
	margin-top:0;
}


/* Review Style for final template */
img.car-img-sm {
	display: none !important;
}

img.car-img-lg {
	min-width: 480px !important;
}

.navigationWrapper {
	margin-top: 10px;
}


ul.nav.nav-pills {
	background: #000; 
}

ul.nav.nav-pills li {
	color:#fff;
	border-right:1px solid #fff;
}

ul.nav.nav-pills li.lastItem {
	color:#fff;
	border-right:none;
}

ul.nav.nav-pills li a {
	color:#fff;
	outline:none;
}

ul.nav.nav-pills li a:hover {
	color:#fff;
	border-radius:0;
	outline:none;
	background:#555;
}

ul.nav.nav-pills li a.active, ul.nav.nav-pills li a.active:hover {
	background:#00aff0 !important;
	border-radius:0;
	cursor:default;
}

ul.nav.nav-pills li a.active:hover, ul.nav.nav-pills li a.active:active {
	background:#000;
	color:#fff;
	pointer:default;
}

ul.nav.nav-pills.nav-justified .quicklinks {
	display:none;
}

ul.nav.nav-pills li a.product {
	background:#00aff0 !important;
}

/* Video */

.inforvideo {
	margin:0;
	padding:0;
}

.inforvideo h4 { 
	font-weight:regular;
}

.inforvideo video {
	border:1px solid #ccc;
	background: black;
	outline:none;
}

.panel, .panel-group {
	margin-bottom:5px !important;
}


/* Birst Site */

.imageOne img {
	padding-top:60px;
}

.imageTwo img {
	padding-top:60px;
}

.imageThree img {
	padding-top:10px;
}

.subhead {
	font-weight:bold;
}

sup.header {
	font-size:.55em;
}

.valueprops {
	margin-top:50px;
	margin-bottom:80px;
}

.valueprops h2 {
	text-align:center;
	margin-bottom:20px;
}

.icons {
	padding-left:60px;
	padding-right:60px;
	
}

.icons img {
	margin:0 auto;
}

.icons h4, .icons p {
	text-align:center;
}

span.bold {
	font-weight:bold;
}

.seoLinks {
	margin-top:20px; 
	padding-bottom:10px; 
	/*border-bottom:1px solid #c3c3c3;*/
}

.seoLinks.noline {
	border-bottom:none;
}

.seoLinks.noline p {
	margin-bottom:10px;
}

.seoSpacing h4 {
	margin-bottom:5px;
}

.seoSpacing p {
	margin-bottom:30px;
}


.pdficon {
	margin-right:5px;
}

.birstQuote {
	margin:50px 30px 10px 30px;
	background-color:#dedede; 
	padding:50px;
}

.birstQuote div {
	margin: 0 auto;
	text-align:center;
}

.birstQuote div img {
	margin-top:-110px;
}

.birstQuote p {
	text-align:center;
	font-style:italic;
	font-size:1.85em;
}

h3.businesstag {
	text-transform:initial;
	letter-spacing: 0;
}


/* Smartphones (portrait and landscape) ----------- */
@media (min-width : 767px) and (max-width : 1200px) {

.triminlogo {
	margin-top:0 !important;
}
.triminlogo img.trimin {
	float:left;
	width: 150px;
	height: 74px;
	margin-top:0 !important;
}

.triminlogo h3 {
	text-transform:uppercase;
	margin-top: 57px;
	margin-left: 145px;
	font-weight:normal;
	letter-spacing: .15em;
	font-size:1.2em;
}

.contain ul li a {
	font-size:.85em;
}

.navigationWrapper {
	margin-top: 10px;
	padding-top: 10px;
}

.triminlogo img.goldpart {
	position:absolute;
	top:28px;
	right:0;
	width:150px;
	height:40px;
	margin-top:5px;
}

.dropdown-menu {
	min-width: 100px;
}

ul.nav.nav-pills.nav-justified .quicklinks {
	display:none;
}

.spotlight {
	 width:294px;
	 height:168px;
 }
 
 .snaphot h3 {
	font-size:1.3em;	
}

.contenthover p { 
	font-size:1em;
	line-height:1.3em; 
}

/* Birst Site */

.imageOne img {
	padding-top:40px;
}

.imageTwo img {
	padding-top:40px;
}


}


/* Smartphones (portrait and landscape) ----------- */
@media (min-width : 200px) and (max-width : 766px) {
.carousel-caption {
	display: none !important;
}

.triminlogo img.trimin {
	float:none;
	width:165px;
	height:81px;
}

.triminlogo img.goldpart {
	display: none;
}

img.car-img-lg {
	display: none !important;
}

img.car-img-sm {
	display: block !important;
	width: 100%;
	height: 100%;
}

.triminlogo {
	width: 100%;
	padding: 0;
}

.triminlogo img {
	margin: 0 auto;
}

.navbar-header {
	border-top: 1px solid #e7e7e7;
	margin-top: 5px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border: none !important;
}

/* Nav Bar Color and Divider Adjustments */

ul.nav.nav-pills {
	background: #fff; 
}

ul.nav.nav-pills li {
	color: #333;
	border-right: none;
	margin: 0;
	padding: 0;
}

ul.nav.nav-pills li.lastItem {
	color: #fff;
	border-right: none;
}

ul.nav.nav-pills li a {
	color: #333;
	outline: none;
}

ul.nav.nav-pills li a.active {
	background: #000;
	color: #fff;
	border-radius: 0;
}

ul.nav.nav-pills li a:hover, ul.nav.nav-pills li a:active {
	color: #fff;
	border-radius: 0;
	outline: none;
	background: #00aff0;
}

ul.nav.nav-pills li a:active {
	color: #fff;
	border-radius: 0;
	outline: none;
	background: #00aff0;
}

ul.nav.nav-pills li a.active:hover, ul.nav.nav-pills li a.active:active {
	background: #000;
	color: #fff;
	pointer: default;
}

.lastItem.dropdown {
	/*display:none;*/
}

ul.nav.nav-pills.nav-justified .quicklinks {
	display:block;
}

/* Body */

h1.headmain {
	font-size:2em;
	line-height:1.25em;
}

p.parmain {
	font-size:1.25em;
	line-height:1.4em;
}

.secondnav h2 {
	font-size:1.75em;
}

.secondnav img {
	display:none;
}

.secondnav .icon {
	margin:-15px 0;
}

.icontop {
	margin-top: -15px;
	margin-bottom:15px;
}

.center {
	width: 320px;
	margin: 0 auto;
	text-align:left;
}

.center img {
	width: 100%;
	margin: 0 auto;
}

.center p {
	color:#fff;
}

.spotlight {
	 width:294px !important;
	 height:168px !important;
 }

/* Masthead */

.triminlogo img {
	float:none;
}

.triminlogo h3 {
	text-transform:capitalize;
	margin-top:10px;
	margin-left:-10px;
	font-weight:normal;
	letter-spacing: normal;
	font-size: 1em;
	text-align: center;
}

ul.nav.nav-pills li a:hover {
	background:#555;
}

.contenthover p { 
	font-size:1em;
	line-height:1.3em; 
}

#accordion, .conferenceAd  {
    margin-top: 20px;
}

.conferenceAd#accordion {
	/*margin-top:5px;*/ /* with ad above accordion */
	margin-top:10px; /* with no ad above accordion */
}

/* Product Store */
.jumbotron .heroTag {
	position:absolute;
	width:75%;
	background-image: url('../img/black85bkgrd.png');
	padding:20px;
	top:15px;
	left:15px;
}

.jumbotron .heroTag h1 {
	color:#fff;
	margin:0;
	padding:0;
	font-size:24px;
}

/* Birst Site */

.imageOne img {
	padding-top:0px;
}

.imageTwo img {
	padding-top:10px;
}

}

/* Miscelleanous */

.bottom80 {
	margin-bottom:60px !important;
}

.bottom60 {
	margin-bottom:60px !important;
}

.bottom40 {
	margin-bottom:40px !important;
}

.bottom30 {
	margin-bottom:30px !important;
}

.bottom20 {
	margin-bottom:20px !important;
}

.bottom10 {
	margin-bottom:10px !important;
}

.bottom5 {
	margin-bottom:5px !important;
}


.left.carousel-control {
	width:12% !important;
}

.right.carousel-control {
	width:14% !important;
}

.bold {
	font-weight:bold;
}

/* Forms for contact form */
.contactMe .field {
	background:#f5f5f5 !important;
}

.contactMe label {
	color:#333;
}







