body{
    font-family: 'Work Sans', sans-serif;
    color: #54565b;
}
.bg-dark {
    background: #54565b;
}
.bg-primary {
  background: #ee3342 !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Work Sans', sans-serif;
    text-transform:uppercase;
	color: #54565b;
}
@media all and (max-width: 550px){
    h1.uppercase {
        letter-spacing: 5px;
    }
}
@media (min-width: 768px) and (max-width: 1199px){
	.image-tile .hover-state {
    padding: 0 20px;
	}
    .image-tile .hover-state h3{
        font-size: 20px;
		line-height: 32px;
    }
}
.lead p{
    font-weight: 300;
}
h2 img{
    max-width:250px;
    max-height:250px;
}
a, h6.primary-color {
    color: #ee3342;
}
a:hover {
    color: #b32632;
}
.btn {
  font-family: 'Work Sans', sans-serif;
  font-size: 13px;
  border: 2px solid #ee3342;
  color: #ee3342;
}
input[type="submit"],
button[type="submit"] {
  border: 2px solid #ee3342;
  background: #ee3342;
}
.btn:hover {
  background: #93242a;
}
.btn:visited {
  color: #ee3342;
}
.btn-filled {
  background: #ee3342;
  color: #fff;
}
.bg-primary .btn:hover {
  color: #ee3342;
}
.sm-txt{
    font-size:11px;
}
.fade {
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   }

.fade:hover {
    opacity: 0.5;
}
.real-lists ul{
	margin-left: 0;
	margin-bottom:20px;
	padding-left: 1em;
}
.real-lists li{
	list-style-type: disc;
 	list-style-position: inside;
	padding-left: 1em;
	text-indent: -1em;
}
/****** Nav ******/
.nav-bar {
    height: 100px;
    max-height: 100px;
    line-height: 97px;
}
@media all and (min-width: 991px) {
.nav-bar .module, .nav-bar .module-group {
    height: 100px;
}
}
nav.bg-dark .menu > li > a,
nav.bg-dark .module.widget-handle i,
nav.bg-dark .nav-utility {
  color: #fff;
  opacity: 1;
}
.nav-bar a {
    height: 100px;
}
.logo {
    max-height: 85%;
    height: 80px;
}
@media all and (min-width: 992px) and (max-width: 1330px){
.logo {
    max-height: 85%;
    height: 50px;
}
}
@media all and (max-width: 550px) {
.logo {
    max-height: 85%;
    height: 45px;
}
}
.menu {
    font-family: 'Work Sans', sans-serif;
}
.menu li a {
    font-size: 17px;
	opacity: 1;
	font-weight: 300;
}
@media all and (min-width: 1051px) and (max-width: 1220px){
.menu > li {
    margin-right: 24px;
}
.menu li a {
    font-size: 13px;
    opacity: 1;
}
}
@media all and (min-width: 992px) and (max-width: 1050px){
.menu > li {
    margin-right: 20px;
}
.menu li a {
    font-size: 12px;
    opacity: 1;
}
}
.menu > li ul {
    background: #000;
}
.menu > li > ul li a {
    font-size: 12px;
}
.menu li a:hover {
  opacity: 0.5 !important;
}
@media all and (max-width: 990px) {
.mobile-toggle i {
    line-height: 100px !important;
}
.nav-bar a {
    height: auto;
}
.menu li {
    line-height: 40px;
}
.module.widget-handle {
    border-top: 0;
	border-bottom: 1px solid #CCC !important;
}
}
/****** Header ******/
.image-bg h1, .image-bg h2, .image-bg h3, .image-bg h4, .image-bg h5, .image-bg h6 {
    text-transform: uppercase;
}
.slides .image-bg h1{
	background-color:rgba(180,44,51,.86)
}
.feature-bg{
	background-color:rgba(0,0,0,.80)
}
h1.large {
  font-size: 52px;
  line-height: 70px;
  font-weight: 100;
}
@media all and (max-width: 990px) {
  h1.large {
    font-size: 56px;
    line-height: 64px;
  }
}
@media all and (max-width: 767px) {
  h1.large {
    font-size: 32px;
    line-height: 40px;
    font-weight: 300;
  }
}
.title-bg{
    background:#ee3342;
    padding:10px 20px;
}
.overlay:before {
  background: #000;
}
.pattern-overlay:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image:url(../img/pattern-overlay.png);
  background-size:cover;
  background-repeat: no-repeat;
  z-index: 2;
}
/****** Footer ******/
footer{
    border-bottom:20px solid #ee3342;
}
.footer-img img {
    max-width: 140px;
    margin-bottom: 10px;
}
.ftr-list{
	font-size:18px;
}
@media all and (max-width: 500px) {
  .footer-contact {
    text-align: center !important;
  }
}
.bg-dark .social-list a{
    color: #FFF;
    opacity: 1;
	font-size: 36px;
}
.bg-dark .social-list a:hover {
  opacity: .5;
}
.scroll-top {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#ee3342;
	opacity: 0.6;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px;
	z-index:999;
}
.scroll-top span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
.scroll-top:hover {
    background-color:#ee505d;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}
/****** Home ******/
.hover-tile {
    background: #000;
	transition: box-shadow .3s;
}
.hover-tile:hover img {
  opacity: .3;
}
.hover-tile:hover {
  box-shadow: 0 0 18px rgba(33,33,33,.8); 
}
.feature.boxed {
    background: #ee3342;
	transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.feature.boxed.bg-primary:hover{
	background:#000 !important;
}
.feature-1 i {
    color: #FFF;
}
/* Blog */
.label {
    background: #ee3342;
}
/* Contact */
.checkboxes input {
	float: left;
	padding: 0 5px;
	text-indent: 0px;
	margin: 0px 10px 0 0;
}
.checkboxes label {
	display: block;
	float: none;
	padding: 0px;
	line-height: 100%;
	width: auto;
	margin: 0px 0px 10px;
	font-size: 15px;
	font-weight: 400;
}
::-webkit-input-placeholder {
  color: #000;
}
:-moz-placeholder {
  color: #000;
}
::-moz-placeholder {
  color: #000;
}
:-ms-input-placeholder {
  color: #000;
}
/* Lists */
.bullets ul{
	list-style:inside;
 margin-left: 0;
 padding-left: 1em;
 text-indent: -1em;
}
/* Services */
.thumb-box {
	height: 250px;
	width: 100%;
	display: block;
	background-position: center center;
	background-size: cover;
	margin-bottom:10px;
}
