@font-face {
    font-family: 'socialicoregular';
    src: url('socialico-webfont.woff') format('woff2'),
         url('socialico-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Century Gothic';
    src: url('fonts/CenturyGothic-Bold.woff') format('woff2'),
        url('fonts/CenturyGothic-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Times New Roman';
    src: url('fonts/TimesNewRomanPS-BoldMT.woff') format('woff2'),
        url('fonts/TimesNewRomanPS-BoldMT.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('fonts/CenturyGothic.woff') format('woff2'),
        url('fonts/CenturyGothic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Abril Fatface';
    src: url('fonts/AbrilFatface-Regular.woff') format('woff2'),
        url('fonts/AbrilFatface-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.suspension-contain {
	max-height: 980px;
	overflow:hidden;
	position: relative;
}
html.suspended {
	background: rgba(0,0,0,0.6);
}
body {
	font-family:"Century Gothic";
	width: 100%;
	max-width: 100%;
	background: #FFF;
	margin:0 auto;
	padding:0;
	text-align: center;
	color:#FFF;
	font-size: 1em;
	min-width: 1200px;
}
a {
	color:inherit;
	text-decoration: none
}
div,article,section,dl,dt,dd,table,tr,td,ul,ol,li,p,span,small,em,h1,h2,h3,h4,h5,h6,nav {
	padding:0;
	margin:0;
}
ul,ol {
	list-style: none;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}
header,
#banner,
#content,
#services-section,
#specialties-section,
#feeds-section,
#gallery-section,
#map-section,
footer {
	width: 100%;
}
header,
footer {
	background: #21A4B9;
}
#services-section,
#specialties-section,
#gallery-section {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}
#content {
	background: url(https://quintanasrv.com/public/images/common/cn-wrapper.jpg) no-repeat center top;
}
#services-section {
	background-image: url(https://quintanasrv.com/public/images/common/services-wrapper.jpg);
}
#specialties-section {
	background-image: url(https://quintanasrv.com/public/images/common/specialties-wrapper.jpg);
}
#gallery-section {
	background-image: url(https://quintanasrv.com/public/images/common/gallery-wrapper.jpg);
}
#map-section {
	background: url(https://quintanasrv.com/public/images/common/map-wrapper.jpg) no-repeat left top;
}
.row {
	position: relative;
	width: 100%;
	max-width: 85%;
	margin: 0 auto;
}

/*floats*/
.fl {
	float:left;
}
.fr {
	float:right;
}

/*typography*/
.text-primary {
	color: #B11414;
}
.text-bold {
	font-weight: 700;
}
.text-uppercase {
	text-transform: uppercase
}
.text-center {
	text-align: center !important;
}
.text-left {
	text-align: left;
}

/*cookie*/
.cc-animate.cc-revoke.cc-bottom {
	font-size: 14px;
	padding: 5px 10px;
	position: fixed;
	display: block!important;
	transform: none!important;
	bottom: 0!important;
	left: 20px!important;
}

/*call to action*/
.destroy-on-load, .cta {
	display: none;
}

/*clearings*/
.clear{
	clear:both;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	font-size: 0;
}
.clearfix {
	display:block;
}

/*contact form messages*/
form .messages {
	display: none;
}
form .messages p {
	display: none;
	font-family: Arial, Helvetica, sans-serif !important;
	font-weight: 400 !important;
	letter-spacing: 0 !important;
	font-size: 16px !important;
}
form .loading {
	display: none;
}
form .alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
form .alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
form .alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}
form [type="submit"] {
	margin:20px auto;
}

/*contact form*/
.ctc-form {
	margin: 0 auto;
	text-align: center;
}
.ctc-form label span {
	display: none;
}
.ctc-form input,
.ctc-form textarea,
.ctc-form button {
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	line-height: 120%;
	color:#777;
	font-family:"Century Gothic";
}
::placeholder {
    color: #777;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #777;
}

::-ms-input-placeholder { /* Microsoft Edge */
   color: #777;
}
.ctc-form input[type="text"],
.ctc-form textarea {
	width: 100%;
	margin: 0 0 10px;
	background: transparent;
	box-sizing: border-box;
	border-bottom: 1px solid #888;
}
.ctc-form textarea {
	min-height: 120px;
	padding: 10px 0 0 15px;
}
.ctc-form input[type="text"] {
	height: 50px;
	padding: 0 0 0 15px;
}
.ctc-form button {
	display: inline-block;
	vertical-align: top;
	width: 160px;
	height: 40px;
	font-size: 16px;
	line-height: 120%;
	color: #FFF;
	border: none;
	text-align: center;
	background: #98CA4F;
	text-transform: uppercase;
	transition: background-color 2s ease-out;
	-o-transition: background-color 2s ease-out;
	-moz-transition: background-color 2s ease-out;
	-webkit-transition: background-color 2s ease-out;
}
.ctc-form button:hover {
	background: #21A4B9;
}
.ctc-form .g-recaptcha {
	display: inline-block;
	vertical-align: top;
}

#banner{ position: relative;}
#banner ul{ display: block; list-style:none; margin: 0 auto; padding: 0;}

/*gallery*/
#content .gallery-container {
	text-align: center;
}
#content .gallery {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#content .gallery li {
	display: inline-block;
	vertical-align: top;
}
#content .gallery li img {
	width: 100%;
	max-width: 220px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#content .thumbnail {
	background-color: #FFF;
	border: 1px solid #DDD;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	display: block;
	line-height: 1.42857;
	margin-bottom: 20px;
	padding: 4px;
	transition: border 0.2s ease-in-out 0s;
	-o-transition: border 0.2s ease-in-out 0s;
	-moz-transition: border 0.2s ease-in-out 0s;
	-webkit-transition: border 0.2s ease-in-out 0s;
}
#content .page_navigation {
	display: inline-block;
}
#content .page_link,
#content .previous_link,
#content .next_link,
#content .first_link,
#content .last_link,
#content .ellipse {
	background-color: #FFF;
	border: 1px solid #ddd;
	color: #0275d8;
	display: inline-block;
	line-height: 1.25;
	margin-left: -1px;
	padding: 0.5rem 0.75rem;
	position: relative;
}
#content .page_navigation > a:hover,
.page_navigation > a.active_page {
	background-color: #eceeef;
	border-color: #DDD;
	color: #014c8c;
	text-decoration: none;
}

/* navigation */
nav {
	padding: 0;
}
nav a#pull {
	display: none;
}
nav ul li,
nav ul li a {
	display: inline-block;
	vertical-align: top;
	transition: background-color 2s ease-out;
	-o-transition: background-color 2s ease-out;
	-moz-transition: background-color 2s ease-out;
	-webkit-transition: background-color 2s ease-out;
}
nav ul li {
	font-size: 16px;
	line-height: 120%;
	text-transform: uppercase;
}
nav ul li a {
	padding: 15px 25px 15px;
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
}
nav ul li.active-menu a,
nav ul li a:hover {
	color: #BCF77C;
	font-weight: bold;
	border-color: #BFF87B;
	background: transparent;
}
/* end */

h1,
h2 {
	font-size: 68px;
	line-height: 120%;
	color: #EDDE4D;
	font-family: 'Abril Fatface', cursive;
}
p {
	font-size: 15px;
	line-height: 200%; letter-spacing:1px
}
.logo,
.first-image,
.map-image {
	line-height: 0 !important;
}
.logo img {
	width: 100%;
	max-width: 378px;
}
.first-image img {
	width: 100%;
	/*max-width: 910px;*/
}
.cards img {
	width: 100%;
	max-width: 192px;
}
.map-image img {
	width: 100%;
	max-width: 300px;
}
.cta {
	display: none;
}
.cta span {
	display: none;
}
.none-text {
	display: none;
}
/* header */
header .row {
	min-height: 126px;
	padding: 0;
}
header nav,
header .logo,
header .text {
	position: absolute;
}
header nav {
	top: 59px;
	right: 0;
}

header .logo {
	top: 21px;
	left: 0;
}

header .text {
	top: 9px;
	right: 0;
	text-align: right;
}
header .text p {
	display: inline-block;
	font-size: 16px;
	line-height: 120%;
	font-weight: bold;
}
header .text p small {
	display: inline-block;
	font-size: 13px;
	line-height: 120%;
	color: #FFE970;
	font-weight: normal;
	text-transform: uppercase;
}
header .text p:nth-of-type(2) {
	padding: 0 0 0 100px;
	font-size: 21px;
}
/* end */

/* banner */
#banner .row {
	min-height: 888px;
	padding: 0;
}
/* end */

/* content */
#content .row {
	max-width: 100%;
	min-height: 300px;
	padding: 40px 0 20px;
	color: #333;
	text-align: right;
}
#content p {
	font-size: 17px;
	line-height: 206%;
}
#content .text,
#content .first-image {
	display: inline-block;
	vertical-align: top;
}

#content .first-image{
	width: 52.785%;
}

#content .text {
	/*width: 670px;*/
	width: 36.003%;
	margin: 110px 0 0;
	padding: 0 0 100px;
	text-align: left;
	background: #FFF;
}
#content .text p {
	padding: 0 10% 0 35px; letter-spacing:1px;
}
#content .text .title-text {
	display: block;
	margin: 0 0 60px;
	padding: 0 0 0 35px;
	color: #FFF;
	background: #98CA4F;
}
#content .text .title-text h1 {
	font-size: 61px;
	color: #FFF;
}
#content .text .title-text p {
	padding: 0;
	font-size: 20px;
	line-height: 120%;
	font-weight: bold;
}
#content .text .title-text p:nth-of-type(2) {
	font-size: 24px;
}
/* end */

/* content bottom */
#services-section .row {
	max-width: 100%;
	padding: 0 0 160px;
	background: url(https://quintanasrv.com/public/images/common/servicesBG.png) no-repeat right top;
}
#services-section h2 {
	padding: 22px 0 22px;
	background: #21A4B9;
}
#services-section dl {
	display: inline-block;
	vertical-align: top;
	width: 464px;
	min-height: 394px;
	margin: 105px 0 0;
	padding: 289px 20px 0;
	box-sizing: border-box;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}
#services-section dl:nth-of-type(1) {
	background-image: url(../images/content/services-dt1.jpg);
}
#services-section dl:nth-of-type(2) {
	background-image: url(../images/content/services-dt2.jpg);
}
#services-section dl:nth-of-type(3) {
	background-image: url(../images/content/services-dt3.jpg);
}
#services-section dl dt {
	display: none;
	line-height: 0;
}
#services-section dl dt img {
	width: 100%;
	max-width: 464px;
}
#services-section dl dd {
	font-size: 25px;
	line-height: 120%;
	text-transform: uppercase;
}
#services-section dl dd a {
	display: block;
	padding: 25px 0 25px;
	color: #FFF;
	background: #98CA4F;
	transition: background-color 2s ease-out;
	-o-transition: background-color 2s ease-out;
	-moz-transition: background-color 2s ease-out;
	-webkit-transition: background-color 2s ease-out;
}
#services-section dl dd a:hover {
	background: #000;
}

#specialties-section .row {
	padding: 115px 0 120px;
}
#specialties-section h2 {
	font-size: 41px;
	color: #98CA4F
}
#specialties-section article {
	position: relative;
	width: 874px;
	min-height: 585px;
	padding: 65px 50px 0 215px;
	color: #333;
	text-align: left;
	box-sizing: border-box;
	background: url(https://quintanasrv.com/public/images/common/specialties-img1.jpg) no-repeat left top #FFF;
}
#specialties-section h2 {
	padding: 25px 0 0;
	background: url(https://quintanasrv.com/public/images/common/specialties-border.jpg) no-repeat left top;
}
#specialties-section p span { font-size:20px; font-weight:bold; letter-spacing:2px;}

#feeds-section .row {
	padding: 65px 0 75px;
	color: #333;
}
#feeds-section .rates {
	font-size: 35px;
	line-height: 120%;
	color: #FFBF00;
}
#feeds-section p {
	padding: 0 25% 0;
}
#feeds-section p small {
	display: block;
	font-size: 15px;
	line-height: 120%;
}
#feeds-section p small span {
	display: block;
	font-size: 20px;
	line-height: 120%;
	font-weight: bold;
}

#gallery-section .row {
	padding: 70px 0 55px;
}
#gallery-section article,
#gallery-section .ctc-form {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
}
#gallery-section article {
	width: 64.5%;
	padding: 15px 0 0;
	text-align: left;
}
#gallery-section article ul {
	font-size: 0;
}
#gallery-section article ul li {
	display: inline-block;
	vertical-align: top;
	padding: 15px 15px 0 0;
	line-height: 0;
	width: 26.758%;
}
#gallery-section article ul li img {
	width: 100%;
	display: block;
	/*max-width: 273px;*/
}
#gallery-section .ctc-form {
	width: 34.5%;
	color: #777;
	background: #FFF;
}
#gallery-section .ctc-form h2 {
	display: block;
	margin: 0 0 15px;
	padding: 22px 0 22px;
	font-size: 49px;
	color: #FFF;
	background: #98CA4F;
}
#gallery-section .ctc-form input[type="text"],
#gallery-section .ctc-form textarea {
	width: 95%;
}

#map-section .row {
	padding: 35px 0 35px;
}
#map-section .first-image {
	display: inline-block;
	vertical-align: top;
	width: 49.5%;
	padding: 0 15px 0;
	box-sizing: border-box;
}
#map-section .first-image img {
	max-width: 100%;
}
/* end */

/* footer */
footer .row {
	padding: 0 0 30px;
}
footer .text {
	display: inline-flex;
	justify-content: space-around;
}
footer .logo {
	padding: 0 0 10px;
}
footer article {
	width: 49.5%;
	text-align: left;
	box-sizing: border-box;
}
footer article:nth-of-type(1) {
	padding: 34px 0 0;
}
footer article:nth-of-type(1) p {
	font-size: 15px;
	line-height: 167%;
	letter-spacing: 3px;
}

footer article:nth-of-type(2) {
	padding: 18px 0 0;
}
footer article:nth-of-type(2) p {
	display: inline-block;
	vertical-align: top;
	width: 49.5%;
	padding: 30px 0 0;
	font-size: 16px;
	line-height: 120%;
	font-weight: bold;
	box-sizing: border-box;
}
footer article:nth-of-type(2) p:nth-of-type(1) {
	font-size: 26px;
}
footer article:nth-of-type(2) p:nth-of-type(1) small {
	padding: 0 0 5px;
}
footer article:nth-of-type(2) p small {
	display: block;
	padding: 0 0 10px;
	font-size: 13px;
	line-height: 120%;
	font-weight: normal;
	text-transform: uppercase;
	font-family: 'Libre Baskerville', serif;
}
footer article:nth-of-type(2) .social-media {
	font-weight: normal;
}
footer article:nth-of-type(2) .social-media small {
	padding: 0;
}
footer nav ul li {
	font-size: 14px;
}
footer nav ul li a {
	padding: 15px;
}
/* end */
.silver img {
	display: inline-block;
	vertical-align: middle;
	max-width: 50px;
}
.media a,
.social-media a {
	display: inline-block;
	vertical-align: top;
	background-repeat: no-repeat;
	background-position: center top;
	transition: all 0.3s ease-in-out 0s;
}
.social-media a {
	font-size: 42px;
	line-height: 120%;
	font-family: 'socialicoregular';
}
.social-media a:hover {
	color: #98CA4F;
}
.media a {
	width: 40px;
	height: 40px;
	border-radius: 50%;
}
.media a:nth-of-type(1) {
	background-image: url(https://quintanasrv.com/public/images/common/facebook.jpg);
}
.media a:nth-of-type(2) {
	background-image: url(https://quintanasrv.com/public/images/common/twitter.jpg);
}
.media a:nth-of-type(3) {
	background-image: url(https://quintanasrv.com/public/images/common/youtube.jpg);
}
.media a:nth-of-type(4) {
	background-image: url(https://quintanasrv.com/public/images/common/rss.jpg);
}
.media a:hover {
	background-position: center -40px;
}
.button {
	display: inline-block;
	vertical-align: top;
	width: 160px;
	padding: 10px 0 10px;
	font-size: 16px;
	line-height: 120%;
	color: #FFF;
	text-align: center;
	background: #21A4B9;
	text-transform: uppercase;
	transition: background-color 2s ease-out;
	-o-transition: background-color 2s ease-out;
	-moz-transition: background-color 2s ease-out;
	-webkit-transition: background-color 2s ease-out;
}
.button:hover {
	background: #98CA4F;
}

.inner #content{
    background-size: cover;
    background-position: left -150px top;
}
.inner #content .row {
	max-width: 1200px;
	min-height: 750px;
	padding: 40px 15px 30px;
	text-align: left;
	box-sizing: border-box;
}


.inner #content h1 {
	font-size: 75px;
	line-height: 120%;
	color: #EDDE4D;
	font-family: 'Abril Fatface', cursive;
}
.inner #content h3{
    padding: 15px 0 0;
    background: url(https://quintanasrv.com/public/images/common/specialties-border.jpg) no-repeat left top;
    font-size: 35px;
    line-height: 120%;
    color: #98CA4F;
    font-family: 'Abril Fatface', cursive;
    margin: 20px auto;
}
.inner #content p,
.inner #content ul li{
	font-size: 18px;
	line-height: 180%; letter-spacing:1px; color:#333; font-family:"Century Gothic";
}
.inner #content ul{
    list-style: disc;
    padding-left: 20px;
}
.inner #content .fl{
    margin-right: 20px;
}
.inner #content p{
    margin: 15px auto;
}

.products-page #content img{
    max-width: 100%;
    height: auto;
}

.reviews-page .box{
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.15);
    box-sizing: border-box;
    margin: 0 auto 15px;
    padding: 15px 30px;
    text-align: center;
}
.reviews-page .box h4{
    color: #EDDE4D;
    font-size: 20px;
}
.reviews-page .box .name{
    display: block;
    color: #98CA4F;
    font-weight: 700;
}
/* responsive */
/*Styles for screen 1440px and lower*/
@media screen and (max-width: 1440px) {
header,
#banner,
#content,
#services-section,
#specialties-section,
#feeds-section,
#gallery-section,
#map-section,
footer {
	max-width: 1440px;
	width: 100%;
}

}

/*1200*/
@media screen and (max-width: 1439px){
	body {
		min-width: 320px
	}

	*{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.row{
		max-width: 100%;
	}

	header .row,
	footer .text{
		padding: 0 10px;
	}

	header .logo{
		left: 10px;
	}

	header .text{
		right: 10px;
	}

	nav ul li a {
    	padding: 15px 22px 15px;
	}

	#content .text,
	#content .first-image,
	#gallery-section article,
	#gallery-section .ctc-form{
		width: 49%;
	}

	#content .text{
		margin: 0;
	}

	#content .text{
		padding-bottom: 50px;
	}

	#services-section dl{
		width: 33%
	}

	#specialties-section .row {
    	padding: 115px 10px 120px;
	}

	#feeds-section p{
		padding: 0;
		max-width: 800px;
		margin: 0 auto;
	}

	#gallery-section article ul li{
		width: 42%
	}

	footer nav ul li a {
    	padding: 15px 10px;
	}


}

/*1024*/
@media screen and (max-width: 1199px){

  	.logo img{
  		max-width: 300px;
  	}

  	#banner .row {
    	min-height: 600px;
	}

  	nav ul li a {
    	padding: 15px 17px 15px;
	}

	#content .text .title-text{
	    margin: 0 0 20px;
	}

	#services-section .row{
		padding: 0 10px 160px
	}

	#services-section dl dd {
    	font-size: 22px;
	}

	#specialties-section article{
		margin: 0 auto;
	}

	#gallery-section article ul li {
    	width: 49%;
	}

	footer article:nth-of-type(1) p{
		letter-spacing: 0
	}

	footer nav ul li a {
    	padding: 15px 5px;
	}
	.inner #content{ background-position: center top;}
}

/*960*/
@media screen and (max-width: 1023px){
	
	nav ul li a {
    	padding: 15px 12px 15px;
	}

	header .text p:nth-of-type(2) {
    	padding: 0 0 0 45px;
	}

	#content .text p {
    	padding: 0 10px;
	}

	#content .text {
    	padding-bottom: 10px;
	}

	footer article:nth-of-type(2) p{
		width: 49%
	}

	footer article:nth-of-type(2) p a{
		word-break: break-all;
	}

	footer nav ul li a {
    	padding: 15px 2px;
	}
	
	.reviews-page .box{ padding: 15px;

}

/*768*/
@media screen and (max-width: 959px){

	#header {
		padding: 0
	}

	header .row {
		width: 100%;
		padding: 0;
		min-height: 100%
	}

	header nav {
		display:block;
		height: auto;
		width: 100%;
		top: 0;
		left: 0;
	}

	nav ul {
		width: 100%;
		display: none;
		height: auto;
		border-bottom:5px solid #000;
		padding: 0 15px;
	}

	nav ul li {
		width: 100%;
		position: relative;

	}

	nav ul li a {
		display: block;
		float:none;
		padding: 10px;

	}

	nav a {
		text-align: left;
		width: 100%;

	}

	nav a strong {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 15px;

	}

	nav a#pull {
		display: block;
		color: #000;
		background-color: #98ca4f;
		height: 40px;
		padding: 10px;
		width: 100%;
		position: relative;
	}

	nav a#pull:after {
		content:"";
		background: url('https://quintanasrv.com/public/images/nav-icon.png') no-repeat;
		width: 20px;
		height: 20px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 50%;
		transform: translateY(-50%);

	}


	.cta{
		background: #c4fb7b url(https://quintanasrv.com/public/images/common/phonecall.png) no-repeat center center;
	    border-bottom-left-radius: 40px;
	    border-top: 2px solid #98ca4f;
		border-top-left-radius: 40px;
		bottom: 3%;
		display: block;
		height: 60px;
		position: fixed;
		right: 0;
		text-decoration: none;
		text-indent: -9999em;
		width: 60px;
		z-index: 999;
	}

	header nav, header .logo, header .text{
		position: relative;
	}

	header .logo, header .text{
	    padding: 10px 0;
	}

	header .logo,
	header .text{
		top: 0;
		right: 0;
		left: 0;
		text-align: center;
	}

	#content .text, 
	#content .first-image{
		width: 99%;
		margin-bottom: 20px;
		text-align: center;
	}

	#services-section dl{
		width: 32%;
		padding: 150px 20px 10px;
		min-height: 100%
	}

	#services-section dl dd {
    	font-size: 20px;
	}

	#services-section dl dd a{
		padding: 15px 0
	}

	#services-section .row {
	    padding: 0 10px 100px;
	}

	#specialties-section .row {
    	padding: 100px 10px
	}

	#specialties-section article{
		width: 100%;
		text-align: center;
		padding: 11px 50px 0 215px;
	}

	#feeds-section .row{
		padding: 50px 10px
	}

	#gallery-section article ul li {
    	width: 50%;
	}

	footer article{
    	text-align: center;
	}

	footer nav,
	footer nav ul{
		display: block;
	}

	footer article:nth-of-type(2) p {
    	width: 100%;
	}

	footer nav ul li a {
    	text-align: center;
    	padding: 15px;
	}
	
	.inner #content .fl{ float: none; margin-right: auto;}
}

/*425*/
@media screen and (max-width: 767px){
    
    img{ max-width: 100%; height: auto;}
	
	
	#banner .row {
    	min-height: 300px;
	}

	h1, h2, #content .text .title-text h1,
	#gallery-section .ctc-form h2,
	.inner #content h1{
		font-size: 45px;
	}

	#content .text .title-text{
		padding: 10px;
	}

	#services-section dl {
    	width: 100%;
    	padding: 250px 20px 10px;
	    margin: 50px 0 0;    	
	}

	#specialties-section article{
		background: #fff;
	    padding: 10px;
	}

	#specialties-section h2{
		background: url(https://quintanasrv.com/public/images/common/specialties-border.jpg) no-repeat center top;
	}

	#gallery-section article, #gallery-section .ctc-form{
		width: 100%;
		text-align: center;
	}

	#gallery-section article ul li{
		padding: 10px
	}

	#gallery-section .row {
    	padding: 50px 10px;
	}

	#map-section .first-image,
	footer article{
		width: 100%
	}

	footer .text{
		flex-wrap: wrap;
	}

	footer nav{
		margin: 15px auto
	}
}