/* Bespoke Overide Styles */

.text-white {
    color: white;
}
.text-white-smaller {
	color: white;
	font-size: 16px;
}
.hrwhite {
	margin-top: 20px;
	margin-bottom: 1px;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	border-top: 1px solid #FFFFFF;
}
.white-background {
    background-color: white;
}
.footertext {
	font-size: 14px;
}
.navbar-toggle .icon-bar {
    background-color: #428bca;
}
.navbar-collapse {
  max-height: 540px;
}
.bbspacing1 {
	margin-top: 0px;
	margin-bottom: 20px;
}
.bbspacing2 {
  margin-bottom: 24px;
}
.bbspacing3 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.bbspacing4 {
}
.bluebackground {
	background-color: #2C285D;  
}
.captionli p {
	margin-top: 6px;	
}
/* Animated Hover */
.img-responsive .box {
  display: table;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.img-responsive .box img {
  left: 0;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.box .overbox  {
	background-color: #2C285D;
	position: absolute;
	top: 0;
	left: 10%;
	color: #fff;
	z-index: 99;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	opacity: 0;
	width: 80%;
	height: 100%;
	margin-left: 0;
	padding: 8px 8px;
}

.box:hover .overbox { opacity: 0.9; }
.box .overtext {
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  transform: translateY(40px);
  -webkit-transform: translateY(40px);
}

.box .tagline {
	position: relative;
    top: 25%;
    transform: translateY(-25%);
	font-size: 1em;
	text-align: center;
	opacity: 0;
	transition-delay: 0.2s;
	transition-duration: 0.2s;
}

.box:hover .tagline,
.box:focus .tagline {
  opacity: 1;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
}
.icon-background1 {
    color: #ffffff;
}
.icon-color {
    color: #009cd1;
}
.icon-margin-left {
	margin-left: -4px;
}
.icon-margin-right {
	margin-left: 2px;
}
.img-responsive2 {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 65%;
	height: auto;
}
#success_message{ display: none;
}
.containerspace1 {
	margin-top: 24px;
	margin-bottom: 50px;
}
.paraport {
	margin-bottom: 24px;
}

/* Responsive Styles */
@media (max-width: 1100px) {
.box .tagline {
	font-size: 1em;
	text-align: center;
	opacity: 0;
	transition-delay: 0.2s;
	transition-duration: 0.2s;
	position: relative;
    top: 0%;
    transform: translateY(-0%);
	}
}
@media (max-width: 992px) {
.box .tagline {
	font-size: 1.4em;
	text-align: center;
	opacity: 0;
	transition-delay: 0.2s;
	transition-duration: 0.2s;
	position: relative;
    top: 20%;
    transform: translateY(-20%);
	}
	@media (min-width: 760px) {
.box .tagline {
	font-size: 1.4em;
	text-align: center;
	opacity: 0;
	transition-delay: 0.2s;
	transition-duration: 0.2s;
	position: relative;
    top: 20%;
    transform: translateY(-20%);
	}
}
}
