/* ==========================================================================
    Author: Copyright 2015  AldoDesign - aldo@aldodesign.com
   ========================================================================== */
   
   
/*-----------------------------------------------------------------------------------*/
/*	GLOBAL Settings
/*-----------------------------------------------------------------------------------*/

html {
	-webkit-text-size-adjust: none;
}
* {
	-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: #000;
	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: 15px;
	padding-bottom: 20px;
}

#feature-red {
	
	background: #811d22;  /*for Section features color background and padding on top */
	padding-top: 25px;
	padding-bottom: 0px;
	color: #f1f2f1;
}

#feature-no-color {
	padding-top: 60px;
	padding-bottom: 20px;
}
/* Typography
================================================== */
h1, h2, h3, h4, h5, h6 {
	margin-top: 12px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
}
/* Headings Margins Default */

h1 {
	font-family:"Oswald", Verdana, sans-serif;
	font-size: 32px;
	line-height: 46px;
	color: #0055A4;
	font-weight: 600;
}
h2 {
	font-size: 35px;
	line-height: 40px;
	color: #373c73;
}
h3 {
	font-size: 28px;
	line-height: 34px;
	margin-bottom: 8px;
	color: #373c73;
}
h4 {
	font-family:"Oswald", Verdana, sans-serif;
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 6px;
	text-transform: uppercase;
	color: #0055A4;
}
h5 {
	font-family:"Oswald", Verdana, sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #0055A4;
	font-weight: 600;
}
h5 .open-sans-600 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	
}
h6 {
	font-weight: 600;
	font-size: 16px;
	line-height: 21px;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
small {
	font-size: 80%;
	
}
a {
	color: #0055A4;
	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: #000;
}
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;
}
hr.style-one {
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #0055A4, #ccc);
}
.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: #9f2127;
	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-orange {
	color: #E56B08;
}
.theme-cyan {
	color: #0087BE;
}
.theme-blue {
	color: #25408c;
}
.theme-red {
	color: #9f2127;
}

/*------------------------------------------------------------------------------------------------------------------------------------
 font weights classes
-------------------------------------------------------------------------------------------------------------------------------------*/
.font-weight-normal {
	font-weight: 400;
}
.font-weight-thin {
	font-weight: 300;
}
.font-weight-bold {
	font-weight: bold;
}
/*-----------------------------------------------------------------------------------*/
/*	IMAGES STYLES
/*-----------------------------------------------------------------------------------*/

.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: 15px;
	background-color: #E1E0DC;
	border: 6px solid #ECEBE7;
	box-shadow: 1px 1px 2px #B1B1A8;
	border-radius: 6px;
	margin-top: 5px;
}
.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 {
	padding-bottom: 10px;
	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: #09233c;
	z-index: auto;
	visibility: inherit;
}
#banner-subpages {
	width: 100%;
	padding: 0px;
	overflow: hidden;
	background-color: #09233c;
	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: 0px;
	margin-bottom: 0px;
	padding-top: 30px;
	padding-bottom: 30px;
	text-transform: none;
}
.parallax-background.scene1 {
	background-image: url(../images/backgrounds/blue-capitol-parallax.jpg);
	background-color: #31261F;	
	
}
.parallax-background .scene2 {
	background-image: url(../images/backgrounds/blue-map-parallax.jpg);
}
/* 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: #a02128;
	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: #25408c;
}
#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: #3e61c3;
	line-height: 1em;
}
.checkmark li:before {
	content: '\e067';
}
.arrow-right li:before {
	content: '\e092';
}
/* ==========================================================================
  Buttons 
========================================================================== */

.btn-uei {
	background: #0055A4 !important;
	color: #FFF;
	border-radius: 3px;
	border: none;
	margin-top: 10px;
	font-weight: 600;
}
.btn-uei:hover, .btn-uei:focus {
	background: #000 !important;
	outline: none;
	box-shadow: none;
	color: #FFF !important;
}

.btn-primary {
	padding-top: 8px;
	padding-bottom: 6px;
	background: #ccc !important;
	color: #000;
	border-radius: 2px;
	border: none;
	margin-top: 4px;
	font-size: 9px;
	line-height: 9px;
	font-weight: 600;
}
.btn-primary:hover, .btn-primary:focus {
	background: #000 !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;
}

/* ==========================================================================
 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;
}

/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
/******************
shortcodes page css
******************/
.shortcode-item {
	padding-bottom: 0;
}
.shortcode-item h2 {
	color: #4E4E4E;
	font-size: 24px;
	margin-bottom: 22px;
	margin-top: 0;
	font-weight: 600;
}
/*--------------------------------------------------
			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: 15px;
	background-image: url("../img/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;
	}
	
	
	
/* ==========================================================================
LOGIN PAGE SIGN IN 
========================================================================== */
.form-signin
{
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading, .form-signin .checkbox
{
    margin-bottom: 10px;
}
.form-signin .checkbox
{
    font-weight: normal;
}
.form-signin .form-control
{
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-signin .form-control:focus
{
    z-index: 2;
}
.form-signin input[type="text"]
{
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.form-signin input[type="password"]
{
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.account-wall
{
    margin-top: 10px;
    padding: 40px 0px 20px 0px;
    background-color: #f7f7f7;
   	border: 1px solid #d6d6d6;
}
.login-title
{
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block;
}
.profile-img
{
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
	border: 1px solid #d3d3d3;
}
.need-help
{
    margin-top: 10px;
}
.new-account
{
    display: block;
    margin-top: 10px;
}	
	
	
	
	
	

/* ==========================================================================
  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;
}
.pre-footer p {
	font-weight: 300 !important;
	letter-spacing: 0px;
	word-spacing: 1px;
	color: #ffffff;
	font-size: 15px;
	line-height: 1.5em;
	text-shadow: 1px 1px 3px #000;
}
.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: #ffffff;
	font-weight: 400;
	text-transform: capitalize;
	text-shadow: 1px 1px 4px #000;
}
.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;
	color: #faf9f8;
}
.pre-footer .bullets li:before {
	font-family: FontAwesome;
	content: '\f054';
	list-style-image: none !important;
	list-style-type: none !important;
	color: #b63d49;
	text-shadow: 1px 1px 3px #000;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: -2px;
	clip: rect(auto, auto, auto, -3px);
}
.pre-footer a {
	background: transparent;
	color: #e0c5a6;
}
.pre-footer a:active, .pre-footer a:hover {
	outline: 0;
	color: #DAD1CD;
}
footer {
	background-color: #ccc;
	background-image:url(../img/subtle-pattern-8.jpg);
	background-position:left;
	background-repeat:repeat;
	color: #000;
	padding-right: 12px;
	padding-bottom: 12px;
}
footer p {
	margin: 0px;
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 0px;
	word-spacing: 1px;
	line-height: 16px;
}
footer a {
	background: transparent;
	color: #b5b5b5;
}
footer a:link {
	color: #0055A4;
	text-decoration: underline;
	font-weight: 600;
}
footer a:active, footer a:hover footer a:visited{
	outline: 0;
	color: #000;
}




/* ==========================================================================
   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;
}
