/*---:[ Thesis CSS reset ]:---*/
* {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img, abbr, acronym, fieldset {
	border: 0;
}
code {
	line-height: 1em;
}
pre {
	overflow: auto;
	clear: both;
}
sub, sup {
	line-height: 0.5em;
}
img, .wp-caption {
	max-width: 100%;
	height: auto;
}
iframe, video, embed, object {
	display: block;
	max-width: 100%;
}
img {
	display: block;
}
.left, .alignleft, img[align="left"] {
	display: block;
	float: left;
}
.right, .alignright, img[align="right"] {
	display: block;
	float: right;
}
.center, .aligncenter, img[align="middle"] {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	float: none;
	clear: both;
}
.block, .alignnone {
	display: block;
	clear: both;
}
.wp-smiley {
	display: inline;
}
/*Begin Mobile Formatting*/
#page-bg > .container > .row, #custom-bg .container > .row {
margin: 80px 0px 80px;
}

.handshake-page-slice .col-md-5 {
margin-top: 70px;
}

.handshake-page-slice h2 {
text-align: center;
}

.handshake-page-slice ul {
margin-left: 30px;
}

.handshake-page-slice {
margin-bottom: 80px;
}

.product img {
border: solid 4px transparent;
}
.product a img:hover {
border: solid 4px #3276b1;
}

.product h2 {
font-size: 60px;
text-align: center;
}

#menu-home-menu > .current-menu-item > a, #menu-home-menu > .current-menu-parent > a {
border-top: solid 5px #3276b1;
	padding-top: 10px;
}

#menu-home-menu li {
}


#team-member-widget-bg {
background: #ecf0f1;
padding: 40px 0;
margin-top: 40px;
}
.headline {
background: #3276b1 !important;
display: block;
margin: 0px;
color: white;
padding: 50px;
text-align: center;
text-transform: uppercase;
font-weight: normal;
}

#press-bg .press-box small a {
color: gray;
}


/*Navigation Formatting */
#header-bar-bg{
	background: #373737;
}

#nav-bar-bg {
	background: #09f;
}

.icon-bar {
	background: #09f !important;
}

.navbar-toggle {
background: white !important;
}

#logo{
	padding: 8px 0;
}

#menu-home-menu li a {
color: white;
}

#header-bar-bg .sub-menu > li >a {
padding-top: 10px;
padding-bottom: 10px;
line-height: 20px;
position: relative;
display: block;
padding: 10px 15px;
}

.navbar-collapse {
max-height: 900px;
}

.nav li a:hover, .nav li a:focus {
	background-color: white !important;
	color: #06c !important;	
	text-decoration: none;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

#header-bar-bg .sub-menu {
	display: none;
	padding-left: 20px;
	list-style: none;
}



#header-bar-bg .nav li:hover > .sub-menu{
	display: block;
}

.nav li a {
	text-transform: uppercase !important;	
}

#menu-home-menu li a {
font-size: 13px !important;
font-weight: bold;
}

/* Body Formatting*/

body, #front-bg{
	background: white !important;
}

/* Front Page Formatting */
.home-box {
background: white;
padding: 20px;
text-align: center;
	margin-bottom: 20px;
}

.home-box h2 {
font-size: 20px;
font-weight: bold;
}

.home-box .btn, .home-box .btn-large {
margin-top: 30px;
	border-radius: 0px !important;
}

#front-bg {
padding: 10px 0 50px;
}

#press-bg{
	background: #ecf0f1;
	padding: 0 0 80px 0;
}

#press-bg h1,#services-title h1 {
font-size: 60px;
font-weight: bold;
	margin: 60px 0 10px 0;
	text-align: center;
}

.press-box {
font-size: 20px;
padding: 0px 30px;
}

.press-box img {
max-width: 150px;
margin-top: 20px;
}

.press-box i {
position: absolute;
top: 10px;
left: 0;
	font-size: 40px;
	color: #333333;
}

/* Footer Format*/
#footer-bg {
background: #373737;
text-align: center;
padding: 50px 0;
color: white;
font-size: 16px;
}




/*Slider Formatt*/
#slider{
	background: url("http://veritas.blueleveragemedia.com/wp-content/thesis/skins/veritas-scientific/images/solider.png");
	background-size: cover;
}

.carousel-inner {
width: 75% !important;
margin: 0 auto !important;
position: relative;
padding: 40px 0;
}

.carousel-indicators {
bottom: 0px !important;
}


.carousel-inner p {
font-size: 16px;
}
.carousel-inner h1 {
font-size: 20px;
}

.carousel-inner img {
width: 100%;
}

.right-slider {
padding: 10px 20px;
	background: white;
}


#page-bg > .container {
background: white;
}

/*Table & up Formatting*/
@media (min-width: 768px) { 
#header-bar-bg{
	max-height: 93px;
}
#header-bar-bg  .sub-menu {
	padding-left: 0px;
	background: #373737;
	position: absolute;
	z-index: 9999999;
}

#menu-home-menu{
	float: right;
}

#header-bar-bg .nav .sub-menu .sub-menu {
	left: 185px;
	top: 0;
}
#header-bar-bg .sub-menu>li {
position: relative;
display: block;
width: 185px;
}

.nav li a:hover, .nav li a:focus {
background-color: #3276b1  !important;
color: white !important;
}

}