/* GLOBAL STYLES
--------------------------------------------------
|
|
|
| */
body {
  padding-bottom: 40px;
  overflow-y: scroll;
  font-size: 16px;
  line-height: 20px;
  color: #555;
  background-color: #f4f4f4;
}
h1,
h2,
h3,
h4 {
  font-family: 'Rokkitt', Arial, sans-serif;
  font-weight: 500;
}

h1 {
  font-size: 40px;
}
.loop-header {
    width: 100%;
}
p, ul {
  font-family: 'Rokkitt', Arial, sans-serif;
}

a {
  font-family: "Rokkitt", Helvetica, Arial, sans-serif;
}

hr {
  border-top: 1px solid rgba(0,0,0,.1);
  margin: 20px 0;
}
/* BOOTSTRAP STYLE OVERRIDES
--------------------------------------------------
|
|
|
| */
.btn-primary, .btn-primary:focus, .btn-primary:hover, .btn-hero, .btn-hero:focus, .btn-hero:hover  {
 background: #bc2a1b; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JjMmExYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhMDBhMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #bc2a1b 0%, #a00a00 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bc2a1b), color-stop(100%,#a00a00)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #bc2a1b 0%,#a00a00 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #bc2a1b 0%,#a00a00 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #bc2a1b 0%,#a00a00 100%); /* IE10+ */
background: linear-gradient(to bottom,  #bc2a1b 0%,#a00a00 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc2a1b', endColorstr='#a00a00',GradientType=0 ); /* IE6-8 */
text-shadow: none;
  border: 1px solid #BC2A1B;
  color: #fff;
  border-radius: 3px;
}

.img-thumbnail {
  border-radius: 0px;
  padding: 0px;
}

.page-header {
  border-bottom: none;
  margin: 0px;
}

/* MARKETING
--------------------------------------------------
|
|
|
| */
.marketing {
margin-top: 15px;
  color: #777;
  font-weight: 200;
  padding: 36px 0px 16px 0px;
}
.marketing #hover-cap-4col .thumbnail {
  position: relative;
  overflow: hidden;
  border-radius: 0px;
  cursor: pointer;
}
.marketing .caption {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(167, 51, 51, 0.5);
  width: 100%;
  height: 100%;
  color: #fff !important;
  padding: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.marketing h4 {
  font-size: 21px;
}

.marketing .col-md-4 {
	margin-bottom: 20px;
}

.marketing .caption-btm {
  text-align: center;
  background: rgba(167, 51, 51, 0.5);
  width: 97%;
  position: absolute;
  bottom: 4px;
  color: #fff;
}

.marketin a {
	
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.marketing a:hover {
	opacity: 0.6;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#call-to-action {
  margin-top: 40px;
}

/* CONTACT PAGE
--------------------------------------------------
|
|
|
| */

#map {
  width: 100%;
  height: auto;
  min-height: 320px;
  margin-bottom: 0px;
}

/* CMS CONTENT
--------------------------------------------------
|
|
|
| */

.content-box {
  margin-top: 20px;
  margin-bottom: 90px;
  padding-left: 35px;
  padding-right: 35px;
}
.content-box h1 {
  display: inline-block;
  padding-right: 6px;
  font-size: 46px;
}
.contact-box h3 {
  line-height: 50px;
  margin-bottom: 20px;
  display: inline-block;
  padding-right: 6px;
}
