@import url("bootstrap.min.css");
@variables {
	markarBlue: #091760;
  	markarGreen: #7dc608;
}
  

.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.1428571435;
  color: inherit;
  background-color: #ffffff;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

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

h1,
h2,
h3 {
  margin-top: 20px;
  
}

h1 small,
h2 small,
h3 small,
h1 .small,
h2 .small,
h3 .small {
  font-size: 65%;
}

h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
h5 small,
h6 small,
h4 .small,
h5 .small,
h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
  color:#091760;
}

h3,
.h3 {
  font-size: 24px;
  color:#091760;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #ffffff;
}
html, body {
  height: 100%;
}

footer {
  	min-width:768px;
	margin-top:10px;
	padding-top:10px;
	min-height:40px;
	background-color:#091760;
	color:#ffffff;
	font-size:9px;
}
.carousel-container {
	width:700px;
	text-align:center;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(#7dc608  0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, #7dc608 100%, rgba(0, 0, 0, 0.0001) 80%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7dc60800 ', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(#7dc608 ) 100%));
  background-image: linear-gradient(to right, #7dc608  100%, rgba(0, 0, 0, 1) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#7dc60800', GradientType=1);
}
.carousel-indicators li {
 
  border: 1px solid #7dc608;

}

.carousel-indicators .active {

  background-color: #7dc608;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.min-150 {
	min-width:150px;
	margin-right:8px;
}
.wh-150-350 {
	width:150px;
	min-height:350px;
}
.wh-max-150-350 {
	width:150px;
	height:350px;
}
.pagecontainer {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: 20px;
  background-color:#ffffff;
  min-height:350px;
}
.right-green {
	background-color:#7dc608;
	min-height: 350px;
}
.pad-10 {
	padding-left:10px;
}
.pad-15 {
	padding-left:15px;
}
.pad-20 {
	padding-left:20px;
}
.align-right {
	text-align:right;
}
.margin-bottom-10{
	margin-bottom:10px;
}
