html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background-color: rgba(200, 200, 200, 0.9);
	font-family: 'Open Sans';
	font-size: 14px;
	color: black;
}
h1, h2, h3, h4, h5, h6 {color:#1d629b; /* banker blue */}
h3 {font-size:24px; font-weight:bold; margin-top:25px; margin-bottom:10px; padding-bottom:0; line-height:1;}
h4 {font-size:18px; font-weight:bold; margin-top:15px; margin-bottom:10px; padding-bottom:0; line-height:1;}
ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
    text-decoration: none;
	color:#59cc06;
	font-weight:bold;
}
strong, b {font-weight:bold;}
em {font-style:italic;}

.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.clear {
	clear: both
}
.navbar {
    min-height: 103px;
	margin-bottom:0;
}
.navbar-nav {
    margin-top: 23px;
}
.navbar-default {
    background-color: rgba(242, 242, 242, 0.9);
    border-color: inherit;
}
.navbar {
    border-radius: 0px;
    border: 0px solid transparent;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #ED8806;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #FFF;
    border-radius: 4px;
    outline: inherit;
}
/* footer */
.footer {
	margin-bottom:0; 
	padding-top:50px; 
	padding-bottom:40px;
	width:100%;
	color:#000;
	font-size:12px;
}
.footer p {padding-top:35px;}
.footer ul {padding:50px 0 0 0;}
.footer li {display:inline-block; padding:5px;}
.footer ul li a {
	padding: 0px 20px 0 0px;
	line-height: 1;
	font-size:13px;
	color: rgba(100, 100, 100, 1);
}
.footer li.active a {
	color:#9d9d9d;
}
.footer ul li a:hover {
	color:#9d9d9d;
	background:none;
} 
/* icon for navbar */
.download-icon {
	padding:0; 
	margin:0; 
}
.download-icon img {
	padding:0; 
	margin:0; 
	margin-top:-30px;
	margin-left:50px;
	opacity:1; 
	width:75px;
	height:auto;
	max-width:75px; 
	max-height:auto;
}
.download-icon img:hover{opacity:.75;}
.banner {
    width: 100%;
    text-align: center;
    padding: 40px 0px;
    line-height: 40px;
    /*background-color: rgba(26, 35, 37, 0.85);*/
	background-color:#FFF;
	color:#1d629b; /* banker blue */
	margin-top:0;
}
.banner h1 {
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
    /*color: white;*/
	color:#1d629b; /* banker blue */
    line-height: 50px;
}
.banner h3 {
    font-size: 30px;
    font-weight: bold;
    /*color: white;*/
	color:#1d629b; /* banker blue */
    margin-top: 30px;
}
.spacer {clear:both; height:20px;}
.spacer.login {height:200px;}
.service {
    width: 100%;
    float: left;
    padding: 50px 0px;
    padding: 10px;
    background: url(../images/bg_13.png);
}
.service-inner {
    width: 240px;
    height: 240px;
    padding: 0px;
    border: 1px solid #e3e3e3;
    border-radius: 50%;
    text-align: center;
    overflow: hidden;
    margin: 30px auto;
    background: white;
    position: relative;
}
.service-inner img {
    width: 100%;
    height: 100%;
}
.service-inner .overlay {
    position: absolute;
    top:0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: rgba(26,35,37,0.7);
    opacity: 0;
    vertical-align: middle;
    width: 100%;
    height: 100%;
	cursor:pointer;
    /*transition: all 0.1s;*/
}
.service-inner .overlay p {
    color: white;
    text-align: center;
    margin-top: 30%;
    font-size: 17px;
    padding: 10px;
    font-weight: bold;
    line-height: 25px;
}
.service-inner:hover .overlay {
    opacity: 1;
}
.third-block {
    width: 100%;
    float: left;
    padding: 30px 0px;
    background: white;
}
.third-block .third-inner {
    width: 240px;
    height: 240px;
    padding: 0px;
    border: 1px solid #FFF;
    border-radius: 50%;
    text-align: center;
    overflow: hidden;
    margin: 30px 0px;
    background: #FFF none repeat scroll 0% 0%;
    position: relative;
    box-shadow: 0px 0px 1px 1px #D8D4D4;
}
.third-block .third-inner img {
    width: 100%;
    height: 100%;
}
.img-inline { /* logo in paragraph */
	height:35px; 
	width:auto;
	line-height:1;
	margin:0 5px -11px 5px;
	padding:0;
}
.third-block .list {
    list-style: none inside;
    margin-top: 30px;
}
.third-block .list li {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    font-size: 18px;
    color: #555;
    line-height: 24px;
}
.third-block .list li i {
    color: #3ad343;
    width: 40px;
    float: left;
    padding-top: 4px;

}
.third-block .list li span {
    width: 93%;
    float: left;
}
.third-block p {
	   margin-top: 30px;
	   line-height:30px;
	   text-align:justify
}
.third-block ul.basiclist {
	list-style:disc inside;
	line-height:30px;
}
.download { /* download image*/
	max-width:100%;
	max-height:auto;
}
form p.small {margin-top:0; line-height:1; padding-top:0;}
.form-control, .select {
	padding: 8px 12px;
	color: #f2f2f2;
	background-color: #393939;
	border-radius: 2px;
	border: 0px solid #393939;
	margin-bottom:10px;
}
.select {color:#FFF;}
.control-label {
  text-align: left;
  margin:15px 0px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  padding-left: 35px;
  padding-top:15px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 0px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

#resp { margin:22% 20%; }
#resp1 {margin:0px 20%;}

/* tool tips */
.tooltip.top .tooltip-arrow, .tooltip.top-left .tooltip-arrow, .tooltip.top-right .tooltip-arrow  {
  border-top-color: #7a7a7a;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #7a7a7a;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #7a7a7a;
}
/*
.tooltip.bottom .tooltip-arrow, .tooltip.bottom-left .tooltip-arrow, .tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #7a7a7a;
}
*/
.tooltip-inner {
	max-width: 50%;
	color: #FFF;
	background-color: #7a7a7a;
	border: solid 1px #7a7a7a;
	font-size:12px;
}

.tooltip.in {
  filter: alpha(opacity=100);
  opacity: 1;
}
 /* Popover */
.popover {
    border: 2px dotted grey;
	max-width:600px;
}

/* Popover Header */
.popover-title {
    background-color: #8AC007; 
    color: #FFFFFF; 
    font-size: 16px;
    text-align:center;
}

/* Popover Body */
.popover-content {
    background-color: #7a7a7a;
    color: #FFFFFF;
    padding: 15px;
	line-height:1.4;
	font-size:14px;
}

/* Popover Arrow */
.arrow {
    border-right-color: #7a7a7a !important;
}
@media only screen and (max-width:480px) {
	#resp {margin:10px auto;}
    #resp1 {margin:10px auto;}
}