/*
* Style overrides
*/



body {
	background-image: none!important;
	background-color: #20436B;
}




body, h1, h2, h3, h4, h5, h6, .bSe h1, .b-tt h1 {
    font-family: 'Lato', sans-serif;
}

.cnt, .bp-t, .b-tt p, .b-tt, .tve-woocommerce .product p, .tve-woocommerce .products p {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

.bSe a, .cnt article a {
    color: #4685ce;
}
.bSe a:hover, .cnt article a:hover {
	color: #133168;
}

strong, b {
    font-weight: bold;
	color: #000000;
}

.bSe ul li, .bSe ol li {
    line-height: 1.4em;
    margin-bottom: 15px;
}


.single-travel-opportunities .brd {display: none;}




.home h1 {
	font-family: 'Cinzel', serif;
	font-weight: 700;
	}

h2 {
    font-size: 1.7em;
    margin: 25px 0 12px 0;
	font-family: 'Cinzel', serif;
}

.bSe h3, .b-tt h3 {
	font-weight: 300;
	font-size: 20px;
	color: #666;
	
}



.bSe h6, .b-tt h6 {
    color: #333;
}

.home .bSe a {
	color: #07689f;
	text-decoration: underline;
}
.home .bSe a:hover,
.home .bSe a:focus {
	text-decoration: none;
}
.t-c .b-tt, .c-c .b-tt, .c-t .b-tt {
    padding-top: 40px;
    padding-bottom: 70px;
}


.b-tt .entry-title, .ind .bSe .awr .awr-i .entry-title {
    font-size: 45px;
	margin-bottom: 0px;
	font-weight: 300;
}



.bSe h1 {
    font-size: 55px;
	margin-bottom: 10px;
	font-weight: 300;
}


.cnt .bSe h1 {
    line-height: 1em;
}




.home .cnt {
    box-shadow: 0px 0px 11px 0px rgba(50,50,50,0.11);
    background: #fff;
    margin-top: -60px;
    padding: 10px 35px;
    position: relative;
}


.home .bSe blockquote {
    background: #f3f2f2;
    border-left: 3px solid #99aec2;
    margin: 20px 0;
    padding: 15px 25px;
}



/* page sidebars*/
.sAsCont .sAs.right section {
        margin: 25px 22px 10px;
    clear: both;
    float: left;
}


/* this will underline the link in content boxes */
.cnt .bSe .thrivecb .shn a, .cnt .bSe .thrivecb .shn p, .cnt .bSe .thrivecb .shn span, .cnt .bSe .thrivecb .shn ul, .cnt .bSe .thrivecb .shn ol, .cnt .bSe .thrivecb .shn li {
    color: inherit;
    text-decoration: underline;
}



header.side #logo, header.side #text-logo {
    display: table-cell;
    padding-bottom: 0px;
    text-align: left;
    vertical-align: middle;
	min-width: 150px;
	padding-left: 15px;
}

.h-i .wrp {
	display: table;
}

.h-b.d-o.d-ow:before {
	background: none;
}

/* header image */
.h-b.c-o {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}



.d-i header .h-i, 
.c-o header .h-i, 
.d-o header .h-i, 
.b-i header .h-i, 
.c-t header .h-i,
.t-c header .h-i, 
.c-c header .h-i {
	border-bottom: 1px solid transparent;
}


.brd {
    background: rgba(0,0,0,0.25);
}
.home .d-o .b-tt {
    padding-top: 0px;
    padding-bottom: 350px;
}

/*default body header image */
.t-c header, 
.c-c header,
.h-b.t-c {
	box-shadow: none;
	background-color: #34527a;
}

.h-b.d-o, .h-b.t-c {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
	background-image: url(images/header-default.jpg);
}

.tax-car-types .h-b.t-c, .single-rail-car .h-b.t-c{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
	background-image: url(/wp-content/uploads/2016/07/bkgnd6.jpg)!important;
}





#floating_menu header {
	-webkit-transition: all .1s ease-out;
	-moz-transition: all .1s ease-out;
	-ms-transition: all .1s ease-out;
	-o-transition: all .1s ease-out;
	transition: all .1s ease-out;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 18px;
	padding-left: 0;
	background-color: transparent;
}
header nav ul li {
	position: relative;
}
header nav ul li.menu-item-has-children:after {
	font-family: 'fontawesome';
	content: '\f078';
	display: block;
	font-size: 12px;
	color: #fff;
	position: absolute;
	right: 10px;
    top: 50%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: -3px;
}
header nav ul li.menu-item-has-children:hover > a,
header nav ul li.menu-item-has-children:focus > a,
header nav ul li.menu-item-has-children:hover > a:hover:after,
header nav ul li.menu-item-has-children:focus > a:focus:after,
header nav ul li.menu-item-has-children:hover:after,
header nav ul li.menu-item-has-children:focus:after,
header nav ul li.current-menu-item:after {
	color: #99aec2;
}

header nav ul li>ul {
	border-top: 0;
	background-color: rgba(198, 208, 214, .95);
}

header nav ul li>ul li a {
	color: #000;
}
header nav ul li>ul li a:hover,
header nav ul li>ul li a:focus {
	color: #000 !important;
}

.d-o header nav>ul.menu>li>a {
	letter-spacing: .5px !important;
}


/* sidebar title and links */
.sAsCont a {
    color: #666;
}

.sAsCont .sAs section ul li a {
    color: #4685ce;
    display: inline-block;
    font-size: 1em;
    font-weight: 400;
    line-height: 1em;
    padding: 15px 0;
}



.tabs_widget .scTC .txt i {
    font-family: 'Raleway', sans-serif;
    color: #666;
    font-size: 14px;
    font-style: italic;
}




/* travel opps hide featured image from grid view */

.tax-event-dates .wrp.cnt.gin .gr-i .fwit {
	display: none;
}


footer {
	font-family: 'Lato', sans-serif;
	color: #ADADAD;
	font-size: 1em;
	margin-top: -60px;
	background-color: #000000;
}

footer h2, footer h3, footer h4 {
   	color: #ADADAD;
	margin-bottom: 5px;
    
}

footer section {
    margin: 25px 0px 70px;
}
footer #widget_thrive_text-3 {
	margin-bottom: 20px;
}

/* Social Icons */
footer #text-5 .circle-icons {
	background-color: #6d717c;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	display: inline-block;
	margin-right: auto;
    text-align: center;
    margin-left: auto;
    display: block;
}
footer #text-5 i {
	color: #fff;
	display: inline-block;
	padding-top: 8px;
    text-align: center;
    font-size: 1.2em;
}

.fmw {
    background: transparent;
    padding-top: 80px;
}
.fmw .wrp {
	padding: 0 15%;
}

.fmm {
	background: transparent;
}
.fmm .wrp p {
	display: block;
	text-align: center;
	float: none;
    max-width: 100%;
    font-size: 12px;
    margin-top: 30px;
}
.fmm .fm-m {
	float: none;
	display: block;
}

.fmm .fm-m ul {
	text-align: center;
	margin: 0 auto;
}

.fmm .fm-m ul li {
	display: inline-block;
	float: none;
	font-size: 14px;
	text-transform: uppercase;
}

.fmm .fm-m ul li:before {
	left: -4px;
}

.fmm .fm-m ul li a {
	color: #fff;
	font-weight: 300;
}

.fmm .fm-m ul li a:before,
.fmm .fm-m ul li a:after,
header nav>ul.menu>li.current-menu-item>a:before, 
header nav>ul.menu>li.current_page_item>a:before, 
header nav>ul.menu>li.current-page-item>a:before, 
header nav>ul#menu>li.current-menu-item>a:before, 
header nav>ul#menu>li.current_page_item>a:before, 
header nav>ul#menu>li.current-page-item>a:before,
header nav>ul.menu>li.current-menu-item>a:after, 
header nav>ul.menu>li.current_page_item>a:after, 
header nav>ul.menu>li.current-page-item>a:after, 
header nav>ul#menu>li.current-menu-item>a:after, 
header nav>ul#menu>li.current_page_item>a:after, 
header nav>ul#menu>li.current-page-item>a:after,
header nav>ul.menu>li.current-menu-item>a:hover:after, 
header nav>ul.menu>li.current_page_item>a:hover:after, 
header nav>ul.menu>li.current-page-item>a:hover:after, 
header nav>ul#menu>li.current-menu-item>a:hover:after, 
header nav>ul#menu>li.current_page_item>a:hover:after, 
header nav>ul#menu>li.current-page-item>a:hover:after {
	content: none;
	display: none;
}

header nav ul>li {
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 12px;
}

header nav ul>li.members {
	background-color: #1E7DEB;	
}

header nav ul>li.members li {
	background-color: #CBE4F0;	
}


header nav ul>li a:hover {
	color: #99aec2 !important;
}



header nav > ul.menu > li > a {
    color: rgba(255,255,255, 0.8);
}


header nav > ul.menu li ul li a {
	background-color: #CBE4F0;
}

header nav > ul.menu li ul li a:hover {
	background-color: #DBEBFA;	
}


header nav > ul.menu > li.members > a:hover{
    color: rgba(255,255,255, 1.0);
}


blockquote {
	width: 75%;
	display: block;
	margin: 0 auto !important;
}
blockquote,
blockquote p {
	background: transparent !important;
	border-left: 0 !important;
	text-align: center;
	font-size: 30px;
	color: #3a212e !important;
	line-height: 1.2 !important;
	font-style: italic;
	font-family: 'Cinzel', serif;
	padding: 20px 0 25px 0;
}
blockquote:before {
	content: '';
	display: block;
	border-top: 1px solid #d0d4db;
	height: 1px;
	width: 80%;
	margin-left: 10%;
}
blockquote:after {
	content: '';
	display: block;
	border-bottom: 1px solid #d0d4db;
	height: 1px;
	width: 80%;
	margin-left: 10%;
}


/*sidebar menu */
.sAsCont .sAs section ul ul{
   padding-left: .85em;
}

.header-button-area{
	 position: absolute;
    width: 700px;
    right: 0px;
    top: 30px;
	}
	
.head-button img{max-width: 147px;  display: inline-block; float: left; margin-right: 25px;}

.head-button a:hover{
	-moz-box-shadow:0 0 5px #FFFFFF;
	-webkit-box-shadow:0 0 5px #FFFFFF;
	box-shadow:0 0 5px #FFFFFF;
	
	
}

/*floating_menu */

header.side .m-si {
    float: left;
	margin-left: 0px;
}


header .wrp {
	box-sizing: border-box;
	margin: 0 auto;
	width: 1200px;
	background-color: rgba(0,0,0,.69);
}

.m-si .s-b {
    display: none;
}

header nav ul li a {
	font-family: 'Lato', sans-serif;
	font-size: 1em;
	display: block;
	text-transform: none;
	position: relative;
	font-weight: 300;
}

/*.d-i header nav>ul.menu>li>a, .c-o header nav>ul.menu>li>a, .d-o header nav>ul.menu>li>a, .b-i header nav>ul.menu>li>a, .c-t header nav>ul.menu>li>a {
    color: rgba(255,255,255, 0.8);
}*/






/* Forms */
input[type=text], input[type=email], input[type=password], textarea {
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #CCC;
	background-color: #F1F8FF;
	color: #999;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	line-height: 2.2em;
}


input[type=text]:focus, input[type=email]:focus, form#resform input[type=text]:focus, form#resform select:focus, textarea:focus {
	background-image: none;
	background-color: #FFF;
	border: 1px solid #6796cc;
	color: #6796cc;
}


textarea {
	padding-left: 3px;
	width: 98%;
}

input[type=submit], input[type=submit] .button {
	display: inline-block;
	font-size: 1em;
	margin-top: 10px;
	background-color: #e8e8e8;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: .57em;
	padding-bottom: .57em;
	padding-left: 1em;
	padding-right: 1em;
	color: #666666;
	text-transform: uppercase;
	min-width:70px;
}


select {
	margin-bottom: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #E7E7E7;
	color: #787878;
	padding: .5em;
}

select:focus {
	background-color: #FFF;
	border: 1px solid #6796cc;
	color: #6796cc;
}



label, form p {
	font-size: .85em;
	font-weight: bold;
	color: #666;
}


/*formidable forms overide for contact page - getting clipped */
.firefox .frm_style_formidable-style.with_frm_style select {
    height: 39px;
    
}




h2.railcars-title {
	font-size: 1.6em; 
	text-transform: uppercase;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	margin-top: -35px;
	font-weight: 300;
    letter-spacing: 3px;
	}



.awr .meta {
    display: none;
}

.gin .awr.h-me .awr-i, .mry .awr.h-me .awr-i {
    padding-left: 0px;
}

.awr.h-me .awr-i {
    padding-left: 0px;
}





/* =================== for date area on the partial/content-grid.php =================== */
.tax-car-types .gin .awr.h-me .awr-i, .tax-car-types .mry .awr.h-me .awr-i {
    padding-left: 0px;
}

.tax-car-types .gin .awr.h-me .meta, .tax-car-types .mry .awr.h-me .meta {
    display: none;
}



.tax-car-types .bSe h3.car-data { 
	font-weight: normal;
	font-size: 16px; 
	text-transform: uppercase;
	color: #666; 
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
	}


/* =================== for to remove padding for the date on rail cars single-rail-car.php =================== */
.single-rail-car .awr.h-me .awr-i {
    padding-left: 0px;
}


.fwit {
    display: block;
    margin: 0px 0px 35px 0px;
	position:relative;
}


.fwit img {
    display: block;
    width: 100%;
	height:auto;
}


.archive .featuredLabel {
	position: absolute;
	bottom: 0px;
    right: 0px;
	width: 225px;
	height: 178px;
	z-index: 100;
	display:block;
	background-size: 100% auto;
	}
	

.featuredLabel {
	position: absolute;
	bottom: 0px;
    right: 0px;
	width: 225px;
	height: 178px;
	z-index: 100;
	display:block;
	background-size: 100% auto;
	}
	
.featuredLabel.dome {
	background-image: url(images/dome-ribbon.png);
	background-repeat: no-repeat;
	background-position: left top;	
	}	
 
.featuredLabel.dome-obs {
	background-image: url(images/dome-obs-ribbon.png);
	background-repeat: no-repeat;
	background-position: left top;
	}	
  
 .featuredLabel.obs {
	background-image: url(images/obsv-ribbon.png);
	background-repeat: no-repeat;
	background-position: left top;
	}


.bSe .su-posts-teaser-loop-rail h3.car-data { 
	font-weight: normal;
    font-size: 13px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 10px; 
	}

.bSe .su-posts-teaser-loop-rail span.car-data {
	font-weight: normal;
	text-transform: normal;
	color: #000;
	}
	
	
	
.bSe h3.car-data {
	font-weight: normal;
	font-size: 16px;
	text-transform: uppercase;
	color: #000;
	margin: 0px;
	padding-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
	}	
	
.bSe h3.car-label {
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #999;
	font-weight: normal;
}	

.car-label span{
	padding-left: 5px;
	padding-right: 8%;
	color: #000;
}	

.csc#railcar-data {   
    border-bottom: solid 1px #E1E1E1;
	}	
	
	
/* for the list of car types in the header*/
.wrp ul.cat-list { 
text-align: center;
padding-bottom: 35px;
}

.wrp ul.cat-list li {
	display: inline-block;
	list-style-type: none;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
}

.wrp ul.cat-list li:after {
	content: '|';
	margin-left: 10px;
}
	
.wrp ul.cat-list li:last-child {
	margin-left: 0%;
	
}
	
.wrp ul.cat-list li:last-child:after {
	margin-left: 0%;
	content: '';
}
	
.wrp ul.cat-list li a:hover{
	color: #FFF;
	text-decoration:underline;
}

.wrp ul.cat-list li.current-cat a{
	color: #FFD44D;
}

.wrp ul.cat-list li.current-cat a:hover{
	color: #FFF;
	
}
	
	
	

/* =================== author box on single.php =================== */

.aut img.photo {border-radius: 50%; border: solid 2px #FFF;}


/* =================== Widget title =================== */


#custom-post-type-categories-2 .scn {padding-top: 25px; clear: both;}







/* =================== Shortcodes Ultimate OVERRIDES =================== */

/* === Featured post on home page ==== */
.su-posts-teaser-loop-featured .su-post-thumbnail {
	float: right;
	display: block;
	width: 100%;
	max-width: 580px;
	height: auto;
	margin-top: 0;
	margin-right: 0em;
	margin-bottom: 0;
	margin-left: 1em;
}


.su-posts-teaser-loop-featured .su-post-thumbnail img {
    display: block;
    margin: 0;
    padding: 2px;
    border: 1px none #ccc;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    max-width: 100%;
    max-height: 100%;
	width: 100%;
}

.su-posts-teaser-loop-featured h2.su-post-title {
    display: block;
    padding: 0;
    border: none;
    font-size: 24px;
    line-height: 1.8em;
    margin: 0px 0 0px 0;
    font-weight: 500;
    clear: none;
}

.su-posts-teaser-loop-featured h3 {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 1.75em;
	margin-bottom: 10px;
	color: #666;
	font-weight: normal;
	margin-top: 0px;
}


.home .bSe .su-posts-teaser-loop-featured h2.su-post-title  a {
	color: #000000;
	text-decoration: none;
}



.bSe .su-posts h4 {font-size: 16px;}




/* ========================= Featured post rail cars built for toggel content ====================== */


.su-posts-teaser-loop-rail {clear: both; padding-bottom: 15px;}

.su-posts-teaser-loop-rail .su-post{
	clear: both;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EDEDED;
}

.su-posts-teaser-loop-rail a.su-post-thumbnail {
	float: left;
	display: block;
	width: 100%;
	max-width: 160px;
	height: auto;
	margin-top: 0;
	margin-right: 1.8em;
	margin-bottom: 0;
	margin-left: 0em;
	position: relative;
    overflow: hidden;
    max-height: 116px;
}


.su-posts-teaser-loop-rail .featuredLabel {
	position: absolute;
	bottom: 0px;
    right: 0px;
	width: 85px;
	height: 67px;
	z-index: 100;
	display:block;
}


.su-posts-teaser-loop-rail .su-post-thumbnail img {
	display: block;
	margin: 0;
	border: 1px none #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	max-width: 100%;
	max-height: 100%;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	width: 100%;
}

.su-posts-teaser-loop-rail h2.su-post-title {
    display: block;
    padding: 0;
    border: none;
    font-size: 23px;
    line-height: 1;
    margin: 0px 0 0px 0;
    font-weight: 500;
    clear: none;
}

.bSe .su-posts-teaser-loop-rail h2.su-post-title a {
    color: #000;
}


.bSe .su-posts-teaser-loop-rail h3.car-data {
	text-transform: uppercase;
	font-size: 13px;
	line-height: 1.75em;
	margin-bottom: 10px;
	color: #666;
	font-weight: normal;
	margin-top: 0px;
}















/* =================== Business Directory OVERRIDES ===================*/



.wpbdp-listing .listing-details {
    margin-left: 300px;
}



.bSe #wpbdp-categories ul li {
	font-size: 1em;
}


#wpbdp-main-box {
    background: transparent;
    margin: 10px 0 20px 0;
    border-radius: 4px;
    box-sizing: border-box;
    width: 100%;
}

#wpbdp-main-box .box-row.separator {
    background: #dcdcdc;
    height: 1px;
    margin: 2px 0;
    padding: 0;
}


#wpbdp-main-box .box-col input[type=submit], input[type=submit] .button {
	margin-top: 0px;

}




/* =================== Nemus slider OVERRIDES ===================*/

/* slider home page make it bleed */
#nemus-slider-55 {
    margin-left: -35px;
	margin-right: -35px;
}




/* adjust for the padding left on bse ul */
.bSe .nemus-slider ul, .bSe .nemus-slider ol {
    margin: 0;
    list-style-type: none;
	padding: 0px;
}

/**/
.nemus-slider.controls-inside .nemus-direction-nav .nemus-prev {
    left: 10px!important;
}

.nemus-slider.controls-inside .nemus-direction-nav .nemus-next {
    right: 10px!important;
}

/* changing arrows 
found at: http://mcdlr.com/8/
*/
.nemus-direction-nav .nemus-prev:before {
    content: '\276e'!important;
	color: #FFF;
}

.nemus-direction-nav .nemus-next:before {
   content: '\276f'!important;
   color: #FFF;
}


.nemus-direction-nav a:before {
    font-family: "nemus-icons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: block;
    text-align: center;
    font-size: 85px!important;
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-indent: 0px;
    text-decoration: none;
}


/* Ninja forms OVERRIDES */






/* Ninja forms OVERRIDES */

.ninja-forms-field-error {
	color: #F00;
	font-style: italic;
	padding-top: 5px;
	padding-bottom: 5px;
}
footer .ninja-forms-required-items {
	display: none;
}
.ninja-forms-required-items {
	font-style: italic;
	padding-top: 5px;
	padding-bottom: 15px;
	font-size: 90%;
}
.ninja-forms-error-msg {
	color: #F00;
	font-style: italic;
	padding-top: 5px;
	padding-bottom: 5px;
}

.ninja-forms-success-msg {
	color: #09C;
	padding-top: 5px;
	padding-bottom: 5px;
}
.field-wrap, #ninja_forms_required_items {
	margin-bottom: 15px;
}
footer .ninja-forms-form input {
	height: 26px;
	line-height: 1;
	border-radius: 2px;
}
footer .ninja-forms-form input[type="submit"] {
	font-size: 20px;
	height: 43px;
	line-height: 43px;
	font-weight: 500;
	padding-top: 0 !important;
	margin-top: 0 !important;
	color: #802716;
	text-transform: uppercase;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #d7d7d7 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#d7d7d7 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#d7d7d7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d7d7d7',GradientType=0 ); /* IE6-9 */

}
.ninja-forms-form p {
	margin-bottom: 0;
}
.footer-widget-area .ninja-forms-success-msg {
	color: #0F9;
	padding-top: 5px;
	padding-bottom: 5px;
}


.field-wrap, #ninja_forms_required_items {
    margin-bottom: 20px;
    width: 70%;
}

@media only screen and (max-width: 1500px) {

.bSe #wpbdp-categories ul li {
	font-size: .75em;
}


header nav ul>li a {
		font-size: .92em;
		
	}


}



@media only screen and (max-width: 1150px) {
.header-button-area{
	 position: relative;
    width: 700px;
    right: auto;
    top: -15px;
	}
	


	
	
.bSe #wpbdp-categories ul li {
	font-size: 1em;
}

	
/* make the text easier to read */
.cnt .bSe article, .cnt .bSe .tve-c p {
    color: #000;
}

.sAsCont .sAs section ul li a {
    color: #999;
    display: inline-block;
    font-size: 1em;
    font-weight: 400;
    line-height: 1em;
    padding: 15px 0;
}

	
}

@media only screen and (max-width: 1070px) {
	
	header nav ul>li a {
		font-size: .88em;
		
	}
}



@media only screen and (max-width: 1000px) {
	header nav ul>li a {
		font-size: .80em;
		/* color: rgba(255,255,255, 0.8)!important;*/
	}
	
}







@media only screen and (max-width: 940px) {
	
	
	
.header-button-area{
	 position: relative;
    width: 620px;
    right: auto;
    top: 25px;
	left: auto;
	display:block;
	margin: auto;
	}
	
.head-button img{
	margin-right: 10px;
}
	
header.side #logo, header.side #logo a {
	float: none;
	width: 150px;
	display: block;
	margin-top: -20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;	
	}

	header nav ul>li {
		padding: 15px 30px 10px 10px;
	}
	
header .wrp {
	width: 700px;
	display: block;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
	
.h-i .wrp {
    display: block;
}
	
	
	header nav ul li.menu-item-has-children:after {
		right: 16px;
    	font-size: 10px;
    	margin-top: -2px;
	}
	header.side .m-si {
		margin-left: 35px;
		margin-top: 35px;
		display: block;
	}
	.home .wrp h1 {
		margin-left: 0;
		max-width: 100%;
	}
	footer .field-wrap, 
	footer #ninja_forms_required_items {
		width: 100% !important;
	}
	footer .fmw .oth {
		padding: 0% 2% 0% 0% !important;
    	width: 32% !important;
	}
	footer .fmw .oth.lst {
		padding: 0% !important;
	}
	.fmw .wrp {
		padding: 0 5%;
	}
	
	
	
#nemus-slider-55 {
    margin-left: 0px;
	margin-right: 0px;
}
	
	
	
}

@media only screen and (min-width: 775px) {
	header nav ul li:last-child > ul {
		right: 0% !important;
	
	}
	
}

@media only screen and (max-width: 774px) {

	header #logo {
	    padding: 15px 0 !important;
	 /*    width: 80%; was using this to make the mobile nav show up*/
	}

	header.side .m-si {
		float: right;
		display: inherit;
	}


header nav ul>li a {
    font-size: 1em;
    color: #333!important;
}	

header.side #logo, header.side #logo a {
	display: table;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 0px;	
	}	
	
.header-button-area{
	display: none;
	}


#floating_menu .wrp {
    position: relative;
}

header .wrp {
    width: 100%;
}

	header .hsm {
	    border-left: 1px solid #333;
	    border-right: 1px solid #333;
	    background: transparent;
	    cursor: pointer;
	    display: table-cell;
	    height: 100%;
	    vertical-align: middle;
		position: absolute;
	    right: 0px;
	    top: 0px;
	}

	header .hsm span {
	    font-family: 'Lato', sans-serif;
	    display: inline-block;
	    color: #FFF;
	    font-weight: 400;
	    text-transform: uppercase;
	    position: relative;
	    width: 140px;
		line-height: 150px;
	}
	header nav ul>li {
		padding: 0 !important;
	}
	header nav ul>li ul>li a {
		padding-left: 50px !important;
	}
	header nav ul li a {
		font-weight: 400;
	}
	header nav ul>li>a:hover,
	header nav ul>li>a:focus {
		background: #99aec2 !important;
		color: #fff !important;
	}
	header nav ul li>ul li a:hover, 
	header nav ul li>ul li a:focus {
		color: #fff !important;
	}
	header nav ul li.menu-item-has-children:after {
		content: '';
		display: none !important;
	}
	header nav ul>li.menu-item-has-children>a:after {
		display: none !important;
	}
	footer .fmw .oth {
		width: 48% !important;
	}
	footer .fmw .oth.lst {
		width: 100% !important;
	}
	footer #widget_sp_image-2 {
		margin: 0 !important;
	}
	
	.car-label span{
	display: block;
	padding-left: 0%;
}
	
.nemus-slider {
    display: none;
}


.wpbdp-listing .listing-details {
    margin-left: 20px;
	float: left;
	clear: both;
}







	
}