/*
Theme Name: Accell
Theme URI: http://yarraweb.com/
Author: Yarraweb
Author URI: http://yarraweb.com/
Description: Accell WordPress Theme
Version: 1.0.0
*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

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: "" "";
}

/*--------------------------------------------------------------
# Predefined Styles
--------------------------------------------------------------*/

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

body {
	background: #FFFFFF;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 18px;
	color: #818284;
}

a {
	color: #f90001;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

strong {
	font-weight: 700;
}

em {
	font-style: italic;
}

hr {
	border: none 0;
	border-bottom: 1px solid #E0E0E0;
	height: 1px;
	margin: 10px 0;
}

#wrapper {
	width: 100%;
}

.inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.clear {
	clear: both;
}

/*--------------------------------------------------------------
# Header Styles
--------------------------------------------------------------*/

#masthead {
	width: 100%;
	position: relative;
	z-index: 99;
	background: url('images/header-bg.png') repeat-x;
	height: 140px;
}

.site-branding {
	float: left;
}

.site-branding img {
	width: 100%;
	max-width: 310px;
	display: block;
	height: auto;
}

.site-right {
	float: right;
}

.main-navigation {
	padding-top: 20px;
}

.main-navigation ul {
	float: right;
}

.main-navigation ul li {
	float: left;
}

.main-navigation ul li a {
	padding: 15px;
	font-size: 15px;
	color: #6d6e71;
	display: inline-block;
	transition: all 0.3s ease;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.main-navigation ul li a:hover, .main-navigation ul li.current-menu-item a {
	color: #f90001;
}

.main-navigation ul li:last-child a {
	padding-right: 0;
}

.main-navigation ul li ul {
	display:table;
	width: 100%;
	position: absolute;
	display: none;
	top: auto;
	z-index: 99999;
	left: 0;
}

.main-navigation ul li:hover > ul {
	display: block;
}

.main-navigation ul li ul li {
	padding: 13px 0;
}

.main-navigation ul li ul li a {
	padding: 0 20px;
	font-size: 13px;
	line-height: 1.1;
}

.main-navigation ul li ul li a:hover {
	
}

.header-phone p {
	font-size: 18px;
	text-align: right;
	padding-top: 15px;
}

.header-phone p span {
	font-weight: 400;
	color: #f90001;
}

.header-phone p span.mobile-hide {
	color: #818284;
}

/*--------------------------------------------------------------
# Mobile Menu Styles
--------------------------------------------------------------*/

#mobile-slide {
	display: none;
	position: relative;
	z-index: 99999;
}

#mobile-slide a {
	padding: 30px 31px 35px;
	display: block;
}

#mobile-slide a:hover {
	text-decoration: none;
}

.icon-bar {
	position: absolute;
    right: 0;
    top: 40px;
}

.icon-bars {
    position: relative;
    transition: transform 0.3s ease-in 0s, background-color 0.2s ease 0s;
}

.icon-bars, .icon-bars::after, .icon-bars::before {
    background-color: #FF2600;
    display: block;
    height: 0.142857em;
    width: 2rem;
}

.menu-opened .icon-bars {
    background-color: #FF2600;
    transform: rotate3d(0, 0, 1, 135deg);
    transition: transform 0.3s ease-in 0.2s, background-color 0.2s ease 0s;
}

.menu-opened .icon-bars::after, .menu-opened .icon-bars::before {
    background-color: #FF2600;
    top: 0;
    transform: rotate3d(0, 0, 1, 90deg);
    transition: top 0.2s ease-in 0s, transform 0.3s ease-in 0.2s, background-color 0.2s ease 0s;
}

.icon-bars::after, .icon-bars::before {
    content: "";
    left: 0;
    position: absolute;
    transition: top 0.3s ease-in 0.3s, transform 0.3s ease-in 0s, background-color 0.2s ease 0s;
}

.icon-bars::after {
    top: -9px;
}

.icon-bars::before {
    top: 9px;
}

/*--------------------------------------------------------------
# Content Styles
--------------------------------------------------------------*/

.home-header {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 125px 0 85px;
	margin-top: -30px;
}

.banner-content {
	background-color: rgba(29, 27, 26, 0.5);
	padding: 30px 30px 18px;
	width: 50%;
}

.banner-content h1 {
	font-size: 28px;
	text-align: center;
	line-height: 1.4;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 12px;
	font-weight: 400;
}

.banner-content p {
	font-size: 22px;
	text-align: center;
	line-height: 1.4;
	color: #fff;
	margin-bottom: 12px;
}

.banner-content p strong {
	font-weight: 500;
}

.home-features {
	padding: 60px 0;
}

.home-features ul {
	overflow: hidden;
}

.home-features ul li {
	width: 32%;
	float: left;
	margin-right: 2%;
	background: #f5f5f5;
}

.home-features ul li:last-child {
	margin-right: 0;
}

.home-features ul li img {
	width: 100%;
	display: block;
	height: auto;
}

.home-features ul li h2 {
	font-size: 24px;
	text-align: center;
	line-height: 1;
	background: #fe0202;
	color: #fff;
	text-transform: uppercase;
	padding: 8px 10px;
	font-weight: 400;
	position: relative;
}

.home-features ul li h2:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 9px 0 9px;
	border-color: #fe0202 transparent transparent transparent;
	position: absolute;
	left: 50%;
	margin-left: -9px;
	bottom: -12px;
	content: "";
}

.section-inner {
	padding: 10px 25px 30px;
}

.home-features ul li ul {
	padding-top: 40px;
}

.home-features ul li ul li {
	background: url('images/check.png') no-repeat left center;
	width: 100%;
	float: none;
	margin-right: 0%;
	padding-left: 26px;
	line-height: 1.8;
	color: #6d6e71;
}

.home-cta {
	padding: 55px 0;
	background: url('images/home-bg-1.jpg') no-repeat center center;
	background-size: cover;
}

.home-cta h2 {
	font-size: 30px;
	text-align: center;
	line-height: 1.4;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 38px;
	font-weight: 400;
	position: relative;
	padding-bottom: 15px;
}

.home-cta h2 span {
	position: absolute;
	border-top: 1px solid #cacbcb;
	border-bottom: 1px solid #cacbcb;
	height: 5px;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	max-width: 200px;
	margin: 0 auto;
	z-index: 10;
}

.home-cta h2 span span {
	position: absolute;
	background: #fe0202;
	height: 7px;
	position: absolute;
	width: 100%;
	bottom: -2px;
	left: 0;
	right: 0;
	width: 100%;
	max-width: 72px;
	margin: 0 auto;
	z-index: 20;
}

.home-cta p {
	text-align: center;
	line-height: 1.6;
	margin-bottom: 35px;
	padding: 0 50px;
}

.home-cta p strong {
	font-weight: 400;
	color: #000;
}

.home-cta a {
	background: #fe0202;
	color: #fff;
	display: block;
	padding: 12px 10px;
	max-width: 170px;
	margin: 0 auto;
	border-radius: 5px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 400;
}

.home-gallery {
	padding: 55px 0;
}

.home-gallery h2 {
	font-size: 30px;
	text-align: center;
	line-height: 1.4;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 38px;
	font-weight: 400;
	position: relative;
	padding-bottom: 15px;
}

.home-gallery h2 span {
	position: absolute;
	border-top: 1px solid #cacbcb;
	border-bottom: 1px solid #cacbcb;
	height: 5px;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	max-width: 200px;
	margin: 0 auto;
	z-index: 10;
}

.home-gallery h2 span span {
	position: absolute;
	background: #fe0202;
	height: 7px;
	position: absolute;
	width: 100%;
	bottom: -2px;
	left: 0;
	right: 0;
	width: 100%;
	max-width: 72px;
	margin: 0 auto;
	z-index: 20;
}

.home-gallery ul {
	overflow: hidden;
	padding: 25px 10px 0;
}

.home-gallery ul li {
	float: left;
	width: 19.2%;
	margin-right: 1%;
	margin-bottom: 12px;
	position: relative;
	overflow: hidden;
}

.home-gallery ul li:nth-child(5n+5) {
	margin-right: 0;
}

.home-gallery ul li img {
	width: 100%;
	display: block;
	height: auto;
}

.gallery-hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(29, 27, 26, 0.65);
	transition: opacity 200ms ease-in-out 0s;
	opacity: 0;
}

.home-gallery ul li:hover .gallery-hover {
	opacity: 1;
}

.gallery-hover-table {
	display: table;
	height: 100%;
	width: 100%;
}

.gallery-hover-table-cell {
	display: table-cell;
	vertical-align: middle;
}

.gallery-hover a {
	display: block;
	width: 100%;
}

.gallery-hover h3 {
	font-size: 20px;
	text-align: center;
	line-height: 1.4;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 12px;
	font-weight: 400;
	position: relative;
	padding: 0 30px;
}

.gallery-hover p {
	font-size: 15px;
	text-align: center;
	line-height: 1.6;
	color: #fff;
	margin-bottom: 18px;
	font-weight: 300;
	padding: 0 30px;
}

.gallery-hover img {
	display: block;
	width: 100%;
	max-width: 26px;
	margin: 0 auto;
}

.home-contact {
	padding: 0 0 50px;
}

.home-contact h2 {
	font-size: 30px;
	text-align: center;
	line-height: 1.4;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 38px;
	font-weight: 400;
	position: relative;
	padding-bottom: 15px;
}

.home-contact h2 span {
	border-top: 1px solid #cacbcb;
	border-bottom: 1px solid #cacbcb;
	height: 5px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	max-width: 200px;
	margin: 0 auto;
	z-index: 10;
}

.home-contact h2 span span {
	background: #fe0202;
	height: 7px;
	position: absolute;
	bottom: -2px;
	left: 0;
	right: 0;
	width: 100%;
	max-width: 72px;
	margin: 0 auto;
	z-index: 20;
}

.home-contact p {
	text-align: center;
	line-height: 1.6;
	margin-bottom: 35px;
	padding: 0 50px;
}

.home-contact form p {
	margin-bottom: 20px;
	padding: 0;
}

.home-contact form input[type="text"], .home-contact form input[type="email"], .home-contact form textarea {
	width: 100%;
	border: 1px solid #cecfd0;
	padding: 15px 25px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #818284;
}

.contact-wrap {
	overflow: hidden;
}

.contact-left {
	width: 85%;
	float: left;
}

.contact-left textarea {
	height: 130px;
}

.contact-right {
	width: 13%;
	float: right;
}

.contact-right input[type="submit"] {
	background: url('images/contact-submit.png') no-repeat center center #fe0202;
	display: block;
	width: 100%;
	padding: 56px 20px;
	text-indent: -9999px;
	border: 0;
	cursor: pointer;
}

.page-header {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-top: -30px;
}

.banner-breadcrumb {
	background-color: rgba(254, 2, 2, 0.6);
	padding: 20px 70px;
	float: right;
}

.banner-breadcrumb h1 {
	font-size: 30px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 12px;
	text-align: center;
}

.banner-breadcrumb p {
	font-size: 15px;
	color: #fff;
	text-align: center;
}

.banner-breadcrumb p a {
	color: #ed7c6f;
}

.banner-breadcrumb p span {
	display: inline-block;
	padding: 0 6px;
}

.contact-content, .service-content {
	padding-top: 60px;
}

.service-content {
	padding-bottom: 25px;
}

.cwrap {
	padding-top: 20px;
}

.cleft {
	width: 30%;
	float: left;
}

.contact-details {
	padding-left: 50px;
	margin-bottom: 30px;
}

.contact-address {
	background: url('images/address-icon.png') no-repeat left 3px;
}

.contact-phone {
	background: url('images/phone-icon.png') no-repeat left 3px;
}

.contact-fax {
	background: url('images/email-icon.png') no-repeat left 3px;
}

.contact-details h3 {
	color: #2a2929;
	font-weight: 400;
	font-size: 20px;
	margin-bottom: 6px;
}

.home-contact .contact-details p {
	padding: 0;
	text-align: left;
	font-size: 14px;
	margin: 0;
	line-height: 1.7;
}

.home-contact .contact-details p span {
	color: #000;
}

.home-contact .contact-details p a {
	color: #818284;
}

.cright {
	width: 67%;
	float: right;
}

.cright .contact-left {
	width: 80%;
}

.cright .contact-right {
	width: 18%;
}

.service-wrap {
	background: #f5f5f5;
	padding: 60px 0;
}

.service-left {
	width: 58%;
	float: left;
	padding: 15px 20px 15px 0;
}

.service-left img {
	max-width: 100%;
	display: block;
	height: auto;
	margin: 0 auto;
}

.service-right {
	width: 39%;
	float: right;
}

.service-right ul li {
	line-height: 3;
	padding-left: 50px;
	background: url('images/service-list.png') no-repeat left center;
	margin-bottom: 14px;
	font-size: 20px;
	font-weight: 400;
	color: #2a2929;
}

.service-right ul li:last-child {
	margin-bottom: 0;
}

.service-tabs {
	position: relative;
}

.service-tab {
	opacity: 0;
	transition: opacity 200ms ease-in-out 0s;
}

.loaded .service-tab {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.service-tab.active-content {
	opacity: 1;
}

.service-tab-table {
	width: 100%;
	display: table;
	table-layout: fixed;
}

.service-tab-table-cell {
	width: 50%;
	display: table-cell;
	vertical-align: middle;
	position: relative;
}

.service-tab-content {
	padding: 140px 90px;
	background: #2a2929;
}

.service-tab-content h3 {
	font-size: 30px;
	text-align: center;
	line-height: 1.4;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 38px;
	font-weight: 400;
	position: relative;
	padding-bottom: 15px;
}

.service-tab-content h3 span {
	border-top: 1px solid #6a6a6a;
	border-bottom: 1px solid #6a6a6a;
	height: 5px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	max-width: 200px;
	margin: 0 auto;
	z-index: 10;
}

.service-tab-content h3 span span {
	background: #fe0202;
	height: 5px;
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	width: 100%;
	max-width: 72px;
	margin: 0 auto;
	z-index: 20;
	border: 0;
}

.service-tab-content p {
	color: #a9aaaa;
	text-align: center;
	line-height: 1.6;
	margin: 0;
}

.service-tab-bg {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10;
}

.service-tab-overlay {
	background-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 20;
}

.service-tab-links {
	position: absolute;
	top: 0;
	left: 50%;
	height: 100%;
	z-index: 30;
	margin-left: -33px;
}

.service-tab-link {
	height: 25%;
	position: relative;
}

.service-tab-links-table {
	display: table;
	height: 100%;
	table-layout: fixed;
}

.service-tab-links-tcell {
	display: table-cell;
	vertical-align: middle;
}

.service-tab-link-icon {
	width: 62px;
	height: 62px;
	border-radius: 50%;
	border: 4px solid #2a2929;
	display: block;
	background: #fff;
	text-align: center;
	padding: 8px 5px;
	position: relative;
	margin-right: 15px;
	transition: background 200ms ease-in-out 0s;
}

.service-tab-link-icon img {
	position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
	left: 0;
	right: 0;
	transition: opacity 200ms ease-in-out 0s;
}

.service-tab-link-icon img.service-tab-icon-hover {
	opacity: 0;
}

.service-tab-link-text {
	color: #c6cbd0;
	font-size: 20px;
	font-weight: 400;
	transition: color 200ms ease-in-out 0s;
}

.hovered .service-tab-link-icon, .active .service-tab-link-icon {
	background: #fe0202;
}

.hovered img.service-tab-icon-orig, .active img.service-tab-icon-orig {
	opacity: 0;
}

.hovered img.service-tab-icon-hover, .active img.service-tab-icon-hover {
	opacity: 1;
}

.hovered .service-tab-link-text, .active .service-tab-link-text {
	color: #fff;
}#page-content {		padding: 50px 0;	}.post-content p {		line-height: 1.6;		margin-bottom: 25px;	}.post-content p:last-child {		margin-bottom: 0;}

/*--------------------------------------------------------------
# Footer Styles
--------------------------------------------------------------*/

.site-footer {
	background-color: #f5f5f5;
	padding: 20px 0;
}

.footer-left {
	width: 70%;
	float: left;
}

.footer-left p {
	line-height: 1.6;
	color: #5a5b5e;
	font-size: 16px;
}

.footer-social {
	padding-top: 8px;
}

.footer-social a {
	display: inline-block;
	margin-right: 15px;
}

.footer-right {
	width: 27%;
	float: right;
	text-align: right;
}

.footer-right img {
	float: right;
	padding-top: 4px;
}

.footer-right ul li {
	max-width: 100%;
	height: auto;
}

@media screen and (max-width : 1180px) {
	.gallery-hover h3 {
		padding: 0 15px;
		font-size: 18px;
		margin-bottom: 5px;
	}

	.gallery-hover p {
		padding: 0 15px;
		font-size: 15px;
		margin-bottom: 12px;
	}
}

@media screen and (max-width : 1100px) {
	.inner {
		padding: 0 20px;
	}

	.home-gallery ul {
		padding: 0 18px;
	}

	.gallery-hover {
		position: static;
		opacity: 1;
		background: none;
		padding-top: 12px;
	}

	.gallery-hover-table, .gallery-hover-table-cell {
		display: block;
	}

	.gallery-hover h3 {
		color: #000;
	}

	.gallery-hover p {
		color: #818284;
	}

	.service-tab-content {
		padding: 80px 50px;
	}
}

@media screen and (max-width : 900px) {
	.banner-content {
		width: 75%;
	}

	.home-features ul li h2 {
		font-size: 20px;
	}

	.home-features ul li ul li {
		line-height: 24px;
		margin-bottom: 15px;
	}

	.home-features ul li ul li:last-child {
		margin-bottom: 0;
	}

	#site-navigation {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(255, 255, 255, 0.9);
		z-index: 100;
	}

	.main-navigation ul {
		float: none;
		padding-top: 80px;
	}

	.main-navigation ul li {
		float: none;
		display: block;
	}

	.main-navigation ul li a {
		padding: 15px 0;
		text-align: center;
		font-size: 24px;
		font-weight: 700;
		display: block;
	}

	#mobile-slide {
		display: block;
	}

	.service-left, .service-right {
		width: 100%;
		float: none;
	}

	.service-left {
		padding-bottom: 30px;
	}

	.service-left img {
		display: block;
		margin: 0 auto;
	}

	.service-tabs {
		height: auto !important;
	}

	.service-tab-table {
		display: block;
	}

	.service-tab-table-cell {
		width: 100%;
		display: block;
		min-height: 300px;
	}

	.service-tab-links {
		display: none;
	}

	.loaded .service-tab {
		position: static;
		opacity: 1;
	}

	.service-tab-content {
		padding: 50px 40px;
	}
}

@media screen and (max-width : 767px) {
	.banner-content {
		width: 100%;
		padding: 24px 24px 12px;
	}

	.banner-content h1 {
		line-height: 1.2;
	}

	.home-features ul li h2 {
		font-size: 16px;
	}

	.home-features ul li ul li {
		font-size: 14px;
		line-height: 20px;
	}

	.home-cta h2, .home-gallery h2, .home-contact h2, .home-contact h2, .service-tab-content h3, .home-contact h2 {
		font-size: 26px;
	}

	.home-gallery ul li, .home-gallery ul li:nth-child(5n+5) {
		width: 24%;
		margin-right: 1%;
	}

	.home-gallery ul li:nth-child(4n+4) {
		margin-right: 0;
	}

	.contact-left, .cright .contact-left {
		width: 80%;
	}

	.contact-right, .cright .contact-right {
		width: 17%;
	}

	.cleft, .cright {
		width: 100%;
		float: none;
	}

	.cleft {
		padding-bottom: 30px;
	}

	.contact-details {
		padding: 45px 0 0;
		background-position: center top;
		text-align: center;
	}

	.contact-fax.contact-details {
		padding-top: 40px;
	}

	.home-contact .contact-details p {
		text-align: center;
	}

	.home-contact p {
		padding: 0 10px;
	}

	.home-contact p br {
		display: none;
	}
}

@media screen and (max-width : 640px) {
	.header-phone p span.mobile-hide {
		display: none;
	}

	.home-gallery ul li, .home-gallery ul li:nth-child(4n+4), .home-gallery ul li:nth-child(5n+5) {
		width: 32.5%;
		margin-right: 1%;
	}

	.home-gallery ul li:nth-child(3n+3) {
		margin-right: 0;
	}

	.page-header {
		padding: 50px 0 15px;
	}

	.banner-breadcrumb {
		float: none;
	}

	.service-tab-content {
		padding: 32px 25px;
	}
}

@media screen and (max-width : 568px) {
	#masthead {
		background: none;
		height: auto;
	}

	.site-branding img {
		max-width: 280px;
	}

	#mobile-slide a {
		padding: 24px 31px;
	}

	.icon-bar {
		top: 30px;
	}

	.header-phone p {
		padding-top: 12px;
	}

	.home-features ul li, .home-features ul li:last-child {
		width: 100%;
		float: none;
		max-width: 350px;
		margin: 0 auto 30px;
	}

	.home-features ul li:last-child {
		margin-bottom: 0;
	}

	.home-features ul li h2 {
		font-size: 20px;
	}

	.home-features ul li ul li {
		font-size: 16px;
	}

	.contact-left, .contact-right, .cright .contact-left, .cright .contact-right {
		width: 100%;
		float: none;
	}

	.contact-left {
		margin-bottom: 20px;
	}

	.contact-right input[type="submit"] {
		padding: 28px 20px;
	}

	.footer-left, .footer-right {
		width: 100%;
		float: none;
		text-align: center;
	}

	.footer-left {
		padding-bottom: 20px;
	}

	.footer-social {
		text-align: center;
	}

	.footer-right img {
		float: none;
		display: block;
		margin: 0 auto;
	}
}

@media screen and (max-width : 500px) {
	.home-gallery ul li, .home-gallery ul li:nth-child(3n+3), .home-gallery ul li:nth-child(4n+4), .home-gallery ul li:nth-child(5n+5) {
		width: 49%;
		margin-right: 0;
	}

	.home-gallery ul li:nth-child(2n+2) {
		float: right;
	}
}

@media screen and (max-width : 480px) {
	.home-header {
		margin-top: -18px;
	}

	.site-branding img {
		max-width: 250px;
	}

	#mobile-slide a {
		padding: 24px 31px;
	}

	.icon-bar {
		top: 30px;
	}

	.header-phone p {
		padding-top: 12px;
	}

	.service-right ul li {
		line-height: 35px;
	}
}