﻿
@import url(https://fonts.googleapis.com/css?family=Open+Sans:100,300,400,700);
@import url(https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700);
@import url(https://fonts.googleapis.com/css?family=Muli:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i);

body{
    margin: 0 auto;
}


.container {
  
  max-width: 940px;
  min-width: 540px;
  padding: 0 30px 50px 30px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: none;
  border-top: 1px solid #ccc;
  }

  .mlp-banner {
  margin: -250px -30px 0px -30px;

}
ul,ol{
  font-size: 14px !important;
}

#header{
  border-bottom: none;
  margin-bottom:2px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Quicksand", sans-serif;
  line-height: 1.5;
  color: #d8b063;
  }

h1 {
	font-family: "Lato";
	background:none;
	border-bottom:none;
	font-weight:200;
	color:#d8b063;
  top:10;
  z-index:2;
  margin-top:20px;
  height:128px;
}

h2{
  font-size: 30px;
  color: #243719;
  font-weight:500;
  margin: 25px 0 30px -11px;
  font-family: "Open+Sans", sans-serif;
  letter-spacing: -1px;
  border-left:none;
  border-bottom: 1px solid #243719;
}

h3 {
  font-size: 26px;
  border-bottom: none;
  margin: 25px 0 30px -7px;
  color: #243719;
  font-weight: 300;
  font-family: "Open+Sans", sans-serif;
   }



.col-md-12 h1 {
  font-family: "Lato";
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 36px;
  line-height: 1.3;
  font-weight: 200;
  color: #d8b063;
  max-width: 940px;
  margin: 90px -20px 0px -40px;
  padding: -180px 40px; }

.well {
  background-color: rgba(216, 176, 99, 0.6) 
}




/*using for quotes*/
.alert-danger{
  background:none;
  border: none;
  border-radius: 0%;
  box-shadow: none;
  border-left: 4px solid #d8d8d8;
  font-weight:bold;
  font-size: 18px;
}

/*using for different block background*/
.alert-warning{
  border: none;
  border-radius: 0%;
  background-color: #d8d8d8;
  margin:20px -40px;
  padding: 30px 55px;
  color: #000;
  
}

/*using for green block background*/
.alert-info{
  border: none;
  border-radius: 0%;
  background-color: #d8d8d8 !important;
  margin:-8px -40px;
  padding: 30px 55px;
  color: #000000;
  text-align: center;
  
}

/*using for border box*/
.alert-success{
  border:3px solid #d8b063;
  background-color:#fff;
  padding:19px;
}
.divider{
  height:1px;
  background:#717171;
  border-bottom:1px solid #ccc;
}
 /*Using 'references' for References*/
  .references {
      border: none;
      border-radius: 0%;
      box-shadow: none;
      border-top: 1px solid #1e2122;
      background: none;
      margin-top: 40px;
      padding-left: 0;
  }

  .references h2 {
      border: none;
      font-size: 18px;
      font-color: #333;
      margin-left: -10px;
      font-weight: 400;
  }
  
   .references>p,
  .references>ol>li {
    font-size: .786em;
      margin-top: -10px;
      font-weight: 400;
      color: #666;
      line-height: 1.5em;
      padding-bottom: 15px;
      padding-left: 48px;
      text-indent: -48px;
     
}

table {
	margin: 6px 0 12px 0;
	border-collapse: collapse;
	border-bottom: 2px solid #666;}
table >caption{
  display:none;}


th {
	background-color: #7B8C76;
	font-weight: bold;
	vertical-align: top;
	border: 1px solid #888888;
	padding: 5px;
	font-size: 1em;
	color: #000;
}

td {
	border-collapse: collapse;
	padding: 5px;
	vertical-align: middle;
	border: 1px solid #888888;
	font-size: 1em;
	color: #30302F;
  white-space: normal !important;
  word-break: keep-all;
  word-wrap: break-word;
}

tr {
	border-collapse: collapse;
	padding: 5px;
	margin: 0;
	vertical-align: top;
}

#footer {
    height: 60px;
    background: transparent;
    color: #ccc;
    border-top: none !important;
    line-height: 60px;
    font-size: 10px;
    margin-top: 50px;
    }

 