body{
    font-family: 'Montserrat', sans-serif;
    color: #4a5968;    
}

body, html {
    overflow: auto;
}

.flare{
    width: 33px;
    height: 4px;
    display: block;
    margin: 10px auto;
    background: #fff;
}

#wrapper{
    overflow: hidden;
}

.clearfix{
    clear: both;
}

.container{
    width: 1140px;
    margin: 0 auto;
    display: block;
    position: relative;
}

/* ============== Banner ============== */

#banner{
    position: relative;
    height: 100vh;
    width: 100%;
    min-height: 300px;
    background-size: cover;
    background-position: center 0px;
}

#banner .container{
    height: 100vh;
}

#slogan{
    position: absolute;
    display: inline;
    top: -68%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

#internal-banner{
    position: relative;
    height: auto;
    width: 100%;
    min-height: 600px;
    min-height: 100vh;
    background-size: cover;
    background-position: center center;
}

#outsideMenu .about-banner{
    background-image: url(../img/aboutbackground.jpg) !important;
    height: 100vh;
}

.about #internal-banner{
    height: 100vh !important;
}

#slogan h1, #internal-banner h1{
    color: #fff;
    font-size: 50px;
	line-height: 65px;
    text-align: center;
}

#slogan .caption {
	font-size: 40px;
	color: #fff;
	text-align: center;
}

#internal-banner .long{
    font-size: 45px;
}

#internal-banner .slogan {
    margin: 20px auto;
}

#slogan h2{
    color: #fff;
    font-size: 40px;
    text-align: center;
}

#internal-banner .container{
    height: 100%;
}

#internal-banner #slogan{
   position: absolute;
    display: inline;
    top: 40%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

#internal-banner #slogan h1{
	font-size: 60px;
	line-height: 66px;
	letter-spacing: -0.010em;
    margin: 0 0 20px;
}

#inner-content p{
    line-height: 25px;
    width: 90%;
    margin: 0 auto;
	text-align:center;
}

#money_start, #clients_slider {
    position: relative;
}

#clients_slider_outer {
    background: transparent;
    margin-top: -45px;
}

#banner-logos #clients_slider_outer{
    margin-top: 0;
}

.banner-number{
	position: absolute;
	top: 78px;
	color: #fff;
	right: 0;
	left: 0;
	margin: 0 auto;
	text-align: right;
}

.phone-number{
	color: #fff;
	text-decoration: none;
	appearance: none;
	-webkit-appearance: none;
}

/* ============== Menu ============== */

#menu-bar{
    padding: 45px 0 0;
}

.menu{
    float: right;
    margin: 0;
}

.menu ul li{
    display: inline-block;
    padding: 0 0 0 15px;
    position: relative;
}

.menu a{
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    letter-spacing: 1px;
}

.bottom-bar{
    position: absolute;
    left: 50%;
    width: 18px;
    height: 3px;
    background: #4a5968;
    margin-top: 5px;
    visibility:hidden;
    opacity:0;
    -webkit-transition:visibility 0s ease 0.7s,opacity 0.7s ease;
    -moz-transition:visibility 0s ease 0.7s,opacity 0.7s ease;
    transition:visibility 0s ease 0.7s,opacity 0.7s ease;
}

.active .bottom-bar{
    visibility:visible;
    opacity:1;    
    -webkit-transition-delay:0s;
    -moz-transition-delay:0s;
    transition-delay:0s;
}

.menu ul li:hover .bottom-bar{
    visibility:visible;
    opacity:1;
    -webkit-transition-delay:0s;
    -moz-transition-delay:0s;
    transition-delay:0s;
}

#mobile-menu{
    display: none;
}

.show-mobile{
    display: none;
}

.show-desktop{
    display: block;
}

#desktop-menu .logo{
    margin: -10px 0 0 15px;
}

#desktop-menu .logo{
    margin: 0 15px 0;
}

.toggle{
    width: 35px;
    height: 45px;
    float: left;
    margin-left: 40px;
    display: none;
    cursor: pointer;
}

.toggle-bar{
    width: 100%;
    height: 4px;
    margin-bottom: 6px;
    background: #4a5968;
}

.logo{
    background: url(../img/high-res/logo.png) no-repeat;
    background-size: 100%;
    display: block;
    float: left;
    width: 138px;
    height: 29px;
    margin-top: -10px;
}

.internal-page .logo{
    background: url(../img/logodark.png) no-repeat;
	background-size: 136px;
}

.internal-page #menu-bar, #mobile-menu #menu-bar{
    background: #fff;
    padding: 20px 0 35px;
}

.internal-page #menu-bar{
    padding: 0 20px 0 0;
    height: 55px
}

.internal-page #menu-bar #menu{
    line-height: 55px;
}

.internal-page #menu-bar .bottom-bar{
    margin-top: -15px;
}

.internal-page #menu-bar .logo{
    background: url(../img/logodark.png) 100% 50% no-repeat;
	background-size: 136px;
    height: 55px;
    margin-top: 0;
}

.internal-page .menu a{
    color: #4a5968;
    font-size: 12px;
    line-height: 55px;
    display: block;
    height: 100%;
}

/* ============== sections ============== */

.section{
    position: relative;
    z-index: 10;
}

/* ============== Tabbed section ============== */

#tabbed-section{
    position: relative;
    z-index: 10;
    background: #fff;    
}

.red{
    background: #c5191f !important;
}

.green{
    background: #019315 !important;
}

.blue{
    background: #009fc7 !important;
}

.grey{
    background: #f3f3f3 !important;
}

.bluegrey{
    background: #4a5968;
}

.white{
    background: #fff;
}

.inner-tab{
    border-left: 1px solid #041121;
    height: 100%;
    pointer-events: none;
    padding: 25px 0;
}

#tabs{
    height:80px;
    overflow:hidden;
    margin-top: -80px;
    position: absolute;
    width: 100%;
}

#tabs > ul{
    font: 1em;
    list-style:none;
}

#tabs > ul > li{
    width: 33.333333%;
    text-align: center;
    height: 80px;
    display:block;
    float:left;
    color:#FFF;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;    
    background: rgba(255, 255, 255, 0.15);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#26ffffff, endColorstr=#26ffffff);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#26ffffff, endColorstr=#26ffffff)";
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

#tabs > ul > li:hover{
    background: #FFF;  
    cursor:pointer;
    color: #4a5968;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

#tabs > ul > li.tabActiveHeader{
    background: #FFF; 
    background: -moz-linear-gradient(top, #FFF 0%, #F3F3F3 10%, #F3F3F3 50%, #FFF 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF), color-stop(10%,#F3F3F3), color-stop(50%,#F3F3F3), color-stop(100%,#FFF)); 
    cursor:pointer;
    color: #4a5968;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

#tabscontent {
    padding:20px 10px 30px;
    background: #FFF;
    margin:0;
    color:#4a5968;
    position: relative;
    height: 400px;
}

.tabpage .learn-more a{
    display: block;
    margin: 0 auto 30px;
}

#tabContainer{
    position: relative;
}

#tabpage_1 .learn-more{
    margin: 0 0 30px;
    text-align: center;
}

.tab-heading{
    border-bottom: 1px solid #d0dde6;
    padding: 0 0 30px;
}

.tab-heading h2{
    font-size: 30px;
    line-height: 38px;
    text-align: center;
}

.tabpage{
    opacity: 0;    
    position: absolute;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -ms-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out;
}

.currenttab{
    opacity: 1;     
    -webkit-transition: opacity .6s ease-in;
    -moz-transition: opacity .6s ease-in;
    -ms-transition: opacity .6s ease-in;
    -o-transition: opacity .6s ease-in;
    transition: opacity .6s ease-in;
}


/* ============== Client section ============== */

#clients{
    position: relative;
    z-index: 10;
    height: 255px;
    width: 100%;
    background: #1f313f;
    text-align:center
}

#clients .section-heading{
    display: inline;
}

#clients .section-heading h3{
    color: #fff;
    font-size: 18px;
    display: inline-block;
}

#clients .section-heading .heading-flare{
    height: 1px;
    width: 63px;
    background-color: #667c8e;
    display: inline-block;
    margin: 0 13px 5px;
}

/* ============== About Section ============== */

#about-section{
    position: relative;
    z-index: 10;
    color: #4a5968;
    text-align: center;
    background: #fff;
}

#about-section .section-heading{
    margin-bottom: 40px;
}

#about-section .section-heading .heading-flare{
    width: 33px;
    height: 4px;
    background: #4a5968;
    margin: 0 auto 25px;
}

#about-section .section-heading h2{
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
}

#about-section p{
    font-size: 35px;
    line-height: 48px;
}

#about-section .learn-more{
    margin-top: 40px;
}

/* ============== Offices section ============== */
 
#offices-section{
    position: relative;
    z-index: 10;
    background: #fff;
}

#offices-section .off-col-4, #image-section .one-third{
    width: 33.3333333%;
    float: left;
    position: relative;
}

#offices-section .off-col-4 .office, #image-section .one-third-img{
    height: 330px;
    overflow: hidden;
    position: relative;
}

.office-padding, #image-section .one-third .inner-padding{
    padding: 0 2px;
}

.office img, #image-section .one-third-img img{
    position:absolute;
    min-width: 100%;
    min-height: 100%;
}

.office-content{
    position: absolute;
    display: block;
    color: #fff;
    z-index: 2;
    text-align: center;
    left: 0;
    right: 0;
    top: 35%;
    font-size: 18px;
    font-weight: 700;
}

.office-content .flare{
    margin-bottom: 25px;
}

.office-content span{
    font-size: 14px;
    color: #b9bfc4;
    line-height: 35px;
	
}

.office-location{
    width: 205px;
    height: 205px;
    border-radius: 105px;
    position: absolute;
    z-index: 3;
    background: rgba(255, 255, 255, .9);
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 20%;
    text-align: center;
    line-height: 22px;
    font-size: 14px;
    font-weight: 400;    
    opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#00FFFFFF', EndColorStr='#00FFFFFF')";
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#00FFFFFF', EndColorStr='#00FFFFFF');	
}

.showLocation .office-location, #sydney:hover .office-location, #bowral:hover .office-location{    
	display: block;
    opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#E5FFFFFF', EndColorStr='#E5FFFFFF')";
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#E5FFFFFF', EndColorStr='#E5FFFFFF');
    transition: opacity 0.5s ease-out;
    -ms-transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out;
    -webkit-transition: opacity 0.5s ease-out;
}

.showLocation .office-content, #sydney:hover .office-content, #bowral:hover .office-content{	
    opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#00FFFFFF', EndColorStr='#00FFFFFF')";
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#00FFFFFF', EndColorStr='#00FFFFFF');
    transition: opacity 0.6s ease-in;
    -ms-transition: opacity 0.6s ease-in;
    -moz-transition: opacity 0.6s ease-in;
    -webkit-transition: opacity 0.6s ease-in;
}

.office-location img{
    margin: 20px auto;
    display: block;
}

.office-more{
    margin: 20px 0 0;      
}

.office-more img{
    cursor: pointer;
}

/* ============== logo slider ============== */

.slider{
    width: 100%;
    background: #fff;
    padding: 80px 0;
    overflow: hidden;
    position: relative;
    z-index: 10;
    text-align: left;
}

.edge{
    left:0;
    right:0;
    top:0;
    bottom:0;
    position:absolute;
    height:100%;
    display:block;
}
.edge:before{
    content:'';
    position:absolute;
    left:0;
    //background:-webkit-linear-gradient(left, white 10%, rgba(0,0,0,0) 100%);
    width:25%;
    height:100%;
}
.edge:after{
    content:'';
    position:absolute;
    right:0;
    //background:-webkit-linear-gradient(right, white 10%, rgba(0,0,0,0) 100%);
    width:25%;
    height:100%;
}
.slider ul{
    overflow:hidden;
    width:1000%;
    margin:0;
}
.slider li{
    list-style:none;
    display:inline-block;
    padding:0 25px;
}

/* ============== insights section ============== */

#insights-section{
    min-height: 875px;
    height: 100%;
    position: relative;
    width:  100%;
    //background: url(../img/insights.jpg) no-repeat;
    background-size:  cover;
    color: #fff;
    text-align: center;
}

#insights-section .section-heading{
    margin: 0 0 50px;
}

#insights-section .section-heading .heading-flare{
    width: 33px;
    height: 4px;
    background: #fff;
    margin: 0 auto 25px;
}

#insights-section .section-heading h2{
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 0 0 50px;
}

#insights-section .section-heading h3{
    font-size: 35px;
}

#insights-section .col-4 h2{
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 35px;
}

#insights-section .col-4 p{
    font-size: 14px;
    line-height: 24px;
}

#insights-section a{
    color: #fff;
    text-decoration: none;
}

#insights-section .read-more{
    margin: 25px 0 0;
}

#insights-section .read-more{
    font-size: 14px;
    font-weight: 700;
    width: 50%;
    margin: 20px auto;
    color: #fff;
    text-decoration: none;
    letter-spacing: 1px;
    background: url(../img/readmore.png) no-repeat right;
}

/* ============== Contact Section ============== */

body #contact{
    width: 100%;
    height: auto;
    position: absolute;
    background: rgba(255, 255, 255, 0.7);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#beffffff', EndColorStr='#beffffff')"; /* For IE8 */
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#beffffff', EndColorStr='#beffffff'); /* For IE6,IE7 */
    bottom: 0;
}

#contact-header{
    width: 98%;
}

.triangle{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 17.5px 0 17.5px;
    border-color: #071b2a transparent transparent transparent;
    margin: 0 auto;
}

#contact .speech{
    display:inline-block;
    position: absolute;
    background: #071b2a;
    padding: 25px 40px;
    top: -68px;
    left: 50%;
    margin-left: -207.5px;
}

#contact .speech h2{
    font-size: 18px;
}

input[type="text"], input[type="email"], textarea{
	box-sizing: border-box;
    width: 100%;
    padding: 15px 5%;
    border-radius: 4px;
    border: 1px solid #e4e1e1;
    font-size: 14px;
    color: #3c4a61;
    font-family: 'Montserrat', sans-serif;
    resize: none;
}

input[type="submit"]{
    font-family: 'Montserrat', sans-serif;
    background: #1f313f;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    border-radius: 4px;
    border: none;
    width: 100%;
    padding: 15px 0;
    -webkit-appearance: none;
    cursor: pointer;
}

.contact-form{
    background: #f3f3f3;
    padding: 30px;
    border-radius: 4px;
    min-height: 400px;
}

.contact-form h2{
    font-size: 25px;
    color: #4a5968;
    font-weight: 700;
    margin-bottom: 15px;
}

.contact-form p{
    font-size: 14px;
    color: #4a5968;
    margin-bottom: 25px;
}

strong{
    font-weight: 700;
}

.contact-form input, .contact-form textarea{
    margin-top: 10px;
}

.contact-form input[type="submit"]{
    background: #c5191f;
}

.contact-form div.error {
    color: #c5191f;
    margin: 2px 0 0 10px;
    font-size: 12px;
}

.contact-form input.error {
    border:1px solid #c5191f;
}

#contact-header{
    margin: 50px 0 0;
}

body #contact-header h1{
    margin: 0 0 40px;
}

#contact-header p{
    font-size: 14px;
    line-height: 25px;
    margin: 0 0 40px;
}

#contact-header a{
    color: #fff;
    text-decoration: none;
}

#contact-header h2{
    font-size: 30px;    
}

#contact-header .contact-form{
    margin: 0 0 30px;
}

#response {
	min-height: 380px;
}

.response-text {
	box-sizing: border-box;
	min-height: 380px;
	margin-top: 20px;
	padding-top: 80px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
	background: url('../img/tick-green.png') 50% 0px, url('../img/contact-bg.png') 50% 95%;
	background-repeat: no-repeat;
	background-size: 52px, 244px;
}

.response-text p {
	margin-top: 10px;
	margin-bottom: 10px;
}

.response-text p:first-of-type,
.response-text a{
    font-size: 18px;
    line-height: 24px;
	font-weight: bold;
}

#contact-header .response-text a,
.response-text a{
    text-decoration: none;
	color: #4a5968;
}

#contact-header .call a{
    color: #4a5968;
}

.call{
    color: #4a5968;
    font-size: 18px;
    padding: 5px 0 0;
}

.call a{
    text-decoration: none;
    color: #4a5968;
    font-weight: 700;
}

/* ============== Testimonial section ============== */

#testimonial-section{
    background: #fff;
    padding: 80px 0 0;
}

.quote-img{
    margin: 0 auto 30px;
    display: block;
    width: 48px;
}

#testimonial-section p{
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    padding: 0 80px;
}

.testimonial-cite{
    padding: 40px 0 0;
    width: 50%;
    position: relative;
    margin: 0 auto;
}

.testimonial-cite .name-block{
    float: left;
    width: 40%;
    padding: 0 -10% 0;
    text-align: right
}

.testimonial-cite .name-block .name{
    padding: 0 0 10px;
}

.testimonial-cite .divider{
    width: 1px;
    height: 100%;   
    background: #b8beca;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.testimonial-logo{
    float: left;
    width: 40%;
    padding: 0 10% 0;
}

.testimonial-logo img{
    display: block;
    float: right;
}

.name-block .name{
    font-weight: 700;
    font-size: 14px;
}

.name-block .org{
    font-size: 14px;
}


#testimonial-image{
    padding: 40px 0 0;
}

#testimonial-image img{
    margin: 30px auto -4px;
    display: block;
    width: 70%;
}

/* ============== technology section / development section / design section ============== */

.section-inner-padding{
    padding: 0 30px;
}

div[class^="single"], div[class^="multi"]{
    padding: 60px 0;
}

.section-singlecontainer{
    padding: 60px 0;
}

div[class^="single"] .container-colour, div[class^="multi"] .container-colour{
    width: 100%;
    position: relative;
}

div[class^="single"] img, div[class^="multi"] img{
    display: block;
    margin: 0 auto;
}

div[class^="single"] h2, div[class^="multi"] h2{
    border-bottom: 1px solid #344b5d;
    display: block;
    font-size: 45px;
    padding: 0 0 15px;
    width: 100%;
    color: #fff;
}

div[class^="single"] p, div[class^="multi"] p{
    font-size: 14px;
    line-height: 25px;
}

div[class^="single"] ul, div[class^="multi"] ul{
    margin: 40px 0 0 30px;
}

div[class^="multi"] h3{
    font-size: 22px;
    line-height: 32px;
    margin: 0 0 40px;
}

div[class^="multi"] .content-img{
    margin: 60px 0 0;
}

.single-light{
    background: #fff;
}

.single-light .container-colour{
    background: #f3f3f4;
}

.container-colour .row{
    min-height: 500px;
}

.single-light h2, .single-light p, .single-light ul{
    color: #4a5968 !important;
}

.single-dark{
    background: #192935;
}

.single-dark .container-colour{
    background: #1f313f;
}

.single-dark p, .single-dark ul, .single-dark p{
    color: #f4f4f4;
}

.multi-dark{
    background: #192935;
}

.multi-dark .container-colour{
    width: 100%;
    background: #1f313f;
    position: relative;
}

.multi-dark h3{
    color: #fff;
}

.multi-dark p, .multi-dark ul, .multi-dark p{
    color: #f4f4f4;
}

.multi-light{
    background: #fff;
	background-size: cover;
}

.multi-light .container-colour{
    width: 100%;
    background-color: #f3f3f4;
	background-color: rgba(243, 243, 244, 0.95);
    background-size: cover;
    position: relative;
}

.multi-light h3, .multi-light h2, .multi-light p, .multi-light ul{
    color: #4a5968 !important;
}

#development-section {
	background-image: url('../img/banners/development.jpg');
}

#business-automation-section {
	background-image: url('../img/banners/business-automation.jpg');
}

#social-media-section {
	background-image: url('../img/banners/social-media.jpg');
}

#pay-per-click-section {
	background-image: url('../img/banners/pay-per-click.jpg');
}

#servers-infrastructure-section {
	background-image: url('../img/banners/servers-infrastructure.jpg');
}

#domain-names-section {
	background-image: url('../img/banners/domain-names.jpg');
}

/* ============== case studies section ============== */

#casestudies-section{
	position: relative;
    background: #192935;
}

#casestudies-section .flare, #transparency-section .flare, #related-services-section .flare{
    margin: 0 auto 25px;
}

#casestudies-section h2, #casestudies-section h3{
    color: #fff;
    font-weight: 700;
    text-align: center;
}

#casestudies-section h2{
    font-size: 35px;
    margin: 0 0 10px;
}

#casestudies-section h3{
    font-size: 20px;
    margin: 0 0 45px;
}

#casestudies-section .slider-list {
	position: relative;
	height: 0px;
	max-height: none;
	padding-bottom: 70%;
    -webkit-transition: height 1s ease-in-out;
    -moz-transition: height 1s ease-in-out;
    -o-transition: height 1s ease-in-out;
    transition: height 1s ease-in-out;
}

#casestudies-section .slider-list > li {
	display: block;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	opacity: 0;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

#casestudies-section .slider-list > .active {
	display: block;
	opacity: 1;
}

#casestudies-section .case-slider img{
    display: block;
    position: absolute;
    width: 100%;
    margin: 0 auto;
    margin-bottom: -40%;
}

#casestudies-section > nav {
	position: absolute;
	top: 500px;
	height: 38px;
	left: 0px;
	right: 0px;
	margin: auto;
	max-width: 1140px;
}

#casestudies-section > nav a {
	display: block;
	position: absolute;
	width: 23px;
	height: 100%;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	background-size: 100%;
	background-repeat: no-repeat;
	cursor: pointer;
}

#casestudies-section > nav .prev {
	background-image: url('../img/icons/slider-arrow-left.png');
	left: 2%;
}

#casestudies-section > nav .next {
	background-image: url('../img/icons/slider-arrow-right.png');
	right: 2%;
}

#casestudies-section .navigate,
#casestudies-section .pagination {
	display: none;
}

@keyframes FadeInOut {
  0% {
    opacity:1;
  }
  17% {
    opacity:1;
  }
  25% {
    opacity:0;
  }
  92% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}

/*
#images img:nth-of-type(1) {
  animation-delay: 6s;
}
#images img:nth-of-type(2) {
  animation-delay: 4s;
}
#images img:nth-of-type(3) {
  animation-delay: 2s;
}
#images img:nth-of-type(4) {
  animation-delay: 0;
}
*/

#casestudies-section .case-slider .visible{
    opacity: 1;
    -webkit-transition: .8s opacity;
    -moz-transition: .8s opacity;
    transition: .8s opacity;
}

.case-slider{
	margin-top: 50px;
    height: 638px;
}

.casestudies-overlay{
    position: absolute;
    bottom: 0;
    background: rgba(7,27, 42, .9);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1, StartColorStr='#E5071B2A', EndColorStr='#E5071B2A')";
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#E5071B2A', EndColorStr='#E5071B2A');
	zoom: 1!important;
    width: 100%;
}

#casestudies-section .casestudies-overlay .row{
    padding: 0px;
}

#casestudies-section .casestudies-overlay h3{
    text-align: left;
    color: #687a99;
    font-size: 18px;
    margin: 0 0 8px;
}

#casestudies-section .casestudies-overlay p{
    color: #fff;
    font-size: 13px;
    line-height: 21px;
}

/* ============== related-service section ============== */

.related-service{
    background: #f3f3f3;
    float: left;
    width: 33.3333333%;
    text-align: center;
}

body #related-services-section h2{
    margin: 0;
    text-decoration: none;
}

#related-services-section a{
    text-decoration: none;    
}

.related-service p{
    color: #4a5968;   
    min-height: 110px;
}

.related-service .service-header{
    background: #071b2a;
    height: 60px;
    line-height: 60px;
}

.related-service .inner-border{
    border-left: 1px solid #fff;
    padding: 0 0 30px;
}

.related-service .service-header h3{
    color: #8e9fbb;
    font-size: 18px;
}

.related-service p{
    padding: 40px;
    font-size: 14px;
    line-height: 22px;
}

.related-service .findoutmore{
    color: #4a5968;
    font-size: 14px;
    font-weight: 700;
}

.related-service .findoutmore img{
    margin: 0 0 -2px 10px;
}

.down-triangle{
    width: 0; 
    height: 0; 
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #071b2a;
    margin: 0 auto;
}

/* ============== Transpareny section ============== */

#transparency-section, #related-services-section{
    background: #fff;
}

#transparency-section h2, #transparency-section p, #related-services-section h2, #related-services-section p{
    color: #4a5968;
    text-align: center;
}

#transparency-section h2, #related-services-section h2{
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 45px;
}

#transparency-section p{
    padding: 0 80px;
    font-size: 22px;
    line-height: 34px;
}

.transparency-image img{
    margin-bottom: -3px;
    width: 100%;
}

/* ============== internal about section ============== */

#internal-about-section{
    background: #fff;
}

#internal-about-section .col-12 h3{
    font-size: 35px;
    line-height: 48px;
    text-align: center;
    margin: 20px 0 20px;
    font-weight: 400;
    
}

#internal-about-section h2{
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin: 20px 0 0;
}

#internal-about-section h3{
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 20px;
}

#internal-about-section p{
    font-size: 14px;
    line-height: 25px;
}

.roundimage img{
    display: block;
    margin: 0 auto;
}

.roundblock{
    background: #4a5968;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    width: 260px;
    height: 260px;
    border-radius: 150px;
    margin: 0 auto;
    display: block;
}

.roundblock span{
    transform: translateY(-50%);
    line-height: 27px;
    position: relative;
    top: 32%;
}

#internal-about-section .ticklist{
    font-size: 15px;
    list-style-image: url(../img/tick2.png);
    margin: 0 0 0 14px;
}

#internal-about-section .container {
	width: 1160px;
}

#internal-about-section .row {
	width: 100%;
}

#internal-about-section .col-4 {
	margin-left: 0px;
}

#internal-about-section .col-4:nth-of-type(2), #internal-about-section .col-4:nth-of-type(4){
    margin: 70px 0 0 2%;
}

#internal-about-section .col-12,
#internal-about-section .col-4:nth-of-type(2) {
	margin-left: 0px;
}

#internal-about-section .col-4:nth-of-type(2) {
	width: 29%;
	margin-left: 0px;
}

#internal-about-section .col-4:nth-of-type(3) {
	margin-left: 6.0%;
}

#internal-about-section .col-4:nth-of-type(4){
	margin-left: 0.9%;
	width: 32.7%;
}


/* ============== inner-content ============== */

#inner-content{
    bottom: 0;
    background: #fff;
    position: absolute;
    z-index: 10;
}

.show-mobile #inner-content{
    position: relative;
}


#inner-content h2{
    margin: 0 auto 30px;
    text-align: center;
    width: 80%;
    font-size: 30px;
    color: #4a5968;
}

#inner-content .flare{
    margin-bottom: 30px;
}


/* ============== image section ============== */

#image-section{
    background: #fff;
}

#image-section .full-width{
    width: 100%;
    height: 640px;
    overflow: hidden;
    position: relative;
    float: left;
    margin: 0 0 2px;
}

#image-section .full-width img{
    min-width: 100%;
    position: absolute;
    min-height: 640px;
    left: -1px;
    right: 0;
}

#image-section .one-third{
    width: 33.3333333%;
    height: 330px;
    float: left;
    overflow: hidden;
    position: relative;
}

#image-section .one-third img{
    width: 100%;
    position: absolute;
    min-height: 330px;
}

/* ============== Footer ============== */

#footer{
    background: #071b2a;
}

.footer-heading h2{
    color: #fff;
    font-size: 15px;
    text-decoration: underline;
}

#footer ul{
    margin-top: 35px;
}

#footer .list-heading, #footer .list-heading a{
    color: #a6bfe9;
    font-weight: 700;
    font-size:14px;
}

#footer .footer-pages{
    margin: 25px 0 0;
}

#footer .footer-pages a{
    color: #a6bfe9;
    font-size:14px;
}

#footer li{
    margin-bottom: 15px;
    font-size:14px;
    color: #687a99;
}

#footer a{
    color: #687a99;
    text-decoration: none;
}

#footer .footer-logo{
    width: 100px;
}

#footer .social{
    margin-top: 50px;
}

#footer .social a{
    margin-right: 15px;
}

#footer .phone{
    padding: 25px 0 0;
}

#footer .phone a{
    font-size: 18px;
    color: #fff;
    font-weight: 700;
}

#footer-lower{
    background: #092438;
}

#footer-lower li{
    color: #687a99;
}

/* ============== Content page ============== */

#page{
    min-height: 100vh;
    background: #071b2a;
    color: #fff;
}

.page-content{
    padding: 100px 0 50px;
}

.page-content h1{
    font-size: 35px;
    line-height: 55px;
}

#page p, #page strong{
    font-size: 16px;
    margin: 0 0 15px;
    line-height: 22px;
}

#page em{
    font-size: 18px;
    line-height:26px;
    margin: 0 0 20px;
}

#page a{
    color: #a6bfe9;
}

#page ul{
    list-style: square;

}

#page li{
    margin: 10px 0 10px 20px;
}

#page blockquote{
    margin: 60px 0;
    padding: 0 0 0 30px;
    border-left: 5px solid #fff;
}

/* ============== error page ============== */

#error-page{
    height: 100vh;
    background: #071b2a;
    text-align: center;
}

#error-page h1{
    color: #fff;
    font-size: 60px;
    margin: 1px auto 40px;
}

#error-page h2{
    font-size: 30px;
    color: #687a99;
    margin: 0 0 40px;
}

#error-page p{
    font-size: 14px;
    color: #fff;
    margin: 0 0 50px;
    line-height: 22px;
}

.error-content{
    position: relative;    
    padding: 20% 0;
}

#error-page .bottom-bar{
    visibility: visible;
    opacity: 1;
    left: 42%;
}

.error-nav{
    margin: 0 0 50px;
}

.error-nav ul{
    width: 340px;
    margin: 0 auto;
}

.error-nav ul li{
    width: 100px;
    position: relative;
    display: inline;
    padding: 0 20px;
}

.error-nav ul li a{
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    color: #687a99;    
}

.error-btn a{
    display: inline-block;
    position: relative;    
    padding: 22px 0;
    width: 270px;
    text-align: center;
    background: #dbdbdb;
    color: #4a5968;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    border-radius: 4px;
}

/* ============== Content ============== */

.learn-more a{
    display: inline-block;
    position: relative;    
    padding: 22px 0;
    width: 190px;
    text-align: center;
    background: #1f313f;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    border-radius: 4px;
}

.image-contain{
    height: 119px;
    position: relative;
    margin: 0 auto;
}

.image-contain img{
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#inner-content h3{
    display: block;
    margin-top: 18px;
    text-align: center;
}

#level-3-header{
    width: 100%;
    margin: 115px 0 0;
}

#level-3-header .divider{
    width: 100%;
    background: #fff;
    height: 1px;
    margin: 25px 0;
}

#level-3-header .col-7, #contact-header .col-7{
    margin: 0;
}

#level-3-header .col-4, #contact-header .col-4{
    margin: 0 0 0 4%;
}

#level-3-header .col-7, #level-3-header .col-7 a, #contact-header .col-7{
    color: #fff;
}

#level-3-header .col-7 h1, #contact-header h1{
    margin: 0 0 20px;
    text-align: left;
}

#level-3-header .col-7 h2{
    margin: 0 0 30px;
}

#level-3-header .col-7 p, #contact-header .col-7 p{
    line-height: 25px;
    font-size: 15px;
    font-weight: 400;
}

.ticklist{
    list-style: square;
    list-style-image: url(../img/tick.png);
    margin: 0 0 0 30px;
}

.blue-block .ticklist{
    list-style-image: url(../img/blue-tick.png);
}

.green-block .ticklist{
    list-style-image: url(../img/green-tick.png);
}

.ticklist li{
    margin: 0 0 25px 0;
    padding: 0 0 0 5px;
}

#banner-logos{
    position: relative;
    bottom: 0;
    width: 100%;
    margin: 5% 0 0;
}

#banner-logos li,
#clients_slider li{
    display: inline-block;
	vertical-align: middle;
	min-width: 130px;
	padding: 0 35px;
	text-align: center;
}

#banner-logos li img,
#clients_slider li img{
	width: auto;
	max-width: none;
	max-height: 66px;
}

#banner-logos .container{
    background: #f3f3f3;
}

#banner-logos .slider{
    padding: 54px 0;
}

.ribbon-btn{
    background: #c5191f;
    height: 85px;    
    line-height: 85px;
    position: absolute;
    display: block;
    bottom: 40px;
    right: -16px;
    padding: 0 150px;
    color: #fff;
    text-decoration: none;
}

.small-ribbon-btn{
    background: #c5191f;
    height: 50px;
    margin: 0 0 20px;
    line-height: 50px;
    position: relative;
    display: block;
    bottom: 150px;
    right: -16px;
    color: #fff;
    width: 265px;
    text-align: center;
    text-decoration: none;
}

.blue-block .ribbon-btn, .blue-block .small-ribbon-btn{
    background: #009fc7;
}

.green-block .ribbon-btn, .green-block .small-ribbon-btn{
    background: #019315;
}

.ribbon-btn .inline-img{
    display: inline !important;
    position: absolute;
    right: 110px;
    top: 42%;
}

.small-ribbon-btn .inline-img{
    display: inline !important;
    position: absolute;
    right: 15px;
    top: 33%;
}

.ribbons{
    position: absolute;
    right: 0;
    top: 270px;
}

.ribbon-btn .ribbon-corner, .small-ribbon-btn .ribbon-corner{
    position: absolute;
    right: 0;
}

.clickaservice{
    margin: 0 0 20px;    
    position: relative;
    display: block;
    bottom: 145px;
    right: -16px;
    color: #fff;
    width: 265px;
    text-align: center;
}

.clickservice-conent{
    background: #081b2a;
    color: #f4f4f4;
    font-size: 18px;
    padding: 17px 0;
}

.clicklight .clickservice-conent{
    background: #4a5968;
}

.clicklight .triangle{
    border-top: 20px solid #4a5968;
}

#inisghtsgroup .parallax__layer--back{
    height: 1000px;
}

#content-section{
    background: #fff;
    border-bottom: 1px solid #c2d0df;
}

#inisghtsgroup .slogan h1{
    font-size: 60px;
    color: #fff;
    line-height: 310px;
    text-align: center;;
}

.post-title h2{
    font-size: 45px;
    padding: 0 0 15px;
    margin: 0 0 20px;
    border-bottom: 1px solid #c2d0df;
}

.featured-image img{
    width: 100%;
    margin: 0 0 35px;
}

.date{
    margin: 0 0 20px;
}

.post-content p, .post-content ul li{
    margin: 0 0 35px;
    font-size: 14px;
    line-height: 25px;
}

.post-content ul{
    list-style: square;
}

.post-content h3{
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
}

.post-content ul li{
    margin: 0 0 35px 35px;
}

.post-content .lead-text{
    margin: 0 0 35px;
    font-size: 22px;
    line-height: 31px;
}

.sidebar-contact{
    margin: 0 0 15px;
}

.sidebar-contact h2{
    font-size: 22px;
    text-align: center;
    margin: 0 0 20px;
}

.sidebar-contact input{
    margin: 0 0 25px;
}

.sidebar-contact input[type='text'], .sidebar-contact input[type='email']{
    padding: 15px 5%;
    width: 89%;
}

.sidebar .sidebar-heading{
    background: #f3f3f3;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin: 0 0 40px;
}

.sidebar .triangle{
    width: 0; 
    height: 0; 
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #f3f3f3;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
}

.sidebar-item{
    display: block;
    border-bottom: 1px solid #c2d0df;
    padding: 20px 0;
}

.sidebar a{
    color: #4a5968;
}

.sidebar-item a:hover{
    color: #08c;
}

.sidebar .thumb{
    width: 38%;
    margin-right: 2%;
    float: left;
    overflow: hidden;
}

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

.item-title{
    width: 60%;
    float: left;
}

.view-more{
    margin: 20px 0 0;
}

.view-more a{
    display: block;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    font-weight: 700;
}

.view-more a img{
    margin-left: 6px;
}

.internal-banner-block{
    background: #f4f4f4;
    position: relative;    
    height: 150px; 
}

.internal-banner-block img{
    margin: 0 auto;
    padding: 25px 0;
    display: block;
}

.internal-banner-block .triangle{
    border-top: 0;
    border-bottom: 20px solid #c92b31;
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
}

.internal-banner-block .blue-triangle{
    border-bottom: 20px solid #009fc7;
}

.internal-banner-block .green-triangle{
    border-bottom: 20px solid #019315;
}


.internal-banner-block .block-label{
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    bottom: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px 0;
}

.maps{
    position: relative;
    height: 540px;
    width: 100%;
}

.map{
    position: absolute;
    display: block;
    width: 100%;
}

#map-sydney{
    z-index: 2;
}

#map-bowral{
    z-index: 1;
}

.active-map{
    z-index: 5 !important;
}

.map-overlay {
   background:transparent; 
   position:relative; 
   width:100%;;
   height:540px; /* your iframe height */
   top:540px;  /* your iframe height */
   margin-top: -540px;  /* your iframe height */
}

/*====== energry page ========= */

.energy-banner{
	background-image: url(../img/banners/energy.jpg) !important;
}

#energy-intro-section{
	text-align: center;
}

#energy-intro-section .section-heading h2{
	font-size: 35px;
	width: 85%;
	line-height: 44px;
	margin: 0 auto 35px;
}

#energy-intro-section p{
	font-size: 20px;
	line-height: 30px;
}

#energy-content-section{
	background: #192935;
	color: #fff;
}

#energy-intro-section img{
	margin-bottom: 20px;
}

#energy-content-section .section-heading{
	text-align: center;
}

#energy-content-section .section-heading h2{
	font-size: 35px;
	width: 90%;
	line-height: 44px;
	margin: 0 auto 35px;
}

#energy-content-section .divider{
	width: 100%;
	height: 1px;
	background: #687a99;
	margin-bottom: 45px;
	clear: both;
}

#energy-content-section h3{
	color: #687a99;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 25px;
}

#energy-content-section p{
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 25px;
}

#energy-content-section li{
	font-size: 13px;
	margin-bottom: 25px;
}

#energy-content-section li:before{
	height: 10px;
}

#energy-content-section .ticklist{
	list-style-image: url(../img/white-tick.png);
}

#automationspecialists{
	margin-top: -260px;
}

/* ============== Columns ============== */
.row{
    width: 98%;
    padding: 30px 0;
    left: 2%;
    overflow-x: hidden;
}

div[class^="col"], div[class^="foot-col"]{
    float: left;
    display: block;
    margin-left: 2%;
    padding: 15px 0;
    position: relative;
}

.col-12{
    width: 98%;
}

.col-11{
    width: 89.666666%;
}

.col-10{
    width: 81.3333333%;
}

.col-9{
    width: 73%;
}

.col-8{
    width: 64.66666%;
}

.col-7{
    width: 56.333333%;
}

.col-6{
    width: 48%;
}

.col-5{
    width: 39.666666%;
}

.col-4{
    width: 31.33333%;
}

.col-3{
    width: 23%;
}

.col-2{
    width: 14.666666%;
}

.col-1-5{
    width: 10.5%
}

.col-1{
    width: 6.33333%;
}

.foot-col-10{
    width: 98%
}

.foot-col-5{
    width: 48%;
}

.foot-col-2-5{
    width: 23%;
}

.foot-col-2{
    width: 18%
}

.foot-col-1{
    width: 10%;
}

@-webkit-keyframes cycle {
    0% {transform: translateX(100%)}
    100% {transform: translateX(0%);}
}

@keyframes cycle {
    0% {left: 0;}
    100% {left: 100%;}
}

::-webkit-input-placeholder {
   color: #3c4a61;
}

:-moz-placeholder { /* Firefox 18- */
   color: #3c4a61;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #3c4a61;  
}

:-ms-input-placeholder {  
   color: #3c4a61;  
}

::selection {
  background: #0088cc; /* WebKit/Blink Browsers */
  color: #fff;
}
::-moz-selection {
  background: #0088cc; /* Gecko Browsers */
  color: #fff;
}

/* ============== points graph ============== */

.content{
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right:auto;
    width: 1200px;
    height: 100%;
}

.line, .line1, .line2, .line3 {
    background:#2187e7; 
    width:0px;
    height:1px;
}

.running .line {
    -moz-transform:rotate(15deg);
    -moz-transform-origin: 50% 50%;
    -moz-animation:move 1s linear forwards;

    -webkit-transform:rotate(330deg);
    -webkit-transform-origin: 852px -23px;
    -webkit-animation:move 1s linear forwards;        
}

.running .line1 {
    -moz-transform:rotate(20deg);
    -moz-transform-origin: 14em 30em;
    -moz-animation:move1 1s 1s linear forwards;

    -webkit-transform:rotate(30deg);
    -webkit-transform-origin: 28em 50em;
    -webkit-animation:move1 1s 1s linear forwards;
}

.running .line2 {
    -moz-transform:rotate(-65deg);
    -moz-transform-origin: 20em -22em;
    -moz-animation:move2 1s 2s linear forwards;

    -webkit-transform:rotate(-65deg);
    -webkit-transform-origin: 20em -22em;
    -webkit-animation:move2 1s 2s linear forwards;
}
.running .line3 {
    -moz-transform:rotate(48deg);
    -moz-transform-origin: 51em 39em;
    -moz-animation:move3 1s 3s linear forwards;

    -webkit-transform:rotate(48deg);
    -webkit-transform-origin: 51em 39em;
    -webkit-animation:move3 1s 3s linear forwards;
}

.running .ball,.running  .ball1,.running  .ball2,.running  .ball3,.running  .ball4 {
    background-color:#2187e7; 
    background-image: -moz-linear-gradient(90deg, #2187e7 25%, #a0eaff); 
    background-image: -webkit-linear-gradient(90deg, #2187e7 25%, #a0eaff); 

    width:15px;
    height:15px;
    border-radius:50px;

    position:absolute;
    z-index:99;

    -moz-transform:scale(0);
    -moz-animation:point 0.1s linear forwards;

    -webkit-transform:scale(0);
    -webkit-animation:point 0.1s linear forwards;
}

.running .pulse,.running .pulse1,.running  .pulse2,.running  .pulse3,.running  .pulse4 {
    width:50px;
    height:50px;
    border-radius:100px;
    border: 1px solid #00c6ff;
    box-shadow: 0 0 5px #00c6ff;
    position:absolute;

    -moz-transform:scale(0);
    -moz-animation:pulse 1s ease-out;

    -webkit-transform:scale(0);
    -webkit-animation:pulse 3s ease-out;
}

/* TOOLTIP */

.ball a, .ball1 a, .ball2 a, .ball3 a, .ball4 a {
    float:left;
    height:40px;
    width:40px;
    text-decoration:none;
    position:relative;
}

.ball a small, .ball1 a small, .ball2 a small, .ball3 a small, .ball4 a small { 
    background:#000; 
    text-align:center; 
    width:70px; 
    padding:5px; 
    border-left:1px solid #111; border-top:1px solid #111; border-right:1px solid #333; border-bottom:1px solid #333; 
    border-radius:3px; 
    display:none; 
    color:#fff; 
    font-size:0.8em; 
    text-indent:0;
}

.ball a:hover small, .ball1 a:hover small, .ball2 a:hover small, .ball3 a:hover small, .ball4 a:hover small { 
    display:block; 
    position:absolute; 
    top:0px; 
    left:50%; 
    margin:-40px; 
    z-index:9999; 
    -moz-animation:tooltip .25s linear;  
    -webkit-animation:tooltip .25s linear; 
} 

/* COORDINATE POINTS */

.ball  { top:44%; left:9.5%; }
.ball1 { top:39%; left:49.14%; }
.ball2 { top:511px; left:372px; }
.ball3 { top:151px; left:544px; }
.ball4 { top:371px; left:744px; }

.pulse  { top:calc(44% - 18px); left:calc(9.5% - 18px); }
.pulse1 { top:calc(39% - 18px); left:calc(49.14% - 18px); }
.pulse2 { top:509px; left:370px; }
.pulse3 { top:149px; left:542px; }
.pulse4 { top:369px; left:742px; }

/* CONTROL LAYER DELAY */

#layerBall, #layerPulse   { -moz-animation-delay:0s; -webkit-animation-delay:0s; }
#layerBall1, #layerPulse1 { -moz-animation-delay:0.9s; -webkit-animation-delay:0.9s; }
#layerBall2, #layerPulse2 { -moz-animation-delay:1.9s; -webkit-animation-delay:1.9s; }
#layerBall3, #layerPulse3 { -moz-animation-delay:2.9s; -webkit-animation-delay:2.9s; }
#layerBall4, #layerPulse4 { -moz-animation-delay:4s; -webkit-animation-delay:4s; }

/* ANIMATION */

@-moz-keyframes move {
    0%   { width:0px;}
    100% { width:200px; box-shadow:0px 0px 5px 1px rgba(0,198,255,0.5); }
}
@-moz-keyframes move1 {
    0%   { width:0px;}
    100% { width:200px; box-shadow:0px 0px 5px 1px rgba(0,198,255,0.5);}
}
@-moz-keyframes move2 {
    0%   { width:0px;}
    100% { width:400px; box-shadow:0px 0px 5px 1px rgba(0,198,255,0.5);}
}
@-moz-keyframes move3 {
    0%   { width:0px;}
    100% { width:300px; box-shadow:0px 0px 5px 1px rgba(0,198,255,0.5);}
}

@-moz-keyframes point {
    0%  {-moz-transform:scale(0,0);}
    100%{-moz-transform:scale(1,1);}	
}

@-moz-keyframes pulse {
    0%   {-moz-transform: scale(0);opacity: 0;}
    10%  {-moz-transform: scale(1);opacity: 0.5;}
    50%  {-moz-transform: scale(1.75);opacity: 0;}
    100% {-moz-transform: scale(0);opacity: 0;}  
} 

@-moz-keyframes tooltip {
    0%  { -moz-transform:scale(0,0); opacity:0;}
    50% { -moz-transform:scale(1.2,1.2); opacity:0.3; }
    75% { -moz-transform:scale(0.9,0.9); opacity:0.7;}
    100%{ -moz-transform:scale(1,1); opacity:1;}
}

@-webkit-keyframes move {
    0%   { width:0px;}
    100% { width:300px; box-shadow:0px 0px 5px 1px rgba(0,198,255,0.5); }
}
@-webkit-keyframes move1 {
    0%   { width:0px;}
    100% { width:200px; box-shadow:0px 0px 5px 1px rgba(0,198,255,0.5); }
}
@-webkit-keyframes move2 {
    0%   { width:0px;}
    100% { width:400px; box-shadow:0px 0px 5px 1px rgba(0,198,255,0.5); }
}
@-webkit-keyframes move3 {
    0%   { width:0px;}
    100% { width:300px; box-shadow:0px 0px 5px 1px rgba(0,198,255,0.5); }
}

@-webkit-keyframes point {
    0%  {-webkit-transform:scale(0,0);}
    100%{-webkit-transform:scale(1,1);}	
}

@-webkit-keyframes pulse {
	0%   {-webkit-transform: scale(0);opacity: 0;}
    10%  {-webkit-transform: scale(1);opacity: 0.5;}
	50%  {-webkit-transform: scale(1.75);opacity: 0;}
    100% {-webkit-transform: scale(0);opacity: 0;}  
} 

@-webkit-keyframes tooltip {
    0%  { -webkit-transform:scale(0,0); opacity:0;}
    50% { -webkit-transform:scale(1.2,1.2); opacity:0.3; }
    75% { -webkit-transform:scale(0.9,0.9); opacity:0.7;}
    100%{ -webkit-transform:scale(1,1); opacity:1;}
}

/* Trigger button for javascript */

.trigger {
    background: #000000;
    background: -moz-linear-gradient(top, #161616 0%, #000000 100%);
    background: -webkit-linear-gradient(top, #161616 0%,#000000 100%);
    border-left:1px solid #111; border-top:1px solid #111; border-right:1px solid #333; border-bottom:1px solid #333; 
    font-family: Verdana, Geneva, sans-serif;
    font-size: 0.8em;
    text-decoration: none;
    text-transform: lowercase;
    text-align: center;
    color: #fff;
    padding: 10px;
    border-radius: 3px;
    display: block;
    margin: 0 auto;
    width: 140px;
}
		
.trigger:hover {
    background: -moz-linear-gradient(top, #202020 0%, #161616 100%);
    background: -webkit-linear-gradient(top, #202020 0%, #161616 100%);
}

/* ============== Parallax Styles ============== */

.parallax {
    width: 100%;
}

.parallax__group {
    position: relative;
    height: 500px; 
    height: 100%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.parallax__layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.parallax__layer--fore {
    z-index: 1;
} 

.parallax__layer--base {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 4;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
    .parallax__layer--back {
        -webkit-transform: translateZ(-400px) scale(2.4);
        -moz-transform: translateZ(-400px) scale(2.4);
        transform: translateZ(-400px) scale(2.4);
        z-index: 3;
    }
}

.parallax__layer--deep {
    -webkit-transform: translateZ(-600px) scale(3);
    -moz-transform: translateZ(-600px) scale(3);
    transform: translateZ(-600px) scale(3);
    z-index: 2;
}

#group1 {
    z-index: 6; 
    height: 195px;
}
  
#group4, #about-group{
    z-index: 5; 
    height: 100vh;
}

#internal-banner #group4{
    height: 100%;
}

#internal-banner .parallax__layer{
    position: relative;
    height: 100%;
}

#internal-banner #group4.banner-logos-group {
	height: auto;
	min-height: 100vh;
}

#internal-banner #group4.banner-logos-group > div > .container {
	position: static;
	padding-bottom: 174px;
	min-height: calc(100vh - 55px - 174px);
}

#banner-logos {
	position: absolute;
	left: 0px;
	width: 100%;
	margin: 0px;
}

#banner-logos > .container {
	width: 100%;
}

#inisghtsgroup{
    z-index: 5; 
    height: 365px;
}

#inisghtsgroup .parallax__layer--back{
    background: url(../img/insights.jpg) no-repeat 50% 50%;
    background-size: cover;
}
#group2 {
    z-index: 4;
    height: 875px;
}

#group-internal-insights{
    z-index: 4;
    height: 600px;
}
  
#group2, #group-internal-insights {
    background: url(../img/Insights_Pic_Tall_2.jpg) no-repeat;
    z-index: 4;
    background-size:  cover;
}

#group3 {
    z-index: 5; 
    height: 565px;
}

/* ===== IE10 ===== */

html[data-useragent*='MSIE 10.0'] .parallax__layer--back{
    transform: translateZ(-400px) scale(1);
}

/* ===== slide show fade ===== */

@keyframes xfade{
   0%{
      opacity: 1;
   }
   10.5% {
      opacity:1;
   }
   12.5%{
      opacity: 0;
   }
   98% {
      opacity:0;
   }
   100% {
      opacity:1;
   }
}
