html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
	
}

footer,
header,
main,
 {
  display: block;
}

a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}

b,
strong {
  font-weight: bold;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

img {
  border: 0;
}


table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #ffffff;
	line-height: 1.42857143;
}
header {
	position: relative;
	display: table;
	width: 100%;
	padding-top: 50px;
	padding-right: 40px;
	padding-bottom: 60px;
	padding-left: 40px;
}


a {
	color: #FFF;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #b71821;
	text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

img {
  vertical-align: middle;
}

.img-res {

  max-width: 100%;
  height: auto;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

h1,
h2,
.h1,
.h2
 {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	line-height: 1.1;
	color: #FFF;
	letter-spacing: 1px;
}

h1,
.h1,
h2,
.h2 {
	margin-top: 16px;
	margin-bottom: 0px;
}

h1,
.h1 {
	font-size: 18px;
}
h2,
.h2 {
	font-size: 28px;
}

p {
	margin-top: 0;
	margin-bottom: 0px;
}

@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
display: table-cell;
	vertical-align: top;
	width: 1200px;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
	margin-left: 10px;
	margin-right: 10px;
}
.col-md-4, .col-lg-4 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
.col-md-4 {
    float: left;
  }

  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
	width: 25%;
  }

  .col-md-pull-4 {

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

}
@media (min-width: 1200px) {
  .col-lg-4{
    float: left;
  }
 .col-lg-4 {
	width: 25%;
  }
    
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  
  .col-lg-push-4 {
    left: 33.33333333%;
  }
 
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
 
}
