	/* ==== Google font ==== */
@import url('https://fonts.googleapis.com/css?family=Lato:100,200,300,400,300,700,900');
/* === fontawesome === */
@import url('font-awesome.css');
/* ==== overwrite bootstrap standard ==== */
@import url('overwrite.css');
@import url('animate.css');
/*==========================================================================
  General
  ========================================================================== */

body {
	color:#fff;
	background: #222;
	font-size: 16px;
	line-height: 1.6em;
	font-weight: 300;
	text-shadow: none;
}

body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    z-index: 1; }

body.offcanvas-menu:before {
    opacity: 1;
    visibility: visible; }

.clear {
	clear: both;
}

body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Lato', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	color:#222;
}

h1,h2,h3,h4,h5,h6 {
	font-style: normal;
	margin: 0 0 15px 0;
}
h1 { font-size: 40px; line-height: 30px; }
h2 { font-size: 32px; }
h3 { font-size: 24px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
.txt-light { font-weight: 200; }
.txt-regular { font-weight: 300; }
.txt-bold { font-weight: 600; }
.txt-uppercase { text-transform: uppercase; }

blockquote {
	font-family: 'Lato', sans-serif;
	font-weight:100;
}

blockquote.bigquote {
	border: none;
	font-size: 48px;
	font-weight: 700;
	line-height: 1.1em;
	font-family: 'Lato', sans-serif;
}

.text-bold {
	font-weight: 900;
}

p.dark-text {
	color: #222;	
}

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


small {
	font-size: 70%;
	font-weight: 100;
}

a {
    cursor: pointer !important;
}

a:hover {
	text-decoration: none;
	cursor: pointer !important;
}

:focus {
	outline: none;
	cursor: pointer !important;
}

.color-white.txt-shadow {
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.t-uppercase {
	text-transform: uppercase;
}

/*==========================================================================
  Misc & Adjust 
 ========================================================================== */
.row {
	z-index: 9999;
}

.big {
	font-size: 20pt;
	font-weight: 300;
}


.blink:hover {
	opacity: 0.9;
}

.half-offset {
	margin-bottom: 75px !important;
}

.no-offset {
	margin: 0 !important;
	padding: 0;
}

.content,.container {
	overflow: hidden;
}

.trans {
	border: 0 !important;
	background: 0 !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

.nobg {
	background: 0;
	border: 0;
}

.noborder {
	border: 0 !important;
}

.color-white {
	color: #fff;
}

.theme-bg {
	background-color: #222 !important;
}

.normalize-font-top {
	padding-top: 25px;
}



/* --- float --- */
.float-left {
	float: left;
}

.float-right {
	float: right;
}

/* --- align --- */
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}

/* ---- padding ---- */
/* top */
.pad-top0 {
	padding-top: 0;
}
.pad-top5 {
	padding-top: 5px;
}

.pad-top10 {
	padding-top: 10px;
}

.pad-top15 {
	padding-top: 15px;
}
.pad-top20 {
	padding-top: 20px;
}
.pad-top25 {
	padding-top: 25px;
}
.pad-top30 {
	padding-top: 30px;
}
.pad-top35 {
	padding-top: 35px;
}
.pad-top40 {
	padding-top: 40px;
}
/* bottom */
.pad-bot0 {
	padding-bottom: 0;
}
.pad-bot5 {
	padding-bottom: 5px;
}

.pad-bot10 {
	padding-bottom: 10px;
}

.pad-bot15 {
	padding-bottom: 15px;
}
.pad-bot20 {
	padding-bottom: 20px;
}
.pad-bot25 {
	padding-bottom: 25px;
}
.pad-bot30 {
	padding-bottom: 30px;
}
.pad-bot35 {
	padding-bottom: 35px;
}
.pad-bot40 {
	padding-bottom: 40px;
}
.pad-bot48 {
	padding-bottom: 48px;
}
.pad-bot56 {
	padding-bottom: 56px;
}
.pad-bot64 {
	padding-bottom: 64px;
}


/* ---- margin --- */
.mar-left5 { margin-left: 5px; }
.mar-left10 { margin-left: 10px; }
.mar-left15 { margin-left: 15px; }
.mar-left20 { margin-left: 20px; }
.mar-left25 { margin-left: 25px; }
.mar-left30 { margin-left: 30px; }

.mar-right5 { margin-right: 5px; }
.mar-right10 { margin-right: 10px; }
.mar-right15 { margin-right: 15px; }
.mar-right20 { margin-right: 20px; }
.mar-right25 { margin-right: 25px; }
.mar-right30 { margin-right: 30px; }

/* top */
.mar-top0 {
	margin-top: 0;
}
.mar-top5 {
	margin-top: 5px;
}

.mar-top10 {
	margin-top: 10px;
}

.mar-top15 {
	margin-top: 15px;
}
.mar-top20 {
	margin-top: 20px;
}
.mar-top25 {
	margin-top: 25px;
}
.mar-top30 {
	margin-top: 30px;
}
.mar-top35 {
	margin-top: 35px;
}
.mar-top40 {
	margin-top: 40px;
}


/* bottom */
.mar-bot0 {
	margin-bottom: 0;
}
.mar-bot5 {
	margin-bottom: 5px;
}

.mar-bot10 {
	margin-bottom: 10px;
}

.mar-bot15 {
	margin-bottom: 15px;
}
.mar-bot20 {
	margin-bottom: 20px;
}
.mar-bot25 {
	margin-bottom: 25px;
}
.mar-bot30 {
	margin-bottom: 30px;
}
.mar-bot35 {
	margin-bottom: 35px;
}
.mar-bot40 {
	margin-bottom: 40px;
}
.mar-bot48 {
	margin-bottom: 48px;
}
.mar-bot56 {
	margin-bottom: 56px;
}
.mar-bot64 {
	margin-bottom: 64px;
}
.mar-featured {
	margin-bottom: 200px;
}


/*===========================
  --- Sections ----
=========================== */

section.section {
	margin:0;
	padding: 60px 0 60px 0;
}

section.section-cs-sm {
	margin:0;
	padding: 80px 0 480px 0;
	background: url(../img/portfolio/feature/sm-hero-phones.png);
	background-size: 65%;
	background-position: right top;
	background-repeat: no-repeat;
	z-index: 999;
	background-attachment:scroll;
    overflow: hidden;
	position: relative;
}



section.section-cs-mysub {
    margin: 0;
    padding: 80px 0 400px 0;
    background: url(../img/portfolio/feature/bg-mysub-hero.png);
    background-size: 80%;
    background-position: right top;
    background-repeat: no-repeat;
	z-index: 999;
    background-attachment: scroll;
    overflow: hidden;
    position: relative;
}

section.section-cs-ushear {
	margin:0;
	padding: 80px 0 480px 0;
	background: url(../img/portfolio/feature/bg-ushear-hero.png);
	/*background-size: 70%;*/ 
	background-position: right -180px;
	background-repeat: no-repeat;
	z-index: 999;
	background-attachment:scroll;
    overflow: hidden;
	position: relative;
	visibility: hidden;
}

section.section-cs-heroic {
    margin: 0;
    padding: 80px 0 110px 0;
    background: url(../img/portfolio/feature/bg-heroic-hero.png);
    background-size: 75%;
    background-position: right -200px;
    background-repeat: no-repeat;
	z-index: 999;
    background-attachment: scroll;
    overflow: hidden;
    position: relative;
	visibility: hidden;
}

.slides-desktop {
	display: block;
}

.slides-tablet {
	display: none;
}

.slides-mobile {
	display: none;
}

.top_intro_margin {
    margin-top: 40px;
	visibility: hidden;
}

.top_intro_margin-mysub {
    margin-top: 40px;
	margin-bottom:60px;
	visibility: hidden;
}

section.section-lower-first {
	margin: -400px 0 0 0;
	padding: 60px 0 60px 0;
	z-index: 3;
	position: relative;
}

section.section-lower {
	margin: 0px;
	padding: 60px 0 60px 0;
	z-index: 2;
	position: relative;
}

section.section-sm-screens {
	margin:0;
	padding:60px 0 160px 0px;
	background: url("../img/portfolio/feature/sm-screens-hero.png");
	background-repeat: no-repeat;
	background-size: 80%;
	background-position: right top;	
	overflow: hidden;
	position: relative;
}

section.section-mysub-screens {
	margin:0;
	padding:60px 0 20px 0px;
	background: url("../img/portfolio/feature/bg-mysub-screens-hero-sl.png");
	background-repeat: no-repeat;
	background-size: 75%;
	background-position: left top;	
	overflow: visible;
	position: relative;
	display: block;
}

section.section-mysub-screens-mobile {
	margin:0;
	padding:40px 0 20px 0px;
	background: url("../img/portfolio/feature/bg-mysub-scrns-hero-sl-mobile.png");
	background-repeat: no-repeat;
	background-size: 75%;
	background-position: right top;	
	overflow: visible;
	position: relative;
	display: none;
}

.mysub-screens {
	width: 80%;
}

.mysub-alt-screens {
	width: 68%;
	margin-top: 30px;
	padding-bottom: 40px;
}

.screens-buffer {
	height:500px;
}

p.screen-txt {
	margin-right:0px;	
}

img.research-quantitative {
	width: 85%;
}

img.research-qualitative {
	width: 100%;
}
	
.bg-white {
	background-color: #fff;
}

.bg-dark {
	background-color: #222 !important;
}

/* --- section heading --- */
.section-header {
	text-align: center;
}

.section-header-left {
	text-align: left;
}

.section-header h2.section-heading {
	text-transform: capitalize;
	font-weight: 100;
	font-size: 52px;
	text-shadow: 0px 0px #222 ;
}

.section-header-left h2.section-heading-white {
	text-transform: capitalize;
	font-weight: 100;
	font-size: 52px;
	color: #fff !important;
	text-shadow: 0px 0px #222 ;
}

.section-header h2.section-heading-white {
	text-transform: capitalize;
	font-weight: 100;
	font-size: 52px;
	color: #fff !important;
}

.section-header h3.section-heading-white {
	text-transform: capitalize;
	font-weight: 900;
	font-size: 24px;
	text-align: left;
	
}

.section-header-left h3.section-heading-white {
	text-transform: uppercase;
	font-weight: 900;
	font-size: 42px;
	background-image: linear-gradient(100deg, #fff, #8a8f95);
	background-clip:text;
	color: transparent !important;
	text-align: left;
	margin-bottom: 32px;
}

.section-header-left h4.section-heading-white {
	text-transform: capitalize;
	font-weight: 300;
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 0px;
	color: #fff !important;
	text-align: left;
}

.section-header-left h4.section-heading-white-pad {
	text-transform: capitalize;
	font-weight: 300;
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 0px;
	color: #fff !important;
	text-align: left;
}

.section-header-left h4.section-heading {
	text-transform: capitalize;
	font-weight: 300;
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 0px;
	color: #222 !important;
	text-align: left;
}

.section-header h4.section-heading {
	text-transform: capitalize;
	font-weight: 300;
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 0px;
	color: #222 !important;
	text-align: center;
}

.section-header h4.section-heading-white {
	text-transform: capitalize;
	font-weight: 300;
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 0px;
	color: #fff !important;
	text-align: center;
}

.eyebrow {
	font-size:12px;
	color: #747E88 !important;
	text-transform: uppercase !important;
	font-weight: 700;
	line-height: 12px;
	margin-bottom: 8px;
	letter-spacing: 2px;
}

.icon {
	margin: 80px auto;
	height: 32px;
	width: 40px;
}

.icon:before, .icon:after {
  width: 47%;
  height: 1px;
  border-top: 1px solid #e0e1e2;
  position: absolute;
  display: inline-block;
  top: 16px;
  left: 0;
  content: '';
}

/* ==========================
 --- Parallax ---
============================= */

#parallax1{	
	background-image: url(../img/parallax/img1-2.jpg);
}
#parallax2{	
	background-image: url(../img/parallax/img2.jpg);
}
#testimonials{	
	background-image: url(../img/parallax/img3-low.jpg);
}

/*===========================
  --- Header & menu ----
=========================== */
#dennis_shepherd_logo {
	position: relative;
	top: 24px;
	left: 0px;
	width: 100px; 
	height: 124px;
}

img.logo {
	width: 100px; 
	height: 100px;
	position: absolute;
	top: 24px;
	margin-left: 24px;
	z-index:1998;
	visibility: hidden
}

.cbp-af-header {
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
}

.cbp-af-header .cbp-af-inner {
	
}

.navbar {
	line-height: 60px;
	height: 60px;
	display: block;
	vertical-align: middle;
	text-align: center;
	margin-bottom: 0;
	padding-bottom:0;
}

.navbar .navbar-collapse {
	margin-bottom: 0;
	padding-bottom:0;
}

.nav li {
	height: 100%;
	line-height: 100%;
	margin-bottom: 0;
	padding-bottom:0;
	margin-top:6px;
}

.nav>li>a {
	display: table-cell;
	height: 100%;
	line-height: 100%;
	vertical-align: middle;
	color: rgba(255, 255, 255, .7);
	font-weight: 300;
	font-size: 14px;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.nav>li>a:hover {
	color: #fff;
	border-bottom:2px #fff solid;
	background: none;
}

.navbar-nav {
	float: right;
	margin-bottom: 0;
	padding-bottom:0;	
}

.navbar .navbar-nav > .active > a {
	color: #fff;
	/*border-bottom:2px #fff solid;*/
}
.navbar .navbar-nav > .active > a {
	padding-bottom: 15px;
}

h1 a.navbar-brand {
	font-size: 24px;
	color: #fff;
	font-weight: 900;
	text-shadow: none;
}

.navbar-brand {
	padding: 0;
	display: table-cell;
	vertical-align: middle;
	line-height: 90px;
}

.navbar-brand img {
	vertical-align: middle;
}

.navbar-toggle {
    padding: 0px 20px;
    margin: 16px 16px;
}

.navbar-collapse.in {
	margin-top: 0px !important;
}

.navbar-nav {
	float: right;
	margin-bottom: 0;
	padding-bottom:0;	
}

.mobile-toggle {
	font-size: 24px;
	color: #fff;	
}


/*===========================
  --- Featured section ----
=========================== */

section.featured {
	padding: 124px 0 0px;
	background: url(../img/bg-spot-light.png);
	background-size: 980px 750px;
	background-position: left top;
    background-repeat: no-repeat;
	background-attachment:scroll;
	visibility: hidden;
}

section.featured2 {
	padding: 124px 0 0px;
	background: url(../img/bg-spot-light.png);
	background-size: 980px 750px;
	background-position: left top;
    background-repeat: no-repeat;
	background-attachment:scroll;
	background-color: #222;
	opacity: 0;
}

/*section.featured {
	padding: 124px 0 0px;
	background-image: radial-gradient(rgba(116,126,136,1) 15%, rgba(116,126,136,0) 85%);
	background-size: 980px 750px;
	color: #fff;
	background-position: -490px -370px;
    background-repeat: no-repeat;
	background-attachment:scroll;
	background-color: #222;
}*/

section.featured-2 {
	padding: 124px 0 0px;
	background: url(../img/bg-home-hero-2.png);
	color: #fff;
	background-position: left top;
    background-repeat: no-repeat;
   background-size: cover;
	background-attachment:scroll;
	background-color: #222;
}

section.featured-3 {
	padding: 124px 0 0px;
	background: url(../img/bg-home-hero-3.png);
	background-size: 980px 750px;
	color: #fff;
	background-position: right bottom;
    background-repeat: no-repeat;
   /* background-size: cover;*/
	background-attachment:scroll;
	background-color: #222;
}

section.featured-4 {
	padding: 124px 0 0px;
	background: url(../img/bg-home-hero-4.png);
	color: #fff;
	background-position: left top;
    background-repeat: no-repeat;
   background-size: cover;
	background-attachment:scroll;
	background-color: #222;
}

section.featured-5 {
	padding: 124px 0 0px;
	background: url(../img/bg-home-hero-5.png);
	color: #fff;
	background-position: left top;
    background-repeat: no-repeat;
   background-size: cover;
	background-attachment:scroll;
	background-color: #222;
}

section.featured-6 {
	padding: 124px 0 0px;
	background: url(../img/bg-home-hero-6.png);
	color: #fff;
	background-position: left top;
    background-repeat: no-repeat;
   background-size: cover;
	background-attachment:scroll;
	background-color: #222;
}

section.featured-7 {
	padding: 124px 0 0px;
	background: url(../img/bg-home-hero-7.png);
	color: #fff;
	background-position: left top;
    background-repeat: no-repeat;
   background-size: cover;
	background-attachment:scroll;
	background-color: #222;
}

/*
background: url(../img/parallax/cover-edit-bl2.jpg);

section.featured {
	padding: 200px 0 200px;
	color: #fff;
	position: relative;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

section.featured.quote {
		background-image: url(../img/parallax/cover-edit-bl2.jpg);
}*/

@-webkit-keyframes zoomin {
	0% {
		background-size: 0%;
	}
	
	100% {
		background-size: 40%;
	}
}

.intro-bg {
	background-image: url(../img/rectangle-detail-sm2.png);
    background-repeat: no-repeat;
    background-position: right top;
    height: 556px; 
    background-size: 40%;
    padding-top: 138px;
    padding-left: 112px;
    margin-right: 18px;
}

.intro-bg2 {
	animation: zoomin .5s;
	animation-fill-mode: forwards;
	background-image: url(../img/rectangle-detail-sm2.png);
    background-repeat: no-repeat;
    background-position: right top;
    height: 556px; 
    background-size: 40%;
    padding-top: 138px;
    padding-left: 112px;
    margin-right: 18px;
}

section.featured h1.slogan {
/*	background-image: linear-gradient(100deg, #fff, #333);
	background-clip:text;*/
	color: #FFF;
	font-size: 60px;
	line-height: 60px;
	font-weight: 800;
	font-family: 'Lato', sans-serif;
	text-transform:uppercase;
	margin-bottom:-16px;
	margin-top: 24px;
	/*text-shadow: 0px 0px 1px #fff;*/	

}

section.featured2 h1.slogan2 {
	color: #fff;
	font-size: 60px;
	font-weight: 800;
	font-family: 'Lato', sans-serif;
	text-transform:uppercase;
	margin-bottom:0px;
	margin-top: 42px;
	text-shadow: 0px 0px 1px #fff;
	opacity: 0;

}


section.featured-2 h1.slogan {
	color: #fff;
	font-size: 60px;
	font-weight: 800;
	font-family: 'Lato', sans-serif;
	text-transform:uppercase;
	margin-bottom:0px;
	margin-top: 42px;
	/*text-shadow: 0px 0px 1px #fff;*/	

}

section.featured-3 h1.slogan {
	color: #fff;
	font-size: 60px;
	font-weight: 800;
	font-family: 'Lato', sans-serif;
	text-transform:uppercase;
	margin-bottom:0px;
	margin-top: 42px;
	text-shadow: 0px 0px 1px #fff;	

}

section.featured-4 h1.slogan {
	color: #fff;
	font-size: 60px;
	font-weight: 800;
	font-family: 'Lato', sans-serif;
	text-transform:uppercase;
	margin-bottom:0px;
	margin-top: 42px;
	text-shadow: 0px 0px 1px #fff;	

}

section.featured-7 h1.slogan {
	color: #fff;
	font-size: 60px;
	font-weight: 800;
	font-family: 'Lato', sans-serif;
	text-transform:uppercase;
	margin-bottom:0px;
	margin-top: 42px;
	text-shadow: 0px 0px 1px #fff;	

}

section.featured h2.slogan {
	color: #fff;
	font-size: 56px;
	font-weight: 100;
	font-family: 'Lato', sans-serif;
	text-transform:uppercase;
	margin-bottom:0px;
	margin-top: 20px;
	text-shadow: 0px 0px 1px #fff;	

}

section.featured-2 h2.slogan {
	color: #fff;
	font-size: 56px;
	font-weight: 100;
	font-family: 'Lato', sans-serif;
	text-transform:uppercase;
	margin-bottom:0px;
	margin-top: 20px;
	text-shadow: 0px 0px 1px #fff;	

}

section.featured-3 h2.slogan {
	color: #fff;
	font-size: 56px;
	font-weight: 100;
	font-family: 'Lato', sans-serif;
	text-transform:uppercase;
	margin-bottom:0px;
	margin-top: 20px;
	text-shadow: 0px 0px 1px #fff;	

}

section.featured-7 h2.slogan {
	color: #fff;
	font-size: 56px;
	font-weight: 100;
	font-family: 'Lato', sans-serif;
	text-transform:uppercase;
	margin-bottom:0px;
	margin-top: 20px;
	text-shadow: 0px 0px 1px #fff;	

}

.featured-gradient-btm {
	height: 120px; 
	background-image: linear-gradient(180deg, rgba(34,34,34,0), rgba(34,34,34,1));
}


p.tagline {
    font-size: 40px;
    font-weight: 100;
}

p.tagline2 {
    font-size: 40px;
    font-weight: 100;
	opacity: 0;
}

a.port-btn {
	color: #fff;
	border: 1px #fff solid;
	display:block;
	font-size:1em;
	letter-spacing: .1em;
	padding: 10px 24px;
	border-radius: 100px;
	width: 10em;
	text-align:center;
	background: none;
	font-weight:400;
	margin: 64px 0 84px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a.port-btn2 {
	color: #fff;
	border: 1px #fff solid;
	display:block;
	font-size:1em;
	letter-spacing: .1em;
	padding: 10px 24px;
	border-radius: 100px;
	width: 10em;
	text-align:center;
	background: none;
	font-weight:400;
	margin: 64px 0 84px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a.port-btn:hover {
	color: #222;
	background: #FFF;
	opacity:.75;
	border: 1px #fff solid;
}

img.about {
	margin-bottom:0px;
	margin-left: auto;
	margin-right: auto;
	overflow: visible;
}

.about {
	visibility: hidden;	
}

.about-txt {
	padding-top: 200px;
	visibility: hidden;
}

img.about2 {
	margin-bottom:0px;
	margin-left: auto;
	margin-right: auto;
	overflow: visible;
	opacity: 1;
	bottom: 0px;
	
}

.about-txt2 {
	padding-top: 200px;
	position: relative;
	right: -200px;	
	opacity: 0;
}

.down_arrow {
	position:relative;
	bottom: -100px;
	color: #fff;
}

 /* inner heading */
section.featured.inner {
	background: #eee;
	padding: 150px 0 100px;
}
  
.row.center-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
	justify-content: center;
}
  
/* --- Flexslider --- */
.flexslider {
	margin: 0;
	background: 0;
	border: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.flex-control-paging li a {
	width: 8px;
	height: 8px;
}

.flex-control-paging li a.flex-active {
	background: #fff;
}

.flex-control-nav {
	bottom: -25px;
}

.flexslider .slides img {
	width: auto;
	display: inline;
}

.flex-direction-nav a {
	display: block;
	width: 50px;
	height: 98px;
	margin: -29px -20px 0;
	position: absolute;
	top: 30%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	color: rgba(0,0,0,0.8);
	text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

.flex-direction-nav .flex-next {
	right: -70px;
	background: url(../img/arrow_large_right.png) no-repeat top left;
}

.flex-direction-nav .flex-prev {
	left: -70px;
	background: url(../img/arrow_large_left.png) no-repeat top left;
}

.flex-direction-nav a.flex-next:before {
	content: none !important;
}

/* removing default arrows */
.flex-direction-nav a:before {
	content: none !important;
}

/* --- Revolution slider --- */

.featured .fullwidthbanner ul {
	list-style: none;
	padding:0;
}

.tp-rightarrow.large {
	margin-left: 0;
}

.tp-leftarrow.default {
	width: 49px !important;
	height: 98px !important;
	background: url(../img/arrow_small_left.png) no-Repeat top left;
}

.tp-rightarrow.default {
	width: 49px !important;
	height: 98px !important;
	background: url(../img/arrow_small_right.png) no-Repeat top left;
}

.fullwidthbanner-container {
	padding-top: 100px;
	width: 100% !important;
	position: relative;
	padding: 0;
	max-height: 650px !important;
	overflow: hidden;
}

.fullwidthbanner {
	height: 650px;
}

.tp-bullets.simplebullets.round .bullet {
	background: url(../img/bullets-new.png) no-repeat top left;
}  

.tp-caption.large_bold_white {
	font-size:60px;
	line-height:60px;
	font-weight:800;
	font-family:"Lato";
	color: #fff;
	text-decoration:none;
	background-color:transparent;
	text-shadow:none;
	margin:0px;
	padding:1px 4px 0px;
	border-width:0px;
	border-color:rgb(255, 214, 88);
	border-style:none;
}
.tp-caption.small_thin_white {
	font-size:18px;
	line-height:26px;
	font-weight:100;
	font-family:"Lato";
	color: #fff;
	text-decoration:none;
	background-color:transparent;
	padding:1px 4px 0px;
	text-shadow:none;
	margin:0px;
	border-width:0px;
	border-color:rgb(255, 214, 88);
	border-style:none;
}


.fullwidthbanner a.btn {
	color: #fff;
}

/*==========================
Stats
=========================== */

section.section-stats {
    margin: 0px 0 0 0;
    padding: 40px auto 20px auto;
    position: relative;
	background-color: #3c454f;
	overflow: hidden;
}

.stat-content {
	max-width: 720px;
	align-content: center;
	margin: 0 auto;
}

h4.stats {
	font-size: 64px;
	line-height: 64px;
	font-weight: 900;
  /*background-image: linear-gradient(100deg, #fff, #8a8f95);
	background-clip:text;*/
	color: #fff; 
}


h4.cs-stats {
	font-size: 32px;
	line-height: 24px;
	font-weight: 900;
	margin-bottom: 10px;
	color: #222;
}

h4.sw-stats {
	font-size: 28px;
	line-height: 24px;
	font-weight: 900;
	margin-bottom: 10px;
	color: #222;
}




/*==========================
Process
=========================== */

.process {
	box-sizing:border-box;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;	
	margin: 0 0 20px 0;
}

.process-photo img {
	-webkit-border-radius:50%;
		-moz-border-radius:50%;
			border-radius:50%;	
}

.process-detail h4 {
	font-weight: 700;
}

.design-thinking2 {
	position: relative;
	top: 20px;
	opacity: 0;
	z-index: 0;
}

.section-heading.icon-design-thinking {
	margin-top: 32px;
	margin-bottom: 40px;
	width: 150px;
}

img.infinity {
	width: 300px;
	margin-top: 32px;
	margin-bottom: 40px;
}

.design-thinking-def {
	color: #222;
	margin-bottom:  16px;
}

.dt-group{
	position: relative;
	top: 20px;
	opacity: 0;
}

.dt-group2{
	position: relative;
	top: 20px;
	opacity: 0;
}

.dt-group3{
	position: relative;
	top: 20px;
	opacity: 0;
}

.about-icon {
	margin: 0 auto 40px auto;
    width: 60px;
    height: 60px;
}

.about-icon-border{
	width: 60px;
    height: 2px;
    background: #222;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;	
}

p.dt-descript {
    height: 150px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
	color:#222;
	font-size: 14px;
	line-height: 24px;
}

.about-icon-2 {
	margin: 0 0 32px 0;
    height: 40px;
}

img.process-icon {
	margin: 0 0 32px 0;
    height: 40px;
	width:40px;
}

img.process-icon-2, img.process-icon-3, img.process-icon-4, img.process-icon-5, img.process-icon-6 {
	height: 40px;
    width: 40px;
	transition: 300ms ease-out;
}



@keyframes pulse {
  0%,
  100% {
    animation-timing-function: ease-in;
  }
  50% {
    transform: scale(1.2);
  }
}

img.process-icon:hover  {
  height: 40px;
  width: 40px;
  animation: pulse .85s infinite;
}


img.process-icon-2:hover {
	-webkit-transform: scale(1.25);
	-moz-transform: scale(1.25);
	-o-transform: scale(1.25);
	transform: scale(1.25) rotate(90deg);
}

img.process-icon-3:hover {
	transform: translateY(-10px) !important;
  	transition: 300ms !important;
}

img.process-icon-4:hover {
	transform: rotate(360deg);
    transition: 300ms ease-out;
}

img.process-icon-5:hover {
  height: 40px;
  width: 40px;
  animation: check .85s;
}

@keyframes check {
  0%,
  100% {
    animation-timing-function: ease-in;
  }
  50% {
    transform: scale(0);
  }
}

@keyframes wiggle {
    0% { transform: rotate(5deg); }
   80% { transform: rotate(-5deg); }
   85% { transform: rotate(5deg); }
   95% { transform: rotate(-5deg); }
  100% { transform: rotate(5deg); }
}

@keyframes bounce {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-20px); }
  100% { transform: translateY(0); }
    0% { transform: rotate(5deg); }
   80% { transform: rotate(-5deg); }
   85% { transform: rotate(5deg); }
   95% { transform: rotate(-5deg); }
  100% { transform: rotate(5deg); }
}

img.process-icon-6:hover {
	animation: bounce 1.5s ease infinite;
}

/* FLY FX
img.process-icon-6:hover {
	animation: wiggle 1s ease infinite;;
}

img.process-icon-6:hover {
	transform: translateY(-100px) !important;
	opacity: 0;
	animation: 1s ease-out infinite;;
}
*/


.about-icon-border-2{
	width: 40px;
    height: 2px;
    background: #222;
    margin-left: left;
    margin-bottom: 40px;	
}

.dt-stage {
	border-top:1px solid #747E88; 
	text-align: center;
	font-weight: 400;
	padding:16px 0 24px 0; 
	color:#747E88; 
	margin-bottom:40px;
	display: show;
	
}
	
.dt-stage-mobile {
	border-bottom:1px solid #747E88; 
	text-align: center;
	font-weight: 400;
	padding:16px 0 24px 0; 
	color:#747E88; 
	margin:40px 0 16px;	
	display: none;
	
}

.philosophy-bg {
	background-image: url(../img/rectangle-detail-sm.png);
    background-repeat: no-repeat;;
	background-size:cover;
	background-repeat:no-repeat;
	background-position: 35% center;
	background-size: 40%;
	vertical-align:middle;
	margin-left:auto;
	margin-right:auto;
	min-width: 100%;
	min-height:100%;
	overflow: visible;
}

.philosophy-bg2 {
	background-image: url(../img/rectangle-detail-sm.png);
    background-repeat: no-repeat;;
	background-size:cover;
	background-repeat:no-repeat;
	background-position: 35% center;
	background-size: 40%;
	vertical-align:middle;
	margin-left:auto;
	margin-right:auto;
	min-width: 100%;
	min-height:100%;
	overflow:visible ;
	opacity: 1;
}

.ucd-txt-block {
	position: relative;
	opacity: 1;
	overflow: visible;
}

.years-box {
	height:100%;
	vertical-align:middle;
}

.years-txt-box{
	width:380px;
	height:380px;
	background-image:url(../img/rectangle-year.png);
	overflow: visible;
	background-size:cover;
	background-repeat:no-repeat;
	text-align: center;
	vertical-align:middle;
	margin-left:auto;
	margin-right:auto;
}

.years-txt {
	color: #fff;
    font-weight: 800;
    font-size: 158px;
    line-height: 138px;
    text-align: center;
    padding-top: 102px;	
}

.years-exp-txt {
	color:#fff;
	font-weight:300;
	font-size:24px;
	line-height:24px;
	text-align:center;	
}


/*===========================
  Portfolio
============================ */

.title-case-study {
	/*background-image: linear-gradient(100deg, #222, #8a8f95);
	background-clip:text;
	color: transparent;*/
	color: #222;
	font-size:32px; 
	font-weight: 800;
	line-height: 36px;
}

.g-block {
	background: rgba(255,255,255,0);
	width: 100%;
	height: 100%;
	opacity: 1 !important;
}

section.worklb {
	padding: 110px 0 35px;
	background: url(../img/parallax/cover-edit-bl2.jpg);
	color: #fff;
	background-position: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
	background-color: #000;
}

.worklb-header h1.worklb-heading {
	text-transform: uppercase;
	font-weight: 100;
	font-size: 72px;
	line-height: 66px;
	text-shadow: 0px 0px #fff ;
	color:#fff;
}

.port-feat-header{
		position: relative;
		margin-top: 20px;
		opacity: 0;
	}

nav#filter a {
	background-color: #fff;
	border: 1px #222 solid;
	color:#222;
	text-transform: uppercase;
	font-weight:400;
	font-size:12px;
	border-radius:120px;
}
nav#filter a:hover, nav#filter a.current {
	background-color: #222;
	color:#fff;
	border: 1px #222 solid;
}

button.viewproject_btn {
    border: 1px #222 solid;
	background-color: #fff;
	color:#222;
	padding: 8px 16px;
    line-height: 20px;
	font-size: 14px;
	font-weight: 400;
	border-radius:120px;
	margin-top: 0px;
	transition: 300ms ease-out;
}

button.viewproject_btn:hover {
    border: 1px #222 solid;
	background-color: #222;
	color:#fff;
	padding: 8px 16px;
    line-height: 20px;
	font-size: 14px;
	font-weight: 400;
	border-radius:120px;
	margin-top: 0px;
}

/* ------- */

.isotopeWrapper article{
    margin-bottom: 30px;
}

#portfolio img  {
	width:100%;
}

#portfolio article p {
	margin-bottom:1.45em;/*set next row on the baseline*/
}
nav#filter {
	margin-bottom:1.5em;
	margin-left: -25px;
	
}

nav#filter li {
	display:inline-block;
	margin:0 0 0 5px;
}
nav#filter a {
	padding: 4px 12px;
	line-height: 20px;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}


.portfolio-items article img {width:100%;} 

.portfolio-item {
	display: block;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.portfolio-item img {
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;

}
.portfolio-item .portfolio-desc {
    display: block;
    opacity: 0;
    position: absolute;
    width: 100%;
	left: 0;
	top: 0;
	color: rgba(34, 34, 34);
}


.portfolio-item:hover .portfolio-desc {
	padding-top: 20%;
	height: 100%;
    transition: all 200ms ease-in-out 0s;
	opacity: 0.9;
}

.portfolio-item .portfolio-desc a {
	color: #fff;
}
.portfolio-item .portfolio-desc a:hover {
	/*text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.7);*/
	text-decoration: none;
}
.portfolio-item .portfolio-desc .folio-info {
	top:-20px;
	padding: 30px;
	height: 0;
    opacity: 0;
    position: relative;
}

.portfolio-item:hover .folio-info{
	height: 100%;
    opacity: 1;
    transition: all 500ms ease-in-out 0s;
	top:5px;
}



.portfolio-item .portfolio-desc .folio-info h5 {
	text-transform: uppercase;
}
.portfolio-item .portfolio-desc .folio-info p {
	color: #ffffff;
	font-size: 12px;
}

/* ==========================
 --- Featured Project ---
============================= */
.feature_bnr_text{
	font-weight:400; 
	color:#222; 
	font-size:1.1em; 
	line-height:40px; 
	margin:0px 0px 0px 24px;
}

a.feature-bnr {
	display:block;
	background: #FFF;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a.feature-bnr2 {
	display:block;
	background: #FFF;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a.feature-bnr3 {
	display:block;
	background: #FFF;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a.feature-bnr4 {
	display:block;
	background: #FFF;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a.feature-bnr:hover {
	background: #000;
	opacity: 1;
}

img.feature-bnr{
	max-width:86%;
	max-height:auto; 
	margin:28px 0px 20px 28px;
}

img.feature-bnr-ush {
	max-width:68%;
	max-height:auto; 
	margin:28px 0px 20px 28px;
}

.case-study-blk {
	transition: 300ms ease-out;
	overflow: hidden;
}

.case-study-blk:hover {
    filter: grayscale(0);
}

img.feature-hero {
	transition: 300ms ease-out;
}

img.feature-hero:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.feature-role-box {
	padding-top:15px; 
	border-top:1px #777 solid; 
	border-bottom:1px #777 solid; 
	width:65%; 
	margin-top: 60px;
	margin-left: 0px;
	margin-bottom: 80px;
}

.selected-work-hdr {
	opacity: 0;
	padding-top:20px;
}


#featured_break{	
	background-color:#fff;
	overflow: hidden;
}

#featured_break_research {	
	background-color: #3c454f;
	overflow: hidden;
}

#featured_break_screens {	
	background-color: #222;
	overflow: hidden;
}

.section-header h3.section-subheading {
	text-transform: uppercase;
	font-weight: 100;
	font-size: 30px;
	text-shadow: 0px 0px #777 ;
}


.section-text {
   text-align: center;
   margin-top:10em;	
}

.absolute-center {

/* Internet Explorer 10 */
display:-ms-flexbox;
-ms-flex-pack:center;
-ms-flex-align:center;

/* Firefox */
display:-moz-box;
-moz-box-pack:center;
-moz-box-align:center;

/* Safari, Opera, and Chrome */
display:-webkit-box;
-webkit-box-pack:center;
-webkit-box-align:center;

/* W3C */
display:box;
box-pack:center;
box-align:center;

}

.typography-section {
	margin-top:60px; 
	margin-left:-5px; 
	margin-right:0px;
}

img.typography {
	width: 54%;
}

img.colors-1 {
	width:88%; 
	height:auto; 
	margin-top:-20px;
}

img.colors-2 {
	width:96%; 
	height:auto; 
	margin-top:-20px;
}

.iconography-txt-bx {
	width:64%;
	margin-left:auto;
	margin-right: auto;
}

img.iconography-1 {
	width:42%; 
	height:auto; 
	margin-top:40px;
}

img.iconography-2 {
	width:84%; 
	height:auto; 
	margin-top:40px;
}

img.ush-typography {
	width: 40%;
}


/*===========================
  --- Testimonial ----
=========================== */
#testimonals {
	padding-top: 20px;
	padding-bottom:40px;
	position:relative;
	margin-top:50px;
}
.testimonial i {
	color: #fff;
}
.testimonial span.author {
	color: #fff;
	font-weight: 700;
}

.testimonial h5 {
	color: #fff;
	font-size: 18px;
	font-family: Georgia, sans-serif;
	line-height: 1.5em;
}

/*==========================
Clients
=========================== */

	
.clients {
	box-sizing:border-box;
	-webkit-border-radius:0;
		-moz-border-radius:0;
			border-radius:0px;	
	margin: 0 0 20px 0;
}
.clients-photo img {
	-webkit-border-radius:0;
		-moz-border-radius:0;
			border-radius:0;
	opacity: 1;
}

.good-company-hdr {
	opacity: 1;
}

.clients-detail h4 {
	font-weight: 700;
}

.clients-header {
	text-align: center;
}

.clients-header h2.clients-heading {
	text-transform: capitalize;
	font-weight: 100;
	font-size: 52px;
	text-shadow: 0px 0px #fff ;
	color:#fff;
}



/*===========================
  --- Testimonials ----
=========================== */
.people-say-hdr {
	opacity: 1;
}

.testimonial-1 {
	opacity: 1;
}

.testimonial-2 {
	opacity: 1;
}

.testimonial-3 {
	opacity: 1;
}


	

/*===========================
  --- Contact ----
=========================== */

.validation {
	display:none;
	margin: 0 0 20px;
	font-weight:400;
	font-size:13px;
	color:#009d59;
}

.contact-hdr {
	opacity: 1;
}

.contact-form-anime {
	opacity: 1;
}

#sendmessage {
	border:1px solid #339900;
	display:none;
	text-align:center;
	padding:15px 12px 15px;
	margin:10px 0;
	font-weight:600;
	color:#339900;
}

#sendmessage.show,.show  {
	display:block;
	margin-top:30px;
}

#contact-form {
	position: relative;
	z-index: 998;
}

#contact-form input[type=text],#contact-form input[type=email], .contactForm textarea {
	width: 100%;
	background: rgba(238, 238, 238, 1);
	font-family: 'Lato', 'Open Sans', sans serif;
	border: 0;
	font-size:14px;
	text-align: left;
	vertical-align: middle;
	padding:0 10px;
}
#contact-form input[type=text]:focus,#contact-form input[type=email]:focus, .contactForm textarea:focus {
	background: rgba(101, 106, 100, 1);
	color: #eff1ef;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	transition: background 0.25 ease-in;
	-moz-transition: background 0.25 ease-in;
	-webkit-transition: background 0.25 ease-in;
}
#contact-form input[type=text],#contact-form input[type=email] {
	height: 60px;
	margin-bottom:30px;
}
#contact-form input[type=submit] {
	color: #fff;
	width: 185px;
	height: 60px;
	text-shadow: none;
	font-size: 14px;
	padding:0.5em;
	letter-spacing: 0.05em;
	margin: 0 0 20px 0;
	display: block;
	border: 0;
	text-transform: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	opacity: 1;
}
#contact-form input[type=submit]:hover, #contact-form input[type=submit]:active {
	background: #222 !important;
	opacity: .2;
	color:#fff;
}
#contact-form textarea {
	padding-top: 1em;
}

textarea.form-control {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

div.cform-response-output {
	max-width: 60%;
	text-align: center;
	margin-left: 40% !important;
	margin-top: 0.5em !important;
	padding: 0.5em !important;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.cform-not-valid-tip {
	color: #888;
	border: 1px dotted #ad3729 !important;
	width: 100% !important;
	left: 0 !important;
	padding: 0.5em !important;
	font-family: 'Lato', 'Open Sans', sans-serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

/* google map */
#map {
	height: 500px;
}


/*====================
  Clients
==================== */
#clients img {
	opacity: 0.7;
}

#clients img:hover {
	opacity: 1;
}


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

section#footer {
	background: #222;
	margin: 0;
}

section#footer .copyright {
	text-align: center;
	color: #555;
	font-size: 12px;
}

/* footer social icons */
ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.social-network li {
	display: inline;
	margin: 0 5px;
}

/* footer menu */
ul.footer-menu {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.footer-menu li {
	display: inline;
	margin: 0 5px;
}

a.scrollup{
	height:32px;
	width:32px;
	color:#fff;
	font-size:18px;
	line-height:32px;
	text-align:center;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	z-index:9999;
	background-color:#495057;
	opacity:0.5;
}
a.scrollup:hover{
	background-color:#495057;
	opacity:1;
	color:#fff;
}

/*===========================
  --- Templated Components ----
=========================== */

/* footer social icons */
.social-network a.icoRss:hover {
	background-color: #F56505;
}
.social-network a.icoFacebook:hover {
	background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
	background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
	background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
	background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
	background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i, 
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 50px;
	height: 50px;
	font-size:20px;
}
.social-circle li i {
	margin:0;
	line-height:50px;
	text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}


/* stats */
.stats .icon {
	margin: 0 0 20px 0;
}

.stats strong.number {
	font-size: 38px;
	/*background-image: linear-gradient(100deg, #fff, #8a8f95);
	background-clip:text; */
	color: #fff; 
}

.stats span.text {
	font-weight: 700;
	font-size: 24px;
}

/* buttons */
.btn {
	border: 0;
}

.btn.bold {
	font-weight: 600;
}

.btn-cta {
	color: #ffffff;
	border-bottom: 4px solid;
}
.btn-cta:hover {
	color: #ffffff;
}

.btn-cta {
	border-bottom: 2px solid;
}
.btn-cta.btn-lg {
	border-bottom: 4px solid;
}



/* ========================================
Media queries
========================================= */
@media (min-width: 1921px)and (max-width: 2650px){
	
section.section-cs-heroic {
    margin: 0 0 0px 0;
    padding: 80px 0 0 0;
    background: url(../img/portfolio/feature/bg-heroic-hero.png);
    background-size: 70%;
    background-position: right -300px;
    background-repeat: no-repeat;
	z-index: 999;
    background-attachment: scroll;
    overflow: hidden;
    position: relative;
	visibility: hidden;
}
	
.philosophy-bg {
	background-image: url(../img/rectangle-detail-sm.png);
    background-repeat: no-repeat;;
	background-size:cover;
	background-repeat:no-repeat;
	background-position: 35% center;
	background-size: 25%;
	vertical-align:middle;
	margin-left:auto;
	margin-right:auto;
	min-width: 100%;
	min-height:100%;
	overflow: visible;
}	

}

@media (min-width: 1920px){
	
section.section-cs-sm {
    margin: 0;
    padding: 80px 0 550px 0;
    background: url(../img/portfolio/feature/sm-hero-phones.png);
    background-size: 40% !important;
    background-position: right -80px;
    background-repeat: no-repeat;
    z-index: 999;
	   /* background-size: cover;*/
	background-attachment:scroll;
    overflow: hidden;
    position: relative;
}
	
section.section-cs-mysub {
	margin:0;
	padding: 80px 0 480px 0;
	background: url(../img/portfolio/feature/bg-mysub-hero.png);
    background-size: 60%;
    background-position: right -30px;
    background-repeat: no-repeat;
    z-index: 999;
	background-attachment:scroll;
    overflow: hidden;
    position: relative;
}
	
section.section-cs-heroic {
    margin: 0 0 0px 0;
    padding: 80px 0 0 0;
    background: url(../img/portfolio/feature/bg-heroic-hero.png);
    background-size: 80%;
    background-position: right -300px;
    background-repeat: no-repeat;
	z-index: 999;
    background-attachment: scroll;
    overflow: hidden;
    position: relative;
}	
	
section.section-lower-first {
    margin: -550px 0 0 0;
    padding: 60px 0 60px 0;
    z-index: 3;
    position: relative;
}
	
.eyebrow {
	font-size:12px;
	color: #747E88 !important;
	text-transform: uppercase !important;
	font-weight: 700;
	line-height: 12px;
	margin-bottom: 8px;
	letter-spacing: 2px;
}	
	
}

@media (max-width: 1728px){
	
section.section-cs-heroic {
        margin: 0 0 0px 0;
        padding: 80px 0 0 0;
        background: url(../img/portfolio/feature/bg-heroic-hero.png);
        background-size: 60%;
        background-position: right -100px;
        background-repeat: no-repeat;
        z-index: 999;
        background-attachment: scroll;
        overflow: hidden;
        position: relative;
    }
}
	

@media (min-width: 1441px){
	
section.section-cs-sm {
    margin: 0;
    padding: 80px 0 550px 0;
    background: url(../img/portfolio/feature/sm-hero-phones.png);
    /*background-size: 60%;*/
    background-position: right -90px;
    background-repeat: no-repeat;
    z-index: 999;
	   /* background-size: cover;*/
	background-attachment:scroll;
    overflow: hidden;
    position: relative;
}	
	
section.section-cs-mysub {
	margin:0;
	padding: 80px 0 480px 0;
	background: url(../img/portfolio/feature/bg-mysub-hero.png);
    background-size: 65%;
    background-position: right -200px;
    background-repeat: no-repeat;
    z-index: 999;
	   /* background-size: cover;*/
	background-attachment:scroll;
    overflow: hidden;
    position: relative;
}

section.section-cs-heroic {
        margin: 0 0 0px 0;
        padding: 80px 0 0 0;
        background: url(../img/portfolio/feature/bg-heroic-hero.png);
        background-size: 75%;
        background-position: right -110px;
        background-repeat: no-repeat;
        z-index: 999;
        background-attachment: scroll;
        overflow: hidden;
        position: relative;
	}	
	
section.section-lower-first {
    margin: -550px 0 0 0;
    padding: 60px 0 60px 0;
    z-index: 3;
    position: relative;
}
	
.eyebrow {
	font-size:12px;
	color: #747E88 !important;
	text-transform: uppercase !important;
	font-weight: 700;
	line-height: 12px;
	margin-bottom: 8px;
	letter-spacing: 2px;
}	
	
}

@media (min-width: 1200px) and (max-width: 1440px) {
	
.about-txt {
	padding-top: 200px;
	padding-left: 40px;
	visibility: hidden;
}	

section.section-cs-ushear {
    margin: 0;
    padding: 80px 0 340px 0;
    background: url(../img/portfolio/feature/bg-ushear-hero.png);
    background-size: 80%;
    background-position: right -100px;
    background-repeat: no-repeat;
    z-index: 999;
    background-attachment: scroll;
    overflow: hidden;
    position: relative;
}	

section.section-sm-screens {
    margin: 0;
    padding: 40px 0px 0px 0px;
    background: url(../img/portfolio/feature/sm-screens-hero.png);
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: right top;
    overflow: hidden;
    position: relative;
}
	
	
section.section-cs-heroic {
    margin: 0;
    padding: 80px 0 0 0;
    background: url(../img/portfolio/feature/bg-heroic-hero.png);
    background-size: 75%;
    background-position: right -56px;
    background-repeat: no-repeat;
    z-index: 999;
    background-attachment: scroll;
    overflow: hidden;
    position: relative;
}
	
}

@media (min-width: 959px) and (max-width: 1199px) {
	
.navbar-nav {
		margin-top: 0px;
	}
	
nav#filter {
	margin-left:-20px;
}

.feature_bnr_text{
	font-weight:400; 
	color:#222; 
	font-size:1.1em; 
	line-height:1.1em; 
	margin:0px 15px 0px 15px;
	}
	
img.feature-bnr{
	max-width:86%; 
	max-height:auto; 
	margin:28px 24px 20px 24px;
}
	
img.feature-bnr-ush {
	max-width:68%;
	max-height:auto; 
	margin:28px 0px 20px 28px;
}	
	
button.viewproject_btn {
    border: 1px #222 solid;
	background-color: #fff;
	color:#222;
	padding: 4px 12px;
    line-height: 20px;
	font-size: 14px;
	font-weight: 400;
	border-radius:120px;
	margin-top: 15px;
}

button.viewproject_btn:hover {
    border: 1px #222 solid;
	background-color: #222;
	color:#fff;
	padding: 4px 12px;
    line-height: 20px;
	font-size: 14px;
	font-weight: 400;
	border-radius:120px;
	margin-top: 15px;
}	
	
.eyebrow {
	font-size:12px;
	color: #747E88 !important;
	text-transform: uppercase !important;
	font-weight: 700;
	line-height: 12px;
	margin-bottom: 8px;
	letter-spacing: 2px;
}	
	
p.dt-descript {
    height: 200px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
	color:#222;
	font-size: 14px;
}

.about-icon-2 {
	margin: 0 0 32px 0;
    height: 40px;
}

img.process-icon {
	margin: 0 0 32px 0;
    height: 40px;
	width:40px;
}

.about-icon-border-2{
	width: 40px;
    height: 2px;
    background: #222;
    margin-left: left;
    margin-bottom: 40px;	
}

.dt-stage {
	border-top:1px solid #747E88; 
	text-align: center;
	font-weight: 400;
	padding:16px 0 24px 0; 
	color:#747E88; 
	margin-bottom:40px;	
	
}	

section.section-cs-ushear {
    margin: 0;
    padding: 80px 0 330px 0;
    background: url(../img/portfolio/feature/bg-ushear-hero.png);
    background-size: 85%;
    background-position: right top;
    background-repeat: no-repeat;
    z-index: 999;
    background-attachment: scroll;
    overflow: hidden;
    position: relative;
	visibility: hidden;
}		

section.section-sm-screens {
    margin: 0;
    padding: 40px 0 0px 0px;
    background: url(../img/portfolio/feature/sm-screens-hero.png);
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: right top;
    overflow: hidden;
    position: relative;
	visibility: hidden;
}	

}

@media only screen and (min-device-width : 979px) and (max-device-width : 1024px)  {

.navbar-nav {
	margin-top: 0px;
}
	
.eyebrow {
	font-size:12px;
	color: #747E88 !important;
	text-transform: uppercase !important;
	font-weight: 700;
	line-height: 12px;
	margin-bottom: 8px;
	letter-spacing: 2px;
}	
	
.intro-bg {
    background-image: url(../img/rectangle-detail-sm2.png);
    background-repeat: no-repeat;
    background-position: 514px 40px;
    height: 556px;
    background-size: 42%;
    padding-top: 138px;
    padding-left: 28px;
	visibility: hidden;
}
	
.intro-bg2 {
    background-image: url(../img/rectangle-detail-sm2.png);
    background-repeat: no-repeat;
    background-position: 514px 40px;
    height: 556px;
    background-size: 42%;
    padding-top: 138px;
    padding-left: 28px;
}
	
.philosophy-bg {
	background-image: url(../img/rectangle-detail-sm.png);
    background-repeat: no-repeat;;
	background-size:cover;
	background-repeat:no-repeat;
	background-position: 20% center;
	background-size: 70%;
	vertical-align:middle;
	margin-left:auto;
	margin-right:auto;
	min-width: 100%;
	min-height:100%;
	overflow: visible;
}	

section.featured h1.slogan {
/*	background-image: linear-gradient(100deg, #fff, #333);
	background-clip:text;
	color: transparent !important;*/
	color: #FFF;
    font-size: 52px;
	line-height: 44px;
    font-weight: 800;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    margin-bottom: 0px;
    margin-top: 40px;
    text-shadow: 0px 0px 1px #fff;
}
	
section.featured-7 h1.slogan {
    color: #fff;
    font-size: 52px;
	line-height: 44px;
    font-weight: 800;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    margin-bottom: 0px;
    margin-top: 40px;
    text-shadow: 0px 0px 1px #fff;
}	

p.tagline {
    font-size: 32px;
    font-weight: 100;
    margin-top: -12px;
}
	
p.dt-descript {
    height: 200px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
	color:#222;
	font-size: 14px;
}

.about-icon-2 {
	margin: 0 0 32px 0;
    height: 40px;
}

img.process-icon {
	margin: 0 0 32px 0;
    height: 40px;
	width:40px;
}

.about-icon-border-2{
	width: 40px;
    height: 2px;
    background: #222;
    margin-left: left;
    margin-bottom: 40px;	
}

.dt-stage {
	border-top:1px solid #747E88; 
	text-align: center;
	font-weight: 400;
	padding:16px 0 24px 0; 
	color:#747E88; 
	margin-bottom:40px;	
	
}	
		
img.feature-bnr{
	max-width:86%; 
	max-height:auto; 
	margin:28px 28px 20px 28px;
}
	
img.feature-bnr-ush {
	max-width:68%;
	max-height:auto; 
	margin:28px 0px 20px 28px;
}	
	
section.section-cs-sm {
    margin: 0;
    padding: 80px 0 60px 0;
    background: url(../img/portfolio/feature/sm-hero-phones.png);
    background-size: 84%;
    background-position: 320px top;
    background-repeat: no-repeat;
    z-index: 999;
	background-attachment:scroll;
    overflow: hidden;
    position: relative;
}
	
section.section-cs-mysub {
	margin:0;
	padding: 80px 0 380px 0;
	background: url(../img/portfolio/feature/bg-mysub-hero.png);
    background-size: 84%;
    background-position: right top;
    background-repeat: no-repeat;
    z-index: 999;
	background-attachment:scroll;
    overflow: hidden;
    position: relative;
}
	
section.section-cs-ushear {
    margin: 0;
    padding: 80px 0 330px 0;
    background: url(../img/portfolio/feature/bg-ushear-hero.png);
    background-size: 85%;
    background-position: right top;
    background-repeat: no-repeat;
    z-index: 999;
    background-attachment: scroll;
    overflow: hidden;
    position: relative;
}	
	
section.section-cs-heroic {
    margin: 0 0 -30px 0;
    padding: 80px 0 0 0;
    background: url(../img/portfolio/feature/bg-heroic-hero.png);
    background-size: 80%;
	background-position: right top;
    background-repeat: no-repeat;
    z-index: 999;
	background-attachment: scroll;
    overflow: hidden;
    position: relative;
}
	
.slides-desktop {
    display: block;
    margin-left: -30px;
}	
	
.feature-role-box {
    padding-top: 15px;
    border-top: 1px #777 solid;
    border-bottom: 1px #777 solid;
    width: 60%;
    margin-top: 60px;
    margin-left: 0px;
    margin-bottom: 60px;
}	
	
section.section-lower-first {
    margin: -400px 0 0 0;
    padding: 30px 0 20px 0;
    z-index: 3;
    position: relative;
}
	
section.section-lower {
    margin: 0px;
    padding: 20px 0 60px 0;
    z-index: 2;
    position: relative;
}	
	
.screens-buffer {
    height: 320px;
}
	
	
.mysub-alt-screens {
	width: 78%;
	margin-top: 30px;
}	
	
}


@media only screen and (min-width: 768px) and (max-width: 959px) {
	
.navbar-nav {
   margin-top: 0px;
}
	
.section-text {
   margin-top:4em;	
}
	
.about-txt {
	padding-top: 40px;
	padding-bottom: 20px
}
	
.eyebrow {
	font-size:12px;
	color: #747E88 !important;
	text-transform: uppercase !important;
	font-weight: 700;
	line-height: 12px;
	margin-bottom: 8px;
	letter-spacing: 2px;
}	

section.featured h1.slogan {
    color: #fff;
    font-size: 44px;
	line-height: 44px;
    font-weight: 800;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    margin-bottom: 0px;
    margin-top: 40px;
    text-shadow: 0px 0px 1px #fff;
}
	
section.featured-7 h1.slogan {
    color: #fff;
    font-size: 44px;
	line-height: 44px;
    font-weight: 800;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    margin-bottom: 0px;
    margin-top: 40px;
    text-shadow: 0px 0px 1px #fff;
}	

p.tagline {
    font-size: 32px;
    font-weight: 100;
    margin-top: -12px;
}

.intro-bg {
    background-image: url(../img/rectangle-detail-sm2.png);
    background-repeat: no-repeat;
    background-position: 348px 62px;
    height: 556px;
    background-size: 48%;
    padding-top: 138px;
    padding-left: 10px;
}
	
.intro-bg-2 {
    background-image: none;
    background-repeat: no-repeat;
    background-position: 112px 43px;
    height: 556px;
    background-size: 100%;
    padding-top: 138px;
    padding-left: 10px;
    margin-right: 0px;
}		

a.port-btn {
    color: #fff;
    border: 1px #fff solid;
    display: block;
    font-size: 1em;
    letter-spacing: .1em;
    padding: 10px 24px;
    border-radius: 100px;
    width: 10em;
    text-align: center;
    background: none;
    font-weight: 400;
    margin: 72px 0 84px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	visibility: hidden;
}

p.dt-descript {
    height: 80px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
	color:#222;
	font-size: 14px;
}

.about-icon-2 {
	margin: 0 0 32px 0;
    height: 40px;
}

img.process-icon {
	margin: 0 0 32px 0;
    height: 40px;
	width:40px;
}

.about-icon-border-2{
	width: 40px;
    height: 2px;
    background: #222;
    margin-left: left;
    margin-bottom: 40px;	
}

.dt-stage {
	border-top:1px solid #747E88; 
	text-align: center;
	font-weight: 400;
	padding:16px 0 24px 0; 
	color:#747E88; 
	margin-bottom:40px;	
	
}	
	
.years-box {
    vertical-align: middle;
}

img.feature-bnr{
	max-width:95%; 
	max-height:auto; 
	margin:18px 20px 14px 20px;
}
	
img.feature-bnr-ush {
	max-width:78%;
	max-height:auto; 
	margin:28px 0px 20px 10px;
}	
	
.feature_bnr_text {
    font-weight: 400;
    color: #222;
    font-size: .9em;
    line-height: .9em;
    margin: 0px 0px 0px 16px;
}
	
button.viewproject_btn {
    border: 1px #222 solid;
	background-color: #fff;
	color:#222;
	padding: 4px 12px;
    line-height: 20px;
	font-size: 14px;
	font-weight: 400;
	border-radius:120px;
	margin-top: 15px;
}

button.viewproject_btn:hover {
    border: 1px #222 solid;
	background-color: #222;
	color:#fff;
	padding: 4px 12px;
    line-height: 20px;
	font-size: 14px;
	font-weight: 400;
	border-radius:120px;
	margin-top: 15px;
}
	
	
section.section-cs-mysub {
    margin: 0;
    padding: 80px 0 480px 0;
    background: url(../img/portfolio/feature/bg-mysub-hero.png);
    background-size: 95%;
    background-position: 100px top;
    background-repeat: no-repeat;
    z-index: 999;
    background-attachment: scroll;
    overflow: hidden;
    position: relative;
}	
	
.mysub-alt-screens {
	width: 76%;
	margin-top: 30px;
}
	
section.section-cs-ushear {
    margin: 0;
    padding: 80px 0 330px 0;
    background: url(../img/portfolio/feature/bg-ushear-hero.png);
    background-size: 110%;
    background-position: 50px top;
    background-repeat: no-repeat;
    z-index: 999;
    background-attachment: scroll;
    overflow: hidden;
    position: relative;
}	

}

@media (max-width: 768px) {
	
.eyebrow {
	font-size:12px;
	color: #747E88 !important;
	text-transform: uppercase !important;
	font-weight: 700;
	line-height: 12px;
	margin-bottom: 8px;
	letter-spacing: 2px;
}
	
.philosophy-bg {
	background-image: url(../img/rectangle-detail-sm.png);
    background-repeat: no-repeat;;
	background-size:cover;
	background-repeat:no-repeat;
	background-position: 20% center;
	background-size: 70%;
	vertical-align:middle;
	margin-left:auto;
	margin-right:auto;
	min-width: 100%;
	min-height:100%;
	overflow: visible;
}	
	
p.dt-descript {
    height: 80px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
	color:#222;
	font-size: 14px;
}
	
.about-txt {
	padding-top: 40px;
	padding-bottom: 20px
}

.about-icon-2 {
	margin: 0 0 32px 0;
    height: 40px;
}

img.process-icon {
	margin: 0 0 32px 0;
    height: 40px;
	width:40px;
}

.about-icon-border-2{
	width: 40px;
    height: 2px;
    background: #222;
    margin-left: left;
    margin-bottom: 40px;	
}

.dt-stage {
	border-top:1px solid #747E88; 
	text-align: center;
	font-weight: 400;
	padding:16px 0 24px 0; 
	color:#747E88; 
	margin-bottom:40px;	
	
}	

section.section-cs-sm {
    margin: 0;
    padding: 80px 0 370px 0;
    background: url(../img/portfolio/feature/sm-hero-phones.png);
    background-size: 95%;
    background-position: 230px top;
    background-repeat: no-repeat;
    z-index: 999;
	background-attachment:scroll;
    overflow: hidden;
    position: relative;
}
	
section.section-cs-mysub {
	margin:0;
	padding: 80px 0 360px 0;
	background: url(../img/portfolio/feature/bg-mysub-hero.png);
    background-size: 95%;
    background-position: 100px top;
    background-repeat: no-repeat;
    z-index: 999;
	background-attachment:scroll;
    overflow: hidden;
    position: relative;
}

.mysub-alt-screens {
	width: 80%;
	margin-top: 30px;
}
	
section.section-cs-ushear {
    margin: 0;
    padding: 80px 0 330px 0;
    background: url(../img/portfolio/feature/bg-ushear-hero.png);
    background-size: 110%;
    background-position: 50px top;
    background-repeat: no-repeat;
    z-index: 999;
    background-attachment: scroll;
    overflow: hidden;
    position: relative;
}	

section.section-cs-heroic {
    margin: 0 0 -60px 0;
    padding: 80px 0 0 0;
    background: url(../img/portfolio/feature/bg-heroic-hero.png);
    background-size: 90%;
    background-position: right top;
    background-repeat: no-repeat;
    z-index: 999;
    background-attachment: scroll;
    overflow: hidden;
    position: relative;
}	
	
.slides-desktop {
	display: none;
}

.slides-tablet {
	display: block;
	margin-left: -8px;
}
	
.slides-mobile {
	display: none;
}	
	
.section-header-left h3.section-heading-white {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 42px;
    /*color: #fff !important;*/
    text-align: left;
    margin-bottom: 32px;
	background-image: linear-gradient(100deg, #8a8f95, #fff);
	background-clip:text;
	color: transparent !important;
}	
	
.feature-role-box {
    padding-top: 15px;
    border-top: 1px #777 solid;
    border-bottom: 1px #777 solid;
    width: 100%;
    margin-top: 60px;
    margin-left: 0px;
    margin-bottom: 80px;
}
	
.years-txt-box {
    width: 330px;
    height: 330px;
    background-image: url(../img/rectangle-year.png);
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
}
	
.years-txt {
    color: #fff;
    font-weight: 900;
    font-size: 152px;
    line-height: 138px;
    text-align: center;
    padding-top: 74px;
}
	
.years-exp-txt {
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 1px;
}
	
.row.center-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    justify-content: center;
}
	
.screens-buffer {
    height: 300px;
}
	
p.screen-txt {
	margin-right:20px;	
}	
	
section.section-sm-screens {
    margin: 0;
    padding: 40px 0 40px 0px;
    background: url(../img/portfolio/feature/sm-screens-hero.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 90px top;
    overflow: hidden;
    position: relative;
}

p.screens-txt {
		margin-right:12px;
		margin-bottom: 10px;
}
	
img.research-quantitative {
    width: 90%;
}
	
img.research-qualitative {
    width: 110%;
}

img.ush-typography {
	width: 56%;
}
	
}

@media (max-width: 767px) {
	
img.feature-bnr{
	max-width:78%; 
	max-height:auto; 
	margin:28px 28px 10px 28px;
}

img.feature-bnr-ush {
	max-width:58%;
	max-height:auto; 
	margin:28px 0px 20px 10px;
}	
	
.feature_bnr_text {	
    font-weight: 400;
    color: #222;
    font-size: 1em;
    line-height: 1em;
    margin: 0px 15px 15px 15px;
}
	
.eyebrow {
	font-size:12px;
	color: #747E88 !important;
	text-transform: uppercase !important;
	font-weight: 700;
	line-height: 12px;
	margin-bottom: 8px;
	letter-spacing: 2px;
}

.intro-bg {
    background-image: url(../img/rectangle-detail-sm2.png);
    background-repeat: no-repeat;
    background-position: 112px 43px;
    height: 556px;
    background-size: 70%;
    padding-top: 87px;
    padding-left: 10px;
    margin-right: 0px;
}
	
.intro-bg-2 {
    background-image: none;
    background-repeat: no-repeat;
    background-position: 112px 43px;
    height: 556px;
    background-size: 100%;
    padding-top: 87px;
    padding-left: 24px;
    margin-right: 0px;
}		

section.featured h1.slogan {
/*	background-image: linear-gradient(100deg, #fff, #333);
	background-clip:text;
	color: transparent !important;*/
	color: #FFF;
    font-size: 38px;
	line-height:38px;
    font-weight: 800;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    margin-bottom: 0px;
    margin-top: 40px;
    /*text-shadow: 0px 0px 1px #fff;*/
}
	
section.featured-7 h1.slogan {
	background-image: linear-gradient(100deg, #fff, #333);
	background-clip:text;
	color: transparent !important;
    font-size: 38px;
	line-height:38px;
    font-weight: 800;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    margin-bottom: 0px;
    margin-top: 40px;
    /*text-shadow: 0px 0px 1px #fff;*/
}	

p.tagline {
	font-size: 18px;
	font-weight: 300;
	margin-top: -18px;	
}

a.port-btn {
    color: #fff;
    border: 1px #fff solid;
    display: block;
    font-size: 1em;
    letter-spacing: .1em;
    padding: 10px 24px;
    border-radius: 100px;
    width: 10em;
    text-align: center;
    background: none;
    font-weight: 400;
    margin: 126px 0 84px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
	
blockquote.bigquote {
	border: none;
	font-size: 38px;
	font-weight: 700;
	line-height: 1.1em;
	font-family: 'Lato', sans-serif;
}
	
.section-header	h2.section-heading {
	font-size: 52px;
	font-weight: 300;
}
	
.clients-header h2.clients-heading {
	font-size: 52px;
	font-weight: 300;
}

.section-header h3.section-subheading {
	text-transform: capitalize;
	font-weight: 300;
	font-size: 24px;
	text-shadow: 0px 0px #777 ;
}
	
	
.navbar.navbar-fixed-top {
		background-color:transparent;
	}
	.navbar .navbar-collapse ul.nav {
		background-color: #444;
		width: 100%;
		float: none;
		margin:0;
		padding:0;
	}
	.navbar .navbar-collapse ul.nav li {
		border-bottom: 1px solid #666;
	}
	section.featured {
		padding: 124px 0 0px;
		background: url(../img/bg-spot-light.png);
   		background-size: 100%;
    	color: #fff;
    	background-position: left top;
    	background-repeat: no-repeat;
    /* background-size: cover; */
    	background-attachment: scroll;
    	background-color: #222;
	}
	section.featured h2.slogan  {
		font-size:3em;
	}
	
	.team-member,.col-lg-4 {
		margin-bottom: 30px;
	}
	
	.stats .col-md-3 {
		margin-bottom: 30px;
	}
	
	nav#filter {
	margin-left:-50px;
}
	
#dennis_shepherd_logo {
    position: relative;
    top: 24px;
    left: 24px;
    width: 100px;
    height: 140px;
}
   #dennis_shepherd_logo img {	
	width:100px; 
	height:100px;
	top: 2px;
	left: 0px;
	position:relative;

}
	
p.dt-descript {
    height: 80px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
	color:#222;
	font-size: 14px;
}

.about-icon-2 {
	margin: 0 0 32px 0;
    height: 40px;
}

img.process-icon {
	margin: 0 0 32px 0;
    height: 40px;
	width:40px;
}

.about-icon-border-2{
	width: 40px;
    height: 2px;
    background: #222;
    margin-left: left;
    margin-bottom: 40px;	
}

.dt-stage {
	border-top:1px solid #747E88; 
	text-align: center;
	font-weight: 400;
	padding:16px 0 24px 0; 
	color:#747E88; 
	margin-bottom:40px;
	display: none;
	
}
	
.dt-stage-mobile {
    border-bottom: 1px solid #747E88;
    text-align: center;
    font-weight: 400;
    padding: 0px 0 12px 0;
    color: #747E88;
    margin-top: 40px;
    margin-bottom: 40px;
    display: block;
}	

.worklb-header h1.worklb-heading {
	text-transform: uppercase;
	font-weight: 100;
	font-size: 54px;
	line-height: 66px;
	text-shadow: 0px 0px #fff ;
	color:#fff;
}

#testimonials{	
	background-image: url(../img/parallax/img3-low.jpg);
}

nav#filter li {
	display:inline-block;
	margin:0 0 10px 5px;
}

.section-text {
   text-align: center;
   margin-top:4em;	
}

h2.section-heading {
	font-weight: 300;
}
	
section.section-cs-mysub {
    margin: 0;
    padding: 80px 0 480px 0;
    background: url(../img/portfolio/feature/bg-mysub-hero.png);
    background-size: 95%;
    background-position: 110px -100px;
    background-repeat: no-repeat;
    z-index: 999;
    background-attachment: scroll;
    overflow: hidden;
    position: relative;
}


.top_intro_margin-mysub {
    margin-top: 390px;
	visibility: hidden;
}	
	
section.section-mysub-screens {
	margin:0;
	padding:60px 0 20px 0px;
	background: url("../img/portfolio/feature/bg-mysub-screens-hero-sl.png");
	background-repeat: no-repeat;
	background-size: 75%;
	background-position: left top;	
	overflow: visible;
	position: relative;
	display: none;
}

section.section-mysub-screens-mobile {
    margin: 0;
    padding: 40px 0 20px 0px;
    background: url(../img/portfolio/feature/bg-mysub-screens-hero-sl.png);
    background-repeat: no-repeat;
    background-size: 195%;
    background-position: -200px top;
    overflow: visible;
    position: relative;
    display: block;
}	
	
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
	
.years-txt-box {
    width: 320px;
    height: 320px;
    background-image: url(../img/rectangle-year.png);
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
}
	
.years-txt {
    color: #fff;
    font-weight: 800;
    font-size: 140px;
    line-height: 132px;
    text-align: center;
    padding-top: 72px;
}
	
section.section-sm-screens {
    margin: 0;
    padding: 60px 0 40px 0px;
    background: url(../img/portfolio/feature/sm-screens-hero.png);
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: 200px;
    overflow: hidden;
    position: relative;
}	
	
p.screen-txt {
    margin-right: 54px;
}
	
.screens-buffer {
    height: 200px;
}	
	
section.section-cs-ushear {
    margin: 0;
    padding: 80px 0 330px 0;
    background: url(../img/portfolio/feature/bg-ushear-hero.png);
    background-size: 110%;
    background-position: 50px top;
    background-repeat: no-repeat;
    z-index: 999;
    background-attachment: scroll;
    overflow: hidden;
    position: relative;
}	
	
}


@media (max-width: 430px) {
	
.about-txt {
	padding-top: 40px;
	padding-bottom: 20px
}
	

.philosophy-bg {
	background-image: url(../img/rectangle-detail-sm.png);
    background-repeat: no-repeat;;
	background-size:cover;
	background-repeat:no-repeat;
	background-position: 190px 60px;
	background-size: 50%;
	vertical-align:middle;
	margin-left:auto;
	margin-right:auto;
	min-width: 100%;
	min-height:100%;
	overflow: visible;
}	
	
.eyebrow {
	font-size:12px;
	color: #747E88 !important;
	text-transform: uppercase !important;
	font-weight: 700;
	line-height: 10px;
	margin-bottom: 8px;
	letter-spacing: 2px;
}
	
p.dt-descript {
    height: 60px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
	color:#222;
	font-size: 14px;
}

.about-icon-2 {
	margin: 0 0 24px 0;
    height: 40px;
}

img.process-icon {
	margin: 0 0 24px 0;
    height: 40px;
	width:40px;
}

.about-icon-border-2{
	width: 40px;
    height: 2px;
    background: #222;
    margin-left: left;
    margin-bottom: 24px;	
}

.dt-stage {
	border-top:1px solid #747E88; 
	text-align: center;
	font-weight: 400;
	padding:16px 0 24px 0; 
	color:#747E88; 
	margin-bottom:24px;	
	
}	
	
section.section-cs-sm {
    margin: 0;
    padding: 80px 0 370px 0;
    background: url(../img/portfolio/feature/sm-hero-phones.png);
    background-size: 100%;
    background-position: 5px top;
    background-repeat: no-repeat;
    z-index: 999;
	background-attachment:scroll;
    overflow: hidden;
    position: relative;
}
	
section.section-cs-mysub {
    margin: 0;
    padding: 80px 0 310px 0;
    background: url(../img/portfolio/feature/bg-mysub-hero.png);
    background-size: 110%;
    background-position: -10px -80px;
    background-repeat: no-repeat;
    z-index: 999;
    background-attachment: scroll;
    overflow: hidden;
    position: relative;
}
	
section.section-cs-ushear {
    margin: 0;
    padding: 80px 0 330px 0;
    background: url(../img/portfolio/feature/bg-ushear-hero.png);
    background-size: 130%;
    background-position: right top;
    background-repeat: no-repeat;
    z-index: 999;
    background-attachment: scroll;
    overflow: hidden;
    position: relative;
}
	
section.section-cs-heroic {
    margin: 0 0 -60px 0;
    padding: 80px 0 0 0;
    background: url(../img/portfolio/feature/bg-heroic-hero.png);
    background-size: 90%;
    background-position: right top;
    background-repeat: no-repeat;
    z-index: 999;
    background-attachment: scroll;
    overflow: hidden;
    position: relative;
}	
	
.slides-desktop {
	display: none;
}
	
.slides-tablet {
	display: none;
}

.slides-mobile {
	display: block;
	margin-left: -6px;
}	
	
.top_intro_margin {
    margin-top: 400px;
}
	
.top_intro_margin-mysub {
    margin-top: 260px;
	visibility: hidden;
}	
	
.feature-role-box {
    padding-top: 15px;
    border-top: 1px #777 solid;
    border-bottom: 1px #777 solid;
    width: 80%;
    margin-top: 60px;
    margin-left: 0px;
    margin-bottom: 50px;
}
	
section.section-lower-first {
    margin: -365px 0 0 0;
    padding: 0px 0 30px 0;
    z-index: 3;
    position: relative;
}

.section-header-left h2.section-heading-white {
    text-transform: capitalize;
    font-weight: 300;
    font-size: 52px;
	margin-bottom: 42px;
    color: #fff !important;
    text-shadow: 0px 0px #222;
}	
	
.section-header-left h4.section-heading-white{
    text-transform: capitalize;
    font-weight: 300;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 0px;
    color: #fff !important;
    text-align: left;
    margin-top: 40px;
}
	
.section-header-left h4.section-heading-white-pad {
    text-transform: capitalize;
    font-weight: 300;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 0px;
    color: #fff !important;
    text-align: left;
    padding-top: 0px;
}
	
.section-header h4.section-heading-white{
    text-transform: capitalize;
    font-weight: 300;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 0px;
    color: #fff !important;
    text-align: center;
    margin-top: 40px;
}	
	
section.section-lower {
    margin: 0px;
    padding: 20px 0 60px 0;
    z-index: 2;
    position: relative;
}
	
.screens-buffer {
    height: 140px;
}
	
section.section-sm-screens {
    margin: 0;
    padding: 200px 0px 0px 0px;
    background: url(../img/portfolio/feature/sm-screens-hero.png);
    background-repeat: no-repeat;
    background-size: 110%;
    background-position: right top;
    overflow: hidden;
    position: relative;
}
	
.typography-section {
	margin-top:10px; 
	margin-left:-5px; 
	margin-right:0px;
}
	
img.typography {
	width: 54%;
}

img.colors-1 {
	width:97%; 
	height:auto; 
	margin-top:-20px;
}

img.colors-2 {
	width:96%; 
	height:auto; 
	margin-top:-20px;
}

.iconography-txt-bx {
	width:100%;
	margin-left:auto;
	margin-right: auto;
}

img.iconography-1 {
    width: 56%;
    height: auto;
    margin-top: 40px;
}

img.iconography-2 {
	width: 96%;
    height: auto;
    margin-top: 16px;
}
	
.mysub-alt-screens {
    width: 90%;
    margin-top: 30px;
}
	
img.research-quantitative {
    width: 100%;
}
	
img.research-qualitative {
    width: 75%;
}	
	
}

@media only screen and (min-width: 320px) and (max-width: 375px) {
	
.top_intro_margin {
    margin-top: 330px;
}
	
.top_intro_margin-mysub {
    margin-top: 330px;
 	visibility: hidden;
}	
	
.section-header-left h2.section-heading-white {
    text-transform: capitalize;
    font-weight: 300;
    font-size: 42px;
	margin-bottom: 42px;
    color: #fff !important;
    text-shadow: 0px 0px #222;
}
	
.section-header h2.section-heading {
    font-size: 42px;
	font-weight: 300;
}	
	
.eyebrow {
	font-size:12px;
	color: #747E88 !important;
	text-transform: uppercase !important;
	font-weight: 700;
	line-height: 10px;
	margin-bottom: 8px;
	letter-spacing: 2px;
}
	
.intro-bg {
    background-image: none;
    background-repeat: no-repeat;
    background-position: 112px 43px;
    height: 556px;
    background-size: 100%;
    padding-top: 87px;
    padding-left: 10px;
    margin-right: 0px;
}
	
.intro-bg-2 {
    background-image: none;
    background-repeat: no-repeat;
    background-position: 112px 43px;
    height: 556px;
    background-size: 100%;
    padding-top: 87px;
    padding-left: 24px;
    margin-right: 0px;
}	
	
section.featured h1.slogan {
	background-image: linear-gradient(100deg, #fff, #333);
	background-clip:text;
	color: transparent !important;
    font-size: 40px;
    line-height: 40px;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    margin-bottom: 0px;
    margin-top: 40px;
    /*text-shadow: 0px 0px 1px #fff;*/
}
	
section.featured-7 h1.slogan {
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    margin-bottom: 0px;
    margin-top: 40px;
    text-shadow: 0px 0px 1px #fff;
}	
	
p.tagline {
    font-size: 24px;
    font-weight: 200;
    margin-top: -18px;
    margin-right: 20px;
}
	
.about-txt {
	padding-top: 40px;
	padding-bottom: 20px
}	
	
.btn-filter {
    font-weight: 500;
    font-size: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}	
	
.years-txt-box {
    width: 280px;
    height: 280px;
    background-image: url(../img/rectangle-year.png);
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
}

.years-txt {
    color: #fff;
    font-weight: 900;
    font-size: 120px;
    line-height: 98px;
    text-align: center;
    padding-top: 74px;
}
	
section.section-cs-sm {
    margin: 0;
    padding: 80px 0 370px 0;
    background: url(../img/portfolio/feature/sm-hero-phones.png);
    background-size: 120%;
    background-position: 0px top;
    background-repeat: no-repeat;
    z-index: 999;
    background-attachment: scroll;
    overflow: hidden;
    position: relative;
}
	
section.section-cs-mysub {
    margin: 0;
    padding: 0px 0 310px 0;
    background: url(../img/portfolio/feature/bg-mysub-hero.png);
    background-size: 80%;
    background-position: right -40px;
    background-repeat: no-repeat;
    z-index: 999;
    background-attachment: scroll;
    overflow: hidden;
    position: relative;
}
	
section.section-cs-ushear {
    margin: 0;
    padding: 80px 0 330px 0;
    background: url(../img/portfolio/feature/bg-ushear-hero.png);
    background-size: 130%;
    background-position: right top;
    background-repeat: no-repeat;
    z-index: 999;
    background-attachment: scroll;
    overflow: hidden;
    position: relative;
}
	
section.section-cs-heroic {
    margin: 0 0 -60px 0;
    padding: 80px 0 0 0;
    background: url(../img/portfolio/feature/bg-heroic-hero.png);
    background-size: 108%;
    background-position: right top;
    background-repeat: no-repeat;
    z-index: 999;
    background-attachment: scroll;
    overflow: hidden;
    position: relative;
}

.slides-mobile {
	display: block;
	margin-left: -32px;
}	
	
.top_intro_margin-mysub {
    margin-top: 200px;
	visibility: hidden;
}	
	
.screens-buffer {
    height: 170px;
}
	
p.screen-txt {
	margin-right:10px;	
}	
	
}

@media (max-width: 320px) {
	
section.section-cs-mysub {
    margin: 0;
    padding: 0px 0 310px 0;
    background: url(../img/portfolio/feature/bg-mysub-hero.png);
    background-size: 100%;
    background-position: 16px -58px;
    background-repeat: no-repeat;
    z-index: 999;
    background-attachment: scroll;
    overflow: hidden;
    position: relative;
}	

section.section-cs-ushear {
    margin: 0;
    padding: 80px 0 330px 0;
    background: url(../img/portfolio/feature/bg-ushear-hero.png);
    background-size: 160%;
    background-position: right top;
    background-repeat: no-repeat;
    z-index: 999;
    background-attachment: scroll;
    overflow: hidden;
    position: relative;
}
	
section.section-cs-heroic {
    margin: 0 0 -60px 0;
    padding: 80px 0 0 0;
    background: url(../img/portfolio/feature/bg-heroic-hero.png);
    background-size: 108%;
    background-position: right top;
    background-repeat: no-repeat;
    z-index: 999;
    background-attachment: scroll;
    overflow: hidden;
    position: relative;
}
	
.slides-mobile {
	display: block;
	margin-left: -50px;
}	
	
.section-header-left h3.section-heading-white {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 35px;
    text-align: left;
    margin-bottom: 32px;
	background-image: linear-gradient(100deg, #8a8f95, #fff);
	background-clip:text;
	color: transparent !important;
}	
	
}
	
/* ========================================
NEW MENU
========================================= */	
	
.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: absolute;
  top: 0;
  width: 100%; }
  .site-navbar .site-logo {
    position: relative;
    left: 0;
    font-size: 24px; }
  .site-navbar .site-navigation .site-menu {
    margin-bottom: 0; }
    .site-navbar .site-navigation .site-menu .active {
      color: #fff;
      display: inline-block;
      padding: 20px 20px; }
    .site-navbar .site-navigation .site-menu a {
      text-decoration: none !important;
      display: inline-block;
	  -webkit-transition: all 0.3s ease-in-out;
	  -moz-transition: all 0.3s ease-in-out;
	  -o-transition: all 0.3s ease-in-out;
	  transition: all 0.3s ease-in-out;}
    .site-navbar .site-navigation .site-menu > li {
      display: inline-block; }
      .site-navbar .site-navigation .site-menu > li > a {
        padding: 20px 20px;
        font-size: 13px;
		color: rgba(255, 255, 255, .7);
        text-transform: uppercase;
        display: inline-block;
        text-decoration: none !important;
	    -webkit-transition: all 0.3s ease-in-out;
	    -moz-transition: all 0.3s ease-in-out;
	    -o-transition: all 0.3s ease-in-out;
	    transition: all 0.3s ease-in-out;}
        .site-navbar .site-navigation .site-menu > li > a:hover {
          color: #fff; }
      .site-navbar .site-navigation .site-menu > li.social > a {
        padding-left: 5px;
        padding-right: 5px; }
    .site-navbar .site-navigation .site-menu .has-children {
      position: relative; }
      .site-navbar .site-navigation .site-menu .has-children > a {
        position: relative;
        padding-right: 20px; }
        .site-navbar .site-navigation .site-menu .has-children > a:before {
          position: absolute;
          content: "\e313";
          font-size: 16px;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: 'icomoon'; }
      .site-navbar .site-navigation .site-menu .has-children .dropdown {
        visibility: hidden;
        opacity: 0;
        top: 100%;
        position: absolute;
        text-align: left;
        border-top: 2px solid #007bff;
        -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        padding: 0px 0;
        margin-top: 20px;
        margin-left: 0px;
        background: #fff;
        -webkit-transition: 0.2s 0s;
        -o-transition: 0.2s 0s;
        transition: 0.2s 0s; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
          position: absolute; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            bottom: 100%;
            left: 20%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: #fff;
            border-width: 10px;
            margin-left: -10px; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown a {
          text-transform: none;
          letter-spacing: normal;
          -webkit-transition: 0s all;
          -o-transition: 0s all;
          transition: 0s all;
          color: #000; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown .active {
          color: #007bff !important; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
          list-style: none;
          padding: 0;
          margin: 0;
          min-width: 210px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
            padding: 9px 20px;
            display: block; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
              background: #eff1f3;
              color: #000; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
            content: "\e315";
            right: 20px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
            left: 100%;
            top: 0; }
      .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
        color: #007bff; }
      .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
        cursor: pointer; }
        .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          margin-top: 0px;
          visibility: visible;
          opacity: 1; }

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
      float: right;
      margin-top: 8px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
        font-size: 24px;
		color: #222;
        display: inline-block;
        padding-left: 10px;
        padding-right: 0px;
        line-height: 1;
        cursor: pointer;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
      float: left;
      margin-top: 10px;
      margin-left: 0px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
        display: inline-block;
        text-transform: uppercase; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
          max-width: 70px; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
          text-decoration: none; }
  .site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px; }
  .site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
    .site-mobile-menu .site-nav-wrap a {
      padding: 10px 20px;
      display: block;
      position: relative;
      color: rgba(0, 0, 0, 0.7);
	  -webkit-transition: all 0.3s ease-in-out;
	  -moz-transition: all 0.3s ease-in-out;
	  -o-transition: all 0.3s ease-in-out;
	  transition: all 0.3s ease-in-out;}
      .site-mobile-menu .site-nav-wrap a:hover {
        color: rgba(0, 0, 0, 1); }
    .site-mobile-menu .site-nav-wrap li {
      position: relative;
      display: block; }
      .site-mobile-menu .site-nav-wrap li .active {
        color: rgba(0, 0, 0, 1); }
    .site-mobile-menu .site-nav-wrap .social {
      display: inline-block; }
    .site-mobile-menu .site-nav-wrap .arrow-collapse {
      position: absolute;
      right: 0px;
      top: 10px;
      z-index: 20;
      width: 36px;
      height: 36px;
      text-align: center;
      cursor: pointer;
      border-radius: 50%; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
        background: #f8f9fa; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
        font-size: 12px;
        z-index: 20;
        font-family: "icomoon";
        content: "\f078";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .site-mobile-menu .site-nav-wrap > li {
      display: block;
      position: relative;
      float: left;
      width: 100%; }
      .site-mobile-menu .site-nav-wrap > li.social {
        float: none !important;
        width: auto !important; }
      .site-mobile-menu .site-nav-wrap > li > a {
        padding-left: 20px;
        font-size: 20px; }
      .site-mobile-menu .site-nav-wrap > li > ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .site-mobile-menu .site-nav-wrap > li > ul > li {
          display: block; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > a {
            padding-left: 40px;
            font-size: 16px; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
            padding: 0;
            margin: 0; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
              display: block; }
              .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                font-size: 16px;
                padding-left: 60px; }
    .site-mobile-menu .site-nav-wrap[data-class="social"] {
      float: left;
      width: 100%;
      margin-top: 30px;
      padding-bottom: 5em; }
      .site-mobile-menu .site-nav-wrap[data-class="social"] > li {
        width: auto; }
        .site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
          padding-left: 15px !important; }

.sticky-wrapper {
  position: absolute;
  z-index: 1998;
  width: 100%; }
  .sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  .sticky-wrapper .site-navbar {
    border-bottom: 1px solid rgba(255, 255, 255, 0); }
    .sticky-wrapper .site-navbar .site-menu-toggle {
      color: #fff; }
    .sticky-wrapper .site-navbar .site-logo a {
      color: #fff; }
    .sticky-wrapper .site-navbar .site-menu > li > a {
      color: rgba(255, 255, 255, 0.7) !important; }
      .sticky-wrapper .site-navbar .site-menu > li > a:hover, .sticky-wrapper .site-navbar .site-menu > li > a.active {
        color: #fff !important; }
  .sticky-wrapper.is-sticky .site-navbar {
    background: #222;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1); }
    .sticky-wrapper.is-sticky .site-navbar .site-menu-toggle {
      color: #fff; }
    .sticky-wrapper.is-sticky .site-navbar .site-logo a {
      color: #007bff; }
    .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a {
      color: rgba(255, 255, 255, 0.7) !important; }
      .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a:hover, .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a.active {
        color: #fff !important; }
	


/* NEW GALLERY 2025  */

h5.gallery {
	margin-bottom: 24px;
	font-size: 20px;
	font-weight: 300;
}

.gallery-img {
    position:relative;
    width:400px;
    height:400px;
	opacity: 1;
  	display: block;
  	transition: .5s ease;
 	backface-visibility: hidden;
}

img.gallery-img  {
    width:100%;
    vertical-align:top;
	display: block;
}


.gallery-img-txt {
	position: absolute;
	inset: 0;
	color: white;
    font-size: 32px;
	font-weight: 900;
    padding: 16px 32px;
	background: rgba(0, 0, 0, .75);
	display: flex;
	justify-content: center;
	align-items: center;
}

img.gallery-img, .gallery-img-txt {
	transition: 300ms ease-out;
	
}

.gallery-img-txt {
	opacity: 0;
}

.gallery-img-txt:hover {
	opacity: 1;
}


img.gallery-img:hover  {
    filter: grayscale(0);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

/*.gallery-img:after {
    content:'\A';
    position:absolute;
    width:100%; 
	height:100%;
    top:0; 
	left:0;
    background:rgba(0,0,0,0.8);
    opacity:1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}*/

.portfolio-menu{
	text-align:center;
}
.portfolio-menu ul li{
	display:inline-block;
	margin:0;
	list-style:none;
	padding:10px 15px;
	cursor:pointer;
	-webkit-transition:all 05s ease;
	-moz-transition:all 05s ease;
	-ms-transition:all 05s ease;
	-o-transition:all 05s ease;
	transition:all .5s ease;
}

.portfolio-item{
	/*width:100%;*/
}
.portfolio-item .item{
	/*width:303px;*/
	float:left;
	margin-bottom:10px;
}