.feature {
	text-align: center;
	padding: 20px inherit;
}

.feature.white {
	color: #ffffff !important;
	border: 1px solid #ffffff;
}

.feature .icon-circle {
	border: 1px solid #0085c2;
	width: 70px;
	padding: 4px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 35px !important;
	display: block;
	height: 70px;
	transition: .5s all ease;
	-webkit-transition: .5s all ease;
}

.feature i {
	background: #0085c2 !important;
	transition: .5s all ease;
	-webkit-transition: .5s all ease;
}

.feature:hover .icon-circle { border-color: #dedede !important; }
.feature:hover i { background: #dedede !important; }

.well {
	background: #fbfbfb;
	border: 1px dashed #c9c9c9;
}

.topbar .loginbar {
	font-size: 17px !important;
}

.navbar-pink {
  background-color: #e4e6e8;
  border-color: #ced2d6;
  margin-top: 25px;
}
.navbar-pink .navbar-brand {
  color: #505153;
}
.navbar-pink .navbar-brand:hover, .navbar-pink .navbar-brand:focus {
  color: #eb8bb6;
}
.navbar-pink .navbar-text {
  color: #505153;
}
.navbar-pink .navbar-nav > li > a {
  color: #505153;
}
.navbar-pink .navbar-nav > li > a:hover, .navbar-pink .navbar-nav > li > a:focus {
	background-color: #ced2d6 !important;
	color: #353638;
}
.navbar-pink .navbar-nav > .active > a, .navbar-pink .navbar-nav > .active > a:hover, .navbar-pink .navbar-nav > .active > a:focus {
  color: #353638;
  background-color: #ced2d6 !important;
}
.navbar-pink .navbar-nav > .open > a, .navbar-pink .navbar-nav > .open > a:hover, .navbar-pink .navbar-nav > .open > a:focus {
  color: #353638;
  background-color: #ced2d6 !important;
}
.navbar-pink .navbar-toggle {
  border-color: #ced2d6 !important;
}
.navbar-pink .navbar-toggle:hover, .navbar-pink .navbar-toggle:focus {
  background-color: #ced2d6 !important;
}
.navbar-pink .navbar-toggle .icon-bar {
  background-color: #ced2d6 !important;
}
.navbar-pink .navbar-collapse,
.navbar-pink .navbar-form {
  border-color: #ced2d6;
}
.navbar-pink .navbar-link {
  color: #505153;
}
.navbar-pink .navbar-link:hover {
  color: #353638;
}

@media (max-width: 767px) {
  .navbar-pink .navbar-nav .open .dropdown-menu > li > a {
    color: #505153;
  }
  .navbar-pink .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-pink .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #353638;
  }
  .navbar-pink .navbar-nav .open .dropdown-menu > .active > a, .navbar-pink .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-pink .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #353638;
    background-color: #ced2d6 !important;
  }
}



.icon-box-3 {
	padding: 30px 0 10px;
}
.icon-box-3 i {
	font-size: 24px;
	color: #3f85c2;
	width: 55px;
	height: 55px;
	border: 1px solid #3f85c2;
	text-align: center;
	line-height: 56px;
}
.icon-box-3 p {
	font-size: 14px;
	margin-bottom: 10px;
}
.icon-box-3 h3 {
	font-weight: bold;
}
.icon-box-3.icon-right {
	text-align: right;
}
.icon-box-3.icon-right i {
	float: right;
	margin: 0 10px 0 30px;
}
.icon-box-3.icon-right .text {
	margin-right: 100px;
}
.icon-box-3.icon-left {
	text-align: left;
}
.icon-box-3.icon-left i {
	float: left;
	margin: 0 30px 0 10px;
}
.icon-box-3.icon-left .text {
	margin-left: 100px;
}
.icon-box-3 * {
	margin-top: 0;
	-webkit-transition: all 0.2s linear;
	   -moz-transition: all 0.2s linear;
	    -ms-transition: all 0.2s linear;
	     -o-transition: all 0.2s linear;
			transition: all 0.2s linear;
}
.icon-box-3:hover i {
	color: #fff;
	background-color: #0083c2;
	border-color: #0083c2;
}
.icon-box-3:hover h3 {
	color: #0083c2;
}

.cbp-l-inline-desc li {
	font-size: 13px !important;
	font-weight: 400;
}





.bar-shop {
	font-size: 13px;
	padding-right: 7px;
}

img.grayscale{
filter: grayscale(100%);
-webkit-filter: grayscale(100%); /* For Webkit browsers */
filter: gray; /* For IE 6 - 9 */
-webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
}

img.grayscale:hover{
filter: grayscale(0%);
-webkit-filter: grayscale(0%);
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
}

.margin-33 {
	margin-top: 53px;
	margin-bottom: 53px;
}

.margin-75 {
	margin-top: 75px;
	margin-bottom: 75px;
}

.margin-111 {
	margin-top: 111px;
	margin-bottom: 111px;
}

.red {
	color: #da262e !important;
}
.blue {
	color: #1c91c9 !important;
}
.white, .white p {
	color: #ffffff !important;
}
.black, .black p {
	color: #000000 !important;
}
.dark {
	color: #1f1f1f !important;
}

.cbp-filter-item:hover, .cbp-filter-item:active {
	color: #1c91c9 !important;
}
.cbp-filter-item-active {
	color: #1c91c9 !important;
}

a.dropdown-toggle:focus {
	color: #1c91c9 !important;
}

img.icon {
	display: block;
	margin-top: -2px;
}

.justified p {
	text-align: justify;
	text-justify: inter-word;
}

.foot {
	position: absolute; bottom: -89px; left: 0;
}

.education-pod {
	position: relative;
	min-height: 450px;
}
img.education {
	position: absolute;
	bottom: -61px; left: 0;
	width: 928px;
	height: 526px;
}
@media (max-width: 1650px) {
	img.education {
		width: 775px;
		height: 439px;
	}
	.education-pod {
		min-height: 400px;
	}
}
@media (max-width: 1390px) {
	img.education {
		bottom: -45px;
		width: 580px;
		height: 329px;
	}
	.education-pod {
		min-height: 360px;
	}
}
@media (max-width: 991px) {
	img.education {
		display: none;
	}
}

.xl-red-block {
	background-color: rgba(217, 36, 46, 0.75);
	margin-bottom: 9px;
	padding: 9px 19px;
	display: inline-block;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 51px; color: #ffffff;
	line-height: 51px;
	font-weight: bold;
	text-transform: uppercase;
}
@media (max-width: 550px) {
	.xl-red-block {
		font-size: 41px; color: #ffffff;
		line-height: 41px;
	}
}

.md-red-block {
	background-color: rgba(217, 36, 46, 0.75);
	margin-bottom: 9px;
	padding: 7px 15px;
	display: inline-block;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 37px; color: #ffffff;
	line-height: 37px;
	font-weight: lighter;
	text-transform: uppercase;
}

.xl-sky-block {
	background-color: rgba(51, 140, 181, 0.75);
	margin-bottom: 9px;
	padding: 9px 19px;
	display: inline-block;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 51px; color: #ffffff;
	line-height: 51px;
	font-weight: bold;
	text-transform: uppercase;
}

.md-sky-block {
	background-color: rgba(51, 140, 181, 0.75);
	margin-bottom: 9px;
	padding: 7px 15px;
	display: inline-block;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 37px; color: #ffffff;
	line-height: 37px;
	font-weight: lighter;
	text-transform: uppercase;
}

.md-dark-block {
	background-color: rgba(0, 0, 0, 0.55);
	margin-bottom: 5px;
	padding: 9px 19px;
	display: inline-block;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 21px; color: #ffffff;
	line-height: 21px;
}
@media (max-width: 550px) {
	.md-dark-block {
		font-size: 17px; color: #ffffff;
		line-height: 17px;
	}
}









.alert-top {
	margin-top: 25px;
	margin-bottom: 25px;
}

.upload-wrap {
    display: none;
}

.feature h4 {
	font-weight: 300;
	margin: 15px inherit;
}

.feature p {
	font-weight: 300;
}

.upload-wrap {
	display: none;
}

.margin-33 {
	margin-top: 53px;
	margin-bottom: 53px;
}

.dark {
	color: #575757 !important;
}

i.icon-header:after {
	left: -100px;
	top: 5px;
	width: 200px;
	height: 1px;
	content: " ";
	bottom: -10px;
	margin-bottom: 10px;
	position: absolute;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(left,  #ffffff 0%, #ffffff 45%, rgba(0,0,0,0) 45%, rgba(0,0,0,0) 45%, rgba(0,0,0,0) 60%, #ffffff 60%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(45%,#ffffff), color-stop(45%,rgba(0,0,0,0)), color-stop(45%,rgba(0,0,0,0)), color-stop(60%,rgba(0,0,0,0)), color-stop(60%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #ffffff 0%,#ffffff 45%,rgba(0,0,0,0) 45%,rgba(0,0,0,0) 45%,rgba(0,0,0,0) 60%,#ffffff 60%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #ffffff 0%,#ffffff 45%,rgba(0,0,0,0) 45%,rgba(0,0,0,0) 45%,rgba(0,0,0,0) 60%,#ffffff 60%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #ffffff 0%,#ffffff 45%,rgba(0,0,0,0) 45%,rgba(0,0,0,0) 45%,rgba(0,0,0,0) 60%,#ffffff 60%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to right,  #ffffff 0%,#ffffff 45%,rgba(0,0,0,0) 45%,rgba(0,0,0,0) 45%,rgba(0,0,0,0) 60%,#ffffff 60%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

i.icon-header-dark:after {
	background: #555; /* Old browsers */
	background: -moz-linear-gradient(left,  #555 0%, #555 45%, rgba(0,0,0,0) 45%, rgba(0,0,0,0) 45%, rgba(0,0,0,0) 60%, #555 60%, #555 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#555), color-stop(45%,#555), color-stop(45%,rgba(0,0,0,0)), color-stop(45%,rgba(0,0,0,0)), color-stop(60%,rgba(0,0,0,0)), color-stop(60%,#555), color-stop(100%,#555)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #555 0%,#555 45%,rgba(0,0,0,0) 45%,rgba(0,0,0,0) 45%,rgba(0,0,0,0) 60%,#555 60%,#555 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #555 0%,#555 45%,rgba(0,0,0,0) 45%,rgba(0,0,0,0) 45%,rgba(0,0,0,0) 60%,#555 60%,#555 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #555 0%,#555 45%,rgba(0,0,0,0) 45%,rgba(0,0,0,0) 45%,rgba(0,0,0,0) 60%,#555 60%,#555 100%); /* IE10+ */
	background: linear-gradient(to right,  #555 0%,#555 45%,rgba(0,0,0,0) 45%,rgba(0,0,0,0) 45%,rgba(0,0,0,0) 60%,#555 60%,#555 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555', endColorstr='#555',GradientType=1 ); /* IE6-9 */
}

.space-lg-hor {
	padding-top: 15px;
}

.grey-section {
	background: #eaeaea;
}

@media (min-width: 992px) {
	.header .navbar-nav > li > a:hover, .header .navbar-nav > .active > a {
	  bottom: -2px;
	  position: relative;
	  border-bottom: solid 2px #0083c2;
	}
	.header .navbar-nav > li > a:hover, .header .navbar-nav > .active > a {
	  bottom: -2px;
	  position: relative;
	  border-bottom: solid 2px #0083c2;
	}
	.header .navbar-nav > li:hover > a {
  		color: #0083c2;
	}
}

.header .navbar-nav > .active > a, .header .navbar-nav > .active > a:hover, .header .navbar-nav > a:hover {
  color: #0083c2;
}

a { color: #0083c2; }
a:hover { color: #0083c2; }
a.red { color: #d9232e; }
a.red:hover { color: #d9232e; }


.btn-u.btn-brd.btn-white {
	color: #fff;
	border-color: #fff;
	font-weight: 300;
	margin-top: 5px;
}

.btn-u.btn-brd.btn-white:hover {
	color: #eee;
	border-color: #eee;
}

.headline h2, .headline h3, .headline h4 { border-bottom: 2px solid #da262e; }

.btn-u, .btn-u:hover {
	background: #0085c2;
}
.header .nav > li > .search:hover {
  	color: #0083c2;
  	background: #f7f7f7;
  	border-bottom-color: #0083c2;
}

.control i:hover { cursor: pointer; background: rgba(255,255,255,.05) }

.service-block-v1 i { background: #d9232e; }
