/*
Theme Name: Owen and Associates 3
Author: owen
Author URI: https://wordpress.org/
Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: owen
*/

/*
File added to add some customization to bootstrap.css.
*/

.black {
	background: #000000;
}
.gray {
	background: #575656;
}
.gray_trans {
	background-color: rgba(87, 86, 86, 0.8);
}
.light_gray {
	background: #f6f6f6;
}
.light_light_gray {
  background: #fafafa;
}
.dark_blue {
	background: #1d2758;
}
.dark_blue_trans {
	background-color: rgba(29, 39, 88, 0.8);
}
.blue {
	background: #1c79b3;
}
.blue_trans {
	background-color: rgba(28, 121, 179, 0.7);
}
.light_blue_trans {
	background-color: rgba(28, 121, 179, 0.1);
}
.light_blue_trans .light_blue_trans_padding {
	padding: 0px 15px 15px 15px;
}


.navbar {
	background: #ffffff;
	border: 0px;
	text-align: center;
}
.navbar a {
	height: 98px;
}
.navbar-header {
	height: 98px;
	text-align: center;
}
.navbar-brand {
	display: block;
	background: url("images/vo-logo.png") no-repeat;
	font-size: 20px;
	height: 98px;
	padding: 25px 0px 0px 80px;
	text-align: center;
	width: 275px;
	/*color: #ff6500 !important;*/
}

.navbar_menu {
	display: block;
	height: 30px;
	text-align: center;
}
.navbar_borders {
	border-bottom: 1px solid #575656;
	border-top: 1px solid #575656;
	display: block;
	margin: 40px 0px 0px 0px;
	padding: 20px 0px 12px 0px;
	width: 100%;
}
.navbar-nav {
	display: block;
	height: 30px;
	text-align: center;
	/*width: 100%;*/
}
.navbar-nav a {
	height: 30px;
}
.navbar-nav ul {
	margin: 0px 0px 0px -40px;
	height: 30px;
	text-align: center;
}

.navbar-nav ul a {
	height: 30px;
    text-decoration: none;
}

.navbar-nav ul a:hover {
    text-decoration: none;
    /*background: #00ffff;*/
}

.navbar-nav li {
    display: inline;
    margin: 0px;
    padding: 0px;
    position:relative;
    text-align: center;
}

.navbar-nav li a {
	text-decoration: none;
	font-weight: bold;
	display: inline;
	padding: 15px;
}

.navbar-nav li a:hover {
    color: #1c79b3;
    /*background: #609fd4;*/
}
.page_item a {
	font-size: 14px;
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: normal;
	color: #1c79b3 !important;
	text-transform: uppercase;
}
#main-menu a {
	font-size: 14px;
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: normal;
	color: #1c79b3 !important;
	padding: 0px 8px 0px 8px;
	text-transform: uppercase;
}
.my_carouse {
	display: block;
	height: 300px;
}
.jumbotron{
	margin-top: 30px;
}
.welcome {
	display: block;
	padding: 80px;
	text-align: center;	
}
.quote_item {
	display: block;
	color: #ffffff;
	font-size: 40px;
	padding: 80px;
	text-align: center;

}
.padtop50{
	padding-top: 50px;
	padding-bottom: 30px;
}
.padtop30{
	padding-top: 30px;
	padding-bottom: 30px;
}

.panel-plad {
	border-color: #1c79b3;
}
.panel-plad > .panel-heading {
	background-color: #888d6d;
	border-color: #1c79b3;
	color: #fff;
}
.center {
	text-align: center;
}

/*News v1
------------------------------------*/
.news-section {
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
}

.news-v1 .news-v1-in {
  background: #fafafa;
}

.news-v1 h3 {
  margin-bottom: 0;
  font-weight: 200;
  line-height: 28px;
  padding: 10px 15px 15px;
}

.news-v1 h3 a {
  color: #555;
}

.news-v1 h3 a:hover {
  color: #72c02c;
}

.news-v1 p {
  color: #555;
  padding: 0 15px;
  margin-bottom: 20px;
}

.news-v1 .news-v1-info {
  margin-left: 0;
  margin-top: 30px;
  overflow: hidden;
  padding: 8px 10px;
  border-top: solid 1px #eee;
}

.news-v1 .news-v1-info li {
  font-size: 12px;
}

.news-v1 .news-v1-info li a:hover {
  color: #72c02c;
  text-decoration: none;
}
.btn-tag-follows {
	position: relative;
	margin-bottom: 11px;
	padding-bottom: 5px;
}
.btn-tag-follows a.btn-more {
	right: -10px;
	bottom: -10px;
	color: #fff;
	padding: 1px 6px;
	position: absolute;
	background: #1c79b3;
	display: inline-block; 
}
.btn-tag-follows a.btn-more:hover {
	text-decoration: none;
	box-shadow: 0 0 0 2px #fafafa;
}
.btn-tag-follows:hover a.btn-more {
	right: 10px;
}
.glyphicon-thumbs-up {
	font-size: 300%;
	color: #1c79b3
}
.testimonial_row{
	width: 100%;
	padding-bottom: 60px;
}
.testimonial_icon{
	display: block;
	float: left;
	width: 15%;
}
.testimonial_what_said {
	display: block;
	font-size: 16px;
	float: left;
	width: 85%;
}
.pad_top {
	padding-top: 20px;
}
.pad_bottom_20 {
	padding-bottom: 20px;
}
.easy-table {
	font-size: 14px;
}
img.alignleft
{
padding: 4px;
margin: 0 7px 2px 0;
display: block;
}
.alignleft {
	float: left;
}
.single_page_header {
	background:url(images/vo-header-single-page.png) no-repeat;
	height: 100px;
	width: 100%;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.2), 0px -2px 1px #fff;
	-webkit-transition: background-position 1.4s ease-in-out 0.3s;
	-moz-transition: background-position 1.4s ease-in-out 0.3s;
	-o-transition: background-position 1.4s ease-in-out 0.3s;
	-ms-transition: background-position 1.4s ease-in-out 0.3s;
	transition: background-position 1.4s ease-in-out 0.3s;
}
.single_page_text p {
	font-size: 16px !important;
	padding: 5px 5px;
}
.single_page_text ul li {
	font-size: 16px !important;
	padding: 5px 5px;
}
.single_page_text a {
	color: #1c79b3;
}
.bottom-padding-neg20 {
	margin-bottom: -20px;
}

.nat_int_row {
	display: block;
	float: left;
	width: 100%;
}
.nat_int_split_1 {
	display: block;
	float: left;
	width: 50%;
}
.nat_int_split_2 {
	display: block;
	float: left;
	width: 50%;
}
.espanol_pad {
	padding: 20px;
}
