body{
	overflow-x:hidden;
	font-family: 'Lato', sans-serif;
}
.text-primary{
	color:#03ab03
}
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;
	height: 110px;
}
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
}
.services-text{
	padding-top: 50px;
}
.img img{
	margin: 0 auto;
	display:block;
}
.img-centered{
	margin:0 auto
}
.bg-green{
	background-color:#8cc63f;
}
.bg-yellow{
	background-color:#d7df21;
}
.portfolio-modal .modal-content{
	border-radius:0;
	background-clip:border-box;
	-webkit-box-shadow:none;
	box-shadow:none;
	border:0;
	min-height:100%;
	padding:100px 0;
	text-align:center
}
.portfolio-modal .modal-content h2{
	margin-bottom:15px;
	font-size:3em}
.portfolio-modal .modal-content p{
	margin-bottom:30px
}
.portfolio-modal .modal-content p.item-intro{
	margin:20px 0 30px;
	font-family:"Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-style:italic;
	font-size:16px
}
.portfolio-modal .modal-content ul.list-inline{
	margin-bottom:30px;
	margin-top:0}

.portfolio-modal .modal-content img{
	margin-bottom:30px
}
.portfolio-modal .close-modal{
	position:absolute;
	width:75px;
	height:75px;
	background-color:transparent;
	top:25px;
	right:25px;
	cursor:pointer
}
.portfolio-modal .close-modal:hover{
	opacity:.3
}
.portfolio-modal .close-modal .lr{
	height:75px;
	width:1px;
	margin-left:35px;
	background-color:#222;
	transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	z-index:1051
}
.portfolio-modal .close-modal .lr .rl{
	height:75px;
	width:1px;
	background-color:#222;
	transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
	z-index:1052
}
.portfolio-modal .modal-backdrop{
	opacity:0;
	display:none
}
/***********************
  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;
}
#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;
}
/* ABOUT */
.about-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;
}
.services-text{
	padding-top: 20px;
}
section#contact{
	background-color:#fff;
}
section#contact .section-heading{
	color:#000
}
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:150px
}

section#contact .form-control:focus{
	border-color:#03ab03;
	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;
}

footer .icons{
	margin-bottom:0;
	padding-left:50px;
}


.portfolio-caption h4{
	padding-bottom:15px;
}
.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;
}

::-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:rgba(0,0,0,0.2);
		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:768px){
}
@media (min-width:767px){
	.navbar-default .nav li a{
		border: 1px solid rgba(0,0,0,0.0);
	}
	.navbar-default .nav li a:hover,.navbar-default .nav li a:focus{
		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: 66px;
	}
}
	/*==========  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!important;
		}
		.navbar-default{
			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 */
			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;
}




.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;
  }


}

.btn-pat-black {
  background: #171717;
  box-shadow: none;
}

.btn-pat-black:hover, 
.btn-pat-black:focus, 
.btn-pat-black:active, 
.btn-pat-black.active {
  background: #171717;
}