html,
body {
  height: 100%;
  font: 13px/1.7em "Open Sans", 'Helvetica Neue', Helvetica, "trebuchet ms", arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
}
dd {
	margin-bottom: 10px;
}
label {
	font-weight: 600;
}

.radio, .checkbox {
    margin-top: 5px;
    margin-bottom: 5px;
}
.form-horizontal .checkbox {
	padding-top: 0px;
}

.form-group, 
.form-row {
	margin-bottom: 5px;
}

.margins {
	padding-left:2px;
	padding-right: 2px;
	text-align:center;
}
.marginbox {
	padding-right:0px;
}
.labellight {
	font-weight:normal;
}
.afterfield {
	margin-top: 5px;
}

.navnew {
	margin-top: 45px;
}
.navbarbottom {
	border-bottom: 1px solid rgb(240,240,240);
}

.navbar li  a {
	font-size: 14px;
}
.navbar li a.pricing {
	color: red;
}
.well pre {
	background-color: white;
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto;
  /* Negative indent footer by its height */
  margin: 0 auto -40px;
  /* Pad bottom by footer height */
  padding: 0 0 40px;
}

#wrap h1 {
	font-size: 24px;
	/*border-bottom: 1px solid rgb(230,230,230);*/
	margin-bottom: 20px;
}
#wrap h2 {
	font-size: 20px;
}

#mainlogo {
	margin-top: 20px;
}

#footer {
	#position:fixed;
	left:0px;
	#bottom:0px;
	height: 40px;
	width:100%;
	background: none repeat scroll 0% 0% rgb(242, 242, 242);
	border-top: 1px solid rgb(228, 228, 228);
	line-height:40px;
}

/* IE 6 */
* html #footer {
   position:absolute;
   top:expression((0-(footer.offsetHeight)+(document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px');
}

.box {
/*   	box-shadow: 0 0 5px 0 #eeeeee;*/
	border: 1px solid #DFDFDF;
	border-radius: 5px;
	padding: 20px 30px 10px 30px;
/* 	margin: 10px 0px 30px 0px;  */
}
.cbox {
	background-color: rgb(245,245,245);
	margin: 10px 0px 30px 0px;
	padding: 20px 30px 10px 30px;
}

.cbox2 {
	margin: 10px 0px 30px 0px;
	padding: 20px 30px 10px 30px;
}

.bigger-text {
	font-size: 110%;
}

/*------------------------------------------------------------------
[ Pricing Plans / .pricing-plans ]
*/	
.pricing-plan {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 25px 15px 25px;
  margin: 0;
  text-align: center;
  background: #FFF;
  border: 1px solid #DDD;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
}
.pricing-plan.promoted {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffffff), to(#ededed));
  background-image: -webkit-linear-gradient(top, #ffffff, 0%, #ededed, 100%);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #ededed 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffededed', GradientType=0);
  padding-bottom: 45px;
  padding-top: 45px;
}
.pricing-plan.single,
.pricing-plan.promoted.single {
	width: auto;
	float: right;
}
.pricing-plan.down {
	margin-top: 20px;
}

.pricing-plan .pricing-help {
  border-bottom: 1px dotted #000;
}
.pricing-plan .pricing-best-value {
  position: absolute;
  top: 0;
  left: 0;
}
.pricing-plan .pricing-title {
  margin-bottom: 0;
  font-size: 21px;
  font-weight: 600;
  text-transform: uppercase;
}
.pricing-plan .pricing-price {
  display: block;
}
.pricing-plan .pricing-price .pricing-amount {
  color: #46a546;
  font-size: 32px;
  font-weight: 400;
}
.pricing-plan ul.pricing-details {
  padding: 0;
  margin: 0 0 2em;
}
.pricing-plan ul.pricing-details li {
  list-style: none;
  margin: 0 0 1em;
}

.row-no-padding .col-md-3 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
/*------------------------------------------------------------------
[ New home page design ]
*/

.navbarmargin {
	margin-bottom:0px;
	font: 13px/1.7em 'Helvetica Neue', Helvetica, "trebuchet ms", arial, sans-serif;
}

.logo {
	width: 250px;
	height: 87px;
}

.btn-transparent {

	background: transparent!important;

	border-color:#bcbcbb;

	margin-right:20px;


}


.input-transparent {
	background: transparent!important;

	border-color:#bcbcbb;
	color: #FFF;
}

.btn-learn {
	color:#000;
	background: transparent!important;
	border-color:#46b8da; border-color:#777
}

.btn-learn:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info{
	color: #555;
	background: transparent!important;
	border-color:#269abc
}

.btn-learn:active,.btn-info.active,.open .dropdown-toggle.btn-info{
	background-image:none
}


.searchbar {
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.sbinfo {
	color: #A7A5A4;
	color: #DDD;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
}

.sbinfo a {
	color: #fff;
	text-decoration: underline;
}

.sbinfo a:hover {
	color: #DDD;
}


.navbar-default {
	background-color: #FFF!important;
}

#settings {
	color: #111;
}

.sponsor a {
	text-decoration: underline;
}


#my_centered_buttons { display: flex; justify-content: center; }