/*
 * Worldgroup 6.0
 * Copyright 2000-2014 Netvillage.com
 *
 * If you switch bootstrap themes, make some adjustments here
 */
.navbar {
	font-weight: 800;
	Xtext-transform: uppercase;
}
.hero {
	background-color: #428bca; /* use bootstrap ".panel-primary > .panel-heading" background-color */
	Xbackground-image: url('/images/links.png');
	Xbackground: url('/images/worldmap.jpg');
}
.hero .jumbotron {
	margin-top: 40px;
	background-color: #428bca; /* .panel-primary > .panel-heading" background-color */
	color: #fff;	/* .panel-primary > .panel-heading" color */
}
#hero-login {
	display:none;
	margin-top: 80px;
	background-color: #d9edf7;  /* MAYBE .panel-info > .panel-heading" background-color */
}

/*
.sidebar {
	margin-top: 20px;
}
*/
.sidebar > .panel-body > .nav > li > a {
  position: relative;
  display: block;
  padding: 0px 0px;
  margin: 0 0 10px;
}

.section {
	padding: 40px 0;
}
.section.dark {
	xline-height: 21px; 
	xpadding-top: 0px; 
	xpadding-bottom: 0px; 
	xmargin-top: 0px; 
	xmargin-bottom: 0px; 
	border-top-color: rgb(235, 235, 235); 
	border-top-width: 1px; 
	border-top-style: solid; 
	background-color: rgb(242, 242, 242);
}

.features a:hover {
	text-decoration: none;
}
.features .features-icon {
	color: #428bca	/* .btn-primary background-color */
}
.features-icon:hover {
	color: #47a447  /* .btn-success:hover */
}

.welcome_block {
	text-align:center;
	padding:36px 0;
	line-height:20px;
	font-size:18px;
	color:#3b3b3b;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	position:relative;
	text-transform:uppercase;
}
.welcome_block span {
	line-height:31px;
	padding-top:7px;
	font-size:30px;
	display:block;	
}
.welcome_line {
	height:1px;
	background:url(/images/welcome_bg.png) no-repeat center top;
	position:absolute;
	left:0;
	right:0;
}
.welcome_t {top:0;
}
.welcome_b {bottom:0;
}

.ProductPricingPanel
{
    text-align: center;
}
.ProductPricingPanel:hover { box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4), 0 1px 5px rgba(130, 130, 130, 0.35); }
#ProductPricing  .panel-body
{
    padding: 0px;
    text-align: center;
}
.the-price
{
    background-color: rgba(220,220,220,.17);
    box-shadow: 0 1px 0 #dcdcdc, inset 0 1px 0 #fff;
    padding: 20px;
    margin: 0;
}

.the-price h1
{
    line-height: 1em;
    padding: 0;
    margin: 0;
}

.subscript
{
    font-size: 25px;
}

/* CSS-only ribbon styles    */
.cnrflash
{
    /*Position correctly within container*/
    position: absolute;
    top: -9px;
    right: 4px;
    z-index: 1; /*Set overflow to hidden, to mask inner square*/
    overflow: hidden; /*Set size and add subtle rounding  		to soften edges*/
    width: 100px;
    height: 100px;
    border-radius: 3px 5px 3px 0;
}
.cnrflash-inner
{
    /*Set position, make larger then 			container and rotate 45 degrees*/
    position: absolute;
    bottom: 0;
    right: 0;
    width: 145px;
    height: 145px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -o-transform: rotate(45deg); /* Opera */
    -moz-transform: rotate(45deg); /* Firefox */
    -webkit-transform: rotate(45deg); /* Safari and Chrome */
    -webkit-transform-origin: 100% 100%; /*Purely decorative effects to add texture and stuff*/ /* Safari and Chrome */
    -ms-transform-origin: 100% 100%;  /* IE 9 */
    -o-transform-origin: 100% 100%; /* Opera */
    -moz-transform-origin: 100% 100%; /* Firefox */
    background-image: linear-gradient(90deg, transparent 50%, rgba(255,255,255,.1) 50%), linear-gradient(0deg, transparent 0%, rgba(1,1,1,.2) 50%);
    background-size: 4px,auto, auto,auto;
    background-color: #aa0101;
    box-shadow: 0 3px 3px 0 rgba(1,1,1,.5), 0 1px 0 0 rgba(1,1,1,.5), inset 0 -1px 8px 0 rgba(255,255,255,.3), inset 0 -1px 0 0 rgba(255,255,255,.2);
}
.cnrflash-inner:before, .cnrflash-inner:after
{
    /*Use the border triangle trick to make it look like the ribbon wraps round it's container*/
    content: " ";
    display: block;
    position: absolute;
    bottom: -16px;
    width: 0;
    height: 0;
    border: 8px solid #800000;
}
.cnrflash-inner:before
{
    left: 1px;
    border-bottom-color: transparent;
    border-right-color: transparent;
}
.cnrflash-inner:after
{
    right: 0;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
.cnrflash-label
{
    /*Make the label look nice*/
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    padding-bottom: 5px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(1,1,1,.8);
    font-size: 0.95em;
    font-weight: bold;
    text-align: center;
}

/* Sticky footer styles http://ryanfait.com/resources/footer-stick-to-bottom-of-page */
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	Xmargin: 0 auto -170px; /* footer-height (full or portion to show) */
	margin: 0 auto -100px; /* footer-height (full or portion to show) */
}
.footer-push { 
	Xheight: 170px; /* footer-height (full or portion to show) */
	height: 100px; /* footer-height (full or portion to show) */
	/*clear: both; might need for Multicolumn layout  */
}



.footer {
	background: rgb(88, 95, 105); 
	Xpadding: 20px 0px 0px; 
	color: rgb(218, 218, 218);
	/*clear: both; */
}
.footer p {
	font-size: 14px;
}
.footer a {
	font-size: 14px;
}
.footer p {
	color: rgb(218, 218, 218);
}
.footer a {
	color: rgb(114, 192, 44);
}
.footer a:hover {
	transition:0.4s ease-in-out; color: rgb(168, 248, 95); -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out;
}
.footer h2 {
	color: rgb(228, 228, 228); text-shadow: none;
}
.footer h3 {
	color: rgb(228, 228, 228); text-shadow: none;
}
.footer h4 {
	color: rgb(228, 228, 228); text-shadow: none;
}
.copyright {
	background: rgb(62, 71, 83); margin-top: 20px; padding: 11px 0px 7px; font-size: 12px; border-top-color: rgb(119, 119, 119); border-top-width: 1px; border-top-style: solid;
}
.copyright p {
	color: rgb(218, 218, 218); margin-top: 12px;
}
.copyright a {
	margin: 0px 5px; color: rgb(114, 192, 44);
}
.copyright a:hover {
	color: rgb(168, 248, 95);
}
.copyright a img {
	margin-top: 5px;
}

/*Parallax Quote
------------------------------------*/
.parallax-quote {
  color: #fff;
  padding: 100px 0;
  position: relative;
  text-align: center;
  background: url(/images/faces.jpg) 50% 0 repeat fixed;
}

.parallax-quote:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; 
  content: " ";
  position: absolute;
  background: rgba(0,0,0,0.8);
}

.parallax-quote:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; 
  content: " ";
  position: absolute;
  Xbackground: url(/images/patterns/gridtile.png) repeat;
}

/*Parallax Quote Inner*/
.parallax-quote-in {
  z-index: 1;
  padding: 0 80px;
  position: relative; 
}

.parallax-quote-in p {
  color: #fff;
  font-size: 28px;
  text-transform: uppercase;
  font-family: "Open Sans", Arial, sans-serif;
}
/* NMH put's quotes around paragraphs
.parallax-quote-in p:after,
.parallax-quote-in p:before {
  content: ' " ';
  position: absolute;
  font-family: Tahoma;
}
*/
.parallax-quote-in p:after {
  margin-left: 3px;
}

.parallax-quote-in p:before {
  margin-left: -15px;
}

.parallax-quote-in small {
  color: #bbb;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}

@media (max-width: 768px){
  .parallax-quote-in {
    padding: 0 40px;
  }

  .parallax-quote-in p {
    font-size: 20px;
  }
}

/*Parallax Quote Light*/
.parallax-quote-light:after {
  background: rgba(255,255,255,0.9);
}

.parallax-quote-light .parallax-quote-in {
  background: #fff;
  padding: 30px 80px;
  border-bottom: solid 2px #ddd; 
}

.parallax-quote-light .parallax-quote-in p {
  color: #555;
  font-size: 28px;
  font-weight: 200;
}

.parallax-quote-light .parallax-quote-in small {
  color: #555;
}

@media (max-width: 768px){
  .parallax-quote-light .parallax-quote-in {
    padding: 30px 40px;
  }

  .parallax-quote-light .parallax-quote-in p {
    font-size: 20px;
  }

  .parallax-quote-light .parallax-quote-in small {
    font-weight: 200;
  }
}
.color-green {
    color: #72c02c;
}