@charset "utf-8";
/* CSS Document */

.container {
	width:100% !important;
}
.inside-container {
	width:100%;
	max-width:1140px;
	margin:0 auto;
}
.container2 {
	display:inline-block;
	width:100%;
	overflow: hidden;
}
.top-image {
	width:100%;
	height:auto;
	max-height:513px;
}
.page {
  margin-top:75px;
}
.center {
	margin:0 auto !important ;
	text-align:center;
}
.parallax-overlay {
	display:block;
	height:100%;
	width:100%;
	background-image:url(../img/overlay-pattern.png);
	background-repeat:repeat;
}
.dynamic_iframe-1 {
	display:block;
	width:100%;
	height:450px;
	border:none;
	max-width:800px;
	margin:10px;
}

.dynamic-slide {
  height:500px;
  width:100%;
  display:inline-block;
  background-repeat:no-repeat;
  background-size:cover;
}
.carousel {
    margin-top: 0;
}
.carousel-caption {
    bottom: 0;
    left: 0;
    padding: 10em 10em;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: rgba(68, 68, 68, 0.5);
    /* -webkit-clip-path: polygon(79% 0, 100% 100%, 0 100%, 0 0); */
    clip-path: none;
}
.dynamic-logo-bg {
	background-color: #CCC;
	margin-top: -20px;
	padding: 20px;
}
.dynamic-slogan {
	text-align: center;
	font-size: 25px;
	color: #2c3976;
}
.bg-image {
	background-size: cover;
	background-position: center center;
	background-image: url(../img/garage-door-family.jpg);
}
.m-slide-bg {
	background-image: url(../img/m-garage-door-family-b.jpg);
}
.navbar {
  background-color: rgba(51,51,51,0.95);
  border-radius:0 !important;
}
.navbar-default {
	border: none;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:visited {
	color: #ddd;
}
.navbar-default .navbar-nav > li > a:hover {
	color: #fff;
}
.navbar-toggle {
	display: block;
	background: #e6e6e6;
	color: #6a6c6c !important;

	border: none;
	float: none;
	font-family: "Open Sans",sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	text-transform: uppercase;
	margin: 0, 0, 10px, 0;
	width: 100%;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

a.clickable-img {
	display:block;
	background-color: rgba(0,0,0,1);
	overflow:hidden;
	width:100%;
}

a.clickable-img  img{
	opacity: 0.75;
    filter: alpha(opacity=75); /* For IE8 and earlier */
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	margin-bottom: -60px;
}
a.clickable-img:hover img{
	opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
.covid-banner-bg {
	display: inline-block;
	background-image: url("../img/us-states-outline-bg.jpg");
	background-size: cover;
	background-position: center;
	width:100%;
	min-height:500px;
}
.covid-wrap {
	display: block;
	padding: 50px;
	margin: 50px;
	border-radius: 30px;
	color: #f4f4f4;
}
.link-white:link, .link-white:visited {
	color: rgba(255,255,255, 0.95);
}
.link-white:hover {
	color: rgba(255,255,255, 0.75);
}
.banner-link {
	padding: 20px;
	background-color: rgba(0,0,0,.8);
	top: -80px;
    display: block;
    position: relative;
	text-align: center;
	color: #fff;
}

.call2action {
  display:block;
  width:100%;
  max-width:1140px;
  min-height:110px;
  text-align:center;
  /**background-image: url(../img/octagon-blue.jpg);
  background-attachment: fixed;
  background-size: 1140px 600px;
  background-repeat: no-repeat;
  background-position: center bottom;**/
  color:#f2d303;
  font-size:30px;
  margin:0 auto;
  border-radius:20px;
}
.call2action2 {
  display:inline-block;
  width:100%;
  min-height:200px;
  text-align:center;
  background-image: url(../img/seo-words.jpg);
  background-attachment: fixed;
  background-size: 1140px 600px;
  background-repeat: no-repeat;
  background-position: center bottom;
  color:#fff;
  font-size:30px;
  margin:25px 0;
}
.overlay {
  display:inline-block;
  width: 100%;
  max-width:1140px;
  height: 100%;
  margin:0 auto;
  background-color: rgba(0,0,0,0.4);
  border-radius:20px;
}
.footer {
  display:block;
  background-color:#444;
  color:#fff;
  width:100%;
  padding:20px;
  text-align:center;
  font-size:12px;
}
.footer a {
	color:#fff;
}
.cta-footer {
	display:block;
	width:100%;
	padding:50px;
	background-color: #949494;
}
.pre-footer {
  display:block;
  background-color:#666;
  color:#fff;
  width:100%;
  padding:20px;
  min-height:180px;
}
.footer-title {
	font-size:18px;
	border-bottom:solid 1px #999;
	margin-bottom:10px;
	font-weight:bold;
}
.white_link:link, .white_link:visited {
	color:#fff;
}
.white_link:hover {
	color:#3CF;
}

.yellow_link:link, .yellow_link:visited {
	color:#f2d303;
}
.yellow_link:hover {
	color:#fbe133;
}

.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:visited {
	background-color:#eee;
	color:#333333;
}

.h-red {
	color: #be0a0a;
}
.pre-header {
	display:inline-block;
	width:100%;
	background:#666;
	height:25px;
	position:fixed;
	z-index:1000;
	color:#fff;
	top:0;
}
.pre-header a {
	color:#fff;
}
.pre-header a:hover {
	color:#0CF;
}
#header{
	position: fixed;
	top:25px;
	width: 100%;
	/*height:84px;*/
	font-family: 'PT Sans', sans-serif;
	z-index:1000;
	
	// set animation
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	transition: height 1s ease;
}
#header.sticky {
	text-align: left;
	/*height:50px;*/
}
#logo {
  display:block;
  width:300px;
  height:auto;
  margin: 10px;
  max-height:96px;
  top: 0px;
  /*-webkit-transition: width 1s ease, height 1s ease;*/
  transition: width 1s ease, height 1s ease;
}
#logo.sticky_size {
	height: auto;
	width:300px;
	margin-top: 10px;
	margin-bottom: 2px;
}
#nav-sticky {
	margin-top:0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
#nav-sticky.sticky_margin {
	margin-top:0;
}
.in-bg {
	background:rgba(255,255,255, 0.8);
	margin-bottom:5px;
	width:100%;
	border:solid 1px #CCC;
}
.error {
	border: 1px solid #F00;
}
.box1 {
	display:block;
	width:100%;
	height:100%;
	background-image:url(../img/parallax-2.jpg);
	background-attachment:fixed;
	background-size:cover;
	color:#fff;
	padding:20px;
}
.box-shadow {
	border:solid 1px #CCC;
	border-radius:10px;
	margin:10px 20px 30px 10px;
	padding:10px;
	-webkit-box-shadow: 10px 10px 41px 0px rgba(0,0,0,0.37);
	-moz-box-shadow: 10px 10px 41px 0px rgba(0,0,0,0.37);
	box-shadow: 10px 10px 41px 0px rgba(0,0,0,0.37);
}
.section-1 {
	background-color: #eaeff3;
	width: 100%;
	padding: 50px 20px;
	margin-bottom: 50px;
}
.section-2 {
	background-color: #fff;
	width: 100%;
	padding: 50px 20px;
	margin-bottom: 50px;
}
.section-3 {
	background-color: #6a6c6d;
	width: 100%;
	padding: 50px 20px;
	margin-bottom: 50px;
	color: #fff;
}
.coupon {
	width:100%;
	border: dashed 4px #333;
	padding: 10px;
	margin-bottom: 10px;
}
.coupon-footer {
	font-size: 12px;
	border-top: solid 1px rgb(231, 231, 231);
	padding-top: 5px;
	min-height: 40px;
}
.coupon-header {
	font-size: 35px;
	text-align: center;
}
.coupon-header-2 {
	font-size: 16px;
	text-align: center;
	margin-bottom: 20px;
}
.fa-icon {
	font-size: 55px;
	color: rgb(109, 109, 109);
}
.margin-bottom-25 {
	margin-bottom: 25px;
}
.margin-bottom-100 {
	margin-bottom: 100px;
}
#portfolio {
  display: block;
}

#portfolio li {
  display: block;
  float: left;
  width:280px;
  height:160px;
  position:relative;
  border:solid 10px #fff;
  margin:10px;
  
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 1px 2px 2px rgba(0,0,0,0.25);
  -moz-box-shadow: 1px 2px 2px rgba(0,0,0,0.25);
  box-shadow: 1px 2px 2px rgba(0,0,0,0.25);
}

#portfolio li a {
  display:block;
  background: #fff;
  width:100%;
  height:140px;
  width:260px;
  overflow:hidden;
  position:relative;
}
#portfolio li a img {
   position: absolute;
   top: -9999px;
   bottom: -9999px;
   left: -9999px;
   right: -9999px;
   margin: auto;
}

/* Owl Carosel */

.owl-carousel .owl-item img {
	max-width:443px;
	width: 100%;
	height: auto;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
	display:block !important;
}

.owl-carousel {
	padding: 45px 0 0;
	/* margin-bottom: 4em; */
}

.owl-theme .owl-nav [class*=owl-] {
	/* padding: 20px 28px !important; */
	margin: 0 !important;
	/* text-indent: -999em; */
	background: none !important;
}
.owl-next:hover,
.owl-prev:hover {
	background:#424242 !important;
	-webkit-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	-ms-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.owl-next,
.owl-prev {
    color: #8e8e8e !important;
    /* font-size: 26px !important; */
    margin: 5px;
    padding: 4px 7px;
    /* background: #eaeaea !important; */
    display: inline-block;
    cursor: pointer;
    border-radius: 14px !important;
    /* -webkit-clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 60% 100%, 85% 50%, 60% 0); */
    /* clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 60% 100%, 85% 50%, 60% 0); */
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    position: absolute;
}
.owl-next i,
.owl-prev i {
	font-size:3em;
	color:#00074e;
}

.owl-next {
	right:-4em;
}
.owl-prev {
	left:-4em;
	/* -webkit-clip-path: polygon(40% 0, 16% 50%, 40% 100%, 25% 100%, 0% 49%, 25% 0%); */
	/* clip-path: polygon(40% 0, 16% 50%, 40% 100%, 25% 100%, 0% 49%, 25% 0%); */
}

.owl-theme .owl-nav {
	position:absolute;
	top:40%;
	width: inherit;
}

.mobile_hide {
	display:block;
}
.mobile_only {
	display:none;
}
.btn {
	-webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
@media (max-width: 1190px) {
	#logo {
		width:240px;
		height: auto;
		margin: 15px, auto, 0, auto;
	}
}
@media (max-width: 768px) {
	#logo {
		width:240px;
		margin: 15px, auto, 0, auto  !important;
	}
	#nav-sticky {
		margin-top:0px;
	}
	.mobile_hide {
		display:none;
	}
	.mobile_only {
		display:block;
	}
	.call2action {
	  display:block;
	  width:100%;
	  max-width:1140px;
	  min-height:110px;
	  text-align:center;
	  background-image: url(../img/octagon-blue.jpg);
	  background-attachment: scroll;
	  background-size: 1140px 600px;
	  background-repeat: no-repeat;
	  background-position: center bottom;
	  color:#fff;
	  font-size:30px;
	  margin:0 auto;
	  border-radius:20px;
	}
	.page {
		margin-top:118px;
	}
	.dropdown-menu>li>a {
    color: #aaa !important;
	}
	.dropdown-menu>li>a:hover {
    color: rgb(241, 239, 239) !important;
	}
}