/*!
 * Start Bootstrap - Business Casual (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/*
*Universal
*/
body, html {
	height: 100%;
	min-width: 360px;
	max-width: 2560px;
	margin: 0 auto;
	background-color: #fafafa;
}
 
body {
    font-family: "Roboto",sans-serif;
	background-color: #fff;
	font-size: 16px;
}

h1 {
    text-transform: uppercase;
    font-family: 'Gudea', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

h2,
h3,
h4,
h5,
h6 {
    font-family: 'Gudea', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
	margin-top: 30px;
}

p {
    font-size: 1.25em;
    line-height: 1.6;
    color: #000;
}

hr {
    max-width: 800px;
    border-color: #80cc28;
}

.glyphicon {
    font-size: 30px;
	margin-top: -17px;
}

.navbar-toggle {
	border: solid 1px #80cc28 !important;
}

.navbar-toggle:hover {
	border: solid 1px #1c6434 !important;
	background-color: #373a48 !important;
}

.navbar-toggle:focus {
	background-color: #373a48 !important;
}


.icon-bar {
	background-color: #80cc28 !important;
}

.navbar-nav{
	float:none;
	margin: 0 auto;
	display: table;
	table-layout: fixed;
}

.navbar {
	background-color: #000000;
	margin-bottom: 0px;
}

.navbar li a{
	color: #fff !important;
}

.navbar li a:hover{
	color: #393536 !important;
}

.edgingNav {
	border-top: solid #1c6434 3px !important;
	border-bottom: solid #1c6434 3px !important;
}

.active a{
	background-color: #1c6434 !important;
	color: #000 !important;
}

.logo-color {
	color: #80cc28 !important;
}

/*
*Index
*/
.bg { 
    /* The image used */
    background-image: url("../img/title.jpg");

    /* Full height */
    height: 100%; 

    /* Center and scale the image nicely */
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-two { 
    /* The image used */
    background-image: url("../img/title-two.jpg");

    /* Full height */
    height: 300px; 

    /* Center and scale the image nicely */
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-text { 
    /* The image used */
    background-image: url("../img/LogoMainBW.png");

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
}

.bg-insul { 
    /* The image used */
    background-image: url("../img/insulation.jpg");

    /* Full height */
    height: 300px; 

    /* Center and scale the image nicely */
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	padding: 40px;
}

.bg-insul h1 { 
	text-align: center;
	margin: 50px auto;
	padding: 30px 50px;
	color: #fff;
	background-color: #dfa700;
}

.bg-tapco { 
    /* The image used */
    background-image: url("../img/tapco.jpg");

    /* Full height */
    height: 300px; 

    /* Center and scale the image nicely */
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	padding: 40px;
}

.bg-tapco h1 { 
	text-align: center;
	margin: 50px auto;
	padding: 30px 50px;
	color: #fff;
	background-color: #dfa700;
}

.bg-cons { 
    /* The image used */
    background-image: url("../img/cons.jpg");

    /* Full height */
    height: auto; 

    /* Center and scale the image nicely */
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	padding: 40px;
	border-top: solid 3px #1c6434;
	border-bottom: solid 3px #1c6434;
}

.bg-cons h1 { 
	text-align: center;
	margin: 50px auto;
	padding: 30px 50px;
	color: #fff;
	background-color: #dfa700;
}

.bg-gallery { 
    /* The image used */
    background-image: url("../img/conservatory.jpg");

    /* Full height */
    height: 250px; 

    /* Center and scale the image nicely */
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-decking { 
    /* The image used */
    background-image: url("../img/deckscroll.jpg");

    /* Full height */
    height: 250px; 

    /* Center and scale the image nicely */
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-gallery-two { 
    /* The image used */
    background-image: url("../img/tapcobg.jpg");

    /* Full height */
    height: 250px; 

    /* Center and scale the image nicely */
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.welcome-title {
	background-color: #000;
	opacity: 0.6;
	color: #fff;
	margin: 0 auto;
	text-align: center;
	width: 80%;
	margin-top: 50px;
	margin-top: 50px;
}

.welcome-end {
	background-color: #000;
	opacity: 0.6;
	color: #fff;
	margin: 0 auto;
	text-align: center;
	width: 80%;
	margin-top: 30px;
	margin-top: 30px;
}

.welcome-btn {
	background-color: #1c6434 !important;
	margin: 50px;
	color: #fff !important;
	padding: 10px;
	font-weight: 550;
}

.welcome-btn:hover {
	border: 3px solid #393536;
}

.title {
	border-top: solid #1c6434 3px !important;
	max-height: 300px;
	padding-top: 30px;
	padding-bottom: 30px;
	display: flex;
    align-items: center;
	background-color: #fff;
	color: #1c6434;
}

.pagetitle {
	max-height: 110px;
	background-color: #fff;
	padding-bottom: 70px !important;
}

.pagetitle h1, .pagetitle h2, .pagetitle h3{
	text-align: center;
}

.title img {
	max-height: 240px;
	background-color: #fff;
	min-height: 100px;
	min-width : 120px;
}

.title h1 {
	text-align: center;
}

.welcome-icon {
	padding: 10px;
	margin: 50px auto;
	text-align: center;
	background-color: #373a48;
	border-radius: 5px;
	color: #80cc28;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.welcome-icon-bg {
	background-color:#fafafa;
	border-bottom: solid 3px #1c6434;
	display: flex;
}

.cons { 
    /* The image used */
    background-image: url("../img/cons.jpg");
	width: 100%;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	border: 2px solid #fff;
	border-radius: 10px;
}

.insu { 
    /* The image used */
    background-image: url("../img/insulate.jpeg");
	width: 100%; 

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	border: 2px solid #fff;
	border-radius: 10px;
}

.tapc { 
    /* The image used */
    background-image: url("../img/tapco.jpg");
	width: 100%; 

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	border: 2px solid #fff;
	border-radius: 10px;
}

.tapa a{ 
    text-decoration: none;
}

.cona a{ 
    text-decoration: none;
}

.insa a{ 
    text-decoration: none;
}

.tapa:hover {
	-webkit-animation: bounce 1s;
    animation: bounce 1s;
}

.cona:hover {
	-webkit-animation: bounce 1s;
    animation: bounce 1s;
}

.insa:hover { 
	-webkit-animation: bounce 1s;
    animation: bounce 1s;
}

.welcome-video {
	border: 0.3em solid #1c6434;
	border-radius: 5px;
	background: #000;  
}

.wv {
	position: relative;
	padding-top: 2%;
	padding-bottom: 2%;
	border-top: 0.3em solid #373a48;
	border-bottom: 0.3em solid #1c6434;
}


.wv1 {
	position: relative;
	padding-top: 2%;
	padding-bottom: 2%;
	background-color: #1c6434;
}

.welcome-car {
	position: relative;
	margin: 20px auto;
	overflow: hidden;
	max-height: 40vh;
}

#carouselHome img{
	border: 0.4em solid #373a48;
	object-fit: cover;
	object-position: center;
	margin: 20px auto;
}

#carouselHome .carousel-control.left, #carouselHome .carousel-control.right {
    background-image: none
}

.welcome-lower {
	padding-top: 50px;
	padding-bottom: 50px;
	border-top: solid 3px #1c6434;
	background-color: #373a48;
	color: fff;
}

.welcome-lower p{
	color: #fff !important;
	letter-spacing: 1px;
	font-size: 20px;
}

.welcome-lower h2{
	background-color: #1c6434;
	padding: 20px;
	border-radius: 5px;
	color: #fff;
	font-weight: 800;
}

.welcome-end h2{
	font-weight: 600;
}

.welcome-end {
	color: #fff;
}

 /*Contact page*/
.contact {
	margin-top: 0px;
	border-top: solid 3px #1c6434;
	background-color: #373a48 !important;
}

.googlemap-container {
    position: relative;
    height: 0;
    overflow: hidden;
}

.googlemap-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
	overflow: hidden;
}

.map-address {
	max-height: 800px;
	padding:50px 30px;
}

.address {
	padding-left: 30px;
}

.address a:hover, .address a:visited, .address a:link, .address a:active {
	text-decoration: none !important;
}

.map-address p, .map-address a{
	color: #fff;
}

.map-address h3{
	color: #1c6434;
}

/*Gallery Page*/
#cons-carousel {
	margin: 50px auto;
}

#roof-carousel {
	margin: 50px auto;
}

.car {
	padding: 20px;
	background-color: #fff;
	margin-top: -60px;
	margin-bottom: 50px;
}

.car-inner {
	border: solid 3px #1c6434;
	border-radius: 5px;
	background-color: #373a48;
}

.carousel-inner {
	border: solid 10px #1c6434;
	border-radius: 5px;
}

.car-inner h2 {
	text-align: center;
	font-size: 32px;
	color: #fff;
	padding: 20px 50px;
	background-color: #1c6434;
	border-radius: 5px;
}

.gallery p {
	margin-top: 50px;
	padding: 20px; 
	font-size: 20px;
	border: solid 5px #1c6434;
	border-radius: 5px;
	background-color: #373a48;
	color: #fff;
}

.gallery {
	font-size: 20px;
}

/*Service Page*/
.service-title {
	background-color: #000;
	border-radius: 10px;
	opacity: 0.7;
	color: #fff;
	margin: 0 auto;
	text-align: center;
	width: 80%;
	padding: 40px;
	margin-top: 50px;
	margin-bottom: 50px;
}

.service-welcome {
	background-color: #fff;
	padding: 50px 30px;
}

.service-text {
	padding: 40px 10px;
	background-color: #373a48;
}

.service-text p{
	color: #fff;
}

.service-text h3{
	border: solid 10px #373a48;
	border-radius: 5px;
	background-color: #373a48;
	color: #fff;
}

.service-quest {
	background-color: #1c6434;
	color: #fff;
	padding: 30px 30px;
	margin-bottom:30px;
	border-radius: 10px;
}

.service-quest h1 {
	font-size: 2em;
}

.contact-form {
	padding-bottom: 50px;
}

.list{
	list-style-type: none;
	padding: 10px;
	min-width: 325px;
}

.list li{
	background-color:  #fff;
	border-radius: 10px;
	margin: 0 auto 30px;
	border: solid 5px #1c6434;
	padding: 10px;
	text-align: center;
}

.list a{
	display: inline-block;
	font-size: 24px;
	font-weight: 800;
	letter-spacing: 1px;
	background-color: #80cc28;
	color: #000;
	padding: 10px;
	border-radius: 10px;
	width: 140px;
	text-align: center;
}

.list a:hover{
	text-decoration: none;
}

.list-img {
	margin: 20px auto 0;
}

.list-bottom {
	list-style-type: none;
	padding: 20px;
	text-align: center;
}

.list-bottom li{
	margin: 20px auto;
	opacity: 0.8;
	border-radius: 30px;
	width: 70%;
	padding: 10px;
	font-size: 20px;
}

.list-bottom a{
	text-align: center;
	color: #fff;
}

.list-bottom li:nth-child(odd){
	background-color: #373a48;
}

.list-bottom li:nth-child(even){
	background-color: #80cc28;
}

.list-bottom a:hover{
	text-decoration: none;
}

.tapcolink a:hover {
	background-color: #00aced !important;
	padding: 10px;
	border-radius: 20px;
}

.bca button{
	display: block;
	text-align: center;
	font-size: 20px;
	margin: 50px auto 0 !important;
}

.bca a{
	color: #000;
}

.dropdown-menu {
	position: absolute;
	margin: 0 auto !important;
	padding: 20px;
}

/*Tapco page*/
.tapcovid {
	background-color: #373a48;
	border-bottom: solid 3px #1c6434;
}

.tapco-gallery {
	padding: 20px 10px;
	margin: 10px auto;
	background-color: #1c6434;
	border-radius: 20px;
}

.tapco-gallery img {
	border-radius: 10px;
}

.caption {
	text-align: center;
	font-weight: 700;
	font-size: 20px;
}

.tapco-gallery a:hover {
	text-decoration: none;
}

.tapco-gal-cont{
	padding: 50px 0;
}

/*Carousel Fade*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

.foam {
	padding-top: 10px;
	padding-bottom: 50px;
}

.foam-list ul {
  margin-top: 20px;
}

.foam-list li {
  list-style: none;
  font-size: 20px;
}

.foam-list li:before {
  content: '✓';
  margin-right: 10px;
  font-size: 36px;
  font-weight: 900;
  color: #1c6434;
}

@media screen and (min-width:1841px) and (max-width:2560px) {
	.navbar-right {
		margin-top: -35px;
	}
	
	.bg { 
		min-height: 900px !important;
	}
	
	.title img{
		margin-left: 70px !important;
	}
	
	.title h1{
		font-size: 66px;
	}
	
	.welcome-title {
		margin-top: 180px;
		padding-top: 80px;
		padding-bottom: 80px;
	}
	
	.welcome-title h2 {
		font-size: 82px !important;
	}
	

	.welcome-btn {
		background-color: #1c6434 !important;
		margin: 50px;
		color: #fff !important;
		padding: 10px;
		font-weight: 550;
	}
	
	.cons { 
		height: 300px; 
	}

	.insu { 
		height: 300px; 
	}

	.tapc {
		height: 300px; 
	}
	
	.welcome-end {
		margin-top: 50px;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	.welcome-end h2{
		font-size: 46px;
	}
	
	.welcome-video {
		width: 50%;
	}
	
	.welcome-car{
		width: 50%;
		max-height: 60vh;
	}
	
	.gallery {
		padding: 50px; 
	}
	
	.googlemap-container {
		padding-bottom: 25%;
	}
	
	.bg-insul h1 { 
		width: 60%;
		font-size: 3em;
	}
	
	.bg-cons h1 { 
		width: 60%;
		font-size: 3em;
	}
	
	.bg-tapco h1 { 
		width: 60%;
		font-size: 3em;
	}
	
}


@media screen and (min-width:1600px) and (max-width:1841px) {
	.navbar-right {
		margin-top: -35px;
	}
	
	.bg { 
		min-height: 1000px !important;
	}
	
	.title img{
		margin-left: 70px !important;
	}
	
	.title h1{
		font-size: 66px;
	}
	
	.welcome-title {
		margin-top: 180px;
		padding-top: 80px;
		padding-bottom: 80px;
	}
	
	.welcome-title h2 {
		font-size: 82px !important;
	}
	

	.welcome-btn {
		background-color: #1c6434 !important;
		margin: 50px;
		color: #fff !important;
		padding: 10px;
		font-weight: 550;
	}
	
	.welcome-video {
		width: 50%;
	}
	
	.welcome-car{
		width: 50%;
	}
	
	.cons { 
		height: 300px; 
	}

	.insu { 
		height: 300px; 
	}

	.tapc {
		height: 300px; 
	}
	
	.welcome-end {
		margin-top: 50px;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	.welcome-end h2{
		font-size: 46px;
	}
	
	.gallery {
		padding: 50px; 
	}
	
	.googlemap-container {
		padding-bottom: 25%;
	}
	
	.bg-insul h1 { 
		width: 60%;
		font-size: 3em;
	}
	
	.bg-cons h1 { 
		width: 60%;
		font-size: 3em;
	}
	
	.bg-tapco h1 { 
		width: 60%;
		font-size: 3em;
	}
}

@media screen and (min-width:1401px) and (max-width:1600px){
	.navbar-right {
		margin-top: -35px;
	}
	
	.bg { 
		min-height: 900px !important;
		max-height: 950px !important;
	}
	
	.title img{
		margin-left: 70px !important;
	}
	
	.title h1{
		font-size: 66px;
	}
	
	.welcome-title {
		margin-top: 100px;
		padding-top: 80px;
		padding-bottom: 80px;
	}
	
	.welcome-title h2 {
		font-size: 72px !important;
	}
	
	.cons { 
		height: 300px; 
	}

	.insu { 
		height: 300px; 
	}

	.tapc {
		height: 300px; 
	}
	
	.welcome-end {
		margin-top: 50px;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	.welcome-end h2{
		font-size: 46px;
	}
	
	.welcome-video {
		width: 50%;
	}
	
	.welcome-car{
		width: 50%;
	}
	
	.gallery {
		padding: 50px; 
	}
	
	.googlemap-container {
		padding-bottom: 38%;
	}
	
	.bg-insul h1 { 
		width: 60%;
		font-size: 3em;
	}
	
	.bg-cons h1 { 
		width: 60%;
		font-size: 3em;
	}
	
	.bg-tapco h1 { 
		width: 60%;
		font-size: 3em;
	}
}

@media screen and (min-width:1201px) and (max-width:1400px) {
	.navbar-right {
		margin-top: -35px;
	}
	
	.bg { 
		min-height: 850px !important;
		max-height: 950px !important;
	}
	
	.title img{
		margin-left: 45px !important;
	}
	
	.title h1{
		font-size: 58px;
	}
	
	.welcome-title {
		margin-top: 120px;
		padding-top: 80px;
		padding-bottom: 80px;
	}
	
	.welcome-title h2 {
		font-size: 64px !important;
	}
	
	.cons { 
		height: 300px; 
	}

	.insu { 
		height: 300px; 
	}

	.tapc {
		height: 300px; 
	}
	
	.welcome-end {
		margin-top: 50px;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	.welcome-end h2{
		font-size: 40px;
	}
	
	.welcome-video {
		width: 60%;
	}
	
	.welcome-car{
		width: 60%;
	}
	
	.gallery {
		padding: 50px; 
	}
	
	.googlemap-container {
		padding-bottom: 45%;
	}
	
	.bg-insul h1 { 
		width: 60%;
		font-size: 3em;
	}
	
	.bg-cons h1 { 
		width: 60%;
		font-size: 3em;
	}
	
	.bg-tapco h1 { 
		width: 60%;
		font-size: 3em;
	}
}

@media screen and (min-width:1001px) and (max-width:1200px) {
	.navbar-right {
		margin-top: -35px;
	}
	
	.bg { 
		min-height: 900px !important;
		max-height: 900px;
	}
	
	.title img{
		margin-left: 30px !important;
	}
	
	.title h1{
		font-size: 48px;
	}
	
	.welcome-title {
		margin-top: 100px;
		padding-top: 80px;
		padding-bottom: 80px;
	}
	
	.welcome-title h2 {
		font-size: 58px !important;
	}
	
	.cons { 
		height: 300px; 
	}

	.insu { 
		height: 300px; 
	}

	.tapc {
		height: 300px; 
	}
	
	.welcome-end {
		margin-top: 50px;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	.welcome-end h2{
		font-size: 32px;
	}
	
	.welcome-video {
		width: 60%;
	}
	
	.welcome-car{
		width: 60%;
	}
	
	.gallery {
		padding: 50px; 
	}
	
	.googlemap-container {
		padding-bottom: 52%;
	}
	
	.bg-insul h1 { 
		width: 60%;
		font-size: 3em;
	}
	
	.bg-cons h1 { 
		width: 60%;
		font-size: 3em;
	}
	
	.bg-tapco h1 { 
		width: 60%;
		font-size: 3em;
	}
}

@media screen and (min-width:768px) and (max-width:1000px) {
	.navbar-right {
		margin-top: -35px;
	}
	
	.bg { 
		min-height: 700px !important;
		max-height: 800px;
	}
	
	.title img{
		margin-left: 25px;
	}
	
	.title h1{
		font-size: 36px;
	}
	
	.welcome-title {
		margin-top: 80px;
		padding-top: 70px;
		padding-bottom: 70px;
	}
	
	.welcome-title h2 {
		font-size: 42px !important;
	}
	
	.cons { 
		height: 200px; 
	}

	.insu { 
		height: 200px; 
	}

	.tapc {
		height: 200px; 
	}
	
	.welcome-end {
		margin-top: 50px;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	.welcome-end h2{
		font-size: 24px;
	}
	
	.welcome-video {
		width: 70%;
	}
	
	.welcome-car{
		width: 70%;
	}
	
	.gallery {
		padding: 30px; 
	}
	
	.googlemap-container {
		padding-bottom: 40%;
	}
	
	.bg-insul h1 { 
		width: 60%;
		font-size: 2em;
	}
	
	.bg-cons h1 { 
		width: 60%;
		font-size: 2em;
	}
	
	.bg-tapco h1 { 
		width: 60%;
		font-size: 2em;
	}
	
	.list-img {
		margin-top: 30px;
	}
	
	.list a {
		text-align: center;
	}
	
	.list li {
		padding-top: 20px;
	}
}

@media screen and (min-width:578px) and (max-width:767px) {
	.navbar-right {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	.navbar .navbar-collapse {
	  position: absolute;
	  width: 100%;
	  background-color: #373a48;
	  z-index: 3;
	  border-top: solid 3px #dfa700;
	  border-bottom: solid 3px #dfa700;
	}
	
	.bg { 
		min-height: 400px !important;
		max-height: 700px;
	}
	
	.title img{
		margin-left: 15px;
	}
	
	.title h1{
		font-size: 26px;
	}
	
	.welcome-title {
		margin-top: 80px;
		padding-top: 60px;
		padding-bottom: 60px;
	}
	
	.welcome-title h2 {
		font-size: 30px !important;
	}
	
	.welcome-end {
		margin-top: 50px;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	.welcome-end h2{
		font-size: 20px;
	}
	
	.welcome-video {
		width: 70%;
	}
	
	.welcome-car{
		width: 70%;
	}
	
	footer h2{
		margin-top: 10px;
	}
	
	footer p {
		margin: 0;
		padding: 5px 0 !important;
		font-size: 16px;
	}
	
	.cons { 
		height: 300px; 
	}

	.insu { 
		height: 300px; 
	}

	.tapc {
		height: 300px; 
	}
	
	.gallery {
		padding: 10px; 
	}
	
	.googlemap-container {
		padding-bottom: 55%;
	}
	
	.bg-insul h1 { 
		width: 80%;
		font-size: 2em;
	}
	
	.bg-cons h1 { 
		width: 80%;
		font-size: 2em;
	}
	
	.bg-tapco h1 { 
		width: 80%;
		font-size: 2em;
	}
	
	.list-img {
		margin-left: 15px;
	}
	
	.list a {
		margin-left: 15px;
	}
}

@media screen and (min-width:451px) and (max-width:577px) {
	.navbar-right {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	.navbar .navbar-collapse {
	  position: absolute;
	  width: 100%;
	  background-color: #373a48;
	  z-index: 3;
	  border-top: solid 3px #dfa700;
	  border-bottom: solid 3px #dfa700;
	}
	
	.title h1{
		font-size: 18px;
	}
	
	.bg { 
		min-height: 350px !important;
		max-height: 650px
	}
	
	.welcome-title h2 {
		font-size: 24px !important;
	}
	
	.welcome-title {
		margin-top: 80px;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	.cons { 
		height: 300px; 
	}

	.insu { 
		height: 300px; 
	}

	.tapc {
		height: 300px; 
	}
	
	.welcome-end {
		margin-top: 50px;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	.welcome-end h2{
		font-size: 18px;
	}
	
	.welcome-video {
		width: 70%;
	}
	
	.welcome-car{
		width: 70%;
	}
	
	.gallery {
		padding: 0px; 
	}
	
	.googlemap-container {
		padding-bottom: 70%;
	}
	
	.hours {
		font-size: 15px;
	}
}

@media screen and (max-width: 450px) {
	.navbar-right {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	.navbar .navbar-collapse {
	  position: absolute;
	  width: 100%;
	  background-color: #373a48;
	  z-index: 3;
	  border-top: solid 3px #dfa700;
	  border-bottom: solid 3px #dfa700;
	}
	
	.title h1{
		font-size: 15px;
	}
	
	.bg { 
		min-height: 300px !important;
	}
	
	.title img{
		margin-left: 0px;
	}
	
	.welcome-title h2 {
		font-size: 20px !important;
	}
	
	.welcome-title {
		margin-top: 80px;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	
	.cons { 
		height: 300px; 
	}

	.insu { 
		height: 300px; 
	}

	.tapc {
		height: 300px; 
	}
	
	.welcome-end {
		margin-top: 50px;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	.welcome-end h2{
		font-size: 18px;
	}
	
	.welcome-video {
		width: 80%;
	}
	
	.welcome-car{
		width: 80%;
	}
	
	.googlemap-container {
		padding-bottom: 80%;
	}
	
	.hours {
		font-size: 15px;
	}
}