/*
	Theme Name: RocketPress
	Theme URI: http://rockethouse.com.au
	Description: RocketPress Theme WordPress Theme
	Version: 1.0
	Author: Rockethouse
	Author URI: http://rockethouse.com.au

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

textarea, input,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="search"] {
     -webkit-appearance: none;
     border-radius: 0;
}

fieldset {
	border: none;
}

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 18px/1.3 'brandon-grotesque', Helvetica, Arial, sans-serif;
	letter-spacing: 0.02em;
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

ul {
	margin: 0;
	padding: 0;
}

ul li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/


.wrapper {
	width:100%;
	margin:0 auto;
	position:relative;
}

.header {
	top:0;
	left: 0;
	right: 0;
	width: 100%;
}

.logo {
	position: absolute;
	top: 17px;
	left: 30px;
	width: 200px;
	z-index: 99;
	transition: all 0.2s ease-in-out;

}
.logo-img {

}

.nav {
	color: #533d6f;
	position: absolute;
	top: 30px;
	right: 20px;
	z-index: 50;
	transition: all 0.2s ease-in-out;

}

.nav li {
	float: left;
	margin: 0 20px;
}

.nav li a {
	color: #533d6f;
	text-transform: uppercase;
	font-weight: 700;
}

.nav li a:hover {
	color: #000;
	transition: all 0.2s ease-in-out;
}

.nav-open {
	height: 50px;
	color: #533d6f;
	font-size: 25px;
	height:30px;
	width:30px;
	position: absolute;
	right: 0;
	top: 0;
	margin: 20px;
	cursor: pointer;
	display: none;
	transition: all 0.2s ease-in-out;
}


.mobile-nav {
	width:100%;
	position: fixed;
	top:0;
	right:0;
	background:rgba(83,61,111,0.9);
	color:#fff;
	z-index: 998;
	padding:79px 20px 10px 20px;
	margin-top: -100%;
	transition: all 0.2s ease-in-out;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
}

.mobile-nav.open {
	transition: all 0.2s ease-in-out;
	margin-top:0;
}

.mobile-nav li {
	margin:0 0 10px 0;
	text-align: center;
}

.mobile-nav li a {color:#fff;
text-transform: uppercase;
font-size:20px;}


.top {
	height: 80px;
	top:0;
	position: fixed;
	z-index: 999;
	right: 0;
	width: 100%;
	transition: all 0.2s ease-in-out;
	background: rgba(255,255,255, 0.9);
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
}

.top.background .nav {
	font-size: 14px;
	top: 21px;
}

.top.background {
	height: 60px;
}



.top.background .logo {
	width:130px;
	top:16px;
	left:16px;
}

.top.nav-up {
	/*top:-80px;*/
}

.top a {
	color: #757575
}

.sidebar {

}


.footer {
	background: #000;
	padding:30px 30px 30px 200px;
	color:#fff;
	position: relative;
}

.footer a {
color: #fff;
text-transform: uppercase;
font-weight: 200;
letter-spacing: 2px;
font-size: 13px;
text-decoration: none;
}


.footer .logo {
	position: absolute;
	width: 150px;
	float:left;
	top:35px;
	left:30px;
}

.rocketFooter {
	position: absolute;
	width: 150px;
	float:left;
	top:33px;
	right:30px;
}

.rocketFooter img {
	height: 36px;
	opacity: 0.2;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.rocketFooter img:hover {
	opacity: 1;
}

/*------------------------------------*\
    GENERAL
\*------------------------------------*/

.half {width:50%;}
.third {width:33%;}

.left {float:left;}
.right {float:right;}


/*------------------------------------*\
    HOME PAGE
\*------------------------------------*/

section.home {
	background: url('img/bg.jpg');
	background-size: cover;
	position:relative;
}

section.home article {
	max-width: 600px;
	margin: 0 auto;
	color: #fff;
	text-align: center;
	font-size: 22px;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	padding:0 20px;
}


section a.down i, section .fa, .mfp-container .fa {
	position: absolute;
	bottom: 10%;
	left: 50%;
	color: #fff;
	width: 50px;
	height: 50px;
	border: 2px solid #fff;
	border-radius: 50px;
	text-align: center;
	vertical-align: middle;
	display: block;
	line-height: 46px;
	font-size: 24px;
	padding-left: 2px;
	margin-left: -25px;
}

.fa.fa-chevron-left {
	position: absolute;
	left: 15%;
	right:auto;
	margin:0;
	top:50%;
	margin-top:-25px;
}

.fa.fa-chevron-right {
	position: absolute;
	right: 15%;
	left:auto;
	margin:0;
	top:50%;
	margin-top:-25px;
}

.fa-chevron-right:before {
	top: 1px;
	position: relative;
	left: 1px;
}

.fa-chevron-left:before {
	top: 1px;
	position: relative;
	left: -3px;
}

.fa.fa-chevron-left:hover, .fa.fa-chevron-right:hover, section a.down i:hover {
	cursor: pointer;
	-webkit-animation: fadeout .30s ease forwards; /* Safari 4+ */
	-moz-animation:    fadeout .30s ease forwards; /* Fx 5+ */
	-o-animation:      fadeout .30s ease forwards; /* Opera 12+ */
	animation:         fadeout .30s ease forwards; /* IE 10+, Fx 29+ */
}


/*------------------------------------*\
    ABOUT PAGE
\*------------------------------------*/

section.about {
	background: #fff;
	padding:100px 0;
	width:100%;
}


section.about article {
	max-width: 1020px;
	margin: 0 auto;
	color: #222324;
	text-align: center;
}

section.about .half.right, section.about .half.left {
	padding:0 30px;
}

section.about .services-list {
	background:#ebebeb;
	padding:25px 20px;
	font-weight:800;
	font-size:18px;
	text-transform: uppercase;
	line-height:32px;
}

section.about .services-list p {
	margin:0;
	line-height: 1.8em;
}

section.about .content {
	padding:0 20px;
}

.callUs {
	background: #533D6F;
	padding: 20px;
	color: #fff;
	margin: 20px 0;
}

.callUs h3 {
	margin: 0;
	font-size: 40px;
}


/*------------------------------------*\
    SERVICES PAGE
\*------------------------------------*/


section.services {
	background: #533d6f;
	padding:100px 0;
	width:100%;
}

section.services article {
	max-width: 1020px;
	margin: 0 auto;
	color: #222324;
	text-align: center;
	position: relative;
	min-height:400px;
}


section.services .page-heading h4 {
	color:#fff;
}

ul.services-section {
	margin:0;
	padding:0;
	overflow:hidden;
}

ul.services-section li {
	width:20%;
	display:inline-block;
	height:104px;
	margin-bottom:40px;

}

ul.services-section li .wrap {
	position: relative;
	height:104px;
	width:100%;
	transition: all 0.2s ease;
	z-index: 2;
}

ul.services-section.on li .wrap, .page-heading.on {
	opacity: 0;
	z-index:-1;
}

ul.services-section li .icon {
	background: #fff;
	height:104px;
	width:104px;
	border-radius: 104px;
	margin:0 auto;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

ul.services-section li .name:hover, ul.services-section li .icon:hover {
	cursor: pointer;
}

ul.services-section li .content {
	position:absolute;
	top:60px;
	left:0;
	width:100%;
	background:#533d6f;
	color:#fff;
	z-index:-1;
	opacity: 0;
	transition: all 0.2s ease;
	padding: 0 15%;
}

ul.services-section .content.fade {
	opacity: 1;
	z-index:1;
}


.service-close {
	z-index:99;
	position: absolute;
	display:none;
	color:#fff;
	left:50%;
	margin-left: -85px;
	top:0;
	text-transform: uppercase;
	line-height: 35px;
}

.service-close:hover {
	cursor: pointer;
}

.fa.fa-chevron-left.small {
	position: static;
	display: inline-block;
	font-size: 20px;
	height: 40px;
	width: 40px;
	line-height: 35px;
	margin: 0 7px 0 0;
}

.service-close i.fa.fa-chevron-left.small {
	display: block;
	margin: 0 auto;
}


ul.services-section li .name {
	color:#fff;
	font-size:20px;
	font-weight: bold;
	text-transform: uppercase;
	position: absolute;
	width:100%;
	line-height: 1.2em;
	padding:0 10%;
	top:0;
	left:0;
	right:0;
	opacity: 0;
}


ul.services-section li ul {
	margin:40px 0 0 0;
}

ul.services-section li ul li {
	width:160px;
	height:160px;
}

.owl-buttons .owl-prev {
	left:-10%;
	margin-top: -38px;
}

.owl-buttons .owl-next {
	right:-10%;
	margin-top: -38px;
}

.owl-buttons .disabled {display: none;}

.services-section .item a {padding:6px; background:rgba(0,0,0,0.15); border:1px solid rgba(255, 255, 255, 0.5); display:block;}
.services-section .item a:hover {border:1px solid rgba(255, 255, 255, 1); transition: all 0.2s ease;}


.lb-button.fa {z-index: 99999;}
.lb-button.fa.fa-chevron-right {right: 10%;}
.lb-button.fa.fa-chevron-left {left: 10%;}

/*------------------------------------*\
    TESTIMONIALS PAGE
\*------------------------------------*/


section.testimonials {
	background: #000;
	padding:100px 0;
	width:100%;
	background: url('img/bg-testimonials.jpg');
	background-size: cover;
	position:relative;
	height:450px;
}

section.testimonials article {
	max-width: 1020px;
	margin: 0 auto;
	color: #222324;
	text-align: center;
}

section.testimonials .page-heading h4 {
	color:#fff;
}

section.testimonials p {
	color:#fff;
	font-size: 18px;
	line-height:1.5em;
	padding:0 20%;
}

section.testimonials .client {
	color:#fff;
	font-style: italic;
	font-weight: bold;
	font-size: 18px;
	display:block;
	margin:10px 0 0 0;
}



/*------------------------------------*\
    CONTACT PAGE
\*------------------------------------*/

.gform_heading {
	text-align: center;
	margin: -20px 0 40px;
}

section.contact {
	background: #fff;
	padding:100px 0;
	width:100%;
}

section.contact article {
	max-width: 1020px;
	margin: 0 auto;
	color: #222324;
	text-align: center;
}

section.contact form {
	max-width:550px;
	margin:0 auto;
	text-align: left;
	padding:0 20px;
}

section.contact form input, section.contact form textarea {
	width: 100%;
	background: #f2f2f2;
	font-size: 24px;
	font-style: italic;
	border:0;
	margin:0px 0px 30px 0;
	padding: 10px 15px;

}

section.contact form textarea {
	height:282px;
}

section.contact form input.button {
	background:#533d6f;
	width:200px;
	font-weight: bold;
	color:#fff;
}


section.contact form ul li {
	position:relative;
}


section.contact form ul li.gfield_error input, section.contact form ul li.gfield_error textarea {
	border:2px solid #f7495d;
}

section.contact form  .validation_error {
	margin:0 0 40px 0;
	font-size: 14px;

	text-transform: uppercase;
}

section.contact form .gform_confirmation_message {
	font-size: 14px;
	text-transform: uppercase;
}

section.contact form .gfield_description.validation_message {
	position: absolute;
	z-index: 3;
	top:0;
	margin:-22px 0 0 0;
	background:#f7495d;
	color:#fff;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding:3px 10px ;
}


.gform_validation_container {display:none;}



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

h1, h2, h3, h4 {
	text-transform: uppercase;
}

p {
	font-size: 18px;
	line-height:1.3em;
	margin:10px 0 0 0;
}

p.copyright {
	color:#999;
}

.page-heading {
	margin:0 0 68px 0;
	display: block;
}

.page-heading h2, .page-heading  h3, .page-heading h4 {
	color:#533d6f;
	font-size:42px;
	font-style:italic;
	text-transform: uppercase;
	font-weight:normal;
	margin:0;
	line-height: 40px;
}

.page-heading h3 {
	font-weight: bold;
	margin:11px 0 0 0;
}

.page-heading h4 {
	font-size: 30px;
	line-height: 1em;
	font-weight: bold;
	letter-spacing: 0.2em;
}


h4 {
	font-size: 30px;
	line-height: 1em;
	font-weight: bold;
	letter-spacing: 0.2em;
}

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}


/*------------------------------------*\
    ANIMATION
\*------------------------------------*/

.fade:hover .name {
  -webkit-animation: fadein .30s ease forwards; /* Safari 4+ */
  -moz-animation:    fadein .30s ease forwards; /* Fx 5+ */
  -o-animation:      fadein .30s ease forwards; /* Opera 12+ */
  animation:         fadein .30s ease forwards; /* IE 10+, Fx 29+ */
}

.fade:hover .icon {
  -webkit-animation: fadeout .30s ease forwards; /* Safari 4+ */
  -moz-animation:    fadeout .30s ease forwards; /* Fx 5+ */
  -o-animation:      fadeout .30s ease forwards; /* Opera 12+ */
  animation:         fadeout .30s ease forwards; /* IE 10+, Fx 29+ */
}

@-webkit-keyframes fadeout {
  0%   { opacity: 1; }
  100% { opacity: .3; }
}
@-moz-keyframes fadeout {
  0%   { opacity: 1; }
  100% { opacity: .3; }
}
@-o-keyframes fadeout {
  0%   { opacity: 1; }
  100% { opacity: .3; }
}
@keyframes fadeout {
  0%   { opacity: 1; }
  100% { opacity: .3; }
}


@-webkit-keyframes fadein {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes fadein {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes fadein {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes fadein {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}



/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}




/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';

  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }




/****** MEDIA QUERIES ******/


@media all and (max-width: 1200px) {

	.fa.fa-chevron-left {
		left: 10%;
	}

	.fa.fa-chevron-right {
		right: 10%;
	}


}


@media all and (max-width: 899px) {

	.nav-open {
		display:block;
	}

	.nav {display:none;}

	.fa.fa-chevron-left {
		left: 5%;
	}

	.fa.fa-chevron-right {
		right: 5%;
	}

	.top {height:60px;}

	.logo {
		width:130px;
		top: 16px;
		left: 16px;}

}



@media all and (max-width: 699px) {

	.left, .right, .half {
		float:none; width:100%; margin:0;
	}

	section.about .half.right {
		margin:20px 0 0 0;
	}

	section.testimonials {
		height:600px;
	}



	.page-heading h2, .page-heading  h3, .page-heading h4 {
		font-size:30px;
		line-height: 25px;
	}

	.page-heading {
	margin: 0 0 38px 0;
	display: block;
	}


	h4 {
		font-size: 30px;
	}


.fa.fa-chevron-left {
		left: 1%;
	}

	.fa.fa-chevron-right {
		right: 1%;
	}


	.services .fa.fa-chevron-right  { right:-10%;}
	.services .fa.fa-chevron-left {left:-10%;}


	ul.services-section li {
	width:40%;
	}

	section.services {
		padding:60px 0 30px 0;
	}


	.rocketFooter {
		display:none;
	}

	p.copyright {font-size: 11px; text-align: right; font-weight: bold;}

}



.wrapper {
	opacity: 0;
	transition: all 0.3s ease;
}

body.pace-done .wrapper {
	opacity: 1
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;

  -webkit-perspective: 12rem;
  -moz-perspective: 12rem;
  -ms-perspective: 12rem;
  -o-perspective: 12rem;
  perspective: 12rem;

  z-index: 2000;
  position: fixed;
  height: 10rem;
  width: 10rem;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.pace.pace-inactive .pace-progress {
   display: none;
}

.pace .pace-progress {
  position: fixed;
  z-index: 2000;
  display: block;
  position: absolute;
  left: -3rem;
  top: -3rem;
  height: 16rem;
  width: 16rem !important;
  line-height: 16rem;
  font-size: 4rem;
  border-radius: 50%;
  background: rgba(83, 61, 111, 0.8);
  color: #fff;
  font-weight: 100;
  text-align: center;


  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.pace .pace-progress:after {
  content: attr(data-progress-text);
  display: block;
}