body {
  padding-top: 70px;
  padding-bottom: 30px;
  background:url(/img/background-tile.jpg);
}

p a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.row p a:hover {
	text-decoration: underline;
	color: #000;
	font-weight: bold;
}

.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.theme-showcase .navbar .container {
  width: auto;
}

h1{
	font-size: 22px;
	padding-bottom: 15px;
	color: #ff2600;
}

h2 {
	color: #707070;
	margin-bottom: 10px;
	font-size: 20px;
	margin-top: 15px;
}

h3 {
	color: #ff2600;
	font-size: 22px;
	margin-top: -10px;
}

h4 {
	color: #FF2600;
	font-size: 16px;
}	

.background {
	background: #fff;
}

.clear {
	clear: both;
}

.shrink {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}

.google-review-img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
	float: left;
	position: relative;
	padding-right: 15px;
}

.google-review {
	position: relative;
	float: left;
}

@media (max-width: 768px) {
.google-review-img {
	clear: both;
	float: none;
	display: block;
	margin: auto;
}
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
	margin-bottom: 20px;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.btn-primary:visited {
    color: #fff !important;
}

.row a {
	color: #000;
}

.active-link {
	text-decoration: underline;
}

.images {
	margin-bottom: 10px;
	width: 208px;
}

ul li a {
	font-weight: bold;
	text-decoration: none;
}

ul li a:hover {
	font-weight: bold;
	text-decoration: underline;
}

@media (max-width: 768px) {
.images {
	display: block;
    margin-left: auto;
    margin-right: auto;
}
}

.manufacturers {
	float: right;
	position: relative;
	padding-left: 15px;
	padding-bottom: 15px;
}

/*------------- Navigation Bar -------------*/

.navbar-inverse {
    background-image: -webkit-linear-gradient(top, #0877df 0, #0063bf 100%);
    background-image: -o-linear-gradient(top, #0877df 0, #0063bf 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0877df), to(#0063bf));
    background-image: linear-gradient(to bottom, #0877df 0, #0063bf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0877df',  endColorstr='#FF0877df',  GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #ff2600;
}

.navbar-inverse .navbar-nav > li > a:hover {
	background-color: #ff2600 !important;
	color: #fff !important;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.open>a {
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    filter: none;
    background-repeat: no-repeat;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #ff2600;
}

.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #3C3C3C;
    background-color: transparent;
}

.nav-button {
	margin-top: 10px;
	margin-right: 15px;
	margin-left: 10px;
}

@media (min-width:992px)and (max-width:1199px) {
.nav>li>a {
    position: relative;
    display: block;
    padding: 15px 6px !important;
}
}

/*------------- Carousel -------------*/


/* Carousel base class */
@media (min-width:768px) {
.carousel {
  height: 350px;
  margin-bottom: 25px;
  margin-top: 100px !important;
}
}

.carousel {
  height: 350px;
  margin-bottom: 25px;
  margin-top: 30px;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
	height: 350px;
	background: #000;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
}

.carousel-caption {
	background: background: rgb(0, 0, 0); /* The Fallback */
	background: rgba(0, 0, 0, 0.5); 
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px;
}

/*------------- Home Page Elements -------------*/

.col-md-5 {
	background: none repeat scroll 0% 0% #F9F9F9;
	border: 3px solid #D7D7D7;
	margin-bottom: 15px;
}

.col-md-3 {
	background: none repeat scroll 0% 0% #F9F9F9;
	border: 3px solid #D7D7D7;
	margin-bottom: 15px;
}

.margin {
	margin: 20px 28px 25px 2px;
}

.hot-button {
	position: relative;
	float: right;
	margin: 20px 28px 25px 2px;
	filter: Alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	border: none;
	margin-top: 20px;
}

.hot-button a:hover {
    filter: Alpha(opacity=75);
    -moz-opacity: .75;
    opacity: .75;
    border: none;
}

@media (min-width:992px)and (max-width:1199px) {
.hot-button {
	position: relative;
	float: right;
	margin: 20px 28px 25px 2px;
	filter: Alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	border: none;
	margin-top: 20px;
	width: 210px;
}
}

/*------------- Header -------------*/

#top-banner-wrap {
	display: none;
}

@media (min-width:768px) {
#top-banner-wrap {
	width: 100%;
	border-bottom: 2px solid #535353;
	background: #d9d9d9;
	position: fixed;
	top: 0;
	height: 23px;
	z-index: 100;
	display: inline;
}
}

#top-banner-wrap p {
	font-size: 14px;
	text-align: center;
}

#top-banner-wrap a:hover {
	color: #000;
}

#header-wrap {
	width: 100%;
	background: url(/img/header-tile.jpg);
	border-bottom: 2px solid #000;
	position: fixed;
	top: 0;
	z-index: 100;
}

@media (min-width:768px) {
#header-wrap {
	width: 100%;
	background: url(/img/header-tile.jpg);
	border-bottom: 2px solid #000;
	position: fixed;
	top: 23px;
	z-index: 100;
}
}

.logo {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
	margin-top: 15px;
	margin-bottom: 15px;
}

@media (min-width:768px) {
.navbar-fixed-top {
	top: 125px !important;
}
}

.navbar-fixed-top {
	top: 50px;
}

.phone {
	font-size: 12px;
	text-align: right;
	font-weight: bold;
	margin-top: 15px;
	clear: both;
}

@media (min-width:768px) {
.phone {
	font-size: 32px;
	text-align: right;
	font-weight: bold;
	clear: both;
	margin-top: 0;
}
}

.social-icons {
	display: none;
}

.social-icons:hover {
	opacity: .5;
	filter: alpha(opacity=50)
}

@media (min-width:770px) {
.social-icons {
	float: right;
	position: relative;
	margin-left: 5px;
	opacity: 1;
	filter: alpha(opacity=100);
	display: inline;
	margin-top: 15px;
}
}

/*------------- Manufacturer Logos -------------*/

@media (min-width:768px) {
.manufacturer-logos {
	float: left;
	positon: relative;
	margin: 10px 25px 10px 25px;
	width: 115px !important;
}
}

.manufacturer-logos {
	float: left;
	positon: relative;
	margin: 10px 25px 10px 25px;
	width: 95px;
	filter: Alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.manufacturer-logos:hover {
	filter: Alpha(opacity=50);
	-moz-opacity: .5;
	opacity: .5;
}

@media (min-width:992px)and (max-width:1199px) {
.manufacturer-logos {
	float: left;
	positon: relative;
	margin: 10px;
	width: 95px;
}
}

/*------------- Home Page Elements -------------*/

.footer-bk {
	background: url(/img/footer-tile.jpg);
	border-top: 2px solid #ff2600;
	margin-top: 20px;
	width: 100% !important;
}

.footer-small p {
    font-size: 10px;
}

.footer-bk a:hover {
	color: #000;
}

/*------------- Sidebar Form -------------*/

#sidebar-form-container {
	position: relative;
	float: left;
	width: 215px;
	background: #bcbcbc;
}

#sidebar-form {
	margin: 10px;
}

.antispam {display:none}

#sidebar-form label {
	font-weight: 700;
	color: #000;
}

#sidebar-form p {
	font-size: 12px;
	color: #000;
	font-weight: 700;
}

#sidebar-form textarea,input {
	border: 1px solid #a9a9a9;
	padding: 2px;
	background: #f5f5f5;
	margin-top: 5px;
	width: 100%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	color: #000;
}

#submit {
	width: 75px!important;
	text-align: middle;
	background: #FF2600;
	font-weight: 700;
	position: relative;
	float: left;
	cursor: pointer;
	margin-right: 10px;
	margin-bottom: 15px;
}

.col-xs-12 {
	float: right;
	width: 75% !important;
}

.content-top {
	margin-top: 125px;
}

.content-soffit {
	margin-top: 25px;
}

@media (max-width: 768px) {
    #sidebar-form-container {
        display: inline-block;
        margin-top: 20px;
        width: 100%;
    }

    .col-xs-12 {
        float:none !important;
        margin-left:0;
		width: 100% !important;
    }
	
	.content-top {
		margin-top: 45px !important;
}
}

/*------------- Site Index -------------*/

#site-index a, a:visited {
	color: #000;
}

#site-index a:hover {
	color: #000;
	text-decoration: underline;
}

#site-index {
	padding: 15px;
	background-color: #fff;
	height: auto;
}

.site-index-container {
	float: left !important;
	position: relative !important;
	margin-left: 25px !important;
	width: 250px !important;
}

@media (max-width: 768px) {
.site-index-container {
	float: left !important;
	position: relative !important;
	margin-left: 0 !important;
	width: 250px !important;
}
}

.site-index-container a:hover {
	color: #ebb600!important;
}

article {
	position: relative;
}

article input {
	display: none;
}

article:after, article:before {
	content: "";
	display: table;
}

article:after {
	clear: both;
}

article section:last-of-type {
	display: none;
	visibility: hidden;
}

section {
	-webkit-transition: .125s linear;
	-moz-transition: .125s linear;
	-ms-transition: .125s linear;
	-o-transition: .125s linear;
	transition: .125s linear;
}

#read_more input[type=checkbox] {
	border: 0!important;
	clip: rect(0 0 0 0)!important;
	height: 1px!important;
	width: 1px!important;
	margin: -1px!important;
	overflow: hidden!important;
	padding: 0!important;
	position: absolute!important;
}

[for=read_more]:hover {
	text-decoration: underline;
}

[for=read_more] span:last-of-type {
	display: none;
	visibility: hidden;
}

input[type=checkbox]:checked~section {
	display: block;
	visibility: visible;
	width: 100%;
}

input[type=checkbox]:checked~figure {width:100%}
input[type=checkbox]:checked~[for=read_more] span:first-of-type {display:none;visibility:hidden}
input[type=checkbox]:checked~[for=read_more] span:last-of-type {display:block;visibility:visible}

/*------------- Contact Page -------------*/

#contact-container {
	    position: relative;
		float: left;
		margin-right: 50px;
}

#map {
	position: relative;
	padding-bottom: 35%; // This is the aspect ratio
	height: 0;
	overflow: hidden;
}

#map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

@media (max-width: 768px) {
#map {
	width: 100%;
	float: none;
	height: 200px;
}
}

/*------------- Windows Gallery Page -------------*/

#gallery {
	position: relative;
	padding-bottom: 35%; // This is the aspect ratio
	height: 0;
	overflow: hidden;
}

#gallery object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

@media (max-width: 768px) {
#gallery {
	width: 100%;
	float: none;
	height: 200px;
}
}

/*------------- Windows Testimonials -------------*/

.g-post {
	position: relative;
	padding-bottom: 35%; // This is the aspect ratio
	height: 0;
	overflow: hidden;
}

.g-post data {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

@media (max-width: 768px) {
.g-post {
	width: 100%;
	float: none;
	height: 200px;
}
}

.Yc {
	width: 200px !important;
}

/*------------- Coupon -------------*/

.coupon {
	width:30%;
	border:5px dashed #000;
	margin-right:20px;
	float:left;
	position:relative;
	padding:20px;
	background: url(/img/header-tile.jpg) repeat;
}

@media (max-width: 768px) {
.coupon {
	width: 100%;
	float: none;
	margin-bottom: 15px;
}
}

.coupon h1, .coupon-last h1{
	text-transform:uppercase;
	text-align:center;
	font-weight:700;
	font-size:22px;
	padding-bottom:15px;
	color:#6a290f;
	margin-top:-5px
}

.bold{
	font-weight:700;
	margin-bottom:5px;
}

.coupon-image{
	width:250px;
	border:5px dashed #000;
	margin-right:20px;
	float:left;
	position:relative
}

.bottom {
	margin-bottom: 15px;
	width: 100%;
}

/*------------- Quote -------------*/

.quote-left {
	width: 45%;
	float: left;
	position: relative;
	margin-right: 10%;
}

.quote-right {
	width: 45%;
	float: right;
	position: relative;
}

@media (max-width: 768px) {
.quote-left {
	width: 100%;
	float: none;
}

.quote-right {
	width: 100%;
	float: none;
}
}
