/*
Theme Name: Bay
Theme URI: http://baybrokerageus.com/
Description: The 2011 Bay Brokerage theme. Bay supports 5 widgetized areas.
Author: Pinion Media
Version: 1.0
Tags: Bay, Two Column
*/

/* =Reset
    -------------------------------------------------------------- */

@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');
	
@import url('https://fonts.googleapis.com/css?family=Pavanam');
	
	.Pavanam{font-family: 'Pavanam', sans-serif;}
	
	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;
	}
	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;
	}
	/* End Global Reset */
	
	
	
	
	/* =Global Styles
	-------------------------------------------------------------- */
	
	body {
		background: #fdfcfa; /*#fff;*/
		font: 12px/16px Arial, Helvetica, sans-serif;
		color: #3c2c1d;
	}
	p {
		margin-bottom: 10px;
	}
	strong, b {
		font-weight:bold;
	}
	em, i {
		font-style:italic;
	}
    h1 {
		font-family: 'Roboto', sans-serif !important;
		font-size: 24px;
		font-weight:bold;
		text-transform:uppercase;
		margin-bottom: 20px;
    }
   h2 {
		font: 18px Arial, Helvetica, sans-serif !important;
		color: #3a6631 !important;
		text-transform:uppercase;
		margin-bottom: 10px;
    }
   h3 {
		font: bold 14px/16px Arial, Helvetica, sans-serif;
		color: #3a6631;
		margin-bottom: 5px;
    }
	a:link, 
	a:visited {
		color: #234715;
	}
	a:hover, a:focus,
	a:visited:hover {
		color: #3c2c1d;
		text-decoration: none;
	}
	a[href $='.pdf'] { 
	   padding-right: 16px;
	   background: transparent url(/wp-content/themes/bay/images/pdf_icon.gif) no-repeat center right;
	}
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
	a img {
		text-decoration: none;
		border: none;
	}
	table {
		width: 100%;
	}
	td {
		vertical-align: top;
	}
	.float_left {
		float: left;
	}
	.float_right {
		float: right;
	}
	.clear_both {
		clear: both;
		line-height: 0;
		height: 0;
	}
	.screen-reader-text {
		position: absolute;
		left: -9000px;
	}
    #wrapper {
        position: relative;
        width: 1000px;
        margin-left: auto;
        margin-right: auto;
		border-left: 1px solid #e3d3b9;
		border-right: 1px solid #e3d3b9;
		background: #fff;
    }
	
	
	
	/* =Header
	-------------------------------------------------------------- */
	
	#header {
        background: url(images/header_bg.jpg) no-repeat;
		width: 1000px;
		height: 150px;
	}
    #bay_logo {
        background: url(images/bay_logo.png) no-repeat;
        width: 266px;
        height: 77px;
        position: absolute;
        top: 45px;
        left: 30px;
    }
	#bay_logo h2 {
		text-indent: -99999px;
		display: none;
	}
    #bay_logo h3 {
		text-indent: -99999px;
		display: none;
    }
	#top_nav {
		float: right;
		text-align:right;
		padding: 30px 30px 0 0;
	}
	#top_nav p {
		margin-bottom: 25px;
	}
	#top_nav .header_number {
		font: 18px/20px Arial, Helvetica, sans-serif;
		color: #234614;
	}
	
	
	/* =Menu
	-------------------------------------------------------------- */
	
	#navigation {
        background: #254816 url(images/menu_bg.jpg) repeat-x;
		width: 1000px;
		height: 40px;
		text-transform:uppercase;
	}
	#access {
		display: block;
		float: left;
		width: 1000px;
		height: 40px;
	}
	#access .menu-header,
	div.menu {
		font: 12px/12px Arial, Helvetica, sans-serif;
		margin: 0 12px;
		width: 976px;
	}
	#access .menu-header ul,
	div.menu ul {
		list-style: none;
		margin: 0;
	}
	#access .menu-header li,
	div.menu li {
		float: left;
		position: relative;
	}
	#access a {
		color: #fff;
		display: block;
		line-height: 40px;
		padding: 0 17px;
		text-decoration: none;
	}
	#access ul ul {
		box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
		-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
		-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
		display: none;
		position: absolute;
		top: 40px;
		left: 0;
		float: left;
		width: 180px;
		z-index: 99999;
	}
	#access ul ul li {
		min-width: 180px;
	}
	#access ul ul ul {
		left: 100%;
		top: 0;
	}
	#access ul ul a {
		background: #254816;
		line-height: 1em;
		padding: 8px 10px;
		width: 160px;
		height: auto;
	}
	#access li:hover > a,
	#access ul ul :hover > a {
		background: #254816;
		color: #e3d3b9;
	}
	#access ul li:hover > ul {
		display: block;
	}
	#access ul li.current_page_item > a,
	#access ul li.current-menu-ancestor > a,
	#access ul li.current-menu-item > a,
	#access ul li.current-menu-parent > a {
		color: #e3d3b9;
	}
	* html #access ul li.current_page_item a,
	* html #access ul li.current-menu-ancestor a,
	* html #access ul li.current-menu-item a,
	* html #access ul li.current-menu-parent a,
	* html #access ul li a:hover {
		color: #e3d3b9;
	}
	
	/* BAY test start */
	p{padding: .5em 0 !important;}
	
.no-margin{margin: 0px !important;}

.valign-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.valign-center-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.no-padding {
padding: 0px !important;
}

.static-bg{
    background-image: url(/wp-content/themes/bay/assets/images/Bay_truck.jpg);
    background-attachment: fixed;
    display: inline-block;
	background-position: top center;
	background-repeat:no-repeat;
	background-size:cover;}
	
.no-padding{padding:0px;}

.overlay-content-media {
    position: absolute;
    z-index: 50;
    top: 45%;
    width: auto;
    margin: -3% 10vw 0;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    opacity: 0;
    -webkit-transition: 750ms ease-out;
    transition: 750ms ease-out
}

.carousel-inner > .item .slide-img{padding-bottom: 40vh;
-webkit-transition: 250ms ease-out;
transition: 250ms ease-out;}

overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.overlay-content-media>* {
    color: #fff
}

.overlay-content-media.animated {
    opacity: 1;
    -webkit-transition: 750ms ease-out;
    transition: 750ms ease-out;
}

.overlay-content-media.right {
    left: auto;
    right: 0;
    text-align: right;
}

.overlay-content-media.left {
    left: 0;
    right: auto;
    text-align: left;
}

.bay > li > a{color:#000 !important; background-color:none; }

.bay > li > a:hover{background:none !important; }

.bay-title{color:#fff; font-size: 24px; font-weight: 400;}

.banner-title{text-transform: uppercase; font-weight: bold; font-size: 32px; margin-bottom:0px;}

.bay-image{ padding:20px; background-clip: content-box; margin-top:-60px;}


@media only screen and (max-width: 980px) {
	.bay-image{ padding:20px; background-clip: content-box; margin-top:10px;}
}

div .logo-bay{	
background-size: contain;
width: 350px;
height: 80px;
background-image: url(/wp-content/themes/bay/assets/images/bay_logo.png);
background-repeat: no-repeat;
background-position: left center;
display: inline-block;
margin-top:10px;
	}
	
.overlay-green{
	-webkit-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.44);
-moz-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.44);
box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.44);
	padding:20px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(38,70,20,0.75); /*dim the background*/}

.bay-footer li {margin-bottom:5px; list-style: none;}

.bay-footer li:hover a::before{content:''; height: 20px; width: 3px; background-color: #cbb677; position: relative; float:left; margin-right:5px; -webkit-transition: 750ms ease-out;
    transition: 750ms ease-out;}

.bay-footer li:hover a{font-weight:bold;}

.pavanam{font-family: 'Pavanam', sans-serif;}

.roboto{font-family: 'Roboto', sans-serif;}

#gform_fields_1 li label{display:none;}

#gform_fields_1 li div input{border:none;}

#gform_fields_1 li .ginput_container{background-color:#ebebeb;}

#gform_fields_1 li .ginput_container input{width:100%; background-color:#ebebeb; padding: 10px;}
	
#gform_submit_button_1{background-color:#004712 !important; color:#fff !important; padding: 6px 25px !important; border:none; text-align:center; text-transform:uppercase;}

#gform_submit_button_1:hover{background-color:#003a0f !important;}

#gform_wrapper_1{margin-top:0px !important;}

#gform_1 .gform_footer{text-align:center; margin-top:0px;}

#field_1_1{margin-top:0px !important;}

.top-nav{position: absolute;
top: 0px;
right: 5px;}

.bay{padding-top:20px;}

.bay > li > a{
line-height:40px !important;
padding-left:5px !important;
padding-right:5px !important;
padding-top:0px !important;
padding-bottom:0px !important;
font-size:16px;
text-decoration:none !important;}

.bay > li > a:hover {border-left: 3px solid #cbb677;}

.bay > li > .current {border-left: 3px solid #cbb677;}

.bay > li > a{border-left: 3px solid transparent;}

.bay > li{padding: 0 0.7em;}

.new-nav{
position: relative;
border: 0px;
border-radius: 0px !important;
margin: 0 !important;
min-height: 100px !important;
height: auto !important;
background-color: #fff;
width: 100%;
}

.new-brand{display: inline-block !important;
padding: 0 !important;
height: 100px !important;
float: none !important;
margin-bottom: 0px !important;}

.carousel-control.left{background:none; color:#fff !important; background-image: none !important;}

.carousel-control.right{background:none; color:#fff !important; background-image: none !important;}

.carousel-control.left:hover{background:none; color:#fff !important; background-image: none !important;}

.carousel-control.right:hover{background:none; color:#fff !important; background-image: none !important;}


.carousel-control:hover{background:none; background-image: none;}

/* BAY test end */
	
	/* =Home Flash Styles
	-------------------------------------------------------------- */
	#home_flash {
		width: 1000px;
		height: 300px;
	}
	#home_blocks {
		width: 1000px;
		min-height: 234px;
		background: url(images/home_block_bg.jpg) repeat-x;
	}
	#home_blocks .widget-area {
		width: 205px; /*250px;*/
		min-height: 234px;
		padding: 36px 15px 20px 30px;
		background: url(images/home_block_sep.jpg) top right no-repeat;
		float: left;
	}
	#home_blocks h3 {
		font: 18px/22px Arial, Helvetica, sans-serif;
		color: #234614;
		/*text-transform:uppercase;*/
		margin-bottom: 10px;
	}
	
	
	
	/* =Content Styles
	-------------------------------------------------------------- */
	
	#main-content-container{background-color:#e5e3e4;}
	
	#content {
		width: 1000px;
		padding: 0 0 20px 0;
		background: #fff url(images/footer_bg.jpg) bottom no-repeat;
	}
	#content #body_content {
		float: left;
		width: 680px; /*720px;*/
		padding: 30px 10px 10px 30px;
	}
	#content #body_content_wide {
		width: 940px;
		padding: 30px 30px 10px 30px;
	}
	#body_content ul {
		list-style:disc;
		margin-bottom: 10px;
	}
	#body_content li {
		margin-left: 30px;
	}
	#body_content .h1_post {
		font: 24px/28px Arial, Helvetica, sans-serif;
		color: #3a6631;
		text-transform:uppercase;
		margin-bottom: 20px;
	}
	#body_content h1.post-title {
		font: bold 14px/16px Arial, Helvetica, sans-serif;
		color: #3a6631;
		text-transform:none;
		margin-bottom: 5px;
	}
	.img_left {
		float:left;
		padding-right: 20px;
		padding-bottom: 5px;
	}
	.img_right {
		float:right;
		padding-left: 20px;
		padding-bottom: 5px;
	}
	.faq_qblock h3 {
		padding-bottom: 10px;
	}
	.faq_block {
		border: 1px solid #E4E4E4;
		background:#F8F8F8;
		padding: 10px;
	}
	.resource_block {
		border: 1px solid #E4E4E4;
		background:#F8F8F8;
		padding: 10px;
		margin-bottom: 10px;
	}
	.press_block {
		border: 1px solid #E4E4E4;
		background:#F8F8F8;
		padding: 10px;
		margin-bottom: 10px;
	}
   	.contact_number {
		font: bold 14px/16px Arial, Helvetica, sans-serif;
		color: #3a6631;
		margin-bottom: 5px;
    }
	
	
	#content #sidebar {
		float: right;
		background: url(images/sidebar_bg.jpg) repeat-x;
		padding: 30px;
		width: 190px; /*250px;*/
		min-height: 300px;
		font: 12px/14px Arial, Helvetica, sans-serif;
		color: #3c2c1d;
	}
	#sidebar h2 {
		font: 15px/18px Arial, Helvetica, sans-serif;
		color: #396530;
		text-transform:uppercase;
		margin-bottom: 10px;
	}
	#sidebar a:link, 
	#sidebar a:visited {
		color: #f5641f;
		text-decoration: underline;
	}
	#sidebar a:hover, 
	#sidebar a:visited:hover {
		color: #3c2c1d;
		text-decoration: none;
	}
	#sidebar ul {
		margin-bottom: 30px;
	}
	#sidebar #searchsubmit {
		margin-bottom: 30px;
	}
	#sidebar li {
		margin-bottom: 0;
	}
	#sidebar li li {
		margin-bottom: 10px;
	}
	li#sidebar_top {
		list-style: none;
	}
	li.simplecurrex {
		padding-bottom: 35px;
	}
	li.world-clocks-sidebar {	
		padding-bottom: 25px;
	}
	li.widget_success {
		padding-bottom: 25px;
	}
	
	
	
	/* =Footer Styles
	-------------------------------------------------------------- */
	#footer {
		width: 940px; /*1000px*/
		padding: 10px 30px 60px 30px;
		font: 10px/12px Arial, Helvetica, sans-serif;
		color: #b4a36d;
        margin-left: auto;
        margin-right: auto;
	}
	#footer_left {
		float: left;
		width: 470;
	}
	#footer_right {
		float: right;
		width: 470;
	}
	#footer a:link, 
	#footer a:visited {
		color: #b4a46e;
		text-decoration: underline;
	}
	#footer a:hover, 
	#footer a:visited:hover {
		color: #3a6631;
		text-decoration: none;
	}
	#footer_sn {
		padding-left: 50px;
	}
	#footer_sn img {
		vertical-align: -40%;
		padding-left: 10px;
	}
	
/* Added 5/2/14 - Micha, Waynorth Web */

.quote_btn {
  background: url("images/menu_bg.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
  border-radius: 9px;
  box-shadow: 0 0 5px #FFD700, 1px 1px 2px #000000;
  color: #FFD700 !important;
  float: right;
  font-size: 14px;
  font-weight: bold;
  padding: 5px;
  text-align: center;
  text-decoration: none !important;
  width: 74px;
}
.quote_btn:hover {
  box-shadow: 1px 1px 3px #999999;
  color: #EEEEEE !important;
}
