.slick-dots li button:before {
	color: #292929 !important;
}
.home-slider-wrapper {
	position: relative;
}
.home-slide .image {
	height: 700px;
	background-repeat: no-repeat;
	background-size: cover;
}
#home_slider.slick-slider {
	margin-bottom: 0;
}
#home_slider .slick-prev {
 l eft: 45px;
}
.slick-next {
	right: 45px;
	top: -10000px;
}
#home_slider ul.slick-dots {
	position: absolute;
	top: 40%;
	left: 15%;
	text-align: left;
	width: 30px;
}
#home_slider .slick-dots li {
	display: block;
}
.slide-content {
	position: absolute;
	top: 20%;
	width: 100%;
}
.slide-content h2 {
	font-size: 42px;
}
.slide-content p {
	font-size: 30px;
	width: 50%;
}
.slide-actions {
	margin-top: 30px;
}
.slide-actions .btn {
	padding: 10px 12px;
	font-size: 18px;
	border-color: #555;
}
.slide-actions .btn:hover {
	background-color: #292929;
	color: #FFF;
	border-color: #292929
}
.image-divider {
	background-image: url('../images/home_divider_2.jpg');
	background-position: 0px 25%;
	background-size: cover;
	height: 400px;
}
.main-pages {
	/* padding: 50px 0; */
	background-color: #fff;
	color: #555;
	text-align: center;
}
.main-pages-images {
	/* position: relative; */
	height: 400px;
	z-index: 1;
	overflow: hidden;
}
.main-pages-images > div.image-divider {
	/*position: absolute;*/
	width: 100%;
	z-index: 0;
	opacity: 0;
	display: none;
	/*background-attachment: fixed;*/
	transition: all 0.5s;
}
.main-pages-images > div.image-divider.show {
	opacity: 1;
	display: block;
}
.other-than-nav {
	padding-top: 0 !important;
}
 @media(max-width: 486px) {
.other-than-nav {
	padding-top: 0 !important;
}
}
 @media(max-width: 768px) {
.main-pages > .container {
	padding: 0;
}
#main_pages .container {
	padding: 0;
}
.page-description {
	padding: 0 15px;
}
.page-image {
	background-image: url('../images/home_divider_2.jpg');
	background-size: cover;
	background-position: 50%;
	height: 200px;
	margin-bottom: 40px;
}
.page-box .page-top-arrow {
	display: block !important;
	width: 50px;
	height: 50px;
	background: #292929;
	position: absolute;
	top: 195px;
	left: 50%;
	margin-left: -25px;
	transform: rotateZ(45deg);
}
.page-box {
	margin-top: 0 !important;
}
}
.page-image {
	background-image: url('../images/home_divider_2.jpg');
	background-size: cover;
	background-position: 50%;
	height: 200px;
	margin-bottom: 40px;
 b ackground-attachment: fixed;
}
.page-box .page-top-arrow {
	display: none;
}
.main-pages-images .page-top-arrow {
	width: 50px;
	height: 50px;
	background: #fff;
	position: absolute;
	bottom: 168px;
	left: 50%;
	margin-left: -25px;
	transform: rotateZ(45deg);
	transition: all 0.5s;
}
.main-pages-images .page-top-arrow {
	opacity: 0
}
.main-pages-images .page-top-arrow.show {
	opacity: 1;
}
.page-box {
	position: relative;
	/*margin-top: 50px;
            margin-bottom: 50px;*/
	margin: 30px 10px 0px;
}
 @media(max-width: 900px) {
.page-box {
	margin: 20px 20px 0px 20px
}
}
 @media(max-width: 480px) {
.page-box {
	margin: 0px
}
}
.page-icon-wrapper {
	position: relative;
	height: 130px;
	width: 100%;
}
.page-icon-wrapper figure {
	position: absolute;
	left: 50%;
	margin-left: -60px;
	background-image: url( '../images/icon-column.png' );
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center
}
.page-icon-wrapper figure._focus {
	background-color: #292929;
}
.main-pages-slider .page-box figure {
	background-color: #fff;
}
.main-pages-slider .page-box figure._focus {
	background-color: #292929;
}
.main-pages-slider .page-box:nth-child(1) figure {
	background-image: url( '../images/book-case.png' );
}
.main-pages-slider .page-box:nth-child(1) figure._focus {
	background-image: url( '../images/book-case-hover.png' );
}
.main-pages-slider .page-box:nth-child(2) figure {
	background-image: url( '../images/calculator.png' );
}
.main-pages-slider .page-box:nth-child(2) figure._focus {
	background-image: url( '../images/calculator_hover.png' );
}
.main-pages-slider .page-box:nth-child(3) figure {
	background-image: url( '../images/graph.png' );
}
.main-pages-slider .page-box:nth-child(3) figure._focus {
	background-image: url( '../images/graph_hover.png' );
}
.main-pages-slider .page-box:nth-child(4) figure {
	background-image: url( '../images/money.png' );
}
.main-pages-slider .page-box:nth-child(4) figure._focus {
	background-image: url( '../images/money_hover.png' );
}
/*force preloading of hover icons*/
.main-pages-slider .page-box figure:after {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	z-index: -1
}
.main-pages-slider .page-box:nth-child(1) figure:after {
	content: url( '../images/book-case-hover.png' )
}
.main-pages-slider .page-box:nth-child(2) figure:after {
	content: url( '../images/calculator_hover.png' )
}
.main-pages-slider .page-box:nth-child(3) figure:after {
	content: url( '../images/graph_hover.png' )
}
.main-pages-slider .page-box:nth-child(4) figure:after {
	content: url( '../images/money_hover.png' )
}
.page-icon {
	background-color: #292929;
	width: 130px;
	height: 130px;
	padding: 25px;
	border-radius: 50%;
	border: 2px solid #292929;
	transition: all 0.5s;
}
.page-box:hover .yellow-icon {
	opacity: 0;
}
.page-box:hover .black-icon {
	opacity: 1;
	background-color: #292929;
}
.main-pages-slider .page-box:first-child img.yellow-icon {
	opacity: 0;
}
.main-pages-slider .page-box:first-child img.black-icon {
	opacity: 1;
	background-color: #292929;
}
.black-icon {
	opacity: 0;
}
.page-name {
	font-weight: bold;
	color: #292929;
	margin: 25px 0 15px;
	font-size: 22px;
	text-transform: uppercase;
	min-height: 50px;
}
.page-description {
	font-size: 14px;
	color: #555;
	line-height: 1.8em;
	min-height: 150px;
	margin-top: 30px;
}
/*
        .main-pages-slider .page-description:nth-of-type(1){
		padding: 0px 120px 0px 30px
	}

        .main-pages-slider .page-description:nth-of-type(2){
		padding: 0px 30px 0px 120px
	} 
        */

.page-box .btn {
	min-width: 120px;
	margin: 20px 0;
	padding: 10px 60px;
	font-size: 16px;
}
.scrolldown {
	position: absolute;
	width: 120px;
	bottom: 20px;
	right: 45%;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	z-index: 98;
	font-weight: bold;
}
.scrolldown a {
	color: #474747;
	text-decoration: none;
}
.scrolldown img {
	display: block;
	margin: 0 auto;
	margin-top: -20px;
}
.scrolldown a:hover {
	text-decoration: none;
}
.contact-section {
	margin: 60px 0;
}
.case-studies {
	position: relative;
	background-color: #2D2829;
}
.case-studies-slider ul.slick-dots {
	/*bottom: 90px;
            text-align: left;
            left: 50%;
            width: inherit;*/
	bottom: 170px;
	text-align: left;
	left: 510px;
	width: inherit;
}
.casestudy-slide {
	/*padding: 30px;*/
	padding-left: 80px;
	height: 680px;
	padding-top: 148.5px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	opacity: 0.3;
	transition: opacity 0.5s;
	position: relative
}
.casestudy-slide .buttonBack {
	padding-top: 4px;
	position: absolute;
	top: 45%;
	left: -65px;
	font-size: 36px;
	height: 64px;
	/*background-color: rgb(255,255,255);*/
		/*opacity: 0.3;*/
	z-index: 1000;
	display: none;
	cursor: pointer;
	border-radius: 4px;
	transition: all 0.25s;
}
.casestudy-slide .buttonBack>div {
	margin-top: -4px
}
.casestudy-slide .buttonForward>div {
	margin-top: -4px
}
.casestudy-slide .buttonForward {
	padding-top: 4px;
	position: absolute;
	top: 45%;
	right: -65px;
	font-size: 36px;
	height: 64px;
	/*background-color: rgb(255,255,255); */
		/*opacity: 0.3;*/
	z-index: 1000;
	cursor: pointer;
	display: none;
	border-radius: 4px;
	transition: all 0.25s;
}
.case-study-popup .buttonForward, .case-study-popup .buttonBack {
	position: absolute;
	top: 275px;
	z-index: 100;
	cursor: pointer;
}
.case-study-popup .buttonForward {
	right: 1%
}
.case-study-popup .buttonBack {
	left: 1%
}
.casestudy-slide .buttonForward:hover, .casestudy-slide .buttonBack:hover {
	opacity: 0.6
}
.case-study-popup .buttonForward:hover, .case-study-popup .buttonBack:hover {
	opacity: 0.6
}
.case-study-popup .buttonForward img, .case-study-popup .buttonBack img {
	width: 15px;
	height: auto
}
 @media screen and ( max-width: 1280px) {
.casestudy-slide .buttonForward {
	right: 25px;
}
.casestudy-slide .buttonBack {
	left: 25px;
}
}
.casestudy-slide .buttonBack.b1 {
	display: block
}
.casestudy-slide .buttonForward.b1 {
	display: block
}
.casestudy-slide.slick-current.slick-active.slick-center {
	opacity: 1;
}
.case-studies-slider .slick-arrow {
	top: 50%;
	width: 50px;
	height: 100%;
}
.case-studies-slider .slick-arrow:before {
	content: "";
}
.case-studies-slider .slick-next {
	right: 0;
}
.case-studies-slider .slick-prev {
	left: 0;
	z-index: 9;
}
 @media (min-width: 1200px) {
/* CSS goes here */
.content-box {
/*width: 50% !important;*/
}
.case-studies-slider ul.slick-dots {
	/*bottom: 90px;
                text-align: left;
                left: 40%;
                width: inherit;*/
	left: 460px;
}
.case-studies-slider .slick-arrow {
	top: 50%;
	width: 200px;
	height: 100%;
}
}
.popup-case-study span.case-study {
	color: #292929;
}
.popup-case-study p.case-study {
	margin-top: 20px;
	font-weight: 100
}
.popup-case-study p.case-study span {
	color: #292929;
	font-size: 18px;
}
.content-box {
	color: #555;
	padding: 20px;
	/*width: 70%;*/
	background-color: rgba(255,255,255, 0.9);
	opacity: 0;
	transition: all 0.25s;
	width: 500px
}
.casestudy-slide.slick-slide.slick-current.slick-active.slick-center .content-box {
	opacity: 1;
}
.content-box h3, .content-box h4 {
	text-transform: uppercase;
	font-weight: bold;
}
.content-box h3 {
	height: 40px;
	font-size: 26px;
}
.content-box h4 {
	position: relative;
	color: #292929;
	padding-bottom: 10px;
	font-size: 17px;
}
.content-box h4 span {
	position: absolute;
	bottom: 0;
	left: 0;
	display: inline-block;
	width: 30px;
	height: 3px;
	background-color: #fbc45f;
}
p.client-name {
	margin-bottom: 0;
	color: #292929;
	font-size: 15px;
}
.casestudy-excerpt {
	margin-top: 24px;
	margin-bottom: 18px;
	line-height: 1.6em;
	height: 100px;
}
.content-box .btn {
	padding: 12px 30px;
	margin-top: 8px;
	color: #292929;
	border-color: #292929;
}
.services-panel {
	padding: 30px;
	background-color: #292929;
	background-image: url(../images/stripes.svg);
}
 @media(max-width: 640px) {
.services-panel {
	padding: 20px;
}
.services-panel .row {
	margin-left: 10px;
	margin-right: 10px
}
}
 @media(max-width: 480px) {
.services-panel {
	padding: 10px;
}
.services-panel .row {
	margin-left: 0px;
	margin-right: 0px
}
}
.services-panel h2 {
	margin: 0;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
	color: #fbc45f;
}
.services-panel h2 a {
	color: #fbc45f;
	margin-left: 20px;
	/* transform: rotateZ(180deg); */
	font-size: 42px;
	padding-top: 0px;
	display: inline-block;
}
p.services-msg {
	font-size: 18px;
	color: #fff;
}
 @media(max-width: 768px) {
.services-panel h2 {
	font-size: 22px;
}
.services-panel h2 a {
	margin-left: 5px;
	font-size: 32px;
}
p.services-msg {
	font-size: 13px;
}
}
.services-box {
	display: none;
	margin-top: 20px;
}
.services-box li {
	list-style: none;
	margin-left: 20px;
	font-size: 16px;
	line-height: 1.8em;
	margin-bottom: 0px;
}
.services-box li a {
	color: #FFF
}
.services-box li:before {
	content: "\00BB \0020";
	color: #fff;
	font-size: 1.6em;
	font-weight: 500
}
.services-btn.up {
	transform: rotateZ(180deg);
}
.main-pages-slider .slick-dots {
	bottom: -25px;
}
.case-studies-slider-main {
	position: absolute;
	top: 30px;
	left: 230px;
	padding-right: 230px;
	background: transparent;
}
.popup-case-study {
	color: #555;
	position: relative
}
.popup-case-study-img {
	position: relative;
	height: 600px;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
}
.popup-case-study-content {
	font-size: 16px;
	font-weight: 100;
}
.popup-case-study-content strong {
	font-size: 20px;
	text-transform: uppercase;
}
span.counter {
	background: #292929;
	display: block;
	width: 40px;
	line-height: 2em;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -20px;
	text-align: center;
	font-size: 16px;
}
 @media(max-width: 768px) {
.popup-case-study-img {
	height: 250px;
}
}
 @media(max-width: 482px) {
.popup-case-study-img {
	height: 150px;
}
}
.section-heading {
	position: relative;
	margin: 30px 0;
	border-bottom: 1px solid #4A3F41;
	padding-bottom: 8px;
}
.section-heading .heading {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fbc45f;
}
.popup-case-study .section-heading .heading {
	color: #292929;
}
.section-heading .separator {
	display: inline-block;
	width: 35px;
	height: 3px;
	background-color: #fbc45f;
	position: absolute;
	bottom: -1px;
	left: 0;
	color: transparent;
}
.page {
	height: 100%
}
.home-top-section {
	overflow: hidden;
	position: relative
}
 @media(max-width: 480px) {
.home-top-section {
	height: initial;
}
}
.home-top-content-wrapper {
	position: relative;
	height: 100vh;
	min-height: 700px;
}
@media(max-width: 767px) {
.home-top-content-wrapper {
	position: relative;
	height: inherit;
	min-height: inherit;
}
}
.home-top-content {
	position: absolute;
	top: 190px;
	width: 100%;
}
.home-top-content h3 {
	font-size: 46px;
	margin: 40px 32px 0px 32px;
	font-weight: 300
}
.home-top-content h2 {
	font-size: 46px;
	margin: 0px 32px 5px 32px;
	font-weight: 600
}
.home-top-content h1 {
	font-size: 46px;
	font-family: 'Droid Serif', serif;
	margin: 0px 32px 5px 32px;
	font-weight: 600;
	color: #292929;
}
.home-top-content p {
	font-size: 23px;
	letter-spacing: 1px;
	line-height: 28px;
	width: calc(100% - 64px);
	margin: 18px 32px 5px 32px;
	font-weight: 200
}
.slide-actions {
	width: calc(100% - 64px);
	margin: 35px 32px 50px 32px;
	font-weight: 500
}
 @media(max-width: 480px) {
.slide-actions {
	width: 100%;
	font-weight: 500
}
}
.slide-actions a {
	color: #555;
	font-size: 18px;
	text-transform: uppercase;
	display: inline-block
}
 @media(min-width: 480px) {
.slide-actions a:first-child {
	margin-right: 15px
}
}
 @media(max-width: 480px) {
.slide-actions a:first-child {
	margin-right: 10px
}
}
.home-top-content-mobile {
	/*background: rgb(17, 85, 96 );*/
	padding-top: 91px;
	padding-bottom: 30px;
	position: relative;
	z-index: 10;
	background-repeat: no-repeat;
	background-position: 70% 100%;
	/*background-size: contain;*/
	min-height: 570px;
	height: 100vh;
}
/*  
         //shades the top image in mobile version, put the background back into :after if turning on
	.home-top-content-mobile::after{
          content: "";
	  position: absolute;
          top: 0px;
          left: 0px; 
          right: 0px;
          bottom: 0px;
          opacity: 0.4; 	
          background-color: #DDD;
	  z-index: -1
	}
        */

.home-top-content-mobile .slide-actions {
	margin: 0px
}
.home-top-content-mobile h2 {
	font-size: 42px;
	color: #292929;
}
.home-top-content-mobile h1 {
	color: #292929;
}
.home-top-content-mobile p {
	font-size: 24px;
	color: #555;
}
.home-top-content-mobile .slide-actions .btn {
	padding: 10px 8px;
	font-size: 14px;
}
 @media(max-width: 768px) {
.home-top-content-mobile .slide-actions .btn {
	font-size: 12px !important;
	padding: 12px 6px !important;
}
}
 @media(max-width: 480px) {
.home-top-content-mobile .slide-actions .btn {
	font-size: 11px !important;
	padding: 12px 4px !important;
}
.home-top-content-mobile .container {
	padding-left: 10px;
	padding-right: 10px
}
}
.home-image {
	height: 100%;
	min-height: 570px;
	background-image: none;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	background-attachment: fixed;
	background-position: 50% 100%;
}
 @media(max-width: 900px) {
.home-image {
	background-size: initial;
	-webkit-background-size: initial;
	background-attachment: initial;
}
}
 @media (pointer:coarse) {
.home-image {
	background-attachment: initial;
}
}
/*.navbar-default{
            position: fixed;
            right: 0;
            left: 0;
            z-index: 1030;
            top: 0;
            border-width: 0 0 1px;
            background-color: rgba(63,195,210, 1);
            border-color: transparent;
            transition: all 0.5s;
        }*/

.top-nav-collapse {
	background-color: #292929 !important;
}
.casestudy-slide-mobile .case-study-image {
	width: 100%;
	height: 300px;
	background-size: cover;
	background-position: 50%;
}
.casestudy-slide-mobile .content-box {
	opacity: 1;
	width: 100%;
}
.case-studies-slider-mobile {
	position: relative;
}
.case-studies-slider-mobile ul.slick-dots {
	bottom: 20px;
	right: 0;
	text-align: right;
	padding-right: 15px;
	width: 150px;
}
 @media(max-width: 360px) {
.case-studies-slider-mobile ul.slick-dots {
	bottom: -45px;
	text-align: center;
	padding-right: 0px;
	width: 100%;
	right: unset;
}
}
.btn-primary.case-study {
	background-color: transparent;
	color: #292929
}
.btn-primary.case-study:hover, .btn-primary.case-study._focus {
	background-color: #292929;
	color: #fbc45f;
}
.home-top-section .introbox {
	background-color: rgba(255,255,255, 0 );
	max-width: 647px;
	max-height: 403px;
	width: 100%;
	height: 100%;
	margin-left: 0px;
	padding: 20px 0px 60px 0px;
	color: #555
}
.container {
	vertical-align: top
}
.home-top-content .introbox {
	position: relative
}
.col-sm-4 {
	width: 25%
}
 @media(max-width: 1200px) {
.col-sm-4 {
	width: 33.3%
}
.home-top-section .container {
	margin-left: auto
}
}
 @media(max-width: 900px) {
.col-sm-4 {
	width: 50%
}
.home-top-section .container {
	margin-left: auto
}
}
 @media(max-width: 767px) {
.home-top-section .container {
	max-width: 100%;
}
}
.home-top-content-mobile h3 {
	font-size: 12px
}
.home-top-content-mobile h2 {
	font-size: 38px
}
.home-top-content-mobile p {
	font-size: 18px
}
.case-study-popup-scroll-help {
	width: 100%;
	text-align: center;
	margin-top: 60px
}
