@import url("font-awesome.min.css");

@import url(//fonts.googleapis.com/css?family=Pacifico);

@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700);
*,
a:active {
	background: none;
	/* [disabled]border-width: 3px; */
}
a:focus {
	ouline: thin;
	outline-color: deepskyblue;
	outline-style: solid;
	outline-offset: 0px;
}
a.skip-main {
    left:-999px;
    position:absolute;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index:-999;
}
a.skip-main:focus, a.skip-main:active {
    color: #fff;
    background-color:#004984;
    left: auto;
    top: auto;
    width: 20%;
    height: auto;
    overflow:auto;
    margin: 10px 35%;
    padding:5px;
    border-radius: 0px;
    border:2px solid deepskyblue;
    text-align:center;
    font-size:1.2em;
    z-index:999;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background: #ffffff;
}
.main {

	background: #ffffff;
}
.main ul {
  list-style-type: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #0F538A;
	font-weight: 600;
}
h1 span {
  display: inline-block;
  position: relative;
  padding-bottom: 12px;
  
}
h1 span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 25%;
  right: 25%;
  height: 3px;
  background: #e3173e;
}
h2 {
  font-size: 38px;
  margin: 40px 0 14px 0;
  letter-spacing: -1px;
}
h2 span {
  display: inline-block;
  position: relative;
  padding-bottom: 12px;
  
}
h2 span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 25%;
  right: 25%;
  height: 3px;
  background: #e3173e;
}
h3 a{
	font-size: 32px;
	letter-spacing: -1px;
	margin-top: 20px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 10px;
	font-weight:600;
	color:#004984;
}
h3 a:hover{
	font-size: 32px;
	letter-spacing: -1px;
	margin-top: 20px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 10px;
	font-weight:600;
	color:#ff1515;
}
h3 {
	font-size: 32px;
	letter-spacing: -1px;
	margin-top: 20px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 10px;
	font-weight:600;
}
h3 span {
  display: inline-block;
  position: relative;
  padding-bottom: 12px;
  
}
h3 span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 25%;
  right: 25%;
  height: 3px;
  background: #e3173e;
}
h4 {
  font-size: 21px;
  line-height: 20px;
  letter-spacing: -1px;
  font-weight:600;
}
h4 a {
	color: #004984;
}
h4 a:hover {
	color: #FF1515;
	text-decoration: none;
}

.h4red {
  font-size: 24px;
  line-height: 20px;
  letter-spacing: -1px;
  color:#e3173e;	
}

h5 {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -1px;
}

p {
	margin-top: 10px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 10px;
	font-size:14px;
	color:#353535;
	line-height:1.5;
}

b {
	margin-top: 10px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 10px;
	font-size:14px;
	color:#454545;
	line-height:1.5;
	font-weight: 600;
}
.pboldb {
	margin-top: 0px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0px;
	font-size:14px;
	font-weight:bold;
	color:#004984;
}
.pboldr {
	margin-top: 0px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0px;
	font-size:16px;
	font-weight:bold;
	color:#e3173e;
}

.rate {
margin-top: 0px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0px;
	font-size:50px;
	font-weight:bold;
	color:#004984;
	line-height:0.7;	
}
.apr {
	font-size:16px;
	font-weight:bold;
	color:#004984;
	margin-left:-21px;
}

.lead {
  font-size: 16px;
  line-height: 22px;
  font-weight:;
}
.text-info {
  font-size: 12px;
  line-height: 15px;
  color: #555555;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
}
.text-info a {
  color: #e3173e;
}
.text-info a:hover {
  text-decoration: none;
  color: #ff1515;
}
.text-info2 {
	font-size: 14px;
	line-height: 21px;
	color: #004984;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
}
p.text-info2 {
  margin-bottom: 6px;
}
.text-info2 a {
	color: #004984;
}
.text-info2 a:hover {
  text-decoration: none;
  color:#ff1515;
}
.text-info3 {
  font-size: 14px;
  line-height: 21px;
  color: #e3173e;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
}
.text-info3 a {
  color: #e3173e;
}
.text-info3 a:hover {
  text-decoration: none;
  color: #ff1515;
}
.btn {
	background: #e3173e;
	font-size: 13px;
	line-height: 1em;
	color: #fff;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
	padding-top: 10px;
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom: 10px;
	border-radius: 4px;
	margin-top: 3px;
	border: none;
	text-transform: uppercase;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn:hover,
.btn:active {
	color: #ffffff;
	background: #ff1515;
}
a.btn:focus {
  background: #ff1515;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

/*BTN bar*/
.btn-info {
	background: #E9E9E9;
	font-size: 13px;
	line-height: 1em;
	color: #004984;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
	padding-top: 10px;
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom: 10px;
	border-radius: 4px;
	margin-top: 3px;
	border: none;
	text-transform: uppercase;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-info:hover,
.btn-info:active {
	color: #ffffff;
	background: #e3173e;
}
a.btn-info:focus {
  background: #e3173e;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
/*BTN bar END*/

/*BTN Yellow in MENU*/
.btn1 {
	background: #ffcc33;
	font-size: 13px;
	line-height: 1em;
	color: #004984;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
	padding-top: 10px;
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom: 10px;
	border-radius: 4px;
	margin-top: 3px;
	border: none;
	text-transform: uppercase;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn1:hover,
.btn1:active {
	color: #fff;
	background: #ff1515;
}
a.btn1:focus {
  background: #ff1515;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
/*BTN Yellow in MENU END*/

.btn-lg {
	font-size: 28px;
	line-height: 1em;
	padding-top: 16px;
	padding-right: 22px;
	padding-left: 22px;
	padding-bottom: 18px;
	margin-top: 21px;
	text-transform: none;
}


.btn-default-loans {
	color:#004984;
	background-color: #ffcc33;
}

.btn-default-loans:active,.btn-default-loans.active,.open .dropdown-toggle.btn-default-loans,
.btn-default-loans:hover,.btn-default-loans:focus {
	color: #FFFFFF;
	background-color:#ff1515;
}

.btn-default-assistance {
	color:#004984;
	background-color: #fff;
	border: 2px solid #ffcc33;
	border-radius: 4px;
}

.btn-default-assistance:active,.btn-default-assistance.active,.open .dropdown-toggle.btn-default-assistance,
.btn-default-assistance:hover,.btn-default-assistance:focus {
	color: #004984;
	background-color:#ffcc33;
}

.btn-default-assistance2 {
	color:#fff;
	background-color: #004984;
}

.btn-default-assistance2:active,.btn-default-assistance2.active,.open .dropdown-toggle.btn-default-assistance2,
.btn-default-assistance2:hover,.btn-default-assistance2:focus {
	color: #004984;
	background-color:#ffcc33;
}

.btn-default-assistance3 {
	background-color: #004984;
}

.btn-default-assistance3:active,.btn-default-assistance3.active,.open .dropdown-toggle.btn-default-assistance3,
.btn-default-assistance3:hover,.btn-default-assistance3:focus {
	color: #004984;
	background-color:#004984;
}

.link {
	font-size: 14px;
	/*line-height: 1em;*/
	color: #e3173e;
	font-weight: 700;
	font-family: 'Arial', sans-serif;
	/*margin-top: 1px;*/
	text-transform: uppercase;
	display: inline-block;
	padding-right: 0px;
	position: relative;
}
.link:hover {
  color: #ff1515;
  text-decoration: none;
}
.link:before {
  position: absolute;
  top: 0px;
  right: 0;
  font-weight: 700;
  margin: 0;
  /*font-family: 'FontAwesome';
  content: "\f178";*/
}
.link-2 {
  color: #E3173E;
  padding-top:60;
}
.link-2.text {
	color: #E3173E;
	font-weight: 600;
	padding-top:60;
}
.link-2.text:hover {
	color: #ff1515;
	font-weight: 600;
	padding-top: 60;
	font-size: 14px;
}
.link-3 {
  color: #ffffff;
}
.link-3.text {
	color: #ffffff;
	font-weight: 600;
}
.link-3.text:hover {
	color: #ff1515;
	font-weight: 600;
	font-size: 13px;
}

.center {
  text-align: center;
}
.indent-1 {
	margin-top: 30px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 45px;
}
.indent-2 {
	margin-top: 20px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0px;
}
/**/
.list {
  list-style: none;
  padding: 0;
}

.list li {
  margin: 8px 0 0 0;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  font-family: 'Arial', sans-serif;
  display: block;
  /*background: url( ) 0 4px no-repeat;*/
  padding-left: 0px;
  color:#353535;
}
.list li:first-child {
  margin-top: 0;
}
.list li a {
	color: #111111;
	text-decoration: none;
}
.list li a:hover {
	color: #ff1515;
	text-decoration: none;
}
.list2 {
	list-style: none;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
	color:#454545;
}
.list2 li {
	margin: 3px 0 0 0;
	font-size: 14px;
	line-height: 25px;
	display: block;
	font-weight: 600;
}
.list2 li:first-child {
	margin-top: 0;
}
.list2 li a {
	color: #004984;
	text-decoration: none;
}
.list2 li a:hover {
	color: #ff1515;
	text-decoration: none;
}

.list3 {
	display: block;
	float: left;
	margin: 0;
	list-style: none;
	padding: 0;
	font-size: 14px;
	font-weight: 600;
	color:#454545;
	line-height:normal;
}
.list3 li {
	margin: 10px 0 0 0;
	font-size: 14px;
	display: block;
	font-weight: 600;
	letter-spacing:0.1px;
	
}
.list3 li:first-child {
  margin-top: 0;
  
}
.list3 li a {
	color: #fff;
	text-decoration: none;
}
.list3 li a:hover {
	color: #ffcc33;
	text-decoration: none;
}

ul.list4 {
	display: block;
	float: left;
	margin: 17px;
	list-style: none;
	padding: 0;
	font-size: 14px;
	font-weight: 600;
	color:#454545;
	line-height:normal;
}

ul.list4:before {
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e080";
    font-family: 'Glyphicons Halflings';
    font-size: 12px;
    float: left;
    margin-top: ;
    margin-left: -17px;
    color: #e3173e;
}

ul.list4 li {
	margin: 10px 0 0 0;
	font-size: 14px;
	display: block;
	font-weight: 600;
	letter-spacing:0.1px;
	
}
ul.list4 li:first-child {
  margin-top: 0;
  
}
ul.list4 li a {
	color: #004984;
	text-decoration: none;
}
ul.list4 li a:hover {
	color: #ff1515;
	text-decoration: none;
}


.list5 {
	display: block;
	float: right;
	margin: 0;
	list-style: none;
	padding: 0;
	font-size: 14px;
	font-weight: 600;
	color:#454545;
	line-height:normal;
}
.list5 li {
	margin: 10px 0 0 0;
	font-size: 14px;
	display: block;
	font-weight: 600;
	letter-spacing:0.1px;
	
}
.list5 li:first-child {
  margin-top: 0;
  
}
.list5 li a {
	color: #fff;
	text-decoration: none;
}
.list5 li a:hover {
	color: #ffcc33;
	text-decoration: none;
}


/*----------- Back to top --------------*/
#toTop {
  display: none;
  width: 52px;
  height: 52px;
  overflow: hidden;
  background: url(../img/totop.png) 0 0 no-repeat;
  position: fixed;
  margin-right: -730px !important;
  right: 50%;
  bottom: 38px;
  z-index: 999;
}
#toTop:hover {
  background-position: 0 bottom;
}
#toTop:active,
#toTop:focus {
  outline: none;
}
/*------ template stylization ------*/
/*------ header ------- */
.header-block {
	border-bottom: 0px solid #f1f1f1;
}
header h1 {
	display: inline-block;
	float: left;
	margin-top: 6px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	padding: 0;
	font-size: 0px;
	line-height: 0;
	position: relative;
	z-index: 9;
	font-weight: normal;
	font-family: 'Pacifico', cursive;
}
header h1 a.navbar-brand {
	font-size: 50px;
	line-height: 1em;
	color: #ffffff;
	padding: 0;
}
/* navs */
.select-menu {
  width: 100%;
  font-size: 13px;
  line-height: 17px;
  padding: 6px 15px 7px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 32px;
  position: relative;
  margin: 0;
  background: #ededed;
  border: #a6a6a6 1px solid;
  border-radius: 5px;
  display: none !important;
  cursor: pointer;
  margin-top: 10px;
}
.tm-navbar {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	position: relative;
	z-index: 5;
	float: right;
}
.tm-navbar > li {
	padding: 0;
	margin-left: 25px;
	position: relative;
}
.tm-navbar > li:first-child {
	margin-left: 0;
	margin-bottom: 3px;
}
.tm-navbar > li.sub-menu > a:before {
  content: " ";
  position: absolute;
  background: url(../img/menu-marker.gif) 0 0 no-repeat;
  width: 5px;
  height: 6px;
  left: 50%;
  bottom: 3px;
  margin-left: -2px;
}
.tm-navbar > li > a {
	color: #ffffff;
	font-size: 16px;
	line-height: 20px;
	padding: 0 0 13px 0;
	border-bottom: 3px solid transparent;
}
.tm-navbar > li.sfHover > a,
.tm-navbar > li.sfHover > a:hover,
.tm-navbar > li > a:hover,
.tm-navbar > li.active > a,
.tm-navbar > li.active > a:hover {
	border-bottom: 3px solid #e3173e;
	background: none;
}
.tm-navbar ul {
  position: absolute;
  list-style: none;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 28px 10px 28px 10px;
  margin: 0;
  width: 155px;
  text-align: center;
  left: -10px;
  top: 45px;
  background: #4d4d4d;
  border-radius: 4px;
}
.tm-navbar ul li {
  font-size: 16px;
  line-height: 22px;
  display: block;
}
.tm-navbar ul li a {
  color: #ffffff;
  display: block;
  padding: 4px 10px 5px 20px;
  border-radius: 4px;
  text-align: left;
}
.tm-navbar ul li a:hover {
  color: #ffffff;
  background: #646464;
  text-decoration: none;
}
/*--- header end ------*/
/* slider */
.cameraCont,
.cameraContents,
.camera_fakehover {
  position: static !important;
}
.slider-bg {
	background: url(../img/BlueBannerBG_2100.png) center 0 no-repeat;
	margin-top: 0px;
}

.slider-bg2 {
	background: url(../img/American-FlagBLUE.png) center 0 no-repeat;
	margin-top: 0px;
}

.page-bg{
	background: url(../img/slide11.jpg) center 0 no-repeat;
	margin-top: 0px;
}
.page1-bg{
	background: url(../img/slide13.jpg) center 0 no-repeat;
	margin-top: 0px;
}
.page2-bg{
	background: url(../img/142532472.jpg) center 0 no-repeat;
	margin-top: 0px;
}

.slider {
  border-radius: 0px;
  position: relative;
  z-index: 1;
}
.slider .camera_wrap {
  margin-bottom: 0 !important;
  border-radius: 0px;
  z-index: 1;
  float: none;
  position: relative;
  min-height: 480px;
}
.slider .camera_wrap img {
  border-radius: 0px;
}
.camera_wrap .camera_pag {
  display: none;
}
.camera_prev,
.camera_next {
  width: 30px;
  height: 31px;
  position: absolute;
  bottom: 16px;
  z-index: 999;
  cursor: pointer;
  text-align: center;
  z-index: 999 !important;
}
.camera_prev {
  right: 41px;
}
.camera_next {
  right: 8px;
}
.camera_prev {
  background: url(../img/prev.png) 0 0 no-repeat;
}
.camera_next {
  background: url(../img/next.png) 0 0 no-repeat;
}
.camera_prev:hover,
.camera_next:hover {
  background-position: 0 bottom;
}

/* slider prev next2*/
.camera_prev2,
.camera_next2 {
  width: 30px;
  height: 31px;
  position: absolute;
  bottom: 16px;
  z-index: 999;
  cursor: pointer;
  text-align: center;
  z-index: 999 !important;
}
.camera_prev2 {
  right: 41px;
}
.camera_next2 {
  right: 8px;
}
.camera_prev2 {
  background: url(../img/prev.png) 0 0 no-repeat;
}
.camera_next2 {
  background: url(../img/next.png) 0 0 no-repeat;
}
.camera_prev2:hover,
.camera_next2:hover {
  background-position: 0 bottom;
}
/*slider prev next2 END*/


.camera_caption {
  position: absolute;
  left: 0;
  top: 100px;
  font-size: 16px;
  line-height: 22px;
}
.camera_caption strong {
	display: block;
	font-weight: 500;
	color: #004984;
	font-size: 55px;
	line-height: 70px;
	font-family: 'Roboto', sans-serif;
	letter-spacing: -1px;
}
.camera_caption span {
	display: block;
	margin-top: 27px;
	font-size: 20px;
	color: #000000;
}
/*------ content ------- */
#content {
	border-bottom: 1px solid #FFFFFF;
}
.block-1 {
  text-align: center;
  margin-top: 23px;
  border-top: #f1f1f1 1px solid;
}
.block-2 {
  padding-bottom: 20px;
}
.block-2 > div {
	text-align: center;
	margin-top: 20px;
}
.block-2 > div i {
	color: #E3173E;
	font-size: 30px;
	line-height: 1em;
}
.block-2 > div h4 {
	margin-top: 10px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 20px;
}
.bg-grey {
	background: #f0f8ff;
}
.tab-img {
  background: url(../img/tab-img.jpg) right bottom no-repeat;
  padding-bottom: 0px !important;
}
.tabs-pad {
  font-size: 0;
  line-height: 0;
}
.nav-tabs {
  margin-top: 0px;
  margin-bottom: 0;
  padding:0;
  border: none;
  overflow: hidden;
  display: block;
  padding-right: 20px;
}
.nav-tabs li {
  display: block;
  border: none;
  line-height: 0;
  font-size: 0;
  margin: 3px;
  float: none;
  width: 100%;
  position: relative;
}
.nav-tabs li:hover {
  background: teransparent;
}
.nav-tabs li a {
	background: #fff;
	font-size: 16px;
	border: none !important;
	border-top: transparent 1px solid !important;
	padding: 10px 30px 10px 0px;
	text-align: left;
	margin: 0;
	border-radius: 4px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #004984;
	white-space: nowrap;
	display: block;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
}
.nav-tabs li a:hover {
  border: none;
}
.nav-tabs > li > a:hover,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.nav-tabs > li > a:focus {
	background: #ffcc33;
	color: #004984;
	border: none !important;
	border-top: transparent 1px solid !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0;
	padding-top: 10px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 10px;
}
.nav-tabs > li:hover:after,
.nav-tabs > li.active:after,
.nav-tabs > li.active:hover:after,
.nav-tabs > li.active:focus:after,
.nav-tabs > li:focus {
  content: "";
  position: absolute;
  right: -20px;
  top: 0px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0px;
  border-color: transparent transparent transparent #e3173e;
}
.tab-content {
  margin: 0;
  text-align: left;
  padding-top: 0 !important;
  margin-top: -6px !important;
}
.tab-pane > div {
  overflow: hidden;
  margin-top: 0px !important;
  padding-top: 0 !important;
}
.tab-content h4 {
  margin: 0 0 28px 0;
}
.tab-content ul {
  margin-top: 28px;
}
/*list-testimonials*/
ul.list-testimonials {
  padding: 0;
}
ul.list-testimonials li {
  display: block;
  overflow: hidden;
  margin-top: 30px;
}
ul.list-testimonials li:first-child {
  margin: 0;
}
.list-testimonials > div {
  overflow: hidden;
  margin-top: 34px;
}
.list-testimonials blockquote {
  background: #fff;
  padding: 34px 20px 34px 38px;
  border-radius: 4px;
  border: #f1f1f1 1px solid;
  margin: 0 0 11px 0;
  display: block;
  font-size: 14px;
  line-height: 26px;
  color: #4d4d4d;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  position: relative;
}
.list-testimonials blockquote:before {
  display: none;
}
.list-testimonials blockquote:after {
  content: " ";
  width: 18px;
  height: 10px;
  /*background: url(../img/corner.png) 0px 0px no-repeat;*/
  position: absolute;
  bottom: -10px;
  left: 37px;
  display: block;
}
.list-testimonials blockquote i {
  display: inline-block;
  float: left;
  background: #eb5f53;
  color: #fff;
  border-radius: 4px;
  font-size: 20px;
  line-height: 36px;
  width: 36px;
  text-align: center;
  margin: 8px 12px 0 0;
}
.list-testimonials span.blockquote-name {
  float: left;
  display: inline-block;
  margin: 7px 0 0 70px;
}
/*list-advantages*/
.list-advantages {
  padding: 0;
  list-style-type: none;
}
.list-advantages li {
  margin-top: 27px;
  overflow: hidden;
}
.list-advantages li:first-child {
  margin-top: 0px;
}
.list-advantages li > div {
  overflow: hidden;
}
.badge {
	background: #e3173e;
	border-radius: 4px;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	font-weight: 500;
	color: #ffffff;
	height: 28px;
	line-height: 28px;
	width: 28px;
	padding: 0;
	position: relative;
	text-align: center;
	margin: 0 21px 0 0;
	text-shadow: none;
	float: left;
	font-family: 'Roboto', sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.border-1 {
  border-bottom: #f1f1f1 1px solid;
  padding-bottom: 40px;
}
/* thumbnails */
.thumbnails {
  margin-top: -45px;
}
.thumbnails .thumbnail {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  margin-top: 45px;
  background: none;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.thumbnails .thumbnail img {
  margin: 10px 0 10px 0;
  width: 100%;
  border-radius: 4px;
}
.list-solutions {
  padding: 0;
}
.list-solutions li {
  overflow: hidden;
  margin-top: 38px;
}
.list-solutions li:first-child {
  margin-top: 0;
}
.list-solutions li img {
  border-radius: 4px;
  float: left;
  margin-right: 30px;
}
.block-5 {
  overflow: hidden;
}
.block-5 img {
  margin: 0 0 25px 0;
  width: 100%;
}
/*list-blog*/
.list-blog {
  padding: 0px;
}
.list-blog li {
  display: block;
  margin-top: 42px;
}
.list-blog li:first-child {
  margin-top: 0px;
}
.list-blog li .date {
  padding-bottom: 32px;
  overflow: hidden;
}
.list-blog li .clearfix {
  padding-top: 0px;
}
.list-blog li img {
  float: left;
  margin-right: 30px;
  border-radius: 4px;
}
.list-blog h4 {
  margin: 0 0 0 0;
}
.list-blog .pull-left {
  margin-right: 20px;
}
/*--- content end ------*/
.map {
  margin: 48px 0 0px 0;
  overflow: hidden;
  line-height: 0;
  font-size: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.map iframe {
  width: 100%;
  height: 382px;
  border: none;
  border-radius: 4px;
}
.address {
  display: block;
  margin: 0;
}
.address span {
  width: 115px;
  display: inline-block;
}
/***** contact form *****/
.contact-form {
  position: relative;
  vertical-align: top;
  z-index: 1;
  margin: 0;
}
.contact-form .txt-form {
  display: none;
}
.contact-form .coll-1,
.contact-form .coll-2,
.contact-form .coll-3 {
  float: left;
  width: 192px;
}
.contact-form .coll-1,
.contact-form .coll-2 {
  margin-right: 20px;
}
.contact-form fieldset {
  border: none;
  padding: 0;
  width: 100%;
  position: relative;
  z-index: 10;
}
.contact-form label {
  display: block;
  min-height: 61px;
  position: relative;
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
}
.contact-form .message {
  display: block;
  width: 100%;
}
.contact-form input,
.contact-form textarea {
  font-family: Arial, Helvetica, sans-serif;
  padding: 10px 10px 11px 10px;
  margin: 0;
  font-size: 13px;
  line-height: 18px;
  color: #afafaf;
  background: #fff;
  outline: none;
  width: 100%;
  border: 1px solid #f1f1f1;
  -webkit-box-shadow: none;
  box-shadow: none;
  float: left;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: normal;
}
.contact-form input {
  height: 41px;
}
.contact-form input:focus,
.contact-form textarea:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #f1f1f1 !important;
  color: #afafaf !important;
}
.contact-form .area .error {
  float: none;
}
.contact-form textarea {
  width: 100%;
  height: 200px;
  resize: none;
  overflow: auto;
}
.contact-form .success {
  border: 1px solid #f1f1f1;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 13px;
  line-height: 17px;
  background: #fff;
  padding: 14px 0px;
  text-transform: none;
  text-align: center;
  z-index: 20;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}
.contact-form .error,
.contact-form .empty {
  color: #f00;
  font-size: 10px;
  line-height: 1.2em;
  display: none;
  overflow: hidden;
  padding: 0px 4px 0px 0;
  text-transform: none;
  position: absolute;
  font-weight: normal;
  bottom: 3px;
  right: 0;
}
.contact-form .message .error,
.contact-form .message .empty {
  bottom: -15px;
}
.contact-form .buttons-wrapper {
  position: relative;
  padding-top: 30px;
}
.contact-form .buttons-wrapper a {
  cursor: pointer;
  margin-top: 0;
}
.contact-form .buttons-wrapper a:hover {
  text-decoration: none;
}
.clear {
  clear: both;
}
/*------ aside ------- */
aside {
	border-top: #fff 1px solid;
	background: #ffffff;
	padding-bottom: 0px;
}
.aside-border {
  border-bottom: #e8e8e8 1px solid;
}
.aside-border2 {
  border-top: #fff 1px solid;
}
.list-logos {
	padding-top: 21px;
	padding-bottom: 0px;
}
.list-logos > div {
  text-align: center;
}
.list-logos a {
  display: inline-block;
}
.list-logos img {
	width: 72px;
}
.block-3 {
	margin-top: 0px;
	margin-bottom: 10px;
}
.block-3 .text-info2 {
  display: block;
  margin: 52px 0 15px 0;
  position: relative;
}
.block-3 .text-info2:after {
  content: "";
  position: absolute;
  top: -22px;
  left: 0;
  height: 2px;
  width: 82px;
  background: #eb5f53;
}
/*subscribe-block*/
#form1 {
  margin: 0;
  display: block;
  position: relative;
  background: #ffffff;
}
#form1 input {
  border: none;
  border-radius: 0px;
  background: transparent;
  color: #b7b7b7;
  font-size: 13px;
  line-height: 16px;
  padding: 8px 10px 9px 10px;
  margin: 0;
  width: 100%;
  outline: none;
  display: block;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 33px;
  float: left;
}
#form1 label {
  display: inline-block;
  float: left;
  min-height: 33px;
  position: relative;
  margin: 0;
  width: 50%;
}
#form1 .error,
#form1 .empty {
  color: #d51403;
  font-size: 11px;
  line-height: 18px;
  font-weight: normal;
  display: block;
  overflow: hidden;
  height: 0;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: -17px;
}
#form1 a.btn {
  margin-top: 0px !important;
  float: right;
}
#form1 .success {
  display: none;
  border: 1px solid #e8e8e8;
  border-radius: 0;
  padding: 10px 0 10px 10px;
  background: #f7f7f7;
  text-align: center;
  color: #333;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0px;
}
#form1 label.invalid .error {
  height: 19px;
}
.block-4 p.text-info2 {
	margin-top: 0px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 10px;
}
/*--- aside end ------*/
/*------ footer ------- */
footer {
  padding: 15px 0 12px 0;
  font-size: 13px;
  line-height: 22px;
  color: #fff;
}

footer span {
	padding-top: 14px;
	display: block;
}
footer span a {
  color: #fff;
}
footer span a:hover {
  text-decoration: underline;
  color: #fff;
}
footer span strong {
  font-weight: normal;
  color: #838383;
}
.social-icons {
	padding: 0;
	display: inline-block;
	overflow: hidden;
	float: right;
	float-offset: left;
}
.social-icons li {
  display: inline-block;
  float: left;
  margin-left: 3px;
  line-height: 0;
  font-size: 0px;
  width: 33px;
  text-align: center;
}
.social-icons li:first-child {
  border: none;
  margin-left: 0;
}
.social-icons li a {
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 33px;
	font-family: Arial, Helvetica, sans-serif;
	background: #ffffff;
	border-radius: 4px;
	color: #004984;
}
.social-icons li a:hover {
	color: #004984;
	background: #ffcc33;
	text-decoration: none;
}
.social-icons li a:before {
  text-align: center;
  right: 0;
  font-weight: normal;
  margin: 0;
  font-family: 'FontAwesome';
}
/*--- footer end ------*/
.fright {
  float: right !important;
}
.fleft {
  float: left !important;
}
/*404 page*/
.block-404 .col-lg-7 {
  padding-top: 88px;
}
.block-404 .col-lg-7 img {
  width: 100%;
}
.block-404 .col-lg-4 {
  padding-top: 85px;
}
.block-404 h3 {
  margin: 0 0 27px 0;
}
.form-404 {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
  margin: 25px 0 0 0 ;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form-404 input {
  font-family: Arial, Helvetica, sans-serif;
  padding: 10px 10px 11px 10px;
  margin: 0;
  font-size: 13px;
  line-height: 18px;
  color: #afafaf;
  background: #fff;
  outline: none;
  width: 100%;
  border: 1px solid #f1f1f1;
  -webkit-box-shadow: none;
  box-shadow: none;
  float: left;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: normal;
  height: 41px;
}
.form-404 input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: #f1f1f1 1px solid;
}
.form-404 a {
  margin: 30px 0 0 0;
}
/*----- media queries ------*/
@media (min-width: 1220px) {
  .container {
	padding-top: 0px;
	padding-right: 0;
	padding-left: 0px;
	padding-bottom: 0;
	align-items: right;
  }
  .OBSignIncontainer {
	padding-top: 0px;
	padding-right: 0;
	padding-left: 0px;
	padding-bottom: 0;
  }
  .camera_caption strong {
	font-size: 55px;
  }
  .contact-form label {
    display: inline-block;
  }
  .contact-form .coll-1,
  .contact-form .coll-2,
  .contact-form .coll-3 {
    width: 243px;
  }
}
@media (max-width: 991px) {
  .tab-img {
    background: none;
  }
  .contact-form .coll-1,
  .contact-form .coll-2,
  .contact-form .coll-3 {
    width: 100%;
    float: none;
  }
  .contact-form textarea {
    height: 100px;
  }
}
@media (min-width : 770px ) and ( max-width : 991px ){
  .OBSignIncontainer {
	padding-top: 47px;
	padding-right: 0;
	padding-left: 10px;
	padding-bottom: 0;
  }  .slider .camera_wrap {
    min-height: 350px;
  }
  .camera_caption {
    top: 50px;
  }
  .camera_caption strong {
    font-size: 40px;
    line-height: 1em;
  }
  .contact-form input,
  .contact-form textarea {
    width: 100%;
  }
  /**/
  .address span {
    width: auto;
    display: inline;
  }
}
@media (max-width : 769px ){
  header h1 {
    float: none;
  }
  .select-menu {
    display: block !important;
  }
  .tm-navbar {
    display: none !important;
  }
  .camera_caption {
    top: 30px;
    width: 60%;
  }
  .slider .camera_wrap {
    min-height: 300px;
  }
  .camera_caption strong {
    font-size: 30px;
    line-height: 1em;
  }
  .camera_caption .btn {
    margin-top: 24px;
    padding: 10px 15px 10px 15px;
  }
  .tab-content {
	margin-top: 15px !important;
  }
  .fright {
    float: none !important;
  }
  .fleft {
    float: none !important;
  }
}
@media ( min-width : 626px ) and (max-width : 769px ){
  .nav-tabs {
    margin: -5px 0 0 -5px;
  }
  .nav-tabs li {
    display: inline-block;
    width: auto;
    margin: 5px 0 0 5px;
  }
  .nav-tabs > li:hover:after,
  .nav-tabs > li.active:after,
  .nav-tabs > li.active:hover:after,
  .nav-tabs > li.active:focus:after,
  .nav-tabs > li:focus {
    display: none;
  }
  .nav-tabs li a {
	border-radius: 4px;
	padding: 10px 10px 10px 10px;
	border: #eaeaea 1px solid !important;
	background-color: #FFFFFF;
	;
  }
  .nav-tabs > li > a:hover,
  .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:hover,
  .nav-tabs > li.active > a:focus,
  .nav-tabs > li > a:focus {
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
	border: transparent 1px solid !important;
  }
  .block-5 img {
    margin: 0 30px 0px 0;
    float: left;
    width: auto;
  }
}
@media (min-width: 482px) and (max-width: 625px) {
  .nav-tabs {
    margin: -5px 0 0 -5px;
  }
  .nav-tabs li {
    display: inline-block;
    width: auto;
    margin: 5px 0 0 5px;
  }
  .nav-tabs > li:hover:after,
  .nav-tabs > li.active:after,
  .nav-tabs > li.active:hover:after,
  .nav-tabs > li.active:focus:after,
  .nav-tabs > li:focus {
    display: none;
  }
  .nav-tabs li a {
    border-radius: 4px;
    padding: 10px 10px 10px 10px;
    border: #eaeaea 1px solid !important;
  }
  .nav-tabs > li > a:hover,
  .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:hover,
  .nav-tabs > li.active > a:focus,
  .nav-tabs > li > a:focus {
    padding: 10px 10px 10px 10px;
    border: transparent 1px solid !important;
  }
}
@media (max-width: 481px) {
  .slider .camera_wrap {
    min-height: 200px;
  }
  .camera_caption {
    top: 20px;
  }
  .camera_caption strong {
    font-size: 24px;
    line-height: 1em;
  }
  .camera_caption span {
    display: none;
  }
  .camera_caption .btn {
    padding: 7px 10px 7px 10px;
  }
  .social-icons {
    float: none;
    display: block;
  }
  .block-4 .row > div {
    float: none;
    width: 100%;
  }
  .thumbnails > .col-xs-4 {
    width: 50.0%;
  }
  .list-blog li img {
    float: none;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .list-blog .pull-left {
    float: none !important;
    display: block;
  }
  .list-blog .pull-right {
    float: none !important;
  }
  .map iframe {
    height: 250px;
  }
}
@media (max-width: 321px) {
  .list-solutions li img {
    float: none;
    margin-right: 0px;
    margin-bottom: 20px;
    width: 100%;
  }
}
/*Core variables and mixins*/

.bgimage {
background-image: url(../img/American-Flag_GIF.gif);
background-size: cover;
}

.bgimage2 {
background-image: url(../img/Googolplex_BG.gif);
background-size: cover;
}

/*Checking Acc Tabs*/
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #ffcc33;
}

a.thumbnail.onpageshow="myFunction()"
/*Checking Acc Tabs END*/


.table td {
   text-align: center;   
}

.table th {
	text-align: center;
	background-color: #004984;
}
@media(max-width:300px){
  .table-responsive{overflow-x:scroll;}
}
/* 5 col for About Us*/
/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF FIVE  */
.span_5_of_5 {
	width: 100%;
}
.span_4_of_5 {
	width: 79.68%;
}
.span_3_of_5 {
	width: 59.36%;
}
.span_2_of_5 {
	width: 39.04%;
}
.span_1_of_5 {
	width: 18.72%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_1_of_5, .span_2_of_5, .span_3_of_5, .span_4_of_5, .span_5_of_5 { width: 100%; }
}
/* 5 col for About Us END*/

.iframerates {
    position:relative;
}
iframe, object, embed {
	max-width: 100%;
	min-width: 100%;
	max-height: 100%;
	min-height: 100%;
}

.glyphicon-star {
 content:"\e006";
}

#grad1 {
    height: 800px;
	width:5px;
    background: -webkit-linear-gradient(left, rgba(255,0,0,1), rgba(255,0,0,0)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, rgba(255,0,0,1), rgba(255,0,0,0)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, rgba(255,0,0,1), rgba(255,0,0,0)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, rgba(255,0,0,1), rgba(255,0,0,0)); /* Standard syntax (must be last) */
}
.img-wrapper {
  position: relative;
 }

.img-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.img-overlay:before {
  content: ' ';
  display: block;
  /* adjust 'height' to position overlay content vertically */
  height: 75%;
}


.caption {
    position: absolute;
    top: 15%;
    left: 0;
    width: 100%;
}

.MENUtop {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
}
@media (max-width : 769px ){
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a  {
    border-bottom: 0px solid #ddd !important;
    border-radius: 4px 4px 0 0 !important;
    margin-bottom: 0 !important;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff !important;
  }
}
.tab-contentauto {
	margin-top: 15px !important;
}

. {
        padding-top:95px;
    }
     /* fix padding under menu after resize */

		@media screen and (min-width: 320px) and (max-width: 375px) {
        .topspace { padding-top: 110px; }
		}

	@media screen and (min-width: 375px) and (max-width: 768px) {
        .topspace { padding-top: 110px; }
	}
    @media screen and (min-width:768px) and (max-width: 991px) {
        .topspace { padding-top: 110px; }
    }
    @media screen and (min-width: 991px) and (max-width: 1024px) {
        .topspace { padding-top: 95px; }
    }
@media screen and (min-width: 1024px) and (max-width: 1680px) {
        .topspace {
	padding-top: 95px;
}
    }
	@media screen and (min-width: 1680px) and (max-width: 1960px) {
        .topspace { padding-top: 95px; }
    }
	@media screen and (min-width: 1960px) {
        .topspace { padding-top: 95px; }
    }

.menuspace {
        padding-top:95px;
    }
     /* fix padding under menu after resize */

		@media screen and (min-width: 770px) and (max-width: 819px) {
        .menuspace { padding-top: 144px; }
		}

		@media screen and (min-width: 200px) and (max-width: 769px) {
        .menuspace { padding-top: 83px; }
		}


.container-fluid2 {
	overflow-x: hidden;
}

video {
    width: 100%;
    height: auto;
}


/*  SECTIONS  */
.section3 {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col3 {
	display: block;
	float:left;
	margin: 1% 0 1% 0.5%;
}
.col3:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF TWELVE  */
.span_12_of_12 {
	width: 100%;
}

.span_11_of_12 {
  	width: 91.62%;
}
.span_10_of_12 {
  	width: 83.25%;
}

.span_9_of_12 {
  	width: 74.87%;
}

.span_8_of_12 {
  	width: 66.5%;
}

.span_7_of_12 {
  	width: 58.12%;
}

.span_6_of_12 {
  	width: 49.75%;
}

.span_5_of_12 {
  	width: 41.37%;
}

.span_4_of_12 {
  	width: 33%;
}

.span_3_of_12 {
  	width: 24.62%;
}

.span_2_of_12 {
  	width: 16.25%;
}

.span_1_of_12 {
  	width: 7.875%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col3 {  margin: 1% 0 1% 0%; }
    
    .span_1_of_12, .span_2_of_12, .span_3_of_12, .span_4_of_12, .span_5_of_12, .span_6_of_12, .span_7_of_12, .span_8_of_12, .span_9_of_12, .span_10_of_12, .span_11_of_12, .span_12_of_12 {
	width: 100%; 
	}
}

/*  SECTIONS  */
.section4 {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col4 {
	display: block;
	float:left;
	margin: 1% 0 1% 1.5%;
}
.col4:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF EIGHT  */
.span_8_of_8 {
	width: 100%;
}

.span_7_of_8 {
  	width: 87.31%;
}

.span_6_of_8 {
  	width: 74.62%;
}

.span_5_of_8 {
  	width: 61.93%;
}

.span_4_of_8 {
  	width: 49.25%;
}

.span_3_of_8 {
  	width: 36.56%;
}

.span_2_of_8 {
  	width: 23.87%;
}

.span_1_of_8 {
  	width: 11.18%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col4 {  margin: 1% 0 1% 0%; }
	.span_1_of_8, .span_2_of_8, .span_3_of_8, .span_4_of_8, .span_5_of_8, .span_6_of_8, .span_7_of_8, .span_8_of_8 { width: 100%; }
}

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #004984;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #e3173e;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h4 {
    color: #5bc0de;
}


.nav-pills2 {
	 background-color: #fff;
     border-bottom: 5px solid #e3173e;
	 border: 2px solid;
     border-radius: 4px;
	 border-color:#cddfee;
}

.nav-pills2 > a:active,
.nav-pills2 > a:focus
.nav-pills2 > a:hover
{
background-color: #cddfee;
}

.three {
background-color:#EFEFEF;	
}

.three .active {
border-bottom: solid 4px #e3173e;
background-color: #fff;	
}

.three : focus {
border-bottom: solid 4px #e3173e;
background-color: #fff;	
}

.presscenter {
background-color: #fff;
}

.nav-stacked .presscenter a:hover, li.active {
background-color: #cddfee; 
}

.hidden-xs-inline{
    display: inline-block !important;
}
@media (max-width : 769px ){
.hidden-xs-inline{
  display: none!important;
 }
}

/*Share buttons*/
.icon-facebook-sign {
	color: #3b5998; 
}.icon-facebook-sign:hover {
	color: #e3173e; 
}

.icon-twitter-sign {
	color: #55acee; 
}.icon-twitter-sign:hover {
	color: #e3173e; 
}

.icon-google-plus-sign {
	color: #dd4b39; 
}.icon-google-plus-sign:hover {
	color: #e3173e; 
}

.icon-pinterest-sign {
	color: #cb2027; 
}.icon-pinterest-sign:hover {
	color: #e3173e; 
}

.icon-linkedin-sign {
	color: #007bb5; 
}.icon-linkedin-sign:hover {
	color: #e3173e; 
}

.icon-envelope {
	color: #76b93a; 
}.icon-envelope:hover {
	color: #e3173e; 
}


/*Historical Timeline*/
.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #eeeeee;
        left: 50%;
        margin-left: -1.5px;
    }

    .timeline > li {
        margin-bottom: 20px;
        position: relative;
    }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-panel {
            width: 46%;
            float: left;
            border: 1px solid #d4d4d4;
            border-radius: 2px;
            padding: 20px;
            position: relative;
            -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
        }

            .timeline > li > .timeline-panel:before {
                position: absolute;
                top: 26px;
                right: -15px;
                display: inline-block;
                border-top: 15px solid transparent;
                border-left: 15px solid #ccc;
                border-right: 0 solid #ccc;
                border-bottom: 15px solid transparent;
                content: " ";
            }

            .timeline > li > .timeline-panel:after {
                position: absolute;
                top: 27px;
                right: -14px;
                display: inline-block;
                border-top: 14px solid transparent;
                border-left: 14px solid #fff;
                border-right: 0 solid #fff;
                border-bottom: 14px solid transparent;
                content: " ";
            }

        .timeline > li > .timeline-badge {
            color: #fff;
            width: 50px;
            height: 50px;
            line-height: 50px;
            font-size: 1.4em;
            text-align: center;
            position: absolute;
            top: 16px;
            left: 50%;
            margin-left: -25px;
            background-color: #999999;
            z-index: 100;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
        }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

    .timeline-body > p + p {
        margin-top: 5px;
    }

@media (max-width : 769px ){
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

        ul.timeline > li > .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -15px;
            right: auto;
        }

        ul.timeline > li > .timeline-panel:after {
            border-left-width: 0;
            border-right-width: 14px;
            left: -14px;
            right: auto;
}
}
/*Historical Timeline END*/

/*Year Timeline Sphere*/
.year {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  position: relative;
  display: inline-block;
  background-color: #e3173e;
  color: #fff;
  font-size: 170%;
  font-weight: 600;
  padding-top: 14px;
}
/*Year Timeline Sphere END*/

/*Affix1*/
 .affix {
      top: 90px;
      width: 62%;
	  z-index: 9999 !important;
  }

  .affix + .container-fluid {
      padding-top: 90px;
  }
/*Affix1 END*/

header{
	height: 90%;
	position: relative;
	background-color: red;
}


/* hero_area div containing video needs to be the size of parent div height, thus top, left, right, bottom helps to stretch hero_area div to the size of parent by giving position absolute.
 * overflow hides the video over-flowing outside the current size of hero_area. this can be helpful to control the visible part of video by pulling it using position value in video (top / bottom/ left/ right).
*/

.hero_area{
	bottom: -500px;
	left: 0px;
	right: 0px;
	top: 0px;
	position: absolute;
	overflow: hidden;
}

/* here bottom value can be set to 0 to always match the buttom part of the video with the buttom part of the containing div, in our case hero_area. I have used negative -150px to pull the video downward so that i can chop some unwanted area which overflow of parent(hero_area) will hide.
* as width is set to 100%, and height to auto, as the width of the browser changes height is auto calculated making the video responsive
*/

.hero_area video{
	bottom: -20px;
	top: -225px;
	position: absolute;
	width: 100%;
	height: auto;
}

/*Parallax*/

.container.parallax {
  max-width: 960px;
  margin: 0 auto;
}

section.module:last-child {
  margin-bottom: 0;
}
section.module h2 {
  margin-bottom: 40px;
  font-family: "Roboto Slab", serif;
  font-size: 30px;
}
section.module p {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 300;
}
section.module p:last-child {
  margin-bottom: 0;
}
section.module.content {
  padding: 40px 0;
}
section.module.parallax {
  height: 600px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
section.module.parallax h1 {
  color: rgba(255, 255, 255, 0.8);
  font-size: 48px;
  line-height: 600px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
section.module.parallax-1 {
  background-image: url("../img/Jane.jpg");
}
section.module.parallax-2 {
  background-image: url("../img/John.jpg");
}
section.module.parallax-3 {
  background-image: url("../img/Smiths.jpg");
}
section.module.parallax-4 {
  background-image: url("../img/177375981.jpg" );
}
section.module.parallax-5 {
  background-image: url("../img/177375981.jpg");
}
section.module.parallax-6 {
  background-image: url("../img/getInvolved.jpg");
}
section.module.parallax-7 {
  background-image: url("../img/FBI_wide2100.jpg");
}
@media all and (min-width: 960px) {
  section.module.parallax h1 {
    font-size: 160px;
  }
}
/*Parallax*/


/*Carousel Controls for FOUNDATION Enevts*/
.carousel-control3 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 10%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: .5;
}

.carousel-control3.left {
  background-repeat: repeat-x;
}

.carousel-control3.right {
  right: 0;
  left: auto;
  background-repeat: repeat-x;
}

.carousel-control3:hover,
.carousel-control3:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
}

.carousel-control3 .icon-prev,
.carousel-control3 .icon-next,
.carousel-control3 .glyphicon-chevron-left,
.carousel-control3 .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

.carousel-control3 .icon-prev,
.carousel-control3 .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control3 .icon-next,
.carousel-control3 .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control3 .icon-prev,
.carousel-control3 .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}

.carousel-control3 .icon-prev:before {
  content: '\2039';
}

.carousel-control3 .icon-next:before {
  content: '\203a';
}
/*Carousel Controls for FOUNDATION Enevts*/

/*carousel fade*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}
/*carousel fade end*/

.donate-container {
    position: relative;
    padding-bottom: 180%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}
.donate-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
center {
		align-content: center;
	}
.right {
		text-align: right;
	}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}