html {
	-webkit-text-size-adjust: none;
}

.partnerimg{
	padding-bottom: 2.5em;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}
body {
	background: #FFF;
	font-family: 'Open Sans', sans-serif;
	color: #363636;
	font-size: 16px !important;
	line-height: 22px;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	-webkit-backface-visibility: hidden;
	text-rendering: optimizeLegibility;
	cursor: default;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
	-ms-overflow-style: scrollbar; /*newer ie covers up content unless this is included*/
}
body > section {  /*newer ie covers up content unless this is included*/
	padding-top: 20px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 20px;
}
#feature {
	background: #f2f2f2;  /*for Section features color background and padding on top */
	padding-top: 60px;
	padding-bottom: 20px;
}
#feature-home {
	background: #f2f2f2;  /*for Section features color background and padding on top */
	padding-top: 30px;
	padding-bottom: 20px;
}
#feature-no-color {
	padding-top: 60px;
	padding-bottom: 20px;
}
.page-header {
	padding-top: 0px;
	padding-bottom: 8px;
	margin-top: 20px;
	border-bottom: 1px solid #ccc;
}
/* Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
	margin-top: 5px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
}
/* Headings Margins Default */
h1, h2, h3, h4 {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
}
h1 {
	font-size: 36px;
	line-height: 40px;
	margin-bottom: 10px!important;
}
h2 {
	font-size: 32px;
	line-height: 40px;
}
h3 {
	font-size: 28px;
	line-height: 34px;
	margin-bottom: 8px;
}
h4 {
	font-size: 22px;
	line-height: 26px;
	margin-bottom: 4px;
}
h5 {
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	margin-bottom: 8px;
}

h6 {
	font-size: 16px;
	line-height: 21px;
	font-weight: 600;
}
.open-sans-600 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
small {
	font-size: 80%;
}
a {
	color: #007ea9;
	text-decoration: none;
	-webkit-transition: color 300ms, background-color 300ms;
	-moz-transition: color 300ms, background-color 300ms;
	-o-transition: color 300ms, background-color 300ms;
	transition: color 300ms, background-color 300ms;
}
a:hover, a:focus {
	color: #7a1031;
}
a:focus {
	-moz-outline-style: none;
	border: none;
	outline: none;
}
a:active, a:focus {
	outline: none;
 ie-dummy: expression(this.hideFocus=true);
}
hr {
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #FFF;
}
.intro-text {
	font-size: 18px !important;
	font-weight: 400 !important;
	line-height: 1.5em !important;
	text-transform: none !important;
	padding-top: 0px;
	margin-top: 0px;
	font-family: 'Open Sans', sans-serif;
}
p.dropcap:first-letter {
	display: block;
	float: left;
	font-size: 36px;
	line-height: 40px;
	color: #7a1031;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	margin-top: -2px;
	margin-right: 6px;
	margin-bottom: -2px;
	margin-left: 0;
}
.text-center {
	text-align: center !important;
}
p {
	line-height: 1.4em !important;
	padding-bottom: 5px;
}
.theme-red {
	color: #7a1031;
}
.theme-cyan {
	color: #007ea9;
}
.theme-blue {
	color: #272873;
}
.theme-teal {
	color: #364e5a;
}
/*------------------------------------------------------------------------------------------------------------------------------------
 font weights classes
-------------------------------------------------------------------------------------------------------------------------------------*/
.font-weight-normal {
	font-weight: 400;
}
.font-weight-thin {
	font-weight: 300;
}
.font-weight-bold {
	font-weight: bold;
}
/*-----------------------------------------------------------------------------------*/
/*	IMAGES STYLES
/*-----------------------------------------------------------------------------------*/
img {
	padding: 0;
	margin: 0;
}
img {
	max-width: 100%;
	height: auto;
}
.left {
	float: left;
}
.right {
	float: right;
}
.image-left {
	float: left;
	padding-right: 10px;
	padding-top: 5px;
}
.image-right {
	float: right;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 0px;
}
.image-center {
	text-align: center;
	display: block;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.image-right-border {
	float: right;
	padding: 0px;
	margin-bottom: 10px;
	background-color: #D2D0CA;
	border-radius: 6px;
	margin-right: 0px;
	margin-top: 2px;
	border: 6px solid #ECEBE7;
	margin-left: 10px;
	box-shadow: 1px 1px 2px #B1B1A8;
}
.image-center-border {
	padding: 8px;
	margin-bottom: 5px;
	margin-left: auto;
	background-color: #E1E0DC;
	border: 6px solid #ECEBE7;
	box-shadow: 1px 1px 2px #B1B1A8;
	border-radius: 6px;
	margin-top: 5px;
	margin-right: auto;
	clear: both;
}
.image-left-border {
	float: left;
	padding: 0px;
	margin-bottom: 5px;
	background-color: #FFFFFF;
	border-radius: 6px;
	margin-right: 15px;
	margin-top: 5px;
	border: 6px solid #FFFFFF;
	box-shadow: 1px 1px 3px #B1B1A8;
}
.image-border {
	padding: 0px;
	margin-bottom: 10px;
	border: 4px solid #CBCAC2;
	border-radius: 3px;
}
.image-border-white {
	padding: 0px;
	margin-bottom: 5px;
	background-color: #FFFFFF;
	border-radius: 6px;
	margin-right: 15px;
	margin-top: 5px;
	border: 6px solid #FFFFFF;
	box-shadow: 1px 1px 3px #B1B1A8;
}
/*border dividers*/
hr {
	margin: 0px;
	padding: 0;
	color: #EAE4D2;
	border-top-width: 1px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #D9D4BF;
}
.border-divider {
	clear: both;
	height: 1px;
	border-top-width: 2px;
	border-bottom: 2px solid #E4E4E4;
	border-top-style: solid;
	border-top-color: #FFF;
	margin-top: 15px;
	margin-bottom: 15px;
}
.border-bottom {
	border-bottom: 2px solid #E4E4E4;
}
.border-top-0 {
	border-top: 0px !important;
}
/*Spacers*/

.divide10 {
	width: 100%;
	height: 10px;
}
.divide20 {
	width: 100%;
	height: 20px;
}
.divide30 {
	width: 100%;
	height: 30px;
}
.divide40 {
	width: 100%;
	height: 40px;
}
.divide50 {
	width: 100%;
	height: 50px;
}
.divide60 {
	width: 100%;
	height: 60px;
}
.divide70 {
	width: 100%;
	height: 70px;
}
/* bottom margins*/
.margin-bottom-0 {
	margin-bottom: 0px;
}
.margin-bottom-5 {
	margin-bottom: 5px;
}
.margin-bottom-10 {
	margin-bottom: 10px;
}
.margin-bottom-20 {
	margin-bottom: 20px;
}
.margin-bottom-30 {
	margin-bottom: 30px;
}
.margin-bottom-40 {
	margin-bottom: 40px;
}
/* bottom margins*/

.margin-top-0 {
	margin-top: 0px;
}
.margin-top-10 {
	margin-top: 10px;
}
/* 0 paddings*/

.padding-top-0 {
	padding-top: 0px;
}
.padding-bottom-0 {
	padding-bottom: 0px;
}
/*
/*------------------------------------------------------------------------------------------------------------------------------------
 feature-icon  and other FA icons colors
-------------------------------------------------------------------------------------------------------------------------------------*/
.feature-icon {
	font-size: 500% !important;
	text-shadow: 2px 2px 1px #FFF;
	color: #E2B425;
	padding-bottom: 10px;
}

@media (min-width: 768px) {
.feature-icon {
	font-size: 450% !important;
	text-shadow: 2px 2px 1px #FFF;
}
}

@media (min-width: 992px) {
.feature-icon {
	font-size: 450% !important;
	text-shadow: 2px 3px 1px #FFF;
}
}

@media (min-width: 1200px) {
.feature-icon {
	font-size: 500% !important;
	text-shadow: 2px 3px 1px #FFF;
}
}
#services-fa .fa {
	/*for sercives FA icons titles */
	color: #373c73;
}
/** *** **/
.linecon .icon-line {
	width: 115px;
	float: left;
	height: 115px;
	text-align: center;
	padding: 22px 10px;
	margin: 0 -1px -1px 0;
	border: 1px solid #fff;
	background-color: #f6f6f6;
	word-wrap: break-word;
	cursor: pointer;
	font-size: 30px !important;
}
.linecon .icon-line:hover {
	background-color: #f3f3f3;
}
.linecon .icon-line i {
	display: block;
	font-size: 30px !important;
	margin-bottom: 10px;
}
/*------------------------------------------------------------------------------------------------------------------------------------
Special Containers, banners, videoframe, slideshow and etc.
-------------------------------------------------------------------------------------------------------------------------------------*/


.responsive-video {
	width: 100%;
	position: relative;
	padding: 0;
	padding-top: 50.25%;
}
.responsive-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#banner {
	padding: 0px;
	display: block;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#slideshow-container {
	padding-bottom: 0px;
	max-height: 500px;
	width: 100%;
	clear: both;
	overflow: hidden;
	border-bottom: 3px solid #FFFFFF;
	background-color: #F2F2F2;
	z-index: auto;
	visibility: inherit;
}
#banner-subpages {
	width: 100%;
	padding: 0px;
	overflow: hidden;
	background-color: #8F7B24;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	height: 200px;
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D4BC51;
}
#banner-subpages h2 {
	text-align: right;
	color: #F0C940;
	vertical-align: text-bottom;
	position: relative;
	padding-top: 140px;
	font-weight: 300;
	padding-right: 20px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.google-map {
	width: 100%;
	display: block;
	background-color: #DFDACF;
	margin: 0px;
	clear: both;
	padding: 10px;
}
.banner-videos {
	width: 100%;
	display: block;
	background-color: #DFDACF;
	clear: both;
	margin-bottom: 0px;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #BFBBB0;
}
.well-gray {
	background-color: rgba(242,242,242,0.6) !important;
	box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.1);
	border: 1px solid #F4F7F2;
}
.well-white {
	background-color: rgba(255,255,255,0.70) !important;
	box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.1);
	border: 1px solid #F4F7F2;
}
.well {
	background-color: rgba(255,255,255,0.70);
	box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.1);
	border: 1px solid #F4F7F2;
}
.well p {
	font-size: 14px;
	font-weight: 400;
}
.overflow-hidden {
	overflow: hidden;
}
/*--------------------------------------------------
			Parallax background
---------------------------------------------------*/
/* Parallax 1 Default */
.parallax-background {
	position: relative;
}
.parallax-background {
	width: 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	box-shadow: none;
	overflow: hidden;
	background-position: 50% 50%;
	color: #E0DDC4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0A1A05;
	font-size: 1.1em;
	font-weight: 400;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0A1A05;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-top: 30px;
	padding-bottom: 50px;
	text-transform: none;
}
.parallax-background.scene1 {
	background-color: rgb(30, 46, 55);
}
.parallax-background .scene2 {
	background-color: rgb(30, 46, 55);
}
/* Parallax 2 */
.parallax-background-2 {
	position: relative;
}
.parallax-background-2 {
	width: 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	box-shadow: none;
	background-image: url(../images/blue-map-parallax.jpg);
	background-color: #31261F;
	overflow: hidden;
	background-position: 50% 50%;
	color: #E0DDC4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0A1A05;
	font-weight: 400;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0A1A05;
	margin-top: 0px;
	margin-bottom: 20px;
	text-transform: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
/* ==========================================================================
  Scroll To Top Button
========================================================================== */
#scroll-top {
	position: fixed;
	z-index: 10;
	right: -50px;
	bottom: 10px;
	width: 45px;
	height: 45px;
	color: #FFFFFF;
	text-align: center;
	background-color: #7a1131;
	padding-top: 12px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	cursor: pointer;
}
#scroll-top i {
	font-size: 1.3em;
}
#scroll-top:hover {
	background-color: #364c58;
}
#scroll-top.visible {
	right: 15px;
}
/*--------------------------------------------
ANIMATED ON-SCROLL NAV
--------------------------------------------*/
.headroom {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	transition: all 0.2s ease-in-out;
}
.headroom--unpinned {
	top: -120px;
}
.headroom--pinned {
	top: 0;
}
/* Icon List styles
 -------------------------------------------------------------------------------------------- */
.icon-list li {
	display: block;
	position: relative;
	line-height: 1.3em;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}
.icon-list li:before {
	font-family: 'Glyphicons Halflings';
	position: absolute;
	left: 0px;
	top: 3px;
	font-size: 80%;
}
.chevron-right li:before {
	content: '\e080';
	color: #E69C2B;
	line-height: 1em;
}
.checkmark li:before {
	content: '\e067';
}
.arrow-right li:before {
	content: '\e092';
}
/* ==========================================================================
  Buttons
========================================================================== */
.btn-primary {
	padding: 8px 20px;
	background: #313466 !important;
	color: #FFF;
	border-radius: 4px;
	border: none;
	margin-top: 10px;
}
.btn-primary:hover, .btn-primary:focus {
	background: #009bd5 !important;
	outline: none;
	box-shadow: none;
}
.btn-transparent {
	border: 3px solid #FFF;
	background: transparent;
	color: #FFF;
}
.btn-transparent:hover {
	border-color: rgba(255, 255, 255, 0.5);
}
.dropdown-menu {
	margin-top: -1px;
	min-width: 180px;
}
.center h2 {
	font-size: 36px;
	margin-top: 0;
	margin-bottom: 20px;
}
.center {
	text-align: center;
	padding-bottom: 20px;
}
.scaleIn {
	-webkit-animation-name: scaleIn;
	animation-name: scaleIn;
}
.transparent-bg {
	background-color: transparent !important;
	margin-bottom: 0;
}
 @-webkit-keyframes scaleIn {
 0% {
 opacity: 0;
 -webkit-transform: scale(0);
 transform: scale(0);
}
 100% {
 opacity: 1;
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
 @keyframes scaleIn {
 0% {
 opacity: 0;
 -webkit-transform: scale(0);
 -ms-transform: scale(0);
 transform: scale(0);
}
 100% {
 opacity: 1;
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
}
}
/*************************
*******Header******
**************************/
#header .search {
	display: inline-block;
}
.navbar > .container .navbar-brand {
	margin-left: 0;
}
/* ==========================================================================
Top Bar LOGO AREA and Social Media Icons
========================================================================== */
.top-bar {
	background-color: #FFFFFF;
	border-bottom: 0px solid #222;
	overflow: hidden;
	padding: 0px;
	background-repeat: repeat-x;
}
.top-logo {
	text-align: left;
	overflow: hidden !important;
}

.top-logo {
	height: 120px;
	/*Control size of logo here.. change the height for desktop*/
	padding: 0px;
	margin-bottom: 0px;
}
.top-bar {
	height: 120px;
	/*Control size of logo here.. change the height for desktop*/
	padding: 0px;
	margin-bottom: 0px;
}
.top-bar img {
	max-width: 100% !important;
	max-height: 100% !important;
}
.social {
	text-align: right;
	padding-top: 20px;
	/*Social Media padding on top*/
	float: none;
}
.slogan {
	font: 18px/22px 'Open Sans', sans-serif;
	text-align: right;
	padding-top: 10px;
	/*subtext below the social icons*/
	font-weight: 400;
	color: #505050;
}
.social-share {
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.social-share li {
	display: inline-block;
}
ul.social-share li a {
	display: inline-block;
	color: #FFF;
	background-color: #A0A0A0;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border-radius: 2px;
}
ul.social-share li a:hover {
	background-color: #42469D;
	color: #FFF;
}
.search i {
	color: #42469E;
	font-size: 1em;
}
.fa-search {
	color: #42469E;
}
input.search-form {
	background-color: rgba(203, 203, 203, 0.75);
	border: 0 none;
	width: 70px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #363636;
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-ms-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
	margin-left: 5px;
	margin-right: 2px;
}
 input.search-form::-webkit-input-placeholder {
 color: transparent;
}
 input.search-form:hover::-webkit-input-placeholder {
 color: #FFF;
 vertical-align: baseline !important;
 font-size: 1.1em;
 padding-top: 10px;
}
input.search-form:hover {
	width: 180px;
	vertical-align: baseline;
}
/* ==========================================================================
 Navigation for Bootstrap version only
========================================================================== */
.navbar-brand {
	padding: 0;
	margin: 0;
}
.navbar {
	border-radius: 0;
	margin-bottom: 0;
	background: #151515;
	padding: 10px 0;
	padding-bottom: 0;
}
.navbar-nav {
	margin-top: 12px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
}
.navbar-nav > li {
	margin-left: 5px;
	padding-bottom: 28px;
}
.navbar-inverse .navbar-nav > li > a {
	padding: 5px 7px;
	margin-top: 0;
	margin-right: 3px;
	margin-left: 7px;
	margin-bottom: 0;
	border-radius: 3px;
	color: #FFF;
	line-height: 24px;
	display: inline-block;
}
.navbar-inverse .navbar-nav > li > a:hover {
	background-color: #C52D2F;
	color: #FFF;
}
.navbar-inverse {
	border: none;
}
.navbar-inverse .navbar-brand {
	font-size: 36px;
	line-height: 50px;
	color: #FFF;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
	background-color: #C52D2F;
	color: #FFF;
	margin-right: 3px;
	margin-left: 3px;
}
.navbar-inverse .navbar-nav .dropdown-menu {
	background-color: rgba(0, 0, 0, 0.85);
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
	-moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
	border: 0;
	padding: 0;
	margin-top: 0;
	border-top: 0;
	border-radius: 0;
	left: 0;
}
.navbar-inverse .navbar-nav .dropdown-menu:before {
	position: absolute;
	top: 0;
}
.navbar-inverse .navbar-nav .dropdown-menu > li > a {
	padding: 8px 15px;
	color: #FFF;
}
.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a, .navbar-inverse .navbar-nav .dropdown-menu > li:focus > a, .navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
	background-color: #C52D2F;
	color: #FFF;
}
.navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
	border-radius: 0 0 3px 3px;
}
.navbar-inverse .navbar-nav .dropdown-menu > li.divider {
	background-color: transparent;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-top: 0;
	padding-bottom: 0;
}
/*--------------------------------------------------
			Bullets
---------------------------------------------------*/

ul.bullets {
	list-style: none;
	margin: 0px;
	display: block;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}
ul.arrow li {
	list-style: none;
	display: block;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	background-image: url("../images/icons/arrow_bullet.png");
	background-repeat: no-repeat;
	background-position: 0px 6px;
}
ul.empty li {
	list-style: none;
	display: block;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	background-image: none;
}
/* ==========================================================================
 Featured Box & Featured Icons
========================================================================== */

div.featured-box {
	padding: 23px;
	text-align: center;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
div.featured-box:hover {
	background: rgba(0,0,0,0.03);
}
div.featured-box.transparent {
	background: transparent;
}
div.featured-box.nobg {
	background: none;
}
div.featured-box i.fa {
	padding: 0;
	color: #fff;
	margin: 20px 0;
	font-size: 40px;
	text-align: center;
	position: relative;
	background-color: #4C4B80;
	display: inline-block;
	width: 100px;
	height: 100px;
	line-height: 100px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
div.featured-box.nobg i.fa {
	font-size: 30px;
	margin-top: 0;
	width: 70px;
	height: 70px;
	line-height: 70px;
}
div.featured-box.nobg.border-only i.fa {
	background: none !important;
	border: #333 1px solid;
	color: #333;
}
.featured-box-minimal>div {
	margin-bottom: 30px;
}
.featured-box-minimal i.fa {
	color: #fff;
	padding: 0;
	margin-right: 10px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 17px;
	text-align: center;
	background-color: #01a1e2; /*Color background icon */
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.featured-box-minimal.border-top {
	border-top: #eee 1px solid;
	margin-top: 30px;
}
.featured-box-minimal.border-bottom {
	border-bottom: #eee 1px solid;
	margin-bottom: 60px;
	padding-bottom: 30px;
}
.featured-box-minimal.border-top div,  .featured-box-minimal.border-bottom div {
	margin-bottom: 0;
}
/* featured icons - alone */
i.featured-icon {
	color: #FFF;
	margin: 25px 0;
	padding: 0;
	display: inline-block;
	font-size: 40px;
	width: 100px;
	height: 100px;
	line-height: 100px;
	position: relative;
	background-color: #333;
	border: #333 1px solid;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
i.featured-icon.half {
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
}
i.featured-icon:after {
	background: transparent;
	pointer-events: none;
	content: '';
	display: block;
	border-radius: 50%;
	border: 1px solid #333;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	margin-top: -100px;
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
i.featured-icon.half:after {
	margin-top: -50px;
}
i.featured-icon:hover:after {
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
i.featured-icon.half:hover:after {
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
i.featured-icon.empty {
	background: none !important;
	color: #333 !important;
}
i.featured-icon.pull-left {
	margin-right: 20px;
}
i.featured-icon.pull-right {
	margin-left: 20px;
}
/* Circle Icon */
.circle-yes {
	padding: 10px;
	border: transparent 1px solid;
	display: inner-block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
/* Circle Icon */
.services .fa {
	color: #0087BE;
}
/* ==========================================================================
  Side Menus List-group
========================================================================== */
.list-group-item, .panel-footer {
	line-height: 20px;
	font-size: 16px;
	font-weight: 600;
}
.list-group-item .fa {
	color: #7a1131 !important;
	padding-right: 5px;
}
.list-group-item a {
	color: #364e5a !important;
}
 .list-group-item a:hover, .list-group-item a:active {
color: #7a1131 !important;
 	text-decoration: none;
 }
.panel-heading {
	padding-top: 5px !important;
	padding-bottom: 5px !important;

}
.panel-body {
	padding-top: 10px !important;
	padding-bottom: 0px !important;
}
/* ==========================================================================
  Equal Height Columns
========================================================================== */
.height {
	margin-bottom: -99999px;
	padding-bottom: 99999px;
}
#equalheight { /* wrap this on all columns then add .height for each column*/
	overflow: hidden;
}
/* ==========================================================================
  Footer Styles
========================================================================== */
.pre-footer {
	margin-bottom: 0px !important;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #c3c5c5;
}
.pre-footer p {
	font-weight: 400 !important;
	letter-spacing: 0px;
	word-spacing: 1px;
	color: #c3c5c5;
	font-size: 15px;
	line-height: 1.5em;
}
.pre-footer strong {
	font-weight: 600;
}
.pre-footer h2 {
	color: #d6d6d6;
	font-weight: 400;
	text-transform: capitalize;
	text-shadow: 1px 1px 4px #000;
}
.pre-footer h3 {
	color: #a3a3a3;
	font-weight: 400;
	text-transform: capitalize;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
}
.pre-footer h4 {
	color: #a3a3a3;
	font-weight: 400;
	text-transform: capitalize;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
	margin-bottom: 10px;
}
.pre-footer .bullets ul {
	padding-left: 5px;
	list-style: none !important;
	margin-left: 0px;
}
.pre-footer .bullets li {
	margin-bottom: 3px;
	list-style-image: none;
	list-style-type: none;
	font-size: 15px;
	line-height: 1.5em;
}
.pre-footer .bullets li:before {
	font-family: FontAwesome;
	content: '\f054';
	list-style-image: none !important;
	list-style-type: none !important;
	color: #007ea9;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.50);
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: -2px;
	clip: rect(auto, auto, auto, -3px);
}
.pre-footer a {
	background: transparent;
	color: #ffffff;
}
.pre-footer a:active, .pre-footer a:hover {
	outline: 0;
	color: #ffffff;
}
footer {
	background-color: #1e2e37;
	color: #82929b;
}
footer p {
	margin: 0px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0px;
	word-spacing: 1px;
	line-height: 22px;
}
footer a {
	background: transparent;
	color: #cbcccc;
}
footer a:link {
	background: transparent;
	color: #b8b7b6;
}
footer a:active, footer a:hover {
	outline: 0;
	color: #4ea0cf;
	text-decoration: none;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers: h5bp.com/u
 */

.hidden {
	display: none !important;
	visibility: hidden;
}
/*
 * Hide only visually, but have it available for screen readers: h5bp.com/v
 */

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
	visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before, .clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}
.clearfix:after {
	clear: both;
}
