/*
Theme Name: Brilliant Lifts
Theme URI: http://www.brilliantlifts.com.au
Author: 
Text Domain: brilliant-lifts
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

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

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


/*--------------------------------------------------------------
# Custom icon font
--------------------------------------------------------------*/


@font-face {
  font-family: "untitled-font-5";
  src:url("fonts/untitled-font-5.eot");
  src:url("fonts/untitled-font-5.eot?#iefix") format("embedded-opentype"),
    url("fonts/untitled-font-5.woff") format("woff"),
    url("fonts/untitled-font-5.ttf") format("truetype"),
    url("fonts/untitled-font-5.svg#untitled-font-5") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "untitled-font-5" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "untitled-font-5" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-email-icon-copy:before {
  content: "\61";
}
.icon-location-pin-copy:before {
  content: "\62";
}


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

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

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
select {
	color: #4b4b4b;
	font-family: 'gotham-bookgotham-book', sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.8;
    letter-spacing: 0.2px;
}

input,
textarea {
	color: #666666;
	font-family: 'gotham-bookgotham-book', sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.8;
    letter-spacing: 0.2px;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'gotham-boldgotham-bold', sans-serif;
	font-weight: normal;
	line-height: 1.5;
}

h2 {
    color: #fa9e23;
    margin-top: 0;
    font-size: 30px;
    line-height: 39px;
}

h3 {
    font-size: 26px;
    margin: 0;
    letter-spacing: 0.02em;
    line-height: 34px;
}

h4 {
	color: #fa9e23;
	font-size: 20px;
	margin-top: 0;
}

p {
    margin-bottom: 1.5em;
    font-size: 14px;
    line-height: 27px;
    letter-spacing: 0.02em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-family: 'gotham-boldgotham-bold', sans-serif;	
	background-color: #ff9900;
	background-image: url(images/btn-arrow.png);
	background-repeat: no-repeat;
	background-position: right 20px center;
	color: #ffffff;
	padding: 14px 50px 14px 30px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: background-color 0.2s ease-in-out;
	 transition: background-color 0.2s ease-in-out;
	 border: none;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #d27800;
	background-image: url(images/btn-arrow.png);
	background-repeat: no-repeat;
	background-position: right 20px center;
	
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background: #d27800;
	background-image: url(images/btn-arrow.png);
	background-repeat: no-repeat;
	background-position: right 20px center;
	
}


input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	border: 1px solid #ccc;
	background: #fff;
	color: #666666;
	line-height: 1;
	padding: 25px;
	width: 100%;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #666666;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    display: block;
    float: right;
    width: 85%;
    text-align: right;
    margin-top: 7px;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0 auto;
	padding-left: 18px;
	font-family: 'gotham-boldgotham-bold', sans-serif;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    margin: 3px 0px 0 35px;
    text-transform: uppercase;
    color: #4b4b4b;
    font-size: 13px;
	letter-spacing: -0.02em;
}

.main-navigation li:last-of-type > a {
margin-right: 0;
}

.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
	color: #fa9e23;
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
	color: #fa9e23;
	border-bottom: 2px solid #fa9e23;
}

.site-branding {
float: left;
width: 15%;	
}

.site-branding img {
	max-width: 124px;
	width: 100%;	
}

.header-right {
display: none;	
}

.main-navigation.toggled .header-right {
display: block;	
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.main-navigation .menu-toggle {
width: 28px;
height: 23px;
background-color: transparent;
border: none;
background-image: url(images/menu-button.png);
background-repeat: no-repeat;
background-position: 0 0px;
box-shadow: none;
border-radius: 0;
padding: 0;
background-size: 100%;
}

.main-navigation.toggled .menu-toggle {
background-position: 3px -23px;
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/


.vc_btn3.vc_btn3-size-md {
    font-size: 15px!important;
    padding-top: 7px!important;
    padding-bottom: 7px!important;
    padding-left: 30px!important;
    padding-right: 30px!important;
    line-height: 40px !important;
    letter-spacing: 0.02em;
	-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	background: #fff;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
}

.page-links {
	clear: both;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
# LAYOUT
--------------------------------------------------------------*/

.site {
	max-width: 1200px;
	width: 100%;	
	margin: 0 auto;
	padding: 0;
	position: relative;
}

.site-header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	background: #fff;	
	width: 100%;
	padding: 20px 30px;
	height: 83px;
}

.fixed-clear {
padding-top: 83px;	
}

.site-header .container {
	max-width: 1140px;
	width: 100%;	
	margin: 0 auto;
	background: #fff;
}

.container-750 .vc_column-inner {
	max-width: 750px;
	width: 100%;	
	margin: 0 auto;
}

.container-700 .vc_column-inner {
	max-width: 720px;
	width: 100%;	
	margin: 0 auto;
}

.orange-line.vc_separator.vc_sep_color_orange .vc_sep_line {
	border-color: #fa9e23;	
	max-width: 99px;
	width: 100%;
	margin: 0 auto;
}

.vc_btn3-container {
	margin-bottom: 0 !important;	
}

.vc_general.vc_btn3 {
	font-family: 'gotham-boldgotham-bold', sans-serif;	
}

a.button {
display: inline-block;
font-family: 'gotham-boldgotham-bold', sans-serif;	
background-color: #ff9900;
background-image: url(images/btn-arrow.png);
background-repeat: no-repeat;
background-position: right 20px center;
color: #ffffff;
padding: 14px 40px 14px 20px;
text-decoration: none;
text-transform: uppercase;
-webkit-transition: background-color 0.2s ease-in-out;
transition: background-color 0.2s ease-in-out;
}

a.button:hover {
background: #d27800;
background-image: url(images/btn-arrow.png);
background-repeat: no-repeat;
background-position: right 20px center;	
}



/*--------------------------------------------------------------
# HEADER
--------------------------------------------------------------*/

/*.home.page #content .page-header-image {
background-color: #f4f3f2;
background-attachment: fixed !important;
background-position: top 83px center !important;
background-repeat: no-repeat !important;
background-size: auto !important;
min-height: 569px !important;
position: relative !important;
z-index: 1;
padding: 0 !important;
}

.page #content .page-header-image {
background-color: #f4f3f2;
background-attachment: fixed !important;
background-position: top 83px center !important;
background-repeat: no-repeat !important;
background-size: cover !important;
min-height: 569px !important;
position: relative !important;
z-index: 1;
padding: 0 !important;
}


.home #content .page-header-text {
max-width: 1140px;
width: 100%;
margin: 0 auto !important;
}

.home .header-title-2 {
margin-left: 65px;	
}

.home .header-title-2 h1 {
line-height: 1;
font-size: 400%;	
}

.page #content .page-header-text {
max-width: 1140px;
width: 100%;
margin: 0 auto !important;
text-align: center;
}

.page #content .page-header-text h1 {
width: auto;
display: inline;
line-height: 1;
font-size: 400%;
color: #fff;
margin: 0;
padding: 100px 30px;
border: 26px solid #fa9e23;
}

.home.page #content .page-header-text { 
text-align: left;
}

.home.page #content .page-header-text h1 {
border: none;
padding: 0;
color: inherit;	
}*/


.header-wrapper {
position: relative;	
} 

.header-image {
position: fixed;
left: 0;
right: 0;
}


.header-image .image {
max-width: 100%;
width: 100%;
margin: 0 auto;
}

.header-image .image img {
width: 100%;	
display: block;
}

.home .header-image .image {
max-width: 1400px;
width: 100%;
margin: 0 auto;
}

.home .header-image {
width: 100%;	
background: #f4f3f2;
}

.header-image-outer {
position: absolute;
left: 0;
top: 0;
z-index: 1;
width: 100%;
display: table;
}

.page-id-2 .header-image-inner {
display: table-cell;
vertical-align: middle;
width: 100%;
height: 100%;
padding-top:190px;
}


.header-image-inner {
display: table-cell;
vertical-align: middle;
width: 100%;
height: 100%;
padding-top:100px;
}

.header-image-text {
max-width: 470px;
width: 100%;
margin: 0 auto;
text-align: center;
padding-top: 118px;
padding-bottom:118px;
border: 26px solid #fa9e23;
}

.header-image-text h1 {
    width: auto;
    display: inline;
    line-height: 83px;
    font-size: 62px;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}


@-webkit-keyframes fade-in {
0%   { opacity: 0; }
  100% { opacity: 1; }
}

@-moz-keyframes fade-in {
0%   { opacity: 0; }
  100% { opacity: 1; }
}

@-o-keyframes fade-in {
0%   { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes fade-in{
0%   { opacity: 0; }
  100% { opacity: 1; }
}

/*end test*/

.home .header-image-text {
text-align: left;	
padding-left: 92px;
max-width: 1200px;
padding-top: 0;
padding-bottom:0;
border: none;
}

.home .header-image-text h1 {
    line-height: 50px;
    font-size: 60px;
    text-transform: uppercase;
    color: inherit;
    letter-spacing: 0.02em;
	border: none;
	padding: 0;
	vertical-align:middle;
}

.header-image-text {
max-width: 470px;
width: 100%;
margin: 0 auto;
text-align: center;
padding-top: 118px;
padding-bottom:118px;
border: 26px solid #fa9e23;
opacity:0;
-webkit-animation-name: fade-in;
-webkit-animation-duration: 0.5s;
-webkit-animation-delay: 1s;
-webkit-animation-fill-mode: forwards;

-o-animation-name: fade-in;
-o-animation-duration: 0.5s;
-o-animation-delay: 1s;
-o-animation-fill-mode: forwards;

animation-name: fade-in;
animation-duration: 0.5s;
animation-delay: 1s;
animation-fill-mode: forwards;


}

.header-wrapper .mobile {
display: none;	
}


/*--------------------------------------------------------------
# SHORT CONTACTS
--------------------------------------------------------------*/



a.short-contacts {
display: inline-block;
background-repeat: no-repeat;	
border: 1px solid transparent;
position: relative;
}

/*new email*/

a.short-contacts-email {
    display: inline-block;
    background-repeat: no-repeat;
    border: 0px solid transparent;
    position: relative;
    font-size: 20px;
    padding-right: 15px;
    color: #4b4b4b;
    margin-left: 0px!important;
    top: 1px;
}

a.short-contacts-email:hover {
	color:#fa9e23;
}

a.short-contacts-email span {
    display: none;
}

/*new location pin*/

a.short-contacts-pin {
    display: inline-block;
    background-repeat: no-repeat;
    border: 0px solid transparent;
    position: relative;
    font-size: 20px;
    padding-right: 10px;
    color: #4b4b4b;
    margin-left: 0px!important;
    top: 1px;
}

a.short-contacts-pin:hover {
	color:#fa9e23;
}

a.short-contacts-pin span {
    display: none;
}

/*.header-right a {
    margin-left: 10px;
    margin-right: 10px;
}*/

a.short-contacts:last-of-type {
margin: 0;
}

a.short-contacts span {
display: none;	
}

a.short-contacts.email {
width: 20px;	
height: 15px;
background-position: 0px 0px;
top: -2px;
left: -8px;
background-image: url(images/icon-email.gif);
background-size: 100%;
margin-left: 0px;
margin-right: 8px;
} 

a.short-contacts.email:hover {
background-position: 0px -22px;	
}

a.short-contacts.contact {
    width: 14px;
    height: 19px;
    background-position: -1px 0;
    top: 0;
    left: 0;
    background-image: url(images/icon-map.png);
    background-size: 120%;
    margin-left: 0px;
    margin-right: 12px;
}

a.short-contacts.contact:hover {
background-position: -1px -24.25px;
}

a.short-contacts.phone {
width: 125px;
height: 17px;	
background-position: 0 -1px;
top: -1px;
right: 0;
background-image: url(images/icon-phone-number.png);
background-size: 100%;
} 


/*--------------------------------------------------------------
# FOOTER
--------------------------------------------------------------*/
footer {
position: relative;
}

.site-info {
	background: #fa9e23;
	padding: 20px 30px 18px 30px;
}

.site-info .container {
	max-width: 1140px;
	width: 100%;	
	margin: 0 auto;	
}

.site-info a.short-contacts {
margin: 0 13px 0 0;	
}

.footer-short-contacts {
	border-left: 1px solid #c1730b;	
	display: inline-block;
	line-height:22px;
	padding: 10px 0 0 40px;
}

.site-info a.short-contacts:last-of-type {
margin: 0;	
}

.site-info a.short-contacts.email,
.site-info a.short-contacts.email:hover {
width: 18px;	
height: 13px;
background-position: 0 0px;
top:-3px;
left: 0;
background-image: url(images/icon-mail.png);
background-size: 106%;
} 


.site-info a.short-contacts.contact,
.site-info a.short-contacts.contact:hover {
width: 13px;
height: 18px;	
background-position: -1px -1px;
top: 0;
left: 0;
background-image: url(images/icon-map.png);
background-size: 120%;
} 


.entry-footer {
display: none;	
}


	

.copyright {
	background: #4b4b4b;
	color: #828282;
	padding: 25px 30px;
	text-transform: uppercase;
	
}

.copyright .container {
	max-width: 1140px;
	width: 100%;	
	margin: 0 auto;	
	font-size: 11px;
}

.copyright p {
	margin: 0;	
}

.footer-column {
	width: 50%;
	float: left;	
}

.footer-column p {
	font-size:11px;
}

.footer-column.last_column {
	text-align: right;	
}


/*--------------------------------------------------------------
# HOME
--------------------------------------------------------------*/

.home .hentry {
	max-width: 1140px;
	width: 100%;
	margin: auto auto;	
}

.home-top-text {
	padding-top: 70px;
	padding-bottom: 285px;
	background-image: url(http://brilliantlifts.com.au/wp-content/uploads/2016/06/bg-lines.jpg?id=31);
}

.home-image-container {
	overflow: visible !important;
}

.home-image-container .wpb_column.vc_col-sm-12 {
	margin-top: -185px;
	padding-bottom: 100px;
}

.headline-intro-copy h3 {
	font-size:26px;
	line-height:38px;
}

.headline-intro-copy p {
	font-size:16px;
	line-height:29px;
}

.home-pages-row-1 {
	padding-bottom: 30px;
}

.at-a-glance-container {
	padding-top: 75px;
}

.at-a-glance-items {
	padding-top: 40px;
	padding-bottom: 100px;
}

.at-a-glance-copy h2 {
	line-height:26px;
	font-size:32px;
}


.at-a-glance-items p {
	line-height:26px;
	font-size:16px;
	letter-spacing:0;
}

.image-hover-container .image-hover {
	display: none;
}

.image-hover-container:hover .image-on {
	display: none;
}

.image-hover-container:hover .image-hover {
	display: block;
}

.at-a-glance hr {
    background-color: #fa9e23;
    border: 0 none;
    height: 4px;
    max-width: 25px;
    width: 100%;
    margin: 0;
}

.at-a-glance .wpb_content_element {
	background: #fff;
	padding: 40px;
	font-family: 'gotham-boldgotham-bold', sans-serif;	
	margin-bottom: 20px;
}


/*--------------------------------------------------------------
# ABOUT US
--------------------------------------------------------------*/

#content .about-us-content {
	padding-bottom: 85px !important;
}

.about-us-welcome {
    /*width: 590px !important;*/
    z-index: 1;
	margin-left:-10px;
}

.image-grow {
	width:110%;
	margin-left: 65px;
margin-right: -60px;
float: right;
}


.image-shift {
    margin-left: 65px;
margin-right: -60px;
float: right;
}

.who-we-are {
    left: 60px;
}

.who-we-are h2 {
	font-size: 30px;
	line-height:39px;
	letter-spacing:0;
}


.who-we-are .section.text {
    background: #fff;
    padding: 75px 90px;
    margin-right: 50px;
}

.about-us-welcome h3 {
	font-size: 26px;
	line-height:26px;
	letter-spacing:0;
}

.about-us-welcome h2 {
	font-size: 30px;
	line-height:39px;
	letter-spacing:0;
}


.page-about-us .masonry-section .section:last-of-type {
margin-bottom: 0;
}

.section a.button {
    margin-top: 10px;
    padding-left: 30px;
    padding-right: 50px;
}

.section {
margin-bottom: 0 !important;
}

.masonry-section .vc_column_container > .vc_column-inner {
padding: 0 !important;	
margin: 0 !important;
}

.masonry-section {
margin: 60px auto 0 auto !important;
padding: 0 !important;
}

.section {
padding: 0;
margin-bottom: 10px;
}

.section.text {
background: #fff;
padding: 80px 90px;
}

.welcome-text.section {
margin-left: 65px;
margin-right: -60px;
}

/*--------------------------------------------------------------
# PRODUCTS
--------------------------------------------------------------*/

#content .products-content {
	padding: 70px 0 0 0;	
}

#content .bg-hide,
#content .show-hide {
	background-position: center bottom !important;	
}

.vc_custom_1466711793404 {background-position: bottom !important;}

.products-top-text {
    padding: 40px 220px 30px 220px;
        padding-top: 40px;
        padding-right: 220px;
        padding-bottom: 30px;
        padding-left: 220px;
}

.products-box {padding-top:1px;}

.products-2nd-row {
margin-top: 100px !important;
padding-bottom: 140px !important;	
}

.products-commercial {
	/*margin-right: 50px;	*/
}

.page-products .hentry {
	/*max-width: 1100px !important;*/
	width: 100%;
	margin: auto auto;	
}

.products-lift {
	margin-left: 50px;
	/*margin-right: -50px;
	padding-right: 130px !important;*/
}

.commercial-application {
	margin-right: 50px;	
}

.products-box .section.text {
	padding: 60px 80px;
	padding-bottom: 54px;
}

.escalators {
	margin-left: 60px;	
	
}

.escalators-box .section.text {
	padding: 60px 80px;
	padding-bottom: 100px;
}

/*--------------------------------------------------------------
# SERVICE
--------------------------------------------------------------*/

#content .service-content {
	padding: 0px 0 120px 0;	
}

.service-box-left {
	margin-left:50px;
	
}

.service-box-right {
	margin-right:50px;

}

.service-box-one .section.text {
	padding: 75px 70px;
}

.service-box-two .section.text {
	padding: 75px 70px;
}

/*--------------------------------------------------------------
# QUALITY
--------------------------------------------------------------*/
#content .quality-content  {
	margin-bottom: -1px;
	padding-bottom: 100px !important;
}

.page-quality .hentry {
	max-width: 1110px !important;
	width: 100%;
	margin: auto auto;	
}

.quality-1st-image {
	margin-top: 80px;
}

.first-of-five, .last-of-five {
width: 0px !important;
}

.companies .vc_col-sm-2, .companies .last-image-row {
width: 20% !important;
} 

.companies-title {
margin-top: 100px;
padding: 80px 100px 25px 100px !important;	
}

.companies {	
padding: 0 100px 75px 100px;
}

.companies .wpb_single_image {
height: 100px;
line-height: 100px;
vertical-align: middle;
}

.companies .wpb_single_image img {
vertical-align: middle;
max-width: 60%;
width: 100%;
}

.column-height-adjustment {
	padding-top:95px;
	}
	
.quality-box-one .section.text {
	padding: 75px 70px;
}

.quality-box-two .section.text {
	padding: 75px 70px;
}	

 .companies .com-one img {max-width: 50%;}

.companies .com-two img {max-width: 50%;}
.companies .com-three img {max-width: 80%;}
.companies .com-four img{max-width: 50%;}
.companies .com-five img{max-width: 70%;}
.companies .com-six img{max-width: 50%;}
.companies .com-seven img{max-width: 80%;}
.companies .com-eight img{max-width: 80%;}
.companies .com-nine img{max-width: 85%;}
.companies .com-ten img{max-width: 80%;}
.companies .com-eleven img{max-width: 60%;}
.companies .com-twelve img{max-width: 80%;}
.companies .com-thirteen img{max-width: 80%;}
.companies .com-fourteen img{max-width: 75%;}
.companies .com-fifteen img{max-width: 100%;}
.companies .com-sixteen img{max-width: 95%;}
.companies .com-seventeen img{max-width: 80%;}
.companies .com-eighteen img{max-width: 70%;}
.companies .com-nineteen img{max-width: 70%;}
.companies .com-twenty img{max-width: 60%;}

/*--------------------------------------------------------------
# UPGRADE
--------------------------------------------------------------*/

.page-upgrade .hentry {
	max-width: 1110px !important;
	width: 100%;
	margin: auto auto;	
}

#content .upgrade-content {
/*padding: 115px 0 100px 0;*/	
padding: 50px 0 100px 0;	
}

.upgrade-1st-image {
	margin-top: 70px;
}

.upgrade-column-adjustment {
	padding-top:70px;
	}
	
.upgrade-box-one .section.text {
	padding: 70px 75px 105px 75px;
}

.upgrade-box-two .section.text {
	padding: 70px 75px;
}		

/*--------------------------------------------------------------
# CONTACT
--------------------------------------------------------------*/

#content .contact-content {
	padding: 115px 0 100px 0;
}


.page-contact .contact-content-section  {
	max-width: 1130px;
	width: 100%;
	margin: auto 20px auto auto;	
}

.contact-box-right {
	margin-left:50px;
	
}

.contact-box-left {
	margin-left:40px;
	margin-right:-15px;
	
}

.contact-box-one .section.text {
	padding: 5px 70px 75px 80px;
}

.para-padding {
	padding: 75px 70px 5px 80px;
	background:#ffffff;
}

.contact-text p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.02em;
	margin-bottom: 0px;
}

a.grey-tel {color:#4b4b4b!important;}

.contact-right {
padding: 75px 30px 60px 60px !important;
}

.contact-content h4 {
	margin: 55px 0 0 0;
	color: #4b4b4b;
}

div.wpcf7 {
margin: 40px 0;	
}

.wpcf7 .row {
margin: 0 0 20px 0;	
}

.wpcf7 .row.textarea {
margin: 0 0 10px 0;	
}

.wpcf7 .row.required-fields {
	text-align: right;
	color: #fa9e23;	
	font-size: 80%;
}

.wpcf7-form-control-wrap {
    position: relative;
    color: #666666;
}

.required:after{
   content:'*';
  color:orange;
}

::-webkit-input-placeholder { /* WebKit browsers */
color: #999999 !important;
opacity: 1;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #999999 !important;
opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #999999 !important;
opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #999999 !important;
opacity: 1;
}

span.wpcf7-not-valid-tip {
	color: #fa9e23;
}

.page-contact .site-content a {
    color: #fa9e23;
    text-decoration: none;
}

.page-contact .site-content a:hover {
	text-decoration: underline;
}


a.tel-large {
    display: inline-block;
    font-family: 'gotham-boldgotham-bold', sans-serif;
    border: 2px solid #fa9e23;
    background-color: #fff;
    background-image: url(images/icon-phone-large.png);
    background-size: 11%;
    background-repeat: no-repeat;
    background-position: left 20px top 13px;
    color: #fa9e23 !important;
    padding: 18px 35px 15px 70px;
    text-decoration: none;
    font-size: 23px;
    letter-spacing: 0.2px;
}

a.tel-large:hover {
	text-decoration: none !important;
	color: #fff !important;
	background-color: #fa9e23;
	background-image: url(images/icon-phone-large.png);
	background-size: 11%;
	background-repeat: no-repeat;
	background-position: left 20px top -19px;
    padding: 18px 35px 15px 70px;
	
}

a.icon-email img {
	max-width: 18px;
	position: relative;
	top: 7px;
	margin: -2px 30px 10px 0!important;
}

a.icon-phone img {
	max-width: 17px;
	position: relative;
	top: 7px;
	margin: -5px  30px 0 0;
}

a.icon-mobile img {
	max-width: 14px;
	position: relative;
	top: 7px;
	margin: -6px 33px 0 0;
}

a.icon-map img {
    max-width: 13px;
    position: relative;
    top: 7px;
    margin: -4px 33px 30px 0;
}

/*img.icon-map {
	max-width: 13px;
	position: relative;
	top: 7px;
	margin: 0 30px 20px 0;
}*/

/*--------------------------------------------------------------
# Error 404
--------------------------------------------------------------*/

.error404 .header-image-text h1 {display:none;}

.error404 .page-title {
    width: 800px;
    display: block;
    line-height: 1;
    font-size: 400%;
    margin: 0;
    padding: 60px 30px;
    border: 26px solid #fa9e23;
    text-transform: uppercase;
    float: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
    color: #fff;
}

.error404 {background-size:cover; background-image:url("http://www.brilliantlifts.com.au/wp-content/uploads/2016/06/header-upgrade.jpg");background-repeat:no-repeat;background-position:70% top;background-color: #4b4b4b;}

.error404 .header-image-text {display:none;}

@media screen and (max-width: 1299px) {


.home .vc_col-sm-4 {
width: 50%;
margin-bottom: 30px;
}

.home .vc_col-sm-4 .wpb_single_image.vc_align_center {
text-align: right;	
}

.home .home-pages-row-1 .vc_col-sm-4:nth-of-type(2) .wpb_single_image.vc_align_center,
.home .home-pages-row-2 .vc_col-sm-4:nth-of-type(1) .wpb_single_image.vc_align_center,
.home .home-pages-row-2 .vc_col-sm-4:nth-of-type(3) .wpb_single_image.vc_align_center {
text-align: left;	
}


.home .home-image-container .vc_row:after {
clear: none !important;	
} 

.home .at-a-glance.wpb_column {
width: 33%;
}

.home-pages-row-1 {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.companies .vc_col-sm-2 {
width: 25% !important;
}

.companies .last-image-row {
width: 100% !important;
}

.companies .last-image-row .wpb_single_image {
width: 25%;	
float: left;
}

}

@media screen and (max-width: 1200px) {
	
/*.welcome-text.section {
    margin-left: 0px;
    margin-right: 0px;
}

.image-grow {
    width: 100%;
}

.image-shift {
    margin-right: 0% !important;
}*/

}

@media screen and (max-width: 1170px) {

.site {
padding:0 20px;
margin: 0 auto;
}

.main-navigation ul {
padding-left: 8px;	
}

.main-navigation a {
margin-left: 29px;
/*margin-right: 8px;*/
}

}

@media screen and (max-width: 1100px) {

.header-right {
    padding: 3px 0 0 38px;
}

.main-navigation a {
margin-left: 21px;
/*margin-right: 6px;*/
}

}
	
@media screen and (max-width: 1050px) {



.main-navigation a {
margin-left: 15px;
/*margin-right: 4px;*/
}

.header-right {
padding-left: 28px !important;
}

.companies .vc_col-sm-2 {
width: 33% !important;
}

.companies .vc_col-sm-2:nth-of-type(5),
.companies .last-image-row {
width: 33% !important;
}

.companies .vc_col-sm-2:nth-of-type(5) .wpb_single_image,
.companies .last-image-row .wpb_single_image {
width: 100%;	
float: left;
}

a.tel-large {letter-spacing: 0px;}

}

@media screen and (min-width: 959px) {
	.menu-toggle {
		display: none;
	}
	
	.main-navigation ul,
	.header-right {
		display: block;
	}
	
	.header-right {
	float: right;
	line-height:25px;
	padding: 3px 0 0 41px;
	border-left: 1px solid #ccc;
	vertical-align: middle;
	margin-top: -3px;
	}
}

.mobile {
display: none !important;	
}

.desktop {
	display: block;	
	}

@media screen and (max-width: 959px) {
	
/*mobile-menu-icons
	
.mobile-view {
    height: 62px;
    width: 62px;
    color: #162a36 !important;
    border-radius: 50%;
    border: solid;
    left: 0;
    right: 0;
}
	
*/

a.short-contacts-email {
    display: inline-block;
    background-repeat: no-repeat;
    position: relative;
    padding-right: 0px;
    color: #4b4b4b;
    margin-left: 0px;
    top: -3px;
    width: 62px;
    height: 62px;
    border: solid 2px #fa9e23;
    border-radius: 50%;
    vertical-align: top;
    padding-top: 5px;
	margin-right:24px;
    font-size: 35px;
}

a.short-contacts-email:hover {
	color:#fa9e23;
	background:#4b4b4b;
	border: solid 1px #4b4b4b;
}



a.short-contacts-pin {
    display: inline-block;
    background-repeat: no-repeat;
    position: relative;
    padding-right: 0px;
    color: #4b4b4b;
    top: -3px;
    width: 62px;
    height: 62px;
    border: solid 2px #fa9e23;
    border-radius: 50%;
    vertical-align: top;
    padding-top: 6px;
    font-size: 35px;
	margin-right:24px;
}

a.short-contacts-pin:hover {
	color:#fa9e23;
	background:#4b4b4b;
	border: solid 1px #4b4b4b;
}

	
	/*end-mobile-menu-icons*/
	
	.page-id-2 .header-image-inner {
	padding-top:35%;
	}
	
	.page-id-2 .page-content, 
	.page-id-2 .entry-content,
	.page-id-2 .entry-summary {
	padding-left:15px;
	padding-right:15px;
	}

	.desktop {
	display: none !important;	
	}
	
	.mobile {
	display: block !important;	
	}
	
	.section {
	clear: both;	
	display: block;
	}
	
	.section.wpb_single_image .vc_single_image-wrapper,
	.section.wpb_single_image .vc_figure {
	display: block !important;	
	}
	
	.section.wpb_single_image img {
	/*float: left !important;*/	
	margin-left: 0;
	width: 100% !important;
	}
	

	.header-wrapper .desktop {
	display: none;	
	}
	
	.header-wrapper .mobile {
	display: block;	
	}
	
	/*.header-image-text h1 {
	font-size: 250%;
	border: 20px solid #fa9e23;
	}*/
	
	
	.header-image-inner {
    padding-left: 15px;
    padding-right: 15px;
    }
	
	.header-image-text {
    padding-top: 80px;
    padding-bottom: 80px;
    border: 20px solid #fa9e23;
    }
	
	.header-image-text h1 {
    line-height: 52px;
    font-size: 39px;
	}
	
	.home .header-image-text {
	padding: 0;
	text-align: center;	
	color: #fff;
	}	

	.site-branding {
	width: 50%;	
	position: absolute;
	left: 15px;
	top: 12px;
	}
	
	.main-navigation {
	width: 100%;	
	}
	
	.header-right {
    padding-left: 0px !important;
    }  
	
	.menu-toggle  {
	float: right;	
	margin: 0 15px 20px 0;
	position: relative;
	top: 2px;
	}
	
	#primary-menu {
	clear: both;	
	}
	
	.main-navigation {
	text-align: center;	
	}
	
	.main-navigation ul {
	clear: both;
	margin: 65px 0 45px 0px;	
	}
	
	.main-navigation li {
	display: block;
	float: none;	
	margin: 0 0 20px 0;
	}
	
	.main-navigation li a {
	margin: 0;
	display: inline-block;	
	font-size: 18px;
	line-height: 19px;
	}
	
	.site-header {
	padding: 10px 0;
	height: 63px;
	}
	
	.site-header.active {
	height: 100%;
	}
	
	.fixed-clear {
	padding-top: 63px;	
	}
	
	.home.page #content .page-header-image {
	background-position: top 63px center !important;
	}
	
	#content .page-header-image, .page #content .page-header-image {
	background-position: top 63px left !important;
	}
	
	header a.short-contacts {
	background-image: url(images/mobile-contacts.png) !important;
	width: 62px;
	height: 62px;
	background-size: 400% !important;
	margin: 0 25px 0 0;
	}
	
	header a.short-contacts.email {
	width: 62px;
	height: 62px;
	background-position: -1px -2px;
	top: 0px;
	left: 0;
	} 
	
	header a.short-contacts.email:hover {
	background-position: -2px -64px;	
	}
	
	header a.short-contacts.contact {
	width: 62px;
	height: 62px;	
	top: 0;
	left: 0;
	background-position: -90px -2px;
	} 
	
	header a.short-contacts.contact:hover {
	background-position: -90px -64px;
	}
	
	header a.short-contacts.phone {
	width: 62px;
	height: 62px;	
	background-position: -178px -2px;
	top: 0;
	right: 0;
	} 
	
	header a.short-contacts.phone:hover {
	background-position: -178px -64px;
	}
	
	

	#content .bg-hide {
	background-image: none !important;	
	background-color: #fff !important;
	}
	
	#content .about-us-content {
	padding-bottom: 0 !important;
	}
	
	.masonry-section {
	margin-top: 0 !important;	
	}
	
	.masonry-section .section {
	width: 100%;
	margin-bottom: 10px;
	}
	
	.vc_column_container > .vc_column-inner {
	padding: 0 !important;	
	}
	
	.section.text {
	padding: 60px 35px 70px 35px;	
	}
	
	
	.products-top-text {
	padding: 40px 40px 90px 40px;
	}
	
	.products-lift {
	margin-left: 0;
	margin-right: 0;
	padding-right: auto;		
	}
	
	
	.products-2nd-row {
	margin-top: -10px !important;
	padding-bottom: 0px !important;	
	}
	
	#content .quality-content  {
		margin-bottom: -1px;
		padding-bottom: 0 !important;
	}
	
	.quality-1st-image {
		margin-top: 0px;
	}
	
	.page-quality .vc_custom_1466617760827,
	.page-quality .vc_custom_1466617884930 {
	padding-bottom: 0 !important;	
	}
	
	.site {
	padding: 0;	
	}

	.site-info {
	padding: 35px 0 0 0;	
	}
	
	.footer-column p {
    font-size: 11px;
    line-height: 16px;
    letter-spacing: -0.02em;
    padding-left: 20px;
    padding-right: 20px;
}
		
	.copyright {
	padding-bottom: 0;	
	}
	
	.footer-column, .footer-column.last_column {
	width: 100%;
	float: none;
	text-align: center;	
	}
	
	.site-info .footer-column.last_column {
	margin: 40px 0;	
	}
	
	.copyright .footer-column.last_column {
	margin: 20px 0 30px 0;	
	}
	
	.at-a-glance .wpb_content_element {
	background: #fff;
	padding: 20px;
	}
	
	
	.home-top-text {
		padding-top: 50px;
		padding-bottom: 105px;
		/*background-image:none;*/
		margin-left:10%;
		margin-right:10%;
	}
	
	

	.about-us-welcome {
    margin-left: 0px;
	}
	
	.about-us-welcome .section.text {
    padding: 50px 35px 90px 35px;
    }
	
	
	
	
	.home-image-container .wpb_column.vc_col-sm-12 {
		margin-top: 27px;
		padding-bottom: 80px;
	}
	
	
	/*.home-pages-row-1 {
		margin-bottom: -27px;
	}*/
	
	.home-pages-row-1 .wpb_content_element,
	.home-pages-row-2 .wpb_content_element {
		padding-bottom: 27px;
	}
	
	
	
	
	.home .vc_col-sm-4 .wpb_single_image.vc_align_center,
	.home .home-pages-row-1 .vc_col-sm-4:nth-of-type(2) .wpb_single_image.vc_align_center,
	.home .home-pages-row-2 .vc_col-sm-4:nth-of-type(1) .wpb_single_image.vc_align_center,
	.home .home-pages-row-2 .vc_col-sm-4:nth-of-type(3) .wpb_single_image.vc_align_center {
	text-align: center;	
	}
	
	.home .at-a-glance.wpb_column {
	width: 100%;
	}
	
	/*.at-a-glance .wpb_content_element {
    margin-left: 20px;
    margin-right: 20px;
    }*/
	
	.at-a-glance-container {
		padding-top: 70px;
	}
	
	.at-a-glance-items {
		padding-top: 60px;
		padding-bottom: 80px;
	}

	
	#content .service-content {
		padding: 0;	
	}
	
	.page-service .masonry-section {
	background: #fff;	
	}
	
	.page-service .masonry-section .section {
	width: 100%;
	margin-bottom: 10px;
	
	}
	
	.products-top-text h3 {
    font-size: 20px;
    line-height: 33px;
    }
	
	.escalators-text .section.text {
    padding: 60px 35px 100px 35px;
    }
	
	.products-lift-text .section.text {
    padding: 60px 35px 70px 35px;
    }
	
	.section.text {
    padding: 60px 35px 100px 35px;
    }
	
	.technical-ability .section.text {
    padding: 60px 35px 100px 35px;
    }
	
	.company-title h4 {
    color: #fa9e23;
    font-size: 20px;
	line-height:24px;
    letter-spacing:0.02em;
 	}
	
	.companies-title {
	padding-top: 0 !important;	
	}
	
	.companies-title {
		margin-top:0px!important;
    padding: 60px 40px 50px 40px !important;
}
	
	.companies {	
	padding: 0 0px 100px 0px;
	}
	
	.companies .vc_col-sm-2, .companies .last-image-row,
	.companies .vc_col-sm-2:nth-of-type(5) {
	width: 50% !important;
	float: left;
	} 
	
	.companies .last-image-row {
	width: 100% !important;
	}
	
	.companies .last-image-row .wpb_single_image {
	width: 50%;	
	float: left;
	
	}
	
	.companies .wpb_single_image.vc_align_left {
	    text-align: center;
	}
	
	.companies .com-fifteen img{max-width: 75%;}
	.companies .com-sixteen img{max-width: 75%;}
	.companies .com-nine img {max-width: 75%;}	
	.companies .com-ten img {max-width: 75%;}
	
	/*.page-upgrade .masonry-section .section {
	margin-bottom: 20px !important;
	}*/
	
	.page-upgrade #content .page-header-image, .page #content .page-header-image {
	background-position: center center !important;
	}
	
	#content .upgrade-content {
	padding: 0;	
	}
	
	.upgrade-1st-image {
		margin-top: 0px;
	}
	
	#content .contact-content {
	padding: 0;
	}
	
	/*.content-left {
	padding: 50px 35px 100px 35px !important;
	}
	
	.contact-right {
	padding: 100px 35px 130px 35px !important;
	}*/
	
	.para-padding {
    padding: 50px 35px 10px 35px;
    background: #ffffff;
	}
	
	.contact-box-left {
    margin-left: 0px;
    margin-right: 0px;
	}
	
	
	.contact-box-one .section.text {
    padding: 10px 35px 100px 35px;
}

	.contact-right {
    padding: 100px 15px 130px 15px !important;
	}
	
	.vc_row {
	margin-left: 0 !important;
	margin-right: 0 !important;	
	}
	
	.site-info a.short-contacts {
	background-image: url(images/footer-mobile-contacts.png) !important;
	width: 60px !important; 
	height: 60px !important;
	background-size: 400% !important;
	margin: 0 25px 0 0;
	}
	
	.site-info a.short-contacts:last-of-type {
	margin: 0;	
	}
	
	.site-info a.short-contacts.email,
	.site-info a.short-contacts.email:hover {
	width: 60px !important;
	height: 60px !important;
	background-position: -1px -1px;
	top: 0px;
	left: 0;
	} 
	
	.site-info a.short-contacts.email:hover {
	background-position: -1px -64px;	
	}
	
	.site-info a.short-contacts.contact,
	.site-info a.short-contacts.contact:hover {
	width: 60px;
	height: 60px;	
	background-position: -87px -1px;
	top: 0;
	left: 0;
	} 
	
	.site-info a.short-contacts.contact:hover {
	background-position: -87px -64px;
	}
	
	.site-info a.short-contacts.phone,
	.site-info a.short-contacts.phone:hover {
	width: 60px;
	height: 60px;	
	background-position: -173px -1px;
	top: 0;
	right: 0;
	} 
	
	.site-info a.short-contacts.phone:hover {
	background-position: -173px -64px;
	}
	
	.footer-short-contacts {
	border-left: none;	
	display: block;
	line-height:auto;
	padding: 0;
	}
	
	.home .vc_col-sm-4 {
	width: auto;
	margin-bottom: auto;
	}
	
	.home .home-image-container .vc_row:after {
	clear: both !important;	
	} 
	
	.welcome-text.section {
	margin-left: 0;
	margin-right: 0;
	padding-right: auto;	
	}
	
	.image-bottom-padding {padding-bottom:15px;}
	
	#content .products-content {
    padding: 70px 0 0 0;
    }
	
	a.grey-email {
    color: #4b4b4b !important;}
	
	a.grey-email-drop {
    color: #4b4b4b !important;
    }

	
	
.error404 {background-size:cover; background-image:url("http://www.brilliantlifts.com.au/wp-content/uploads/2016/06/mobile-header-upgrade.jpg");background-repeat:no-repeat;background-position:center top;background-color: #4b4b4b;}
	
	.error404 .page-title {
    width: auto;
    display: block;
    line-height: 1;
    font-size: 250%;
    margin: 0;
    padding: 100px 30px;
    border: 20px solid #fa9e23;
    text-transform: uppercase;
    float: none;
    margin-left: 10%;
    margin-right: 10%;
    text-align: center;
    margin-top: 200px;
    margin-bottom: 200px;
    color: #fff;
}

.rev_slider_wrapper {
  margin-top: 63px !important;
  margin-bottom:-63px !important;
}

.wpb_revslider_element.wpb_content_element {
    height: 350px;
}

.page-id-2 .wpb_revslider_element.wpb_content_element {
    height: auto;
}


.header-image-inner {padding-top:58px;}

.header-image-text {
    max-width: 376px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 94px;
    padding-bottom: 94px;
    border: 23px solid #fa9e23;
}

.header-image-text h1 {
    width: auto;
    display: inline;
    line-height: 66px;
    font-size: 50px;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.home .header-image-text h1 {
    line-height: 40px;
    font-size: 48px;
    }
	
}

@media screen and (max-width: 600px) {

.error404 .page-title {
    width: auto;
    display: block;
    font-size: 30px;
    margin: 0;
    padding: 50px 30px;
    border: 20px solid #fa9e23;
    text-transform: uppercase;
    float: none;
    margin-left: 10%;
    margin-right: 10%;
    text-align: center;
    margin-top: 200px;
    margin-bottom: 200px;
    color: #fff;
}

}
	
@media screen and (max-width: 479px) {
	
/*a.tel-large {
    background-position: left 21% top 25px;
    padding: 14px 20px 14px 60px;
    font-size: 23px;
    width: 100%;
    text-align: center;
    float: none;
    background-size: 7%;
}

a.tel-large:hover {	
    display: inline-block;
    background-position: left 21% top 2px;
    padding: 14px 20px 14px 60px;
	background-size: 7%;

}*/

.fullwidthbanner-container .fullwidthabanner {
    width: 100%;
    position: relative;
    height: 368px !important;
}


.wpb_revslider_element.wpb_content_element {
    height: 280px;
}

.page-id-2 .fullwidthbanner-container .fullwidthabanner {
    width: 100%;
    position: relative;
    height: 368px !important;
}

.page-id-2 .header-image-inner {
    padding-top: 27%;
}

.page-id-2 .wpb_revslider_element.wpb_content_element {
    height: 280px;
}


.header-image-text {
    max-width: 305px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 65px;
    padding-bottom: 65px;
    border: 20px solid #fa9e23;
}

.header-image-text h1 {
    width: auto;
    display: inline;
    line-height: 52px;
    font-size: 38px;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.home .header-image-text h1 {
    line-height: 37px;
    font-size: 35px;
    }
	
	.rev_slider_wrapper {
  margin-top: 63px !important;
  margin-bottom:-126px !important;
}

}

@media screen and (max-width: 400px) {
	
	a.grey-email-drop {
    color: #4b4b4b !important;
	font-size:12px;
    }
	
}

@media screen and (min-width: 320px) and (max-width: 340px) {
	
a.tel-large {padding: 18px 20px 15px 60px;}

a.tel-large:hover {padding: 18px 20px 15px 60px;}

a.grey-email-drop {
    color: #4b4b4b !important;
	font-size:11.5px;
    }

	
}

@media screen and (max-width: 320px) {
	
	a.grey-email-drop {
    color: #4b4b4b !important;
	font-size:11.5px;
    }

/*a.tel-large {
    background-position: left 18% top 25px;
    padding: 14px 20px 14px 20%;
    font-size: 20px;
    width: 100%;
    text-align: center;
    float: none;
    background-size: 7%;
}

a.tel-large:hover {	display: inline-block;
	background-position: left 18% top 5px;
	padding: 14px 20px 14px 20%;
	background-size: 7%;

}*/

a.tel-large {margin-left:-15px; width:280px; margin-right:15px;}

a.tel-large:hover {margin-left:-15px; width:280px; margin-right:15px;}

a.tel-large {padding: 18px 20px 15px 70px;}



}

