body{
	overflow-x:hidden;
	font-family: 'Lato', sans-serif;
}
.text-primary{
	color:#fed136
}
p{
	font-size:14px;
	line-height:1.75
}
p.large{
	font-size:16px
}
a,a:hover,a:focus,a:active,a.active{
	outline:0
}
a{
	color:#03ab03
}

a:hover,a:focus,a:active,a.active{
	color:#00b300
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Oswald', sans-serif;
	font-weight:700
}
/*==================================================
		NAVBAR
==================================================*/
.navbar-brand {
    height: 50px;
    padding: 0 15px 15px ;
}
.navbar-default{
	background-color:rgba(0,0,1,.5);
	border-color:transparent;
}
.navbar-default .navbar-collapse{
	border-color:rgba(255,255,255,.02)
}
.navbar-default .navbar-toggle{
	background-color: rgba(0,0,0,0.1);
	border-color:transparent;
}
.navbar-default .navbar-toggle .icon-bar{
	background-color:#fff
}

.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{
	background-color:rgba(0,0,0,0.3);
}
.navbar-default .nav li a{
	font-family: 'Oswald', sans-serif;
	font-size: 22px;
	text-transform:uppercase;
	font-weight:700;
	letter-spacing:0px;
	color:#fff;
}
.navbar-default .nav li a:hover,.navbar-default .nav li a:focus{
	color:#fff;
	outline:0;
}
header{
	background-image:url(../img/header-bg.jpg);
	background-repeat:none;
	background-position:center center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	-o-background-size:cover;
	text-align:center;
	color:#fff;
	margin-top:-130px;
}

header .intro-text{
	padding-top:60px;
	padding-bottom:70px;
	background-color: rgba(0,0,0,0.3);
	margin:170px 25px 40px 25px;
	border-radius: 5px;
	text-align: left;
	padding-left: 60px;
}
header .intro-text .btn{
	margin-top:15px;
}
header .intro-text h1{
	font-size:48px;
	font-weight: bold;
    margin-bottom: 0;
}
header .intro-text span{
	font-size:18px;
	font-weight: bold;
	padding-left:233px;
	letter-spacing: 1.2px;
}

header .intro-text .intro-about{
	font-size: 18px;
	width: 50%;
	margin-top:20px;
	margin-bottom: 20px;
}
/* header img{
position: absolute;
top:300px;
left: 50%;

} */
section{
	padding:50px 0
}

section h2.section-heading{
	font-size:40px;
	margin-top:0;
	margin-bottom:15px
}

section h3.section-subheading{
	font-size:16px;
	text-transform:none;
	font-style:italic;
	font-weight:400;
	margin-bottom:15px
}
.service-heading{
	margin:15px 0;
	text-transform:none
}
.img img{
	margin: 0 auto;
	display:block;
}
.img-centered{
	margin:0 auto
}

.bg-green{
	background-color:#8cc63f;
}
.bg-yellow{
	background-color:#d7df21;
}
/***********************
  CUSTOM BTN
************************/
.btn {
    padding: 14px 24px;
    border: 0 none;
	font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
	
	border-radius:0;
	text-align: left;
-webkit-box-shadow: 0px 0px 13px 2px rgba(255,255,255,1);
-moz-box-shadow: 0px 0px 13px 2px rgba(255,255,255,1);
box-shadow: 0px 0px 13px 2px rgba(255,255,255,1);
}

.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0 none;
}

.btn-pat {
	background: #005A04; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#005A04, #019307); /* For Safari 5.1 to 6.0 */
	background: -moz-linear-gradient(#005A04, #019307); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#005A04, #019307); /* Standard syntax */
	color: #fff;
	transition: all 0.3s ease-in-out;
}
.btn-pat:hover, .btn-pat:focus, .btn-pat:active, .btn-pat.active {
	background: #019307; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#019307, #005A04); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#019307, #005A04); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#019307, #005A04); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#019307, #005A04); /* Standard syntax */
	color: #fff;
}

.btn-pat:active:hover,
.btn-pat.active:hover,
.open > .dropdown-toggle.btn-pat:hover,
.btn-pat:active:focus,
.btn-pat.active:focus,
.open > .dropdown-toggle.btn-pat:focus,
.btn-pat:active.focus,
.btn-pat.active.focus,
.open > .dropdown-toggle.btn-pat.focus {
  color: #fff;
  background-color: #b6152a;
}

.btn-pat1{
    padding:7px 14px;
    border: 0 none;
	font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
	border-radius:0;
	text-align: left;
	-webkit-box-shadow: 0px 0px 13px 2px rgba(255,255,255,1);
	-moz-box-shadow: 0px 0px 13px 2px rgba(255,255,255,1);
	box-shadow: 0px 0px 13px 2px rgba(255,255,255,1);
}

.btn-pat1{
    margin:0!important;
	margin-top:5px!important;
}

.form-control1 {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background-color: rgba(0,0,1,.5);
	border: 1px solid #000;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

textarea.form-control1 {
    height: auto;
}

#services h3{
	margin-bottom:40px;
}
#perfect .white{
	color:#fff;
}

.white ul {
  list-style: none;
  padding: 0;
}
.white li {
  padding-left: 1.3em;
}
.white li:before {
  content: "\f00c"; 
  font-family: 'FontAwesome';
  display: inline-block;
  margin-left: -1.3em; 
  width: 1.3em;

}

#perfect .perfect-text{
	padding-top:45px;
}
/* carousel */
#quote-carousel 
{
  padding: 0 10px 30px 10px;
  margin-top: 40px;
}

/* Control buttons  */
#quote-carousel .carousel-control
{
  background: none;
  color: #222;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}
/* Previous button  */
#quote-carousel .carousel-control.left 
{
  left: -12px;
}
/* Next button  */
#quote-carousel .carousel-control.right 
{
  right: -12px !important;
}
/* Changes the position of the indicators */
#quote-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the color of the indicators */
#quote-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
#quote-carousel .carousel-indicators .active 
{
  background: #333333;
}
#quote-carousel img
{
  width: 250px;
  height: 100px
}
/* End carousel */
.client h5{
	margin-bottom:0;
	color: #1f5812;
}

.client p{
	font-size:12px;
	color: #1f5812;
}

.carousel-inner .col-sm-9{
	padding-top:20px;
}
/**
  MEDIA QUERIES
*/

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    #quote-carousel{
      margin-bottom: 0;
      padding: 0 40px 30px 40px;
    }
	
    .carousel-inner .col-sm-9{
		padding-left:60px;
		padding-top:40px;
	
	}
}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) { 
    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
    
    #quote-carousel .carousel-indicators {
        bottom: -20px !important;  
    }
    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
}

#details h4, #details p{
	color:#1f5812;
}
section#contact{
	background-color:#222;
	background-image:url(../img/footer.jpg);
	background-position:center;
	background-repeat:no-repeat
}
section#contact .section-heading{
	color:#fff
}

section#contact .form-group{
	margin-bottom:25px
}
section#contact .form-group input,section#contact .form-group textarea{
	padding:20px
}

section#contact .form-group input.form-control{
	height:auto
}

section#contact .form-group textarea.form-control{
	height:236px
}
section#contact .form-control:focus{
	border-color:#fed136;
	box-shadow:none
}

section#contact ::-webkit-input-placeholder{
	text-transform:uppercase;
	font-weight:700;
	color:#bbb
}

section#contact :-moz-placeholder{
	text-transform:uppercase;
	font-weight:700;
	color:#bbb
}
section#contact ::-moz-placeholder{
	text-transform:uppercase;
	font-weight:700;
	color:#bbb
}

section#contact :-ms-input-placeholder{
	text-transform:uppercase;
	font-weight:700;
	color:#bbb
}

section#contact .text-danger{
	color:#e74c3c
}
footer{
	padding-bottom:0;
	background-color:#222;
	background-image:url(../img/footer.jpg);
	background-repeat:none;
	background-position:center center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	-o-background-size:cover;
	color: #fff;
}

footer .call{
	padding: 20px 0;
	background-color: rgba(0,0,0,0.5);
}
footer .btn{
	margin:30px 0;
}

footer .form{
	padding: 20px;
	margin: 20px;
	margin-top: 40px;
	background-color: rgba(0,0,0,0.5);
}

footer h1{
	font-size:72px;
	text-align: center;
	text-shadow: 2px 2px #000;
}
::-moz-selection{
	text-shadow:none;
	background:#a1ffa5;
}

::selection{
	text-shadow:none;
	background:#a1ffa5;
}

img::selection{
	background:0 0
}

img::-moz-selection{
	background:0 0
}

body{
	webkit-tap-highlight-color:green;
}

.sub-menu{
	font-family: 'Architects Daughter', cursive;
	font-size:16px;
	text-transform: capitalize;
}

.collapse ul li{
	text-align:center;
}
#perfect img{
	display: block;
	margin:0 auto;
}
	
/*==================================================
=       Bootstrap 3 Media Queries            =
==================================================*/

@media (min-width:768px){
	.navbar-default{
		background-color:#171717;
		padding:0;
		-webkit-transition:padding .3s;
		-moz-transition:padding .3s;
		transition:padding .3s;
		border:0;
		padding-bottom: 12px;
	}
	.nav{
		padding-top:20px;
	}
}
@media (min-width:768px){
	.copyright{
		padding-left:40px;
	}
}

@media (min-width:1200px){
	.copyright{
		padding-left:85px;
	}
}
@media (min-width:767px){
	.navbar-default .nav li a{
		border: 1px solid rgba(0,0,0,0.0);
	}

  .navbar-default .nav li a:hover .sub-menu,
  .navbar-default .nav li a:focus .sub-menu{
    text-decoration: underline;
		/* color:#fff;
		outline:0;
		border: 1px solid #000; */
	}
}
@media (min-width:768px){
}
@media (min-width:992px){
}
@media (min-width:1200px){
		footer .icons{
		margin-bottom:0;
    padding-left:105px!important;		
    padding-top: 65px;
	}
}
	/*==========  Non-Mobile First Method  ==========*/
	/* Large Devices, Wide Screens */
	@media only screen and (max-width : 1200px){
	}
	@media only screen and (max-width : 1199px){
		/* header img{
		position: absolute;
		top:270px;
		left: 53%;
		width: 480px;
		} */
		
		header .intro-text{

		padding-top:20px;
		padding-bottom:50px;
		background-color: rgba(0,0,0,0.3);
		margin:150px 25px 40px 25px;
		}
		
		footer .icons img{
			height : 160px;
		}
	}
	/* Medium Devices, Desktops */
	@media only screen and (max-width : 991px){
		/* header img{
			position: absolute;
			top:320px;
			left: 43%;
			width: 450px;
		} */
		footer h1{
			display: none;
		}
		
		footer .icons{
			text-align: center;
			padding-left:0;
		}
		
		#perfect .perfect-text{
			padding-top:15px;
			padding-bottom: 20px;
		}	
		
		.copyright{
			text-align:center;
		}
	}
	/* Small Devices, Tablets */
	@media only screen and (max-width : 768px){
	}
	
	@media only screen and (max-width : 767px){
		.navbar-header a img {
			width:50%;
      margin:0;
      margin-left: 10px;
		}
		
		.navbar-default{
			background: #171717;
			border-color:transparent;
		}
		/* header img{
			position: absolute;
			top:220px;
			left: 35%;
			width: 420px;
		} */
		header .intro-text h1{
			font-size:32px;
			font-weight: bold;
			margin-bottom: 0;

		}
		header .intro-text{
			padding-top:10px;
			padding-bottom:30px;
			background-color: rgba(0,0,0,0.3);
			margin:0;
			margin-bottom:30px;
			margin-top: 120px;
			border-radius: 5px;
			padding-left: 20px;
		}
		
		header .intro-text span{
			font-size:24px;
			font-weight: bold;
			padding-left:0;
			letter-spacing: 0;
		}

		header .intro-text .intro-about{
			font-size: 18px;
			width: 100%;
			margin-top:20px;
			margin-bottom: 20px;
		}
		
		.qr img{
			display:none;
		}
		
		footer h1{
			display: none;
		}
	}
	@media only screen and (max-width : 630px){
		/* header img{
			display: none;
		} */
	}
 
	/* Extra Small Devices, Phones */
	@media only screen and (max-width : 480px){
		.navbar-brand {
			float: none; 
			height: 50px;
			padding: 0;
			font-size: 18px;
			line-height: 20px;
		}
		footer .form{
			display: none;
		}
		
		footer .icons img{
			height : 100px;
		}
		
		footer .icons{
			margin-top:20px;
		}
		
		footer .call{
			padding: 20px 0 5px 0;
			background-color: rgba(0,0,0,0.5);
		}
	}
	/* Custom, iPhone Retina */
	@media only screen and (max-width : 320px){
	}
	@media screen and (min-width:840px) and (max-width:991px){
		.navbar-header a img {
			width:170px;
			margin:0!important;
			position: absolute;
			padding-top: 18px;
			left:25px;
		}
	}
		@media screen and (min-width:768px) and (max-width:839px){
			
			.navbar-header a img {
				width:170px;
				margin:0!important;
				position: absolute;
				padding-top: 18px;
				left:10px;
			}
		
			.navbar-default .nav li a{
			font-family: 'Oswald', sans-serif;
			font-size: 18px;
			text-transform:uppercase;
			font-weight:700;
			letter-spacing:0px;
			color:#fff
			}
		
			.navbar-right {
				float: right!important;
				margin-right: -35px;
			}
		}
@media screen and (min-width:992px) and (max-width:1199px){	footer .icons{
		margin-bottom:0;
		padding-left:105px!important;
		padding-top: 120px;
	}
}
/*========================================
Name: PAT'S CUSTOM Lawn Care & Snow Removal
Author: Sanel Besic and Stanislav Vranic
Author URI: http://www.CrowScript.com
Designer & Developer: Stanislav Vranic
Year: 2016
Description: ...
Version: 1.0
========================================*/


.help-block ul {
  padding-inline-start: 0!important;
  list-style: none;
}

.help-block ul li {
  color: #bd841a;
}

.error p {
  line-height: 1!important;
}

/* SLIDER */

/* position of arrows */
#myCarousel .carousel-control .fa-angle-left,
#myCarousel .carousel-control .fa-angle-right{
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	margin-top: -10px;
}

#myCarousel .carousel-control .fa-angle-left {
	left: 0%;
	margin-left: 0px;
}

#myCarousel .carousel-control .fa-angle-right{
	right: 0%;
	margin-right: 0px;
}

#myCarousel {
  /* top: 110px; */
}

#myCarousel .carousel-inner>.item {
  height: 500px;

}

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

#myCarousel .carousel-control .fa {
  font-size: 60px;
}

#myCarousel .carousel-inner .item img {
  border: 5px solid #fff;
  max-width: 100%;
  margin: 0 auto;
}

@media (max-width: 991px) {
  #myCarousel .carousel-inner .item img {
    display: none;
  }
}

#myCarousel .carousel-inner .item {
  padding-top: 30px;
}

.slider-text {
  
  text-align: left;
  padding-top: 20px;
}

@media (min-width:992px) {
  .slider-text {
    margin-left: 70px;
  }
}

.slider-text p {
  margin-top: 30px;
  font-size: 18px;
}

.slider-text a {
  margin-top: 30px;
}

.slider-box {
  background-color: rgba(0,0,0,0.3);
    border-radius: 5px;
    padding: 20px;
    margin: 0 40px;
}

.slider-box h1 {
  font-size: 40px;
}

#myCarousel .carousel-indicators li {
  width: 13px;
  height: 13px;
}

#myCarousel .carousel-indicators .active {
  width: 15px;
  height: 15px;
}

header {
  min-height: 615px
}

@media (max-width: 520px) {
  .slider-box {
    padding: 0;
    margin: 0 10px;
    
}


.slider-text {
  text-align: center;
  padding-bottom: 30px;
}

.slider-box h1 {
  font-size: 28px;
}

.slider-text p {
  margin-top: 15px;
}

#myCarousel .carousel-control .fa-angle-right {
  right: -20%;
}

#myCarousel .carousel-control .fa-angle-left {
  left: -20%;
}

#myCarousel .carousel-indicators {
  display: none;
}

header {
  min-height: 570px;
}


}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

.call-now {
  position: relative;
}

.btn-top {
  width: 100%;
  text-align: center;
}

.btn-call {
  position: absolute;
  top: 4px;
  right: 4px;
  color: #fff;
  font-size: 26px;
  z-index: 10000;
  background: transparent;
  border: transparent;
}

.btn-call:focus {
  outline: 0;
}

@media (max-width: 767px) {
  .btn-call {
    display: none;
  }

  .btn-top {
    display: block!important;
  }




  .call-now.collapse {
    display: block!important;
  }


}