/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* CLEARFIX */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE5/Mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE5/Mac */

p.clear { clear: both;   margin: 0; padding: 0; }

@font-face {
    font-family: 'helveticaneue-webfont';
    src: url('https://www.mopki.com.au/helveticaneue-webfont.eot');
    src: url('https://www.mopki.com.au/helveticaneue-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://www.mopki.com.au/helveticaneue-webfont.woff') format('woff'),
         url('https://www.mopki.com.au/helveticaneue-webfont.ttf') format('truetype'),
         url('https://www.mopki.com.au/helveticaneue-webfont.svg#helveticaneue-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'variableregular';
    src: url('https://www.mopki.com.au/variable_regular-webfont.eot');
    src: url('https://www.mopki.com.au/variable_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://www.mopki.com.au/variable_regular-webfont.woff') format('woff'),
         url('https://www.mopki.com.au/variable_regular-webfont.ttf') format('truetype'),
         url('https://www.mopki.com.au/variable_regular-webfont.svg#variableregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* ON WITH OUR OWN STYLES NOW */
body {
	background:#fff;
	font-family:helveticaneue-webfont,arial,helvetica,sans-serif;
	font-size:13px;
	color:#414042;
	margin:85px 0 0 0;
}
#header_container {
	background:#fff;
    position: fixed;
    width: 100%;
    height: 85px;
    z-index: 5000;
	margin-top:-85px;
}
#header_container #header {
	position:relative;
	max-width:1360px;
	margin:0 auto;
	font-family:'variableregular',arial,helvetica,sans-serif;
}
#header_container #header #header_padding {
	padding:0 20px;
}
#content_container {
	background:#fff;
}
#content_container #content {
	position:relative;
	margin:0 auto;
	padding:0;
	max-width:1360px;
}
body.content1 #content_container #content {
	width:100%;
	max-width:none;
}
div.row2 h1 {
	margin:0;
}
#content div.content2 {
	max-width:1360px;
	 margin:0 auto;
}
#exploreourservices_container {
	position:relative;
	background:#fff;
	z-index:100;
}
#exploreourservices_container #exploreourservices {
	position:relative;
	max-width:1360px;
	margin:0 auto;
}
#bgtile {
	position:relative;
	max-width:100%;
	margin:0 auto;
}
#helpwith_container {
	position:relative;
}
#helpwith_container #helpwith {
	position:relative;
	max-width:1360px;
	margin:0 auto;
}
#category_container {
	position:relative;
	background:#3a3a3c;
}
#category_container #category {
	position:relative;
	max-width:1360px;
	margin:0 auto;
}
#testimonial_container {
	position:relative;
}
#testimonial_container #testimonial {
	position:relative;
	max-width:1360px;
	margin:0 auto;
}
#workwithus_container {
	position:relative;
	background:#58585a;
}
#workwithus_container #workwithus {
	position:relative;
	max-width:1360px;
	margin:0 auto;
}
#latestwork_container {
	position:relative;
	background:#3a3a3c;
}
#latestwork_container #latestwork {
	position:relative;
	max-width:1360px;
	margin:0 auto;
}
#latestwork_container #latestwork #latestwork_padding {
	padding:5% 20px;
	color:#fff;
	text-align:center;
}
div.project_container {
	position:relative;
}
div.project_container div.project {
	position:relative;
	max-width:1360px;
	margin:0 auto;
}
div.project_container div.project div.project_padding {
	padding:5% 20px 0 20px;
	color:#fff;
}
#footer_container {
	position:relative;
	background:#3a3a3c;
}
#footer_container #footer {
	position:relative;
	max-width:1360px;
	margin:0 auto;
}


/* general styles (above specifics so can be overridden easily) */
h1 {
	font-size:46px;
	line-height:100%;
	margin:0 auto 1em auto;
	padding:0;
	font-weight:normal;
	font-family:'variableregular',arial,helvetica,sans-serif;
}
body.content18 h3 {
	max-width:70%;
}
h2 {
	font-size:22px;
	line-height:120%;
	margin:0 0 0.5em 0;
	padding:0;
	font-weight:normal;
	font-family:'variableregular',arial,helvetica,sans-serif;
}
div.project h2 {
    margin: 1.2em 0 0.7em 0;
}
h3 {
	font-size:18px;
	line-height:120%;
	margin:0 auto 0.5em auto;
	padding:0;
	font-weight:normal;
}
body.content18 h3 {
	max-width:85%;
}
h4{
	font-size:12px;
	line-height:1em;
	margin:0 0 0.5em 0;
	padding:0;
}
p,
th,
td {
	line-height:130%;
	padding:0;
	margin:0 0 1em 0;
	font-weight:normal;
	line-height:130%;
}
table {
	margin:0 0 1em 0;
}
th,
td {
	margin:0;
	vertical-align:top;
	padding:3px 0;
}
a {
	color:#56C5CC;
	text-decoration:underline;
}
b,
strong{
	font-weight:bold;
}
i,
em{
	font-style: italic;
}
blockquote {
	display:block;
	margin:0 40px 1em 40px;
	font-weight:italic;
}
ul,
ol{
	margin:0 0 1em 0;
}
ul ul,
ol ol{
	margin:1em 0 0.5em 0;
}
ol {
	list-style:decimal;
	margin-left:2em;
}
ul {
	list-style:disc;
	margin-left:2em;
}
ul li{
	padding:0 0 0.5em 0;
	margin:0 0 0 2em;
}
ol li{
	padding:0 0 0.5em 0;
	margin:0 0 0 2em;
}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;	
	font-size:8px;
}
sup {
	bottom: 3px;
}
sub {
	top: .5ex;
}
input,textarea{
	font-size:13px;
	font-family:helveticaneue-webfont,arial,helvetica,sans-serif;
}


/* CYCLE */
.cycle-slideshow {
	position: relative;
	width:100%;
	height:100%;
	max-height:550px;
}
div.project div.cycle-slideshow {
    box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
}
.cycle-slideshow .slide { 
	width: 100% !important; 
	height: 100% !important; 
	position:relative;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
.cycle-slideshow img { 
	width: 100% !important; 
	height: auto !important; 
}
div.slidermargins .cycle-slideshow img {
	margin-left:-9999px;
	float:left;
}
.cycle-prev,
.cycle-next {
    position: absolute;
    width: 34px;
    height: 48px;
	z-index:999;
    cursor: pointer;
}
.cycle-prev img,
.cycle-next img {
	filter: drop-shadow(0px 0px 3px rgba(0,0,0,0.5));
	margin:0 !important;
	float:none !important;
	opacity:0.5
}
.cycle-prev {
    top: 50%;
	left:20px;
    -webkit-transform: translate(0px,-50%);
    -ms-transform: translate(0px,-50%);
    transform: translate(0px, -50%);
}
.cycle-next {
    top: 50%;
	right:20px;
    -webkit-transform: translate(0px,-50%);
    -ms-transform: translate(0px,-50%);
    transform: translate(0px, -50%);
}
.cycle-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    color: #FFF;
    background-color: rgba(58,58,58,0.85);
	padding:30px 20px;
	display:none;
}
.cycle-slideshow:hover .cycle-overlay {
	display:block;
}
.cycle-overlay h1 {
	font-size:33px;
	margin:0;
}
.cycle-overlay h2 {
	font-size:22px;
	margin:0;
}
.cycle-overlay a {
	font-size:16px;
	position:absolute;
	right:20px;
	bottom:40px;
	display:block;
	background:#666;
	border-radius:10px;
	color:#fff;
	text-decoration:none;
	padding:1em 3em;
}
body.content23 .cycle-slideshow a,
.project .cycle-slideshow a { 
	width: 100% !important; 
	height: 100% !important; 
	display:block !important;
}
body.content23 .cycle-slideshow .overlay,
.project .cycle-slideshow .overlay {
	position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
	display:none;
}
body.content23 .cycle-slideshow:hover .overlay,
.project .cycle-slideshow:hover .overlay { 
	display:block;
}

/* HEADER */
#header #logo {
	padding:20px 0 10px 0;
}
#header #navbar {
	position:absolute;
	left:20%;
	bottom:0px;
	width:60%;
	padding:0 20% 0 0;
}
#header #secondarynav {
	position:absolute;
	right:20px;
	bottom:10px;
	line-height:34px;
	font-size:16px;
}
#header #secondarynav a.tel{
	color:#333;
	text-decoration:none;
}
#header #navbar li.home{
	display:none;
}

#content #left{
	width:30%;
	float:left;
	font-size:18px;
}
#content #left-phone{
	display:none;
}
#content #right {
	width:70%;
	float:right;
}
#content #right div.rightpadding {
	padding:0 0 0 20%;
}
table.ourprocess td {
	width:25%;	
	padding:0 2em;
}


/* sigh */
body.project #content #left {
	width:70%;
	font-size:13px;
}
body.project #content #right {
	width:30%;
	font-size:13px;
}
body.project #content #right a{
	text-decoration:none;
}

/* FOOTER */
#footer #footer_padding {
	padding:2% 20px;	
}
#footer div.cols {
	padding:10px 0 20px 0;
	max-width:800px;
	margin:0 auto;
}
#footer div.col {
	width:100%;
	box-sizing:border-box;
	position:relative;
	text-align:center;
}
#footer div.col p {
	margin:0 1em 0.5em 0;
	color:#fff;
	display:inline-block;
}
#footer div.col a {
	color:#fff;
	text-decoration:none;
}
#footer div.col p:last-child {
	margin:0;
}
#footer #footer-social{
	text-align:center;
	color:#fff;
}
#footer #footer-copyright{
	text-align:center;
	border-top:1px solid #ccc;
	margin-top:40px;
	padding-top:40px;
	color:#fff;
}
#footer #footer-text1 p,
#footer #footer-text2 p,
#footer #footer-copyright p {
	margin:0 0 0.3em 0;
	line-height:150%;
}
#footer #footer-text1 p:last-child,
#footer #footer-text2 p:last-child,
#footer #footer-copyright p:last-child {
	margin:0;
}
#footer #footer-text1 a,
#footer #footer-text2 a,
#footer #footer-copyright a {
	text-decoration:none;
	color:#fff;
}

/* portfolio page */
div.portfolio{
	float:left;
	width:32%;	
	height:auto;
	overflow:hidden;
}
div.portfolio a{
	position:relative;
	display:block;
	margin:0;
	padding:0;
	text-decoration:none;
	overflow:hidden;
}
div.portfolio a table {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
div.portfolio a table td{
	width:100%;
	height:100%;
	vertical-align:middle;
}
div.portfolio a table td h2{
	color:#fff;
	font-weight:normal;
	font-family:'variableregular',arial,helvetica,sans-serif;
	text-transform:uppercase;
  	opacity:0;
  	transition:visibility 0s linear 0.2s,opacity 0.2s linear;
	padding:10px;
}
div.portfolio a div {
	position:absolute;
	left:0;
	top:0;
	background:#39464E;	
	width:100%;
	height:100%;
	visibility:hidden;
  	opacity:0;
  	transition:visibility 0s linear 0.2s,opacity 0.2s linear;
	display:table-cell;
}
div.portfolio a:hover div{
  	visibility:visible;
  	opacity:0.9;
  	transition-delay:0s;
}
div.portfolio a:hover table td h2{
  	visibility:visible;
  	opacity:1;
  	transition-delay:0s;
}

/* explore our services */
#exploreourservices_padding {
	padding:2% 0;
	text-align:center;
}
#exploreourservices div.services {
	padding:10px 0;
}
#exploreourservices div.services div.service {
	float:left;
	width:16.6666%;
	box-sizing:border-box;
	border-right:1px solid #999;
	position:relative;
	cursor:pointer;
}
#exploreourservices div.services div.service.last {
	border-right:0;
}
#exploreourservices div.services div.service span {
	opacity:0;
	position:absolute;
	top:50%;
	left:50%;
	color:#414042;
	font-size:16px;
	text-align:center;
	transition: all 0.1s ease;
    -webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
#exploreourservices div.services div.service img {
	width:50%;
	padding:15% 25%;
	opacity:1;
	transition: all 0.1s ease;
}
#exploreourservices div.services div.service:hover span {
	opacity:1;
}
#exploreourservices div.services div.service:hover img {
	opacity:0.3;
	transform:scale(0.7);
}

/* helpwith */
#bgtile {
    background: #39464E;
    background-image: url("/images/bg_body.png");
}
#helpwith_container {
    background:rgba(255,255,255,0.2);
}
#helpwith_padding {
	padding:2% 20px;
	text-align:center;
	color:#fff;
}
#helpwith div.cols {
	padding:10px 0 0 0;
	max-width:800px;
	margin:0 auto;
}
#helpwith div.col {
	float:left;
	width:33.3333%;
	box-sizing:border-box;
	position:relative;
	text-align:center;
}
#helpwith div.col p {
	margin:0 0 0.5em 0;
}
#helpwith div.col p:last-child {
	margin:0;
}

/* category */
#category_padding {
	padding:2% 20px;
	text-align:center;
	color:#fff;
	min-height:250px;
    font-weight: normal;
    font-family: "variableregular",arial,helvetica,sans-serif;
	font-size:32px;
	text-align:center;
}

/* testimonials */
#testimonial_padding {
	padding:2% 20px;
	text-align:center;
	color:#fff;
	max-width:800px;
	margin:0 auto;
}

/* work with us */
#workwithus {
	text-align:center;
	color:#fff;
	font-size:16px;
}
#workwithus_padding {
	padding:2% 20px;
}

/* navbar */
#navbar ul{
	list-style:none;
	margin:0;
	padding:0;
	z-index:5000;
}
#navbar li{
	margin:0;
	padding:0;
	float:left;
	width:25%;
	text-align:center;
}
#navbar li a{
	display:block;
	line-height:22px;
	font-size:22px;
	color:#333;
	text-decoration:none;
	margin:10px 0 0 0;
	padding:17px 17px 19px 18px;
	border-right:1px solid #78CDD1;
}
#navbar li.last a{
	border:0;
	padding-right:0px;
}
#navbar ul li a.hover,
#navbar ul li a.active,
#navbar ul li a.active.hover,
#navbar ul li a.parent,
#navbar ul li a.parent.hover{
	color:#79CCD0;
}
#navbar ul li ul{
	position:absolute;
	top:100%;
	left:0;
	width:150px;
	padding:0;
	display:none;
	height:auto;
	background:transparent;
	padding:0;
}
#navbar ul li ul li,
#navbar ul li ul li.active{
	list-style:none;
	margin:0;
	padding:0;
	border:0;
	background:none;
	height:auto;
}
#navbar ul li ul li a,
#navbar ul li ul li.last a{
	background:#79CCD0;
	border:0;
	display:block;
	width:150px;
	padding:0px 18px 15px 18px;
	line-height:110%;
	font-size:15px;
	text-align:left;
	color:#fff;
	font-size:12px;
	margin:0;
}
#navbar ul li ul li a.hover,
#navbar ul li ul li a.active,
#navbar ul li ul li a.active.hover {
	background:#79CCD0;
	color:#000;
}
#navbar ul li ul li ul{
	position:absolute;
	top:0;
	left:100%;
	margin:0;
	padding:0;
	display:none;
}

/* secondary navigation (home, blog) */
#secondarynav ul{
	list-style:none;
	margin:0;
	padding:0;
	float:right;
	z-index:5000;
}
#secondarynav li{
	margin:0;
	padding:0;
	float:left;
	position:relative;
}
#secondarynav li a{
	display:block;
	line-height:20px;
	font-size:16px;
	color:#fff;
	text-decoration:none;
	margin:0;
	padding:0px 0px 0px 18px;
	font-family:'variableregular',arial,helvetica,sans-serif;
	text-transform:uppercase;
}
#secondarynav ul li a.hover,
#secondarynav ul li a.active,
#secondarynav ul li a.active.hover,
#secondarynav ul li a.parent,
#secondarynav ul li a.parent.hover{
	color:#000;
}


/* this is the phone menu */
#toggle,
.toggle {
	display: none;
}

/* featured images cycle plugin */
#featuredslideshowicons {
	position:absolute;
	left:30px;
	bottom:30px;
	z-index:4444;
}
#featuredslideshowicons div {
	display:inline-block;
	width:15px;
	height:15px;
	overflow:hidden;
	background:url("https://www.fourthwall.com.au/images/scrollericons.png");
	background-position:0 0;
	cursor:pointer;
}
#featuredslideshowicons div.active {
	background-position:0 -15px;
}

#menu-services {
	position:absolute;
	left:-25%;
	top:100%;
	background:#fff;
	width:125%;
	min-height:200px;
	z-index:6666;
	display:none;
}
#menu-services div.greybox {
	background:#f5f6f7;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	border-bottom:10px solid #fff;
	padding:20px;
	cursor:pointer;
	transition: all .1s ease-in;
}
#menu-services div.greybox:hover {
	background:#414042;
	color:#fff;
}
#menu-services ul {
	margin:0;
	padding:0;
	top:0 !important;
	width:100% !important;
	display:block !important;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	box-sizing:border-box;
}
#menu-services li {
	float:left;
	width:33.3333%;
	box-sizing:border-box;
	list-style:none;
	margin:0;
	padding:0;
	text-align:left;
}
#menu-services div.img img {
	margin:0 0 1em 0;
}
#menu-services div.img img {
	width:auto;
	height:60px;
}
#menu-services div.title {
	text-decoration:none;
	color:#000;
	font-size:22px;
	line-height:120%;
	margin:0 0 0.5em 0;
	padding:0;
	font-weight:normal;
	font-family:'variableregular',arial,helvetica,sans-serif;
	background:none;
	padding:0;
	width:auto;
}
#menu-services div.greybox:hover div.title {
	color:#fff !important;
}

 
/* scroller on home page */
#scrollercontainer{
	width:100%;
	height:300px;
	overflow:hidden;
}
#scroller{
	width:99999px;
	height:300px;
}

a.iconcol {
	display:block;
	float:left;
	background:#79CCD0;
	color:#fff;
	text-decoration:none;
	text-align:center;
	font-size:11px;
	width:18px;
	line-height:18px;
	margin:0 4px 0 0;
	border:0;
}
a.iconcol.on {
	border-bottom:4px solid #889095;	
}

div.slidermargins{
	margin:5px 0 5px 0;
}
div.scrolleritem{
	float:left;	
	width:50%;
}
div.scrolleritem p:last-child{
	margin:0;
}
div.scrollerfadeitem{
	padding:15px;
	color:#000;
	height:120px;
	overflow:hidden;
	-webkit-transition:color 0.5s;
	transition:color 0.5s;
	position:relative;
}
div.scrollerfadeitem:hover{
	color:#666;
}
#scroller-phone{
	display:none;
}
p.learnmore {
	position:absolute;
	top:120px;
	left:15px;
}
p.learnmore a{
	font-family:'variableregular',arial,helvetica,sans-serif;
	padding:6px;
	background:#fff;
	border:1px solid #889095;
	color:#889095;
	text-decoration:none;
	line-height:100%;
	text-transform:uppercase;
}
p.learnmore a:hover{
	background:#56c5cc;
	border:1px solid #56c5cc;
	color:#fff;
}

span.pagedlink a{
	display:block;
	font-family:'variableregular',arial,helvetica,sans-serif;
	padding:6px;
	background:#fff;
	border:1px solid #889095;
	color:#889095;
	text-decoration:none;
	line-height:100%;
	text-transform:uppercase;
	text-align:center;
	width:120px;
}
span.pagedlink a:hover{
	background:#56c5cc;
	border:1px solid #56c5cc;
	color:#fff;
}

/* validation/contact form */
form em{
	font-style:normal;
	color:#900;
}
label.error { 
	float: right; 
	width:45%;
	color: #900; 
	vertical-align: middle; 
	font-weight:bold;
	margin:4px 0;
	padding:0;
	display:block;
}
#contactform input[text],
#contactform textarea {
	width:100%;
}

#workwithus div.col1 {
	width:50%;
	float:left;
	box-sizing:border-box;
	padding:0 10px 0 0;
	text-align:left;
}
#workwithus div.col2 {
	width:50%;
	float:left;
	box-sizing:border-box;
	padding:0 0 0 10px;
	text-align:left;
}
#workwithus input[type=text],
#workwithus textarea {
	border:0;
	border-radius:5px;
	padding:10px;	
	box-sizing:border-box;
}
#workwithus input[type=checkbox]{
	border:0;
	border-radius:5px;
	width:20px;
	height:20px;
	box-sizing:border-box;
	padding:0 10px 0 0;
}
#workwithus input[type=submit] {
	text-transform:uppercase;
	background:#77CDD0;
	border:0;
	border-radius:5px;
	padding:10px 50px;
	cursor:pointer;
	color:#fff;
	text-decoration:none;
	text-align:center;
	box-sizing:border-box;
	margin:1em 0 0 0;
}
#workwithus div.cols {
	padding:10px 0 0 0;
	margin:0 auto 40px auto;
}
#workwithus div.col {
	display:block;
	vertical-align:middle;
	float:left;
	width:33.3333%;
	box-sizing:border-box;
	position:relative;
	text-align:center;
}
#workwithus div.col p {
	margin:0 0 0.5em 0;
}
#workwithus div.col p:last-child {
	margin:0;
}
.fontAwesome {
  font-family:helveticaneue-webfont,FontAwesome,sans-serif;
}

/* phones (portrait and landscape) */
@media screen and (max-width:800px){ 
	html {
		font-size: 0.85em;
	}
	body {
		margin:74px 0 0 0;
	}
	#header_container {
		height:74px;
		margin-top:-74px;
	}
	#header_container #header,
	#content_container #content,
	#footer_container #footer {
		position:relative;
		width:auto;
		margin:0;
		padding:0;
	}
	#header #navbar{
		display:none;
	}
	#header #secondarynav {
		display:none;
	}
	#content #content_padding,
	#footer #footer_padding,
	#exploreourservices #exploreourservices_padding,
	#helpwith #helpwith_padding,
	#category_padding,
	#testimonial #testimonial_padding,
	#workwithus #workwithus_padding,
	#latestwork #latestwork_padding,
	div.project div.project_padding {
		padding: 20px !important;
	}
	#header #header_padding {
		padding: 10px 20px !important;
	}
	#header #logo {
		padding: 0;
	}
	#footer #footer-copyright {
		padding-top: 20px;
	}
	#content #left{
		display:none;
	}
	body.content1 #content_container #content {
		width: auto;
	}
	body.project #content #left{
		display:block;
		float:none;
		margin:0 0 20px 0;
		width:auto;
	}
	#projects h2 {
		font-size:13px;	
	}
	#content #left-phone{
		display:block;
	}
	#content #left-phone h1{
		margin:0 0 20px 0;
	}
	#content #right {
		float:none;
		margin:0 0 20px 0;
		width:auto;
	}
	#content #right div.rightpadding {
		padding:0;
	}
	#content div.content2 {
		 width:auto;
		 margin:0;
	}
	#scrollercontainer{
		display:none;
	}
	div.slidermargins{
		margin:20px 0;
		width:auto;
		overflow:hidden;
	}
	#featuredslideshowprev {
		position:absolute;
		left:0%;
		top:50%;
		z-index:4444;
		margin:-10px 0 0 10px;
		cursor:pointer;
		width:19px;
		height:35px;
	}
	#featuredslideshowprev img{
		width:19px;
		height:35px;
	}
	#featuredslideshownext {
		position:absolute;
		right:0%;
		top:50%;
		z-index:4444;
		margin:-10px 10px 0 0;
		cursor:pointer;
		width:19px;
		height:35px;
	}
	#featuredslideshownext img{
		width:19px;
		height:35px;
	}
	#featuredslideshowicons {
		left:10px;
		bottom:10px;
	}
	#scroller-phone{
		width:auto;
		display:block;
	}
	#scroller-phone div{
		background:none;
		width:auto;
		height:160px;
	}
	p.learnmore {
		position:absolute;
		top:136px;
		left:0px;
	}
	#header #navbar {
		display: none;
		width: 100%;
		position: absolute;
		left: 0;
		top: 74px;
		padding:0;
		z-index:5555;
		background-color: #000;
		padding:7px 0;
	}
	#header #navbar {
		float: none;
	}
	#header #navbar li{
		width:100%;
		background:#000;
		float:none;
	}
	#header #navbar li.home{
		display:block;
	}
	#header #navbar a {
		display:inherit;
		width:auto;
		margin:0;
		padding: 7px 14px;
		color: #fff;
		font-size: 24px;
		border:0;
		text-align:center;
		line-height:30px;
	}
	#header #navbar a:hover {
		color: #fff;
	}
	#header #navbar ul li ul {
		position:relative;
		top:auto;
		left:auto;
		width:100%;
	}
	body.content1 div.row3 {
		padding:40px 10px !important;
	}
	.toggle {
		display: block;
		position: absolute;
		top:20px;
		right:20px;
		cursor: pointer;
		z-index:9999;
		font-size:30px;
	}
	#workwithus div.col1,
	#workwithus div.col2 {
		width:100%;
		float:none;
		padding:0;
	}
	#workwithus div.col {
		display:block;
		float:none;
		width:100% !important;
		padding:0 0 1em 0;
	}
	body.content4 #content_container {
		display:none;
	}
	.cycle-slideshow:hover .cycle-overlay {
		display:none;
	}
	#workwithus_padding p:first-of-type {
		margin:0 0 1em 0 !important;
	}
}

@media screen and (max-width:768px){ 
	#footer #footer-text1,
	#footer #footer-text2,
	#footer #footer-text3 {
		float:left;
		display:block;
		margin:20px 0;
		width:33.3333%;
	}
	#footer #footer-text4,
	#footer #footer-copyright {
		display:block;
		float:none;
		width:100%;
		margin:20px 0;
		line-height:120%;
		clear:both;
	}
	#exploreourservices div.services div.service {
		width:33.333%;
		border:0;
	}
	table.ourprocess tr {
		display:flex;
		flex-wrap:wrap;
	}
	table.ourprocess td {
		display:block;
		float:left;
		width:50%;	
		padding:0;
		flex-grow:1;
		flex-basis:50%;
		box-sizing:border-box;
	}
	table.ourprocess td:nth-child(odd) {
		padding:0 10px 0 0;
	}
	table.ourprocess td:nth-child(even) {
		padding:0 0 0 10px;
	}
}
@media screen and (max-width:480px){ 
	#footer #footer-text1,
	#footer #footer-text2,
	#footer #footer-text3,
	#footer #footer-text4,
	#footer #footer-copyright {
		float:none;
		width:100%;
		margin:20px 0;
		line-height:120%;
	}
	#exploreourservices div.services div.service {
		width:50%;
		border:0;
	}
	table.ourprocess td {
		display:block;
		float:none;
		width:100%;	
		padding:0 !important;
		flex-basis:100%;
	}
	div.contentpadding {
		padding:0 !important;
	}
	h1,h2 {
		font-size:22px;
	}
	div.project_container div.project div.project_padding {
		padding: 20px !important;
	}
	div.project div.project_padding div.text,
	div.project div.project_padding div.slideshow {
		float:none !important;
		width:100% !important;	
		padding:0 !important;
	}
	
}

