@font-face {
  font-family: 'Asap';
  font-style: normal;
  font-weight: 400;
  src: local('Asap'), local('Asap-Regular'), url(static/fonts/asap/v1/SgBaq0dzhSGNMfqm2JX5ng.woff) format('woff');
}

@font-face {
  font-family: 'Asap';
  font-style: normal;
  font-weight: 700;
  src: local('Asap Bold'), local('Asap-Bold'), url(static/fonts/asap/v1/yVILXKVgPzaz72DegpV7Bg.woff) format('woff');
}

@font-face {
  font-family: 'Asap';
  font-style: italic;
  font-weight: 400;
  src: local('Asap Italic'), local('Asap-Italic'), url(static/fonts/asap/v1/MdJnJ_Rxy6GcPmasGZsTfQ.woff) format('woff');
}

@font-face {
  font-family: 'Asap';
  font-style: italic;
  font-weight: 700;
  src: local('Asap Bold Italic'), local('Asap-BoldItalic'), url(static/fonts/asap/v1/_sVKdO-TLWvaH-ptGimJBT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

h2 {color:#70a900;}

* {
	margin: 0;
	padding: 0;
	outline: 0;
}

html, body {
	min-height: 100%;
	font-family: 'Asap', Arial;
}

ul, ol {
	list-style-type: disc;
	list-style-position: inside;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

a {
	color: rgb(0,51,204);
	font-size: inherit;
	text-decoration: none;
}


.clear:after {
  content: "";
  display: table;
  clear: both;
}

header {
	width: 100%;
	height: 140px;
	background-color: #121212;
	background-image: url('img/head.png');
	border-bottom: 3px solid #70a900;
}

.auto_holder {
	width: 1100px;
	margin: auto;
	position: relative;
}

.logo {
	float: left;
	margin-top: 25px;
}

nav {
	float: right;
	margin-top: 110px;
}

nav ul li {
	display: inline-block;
	color: #fff;
}

nav ul li a {
	margin: 0 10px;
	color: #aaaaaa;
	transition: color .5s;
}

nav ul li a:hover {
	color: #70a900;
}

.active_tab {
	color: #70a900;
	font-weight: bold;
}

/* ----------------------- Browser Resets ------------------------- */
.slider {
	width: 100%;
	/*overflow: hidden;*/
}

.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus  {
	outline: none;
}
.slides, .flex-control-nav, .flex-direction-nav {
	margin: 0; 
	padding: 0; 
	list-style: none;
}

.flexslider {
	margin: 0; 
	padding: 0;
}

.flexslider .slides > li {
	display: none; 
	-webkit-backface-visibility: hidden;
} 
/* Hide the slides before the JS is loaded. Avoids image jumping */

.flexslider .slides img {
	width: 100%; 
	display: block;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	line-height: 0; 
	height: 0;
}
 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}


.no-js .slides > li:first-child {display: block;}



.flexslider {
	position: relative; 
	zoom: 1;
}

.flex-viewport {
	max-height: 2000px; 
	-webkit-transition: all 1s ease; 
	-moz-transition: all 1s ease; 
	transition: all 1s ease;
}

.loading .flex-viewport {
	max-height: 300px;
}

.flexslider .slides {
	zoom: 1;
}

.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {
	width: 30px; 
	height: 30px; 
	margin: -20px 0 0; 
	display: block;
	background: url(img/bg_direction_nav.png) no-repeat 0 0;
	position: absolute; 
	top: 50%; 
	z-index: 10; 
	cursor: pointer; 
	text-indent: -9999px; 
	opacity: 0;
	-webkit-transition: all .3s ease;
}

.flex-direction-nav .flex-next {
	background-position: 100% 0; 
	right: 0; 
}

.flex-direction-nav .flex-prev {left: 0;}
.flexslider:hover .flex-next {opacity: 0.8; right: 30px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 30px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}

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

.green_wave {
	height: 87px;
	background-image: url('img/wave.png');
	background-repeat: no-repeat;
	font-size: 28px;
	color: #ffffff;
	background-size: 100%;
}

.green_wave strong {
	font-weight: bold;
}

.green_wave div {
	padding-top: 23px;
}

.red_box {
	background-color: #d81e1e;
	height: 50px;
	-moz-box-shadow: 0 4px 4px -2px black;
    -webkit-box-shadow: 0 4px 4px -2px black;
    box-shadow: 0 4px 4px -2px black;
	color: #ffffff;
	font-size: 22px;
	line-height: 50px;
	text-align: center;
}

.red_box strong {
	font-weight: bold;
}

.mid_wrap {
	margin-top: 30px;
	background-image: url('img/black_bg.png');
}

.black_band {
	margin-bottom: 10px;
}

.black_band > li {
	display: inline-block;
	height: 118px;
	width: 300px;
	background-repeat: no-repeat;
	vertical-align: top;
}

.black_band > li:first-child {
	margin-left: 45px;
}

.black_band_sub {
	margin: auto;
	width: 260px;
	margin-top: 10px;
}

.black_band > li:first-child ul, .black_band > li:last-child ul {
	margin-top: 30px;
}

.black_band_sub > li {
	background-image: url('img/mark.png');
	background-repeat: no-repeat;
	padding-left: 20px;
	color: #ffffff;
	font-size: 20px;
	background-position: 0 10px;
	line-height: 30px;
}

.para_blocks {
	margin-top: 20px;
}

.para_blocks li {
	display: inline-block;
	width: 300px;
	height: 200px;
	vertical-align: top;
	margin-right: 15px;
}

.para_blocks li h2 {
	font-size: 18px;
	color: #8dc13c;
	/* [disabled]padding: 10px; */
	display:inline;
	
}
.para_blocks li {
	font-size: 18px;
	color: #8dc13c;
	padding: 0px;
	display: inline-block;
	width: 300px;
}
.para_blocks li h1 {
	font-size: 18px;
	color: #8dc13c;
	/* [disabled]padding: 10px; */
}

.para_blocks li p {
	padding: 0px;
	color: #818181;
	font-size: 15px;
	line-height: 20px;
	width: 300px;
	height: 180px;
	overflow: auto;
}

.img_reel {
	margin-top: 20px;
}

.img_reel li {
	display: inline-block;
	width: 225px;
	height: 150px;
	margin-right: 20px;
	margin-bottom: 20px;
	position: relative;
}

.img_reel li img {
	max-height: 100%;
	max-width: 100%;
}

.img_reel li span {
	background-color: #70a900;
	height: 20px;
	line-height: 20px;
	text-align: center;
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
}

footer {
	background-color: #191919;
	border-bottom: 4px solid #70a900;
}

.left_foot {
	float: left;
	width: 340px;
	color: #aaaaaa;
	line-height: 22px;
}

.left_foot strong {
	padding-top: 20px;
	display: block;
}

.left_foot span {
	color: #70a900;
	font-size: 14px;
}

.left_foot p {
	font-size: 14px;
}

.foot_mid {
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	color: #fff;
}

.foot_mid p span {
	color: #70a900;
}

.foot_mid input[type=text]{
	padding: 5px;
	background: #e8e8e8;
	margin-top: 10px;
	border-radius: 7px;
	width: 300px;
}

.foot_mid textarea {
	padding: 5px;
	background: #e8e8e8;
	margin-top: 10px;
	border-radius: 7px;
	width: 300px;
  height:100px;
}

.foot_mid p {
	font-weight: bold;
}

.foot_mid input[type=submit] {
	padding: 5px 8px;
	position: relative;
	left: 5px;
	top: -10px;
	background: #679b02;
	border-radius: 7px;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
}

.foot_right {
	float: left;
	width: 230px;
	height: 100%;
}

.foot_logo {
  margin-top: 325px;
  margin-left: 200px;
}

.left_wrap {
	float: left;
	width: 700px;
}

.right_wrap {
	float: left;
	width: 270px;
	margin-left: 10px;
}

.left_wrap h1 {
	color: #70a900;
	font-size: 26px;
	padding: 15px 0;
}

.left_wrap  {
	color: #919191;
	line-height: 24px;
	font-size: 15px;
	font-weight: 300;
	padding: 5px;
}

.left_wrap .hot_water_list li:before {
	color: #679b02;
}

.hot_water_img {
	margin: 30px 0;
}

.test_name {
	color: #818181;
	font-weight: bold;
	font-style: italic;
}

.blck_drain_img {
	margin: 20px 0;
}

.bdsum {
	font-size: 30px;
	font-weight: 300;
	text-align: center;
	line-height: 40px;
	color: #616161;
}

.dark {
	color: #515151;
}

.left_wrap strong {
	font-weight: bold;
}

.pipe_reline img {
	padding: 30px 0;
}

hr {
	border-color: #dddddd;
	border-width: 2px;
}

.why_reline {
	float: left;
}

.why_reline_desc {
	float: left;
	width: 500px;
	margin: 60px 0 0 50px;
	color: #aaaaaa;
	font-size: 14px;
	line-height: 22px;
	
}

.why_reline_desc h1 {
	color: #8dc13c;
	font-size: 26px;
	padding-bottom: 8px;
}

.why_reline_desc i {
	font-weight: bold;
	color: #679b02;
	display: block;
	margin-top: 20px;
}

.pipe-reline-img {
	margin: 20px;
	float: left;
}

.pipe-reline-img li {
	margin-top: 10px;
}

.how_works {
	float: left;
	width: 500px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.how_works h1 {
	color: #8dc13c;
}

.how_works ul {
	list-style-type: decimal;	
}

.how_works ul li {
	font-size: 15px;
	color: #818181;
	margin-top: 10px;
	line-height: 22px;
}

.how_works ul li:nth-of-type(1) {
	font-size: 20px;
}

.how_works img {
	padding: 70px 0;
}

.how_works p {
	width: 650px;
	color: #818181;
	font-size: 15px;
	line-height: 22px;
}

.contact_pg {
	background: #f8f8f8;
	height: 450px;
	margin-top: 4px;
	box-shadow: inset 0 0 5px #aaa;
}

.contact_pg form {
	width: 500px;
	margin: auto;
	background: #fff;
	height: 350px;
	position: relative;
	top: 30px;
	border-radius: 5px;
	border: 1px solid #dddddd;
}

.contact_pg form label {
	display: block;
}

.contact_pg form ul {
	margin-top: 20px;
}

.contact_pg form ul li {
	display: inline-block;
	width: 245px;
	text-align: center;
}

.contact_pg form ul li input[type=text], .contact_pg textarea, .side_contact input[type=email], .side_contact input[type=tel], .side_contact input[type=text], .side_contact textarea {
	width: 200px;
	padding: 5px;
	border: 1px solid #cccccc;
	border-radius: 5px;
}
.inputcol {
	display: inline-block;
	    margin-right: 15px;
}
.inputcol input[type=email], .inputcol input[type=tel], .inputcol input[type=text] {
	padding: 5px;
	border: 1px solid #cccccc;
	border-radius: 5px;
}
.row-contact textarea {
  padding: 5px;
	border: 1px solid #cccccc;
	border-radius: 5px;
	width: 95%;
}	
.row-contact label {
	 display: block;
}
.row-contact input[type=submit] {
	margin: 3px;
	background: #6fbe00;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZmYmUwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0Mjg1MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #6fbe00 0%, #428500 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6fbe00), color-stop(100%,#428500));
	background: -webkit-linear-gradient(top,  #6fbe00 0%,#428500 100%);
	background: -o-linear-gradient(top,  #6fbe00 0%,#428500 100%);
	background: -ms-linear-gradient(top,  #6fbe00 0%,#428500 100%);
	background: linear-gradient(to bottom,  #6fbe00 0%,#428500 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6fbe00', endColorstr='#428500',GradientType=0 );
	border-radius: 4px;
	padding: 5px 20px;
	font-family: Asap, Arial;
	font-size: 16px;
	color: #ffffff;
	border: 1px solid #eeeeee;
}
.contact_content {
 border: 1px solid #eeeeee;
    box-shadow: inset 0 0 3px #dddddd;
    border-radius: 5px;
    margin-top: 40px;
}
  
.row-contact {
	margin-bottom: 15px;
}
.contact_content form {
	width: 50%;
    margin: 40px auto;
    background-color: #FFF;
    padding: 20px;
}
span.wpcf7-not-valid-tip {
    margin-left: 20px;
}
.contact_pg textarea {
	width: 460px;
	margin: 0 0 0 12px;
	height: 100px;
}

.contact_pg form > label:last-of-type {
	margin-top: 10px;
}

.contact_pg form label {
	text-align: left;
	text-indent: 17px;
	font-weight: bold;
	font-size: 15px;
	padding-bottom: 3px;
}

.contact_pg input[type=submit], .side_contact input[type=submit] {
	margin: 3px;
	background: #6fbe00;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZmYmUwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0Mjg1MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #6fbe00 0%, #428500 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6fbe00), color-stop(100%,#428500));
	background: -webkit-linear-gradient(top,  #6fbe00 0%,#428500 100%);
	background: -o-linear-gradient(top,  #6fbe00 0%,#428500 100%);
	background: -ms-linear-gradient(top,  #6fbe00 0%,#428500 100%);
	background: linear-gradient(to bottom,  #6fbe00 0%,#428500 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6fbe00', endColorstr='#428500',GradientType=0 );
	border-radius: 4px;
	padding: 5px 20px;
	font-family: Asap, Arial;
	font-size: 16px;
	color: #ffffff;
	border: 1px solid #eeeeee;
}

.cards {
	margin-bottom: 10px;
	background-image: url('img/cards.png');
	background-position: 86% 0;
	background-repeat: no-repeat;
	height: 25px;
}

.side_contact {
	width: 250px;
	border: 1px solid #eeeeee;
	box-shadow: inset 0 0 3px #dddddd;
	margin-top: 30px;
	padding: 10px;
	border-radius: 5px;
}

.side_contact label {
	display: block;
	margin-top: 20px;
	font-size: 15px;
	padding-bottom: 3px;
	text-indent: 20px;
}

.side_contact input[type=text], .side_contact input[type=email], .side_contact input[type=tel] , .side_contact input[type=submit]{
	margin-left: 20px;
}

.side_contact textarea {
  height:100px;
	margin-left: 20px;
}

.side_contact input[type=text]#job_captcha {
 width:36%;
  margin-top:15px;
  margin-left:0;
}
.side_contact input[type=submit] {
margin-top:10px;

}
.topbar{
position:relative;
top:0;
left:0;
width:100%;
z-index:2;
background-image:url(img/orange.png);
  background-size:contain;
 padding: 10px 10px 0px 10px;
 height:143px;
 text-align:center
}
.topbar h3{font-size:30px;}
.topbar p{margin-top:10px;}
.bottombar{
background-color:#F1C40F;
border:1px solid #000;
/*background-image:url(img/yellow.png);*/
position:relative;
top:-44px;
left:0;
width:100%;
z-index:1;
  background-size:cover;
	background-position-y: 100%;
  padding: 0px 10px 10px 8px;
  width:100%;
  }
  .bottombar ul{
  list-style-image: url(http://www.enviromateplumbing.com.au/images/tick.png);
  padding-top:50px;
  font-size:13px;
  font-weight:bold;
  }

  .quote_contact {
	width: 250px;
	/*	border: 1px solid #eeeeee;
box-shadow: inset 0 0 3px #dddddd;
border-radius: 5px;*/
	margin-top: 30px;
	padding: 10px;
  
}

.quote_contact label {
	display: block;
	margin-top: 20px;
	font-size: 15px;
	padding-bottom: 3px;
	text-indent: 20px;
}


.quote_contact input[type=text]#job_captcha {
 width:36%;
  margin-top:15px;
  margin-left:0;
}
.quote_contact input[type=submit] {
margin-top:10px;

}

.quote_contact input[type=text], .quote_contact input[type=email],.quote_contact input[type=tel]{
	width: 200px;
	padding: 5px;
	border: 1px solid #cccccc;
	border-radius: 5px;
  	margin-left: 20px;
}
.quote_contact textarea {
	width: 200px;
  height:100px;
	padding: 5px;
	border: 1px solid #cccccc;
	border-radius: 5px;
  	margin-left: 20px;
}

.quote_contact input[type=submit] {
	margin: 3px;
    margin-left: calc((100% - 175px)/2);
	background: #6fbe00;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZmYmUwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0Mjg1MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #BB0000 0%, #931902 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#BB0000), color-stop(100%,#931902));
	background: -webkit-linear-gradient(top,  #BB0000 0%,#931902 100%);
	background: -o-linear-gradient(top,  #BB0000 0%,#931902 100%);
	background: -ms-linear-gradient(top,  #BB0000 0%,#931902 100%);
	background: linear-gradient(to bottom,  #BB0000 0%,#931902 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#BB0000', endColorstr='#931902',GradientType=0 );
	border-radius: 4px;
	padding: 5px 20px;
	font-family: Asap, Arial;
	font-size: 16px;
	color: #ffffff;
	border: 1px solid #000;
}
.success {
	padding: 5px;
	text-align: center;
	color: #00c000;
	border: 1px solid #00c000;
	background: #ecffd9;
}

.contact_pg .success {
	position: relative;
	top: 15px;
	width: 490px;
	margin: auto;
}

.top_phone {
	position: absolute;
	top: 40px;
	right: 20px;
	color: #ffffff;
	font-size: 40px;
	background-image: url('img/call.png');
	background-repeat: no-repeat;
	padding-left: 44px;
	background-position: 0 5px;
}

.oops {
	font-size: 70px;
	text-align: center;
	margin-top: 100px;
	margin-bottom: 100px;
	color: #818181;
}

.oops p {
	font-size: 30px;
	line-height: 40px;
}

