/*
Theme Name: Garage Doors - ultrabootstrap customized - OGD Speed
Author: contento interactive
Author URI: http://contentointeractive.com
Description: Garage Doors is a Customized theme for Garage Door companies, based on the theme Ultrabootstrap, which is a multipurpose Free WordPress Theme.
Version: 7000
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ultrabootstrap
Tags: right-sidebar, theme-options, featured-images,rtl-language-support,grid-layout, editor-style, custom-header, threaded-comments, custom-background, custom-colors, blog, footer-widgets

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

ultrabootstrap is based on Underscores http://underscores.me/, (C) 2012-2015 phantomthemes.
Ultrabootstrap is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
    font-family: 'Arial', sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
	font-family: 'Arial', sans-serif;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -8px;
}
sub {
    bottom: -4px;
}
img {
	max-width: 100%;
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 16px 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 16px;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
	padding: 6px 8px 10px;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
    color: #111;
    font-family: 'Arial', sans-serif;
    font-size: 16px;
    line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family:'Arial', sans-serif;
    clear: both;
	color:#111;

}
p {
    margin-bottom: 24px;
	font-size:16px;
	font-weight:400;
	font-family: 'Arial', sans-serif;
}
li {font-size:16px;line-height:1.5;font-family: 'Arial', sans-serif;}
dfn,
cite,
em,
i {
    font-style: italic;
}
blockquote {
    margin: 0 25px;
	font-family: 'Arial', sans-serif;
}
address {
    margin: 0 0 25px;
}
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 25px;
    max-width: 100%;
    overflow: auto;
    padding: 25px;
}
code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
}
abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}
*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    
    box-sizing: inherit;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}
blockquote,
q {
    quotes: "" "";
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 25px;
}
ul,
ol {
    margin: 0 0 25px 50px;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 25px;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 25px 25px;
}
img {
    height: auto;
    /* Make sure images are scaled correctly. */
    
    max-width: 100%;
    /* Adhere to container width. */
}
table {
    margin: 0 0 25px;
    width: 100%;
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
    color: #1760b6;
}
a:visited {
    color: #1760b6;
}
a:hover,
a:focus,
a:active {
    color: midnightblue;
}

a:hover,
a:active {
    outline: 0;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}
.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.main-navigation li {
    float: left;
    position: relative;
}
.main-navigation a {
    display: block;
    text-decoration: none;
}

/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}
@media screen and (min-width: 767px) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 25px;
    overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
	font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 25px;
	margin-bottom:16px;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 25px;
		margin-bottom:16px;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
		margin-bottom:16px;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 25px;
}
/* Make sure select elements fit in widgets. */

.widget select {
    max-width: 100%;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}
.hentry {
    margin: 0 0 25px;
}
.byline,
.updated:not(.published) {
    display: none;
}
.single .byline,
.group-blog .byline {
    display: inline;
}
.page-content,
.entry-content,
.entry-summary {
    margin: 25px 0 0;
}
.page-links {
    clear: both;
    margin: 0 0 25px;
}
/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
/* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    
    display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 25px;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption .wp-caption-text {
    margin: 16px 0;
}
.wp-caption-text {
    text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 25px;
}
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-caption {
    display: block;
}
/*--------------------------------------------------------------
## Main style starts here
--------------------------------------------------------------*/

body, body.custom-background {
	background-color:#fff;
}
.btn {
    color: #fff;
    border-radius: 0;
    border: none;

    font-size: 14px;
    white-space:normal;
    padding: 0px 15px 15px 15px;
	font-family:'Arial', sans-serif;
}

a,
a:visited {
    text-decoration: none;
}

img,
input,
.btn,
a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 900;
    margin: 20px 0;
	text-transform:capitalize;
}
h1 {
    font-size: 32px;
}
h2 {
    font-size: 28px;
}
h3 {
    font-size: 25px;
    margin: 0 0 10px 0;
}

h4 {
    letter-spacing: 2px;
    text-transform: uppercase;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 20px;
    color: #333;
}
.txtcenter {text-align:center;}
a.readmore {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.spacer {
    padding-top: 20px;
    padding-bottom: 20px;
}

.spacersm {
	padding-top:10px;
	padding-bottom:10px;
}

.fa-ul > li {margin-bottom:10px;}
.fa-ul li .glyphicon, #mobile-checks .glyphicon, #product-links .glyphicon {margin-left:-15px;color:#c38a24;}
/*header*/

header .logo-tag {
    margin: 5px 0;
}

header .navbar-collapse {
    padding: 0;
}

header .navbar-default {
    border: none;
    margin: 0;
}
.navbar-center > li {display:inline-block;float:none;}
header .navbar-default .navbar-nav li a {
    letter-spacing: .5px;
    font-size: 12px;
	font-weight:400;
	text-transform:uppercase;
    line-height: 1.1;
	color:#fff;
	padding: 10px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color:#efefef;
	background-color:transparent;
	text-decoration:underline;
}
header .navbar-default .navbar-nav>li>a:hover {color:#ccc;}

.navbar {border-radius:0px;min-height:0px;}
/*header*/

.card-wrap {background-color:#fff;padding:10px;box-shadow:0px 0px 10px #222;margin-bottom:10px;}
.card-wrap h4 {text-align:center;width:100%;}
.card-wrap ul {margin-left:15px;}


.eq-blocks {
    margin-bottom: 30px;
}
.post-list .post-block {
    margin-bottom: 30px;
    background-color: #fff;
    overflow: hidden;
    height: 100%;
	box-shadow: 0px 5px 10px #ccc;
}
.post-list .post-block .summary {
    padding:15px 15px 0 15px;
}
.post-list .post-block img {
    transform: scale(1);
}
.post-list .post-block img:hover {
    transform: scale(1.07);
}
.post-info {
    font-size: 12px;
}
.post-info a {
    margin-right: 5px;
}
.post-info ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 15px;
    float: left;
    width: 100%;
}
.post-info ul li {
    display: inline-block;
}
/*post*/
/*navigation*/
.post-list h3 {margin-bottom:25px;}
.navigation.posts-navigation {
    clear: both;
}
footer {
    background-color: #000;
    padding: 15px 0;
    font-size: 12px;
	color:#aaa;
	position:relative;
}

footer a:hover {color:#aaa;}
footer ul {
    margin: 0;
}
section.footers {
    background: #333;
    padding: 10px;
    border-bottom: 1px solid #e7e7e7;
	padding-top:40px;
	padding-bottom:40px;
    /*inside page*/
}
section.footers h2, section.footers h3 {color:#fff !important;}
section.footers .widget-title {text-align:center;}
section.footers p, section.footers a {color:#999;}
section.footers a:hover {color:#fff;}
section.footers .red, section.footers .blue, section#product-links .red {color:#21298e;font-size:28px;padding-left:10px;padding-right:10px;margin-bottom:10px;}
section.footers .red:hover {color:#000;}
section.footers .blue {color:#fff;}
section.footers .blue.smalltxt {color:#000;}

section.footers .gray {    background: rgb(125,126,125);
    background: -moz-linear-gradient(top, rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%);
    background: -webkit-linear-gradient(top, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%);
    background: linear-gradient(to bottom, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 );
    border: 2px solid #777;
	border-radius:60px;
    color: #ccc !important;}
section.footers .btn.gray:hover {background-color:#000 !important;border-color:#ccc;}

    .page-title {
        margin-bottom: 10px;
    }
    .page-title h1 {
        font-size: 38px;
        font-weight: 700;
        display: inline-block;
    } 
  
    /*widget*/
   
    .widget {
        margin-bottom: 30px;
        padding: 15px;
        background: #fff;
    }
    .widget ul,
    .widget ol {
        margin: 0;
        padding-left: 15px;
    }
#header-logo-phone {
	margin-top:-4px;
	background-repeat:repeat;
	padding-top:15px;
	padding-bottom:0px;
}
#logo {max-width:270px;}

.book-form-wrapper .frm_style_formidable-style.with_frm_style .frm_form_fields > fieldset {padding:10px;}
.book-form-wrapper {background-color: #1760b6;box-shadow:0px 0px 15px #aaa;}
a.blue, .comments-area .comment-form .form-submit input,
input[type="submit"], a.red,
.bluebtn.frm_button_submit,
 .frm_submit.bluebtn,
#nf-field-4{
    display: inline-block;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2b91e5+0,00338f+100 */
background: #2b91e5; /* Old browsers */
background: -moz-linear-gradient(top, #2b91e5 0%, #00338f 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #2b91e5 0%,#00338f 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #2b91e5 0%,#00338f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b91e5', endColorstr='#00338f',GradientType=0 ); /* IE6-9 */

    font-weight: 600;
    text-decoration: none;
    text-align: center;
    color: #fff ;
    -webkit-appearance: none;
	    text-shadow: 0px 1px 2px #000;
	font-size:28px;
	box-shadow:0px 0px 15px rgba(0,0,0,0.6);
	
	line-height: 20px;
	min-width:250px;
	    border-radius: 20px;   
}
footer a {color:#fff83a ;}
a.blue:hover {color:#fff;}
.bluebtn.frm_button_submit{margin-top:20px;margin:auto;}
h3.widget-title {font-size:24px;}
.widget {margin-botom:10px;}
#logos h3 {font-weight:bold;margin-bottom:20px;margin-top:10px;}
#nf-field-4 {font-size:22px;margin-top:5px;width:100%;min-width:auto;}
.nf-form-fields-required {font-size:12px;}
.nf-form-layout {background-color:#e6e5f8;padding:10px;}
#nf-form-1-cont {border:3px solid #0010EE;box-shadow:0px 0px 10px #555;margin-bottom:20px;}
a.red, .book-form-wrapper  .frm_submit.bluebtn,
.book-form-wrapper .bluebtnwrapper button.frm_submit.bluebtn,
.bluebtnwrapper button.frm_button_submit.frm_final_submit.bluebtn {

background: #fefcea; /* Old browsers */
background: -moz-linear-gradient(top, #fefcea 0%, #fff83a 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #fefcea 0%,#fff83a 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #fefcea 0%,#fff83a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#fff83a',GradientType=0 ); /* IE6-9 */	
	text-shadow:0px -1px 2px #fff;
	color:#21298e;
}

a.red:hover, a.red.btn:hover, 
.book-form-wrapper  .frm_submit.bluebtn:hover,
.book-form-wrapper .bluebtnwrapper button.frm_submit.bluebtn:hover,
.bluebtnwrapper button.frm_button_submit.frm_final_submit.bluebtn:hover{

/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fff83a+0,fefcea+100 */
background: #fff83a; /* Old browsers */
background: -moz-linear-gradient(top, #fff83a 0%, #fefcea 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #fff83a 0%,#fefcea 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #fff83a 0%,#fefcea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff83a', endColorstr='#fefcea',GradientType=0 ); /* IE6-9 */
	color:#21298e;
}

#promo {background-color:#222;}
#promored {background-color:#555;font-size:26px;}
.white {color:#fff !important;}
#promo h3, #promored h3  {font-weight:700;font-size:32px;margin-bottom:0px;text-transform:uppercase;text-align:center;color:#fff;}
#promored h3 {letter-spacing:1px;font-size:32px;text-shadow:1px 1px 4px #000;}
#promo h3 i {   -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";}


 .comments-area .comment-form .form-submit input:hover, input[type="submit"]:hover, 
a.blue:hover, 
input[type="submit"]:hover {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00338f+0,2b91e5+100 */
background: #00338f; /* Old browsers */
background: -moz-linear-gradient(top, #00338f 0%, #2b91e5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #00338f 0%,#2b91e5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #00338f 0%,#2b91e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00338f', endColorstr='#2b91e5',GradientType=0 ); /* IE6-9 */
	letter-spacing:0px;
	} 
.book-form-wrapper .frm_submit.bluebtnwrapper .frm_button_submit.frm_final_submit.bluebtn {
	font-size:24px;
	text-transform:uppercase;
	padding:10px 10px;
	font-weight:900;
    border-radius: 30px;
	margin-bottom:20px;
}
.frm_style_formidable-style.with_frm_style label.frm_primary_label {line-height:0px;}

a.blue span.blue.smalltxt, 
a.red span.blue.smalltxt {
	font-size:14px;
	font-weight:400;
	text-transform:capitalize;
	font-family:'Arial', sans-serif;
	line-height:2;
	}
#secondary a.red.rfs {margin-top:0px;margin-bottom:0px;width:90%;margin-left:5%;margin-right:5%;}
#secondary a.yellow.rfs {width:90%;margin-left:5%;margin-right:5%;font-size:250%;}
aside a.red.rfs {width:100%;text-align:center;}
#hero-1 h2, #hero-1 h2.hero-title {
	 line-height: 1.3;
    text-align: center;
    color: #fff;
	font-weight:300;
	text-transform:uppercase;
    font-size: 35px;
    text-shadow: 1px 2px 2px rgba(0,0,0,0.5);
	margin:0px;

}

#fleetimg {background-size:cover;background-position:bottom right;}

#hero-1 {min-height:inherit;background-image:none;}
 #myHeader .logo-tag, #hero-1 #myHeader p {color:#1760b6;}


body.home #hero-1, body.page-template-page-neighborhood #hero-1,  body.page-template-page-commercial #hero-1  {background-color:#aaa;background-size:cover;background-position:center bottom;position:relative;overflow:hidden;background-image:url(/wp-content/themes/ultrabootstrap_ogd/images/garage-door-hero_large.jpg);}
 body.page-template-page-commercial #hero-1  {background-image:url(/wp-content/themes/ultrabootstrap_ogd/images/commercial-dog-final.jpg);background-position:center bottom;}

body.home #myHeader .logo-tag, 
body.home #hero-1 #myHeader p, 
body.page-template-page-neighborhood #myHeader .logo-tag, 
body.page-template-page-neighborhood #hero-1 #myHeader p,
body.page-template-page-commercial #myHeader .logo-tag, 
body.page-template-page-commercial #hero-1 #myHeader p{color:#fff;}

#hero-1 p {font-size:45px;padding: 3px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0;
    line-height: 1.3;}

#hero-1 h2.hero-title span.mobilelg.purple { 
  text-shadow:
    3px 3px 0 #2184c3!important;
}
#hero-1 h3 {font-size:22px;}

#service-1, #service-2, #service-3{
	position:relative;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;	
	min-height:200px;
	padding:0px;
	border: 1px solid #aaa ;
	max-width: 400px;
    margin: auto;
}
.service-block {
	text-align: center;
    display: block;
    width: 100%;
	font-size:22px;
}
.logo-tag, .footers .logo-tag  {font-weight: bold;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    }
.footers .logo-tag {margin-bottom:10px;}
#home-body-content {
	background-color:#efefef;
	padding-bottom:60px;
}

#reviews h2 {text-align:center;margin-bottom:10px;}
#companypanorma {background-size:cover;background-position:center center; min-height:350px;}
#cta-headline {margin-top:30px;text-align:center;}
#cta-headline h3 {color:#090446;font-size:290%;}
#cta-headline p {color:#E58A11;font-size:170%;}

#product-links {background-color:#efefef;padding-top:20px;padding-bottom:20px;}
#solo-links {background-color:#efefef;text-transform:capitalize;}
#solo-links h2 {text-align:center;}
.mylinks {
	text-align:center;
		padding-top:10px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
	
}
.maplinkswrapper {
	background:rgba(255,255,255,0.8);
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    box-shadow: 6px 0 35px rgba(0, 0, 0, 0.2);
}
#product-links iframe { box-shadow: 6px 0 35px rgba(0, 0, 0, 0.2);}
#nf-form-title-1 h3 {background-color:#0210f9;color:#fff;padding-top:2px;padding-bottom:5px;margin-bottom:0px;}
.mylinks a.yellow.rfs {
	width:100%;
	margin-top:10px;
}
.footer-deal {
	 color: #333;
    font-weight: 400;
    font-size: 130%;
    background-color: #fff;
    box-shadow: 0px 0px 5px #222;
    border: 3px dashed #0210f9;
}
.mylinks .footer-deal h3 {color:#090446 ; background-color:#fff;}
.map-sub-title {font-size:22px;font-weight:Bold;margin-top:20px;}

.family-check-list {
	    font-size: 16px;
    text-align: center;
    width: 100%;
    margin-top: -44px;
    display: block;
}
.family-check-img {border: 1px solid #fff;
    box-shadow:0px 0px 10px #aaa;}
.family-check-list p, .family-check-list ul {
	    background-color: rgba(29,96,180, 0.7);
    width: 100%;
	display:inline-block;
		font-weight:bold;
	padding:10px;
	margin:0px;
	color:#fff;	
	list-style-type:none;border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
.family-check-list ul li {display:inline;margin-right:10px;}

.footer-deal p {
	font-size:130%;
	line-height:1.3;
	text-align:center;
}
.mb-0 {margin-bottom:0px;}
.mt-0 {margin-top:0px;}

.mb-1{margin-bottom:10px;}
.mt-1{margin-top:10px;}

.mb-3 {margin-bottom:30px;}
.mt-3 {margin-top:30px;}

.pt-3 {padding-top:30px;}
.pb-3 {padding-bottom:30px;}

.pt-2 {padding-top:20px;}
.pb-2 {padding-bottom:20px;}

.bkgwhite {
	background-color:#fff;
	padding:20px;
	box-shadow:0px 0px 3px #ccc;
}

#individual-post, #maintext {background-color:#fff;border-bottom:2px solid #efefef;}
#maintext h2 {font-weight:900;margin-top:40px;}
#maintext h4 {margin-bottom:10px;}
.summary h3 {font-size:150%;}
.summary p {font-size:13px;}

ul.footer-products-list {margin-left:0px;margin-top:0px;display:inline-block;padding-left:5px;margin-bottom:0px;width:100%;}
ul.footer-products-list li {list-style-type:none;width:25%;float:left;margin-left:0px;text-align:center;line-height:1.2;height:auto;}
ul.footer-products-list li a {font-size:13px;line-height:1;text-transform:capitalize;text-decoration:underline;word-break:break-all;}

ul.sidebar-list-check li:before{ content:"\2714\0020";color:darkgreen;}
ul.sidebar-list-check {list-style-type:none;}

.nf-field-element input, .nf-field-element select, .nf-field-element textarea {
    font-size: 16px;
    padding: 3px;
}
.label-above .nf-field-label {margin-bottom:0px!important;}
#ninja_forms_required_items, .nf-field-container {margin-bottom:10px !important;}

.shadow{box-shadow: 0px 0px 15px #333;}
div [itemprop='address']{font-size:16px;margin-top:10px;}
.caps {text-transform:capitalize;}


#header-logo-phone {position:relative;}

#trust-badges img {max-height:80px;}
#trust-badges .eq-blocks {display:flex;margin-bottom:0px;margin-top:5px;}
#trust-badges .eq-blocks img {align-self:center;}
#individual-post .bluebkg.row, #fullwidth-wrapper .bluebkg.row {margin-top:0px; background-color:#999;margin-left:-20px;margin-right:-20px;padding-top:20px;padding-left:20px;margin-bottom:-20px;}
.blackbkg {background-color:#222;}
.text-inner {padding:30px 20px 20px 20px;max-width:500px;display:inline-block;}
#checklist .text-inner {float:right;}
#checklist h3, #reviews h2 {text-transform:capitalize;font-size:24px;margin-top:15px;font-weight:700;}
#checklist .eq-blocks {margin-bottom:0px;}

#checklist .su-carousel-centered {margin-top:25px;}

#individual-post .bluebkg.row h3, #fullwidth-wrapper .bluebkg.row h3 {color:#fff;text-shadow:0px 0px 4px #000;font-size:24px;}
.bluebkg .red, .bluebkg .blue {font-size:18px;min-width:0px;    margin-top: -7px;    margin-bottom: 10px;    padding: 10px 15px;}
.bluebkg .blue {padding-top:8px;padding-bottom:8px;}
.blackbkg p, .blackbkg h3, .blackbkg h4, .blackbkg h5, .blackbkg h6 {color:#fff;}
.blackbkg h2 {color:#e8161e;}
#secondary {text-align:center;}
.location-details img {max-height:300px;box-shadow:0px 0px 5px #ccc;}

.book-form-wrapper .frm_style_formidable-style.with_frm_style .form-field {margin-bottom:5px;}
.book-form-wrapper h3 {font-size:24px;}
#secondary a.red {width:100%;}

.book-form-wrapper .frm_style_formidable-style.with_frm_style label.frm_primary_label {font-size:1px;padding:0px;line-height:4px;}
.book-form-wrapper .frm_submit.bluebtnwrapper .frm_button_submit.frm_final_submit.bluebtn {display:block;margin:10px auto 5px auto;}

.frm_style_formidable-style.with_frm_style input[type=text], .frm_style_formidable-style.with_frm_style input[type=password], .frm_style_formidable-style.with_frm_style input[type=email], .frm_style_formidable-style.with_frm_style input[type=number], .frm_style_formidable-style.with_frm_style input[type=url], .frm_style_formidable-style.with_frm_style input[type=tel], .frm_style_formidable-style.with_frm_style input[type=file], .frm_style_formidable-style.with_frm_style input[type=search], .frm_style_formidable-style.with_frm_style select {margin-bottom:4px;}

.clearall {clear:both;}
.logo-menu .container {width:100% !important;}

#fullwidth-wrapper {background-color:#efefef;}
#fullwidth-wrapper .frm_forms {max-width:500px;margin:auto;margin-bottom:40px;}
#reviews .container-fluid .row {max-width:100%;margin:0px;padding:0px;}

#tap-text-btns {position:fixed;bottom:14px;width:100%;z-index:99999;}
#tap-text-btns div {padding:0px;}
#tap-text-btns a.red, #tap-text-btns a.blue {min-width:50px;font-size:23px;width: 80%;padding:5px; line-height:1;margin-left:10%;}
#tap-text-btns .blue {margin-left:0px !important;}
.mobilePhSmall {font-size:19px;    letter-spacing: -.5px;}

#four-cat {background-color:#1760b6;}
#four-cat h2 {margin-bottom:40px;}

.fineprint {font-size:11px;text-align:center;color:#ccc;}

header {overflow:hidden;}
.footers p {font-size:15px;}
.footers h4 {margin-top:0px;letter-spacing:1px !important;}
.noPadding {padding:0px;}

#tap-text-btns, .taptocall, .mobileshow, .mobileonly {display:none;}
.mobilehide {display:inline-block;}

#coupons img {border:2px dashed #1760b6; box-shadow:0px 0px 10px #ccc;margin-bottom:20px;max-width: 400px;width:100%;
    text-align: center;
    margin-right: auto;
    margin-left: auto;}
#coupons {background-color:#ddd;}

aside ul.menu {list-style-type:none;}
#secondary aside {background-color:transparent;}
#maintext img {box-shadow:0px 0px 20px #aaa;border:2px solid #fff;}
.hero-sp-b {margin-bottom:220px;}

#tech-feat h2 {color:#21298e;font-size:32px;font-weight:normal;}
#tech-feat p {padding:20px 15px;font-size:20px;color:#21298e;line-height:1.2;}
#tech-feat img, article img {border: 2px solid #fff;box-shadow: 0px 0px 20px #aaa;}

#titlerow, #pg_title {background-color:#1760b6;}
#titlerow h1, #pg_title h2 {color:#fff;letter-spacing:1px;}

.pop {color:#1760b6;font-weight:bold;}
ul.sidecheck, ul.sidecheck li {list-style-type:none;text-align:left;text-transform:capitalize;}
ul.sidecheck li::marker {color:green;}
ul.sidecheck li i {color:green;}
ul.sidecheck li { 
	font-weight:bold;
    font-size: 21px;
}
ul.sidecheck {margin-left:0px;padding-left:0px;margin-bottom:20px;list-style-position:outside;}
#coup-check ul.sidecheck li {font-size:24px;margin-bottom:10px;}

.card-body {background-color:rgba(255,255,255,0.8);padding:20px;text-align:center;border-radius:15px;}
.card-body.darkcard {background-color:rgba(0,0,0,0.6);}

.su-carousel .su-carousel-slide img {border-color:#fff!important;max-width:350px;height:auto;}
.su-carousel-slide {margin-top:5px;margin-bottoM:5px;}

.bluesmbtn {	font-family:'Arial', sans-serif;
	color: #fff83a!important;
    font-size: 22px !important;
    min-width: auto!important;
    line-height: 2!important;
    padding-bottom: 0px;}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
 z-index:999;
	background-color:rgba(255,255,255,1);
	box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
}
.sticky #logo {max-width:250px;}

#myHeader p {
	font-size:14px;
}
.sticky .logo-tag, #myHeader.sticky p {color:#00338f !important;}
.sticky .btn { font-size: 24px;
    padding-bottom: 10px;}
#coupons .spacer {padding-bottom:0px;}

#trust-badges .eq-blocks a {  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;width:100%;}

.sidebar-badges {background-color:#fff;box-shadow: 0px 0px 15px #aaa;padding:20px;}
.sidebar-badges .eq-blocks img {max-width:200px;box-shadow:none !important;}
ul.service-area-locations {list-style-type:none;column-count: 5;text-transform:capitalize;margin-left:0px;padding-left:0px;}
ul.service-area-locations li {padding:10px 0px;}
#product-links .eq-blocks {margin-bottom:0px;}

.bigtxt {font-size:36px;margin-bottom:20px;}
.footerlogo {max-width:300px;width:100%;}

.footers #menu-main {list-style-type:none;text-align:center;margin-left:0px;padding-left:0px;}

.sidebar-spacer {clear:both;height:25px;}
.copyright {line-height: 1.3;}
#four-cat ul {list-style-type:none;padding-left:10%;margin-left:5px;margin-top:10px;margin-bottom:5px;}
#four-cat ul li {padding-left:10px;}
#four-cat ul li::marker {color:green;}
#menu-sidebar-menu li a {font-size:20px;}
#hero-1 .card-body {margin-bottom: 10px;
    margin-top: 10px;
    margin-left: auto;
	margin-right:auto;
	max-width: 370px;}
#hero-1 h2.samedayservice {color:#333; text-shadow:none;font-family:'Arial', sans-serif;font-weight:bold;font-size:22px;margin-bottom:5px;}
#pg_title h2 {text-align:center;}
.xsmtxt {font-size:11px!important;}

img.nostyles {border:0px;box-shadow:none;}

.ytext {Color:#1760b6;text-shadow:0px 0px 5px #fff;}
.shadowbold {
    text-shadow: 1px 0px 0px #1760b6;
	color:#1760b6;
	font-size:22px;
}

#companypanorma{background-image:url('/wp-content/themes/ultrabootstrap_ogd/images/fleet-trimmed2.jpg');}
#hero-1 ul.sidecheck li {padding-top:0px;padding-bottom:0px;}

#cta-doublebtn h2, #cta-doublebtn2 h2 {font-size:24px;text-align:center;color:#fff;text-shadow:0px 1px 2px #000;text-transform:capitalize!important;margin:10px 0;}
#cta-doublebtn, #cta-doublebtn2 {background-color:#aaa;padding:10px;}
#cta-doublebtn .btn, #cta-doublebtn2 .btn {margin-top:5px;margin-bottom:5px;}

.mb-2 {margin-bottom:20px;}
.mb-1 {margin-bottom:10px;}

.nav.navbar-nav.navbar-default li a{font-size:11px !important;}


#hero-1 h3 {
    font-size: 26px;
}
.su-image-carousel {margin-left:auto !important;margin-right:auto !important;}
.su-image-carousel-slides-style-default .su-image-carousel-item-content img {border:2px dashed #222 !important; border-radius:0px;}
#reviews .su-image-carousel-slides-style-default .su-image-carousel-item-content img  {border:1px dashed #fff !important; border-radius:0px;}
ul.sidecheck {font-size:23px;margin-left:auto;margin-right:auto;display: inline-block;}
#coup-check ul.sidecheck li {font-size:23px;}
#coup-check ul.sidecheck {margin-top:15px;}

@media (min-width: 768px) {
    .text-sm-left { text-align: left; }
    .text-sm-right { text-align: right; }
    .text-sm-center { text-align: center; }
    .text-sm-justify { text-align: justify; }
	.navbar-nav > li {float:none;display:inline-block;}
	.navbar-nav {float:none;text-align:center;}
	.stickymargin {padding-top:130px;padding-bottom:30px;}
	.stickymargingeneral {margin-top:100px !important;}
	body.home .stickymargingeneral, 
	body.page-template-page-neighborhood .stickymargingeneral, 
	body.page-template-page-commercial .stickymargingeneral {margin-top:0px !important;}
	
}

@media (min-width: 992px) {
    .text-md-left { text-align: left; }
    .text-md-right { text-align: right; }
    .text-md-center { text-align: center; }
    .text-md-justify { text-align: justify; }

}

@media (min-width: 1200px) {
    .text-lg-left { text-align: left; }
    .text-lg-right { text-align: right; }
    .text-lg-center { text-align: center; }
    .text-lg-justify { text-align: justify; }
}


    @media (max-width: 991px) {
		#header-logo-phone .container {width:100% !important;}
        h1 {
            font-size: 24px;
        }
        header .navbar-default .navbar-nav>li>a {
            padding: 15px 10px;
        }
        header .logo-tag h1 {
            font-size: 16px;
            margin-top: 15px;
        }
        header .logo-tag h2 {
            font-size: 12px;
            letter-spacing: 1px;
        }

		#header-logo-phone .container a.red {padding-left:5px;padding-right:5px;letter-spacing:0px;}
		
		#tap-text-btns, .taptocall, .mobileshow, .mobileonly {display:none;}
.mobilehide {display:inline-block;}
    }
    @media (max-width: 767px) {#myHeader.sticky p {margin-top:0px;}
		.footers .blue.mb-2.btn.white {margin-bottom:20px;}
		
		 #companypanorma {
			 background-image:url(/wp-content/themes/ultrabootstrap_ogd/images/fleet-trimmed2_medium.jpg);
		 }

		body.home #hero-1, body.page-template-page-neighborhood #hero-1 {background-image:url(/wp-content/themes/ultrabootstrap_ogd/images/garage-door-hero_medium.jpg);}

		#myHeader p {margin-top:0px;}

		 .family-check-list {margin-top:0px;}
	    .family-check-list ul li {display:inline-block;}
		
		#hero-1 .su-column {margin-bottom:-30px !important;margin-top:-30px !important;}
		
		#fleetimg {min-height:200px;margin-top:30px;}
		ul.footer-products-list li {width:33%;}
  
        header .navbar-default .navbar-nav>li>a {
            padding: 5px 30px;
        }
        header .navbar-nav {
            display: inline-block;
            margin-top: 0;
        }
        header .navbar-nav .dropdown-menu {
            margin-left: 5px;
            display: none !important;
        }
        header .navbar-nav .open .dropdown-menu {
            display: block !important;
        }
        h4 {
            margin-bottom: 10px;
        }
        .logo-tag {
            margin-left: 15px;
        }
        .navbar-default .navbar-toggle {
            position: absolute;
            right: 0;
            border: none;
            border-radius: 0;
			    margin-top: 3px;
        }
        .navbar-default .navbar-toggle .icon-bar {
            background-color: #fff;
        }
        .navbar-default .navbar-collapse,
        .navbar-default .navbar-form {
            border: none;
        }
		.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {background-color:maroon;}
        .main-search {
            display: none;
        }
      
        .spacer {
            padding-top: 30px;
            padding-bottom: 30px;
        }
		.spacersm {padding-top:15px;padding-bottom:15px;}
        .welcome {
            height: inherit;
        }
        .welcome .message {
            height: 150px;
        }
        .post-list .post-block {
            height: auto;
        }
        ul {
            margin: 0;
            padding-left: 15px;
        }
		
		#hero-1 h2, #hero-1 h2.hero-title {font-size:32px;line-height: 1.1;
			padding-left:20px;padding-right:20px;
    text-align: center;
    color: #fff;
    text-shadow: 1px 2px 2px rgba(0,0,0,0.5);
    margin: 10px auto 25px;}
		.bkgwhite, #individual-post .row {padding:0px;} 
		.mobileshow{display:inline-block;}
		 .mobilehide, .moblieonly{display:none;}
	 #header-logo-phone  {position:relative;top:0px;z-index:9999;}
#logo-menu {position:relative;top:0px;z-index:9999;box-shadow:0px 10px 20px rgba(0,0,0,.5);}
		#secondary a.red {width:auto;}
		#header-logo-phone .container a.red {padding-left:5px;padding-right:5px;letter-spacing:0px;}
			 #companypanorma {min-height:200px;}
	 .family-check-list {margin-top:0px;}
	 .family-check-list ul li {display:inline-block;}
	#secondary a.red {width:auto;}
		ul.footer-products-list li {width:50%;}
	 .logo-tag a img {width:100%;}
	 .xs-mt-0 {margin-top:0px;}
	 .xs-hide {display:none !important;}
	 .mobileonly {display:block !important;}
	 #middletxt p.mobileonly {margin-bottom:10px !important;  margin-block-start:0px;
    margin-block-end: 0px;text-transform:capitalize;}
	 #middletxt img {width:270px;margin-top:-5px;margin-left:auto;margin-right:auto;}
	 .mobilelg {clear:both;font-size:150%;font-weight:900;text-transform:uppercase;}
	 #hero-1 h2, #hero-1 h2.hero-title {padding-top:10px;margin-top:0px;margin-bottom:10px;font-weight:400;text-transform:initial;}
	 #promo .spacer {padding-top:10px;padding-bottom:10px;}
	 #hero-1 .spacer {padding-top:0px;padding-bottom:0px;}
	 #hero-1 .red, #hero-1 .blue {margin-bottom:20px;}
		

		
		ul.service-area-locations {list-style-type:none;column-count: 3;}
		ul.sidecheck li {padding-top:0px;padding-bottom:0px;}
		ul.sidecheck li::marker {color:green;}
		.logo-tag a img {
    width: 100%;
}
	
    }
 @media (max-width: 766px) {
	 .mobile-center, #maintext h2 {text-align:center;}
	  #header-logo-phone h3 .xs-hide {display:none;}
	 #header-logo-phone .mt-3 {margin-top:0px !important;}
	
	 .text-xs-left { text-align: left; }
.text-xs-right { text-align: right; }
.text-xs-center { text-align: center; }
.text-xs-justify { text-align: justify; }
}

 @media (max-width: 540px) {
	 #hero-1 ul.sidecheck li {font-size:20px;}
	 #hero-1 .sidecheck {margin-bottom:20px;padding-left:0px;}
	  #companypanorma {
			 background-image:url(/wp-content/themes/ultrabootstrap_ogd/images/fleet-trimmed2_mobile.jpg);
		 }
	  body.home #hero-1, body.page-template-page-neighborhood #hero-1 {background-image:url(/wp-content/themes/ultrabootstrap_ogd/images/mobile-hero-garage.jpg);}
	  body.page-template-page-commercial #hero-1  {background-image:url(/wp-content/themes/ultrabootstrap_ogd/images/commerical-mobile-hero.jpg);background-position:center center;}
	 article h2 {text-align:center;}
	 #four-cat ul li {font-size:22px;} 
	 #reviews {overflow:hidden;}
	 #brands .su-column-size-1-4 { width: 50% !important;
    float: left !important;}
	 #maintext.spacer, #maintext .spacer, #brands .spacer {padding-top:0px;padding-bottom:0px;}
	 body {padding-bottom: 80px;}
	 #middletxt h3 {font-size:18px;}
	 #middletxt p {margin-bottom:5px;font-size:15px;line-height:1;margin-top:3px;}
	 
	 #tap-text-btns, .taptocall, .mobileshow, .mobileonly {display:inline-block;}
.mobilehide {display:none;}
	 #myHeader .pt-2 {padding-top:0px;}
	 
	 ul.service-area-locations {list-style-type:none;column-count: 2;}
	 .service-block {letter-spacing:0px;}
	 .sidebar-spacer {clear:both;height:0px;}
	 body.home #hero-1, body.page-template-page-neighborhood #hero-1 {padding-bottom:0px;}
	 
	 .sticky {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 999;
	 }
	 
	 .page-template-default #individual-post.spacer,
	 .page-template-default #individual-post .container.spacer {
		 padding-top:0px;
	 }

	 #brands h2, #four-cat h2, #reviews h2 {padding-left:10px;padding-right:10px;}
	 .card-body {
    background-color: rgba(255,255,255,1);
	 }
}
