/* ------------------------------------------------------------------
Preloader
------------------------------------------------------------------- */

.page-loader {
    position: fixed;
    background: #fff;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    z-index: 9998;
		background-image:url("images/wallacebars.png");
	background-repeat:no-repeat;
	background-position:center center;
}
.loader {
	position: absolute;
	border-left: 2px solid #454b59;
	border-top: 2px solid rgba(69,75, 89, 0.2);
	border-right: 2px solid rgba(69,75, 89, 0.2);
	border-bottom: 2px solid rgba(69,75, 89, 0.2);
	height: 200px;
	width: 200px;
	left: 50%;
	top: 50%;
	margin: -100px 0 0 -100px;
	text-indent: -9999em;
	font-size: 10px;
	z-index: 9999;
	-webkit-animation: load 0.8s infinite linear;
	-moz-animation: load 0.8s infinite linear;
	ms-animation: load 0.8s infinite linear;
	o-animation: load 0.8s infinite linear;
	animation: load 0.8s infinite linear;
}
.loader, .loader:after {
	border-radius: 50%;
	width: 200px;
	height: 200px;
}
 @-webkit-keyframes load {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
 @keyframes load {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}

html {
	height: 100%;
	position: relative;
		-webkit-font-smoothing:antialiased !important;
}
body {
	height: 100%;
	background-color: #fff;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.4;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	margin-top: 0;
font-family: 'Oswald', sans-serif;
	font-weight: 500;
}
h1.ckMainTitle {
    font-size: 28px;
    text-transform: uppercase;
}
img {
	max-width: 100%;
	height: auto;
	margin-bottom: 30px;
}
body > div.row {
	margin-right: 0px;
	margin-left: 0px;
}
a {
	transition: all ease .5s;
	text-decoration: none;
	color: #999;
}
a:hover, a:focus {
	text-decoration: none;
}
a.readmorelink {
	font-size: 10px;
}
img.left {
	float: left!important;
}
img.right {
	float: right!important;
}
body > div.row {
	margin-right: 0px;
	margin-left: 0px;
}
.action_buttons{
	text-align: center;
}

.ck5-compositelist ul {
	padding: 0;
}
.ck5-compositelist ul li {
	list-style: none;
}
/*---custom---*/
.carousel {
    position: relative;
    z-index: -5;
    margin-top: -20px;
}
.carousel-caption {
    opacity: 1;
    transition: all ease .5s;
    background: rgba(20,30,35,1);
    color: #fff;
    bottom: 0;
    text-align: center;
    padding: 5%;
    text-shadow: none;
    width: 100%;
    left: 0;
    padding-top: 20px;
}
.carousel-caption h1 {
    text-transform: uppercase;
    transition: all ease 1s;
    text-shadow: none;
    font-size: 100px;
    height: 150px;
    margin-top: -150px;
    color: #fff;
}
.carousel-caption hr {
	border-top: 1px solid #333;
}
.carousel-caption-hide {
	opacity: 0;
	bottom: -10%;
}
.carousel-control {
	display: none;
}
.parallax-window {
	background: transparent;
}
.tagchanger ul {
	padding: 0;
}
.servicecta {
    background: rgba(20,30,35,1);
}
.servicecta ul {
	margin: 0;
	padding: 0;
}
.servicecta h3 {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 30px 0 25px;
    font-size: 46px!important;
}
.servicecta li {
    clear: both;
    display: inline-block;
    width: 33.3%;
    height: 350px;
    position: relative;
    margin: 0;
    vertical-align: top;
}
.servicecta li .backgroundImage {
    height: 100%;
}
.servicecta li .backgroundImage .textblock {
    background: rgba(20,30,35,.5);
    height: 100%;
    text-align: right;
    transition: all ease .5s;
    color: #FFF;
    position: relative;
}
.servicecta h1 {
    margin: 0 0 15px;
    text-transform: uppercase;
    border-bottom: 2px solid;
    display: inline-block;
    padding-bottom: 10px;
    position: absolute;
    bottom: 50%;
	transition: all ease .5s;
    right: 30px;
	font-size: 30px;
}
.servicecta h2 {
    font-size: 16px;
    position: absolute;
    top: 50%;
	    transition: all ease .5s;
    right: 30px;
}
.servicecta p {
	padding-left: 25%;
}
.servicecta li .backgroundImage .textblock:hover {
    background: rgba(20,30,35,.9);
}
.servicecta li .backgroundImage .textblock:hover h1 {
	bottom: 52%;
}
.servicecta li .backgroundImage .textblock:hover h2 {
    top:52%;
}
.wideopenspaces {
    padding: 100px 25px;
}
.wideopenspaces h3 {
	padding-bottom: 10px;
	border-bottom: 1.5px solid;
	margin-bottom: 30px;
	clear: both;
}
.top_image {
    width: 100%;
    background: #333335;
    background-image: url(images/wallace_back1.jpg);
    background-size: cover;
    background-position: center;
    overflow: hidden;
    margin-bottom: 30px;
    padding: 180px 15px 25px;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
}
/*--ckMainArticle--*/
.ckMainArticle {
    line-height: 1.4;
}
.ckMainArticle p.top {
    margin-bottom: 30px;
    float: right;
    width: 50%;
    margin-left: 5%;
}
.ckMainArticle p.top img {
	width: 100%;
}
.ckMainArticle img.right {
	float: right!important;
	max-width: 50%;
	margin-left: 20px;
}
.ckMainArticle img.left {
	float: left!important;
	max-width: 50%;
	margin-right: 20px;
}
.ckMainArticle > div {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0px;
}
.ckMainArticle h1.ckMainTitle {
    font-size: 60px;
    margin-bottom: 30px;
}
.ckMainArticle h2 {
	font-size: 20px;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
/*---ckstandardlist---*/
.ckCompList ul {
	padding: 0;
}
.ckCompList ul li {
	list-style: none;
}

/*--home--*/
.carousel .backgroundImage {
    height: 100%;
}
	.carousel .textblock {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    height: 100%;
    background: rgba(0,0,0,.2);
    padding: 20%;
		display: none;
}
a.scroll-down {
    margin: 0 auto;
    display: block;
    text-align: center;
    height: 30px;
    margin-top: -50px;
}
a.scroll-down img {
	height:30px;
	margin:0;
}
	div#about_us {
    background: rgba(20,30,35,1);
    color: #fff;
    padding: 100px 0px;
    background-image: url("images/The-Brickworks.jpg");
    background-position: center top;
		background-attachment: fixed;
    background-repeat: no-repeat;
		background-size: cover;
}
	.col-md-6.breakout {
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    color: rgba(255,255,255,.75);
    padding: 15% 10%;
    text-align: center;
}
.float_right{
	float: right;
	margin: 0 0 10px 10px;
	max-width: 40%;
}
.h2, h2 {
    font-size: 23px;
}
#about_us .ckMainTitle{
	margin-top: 20px;
}
	div#services {
    padding: 100px 0;
    background: #f0f0f0;
}
	div#services h3 {
    background: rgba(210,210,215,1);
    margin-top: -100px;
    margin-bottom: 100px;
    padding: 70px 40px 40px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 36px;
}
	.homeservices ul {
		padding: 0;
	}
	.homeservices ul li {
    padding: 25px;
    list-style: none;
    max-width: 1600px;
    width: 100%;
    margin: 25px auto;
    position: relative;
    pointer-events: none;
}
	.backgroundImage {
    display: inline-block;
    height: 100%;
    width: 100%;
}
	.homeservices ul li .textblock {
    width: 50%;
    padding: 150px 75px;
    background: rgba(25,30,40,.75);
    color: #fff;
    height: 100%;
    float: right;
}
		.homeservices ul li:nth-child(even) .textblock {
			float: left;
	}
			
h1 {
    font-size: 24px;
    margin-bottom: 40px;
    text-transform: uppercase;
    color: rgba(200,200,210,1);
}
	.homeservices .textblock ol li {
    padding: 0;
    min-height: auto;
    max-width: none;
    margin: 0 0 10px;
    display: list-item;
    list-style: disc;
}

/*--Nav--*/
.navbar {
    background-color: rgba(0,0,0,.5);
    height: auto;
    margin-bottom: 0px;
    transition: all ease .5s;
    border-bottom: 1px solid #fff;
    color: #fff;
}
.navbar-brand {
    float: left;
    height: auto;
    padding: 15px;
    width: 300px;
}
.navbar-brand img {
    margin-bottom: 0;
    transition: all 0.5s ease;
    width: 100%;
    height: auto;
}
.navbar-toggle {
	border: 1px solid #fff;
}
.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 0px;
	background-color: #fff;
}
.navbar-collapse {
	text-align: center;
}
/*--navshrink--*/
nav.shrink .navbar-brand img {
	max-height: 50px;
}
nav.shrink {
	background-color: #fff;
	color: #333;
}
nav.shrink .navbar-nav {
	margin-top: 0%;
}
nav.shrink .navbar-nav>li>a {
	font-size: 15px;
}
/*--Footer--*/
footer {
    width: 100%;
    background: #f0f0f0;
    padding: 100px 0px;
    margin: 0;
    font-size: 12px;
}
footer li {
	list-style: none;
	margin-bottom: 5px;
}
footer a {
    color: #333;
}
footer ul {
	padding: 0;
}
.sitebyjet {
	background-color: #000;
	padding: 20px;
	color: #fff;
	font-size: 10px;
}
.sitebyjet a {
	color: #ddd;
}
.sitebyjet a:hover, .sitebyjet a:focus {
	color: #fff;
}

@media (max-width:992px) {
.carousel-caption h1 {
	font-size: 60px;
	color: #fff;
	text-transform: uppercase;
}
	.servicecta li {
    clear: both;
    display: block;
    width: 100%;
    height: 250px;
    position: relative;
    margin-bottom: 10px;
}
	h1 {
    font-size: 40px;
    margin-bottom: 40px;
    text-transform: uppercase;
    color: rgba(200,200,210,1);
}
.container {
   margin-left: 0 !important;
}
}

@media (max-width: 768px) {
.navbar {
	background-color: rgba(0,0,0,.8);
}
.navbar-toggle {
	border: 2px solid #fff;
	margin-top: 14px;
}
.navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-brand img {
    max-height: 80px;
    padding: 5px;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
	background: rgba(255,255,255,.8);
}
.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px;
	color: #333;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
	.top_image {
    padding: 120px 15px 10px;
}
	.wideopenspaces {
    padding: 5% 0px;
}
.ckMainArticle > div {
	padding: 0 15px;
}
	.ckMainArticle h1.ckMainTitle {
    font-size: 36px;
    margin-bottom: 10px;
}
	.ckMainArticle p.top {
    margin-bottom: 30px;
    float: none;
    width: 100%;
    margin-left: 0%;
}
.carousel-caption h1 {
    font-size: 46px;
}
	
footer {
	padding: 25px 0px;
}
	.homeservices ul li .textblock {
    width: 100%;
    padding: 150px 75px;
    background: rgba(25,30,40,.75);
    color: #fff;
    height: 100%;
    float: none;
}
	h1 {
    font-size: 36px;
    margin-bottom: 40px;
    text-transform: uppercase;
    color: rgba(200,200,210,1);
}
}

@media (min-width: 768px) {
	
.navbar-nav {
    float: right;
    margin: 0;
    margin-top: 3%;
}
.navbar-nav>li>a {
    color: #fff;
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    transition: all ease .5s;
    border-bottom: 1px solid transparent;
}
	.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background: transparent;
    border-bottom: 1px solid #fff;
    color: #848ca3;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
	font-size: 15px;
}
}

@media (max-width:500px) {
}
