body {
	color:#4c4c4c;
	background-color:#ffffff;
}

.boxed-container {
	background-color:transparent !important;
	background:transparent !important;
}

a {
	color:#2E2F3D;
}

a:hover {
	color:#555453;
}

.top {
    font-size: 13px;
    background-color: #555453;
    border-bottom: 1px solid #ededed;
    color: #ffffff;
}

.min-height {
	min-height:500px;
}

h4 {
	margin-top:0px;
	margin-bottom:0px;
}

.header__logo img {
	margin-top:17px;
}

.page-box__title {
	margin-bottom:5px;
}

.featured-widget {
	padding:8px;
}

.header .icon-box__subtitle {
	text-align:center;
}

.footer h6 {
	margin-bottom:5px;
}

.btn-primary.disabled {
	color: #fff;
    background-color: #879abb;
    border-color: #879abb;
}

.btn-primary.disabled:hover {
	color: #fff;
    background-color: #879abb;
    border-color: #879abb;
}

.btn-info {
    color: #fff;
    background-color: #6177c8;
    border-color: #6177c8;
}

.btn-info:hover {
    color: #fff;
    background-color: #879add;
    border-color: #879add;
}

.btn-primary {
    color: #fff;
    background-color: #879abb;
    border-color: #879abb;
}

.btn-primary:hover {
    color: #fff;
    background-color: #879abb;
    border-color: #879abb;
}

#quickQuoteForm_wrapper .featured-widget {
    padding: 22px;
}

.footer::before, .footer::after {
    z-index: 100;
    position: absolute;
    content: "";
    background-color: #1f222b;
}

.footer-top::before, .footer-top::after {
    z-index: 100;
    position: absolute;
    content: "";
    background-color: #1f222b;
}

.footer-top {
    position: relative;
    background-color: #1f222b;
    color: #ffffff;
    padding: 30px 0;
}

.footer-top a {
    color: #ffffff !important;
}

.footer-bottom {
    background-color: #18181b;
    color: #ffffff;
    padding: 10px 0;
    text-align: center;
}

#contact .widget-title {
    margin-bottom: 5px;
}

.main-title {
    background:#dadde7 !important;
    padding: 50px 0;
    margin-bottom: 0px;
}

.main-navigation li {
	list-style:none;
}



/*
.main-title__primary {
	color:#ffffff;
	text-shadow: 2px 2px #32499C;
}
*/

.main-title__secondary {
	color:#888888;
}

.header .icon-box .fa {
    color: #6177C8;
    margin-right: 3px;
}

input[type="text"], input[type="email"], input[type="tel"], textarea {
    background: #2E2F3D;
    border-radius: 2px;
    border: 1px solid #eeeeee;
    box-shadow: none;
    width: 100%;
    padding: 17.5px 20px;
    margin-bottom: 30px;
    font-size: 14px;
    color: #888888;
    transition: all 100ms ease-out;
}

#map {
	height:500px;
	margin-bottom:50px;
	border-top:2px solid #2E2F3D;
	border-bottom:2px solid #2E2F3D;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.widget_nav_menu ul > li > a {
    padding:0;
    margin:0;
}

.service .page-box__title {
	font-size:16px;
}

#aboutHome {
	background-color:#ffffff;
	padding:30px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.parallax-window {
    min-height: 400px;
    background: transparent;
	padding-top:30px;
}

hr {
	margin-top:10px;
	margin-bottom:10px;
}

.panel-group h4 {
	color:#ffffff;
}

.panel-body {
	margin-bottom:25px;
}

.panel-default>.panel-heading {
	background:#fff;
}

.panel-default >.panel-heading {
    color: #ffffff;
    background-color: #2E2F3D;
    border-color: #2E2F3D;
	margin-bottom:10px;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.newsList li {
	list-style:none;
}

.block-center {
	display:table;
	margin:0 auto;
}

.main-navigation .sub-menu > li > a {
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 12px 20px;
    background-color: #ffffff;
    color: #000;
}

.hentry__title {
    font-size: 24px;
    color: #444444;
    margin-bottom: 19px;
    line-height: 1.2;
}

.main-title__primary {
    text-transform: uppercase;
    margin: 0;
    font-size: 30px;
}

@media (min-width: 1200px) {
/*.header__logo::after {
    position: absolute;
    content: "";
    height: 43px;
    width: 43px;
    background-color: #ffffff;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(121deg);
    bottom: 9px;
    right: -15px;
}*/

.jumbotron-content {
    width: 710px;
}
}

@media (max-width: 780px) {
	#aboutHome {
		margin-bottom:10px;
	}
}

@media (max-width: 992px) {
.hidden992 {
	display:none;
}

.text-center992 {
	text-align:center !important;
}

.marginBottom25 {
	margin-bottom:25px;
}

.showBelow1220 {
	display:none !important;
}
}

@media (min-width: 992px) {
.header__container {
    background-color: #1F222B;
}

.main-navigation > .current-menu-item > a::after {
    position: absolute;
    content: "";
    width: calc(100% - 30px);
    height: 5px;
    left: 15px;
    bottom: 0;
    background-color: #6177C8;
}

.main-navigation > li:hover > a::after, .main-navigation > li:focus > a::after, .main-navigation > li[aria-expanded="true"] > a::after {
	 position: absolute; 
	 content: ""; 
	 width: calc(100% - 30px); 
	 height: 5px; left: 15px; 
	 bottom: 0; 
	 background-color: #6177C8; 
}


}

.showBelow1220 {
	display:none;
}

@media (max-width: 1200px) {
	.showBelow1220 {
		display:block;
	}
}



