@charset "UTF-8";
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}
/**
 * Remove default margin.
 */

body {
	margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio, canvas, progress, video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden], template {
	display: none;
}
/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active, a:hover {
	outline: 0;
}
/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b, strong {
	font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}
/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button, input, optgroup, select, textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button, select {
	text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button, html input[type="button"], /* 1 */ input[type="reset"], input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */

button[disabled], html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
 height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* 2 */
	box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}
/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
}
/*-----------------------------------Normalizer Over--------------*/




/*------------------------------------------------------------*/

/* --- ELEMENT N HOME PAGE --- */

@font-face {
	font-family: 'sawcor';
	src: url('../css/bauhaus_93-webfont.eot');
	src: url('../css/bauhaus_93-webfont.eot?#iefix') format('embedded-opentype'), url('../css/bauhaus_93-webfont.woff2') format('woff2'), url('../css/bauhaus_93-webfont.woff') format('woff'), url('../css/bauhaus_93-webfont.ttf') format('truetype'), url('../css/bauhaus_93-webfont.svg#bauhaus_93regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* --

@font-face {
    font-family: 'bebas';
    src: url('Bebas-webfont.eot');
    src: url('Bebas-webfont.eot?#iefix') format('embedded-opentype'),
         url('Bebas-webfont.woff2') format('woff2'),
         url('Bebas-webfont.woff') format('woff'),
         url('Bebas-webfont.ttf') format('truetype'),
         url('Bebas-webfont.svg#bebasregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


-- */


body {
	padding: 0;
	margin: 0;
	background-color: #040404;
	font-family: "bebas-neue", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #D9D9D9;
	font-size: 100%/1.5em;
}
.sawcor-site {
	width: 100%;
	margin: 0 auto;
	overflow: auto;
	background-color: #151515;
	background-image: url(../images/asphalt-tile-bg.jpg);
	background-size: 428px;
	background-repeat: repeat;
	-webkit-box-shadow: inset 0px 0px 100px 50px rgba(0,0,0,0.48);
	-moz-box-shadow: inset 0px 0px 100px 50px rgba(0,0,0,0.48);
	box-shadow: inset 0px 0px 100px 50px rgba(0,0,0,0.48);
}
header {
	position: fixed;
	width: 100%;
	height: 168px;
	border-top: #000000 2px solid;
	margin: 0 auto;
	z-index: 43;
}
.main-header-nav {
	padding: 0;
	margin: 0 auto;
	text-align: center;
	background-image: url(../images/header-asphalt-bg.jpg);
	background-size: 428px;
	background-repeat: repeat;
	-webkit-box-shadow: inset 0px 0px 65px 25px rgba(0,0,0,0.52), 0px 0px 100px 50px rgba(0,0,0,0.46);
	-moz-box-shadow: inset 0px 0px 65px 25px rgba(0,0,0,0.52), 0px 0px 100px 50px rgba(0,0,0,0.46);
	box-shadow: inset 0px 0px 65px 25px rgba(0,0,0,0.52), 0px 0px 100px 50px rgba(0,0,0,0.46);
}
nav {
	border-top: #282626 2px solid;
}
.header-no-stretch {
	display: inline-block;
	width: 1100px;
	padding: 0;
	margin: 0 auto;
}
.sawcor-logo-container {
	display: inline-block;
	vertical-align: top;
	width: 180px;
	height: 49px;
	padding: 0;
	margin-top: 66px;
	text-align:left;
}
.sawcor-nav-container {
	display: inline-block;
	vertical-align: top;
	width: 52.90909%;
	padding: 0;
	margin: 57px 0;
}
.sawcor-nav-container a {
	line-height: 32px;
}
img {
	max-width: 100%;
	
	margin: 0 auto;
}
.contact-container {
	width: 100%;
	padding: 14px;
	margin: 0 auto;
	text-align: center;
}
.contact-no-stretch {
	display: inline-block;
	width: 850px;
	padding: 0 60px 0 0;
	
	margin: 0 auto;
	text-align: right;
}
.contact-no-stretch ul {
	list-style-type: none;
	color: #FF090D;
	padding: 0;
	margin: 0;
}
.contact-no-stretch li {
	padding: 0;
}
.contact-no-stretch li:before {
	content: "• ";
	line-height: 18px;
	vertical-align: top;
	color: #d6a934;
	font-size: 30px;
}
p {
	font-family: Baskerville, "Century Schoolbook L", "Liberation Serif", Cambria, "Times New Roman", Times, serif;
	font-size: 15px;
	letter-spacing: .5px;
	line-height: 3px;
	color: #d9d9d9;
}
h1 {
	display: none;
	vertical-align: top;
	padding: 0;
	margin: 0 auto;
	font-family: 'sawcor', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 44px;
	letter-spacing: -1.5px;
	line-height: 0;
	text-align:center;
	
}

.pavement-striping {
	height:400px;
	width:100%;
	margin:0 auto;
	font-size: 15px;
	font-family: "bebas-neue", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 2.75px;
	text-align:center;
 }
 .sawcor-logo {
	 height: 63px;
	 width: 170px;
	 position:absolute;
	 top:47px;
 }
 
/* --
@-moz-document url-prefix() { 
  .pavement-striping {
     letter-spacing: 3.25px;
  }
}
@-moz-document url-prefix() { 
  .pavement-striping {
     letter-spacing: 3.25px;
  }
}

.chrome .some-class {
     letter-spacing: 14.25px;
}
-- */


ul {
	padding: 0;
	margin: 0
}
li {
	display: inline;
}

.letter-space-tight {
	letter-spacing: -3px;
}
/*---END SAWCOR---*/


h2 {
	font-size: 20px;
	margin: 0 auto auto 10%;
	letter-spacing: 2.5px;
	color: #d9d9d9;
	text-align: left;
}
.mission-section h2 {
	font-size: 24px;
	text-align: center;
	margin: 80px;
	letter-spacing: 2.5px;
	line-height: 3;
	color: #d6a934;
}
h3 {
	color: #d6a934;
	font-size: .93em;
}
h4 {
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	color: #d9d9d9;
	font-size: .93em;
	font-weight: 500;
	letter-spacing: 1.5px;
	line-height: 3;
}
footer img, header img {
	display: block;
	max-width: 90.90909%;
	height: 15px;
	margin-left: auto;
	margin-right: auto;
}
a {
	padding: 0 16px;
	font-family: "bebas-neue", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #d9d9d9;
	font-size: 15px;
	letter-spacing: 2px;
}
a:link {
	font-family: "bebas-neue", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
}
a:hover {
	color: #d6a934;
}
.contact-no-stretch a {
	padding: 0 16px 0 4px;
}
/* ---FOOTER --- */
.sawcor-footer {
	background-size: 428px;
	background-repeat: repeat;
	border-bottom: #282626 1px solid;
	margin: 0 auto;
	text-align: center;
	-webkit-box-shadow: inset 0px 0px 65px 25px rgba(0,0,0,0.52), 0px 0px 100px 50px rgba(0,0,0,0.46);
	-moz-box-shadow: inset 0px 0px 65px 25px rgba(0,0,0,0.52), 0px 0px 100px 50px rgba(0,0,0,0.46);
	box-shadow: inset 0px 0px 65px 25px rgba(0,0,0,0.52), 0px 0px 100px 50px rgba(0,0,0,0.46);
}
.footer-all-section {
	display: block;
	padding: 0;
	border-bottom: #000000 1px solid;
}
.sawcor-footer ul {
	list-style-type: none;
}
.sawcor-footer a {
	padding: 20px;
	margin: 2px;
	font-family: "bebas-neue", "Helvetica Neue", Helvetica, Arial, Gotham, sans-serif;
	font-size: 14px;
	line-height: 30px;
}
.footer-nav-section {
	display: block;
	margin-top: 35px;
	padding: 0;
}
.footer-contact-section {
	display: inline-block;
}
.footer-contact-section ul {
	margin: 20px;
}
.footer-contact-section a {
	padding: 7px;
	font-size: 12px;
	font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	color: #d6a934;
}
.footer-licensed-section {
	display: inline-block;
}
.footer-licensed-section ul {
	margin: 20px;
}
.footer-licensed-section a {
	padding: 7px;
	font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #888787;
}
/* --- HOME --- */
.content-section {
	display: block;
	margin-top: 268px;
}
.content-section-services {
	display: block;
	margin-top: 268px;
}
.all-box-container {
	display: block;
	width: 942px;
	height: 348px;
	margin: 0 auto;
}
.specialist-section {
	float: left;
	display: inline-block;
	position: relative;
	width: 698px;
	height: 350px;
	background-color: #141414;
}
.specialist-section h4 {
	position: absolute;
	top: 205px;
	padding: 12px;
	text-align: center;
	line-height: 2;
}
.sharktank-img {
	border-top: #302e2e 1px solid;
	border-bottom: #302e2e 1px solid;
	border-left: #302e2e 1px solid;
}
.three-box-container {
	display: inline-block;
}
.quality-section {
	display: block;
	position: relative;
	width: 238px;
	height: 116px;
}
.quality-section h4 {
	position: absolute;
	top: 36px;
	padding: 12px;
	line-height: 1.25;
}
.quality-img {
	max-width: 100%;
	border-top: #302e2e 1px solid;
	border-right: #302e2e 1px solid;
	border-left: #302e2e 1px solid;
}
.experienced-section {
	display: block;
	position: relative;
	width: 238px;
	height: 116px;
}
.experienced-section h4 {
	position: absolute;
	top: 7px;
	padding: 12px;
	line-height: 1.1;
}
.experienced-img {
	border-top: #302e2e 1px solid;
	border-right: #302e2e 1px solid;
	border-left: #302e2e 1px solid;
}
.success-section {
	display: block;
	position: relative;
	width: 238px;
	height: 116px;
}
.success-section h4 {
	position: absolute;
	top: 16px;
	padding: 12px;
	line-height: 1.25;
}
.success-img {
	border: #302e2e 1px solid;
}
/* --- SERVICES --- */


.all-service-container {
	width: 70%;
	height: 650px;
	margin: 0 auto;
	
	text-align: center;
}
.service-title {
	display: block;
	vertical-align: top;
	width:84%;
	height: 20px;
	
	margin: 0 auto;
}
.service-container {
	display: inline-block;
	vertical-align: top;
	width: 470px;
	margin: 0 auto;
	
}
.services-icons {
	display: inline-block;
	vertical-align: top;
	border: #302e2e 1px solid;
	margin: 16px 18px 1px auto;
}
.service-list-container {
	display: inline-block;
	vertical-align: top;
	width: 300px;
	
	margin-right: 0;
	text-align: left;
}
.service-list-container h3 {
	line-height: 22px;
}
#popular-text {
	font-family: "Myriad Pro", "Gill Sans", "Gill Sans MT", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1px;
	color: #888787;
}
/* --- ABOUT US --- */

.content-section-about {
	display: block;
	margin: 268px auto 84px auto;
	text-align: center;
}
.content-section-about h2 {
	margin: 1px auto 26px 1px;
}
.about-section {
	display: inline-block;
	width: 464px;
	height: 540px;
	padding-right: 10px;
	margin: 0 auto;
	vertical-align: top;
}
.about-section p {
	position: absolute;
	top: 384px;
	width: 359px;
	height: 325px;
	margin: 0 auto 0 54px;
	line-height: 24px;
	text-align: right;
}
.about-img {
	position: relative;
	width: 460px;
	height: 460px;
	border: #2e2c2c 1px solid;
}
.contact-section {
	display: inline-block;
	width: 488px;
	height: 540px;
	padding-left: 10px;
	margin: 0 auto;
	vertical-align: top;
	text-align: left;
}
.contact-img {
	display: inline;
	width: 220px;
	height: 220px;
	border: #2e2c2c 1px solid;
	margin: 0 18px 12px 0;
}
.contact-spark-img {
	height: 214px;
	border: #2e2c2c 1px solid;
	margin: 0 12px 22px 0;
}
.contact-info-list {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	line-height: 6px;
}
.contact-info-list a {
	font-family: Baskerville, "Century Schoolbook L", "Liberation Serif", Cambria, "Times New Roman", Times, serif;
	font-size: 15px;
	letter-spacing: .5px;
	line-height: 3px;
	color: #d6a934;
}
/* --- TESTIMONIALS --- */

.content-section-testimonials {
	display: block;
	width: 50.84247%;
	margin: 268px auto 84px auto;
	text-align: center;
}
.column-left-testimonials {
	display: inline-block;
	width: 36.36363%;
	padding: 0 30px;
	vertical-align: top;
}
.column-right-testimonials {
	display: inline-block;
	width: 43.63636%;
	padding: 0 30px;
	vertical-align: top;
}
.content-section-testimonials h2 {
	display: inline-block;
	width: 80%;
	margin: 0;
}
.testimonial-container {
	display: inline-block;
	width: 100%;
	margin: 14px 28px 60px 28px;
	vertical-align: top;
	text-align: right;
}
.content-section-testimonials img {
	max-width: 100%;
	height: 100%;
}
.content-section-testimonials p {
	padding: 18px;
	font-size: 15px;
	text-align: left;
	line-height: 30px;
}
.content-section-testimonials h3 {
	display: inline-block;
	padding-right: 20px;
	text-align: right;
}
.content-section-testimonials a {
	font-size: 14px;
	padding: 0;
	color: #d6a934;
}
.testimonial-container-big {
	display: inline-block;
	width: 100%;
	margin: 14px 28px 60px 28px;
	vertical-align: top;
	text-align: right;
}
.yellow-quote {
	font-size: 25px;
	letter-spacing: 3px;
	color: #d6a934;
}
/* --- CLEAR FLOAT --- */ 
.group:before, .group:after {
	content: "";
	display: table;
}
.group:after {
	clear: both;
}
.group {
	zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}
/* --- CLEAR FLOAT --- */

/* --- GALLERY --- */
.content-section-gallery {
	display: block;
	margin-top: 268px;
}
.all-gallery-container {
	width: 75%;
	margin: 0 auto;
	text-align: center;
}
.gallery-container {
	display: inline-block;
	padding: 0 0 58px 0;
	text-align: center;
}
.gallery-container img {
	width: 182px;
	height: 137px;
	margin: 9px;
}
.gallery-container img:hover {
	opacity:.8;
}
.gallery-container h3 {
	padding: 0;
	margin: 0;
	text-align: left;
}
.gallery-container h4 {
	padding: 0 0 17px 22px;
	margin: 0;
	line-height: 1;
	text-align: left;
}
.gallery-container li {
	display: inline-block;
}
.gallery-container a {
	padding:0;
	margin:0;
}
/*.gallery-img{
	border: 
	 
}
*/
/* --- MEDIA QUERIES --- */
@media screen and (max-width:2400px) {
.all-gallery-container {
	width: 54%;     
}
}
@media screen and (max-width:1486px) {
.all-service-container {
	width: 90%;
}
.all-gallery-container {
	width: 64%;     
}
/*.service-title {
	margin-left: 15%;
}*/
.content-section-testimonials {
	width: 64.84247%;
}
}

@media screen and (max-width:1200px) {
.all-box-container {
	display: block;
	width: 70%;
	height: 604px;
	margin: 0 auto;
}
.specialist-section {
	float: none;
	display: block;
	position: relative;
	width: 698px;
	height: 350px;
	margin: 0 auto;
}
.three-box-container {
	display: block;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.quality-section {
	display: inline-block;
	position: relative;
	width: 238px;
	height: 116px;
	margin: 0 auto;
	text-align: left;
}
.experienced-section {
	display: inline-block;
	position: relative;
	width: 238px;
	margin: 0 auto;
	text-align: left;
}
.success-section {
	display: inline-block;
	position: relative;
	width: 238px;
	margin: 0 auto;
	text-align: left;
}
.sharktank-img {
	display: block;
	max-width: 100%;
}
.specialist-section h4 {
	position: relative;
	top: -40%;
	padding: 12px;
	text-align: center;
	line-height: 2;
}
.content-section-testimonials {
	width: 84%;
}
/*.service-title {
	margin-left: 20%;
}*/
}
 @media screen and (max-width:1180px) {
.content-section {
	margin-top: 324px;
}
.content-section-services {
	margin-top: 324px;
}
.sawcor-logo-container {
	display: block;
	padding-bottom: 0;
	
	margin: 22px auto 1px auto;
}
.sawcor-nav-container {
	width: 90%;
	padding-top: 0;
	
	margin: 0 auto 35px auto;
}
.header-no-stretch {
	width: 100%;
	padding: 0;
	margin: 0 auto;
}
.contact-no-stretch {
	width: 85%;
	padding: 0 60px 0 0;
}
.all-gallery-container {
	width: 74%;
}
 @media screen and (max-width:1115px) {
.sharktank-img {
 border: 0;
}
.specialist-section {
 border: #302e2e 1px solid;
}
.column-left-testimonials {
 width: 39.63636%;
}
.column-right-testimonials {
 width: 41.63636%;
}
.all-service-container {
 height: 1150px;
}
.all-gallery-container {
 height: 1150px;
}
}
 @media screen and (max-width:920px) {
.specialist-section h4 {
 top: -35%;
}
.column-left-testimonials {
 width: 64.63636%;
}
.column-right-testimonials {
 width: 64.63636%;
}
.specialist-section {
 width: 100%;
 height: 350px;
}
.content-section-testimonials {
 width: 60%;
}
}
 @media screen and (max-width:780px) {
.all-box-container {
 height: 710px;
}
.content-section {
 margin-top: 359px;
}
.content-section-services {
 margin-top: 359px;
}
.specialist-section h4 {
 top: -30%;
}
.footer-contact-section ul {
 margin-bottom: 8px;
}
.footer-licensed-section ul {
 margin-top: 8px;
}
 @media screen and (max-width:646px) {
.contact-no-stretch {
 padding: 0;
}
 .all-service-container {
 height: 2550px;
}
.service-container {
 width: 90%;
 height: 430px;
 text-align: left;
}
.service-list-container {
 width: 80%;
 height: 280px;
}
.service-list-container p {
 line-height: 15px;
}
.all-service-container {
 height: 2750px;
}
.service-title {
 margin-left: 5%;
}
.content-section-about {
 margin: 304px auto 284px auto;
 padding: 0 20px;
}
.about-section {
 width: 100%;
}
.about-section p {
 top: 420px;
 width: 62%;
 line-height: 19px;
}
.contact-section {
 width: 100%;
}
}
 @media screen and (max-width:600px) {
.content-section-sevices {
 display: block;
 margin-top: 324px;
 margin-bottom: 80px;
}
.content-section-about {
 margin: 304px auto 524px auto;
}
.column-left-testimonials {
 width: 84.63636%;
}
.column-right-testimonials {
 width: 84.63636%;
}
.content-section-testimonials {
 margin: 324px auto 84px auto;
}
}
 @media screen and (max-width:500px) {
.specialist-section h4 {
 top: -20%;
}
}

/*-- header larg --
@media screen and (min-width:1510px) {
.sawcor-logo-container {
 margin-left: 7%;
}
.contact-container {
 width: 65%;
 margin: 0 auto;
}
}
 @media screen and (min-width:1710px) {
.sawcor-logo-container {
 margin-left: 11%;
}
.service-title {
 margin-left: 15%;
}
.contact-container {
 width: 57%;
 margin: 0 auto;
}
}*/
