/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */

body {
  padding-top: 54px;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}


/* Media Queries */
/* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {
		.quote-img{
			display: none;
		}
		
		.mobile-small-hide{
			display: none;
		}
		
		.mobile-small-show{
			display: block;
		}
		
		.renovations{
			margin-top: 30px;
		}
		
		.product h3{
			font-size: 2rem;
		}
		
		.quote h1{
			font-size: 2rem;
		}
		
		.row h1, h1.jumbotron-heading, .gallery h1{
			font-size: 2rem;
		}
		
		.jumbotron {
    		padding: 4rem 2rem;
		}
		
		.full-product{
			text-align: center;
		}
		
		.main-slider-text{
			display: none;
		}
		
	}

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {
		.quote-img{
			display: none;
		}
		
		.mobile-small-hide{
			display: none;
		}
		
		.mobile-small-show{
			display: block;
		}
		
		.renovations{
			margin-top: 30px;
		}
		
		.product h3{
			font-size: 2rem;
		}
		
		.quote h1{
			font-size: 2rem;
		}
		
		.row h1, h1.jumbotron-heading, .gallery h1{
			font-size: 2rem;
		}
		
		.jumbotron {
    		padding: 4rem 2rem;
		}
		
		.full-product{
			text-align: center;
		}
		
		.main-slider-text{
			display: none;
		}
		
    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
		.quote-img{
			display: block;
		}
		
		.mobile-small-hide{
			display: block;
		}
		
		.mobile-small-show{
			display: none;
		}
		
		.renovations{
			margin-top: 0px;
		}
		
		.product h3{
			font-size: 2rem;
		}
		
		.quote h1{
			font-size: 2rem;
		}
		
		.row h1, h1.jumbotron-heading, .gallery h1{
			font-size: 3rem;
		}
		
		.jumbotron {
    		padding: 6rem 2rem;
		}
		
		.product-description{
			height: 100%;
		}
		
		.full-product{
			text-align: left;
		}
		
		.main-slider-text{
			display: block;
		}
		
    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
		.quote-img{
			display: block;
		}
		
		.mobile-small-hide{
			display: block;
		}
		
		.mobile-small-show{
			display: none;
		}
		
		.renovations{
			margin-top: 0px;
		}
		
		.product h3{
			font-size: 3rem;
		}
		
		.quote h1{
			font-size: 2rem;
		}
		
		.row h1, h1.jumbotron-heading, .gallery h1{
			font-size: 3rem;
		}
		
		.jumbotron {
    		padding: 7rem 2rem;
		}
		
		.full-product{
			text-align: left;
		}
		
		.main-slider-text{
			display: block;
		}
		
    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {
		.quote-img{
			display: block;
		}
		
		.mobile-small-hide{
			display: block;
		}
		
		.mobile-small-show{
			display: show;
		}
		
		.renovations{
			margin-top: 0px;
		}
		
		.product h3{
			font-size: 3rem;
		}
		
		.quote h1{
			font-size: 2rem;
		}
		
		.row h1, h1.jumbotron-heading, .gallery h1{
			font-size: 3rem;
		}
		
		.jumbotron {
    		padding: 7rem 2rem;
		}
		
		.main-slider-text{
			display: block;
		}
		
    }


.portfolio-item {
  margin-bottom: 30px;
}


/* GLOBAL */

.row{
	padding: 30px 0;
}


.row-white{
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
}

.row-white h1{
	color: #000000;
	margin: auto;
	padding: 15px;
}

.row.row-full{
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.bg-primary{
	background-color: #00ACEC !important;
}

.quote{
	font-weight: bold;
	font-style: italic;
}

.card h5{
	color: #000000;
	font-weight:bold;
	font-style: italic;
}

.end-credit{
	background-color: #000000;
	color: #FFFFFF;
	width: 100%;
	padding: 15px 0;
}

a{
	color: #00AEEF;
}

a:hover{
	color: #EC008C;
	text-decoration: none;
}

h1{
	font-family: Pathway Gothic One,"Helvetica Neue",Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 3rem;
	margin-bottom: 1rem;
	line-height: 1;
    color: #EC008C;
}

h3{
	font-family: Pathway Gothic One,"Helvetica Neue",Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 3rem;
	margin-bottom: 1rem;
	line-height: 1;
    color: #EC008C;
}

h4{
	font-family: Pathway Gothic One,"Helvetica Neue",Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 2rem;
	margin-bottom: 1rem;
	line-height: 1;
    color: #000000;
}


/* BUTTONS */
.btn-primary{
	color: #fff;
    background-color: #00ACEC;
    border-color: #00ACEC;
	text-transform: uppercase;
}

.btn-primary:hover{
	color: #fff;
    background-color: transparent;
    border-color: #00ACEC;
	text-transform: uppercase;
}

.btn-inverse{
	color: #fff;
    background-color: transparent;
    border-color: #00ACEC;
	text-transform: uppercase;
}

.btn-inverse:hover{
	color: #fff;
    background-color: #00ACEC;
    border-color: #00ACEC;
	text-transform: uppercase;
}

.btn-inverse-2{
	color: #000;
    background-color: transparent;
    border-color: #00ACEC;
	text-transform: uppercase;
	max-width: auto !important;
	min-width: auto !important;
}

.btn-inverse-2:hover{
	color: #fff;
    background-color: #00ACEC;
    border-color: #00ACEC;
	text-transform: uppercase;
}

.pink-btn{
	color: #fff;
    background-color: #EC008C;
    border-color: #EC008C;
}

.pink-btn:hover{
	color: #fff;
    background-color: #00AEEF;
    border-color: #00AEEF;
}

/* BACK TO TOP BUTTON */
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #00ACEC;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #000000;
}


/* FOOTER WIDGETS */
.address{
    background-color: #ffffff;
}

.address li.list-group-item{
	background-color: #ffffff;
	color: #FFFFFF;
	text-align: center;
}



/* MAIN CAROUSEL */

.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-caption{
  top: 50%;
  transform: translateY(-50%);
  bottom: initial;
}

.carousel-caption img{
	margin-bottom: 30px;
}

.item {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  }

.carousel-caption h1{
	font-family: Pathway Gothic One,"Helvetica Neue",Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 4rem;
	margin-bottom: .5rem;
	line-height: 1;
    color: #EC008C;
}

.carousel-caption p{ 
	margin-bottom: 1rem;
	line-height: 1;
    color: #FFFFFF;
}



/* NAV */
.bg-dark{
	background-color: #000000 !important;
}

.navbar-dark .navbar-nav .nav-link{
	color: rgba(255,255,255,1);
}

.nav-button{
	margin-left: 3px;
}



/* CONTACT FORM */
	#contact
{

}
	#contact .section-heading
{
	color:#00AEEF
}
	#contact .form-group
{
	margin-bottom:25px
}
	#contact .form-group input,#contact .form-group textarea
{
	padding:20px
}
	#contact .form-group input.form-control
{
	height:auto
}
	#contact .form-group textarea.form-control
{
	height:236px
}
	#contact .form-control:focus
{
	border-color:#00AEEF;
	box-shadow:none
}
	#contact ::-webkit-input-placeholder
{
	font-family:Pathway Gothic One,"Helvetica Neue",Helvetica,Arial,sans-serif;
	text-transform:uppercase;
	font-weight:700;
	color:#bbb
}
	#contact :-moz-placeholder
{
	font-family:Pathway Gothic One,"Helvetica Neue",Helvetica,Arial,sans-serif;
	text-transform:uppercase;
	font-weight:700;
	color:#bbb
}
	#contact ::-moz-placeholder
{
	font-family:Pathway Gothic One,"Helvetica Neue",Helvetica,Arial,sans-serif;
	text-transform:uppercase;
	font-weight:700;
	color:#bbb
}
	#contact :-ms-input-placeholder
{
	font-family:Pathway Gothic One,"Helvetica Neue",Helvetica,Arial,sans-serif;
	text-transform:uppercase;
	font-weight:700;
	color:#bbb
}
	#contact .text-danger
{
	color:#e74c3c
}


/* Portfolio Section */
.card-img-top:hover
{
	background:rgba(0,174,239,.9);
	opacity:0;
	transition:all ease .5s;
	-webkit-transition:all ease .5s;
	-moz-transition:all ease .5s
}

.img-overlay{
  position: relative;
  width: 100%;
}

.image-portfolio {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background:rgba(0,174,239,.9);
}

.img-overlay:hover .overlay {
  opacity: 1;
  cursor: pointer;
}

.overlay-text {
  color: white;
  font-size: 3em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

h4.card-title{
  font-family: Pathway Gothic One,"Helvetica Neue",Helvetica,Arial,sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: .5rem;
  line-height: 1;
  color: #EC008C;
}

/* Slick Slider Staff */
.slick-slider{
	padding-bottom: 15px;	
}


.slick-slider .nav-tabs>li.active>a, .slick-slider .nav-tabs>li.active>a:hover, .slick-slider .nav-tabs>li.active>a:focus{
	background-color: transparent !important;
	border: none !important;	
	border-bottom: none !important;
}

.slick-slider .slick-dots li.slick-active button:before{
	color: #00ACEC !important;
}

.slick-slider .active h2{
	color: #00AEEF !important;	
}


.slick-slider .slick-dots li.slick-active button:before{
	color: white;	
}

.slick-slider .slick-dots li button:before{
	color: #ffffff;	
}


.slick-slider .slick-prev:before, .slick-slider .slick-next:before{
	color: #FFF !important;	
}



.slick-slider .nav-tabs > li > a:hover{
	background-color: transparent !important;
	color: #a16731 !important;
	border: none !important;
}

.profile a img, .nav-thumb img{
	margin: 0 auto;
}

.slider-nav img{
	cursor: pointer;
}

.caption p{
	color: #FFFFFF;
	font-weight: normal;
	text-align: center;
	margin-bottom: 25px;
	font-style: italic;
}

.caption{
	padding: 20px;
}

.caption h2, .caption h3{
	font-family: Pathway Gothic One,"Helvetica Neue",Helvetica,Arial,sans-serif;
	text-transform: uppercase;
	margin-bottom: .5rem;
	line-height: 1;
	text-align: center;
}

.caption h2{
	font-weight: 700;
	font-size: 1.5rem;
	color: #f2d305;
	font-style: normal;
}

.caption h3{
	font-weight: 500;
	font-size: 1rem;
	color: #00AEEF;
}

.stars{
	text-align: center;
	margin-bottom: 15px;
}

.fa-star{
	color: #f2d305;
	font-size: 25px !important;
	margin: 0px 3px 0px 3px !important;
}

.testimonials h1{
	text-align: center;
	color: #FFFFFF;
	padding: .5rem;
}

/*Quote Row*/

.quote h1{
	text-align: center;
	color: #FFFFFF;
	padding: 2rem;
	font-size: 2rem;
}

/*PRODUCT*/
.product{
	border: 1px solid #eaeaea;
	padding: 15px;
	/*display: flex;
	display: -webkit-flex;
	flex-direction: row;*/
}

.product.product-small{
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.top-product{
	margin-top: 30px;
}

.product h3{
	color: #00acec;
}

.product-small{
	padding: 30px;
	text-align: center;
	min-height: 400px;
}


.twin-wall{
	background-image: url('../img/site/twin-wall-bg.jpg');
	background-repeat: repeat-x;
	background-position: center;
	background-size: cover;
}

.pat-testing{
	background-image: url('../img/site/pat-testing.jpg');
	background-repeat: repeat-x;
	background-position: center;
	background-size: cover;
}

.emergency-electrician{
	background-image: url('../img/site/emergency-electrician.jpg');
	background-repeat: repeat-x;
	background-position: center;
	background-size: cover;
}

.renovations{
	background-image: url('../img/site/renovations-bg.jpg');
	background-repeat: repeat-x;
	background-position: center;
	background-size: cover;
}

.full-product{
	padding: 15px;
}

.product-description{
	/*height: auto;*/
	display: flex;
    flex-direction: column;
    justify-content: center;
	align-items: center;
	text-align: center;
}

/*JUMBOTRON*/

h1.jumbotron-heading{
	color: #FFFFFF;
}

.about-us-header{
	background-image: url('../img/about-us/about-us-header.jpg');
	background-repeat: repeat-x;
	background-position: center;
	background-size: cover;
}

.sweeping-header{
	background-image: url('../img/sweeping/sweeping-header.jpg');
	background-repeat: repeat-x;
	background-position: center;
	background-size: cover;
}

.renovations-header{
	background-image: url('../img/renovations/renovations-header.jpg');
	background-repeat: repeat-x;
	background-position: center;
	background-size: cover;
}

.installations-header{
	background-image: url('../img/installations/installations-header.jpg');
	background-repeat: repeat-x;
	background-position: center;
	background-size: cover;
}

.twin-wall-header{
	background-image: url('../img/site/testimonials-bg.jpg');
	background-repeat: repeat-x;
	background-position: center;
	background-size: cover;
}

.accessories-header{
	background-image: url('../img/accessories/accessories-header.jpg');
	background-repeat: repeat-x;
	background-position: center;
	background-size: cover;
}


/*GALLERY*/

.gallery h1{
	font-family: Pathway Gothic One,"Helvetica Neue",Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 3rem;
	margin-bottom: 1rem;
	margin-top: 3rem;
	line-height: 1;
    color: #000000;
	text-align: center;
}

.slider-3.slick-slider .slick-dots li button:before{
	color: #000000;	
}
/*ACCESSORIES*/

.accessories-top{
	 text-align: center;
}

.accessories-btn{
	display: flex;
    flex-direction: row;
    justify-content: center;
	align-items: center;
	text-align: center;
}

.accessories-btn a{
	margin: 5px;
}

.price{
	color: #00ACEC;
	font-weight: bold;
	font-size: 1.5rem;
}

ul.r-west-list{
	margin: 0 auto;
}

ul.r-west-list li{
	list-style-type: none;
}

ul.r-west-list li i.fa-check{
	padding-right: 5px;
}

.blue-bg{
	background-color: #00acec !important;
	color: #FFFFFF;
}

.blue-bg h1, .blue-bg p{
	color: #FFFFFF;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 20px;
}

.btn-contact{
    color: #00acec;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}

.btn-contact:hover{
	color: #FFFFFF;
	background-color: #f2d305;
	border-color: #f2d305;
}

.product img{
	padding: 25px 0;
}

.product ul li{
	list-style-type: none;
}

.inner-page{
	text-align: center;
}

.inner-page h1{
	color: #00acec;
	margin: 30px auto;
}

.inner-page ul{
	padding: 0px;
	margin: 0px;
}

.inner-page ul li{
	list-style-type: none !important;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 2rem;
	color: #00acec;
}