/**
 * Theme Name: Standard Edition
 * Version: 1.0
 * Author: New Marketing Group, http://www.newmarketing.com.au
 */

 
 
/* -----------------------------------------
 --- CSS 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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
 
strong {
	font-weight: bold;
}
 
 
 
 
 
 
 
 

/* -----------------------------------------
 --- FONT DECLARATION ---
 -----------------------------------------*/

body {
	font-weight:300;
	font-family: 'Open Sans', sans-serif;
	color: #000;
}

html {
	font-size:100%;
}

table tr td p {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	letter-spacing: 0;
}

p {
	font-weight:300;
	font-family: 'Open Sans', sans-serif;
	line-height:24px;
	padding-bottom: 20px;
}

input,textarea,select {
	font-weight:300;
	font-family: 'Open Sans', sans-serif;
	color: #2a2a2a;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #2a2a2a;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #2a2a2a;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #2a2a2a;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #2a2a2a;
}

#breadcrumbs {
	font-size:11px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	line-height: 30px;
}

h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	color: #1a9aa8;
	font-weight: bold;
	margin-bottom: 10px;
}

h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	color: #1a9aa8;
}

nav li a:hover, nav .current-menu-item > a {
	color:#fff;
}

a, a:visited {
	text-decoration: underline;
	color: #1a9aa8;
}

nav .social-block a, nav .social-block a:visited, header a, header a:visited, .phone_number a, .phone_number a:visited {
	text-decoration: none;
}
  
  
  
  
  
  
  
  
  /* -----------------------------------------
 --- BACKGROUND COLOUR DECLARATION ---
 -----------------------------------------*/

.colour-strip {
	background: #DBDBDB;
	height: 10px;
}
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
/* -----------------------------------------
 --- LAYOUT DECLARATION ---
 -----------------------------------------*/
 
.container {
	margin: 0px auto;
	max-width: 1080px;
	position: relative;
	width: 100%;
}

.left {
	float: left;
	text-align: left;
}

.right {
	float: right;
	text-align: right;
}

article.main_content {
	float: left;
	width: 72%;
}
article.main_content ul {
margin-left: 20px;
}
article.main_content ul li {
list-style: square;
padding- left: 20px;
padding-bottom: 10px;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top:0px;
	padding-top:0px;
}

.alignleft {
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
}

.content {
	clear: both;
	box-sizing: border-box;
	position: relative;
	padding: 30px 0px;
}

.internal-content {
	margin-top: -30px;
	z-index: 500;
}

.home-content  {
	margin: 0;
	box-sizing: border-box;
}

.inner-content {
	width:75%;
	float:left;
	padding: 30px;
	box-sizing: border-box;
	
}

.inner-content p img {
	max-width: 100%;
	height: auto;
}


.inner-content ul {
	margin: 20px;
}

.inner-content ul li {
	list-style: square;
	margin-left: 20px;
	padding-left: 5px;
	padding-bottom: 10px;
}

aside {
	width:25%;
	float:right;
}

aside .testimonal-box {
	padding: 20px;
}

.page-template-service-page-php aside .testimonal-box {
	min-height: 322px;
}

aside .testimonal-box .bx-controls {
	display: none;
}

aside .testimonal-box .bxslider p {
	padding: 0px;
}

.aside_phone  {
	display:none;
	width:100%;
	text-align:center;
	border-radius:5px;
	margin-bottom:10px;
	padding:5px 0px 5px 0px;
}

.aside_phone a {
	text-decoration:none;
}

.aside_phone_number {
	color:#fff;
	font-size:20px;
}

.aside_phone_cta_text {
	color:#fff;
	font-size:20px;
}

body {
	margin:0px auto;
	overflow-x: hidden;
}
  
.clearfix {
	clear:both;
}

header, nav {
	margin:0px auto;
	width:100%;
}

header {
	height: 200px;
	background: #c3d5ed;
}

header .phone_number {
	display: none;
}

.site_logo {
	position: absolute;
	top: 60px;
	left: 0px;
	z-index: 9999;
}	

.site_logo img {
	max-width:100%;
}

.phone_number {
	position: absolute;
	top: 25px;
	right: 0px;
	z-index: 9999;
}

.phone_number_text {
	font-size: 30px;
	font-weight: 500;
	line-height: 0px;
	color: #fff;
	letter-spacing: -2px;
}

.phone_cta_text {
	font-size: 14px;
	text-align: right;
	color: #9E9E9E;
}

.social-block {
	position: absolute;
	right: 180px;
	top: 12px;
}

.social-block img {
	width: 30px;
	height: auto;
}

.social-block a:nth-child(even) img {
	margin: 0 1px;
}


	
	
	
	
	
	
	
	


/* -----------------------------------------
 --- NAVIGATION ---
 -----------------------------------------*/
  

nav {
	background: #fff;
	padding: 0px 20px;
	position: relative;
	height: 85px;
	z-index: 999;
}

nav .container {
	position: relative;
}

#menu-main-navigation, #menu-main-navigation > li > ul {
	padding: 0px;
	margin: 0px;
}

#menu-main-navigation > li {
	list-style-type:none;
	display:block;
	float:left;
}

#menu-main-navigation > li > ul > li  {
	height:55px;
	list-style-type:none;
	display:block;
}

#menu-main-navigation > li > a, #menu-main-navigation > li > a:visited {
	text-decoration: none;
	padding: 30px 20px 0px 20px;
	display: block;
	line-height: 55px;
	font-size: 16px;
	color: #1a9aa8;
	font-weight: 500;
}

#menu-main-navigation > li.current_page_item a {
	background: #e2f3fb;
	color: #1a9aa8;
}

#menu-main-navigation > li > a::after {

}

#menu-main-navigation > li:last-child > a::after {

}

#menu-main-navigation > li > ul {
	display:none;
	position:absolute;
	z-index:99999;
	background: #2e2e2e;
	border-radius: 0px 0px 5px 5px;
}

#menu-main-navigation > li > ul > li > a, #menu-main-navigation > li > ul > li > a:visited {
	text-decoration:none;
	padding:0px 20px;
	display:block;
	line-height:50px;
	font-size:15px;
	font-weight:600;
	color: #fff;
}

#menu-main-navigation > li > ul > li > a:hover {
	background: #005997;
	color: #fff;
}

#menu-main-navigation > li a:hover {
	background: #e2f3fb;
	color: #1a9aa8;
}


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

.mobile-navigation {
	height:55px;
	display:none;
}

	.mobile-navigation a {
		width: 96%;
		text-decoration: none;
		display: block;
		line-height: 55px;
		padding: 0px 2% 0px 2%;
		margin: 0 auto;
		background-image: url(img/menu-icon.png);
		background-repeat: no-repeat;
		background-size: 25px 110px;
		background-position: 65px -53px;
		color: #000;
	}

	.mobile-navigation a:hover {
		background-color: #ffffff;
		color: #000;
		background-position: 65px -53px;
	}
	
	
	







/* -----------------------------------------
 --- ENQUIRY FORM DECLARATION ---
 -----------------------------------------*/
  
.enquiry-button {
	background: #c3d5ed;
	padding: 10px 20px;
	color: #fff !important;
	font-size: 18px;
	font-weight: 600;
	border-bottom: 3px solid #A7B7CB !important;
	border-radius: 5px;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
}

.enquiry-button {
	position: relative;
	top: 7px;
	padding-left: 55px;
	padding-right: 55px;
}

.ctas .enquiry-button {
	top: 25px;
}

.enquire-now-bar .enquiry-button, .ctas .enquiry-button {
	width: 180px;
	margin: 0 auto;
}

.enquiry-form {
	background: #e2f3fb;
	padding: 30px;
	padding-bottom: 5px;
}

.enquiry-form .heading {
	color: #1a9aa8;
	font-size: 31px;
	font-weight: 700;
	text-align: center;
	line-height: 20px;
	margin-bottom: 25px;
}

.enquiry-form p {
	line-height: 10px;
	margin-bottom: 5px;
	padding-bottom: 0px;
}

.enquiry-form p:last-child {
	margin-bottom: 0px;
}

.enquiry-form input, .enquiry-form textarea, .enquiry-form select {
	font-size: 14px;
	color: #2a2a2a;
	width: 100%;
	border: 0px;
	padding: 10px;
	box-sizing: border-box;
}

.enquiry-form textarea {
	min-height: 100px;
	height: 100px;
	max-height: 100px;
	min-width:100%;
	width: 100%;
	max-width: 100%;
	
}

.enquiry-form .enquiry-button {
	padding: 15px 20px !important;
	font-size: 18px !important;
	border-bottom: 3px solid #A7B7CB !important;
	cursor: pointer;
	border-radius: 5px;
}

.enquiry-form div.wpcf7-response-output, .enquiry-form span.wpcf7-not-valid-tip, .enquiry-form div.wpcf7-validation-errors {
	display: none !important;
}





/* -----------------------------------------
 --- FOOTER DECLARATION ---
 -----------------------------------------*/

footer {
	background: #fff;
	padding: 20px 0px;
	padding-bottom: 25px;
}

footer.phone-bar {
	background: #c3d5ed;
	padding: 35px;
}

footer.phone-bar .left {
	font-size: 20px;
	line-height: 0px;
}

footer.phone-bar .right {
	font-size: 35px;
	font-weight: 500;
	line-height: 0px;
}

footer.blocks {
	background: #fff;
	background: url(img/core/vivian-flower.jpg) no-repeat right bottom;
	padding: 40px 0;
}

footer.blocks .left {
	width: 32.5%;
	padding: 20px 20px 20px 0;
	box-sizing: border-box;
	min-height: 190px;
	height: 190px;
	overflow-y: hidden;
	margin: 15px 0px;
	color: #545454;
}

footer.copyright {
	padding-bottom: 22px;
	color: #232323 !important;
}

footer.copyright a, footer.copyright a:visited {
	color: #232323 !important;
}

footer.blocks .left:nth-child(even) {
	margin-left: 1%;
	margin-right: 1%;
}

footer .bxslider p img {
	width: 100%;
	height: auto;
	margin-top: 15px;
}

footer h3 {
	color:#959595;
	font-size:24px;
	border-bottom:1px solid #959595;
	padding:5px 0px 15px 0px;
}

footer h5 {
	font-size: 20px;
	color: #545454;
	font-weight: bold;
	line-height: 25px;
	margin-bottom: 10px;
}

footer, footer a {
	font-size:14px;
	color:#fff !important;
	padding: 10px 0px;
	text-decoration:none;
}

footer p {
	margin-bottom:0px;
	line-height:18px;
	text-align: left;
	padding-bottom: 0px;
}

footer .bxslider p {
	padding: 0px;
}

footer .bx-wrapper .bx-controls-direction a {
	padding: 0;
	bottom: 0%;
	top: initial;
}

footer .bx-wrapper .bx-prev {
	right: 40px;
	left: initial;
}

footer .bx-wrapper .bx-next {
	right: 0;
}

footer.copyright .site_logo {
	width: 150px;
	margin-top: 2px;
	float: left;
	position: static;
	margin-right: 20px;
}

footer.copyright p {
	line-height: 0px;
}

footer.copyright .left {
	margin-top: 10px;
}

footer.copyright .manoeuvre {
	margin-top: 18px;
}






/* -----------------------------------------
 --- POP-UP DECLARATION ---
 -----------------------------------------*/

#enquiry-form-popup {
	width: 300px;
}

.fancybox-skin {
	padding: 0px !important;
	background: 0px;
}











/* -----------------------------------------
 --- HOME PAGE DECLARATION ---
 -----------------------------------------*/

.title-bar {
	width: 100%;
}

.title-bar h1 {
	color: #fff;
	font-weight: normal;
	padding: 25px 0px;
	margin: 0px;
	font-size: 35px;
}

.cta_buttons {
	background: #E7E7E7;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 40px 0px 60px 0px;
}

.cta_buttons h2 {
	text-align: center;
	color: #3c3c3c;
	font-size: 65px;
	line-height: 55px;
	padding: 0px 0px 60px 0px;
}

@-moz-document url-prefix() { 
	.cta_buttons {
		margin-bottom: -50px;
	}
}

.cta_buttons .container {
	position: relative;
	z-index: 100;
}

.cta_buttons ul {

}

.cta_buttons ul li {
	width: 29%;
	list-style: none;
	float: left;
	box-sizing: border-box;
	overflow: hidden;
	text-align: center;
}

.cta_buttons ul li:nth-child(even) {
	margin: 0 6%;
}

.cta_buttons ul li:last-child {
	margin-right: 0px;
}

.cta_buttons ul li .thumbnail {
	margin-bottom: 10px;
}

.cta_buttons ul li .thumbnail img {

}

.cta_buttons ul li .text {
	text-align: center;
	color: #000;
	font-weight: bold;
	font-size: 18px;
	padding: 5px 5px;
	line-height: 18px;
}

.cta_buttons ul li a, .cta_buttons ul li a:visited {
	text-decoration: none;
}
  
.latest-updates {
	margin: 30px 0px;
}

.latest-updates h3 {
	color: #1a9aa8;
	font-size: 24px;
	padding: 10px;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 20px;
	text-align: center;
}

.latest-updates .sub-title {
	color: #1a9aa8;
	font-weight: bold;
	display: block;
	font-size: 20px;
	margin-bottom: 10px;
}

.latest-updates .blog-latest {
	float: left;
}

.single-blog-post {
	margin-bottom: 30px;
	float: left;
}

.single-blog-post .inner {
	float: right;
	width: 66%;
}

.single-blog-post .inner a, .single-blog-post .inner a:visited {
	font-weight: bold;
}

.single-blog-post .inner .readmore {
	font-size: 12px;
}

.thumb {
	width: 30%;
	height: 100px;
	overflow: hidden;
	float: left;
}

.thumb img {
	width: 100%;
	height: auto;
}
















/* -----------------------------------------
--- BLOG / LATEST NEWS PAGE ---
 -----------------------------------------*/

.articles-box {

}
 
.articles {
	width: 70%;
	float: left;
}

.featured-articles {
	margin-top: 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 20px;
	float: left;
	width: 100%;
}

	.featured-articles .single-blog-post {
		width: 49%;
		position: relative;
	}
	
	.featured-articles .single-blog-post:nth-child(even) {
		margin-left: 2%;
	}
	
	.featured-articles .single-blog-post .thumb {
		width: 100%;
		height: 300px;
	}
 
	.featured-articles .single-blog-post .inner {
		float: none;
		width: 100%;
		background: rgba(3, 3, 3, 0.68);
		position: absolute;
		bottom: 0px;
		color: #fff;
		padding: 20px;
		box-sizing: border-box;
	}
	
	.featured-articles .single-blog-post .inner a, .featured-articles .single-blog-post .inner a:visited {
		font-weight: bold;
		color: #fff;
	}
	
	.featured-articles .single-blog-post .inner p {
		padding: 0;
	}
 
	
 
.ea-nav {
	background: #ECECEC;
	margin: 0 auto;
}
.ea-nav ul {
	margin: 0 auto;
	text-align: center;
}
.ea-nav li {
	display: inline-block;
	padding: 5px;
}
  
.blog-sidebar {
	padding: 24px 24px 30px;
	border-radius: 5px;
	float: right;
	width: 25%;
	border: 1px solid #ddd;
	background: #F3F3F3;
	box-sizing: border-box;
}

.blog-sidebar .widget {
	margin-bottom: 20px;
}
	
.blog-sidebar .btitle {
	font-size: 20px;
	list-style: none;
	margin-bottom: 5px;
	background: #e4e4e4;
	color: #5a5a5a;
	padding: 10px;
	text-align: center;
}

.blog-sidebar .widget ul {
	padding: 10px;
	margin-top: 10px;
}

.blog-sidebar .widget ul li {
	list-style: square;
	margin-left: 25px;
	padding-bottom: 20px;
	color: #5a5a5a;
}

.blog-sidebar .widget ul li:last-child {
	padding-bottom: 0px;
}
	
.blog-sidebar .widget ul li a, .blog-sidebar .widget ul li a:visited {
	color: #5a5a5a;
}

.blog-sidebar li {
	list-style: none;
}



	
  
  
  
  
  
  
  
  
  
  
/* -----------------------------------------
 --- ABOUT US PAGE DECLARATION ---
 -----------------------------------------*/

.row-one {
	margin-top: 20px;
	float: left;
	margin-bottom: 30px;
}

	.row-one .left {
		float: left;
		width: 50%;
	}
	
	.row-one .right {
		float: right;
		width: 40%;
		border: 4px solid #dedede;
		overflow: hidden;
	}
	
	.row-one .right img {
		width: 100%;
		height: auto;
	}
	
.row-two {
	position: relative;
	margin-bottom: 30px;
	float: left;
}

	.row-two .block {
		top: 0px;
	}
	
	.row-two .block .message {
		font-size: 40px;
	}
	
	.row-two .right {
		float: right;
		width: 45%;
		text-align: left;
	}
	
.row-three {

}
	
	

	
	
	
	
	
	
	
	
/* -----------------------------------------
 --- SERVICES PAGE DECLARATION ---
 -----------------------------------------*/	

.services-block {
	box-sizing: border-box;
	border-radius: 5px;
	margin: 20px 0;
}
	
.services-block .single-service {
	border: 1px solid #ddd;
	background: #F3F3F3;
	border: 1px solid #ddd;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 5px;
	margin-bottom: 20px;
}
	
.services-block .single-service .left {
	float: left;
	width: 30%;
}

.services-block .single-service .left img {
	max-width: 100%;
	height: auto;
}

.services-block .single-service .right {
	float: right;
	width: 68%;
	text-align: left;
}
	











/* -----------------------------------------
 --- FAQ PAGE DECLARATION ---
 -----------------------------------------*/	
 
.faq {

}

.faq dl {
    margin-top: 20px;
    font-size: 15px;
    line-height: 21px;
}

.faq dl:first-child {
    margin-top: 0;
}

.faq dt {
    padding: 13px 15px;
    background: #576266;
    cursor: pointer;
    color: #fff;
	letter-spacing:.5px;
}

.faq dd {
    padding: 12px 15px;
    background: #e4e4e4;
    color: #576266;
	letter-spacing:.5px;
}	
	
	
	
	
 
  
  
  
  
  
  
  
  
  
  
/* -----------------------------------------
 --- BANNER DECLARATION ---
 -----------------------------------------*/
 
.banner {
	width:100%;
	margin:0px;
	padding:0px; 
	display:block;
	position: relative;
}

.internal-banner {
	max-height: 290px;
	overflow: hidden;
	margin:0px;
	padding:0px; 
	display:block;
	position: relative;
}

ul.bxslider, ul.non-slider {
	margin: 0;
	padding: 0;
}

.bx-container img {
	margin:0;
}	

.banner .bxslider li {
	max-height: 350px;
	overflow:hidden;
}

.internal-banner .bxslider li, .non-slider li  {
	max-height: 320px;
	height: 320px;
	background: #F3F3F3;
}

.banner .bxslider li img, .internal-banner .bxslider li img, .non-slider li img  {
	width: 100%;
	height: auto;
}

.banner .bxslider li .container {
}

.block {
	position: absolute;
	width: 50%;
	height: auto;
	padding-left: 50%;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 50px;
	top: 250px;
	border-radius: 0px 5px 5px 0px;
	left: -50%;
}

.banner .block {
	position: absolute;
	width: 100%;
	height: auto;
	padding: 0;
	top: 270px;
	right: initial;
	left: initial;
	text-align: left;
}

.message {
	color: #fff;
	font-weight: 700;
	font-size: 50px;
}

.banner .message {
	color: #1a9aa8;
}

.internal-banner .bxslider li .message, .non-slider li .message  {
	position: absolute;
	top: 220px;
	color: #3c3c3c;
	font-weight: 700;
	font-size: 55px;
	text-align: center;
	width: 100%;
}

.ui-dialog > .ui-widget-header {
	background: #1e73be;
	color:white;
}
  

  
  

  
  
  
  
  
/* -----------------------------------------
 --- RESPONSIVE DECLARATION ---
 -----------------------------------------*/  
  

@media screen and (max-width: 980px) {
	
	.site_logo {
		width: 100%;
		float: none;
		position: static;
		margin: 0 auto;
		padding: 5%;
		text-align: center;
		box-sizing: border-box;
	}
	
	nav .phone_number {
		display: none;
	}
	
	header .phone_number {
		background: #1a9aa8;
		width: 100%;
		float: none;
		position: static;
		margin: 0 auto;
		margin-top: 20px;
		padding: 2%;
		text-align: center;
		box-sizing: border-box;
		display: block;
		border-radius: 5px;
	}
	
	header .phone_number_text {
		color: #fff;
		font-size: 30px;
		line-height: 40px;
	}
	
	#menu-main-navigation, #menu-main-navigation > li > ul {
		width: 100%;
		left: 0px;
		right: inherit;
	}
	
	nav {
		padding: 0;
		z-index: 99999;
	}
	
	nav .social-block {
		right: 10px;
	}
	
	.banner .bxslider li {
		max-height: 500px;
	}
	
	.page .colour-strip, .blog .colour-strip {
		margin-top: -2px;
	}
	
	.internal-banner, .internal-banner .bxslider li, .non-slider li {
		max-height: 200px;
		height: 170px;
	}
	
	.internal-banner .bxslider li .message, .non-slider li .message {
		font-size: 30px;
		top: 120px;
	}
	
	.block {
		width: 100%;
		float: none;
		position: static;
		margin: 0 auto;
		padding: 4% 4% 5% 4%;
		text-align: center;
		font-size: 20px;
		border-radius: 0px;
		box-sizing: border-box;
	}
	
	.message{
		font-size: 30px;
	}
	
	article.main_content {
		width: 95%;
		float: none;
		position: static;
		margin: 0 auto;
		margin-bottom: 10px;
		text-align: center;
		box-sizing: border-box;
	}
	
	aside {
		width: 95%;
		float: none;
		position: static;
		margin: 0 auto;
		margin-bottom: 10px;
		text-align: center;
		box-sizing: border-box;
	}
	
	.content.home {
		margin: 40px 4% !important;
	}
	
	.cta_buttons h2 {
		font-size: 35px;
		line-height: 35px;
	}
	
	.cta_buttons ul li {
		width: 75%;
		float: none;
		position: static;
		margin: 0 auto;
		margin-bottom: 10px;
		text-align: center;
	}
	
	.cta_buttons ul li:nth-child(even) {
		margin: 0 auto;
		margin-bottom: 10px;
	}
	
	.cta_buttons h2 {
		padding: 0px 4% 60px 4%;
	}
	
	.row-one {
		margin-bottom: 0px;
	}
	
	.row-two .block {
		margin-bottom: 30px;
		margin: 30px -30px;
		border-radius: 5px;
	}
	
	.row-one .left, .row-one .right, .row-two .right, .row-three {
		width: 95%;
		float: none;
		position: static;
		margin: 0 auto;
		margin-bottom: 10px;
		text-align: center;
	}
	
	.featured-articles {
		width: 95%;
		float: none;
		position: static;
		margin: 0 auto;
		margin-bottom: 30px;
		text-align: center;
	}
	
	.featured-articles .single-blog-post:nth-child(even) {
		margin: 0 auto;
		margin-bottom: 10px;
	}
	
	.featured-articles .single-blog-post {
		width: 95%;
		float: none;
		position: static;
		margin: 0 auto;
		margin-bottom: 30px;
		text-align: center;
	}
	
	.featured-articles .single-blog-post .thumb {
		height: 200px;
		float: none;
	}
	
	.featured-articles .single-blog-post .inner {
		position: static;
	}
	
	.page .content {
		margin: 0 20px;
	}
	
	.articles {
		width: 95%;
		float: none;
		position: static;
		margin: 0 auto;
		margin-bottom: 10px;
		text-align: center;
	}
	
	.articles-box .single-blog-post {
		width: 95%;
		float: none;
		position: static;
		margin: 0 auto;
		margin-bottom: 30px;
		text-align: center;
		clear: both;
	}
	
	.blog-sidebar {
		width: 95%;
		float: none;
		position: static;
		margin: 0 auto;
		margin-bottom: 10px;
		text-align: center;
		box-sizing: border-box;
	}
	
	.latest-updates .blog-latest {
		width: 95%;
		float: none;
		position: static;
		margin: 0 auto;
		margin-bottom: 10px;
		text-align: center;
	}
	
	.single-blog-post .inner {
		text-align: left;
	}
		
	.services-block .single-service {
		width: 100%;
		float: none;
		position: static;
		margin: 0 auto;
		margin-bottom: 20px;
		text-align: center;
	}
		
	.services-block .single-service .left {
		width: 100%;
		float: none;
		position: static;
		margin: 0 auto;
		margin-bottom: 10px;
		text-align: center;
	}

	.services-block .single-service .right {
		width: 100%;
		float: none;
		position: static;
		margin: 0 auto;
		margin-bottom: 10px;
		text-align: center;
	}
	
	footer p {
		text-align: center;
	}
	
	footer.copyright p {
		line-height: 18px;
	}
	
	footer.blocks .left {
		width: 95%;
		float: none;
		position: static;
		margin: 0 auto;
		margin-bottom: 10px;
		text-align: center;
		min-height: 0;
		overflow-y:visible;
		height: auto;
	}
	
	footer.blocks .left:nth-child(even) {
		margin: 0 auto;
		margin-bottom: 10px;
	}
	
	footer.copyright .left {
		width: 95%;
		float: none;
		position: static;
		margin: 0 auto;
		margin-bottom: 10px;
		text-align: center;
	}
	
	footer.copyright .manoeuvre {
		width: 95%;
		float: none;
		position: static;
		margin: 0 auto;
		margin-bottom: 10px;
		text-align: center;
	}
	
	footer.copyright .site_logo {
		width: 50%;
		float: none;
		position: static;
		margin: 0 auto;
		margin-bottom: 10px;
		text-align: center;
	}

	footer.phone-bar .left {
		width: 95%;
		float: none;
		position: static;
		margin: 0 auto;
		margin-bottom: 10px;
		text-align: center;
		line-height: 20px;
	}

	footer.phone-bar .right {
		width: 95%;
		float: none;
		position: static;
		margin: 0 auto;
		text-align: center;
		line-height: 20px;
	}
	
	
	/* mobile navigation */
	
	.mobile-navigation {
		display: block;
		color: #000000;
	}
	
	#menu-main-navigation {
		display: none;
	}
	
	#menu-main-navigation > li > a {
		width: 100%;
		padding: 0px 0px 0px 0px;
		text-indent: 30px;
		box-sizing: border-box;
		background: #EBEBEB;
	}
	
	#menu-main-navigation > li > a:nth-child(even) {
		background: #EBEBEB;
	}
	
	#menu-main-navigation > li > ul > li > a {
		background-image: url(img/sub-menu-icon.png);
		background-repeat: no-repeat;
		background-size: 25px 110px;
		background-position: 30px 1px;
	}
	
	#menu-main-navigation > li > ul > li > a:hover {
			background-position: 30px -56px; 
	}

	#menu-main-navigation > li > ul > li > a {
		width: 100%;
		padding: 0px 0px 0px 0px;
		text-indent: 60px;
		box-sizing: border-box;
	}
	
	#menu-main-navigation > li > ul {
		position: static;
		display: block;
	}
	
	 #menu-main-navigation > li {
		width: 100%;
	 }
	 
	 #menu-main-navigation > li > ul > li {
		border-top: 1px solid #EFEFEF;
	 }
	
}
