@charset "utf-8";

:focus {
  outline: 0;
}

body {
	display: flex;
    flex-direction: column;
    min-height: 100vh;
	font-size: 14px;
	line-height: 1.5em;
	color: #444;
	font-family: apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
header {
	/*
	background: #222;
    border-bottom: 6px solid #fa4;
    */
	border-bottom: 8px solid #fdad3a;
	/*border-bottom: 8px solid #5fa4ff;*/
}
ol,
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	text-align: left;
	font-weight: normal;
}

a {
	color: inherit;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: inherit;
	text-decoration: none;
}

a:hover,
a:focus {
	outline: none;
	text-decoration: none;
	color: inherit;
}

button:focus {
	outline: none;
}

main {
	flex: 1;
}

figure {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}

img,
figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

figure img {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

figure a {
	position: absolute;
	top: 0%;
	left: 0%;
	right: 0%;
	bottom: 0%;
	display: flex;
	align-items: center top;
	background: transparent;
	z-index: 1;
	transition: all .1s ease-in-out .2s;
}

figcaption {
	padding: 0 1.2rem;
	bottom: 0;
	position: absolute;
	z-index: 1;
	opacity: .7;
	color: #fff;
	width: 100%;
	background: #000 linear-gradient(287deg,rgba(255,255,255,0.16) 50%,rgba(12,12,12,0.51) 70%);
}

figcaption span {
	display: block;
    padding: 5px 0;
	text-align: left;
}


figure.img2 {
	box-shadow: 0px 60px 50px -40px rgba(0, 0, 0, 0.4);
	margin-bottom: 40px;
}

figure.img2 figcaption,
figure.img3 a span {
	width: 100%;
	font-size: 24px;
	transform: translate(-30%);
	opacity: 0;
	transition: all .2s ease-in-out .1s;
}

figure.img2 figcaption i,
figure.img3 span i {
  padding-left: 20px;
  font-size: 28px;
  vertical-align: middle;
}

figure.img2 a:hover,
figure.img3 a:hover {
	background: rgba(255, 255, 255, 0.9);
}

figure.img2 a:hover figcaption,
figure.img3 a:hover span {
	transform: translateY(0%);
	opacity: 1;
}

abbr {
	font-weight: bold;
	text-decoration: none;
}
/*
  color: #cad3dc;
  color: #a4b0c0;
  color: #757e8d;
*/

abbr[data-original-title], abbr[title] {
    border: none;
}

.link {
	color: #569fde;
}

.text-center {
	text-align: center !important;
}
.text-left {
	text-align: left !important;
}
.text-right {
	text-align: right !important;
}

.mp-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.mp-grid {
	display: grid;
	grid-template-columns: 1fr auto;
	grid-gap: 1rem;
}

.masonry,
.masonry-3 {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 2rem;
}

.service {
	display: inline-block;
	padding: 1px 8px;
	margin: 5px 1px;
	background: #444;
	color: #eee;
	border-radius: 4px;
	border: 1px solid #444;
	box-shadow: 1px 1px 1px 1px #ccc;
	font-size: .8em;
}
.market {
	display: inline-block;
	padding: 0 8px;
	border-radius: 4px;
	font-size: .8em;
	background: #444;
	color: #ddd;
}
.market.on-dark {
	background: #444;
	color: #eee;
}

.gallery-view .az-row {
	align-items: inherit;
}

.mp-grid.container:before,
.mp-grid.container:after {
	display: initial;
	content: none;
}

.gallery .row {
	margin-bottom: 20px;
}
.gallery figure > div {
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 370px;
	border-radius: 2px;
	/*
	box-shadow: 0px 1px 1px 0 rgba(0, 0, 0, 0.4);
	border-radius: 3px;
	*/
}
.gallery figcaption > * {
	padding: 0;
	text-align: left;
	font-size: 2rem;
}
.gallery figcaption > h5 {
	padding: 0;
	text-align: left;
}

.item-container figcaption {
	padding: 1rem .5rem;
	bottom: 0;
	position: absolute;
	z-index: 1;
	opacity: .7;
	color: #fff;
	width: 100%;
	background: #000 linear-gradient(287deg,rgba(255,255,255,0.16) 50%,rgba(12,12,12,0.51) 70%);
}


/*figcaption {
	position: absolute;
	top: 44%;
	width: 100%;
	font-size: 24px;
	transform: translateY(70%);
	opacity: 0;
	transition: all .2s ease-in-out .1s;
}
/*
figure.transition:hover a {
	background: linear-gradient(45deg, rgba(233, 229, 235, 0.8) 0%,#e9e5eb 69%,#dcc0ea 74%,#8eaadb 80%,#7be0d9 85%,#a2e079 90%,#e5e17b 95%,#e5a07b 100%);
}
*/

p {
	padding: 1rem 0;
	font-size: 2rem;
	line-height: 3.5rem;
}

ul.main-features {
	font-size: 2rem;
	line-height: 3rem;
	list-style: disc;
	list-style-position: inside;
}



.az-row {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.padding-0 {
	padding: 0
}


.spacer-10,
.spacer-20,
.spacer-30,
.spacer-40,
.spacer-50,
.spacer-60,
.spacer-70,
.spacer-80,
.spacer-90,
.spacer-120,
.spacer-130,
.spacer-150,
.spacer-200{
	margin:10px 0;
	border-color:transparent !important;
}
.spacer-10{
	margin:10px 0;
}
.spacer-20{
	margin:20px 0;
}
.spacer-30{
	margin:30px 0;
}
.spacer-40{
	margin:40px 0;
}
.spacer-50{
	margin:50px 0;
}
.spacer-60{
	margin:60px 0;
}
.spacer-70{
	margin:70px 0;
}
.spacer-80{
	margin:80px 0;
}
.spacer-90{
	margin:90px 0;
}
.spacer-120{
	margin:120px 0;
}
.spacer-130{
	margin:130px 0;
}
.spacer-150{
	margin:150px 0;
}
.spacer-200{
	margin:200px 0;
}

.yellow {
	color: #fb992a
}

section {
    padding: 15px 0;
}

section.clip {
	height: 450px;
	padding: 0;
    margin-bottom: 5px;
    box-shadow: 0 2px 5px #aaa;
}

section.clip > div {
	height: 450px;
	display: none;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	/*border-bottom: 1px solid #000;*/
}

section.content-even {
	background-color: #222;
	color: #aaa;
	font-size: 1.2rem;
	line-height: 1.8rem;
}
section.content-odd {
	background-color: #fff;
	border-bottom: 1px solid #eee;
}
section.page-cover {
	background-image: linear-gradient(287deg,rgba(255,255,255,0.16) 14%,rgba(12,12,12,0.51) 80%),url(../img/painting-company-orange-county-marvel-painters.jpg)!important;
	background-position: center center;
	background-blend-mode: multiply;
	padding-bottom: 0;border-bottom: 0;
	color: #ddd;
}
section.page-cover .title-header {
	text-shadow: 2px 2px #313131;
	font-weight: bold;
	color: #ddd;
	line-height: 4rem;
	text-transform: uppercase;
	text-align: center;
	font-size: 4rem;
}

.divider-wave {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxOTZweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik0zMjAgMjhjMzIwIDAgMzIwIDg0IDY0MCA4NCAxNjAgMCAyNDAtMjEgMzIwLTQydjcwSDBWNzBjODAtMjEgMTYwLTQyIDMyMC00MnoiLz48L2c+PC9zdmc+);
	background-size: 100% 120px;
	height: 120px;
	z-index: 1;
	display: block;
	background-repeat-y: no-repeat;
	pointer-events: none;
	width: 100%;
}

.featured-text {
    box-shadow: 0 0 8px #444;
    background: #444;
    opacity: .8;
    color: #eee;
}
.featured-text p {color: #eee}

/* Menu */

.address {
	margin: 0 auto;
	font-size: 2rem;
}

.license {
	font-size: 1.6rem;
	margin-bottom: 1.5rem;
	display: inline-block;
	font-family: monospace;
}

.address .wrap > * {
	flex: auto;
	flex-grow: 0;
	padding: 20px;
	text-align: right;
	border-left: 1px solid rgba(255,255,255,0.1);
}

.address .wrap.az-row {
  flex-wrap: wrap;
}

.address .wrap.az-row >:first-child {
	padding-left: 0;
	margin-right: auto;
	border: inherit;
}
.col.az-row {
  align-items: flex-start
}

.col i {
  padding-right: 10px;
  /*color: #fa5;*/
}

.logo {
	height: 80px;
	width: auto;
}
.logo-box {
	padding: 2rem 1rem;
}

.menu {
	/*background: #404347;*/
	/*background: #3a3a3a;*/
	background: #262626;
	margin: 0 auto;
}

.address.bg-menu-small {
	padding: 10px 0;
	font-size: 20px;
	color: #fff;
	background: #2a2a2a;
}

.menu .az-row > * {
	flex: auto;
	flex-grow: 0;
	/*color: #000;*/
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	border-right: 1px solid #3a3a3a;
}

.phone {
	font-size: 20px
}
.menu .az-row >:first-child {
	border-left: 1px solid #3a3a3a;
}

.menu .az-row >:last-child {
	margin-left: auto;
	border:	inherit;
}

.menu a,
.menu span {
	display: block;
	color: #aaa;
}

.menu span {
    padding: 20px;
    font-size: 14px;
}

.menu i {
  font-size: 28px;
  display: none;
}

.menu a:hover,
.menu a.active {
	background: #333;
}
.menu a:hover span,
.menu a.active span {
	background: #333;
	color: #ddd;
}

.vertical.menu-small {
	top: 10px;
}

.vertical a{
    display: block;
    padding: 20px 0;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.vertical i {
	display: none;
}

.vertical a.current {
	color: #fff;
	border-bottom: none;
	border-left: 3px solid;
}

.btn-menu, .head-menu {
    padding-right: 1rem;
    cursor: pointer;
    font-size: 2.3rem;
    margin: auto;
}

.md-close {
	display: none;
	/*
  padding: 10px 20px;
	margin-bottom: 0;
	text-align: right;
	color: #fff;
	*/
}

article {
	padding: 20px 0;
}

/*
.title-header,
.title-header2,
.sub-heading {
	text-align: center;
}
*/
/*
.sub-heading {
	font-size: 20px;
}
*/

.sub-heading {
	font-size: 2.5rem;
	text-align: center;
}

a.call-to-action-btn {
	background: #fdad3a;
	color: #000;
	border: 0;
	border-radius: 3px;
	padding: 0.75rem 2rem;
	box-shadow: 0 0px 2px 1px #222;
	font-size: 1.8rem;
	text-shadow: none;
}

.review {
    display: block;
    padding: 1px 0;
    background: #f6f6f6;
    border-bottom: 1px solid #ededed;
}
.review > div {
    display: flex;
    align-items: center;
}
.rating {
    padding: 5px 10px;
    height: unset;
    line-height: 15px;
    font-size: 0.9em;
    color: #000;
    margin-left: auto;
    /* margin-right: auto; */
}
.rating .stars {
    color: orange;
}
.service-area {
    display: inline-block;
    padding: 8px 20px;
    box-sizing: border-box;
    background: #eee;
    font-size: .9em;
}

.work .sub-heading {
	font-size: initial;
	color: #444;
}

.title-header2 {
	padding: 10px;
}

div.section {
	font-size: 2rem;
	padding-top: 5rem;
	padding-bottom: 5rem;
}
.section-header {
	font-size: 3rem;
	line-height: 4rem;
}

.bg-quote {
    padding: 6px 30px;
    font-size: 20px;
    background: -webkit-linear-gradient(rgba(255, 211, 124, 0.76), rgb(246, 144, 29));
    background: linear-gradient(rgba(255, 211, 124, 0.76), rgb(246, 144, 29));
    color: #444;
    border: 1px solid #fb7;
}

.c-white {
	color: #fff;
}

.bg-white {background: #fff}

.red {color: #d50002;}

.bg-gray {
	background: #f2f2f2;
}

.quote {
  display: flex;
  flex-flow: row wrap;
  padding: 10px 0;
  border-radius: 10px;
  font-size: 24px;
}

.quote > * {
  flex: 1;
  width: 50%;
  text-align: center;
}


.quote .quote-title {
	flex: 1 auto;
	width: 100%;
}

.quote .btn {
	margin: 10px;
	background: #5f5f5f;
	color: #fff;
}

.bunner-quote	{
  margin-bottom: 40px;
  cursor: pointer;
}

.bunner-quote ul {
  display: inline-block;
  min-width: 220px;
  padding: 20px;
  box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.15), 0px 30px 40px -30px rgba(0, 0, 0, 0.4);
}

.bunner-quote span {
  font-size: 18px;
}

.bunner-quote i {
  font-size: 45px;
  padding-bottom: 10px;
}

.work {
	text-align: center;
}

.work .last{
	border-left: 1px solid #c3c4c5;
}

.work a {
	display: block;
	min-height: 250px;
	padding: 20px 5px 10px;
}

.work a:hover {
	background: #fff;
}

.work > .row {
	box-shadow: 0 3px 8px #aaa;
	border-radius: 8px;
}
.slides > .row {
	box-shadow: 0 3px 8px #000;
	border-radius: 8px;
}
.work > .row > div, .slides > .row > div {
	min-height: 250px;
	padding: 10px;
	background: #efefef;
}

.work > .row > div:first-child, .slides > .row > div:first-child {
	border-radius: 8px 0 0 8px;
	border-right: 1px solid #777;
}
.work > .row > div:last-child, .slides > .row > div:last-child {
	border-radius: 0 8px 8px 0;
}

.icon {
	display: inline-block;
	max-width: 250px;
}

.service > .row {
	background: #f5f5f5;
}

.service a {
	display: block;
	padding-bottom: 40px;
}

.service .title-header {
	margin-bottom: 0;
	padding: 10px 0;
}

.service .sub-heading {
	padding: 10px;
}

.service .sub-heading span {
	display: block;
	text-align: left;
	padding: 20px 5px 10px;
}

.service .sub-heading span i {
	padding-left: 10px;
}
 
.service a:hover .title-header,
.service a:hover .sub-heading {
	background: #fff;
}

.service a:hover .sub-heading span {
	color: #C01A2C;
}

.bg-residential {
	position: relative;
	padding: 100px 0;
	background: url(../img/residencial-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}

.bg-commercial {
	position: relative;
	padding: 100px 0;
	background: url(../img/commercial-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}

.bg-commercial2 {
	position: relative;
	padding: 100px 0;
	background: url(../img/commercial-bg2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 60%;
}

.about-section article {
	padding: 20px 30px;
}

.about-residential,
.about-exterior {
	/*
	padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.03), -50px 50px 50px rgba(0, 0, 0, 0.16)
  */
}

.about-residential .title-header,
.about-exterior .title-header{
	font-size: 60px;
}

.bg-exterior {
	position: relative;
	padding: 100px 0;
	background: url(../img/exterior-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 100%;
}

.promo-page .title-header {
	font-family: Roboto;
}
.promo-page ul {
	font-family: 'Roboto','Helvetica Neue',Helvetica,Arial,sans-serif;
	background: #fff;
	padding: 20px 0 20px 20px;
	background: #fffce3;
	box-shadow: 0px 2px 10px 0 rgba(0, 0, 0, 0.4);
}
.promo-page ul li {
	border-bottom: 1px solid #eee;
}
.promo-page span.label+span {
	color: #444;
	font-weight: 300;
}
.promo-page span {
	font-size: 16px;
	padding: 4px 0;
	text-align: left;
	color: #555;
	display: inline-block;
}
.promo-page .label {
	width: 120px;
	letter-spacing: .5px;
}
.promo-page .offer {
	font-size: inherit;
	color: #ccc;
	margin-right: 10px;
}
.promo-page .price {
	font-weight: 700 !important;
}
.promo-page .limited-time {
	font-weight: 300 !important;
	margin-right: 5px;
	border: 1px solid #555;
	padding: 4px 8px;
	border-radius: 3px;
	background: #555;
	color: #eee;
}


.gallery-header .az-row {
	align-items: inherit;
}

.gallery-header .az-row > * {
	flex: 1;
	padding: 10px;
}

.gallery-header .az-row > .last {
	flex: 1.8;
}

.gallery-header .row {
	margin: 0;
}

.gallery-header .row > * {
	margin-bottom: 40px;
}

.gallery-description > div {
	display: flex;
  flex-flow: column;
  justify-content: center;
  height: 100%;
}

.breadcrumb-header .az-row > * {
	flex: 1;
}

.breadcrumb-header li {
	font-size: 18px;
  padding-right: 20px;
}

.breadcrumb-header li i {
   padding-left: 10px;
}

.breadcrumb-header .title-header {
	text-align: left;
}


.slider-box {
	
}

.slider {
	overflow: hidden;
}

.slider .master-slider {
	
}

footer {
	padding: 40px 0;
	color: #999;
    background: #2f2e2d;
}

/**************** Carousel Gallery  ************** */

.carousel-gallery {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}

.carousel-gallery > :first-child,
.carousel-gallery > :last-child {
	flex: 1 1 auto;
	max-width: 55px;
}

.carousel-gallery > :first-child {
	padding-right: 15px;
}

.carousel-gallery > :last-child {
	padding-left: 15px; 
}

.carousel-gallery > .carousel-inner {
	flex: 1 1 80%;
}

.carousel-gallery .control {
	display: flex;
	height: 100%;
	align-items: center;
}

.carousel-gallery .control:hover {
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
}

.carousel-gallery .control > i{
	flex: 1;
	text-align: center;
	font-size: 30px;
}


.contact-container {
    display: flex;
    align-items: center;
}

.contact-container > div {
	flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;	
}

.contact-container > div > div {
	font-size: 18px;
	width: 280px;
	text-align: left;	
}

.contact-container > div > div > span {
    width: 65px;
    display: inline-block;
    flex: 1 1 auto;
    max-width: 80px;	
}

.contact-container > div > * {
	text-align: center;
	padding-bottom: 20px;
	color: #333;
}


.contact-box {
	border: 1px solid #c3c4c5;
	background: #fff;
	padding: 0 30px 30px;
	border-radius: 8px;
	box-shadow: -20px 19px 20px 0px rgba(0, 0, 0, 0.5);
}

.contact-box h2 {
	border-bottom: 2px solid #888;
	padding-bottom: 10px;
}

.contactus {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow-y: auto;
	z-index: 1600;
	transform: translateX(-100%);
}

.contactus:before,
.contactus:after {
	position: fixed;
	content: '';
	top: 0;
	bottom: 0;
	transition: all .3s;
	z-index: -1;
}

.contactus:before {
	left:0;
	width:0;
	background: url(../img/left_bg.jpg);
	background-size: cover;
	background-position: 99%
}

.contactus:after {
	right:0;
	width:0;
	background: url(../img/right_bg.jpg);
	background-size: cover;
	background-position: 0%: 
}

.contactus .md-close {
	font-size: 20px;
	padding: 2px 10px 4px;
	margin-bottom: 5px;
	background: #f5f5f5;
	border-radius: 4px;
	opacity:0;
	transition: all .1s ease-in-out .1s;
}

.contactus .md-close:hover {
  color: #b3b3b3;
}

.md-popup .contactus {
	transform: translateX(0%);
}

.md-popup .contactus:before,
.md-popup .contactus:after {
	width: 50%
}

.md-popup .contactus .md-close {
	opacity:1;
}

.modal.popup {
	z-index: 9999;
}

.wpcf7{
	width: 100%;
	height:100%;
	z-index: 10;
	opacity:0;
	transform: translateY(-30%);
	transition: all .3s ease-in-out .5s ;
}

.md-popup .wpcf7{
	opacity:1;
	transform: translateY(0%)
}

.wpcf7 > div{
	width: 100%;
	height:100%;
	vertical-align:middle;
}

.wpcf7 .control-label{
  display: block;
  font-size: 16px;
  text-shadow: none;
  font-weight: normal;
}

.wpcf7 input,.wpcf7 textarea { 
	display: block;
	width: 100%;
	background: transparent;
	border: 0;
	border-bottom: 1px solid #ccc;
	box-shadow: none;
    border-radius: 0;
	padding: 5px 15px 5px;
	margin-bottom: 20px;
	font-size: 16px;
	color: #000;
}

.wpcf7 input:focus,.wpcf7 textarea:focus { 
	outline: 0;
}

.wpcf7-submit,
.btn-go,
.submit-btn {
	transition: all .2s;
	font-size: 18px;
	color: #C01A2C;
	background: linear-gradient(135deg,#E2E2E2 0%,#F7F7F7 100%);
  border-color: #d4d4d4;
  box-shadow: 0 -1px 7px 1px #fff, inset 0 2px 0 0 #FFF, inset 0 -2px 0 0 #D4D4D6, 0px 2px 5px 0 #C1C1C1;
}

.wpcf7-submit:hover,
.btn-go:hover {
  box-shadow: none;
}

.wpcf7 textarea {
	min-height: 100px;
}

.wpcf7-submit:hover{
}

.modal-body span {
	font-size: 1.5em;
}

::-webkit-input-placeholder {
  color: #b9b9b9;
  font-size: 13px;

}

:-moz-placeholder { /* Firefox 18- */
  color: #b9b9b9;
  font-size: 13px; 
}

::-moz-placeholder {  /* Firefox 19+ */
  color: #b9b9b9;
  font-size: 13px; 
}

:-ms-input-placeholder {  
   color: #b9b9b9;
   font-size: 13px;  
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: transparent!important;
    background: transparent!important;
}

/* --------------------------------------------------
	Forms & form elements
----------------------------------------------------- */
.form-control{
	border-radius: 0;
	box-shadow: none;
	border: none;
	border-bottom: 1px solid #ccc;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	height: 41px;
	background: transparent;
	color:#000
}
.form-control.input-lg{
	height:51px;
}
.form-control.input-sm{
	height:32px;
}
.form-control:hover,
.form-control:focus{
	box-shadow: none;
}
label{
	font-size: 14px;
	font-weight: normal;
	color: #666;
}
.form-control::-moz-placeholder {
  color: #C3C3C3;
  opacity: 1;
  font-size:13px;
  font-weight:500;
	font-style: italic;
}
.form-control:-ms-input-placeholder {
  color: #C3C3C3;
  font-size:13px;
  font-weight:500;
	font-style: italic;
}
.form-control::-webkit-input-placeholder {
  color: #C3C3C3;
  font-size:13px;
  font-weight:500;
	font-style: italic;
}
.form-control.input-sm::-moz-placeholder {
  font-size:11px;
}
.form-control.input-sm:-ms-input-placeholder {
  font-size:11px;
}
.form-control.input-sm::-webkit-input-placeholder {
  font-size:11px;
}
.form-control.input-lg::-moz-placeholder {
  font-size:15px;
}
.form-control.input-lg:-ms-input-placeholder {
  font-size:15px;
}
.form-control.input-lg::-webkit-input-placeholder {
  font-size:15px;
}
.checkbox label, .radio label{
	padding-left:30px;
	margin-bottom:5px;
}
.form-group {
    position: relative;
}

fieldset legend{
	border:none;
	margin:0;
	display:inline-block;
	width:auto;
	padding:0 10px;
	font-size:13px;
	color:#bbb;
	font-weight:600;
}
.dark-bg label,
.color-bg label,
.img-bg label,
.img-bg-color-overlay label,
.dark-bg .checkbox label,
.color-bg .checkbox label,
.img-bg .checkbox label,
.img-bg-color-overlay .checkbox label,
.dark-bg .radio label,
.color-bg .radio label,
.img-bg .radio label,
.img-bg-color-overlay .radio label,
.dark-bg .form-control,
.color-bg .form-control,
.img-bg .form-control,
.img-bg-color-overlay .form-control,
.dark-bg .custom-select .custom-text, 
.dark-bg .custom-select.disabled span.custom-text:hover,
.color-bg .custom-select .custom-text, 
.color-bg .custom-select.disabled span.custom-text:hover,
.img-bg .custom-select .custom-text, 
.img-bg .custom-select.disabled span.custom-text:hover,
.dark-bg-color-overlay .custom-select .custom-text, 
.dark-bg-color-overlay .custom-select.disabled span.custom-text:hover{
	color:#fff;
}
.dark-bg .form-control,
.color-bg .form-control,
.img-bg .form-control,
.img-bg-color-overlay .form-control{
	background-color:transparent;
}
.dark-bg fieldset,
.color-bg fieldset,
.img-bg fieldset,
.img-bg-color-overlay fieldset{
	border-color:rgba(255, 255, 255, 0.3);
}
.dark-bg fieldset legend,
.color-bg fieldset legend,
.img-bg .form-control fieldset legend,
.img-bg-color-overlay fieldset legend{
	color:rgba(255, 255, 255, 0.5);
}
.dark-bg .form-control::-moz-placeholder,
.color-bg .form-control::-moz-placeholder,
.img-bg .form-control::-moz-placeholder,
.img-bg-color-overlay .form-control::-moz-placeholder{
	color:rgba(255, 255, 255, 0.5);
}
.dark-bg .form-control::-ms-input-placeholder,
.color-bg .form-control::-ms-input-placeholder,
.img-bg .form-control::-ms-input-placeholder,
.img-bg-color-overlay .form-control::-ms-input-placeholder{
	color:rgba(255, 255, 255, 0.5);
}
.dark-bg .form-control::-webkit-input-placeholder,
.color-bg .form-control::-webkit-input-placeholder,
.img-bg .form-control::-webkit-input-placeholder,
.img-bg-color-overlay .form-control::-webkit-input-placeholder{
	color:rgba(255, 255, 255, 0.5);
}
.dark-bg .form-control,
.color-bg .form-control,
.img-bg .form-control,
.img-bg-color-overlay .form-control,
.dark-bg .custom-select .custom-text, 
.dark-bg .custom-select.disabled span.custom-text:hover,
.color-bg .custom-select .custom-text, 
.color-bg .custom-select.disabled span.custom-text:hover,
.img-bg .custom-select .custom-text, 
.img-bg .custom-select.disabled span.custom-text:hover,
.dark-bg-color-overlay .custom-select .custom-text, 
.dark-bg-color-overlay .custom-select.disabled span.custom-text:hover{
	border-color:rgba(255, 255, 255, 0.5);
}
.dark-bg .form-control:focus,
.color-bg .form-control:focus,
.img-bg .form-control:focus,
.img-bg-color-overlay .form-control:focus{
	border-color:#fff;
}
.widget .search-form .form-group{
	width:100%;
	display:block;
	position:relative;
}
.widget .search-form .form-group .form-control{
	display:block;
	padding-right:60px;
}
.widget .search-form .form-group .btn{
	position:absolute;
	top:0;
	right:0;
	width:50px;
}
label sup{
	font-size:120% !important;
	top:0;
}
.subscription-success,
.subscription-error,
.response{
	display:block;
	line-height:1.6em;
	max-width: 660px;
    margin: auto;
    font-size: 14px;
}
.subscription-success i,
.subscription-error i,
.success i{
	font-size:20px;
	float:left;
	margin:0 15px 0 0;
}

.error-msg {
	position: absolute;
    top: 15px;
	color: #e80000;
	font-weight: normal;
}

.error-msg label{
	font-weight: normal;
	color:#e80000;
}

.success {
	display: block;
	background: #fff;
    padding: 30px 20px 30px;
    border-radius: 6px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.47)
}

.response { text-align: center;}

.response button {
	padding:2px 10px
}


.md-modal-menu {
	position: fixed;
	top: 100px;
	right: -100%;
	width: 50%;
	height:	100vh;
	background: #2f2e2d;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 2000
}

.md-modal-menu.open {
	right: 0
}

.w3-animate-right {
	position: relative;
	animation: animateright 0.4s
}

@keyframes animateright {
	from {
		right: -300px;
		opacity: 0
	}

	to {
		right: 0;
		opacity: 1
	}
}


/* ======== RESPONSIVE =========*/

@media screen and (max-width: 45em) {

}

@media screen and (max-height: 35em) {
	
}

@media screen and (max-width: 767px) {
	h1 {
		font-size: 28px!important;
	}
	h2 {
		font-size: 20px;
	}
	.spacer-40 {
		margin: 10px 0!important;
	}
	.license {
		margin-bottom: 15px;
		color: #aaa;
	}
	.address {
		padding: 0;
	}
	.address .wrap.az-row > * {
		border: inherit;
		padding-left: 0;
	}
	.address .wrap.az-row >:first-child {
		min-width: 100%
	}
	.address .wrap.az-row >:last-child {
		text-align: center;
	}
	.address .wrap.az-row >:nth-last-child(-n+3) {
		min-width: 33%;
	}
	.logo-box {
		padding: 1rem 0;
	}
	.logo-box img {
		margin: 1rem;
		height: 70px;
	}
	.logo-box .mp-grid >:first-child {
		display: grid;
		grid-template-columns: 1fr auto;
		align-items: center;
	}
	.divider-wave {
		background-size: 100% 60px;
		height: 60px;
	}

	.masonry {
		grid-template-columns: repeat(2, 1fr);
	}
	.masonry-3 {
		grid-template-columns: repeat(3, 1fr);
	}

	.col.az-row {
		justify-content: center;
	}
	.bg-residential,
	.bg-exterior {
		padding: 0;
	}
	.about-residential .title-header,
	.about-exterior .title-header {
	  text-align: left;
	}
	.quote {
		flex-direction: column;
	}
	.quote > * {
		width: auto;
	}

	.bg2 {
		padding: 10px 0;
	}

	.work > .row > div:first-child,
	.slides > .row > div:first-child {
		border-radius: 0;
		border-right: none;
	}

	.work > .row > div,
	.slides > .row > div {
		min-height: 100%;
		padding: 10px;
		background: transparent;
	}
	
	.work > .row,
	.slides > .row {
		box-shadow: none;
		border-radius: 0;
	}

	.slides img {
		border: 10px solid #fff;
		border-radius: 5px;
	}
	
	.work a {
		min-height: 300px;
		box-shadow: 0 3px 8px #888;
		border-radius: 8px;
	}
	
	.work {
		padding-bottom: 20px;
	}

	.breadcrumb-header {
		padding: 20px 0;
	}
	.breadcrumb-header .az-row {
		align-items: flex-start;
		flex-direction: column;
	}
	.breadcrumb-header .az-row > * {
		padding: 0 10px;
	}
	.breadcrumb-header li {
		display: block;
		padding-bottom: 10px;
	}
	.breadcrumb-header .title-header {
		margin-top: 0;
	}
	
	.slider-box,
	.slider-box .container,
	.slider-box .slider {
		padding: 0;
	}

	.slider .master-slider {
		border: 0;
		border-radius:0;
	}

	.gallery {
		grid-template-columns: initial;
		padding: 0;
	}
	.gallery figure > div {
		border-radius: 0;
		box-shadow: none;
	}

	.gallery-header {
		padding-top: 20px;
	}
	.gallery-header .az-row,
	.gallery-view .az-row{
		flex-direction: column;
	}
	.gallery-header .gallery-description,
	.gallery-view .about-view {
		order: 2;
		padding: 20px;
	}
	.gallery-view .about-view {
		box-shadow: none;
	}
	.gallery-description .sub-heading {
		padding: 20px 0;
		text-align: left;
	}
	.gallery-view .az-row > *,
	.gallery-header .row > * {
		padding: 0px;
	}
}

@media (min-width: 768px){
	section {
		padding: 20px 0;
	}
	.breadcrumb-header .az-row {
		align-items: flex-start;
		flex-direction: column;
	}
	.breadcrumb-header .az-row > * {
		padding: 0 10px;
	}
	.breadcrumb-header li {
		display: block;
		padding-bottom: 10px;
	}
	.breadcrumb-header .title-header {
		margin-top: 0;
	}
	.gallery {
		grid-template-columns: repeat(2, 1fr);
	}
	.gallery-header .az-row,
	.gallery-view .az-row{
		flex-direction: column;
	}
	.gallery-header .gallery-description,
	.gallery-view .about-view {
		order: 2;
		padding: 20px;
	}
	.gallery-view .about-view {
		box-shadow: 0px 30px 70px -10px rgba(0, 0, 0, 0.18);
	}
	.gallery-header .row > * {
		padding: 20px;
	}
}

@media (min-width: 992px){
	section {
    padding: 60px 0;
	}
	.gallery-view .az-row{
		flex-direction: row;
	}
	.gallery-view .about-view {
		order: inherit;
		padding: 0 20px;
		box-shadow: -30px 30px 70px -10px rgba(0, 0, 0, 0.18);
	}
	.breadcrumb-header .az-row {
		align-items: baseline;
		flex-direction: row;
	}
	.breadcrumb-header .az-row > * {
		padding: 0;
	}
	.breadcrumb-header li {
    display: inline-block;
    padding-bottom: 0;
	}
	.gallery-header .az-row,
	.gallery-view .az-row{
		flex-direction: row;
	}
	.gallery-header .gallery-description,
	.gallery-view .about-view {
		order: inherit;
		padding: 20px;
	}
	.gallery-description .sub-heading {
    padding: 20px 10%;
    text-align: justify;
	}
}

@media (min-width: 1200px){
	.breadcrumb-header .az-row > .last{
		flex: 1.9;
	}

	
}
