/*
	Theme Name: InVision Media 2018
	Description: Custom Web Design
	Version: 2.0
	Author: Doctor P @ InVision Media
	Author URI: http://www.invision.com.au
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
}
body {
	font-family: 'Poppins', sans-serif;
	color:#444;
	padding-top: 200px;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
	-webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
strong {
	font-weight: 600;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
.mobile {
	display: none;
}
h1 {
	font-weight: 400;
	font-size: 32px;
	line-height: 40px;
    margin-top: 0px;
}
h2, h3 {
	font-weight: 500;
}
h2 {
	font-size: 32px;
	line-height: 40px;
	margin-top: 0px;
}
h2.special {
	position: absolute;
    bottom: 0px;
    right: 0%;
	width: 100%;
    left: 0%;
    text-align: center;
}
.testimonials-right h2 {
    color: #d82438;
    font-size: 28px;
    margin: 0px;
}
.page-id-192 .portfolio-text h3 {
	font-size: 28px;
	color: #d82438;
}
ul.services li h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    margin-top: 0px;
	color: #d82438;
}
.page-sub-banner h2 strong, .page-sub-banner h1 strong {
    color: #d82438;
	font-weight: 400;
	margin:0px;
}
.page-sub-banner h2, .page-sub-banner h1{
	margin:0px;
}
.portfolio-text h2{
	font-size: 28px;
    line-height: 34px;
	color: #d82438;
	margin: 0px 0px 20px 0px;
}
#responsive-menu-container #responsive-menu-additional-content {
	padding: 25px 2%!important;
}
div#responsive-menu-title {
    background-color: #f2f2f2!important;
    color: #222!important;
    font-size: 24px!important;
	padding: 20px 2.5%!important;
}
/* wrapper */
.wrapper {
	width: 100%;
	margin:0;
	float:left;
}
/* header */
.header.clear {
	width: 100%;
	margin:0;
	position: fixed;
	top: 0px;
	z-index: 9999;
	float:left;
	height: 200px;
	padding: 0px 5%;
	background-color:#fff;
	-webkit-transition: height .2s ease-in;
    -moz-transition: height .2s ease-in;
    -o-transition: height .2s ease-in;
    transition: height .2s ease-in;
}
.header.clear.sticky {
    height: 80px;
	padding: 0px 5%;
}

/* logo */
.logo {
	float: left;
}
.logo-img {
    max-width: 240px;
	float: left;
	margin-top: 40px;
	-webkit-transition: max-width .2s ease-in;
    -moz-transition: max-width .2s ease-in;
    -o-transition: max-width .2s ease-in;
    transition: max-width .2s ease-in;
}
.header.clear.sticky .logo-img {
    max-width: 120px;
	margin-top: 10px;
}

/* nav */
.desktop {
    width: 100%;
    margin: 20px 0% 0px 4%!important;
    float: left;
	color: #222;
	font-size: 14px;
}
.desktop h2 {
    margin: 0px 0px 20px 0px!important;
}
ul#responsive-menu {

}
#responsive-menu-container {
    padding: 0px 2%;
}
.nav {

}
.nav ul li a {
	font-family: 'Muli', sans-serif;
	text-transform: lowercase;
    font-size: 15px;
	letter-spacing: 1px;
    color: #333;
    text-decoration: none;
    font-weight: 400;
    display: block;
    width: auto;
    float: left;
    padding: 16px 20px;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.nav ul li a:hover {
	color: #d82538;
}

.nav ul {
    list-style: none;
    padding: 0;
    margin: 0px 0px 0px 0px;
    float: right;
    position: relative;
    z-index: 3000;
}
.nav ul li {
    float: left;
    position: relative;
    width: auto;
	margin: 0px 0px 0px 0px;
}
.nav li ul {
    position: absolute;
    top: 0;
    display: none;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    float: left;
}
/* Page Banners */
.page-banner {
	width: 100%;
	margin: 0px 0px 0px 0px;
	min-height: 800px;
	padding:0px;
	position: relative;
	background-color:#eee;
	float:left;
}
.banner-content {
    position: absolute;
    bottom: 60px;
    right: 0px;
	color:#fff;
    padding: 20px 40px 20px 0px;
    background-image: url(img/banner-content-bg.png);
	background-repeat: repeat-y;
	background-size: 100% auto;
	background-position: top right;
}
.client-name {
    width: 100%;
    float: left;
    font-size: 24px;
    line-height: 30px;
	text-align:right;
}
.client-services {
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 22px;
	text-align:right;
	text-transform: uppercase;
}
/* Slider */
.rslides1_nav.next {
	left: auto;
	background-position: right top;
	right: 0;
}
.rslides1_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 50%;
	left: 0;
	z-index: 9999;
	opacity: 1;
	color:#fff;
	text-indent:-9999px;
	overflow: hidden;
	text-decoration: none;
	height: 61px;
	width: 38px;
	background: transparent url("img/arrows.png") no-repeat left top;
	margin-top: -45px;
}
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0px;
	margin: 0; 
	z-index:0;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%; 
	left: 0;
	padding: 0px;
	min-height: 800px;
	background-size:cover; 
	background-position: center;
	top: 0;
}
.page-id-2 .rslides li {
	background-position: center;
}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
/* banner Video */
.final-video {
	width: 100%;
	float:left;
	position: relative;
	padding:0px 4% 80px 4%;
    margin: -80px 0px 0px 0px;
}
.videoWrapper-inner {
	max-width: 1140px;
	margin: 0px auto;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 4px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.PortvideoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 4px;
	height: 0;
}
.PortvideoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Sub banner */
.page-sub-banner {
    width: 100%;
    padding: 80px 5%;
    float: left;
    text-align: center;
	font-size: 14px;
	line-height: 22px;
}
.page-id-192 .page-sub-banner, .page-id-196 .page-sub-banner, .single-portfolio .page-sub-banner, .page-id-194 .page-sub-banner {
    background-color: #f2f2f2;
	/*border-bottom: solid 1px #ccc;*/
	padding: 60px 20%;
}
.page-id-192 .page-sub-banner {
    background-color: #d82438;
    color: #fff;
	padding: 60px 5%;
	text-align: left;
}
.page-sub-banner strong {
    font-weight: 400;
    margin-left: 10px;
    margin-right: 10px;
}
.page-template-page-portfolio .page-sub-banner {
	display: none;
}
/* Cotent */
.home-image-breaker {
    width: 100%;
    float: left;
    height: 740px;
    background-size: cover;
	background-position: center;
}
.content-wrapper {
	width: 100%;
	float: left;
	padding: 100px 5%;
}
.content-wrapper.dark {
    background-color: #eee;
	padding: 60px 5%;
}
.page-id-2 .content-wrapper {
	color: #fff;
    background-color: #d82438;
}
.page-id-190 .content {
    margin-top: 80px;
}
.page-id-190 .content-wrapper.content1 {
    padding: 0px 5% 80px 5%;
}
.whitebars {
    height: 4px;
    background-color: #fff;
    width: 50%;
    margin: 40px 0px;
}
.page-id-192 .content-wrapper.content2 {
    color: #fff;
    background-color: #d82438;
}
.content-wrapper.content2 {
    color: #333;
    background-color: #fff;
}
.content-wrapper.values {
    background-color: #f8f8f8;
	color: #333;
}
.content-wrapper.values .content {
    display: block;
}
/* values 2020 */
.content-wrapper.values2020 {
    background-color: #252525;
    color: #fff;
    padding: 320px 5%;
	position:relative;
	height: 740px;
	overflow: hidden;
}
.video-wrapper {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index:10;
}
.dark-overlay {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	bottom: 0px;
	z-index:100;
	background-color: rgba(34, 34, 34, 0.4);
}
.video-wrapper video {
	width: 100%;
	height: 100%;
}
.content.values2020 {
    text-align: center;
}
.page-id-2 .rslides2_nav, .page-id-2 .rslides_nav {
    display: none;
}
.weare {
	width: 50%;
    text-align: right;
    height: 80px;
    float: left;
	color: #d82438;
    margin: 0px;
    padding: 0px 14px 0px 0px;
    font-size: 60px;
	font-weight: 600;
	line-height: 60px;
	position: relative;
	z-index: 999;
}
.magicwords {
	height: 80px;
	min-height: 80px!important;
}
ul.values-words {
	width: 50%;
    text-align: left;
	float: left;
	font-size: 60px;
	line-height: 60px;
	font-weight: 600;
    list-style: none;
    margin: 0px;
    padding: 0px;
	position: relative;
	z-index: 300;
}
ul.values-words li {
	width: 100%;
	float: left;
	height: 80px!important;
	min-height: 80px!important;
}
/* values 2020 END */
.content-wrapper.content3 {
    color: #333;
    background-color: #f4c1c7;
	position: relative;
}
.page-id-196 .content-wrapper.content2 {
    color: #333;
    background-color: #f4c1c7;
	position: relative;
	padding: 100px 5%;
}
.page-id-196 .content.notalwaysflex {
    display: block;
}
.content-left {
	width: 45%;
	margin: 0px 5% 0px 0px;
	float: left;
}
.page-sub-banner .content-left, .page-template-page-portfolio .content-left {
	width: 55%;
	margin: 0px 0% 0px 0px;
}
.content-right {
	width: 45%;
	margin: 0px 0px 0px 5%;
	float: left;
	text-align:center;
	position: relative;
}
.home-content-left {
    width: 50%;
    float: left;
	margin: 0px 5% 0px 0px;
}
.home-content-left.right {
    float: right;
	margin: 0px 0px 0px 5%;
}
.home-content-right {
    width: 45%;
    float: left;
	text-align: center;
}
.home-content-right a{
	position: relative;
    margin-top: 20%;
}
.page-id-2 .content-right {
	text-align: center;
}
.page-id-196 .content-right {
	text-align: left;
}
.content-right p {
	position: absolute;
    top: 50%;
    width: 100%;
    transform: translate(0, -50%);
}
.page-id-194 .content-right p {
	position: relative;
    top: 0%;
    width: 100%;
    transform: translate(0, 0%);
	text-align: left;
}
.parent-pageid-192 .content-wrapper.content1 {
	color: #fff;
    background-color: #d82438;
}
.page-id-194 .content-wrapper.content1 {
	display:none;
}
.page-id-194 .content-right {
	margin: 50px 0px 0px 5%;
}
.content {
	max-width: 1140px;
	margin: 0px auto;
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
}
.home .home-content-left, .home .home-content-right {
	opacity: 0;
}
.page-id-196 .content, .parent-pageid-192 .content, .page-id-192 .content2 {
	display: flex;
}
.page-id-192 .nothere, .page-id-194 .nothere {
	display: none;
}
.page-template-page-portfolio .content {
	display: flex;
}
.port-con {
	margin: 0px auto;
	max-width: 1440px;
}
a.readmore {
    border: solid 2px #333;
    padding: 20px 30px;
	width: 50%;
	font-weight: 500;
	display: inline-block;
    text-align: center;
}
a.readmore.back {
    width: 30%;
	border: solid 2px #fff!important;
    margin: 110px 35% 0px 35%;
}
a.readmore.white {
	color: #fff;
	border: solid 2px #fff;
}
a.readmore.white:hover {
	border: solid 2px #fff;
	color: #d82438;
	background-color: #fff;
}
a.readmore:hover {
    border: solid 2px #d82438;
    color: #fff;
	background-color: #d82438;
}
blockquote {
    font-family: 'Muli', sans-serif;
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 32px;
	line-height: 40px;
	font-weight: ;
}
ul.ninvicircles {
    list-style: none;
    margin: 40px 0px;
    padding: 0px;
    width: 100%;
    float: left;
}
ul.ninvicircles li {
    list-style: none;
    margin: 0px 1.333% 20px 1.333% ;
    padding: 0px;
    width: 14%;
    float: left;
}
ul.ninvicircles li img {
	opacity: 0;
	margin-top: 0px;
	-webkit-transition: margin-top .2s ease-in;
    -moz-transition: margin-top .2s ease-in;
    -o-transition: margin-top .2s ease-in;
    transition: margin-top .2s ease-in;
}
ul.ninvicircles li img:hover {
	margin-top: -14px;
}
.waitforit1 {
    animation-delay: 0.1s;
}
.waitforit2 {
    animation-delay: 0.2s;
}
.waitforit3 {
    animation-delay: 0.3s;
}
.waitforit4 {
    animation-delay: 0.4s;
}
.waitforit5 {
    animation-delay: 0.5s;
}
.testim-wrapper {
    background-color: #f5f5f5;
    padding: 40px 4%;
    width: 100%;
    float: left;
	margin: -30px 0px 60px 0px;
}
.testim-wrapper blockquote{
    font-size: 24px;
    line-height: 32px;
}
.testim-wrapper h2 {
    font-size: 28px;
    line-height: 34px;
    color: #d82438;
    margin: 0px 0px 20px 0px;
}
/* Clients */
ul.client-logos {
    width: 100%;
    float: left;
    margin: 60px 0px;
    padding: 0px;
    list-style: none;
}
ul.client-logos li {
    width: 20%;
    float: left;
    margin: 0px;
    padding: 0px 4%;
	text-align:center;
    list-style: none;
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
	-webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
ul.client-logos li img {
	max-width: 160px;
}
ul.client-logos li:hover {
    width: 20%;
    float: left;
    margin: 0px;
    padding: 0px 4%;
	text-align:center;
    list-style: none;
	-webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}
/* Team */
.team-content {
    width: 100%;
    float: left;
    position: relative;
}
.team-content h3 {
	position: absolute;
    bottom: 10px;
    left: 20px;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    margin: 0px;
}
.team-summary-title {
    position: absolute;
    top: 45%;
    text-align: center;
    width: 100%;
    left: 0px;
	font-size:20px;
    right: 0px;
}
ul.teamsters {
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    float: left;
	display: flex;
	flex-wrap: wrap;
}
ul.teamsters li{
    list-style: none;
	position: relative;
    margin: 0px 3% 40px 0px;
    padding: 0px 0%;
    width: 31.333%;
    float: left;
	text-align: center;
}
.profile-hover {
	position:absolute;
	bottom:0px;
	left: 0px;
	right: 0px;
	top:0px;
	text-align: left;
	padding:16px 5%;
	color:#fff;
	/*background-color: rgba(34,34,34,.7);*/
	opacity: 0;
}
.profile-hover:hover {
opacity: 1;
}
ul.teamsters li:nth-of-type(3n+3) {
	margin: 0px 0% 40px 0px;
}
ul.teamsters li img{
	margin-bottom: 0px;
}
.staff-bio-drop h3 {
    color: #fff;
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 0px 5%;
}
.stafftrigger {
	position: absolute;
	z-index: 999;
    top: 0px;
    right: 0px;
    font-size: 16px;
    line-height: 16px;
    padding: 6px 10px;
    background: #d82438;
	border:none;
    color: #fff;
}
.stafftrigger:hover {
	background: #fff;
    color: #d82438;
}
.staff-bio-drop {
    width: 100%;
    float: left;
    text-align: left;
	padding: 18px;
    font-size: 14px;
    line-height: 22px;
	position: relative;
    top: 0px;
	display: none;
	background-color: #eee;
	color:#222;
}
/* Portfolio */
ul.profilio-content {
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    float: left;
}
ul.profilio-content li {
	/*display: flex;*/
    list-style: none;
    margin: 0px 0px 40px 0px;
    padding: 0px;
    width: 100%;
    float: left;
	background-color:#f5f5f5;
	position:relative;
}
.portfolio-text {
    width: 50%;
    float: left;
    padding: 40px 5%;
}
.page-id-192 .portfolio-text {
min-height:340px;
}

.portfolio-text blockquote {
    font-size: 24px;
    line-height: 32px;
}
.portfolio-image {
    width: 50%;
    float: left;
    padding: 40px 5%;
	background-size: cover;
	background-position: center;
	background-color: #ddd;
}
.portfolio-more-info {
    color: #fff;
    background-color: #d82438;
    width: 100%;
    float: left;
    padding: 40px 5% 80px 5%;
}
/* Case Study versiosn */
.page-sub-banner.case-study {
    background-color: #fff;
}
.content-wrapper.case-study {
    background-color: #;
    padding-top: 0px;
}
.content.case-study {
    max-width: 1240px;
}
.portfolio-text.case-study {
    width: 100%;
    padding: 80px 14% 80px 14%;
}
.portfolio-image.case-study {
    width: 100%;
    padding: 0px;
}
.portfolio-image.case-study img {
    width: 100%;
}
.portfolio-video.case-study {
    width: 100%;
    padding: 0px;
	float: left;
}
li.portcontainer.case-study {
    margin: 0px;
}
.portfolio-text-inner {
	max-width: 860px;
	margin: 0px auto;
}

/* Case Study versiosn END */
p.introtext {
    font-size: 20px;
}
.portfolio-more-info h3 {
    margin-left: 5%;
}
.portfolio-more-inner {
    max-width: 1140px;
    margin: 0px auto;
}
ul.profilio-linky {
    width: 100%;
    float: left;
    list-style: none;
    margin: 0px;
    padding: 0px;
}
ul.profilio-linky li{
	width: 40%;
    float: left;
    list-style: none;
    margin: 0px 5%;
    padding: 24px 0px;
    border-bottom: solid 1px #fff;
}
ul.profilio-linky a{
	color: #fff;
}
.more-link-text {
    width: 90%;
    float: left;
}
.more-link-arrow {
    width: 10%;
    float: left;
	position: relative;
	text-align: right;
}
img.more-arrow-white {
    width: 14px;
}

.portfolio-summary-title {
    width: 100%;
	float: left;
	padding: 30px 5%;
	color:#fff;
	background-color: ;
	position:absolute;
	top:0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	opacity: 0;
	-webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
	z-index:99;
} 
.portfolio-summary-title:hover {
	opacity: 1;
	background-color:rgba(34, 34, 34, 0.94);
} 
.portfolio-summary-title h2 {
    font-size: 22px;
	line-height: 30px;
    margin: 0px;
}
.content-wrapper.portfolio {
    background-color: #d82438;
	color: #fff;
}
ul.portfolio-list {
    list-style: none;
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
}
ul.portfolio-list {
    list-style: none;
    margin: 40px 0px 0px 0px;
    padding: 0px;
}
ul.portfolio-list li {
    list-style: none;
    margin: 0px;
    padding: 0px;
	width: 49%;
	font-size: 14px;
    float: left;
    margin: 0px 0.5% 48px 0.5%;
}
.hover-logo {
	max-width: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -60px;
    margin-left: -100px;
}
ul.portfolio-list li strong {
	position: absolute;
    top: 50%;
    left: 50%;
	font-size: 22px;
    margin-left: -40px;
	font-weight: 400;
    letter-spacing: 1px;
}
ul.portfolio-list li h2 {
	font-size: 20px;
    margin: 10px 0px -6px 0px;
    width: 100%;
    float: left;
}
.portfolio-summary {
    width: 100%;
    float: left;
    margin: 0px 0px;
	position: relative;
}
/* Services */
ul.servicesnotes {
    list-style: none;
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
}

ul.servicesnotes li {
	font-size: 14px;
    line-height: 22px;
    list-style: none;
    width: 100%;
    float: left;
    margin: 0px;
    padding: 18px 0px;
	text-align: left;
	border-bottom: solid 1px #333;
}
img.services-notes-sqr {
    width: 30px;
    float: left;
    margin: 0px 20px 10px 0px;
}

ul.services {
    list-style: none;
    width: 100%;
    float: left;
    margin: 20px 0px;
    padding: 0px;
}

ul.services li{
    list-style: none;
    width: 42%;
    float: left;
    margin: 0px 8% 20px 0px;
    padding: 40px 0px;
    min-height: 280px;
	border-bottom: solid 1px #ccc;
}
.servive-list-content {
    width: 80%;
    float: left;
	padding-right: 5%;
    font-size: 14px;
    line-height: 22px;
}
.servive-list-arrow {
    width: 20%;
    float: left;
	position: relative;
	text-align: right;
}
img.more-arrow {
    max-width: 22px;
    position: absolute;
    top: 20px;
}
.contact-col1 {
    width: 50%;
    float: left;
    margin: 0px 0% 0px 0px;
	padding-right: 15%;
	border-right: solid 1px #ccc;
}
.contact-col1 blockquote {
    font-size: 20px;
    line-height: 26px;
}
.contact-col2 {
    width: 50%;
    float: left;
	padding-left: 5%;
    margin: 0px 0% 0px 0px;
}
.gwrapper {
    width: 100%;
    float: left;
    height: 500px;
    margin: 40px 0px 0px 0px;
}
.gmap2 {
	width: 50%;
    float: left;
    height: 500px;
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
.gmap1 {
	width: 50%;
    float: left;
    height: 500px;
	background-size: cover;
	background-position: bottom center;
}
/* Testimonials */

.testimonials-wrapper {
    width: 100%;
    float: left;
    padding: 80px 5%;
    background-color: #f2f2f2;
	position: relative;
}
.testimonials-left {
    width: 50%;
    float: left;
}
.testimonials-right {
    width: 50%;
    float: left;
	padding: 0px 5%;
	font-size: 14px;
    line-height: 22px;
}
.testimonials-right strong {
    color: #d82438;
}
.testimonials-right blockquote {
	font-size: 16px;
    line-height: 24px;
}
.testimonials-right blockquote p{
	margin-top: 0px;
}
ul.rslides.testimonials.rslides2 {
	position: relative;
}
ul.rslides.testimonials.rslides2 li {
	padding: 0px 5% 0px 5%;
	min-height: 380px;
}

.rslides2_nav.next {
	left: auto;
	background-position: right top;
	right: 0;
}
.rslides2_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 50%;
	left: 0;
	z-index: 9999;
	opacity: 1;color:#fff;
	text-indent:-9999px;
	overflow: hidden;
	text-decoration: none;
	height: 61px;
	width: 38px;
	background: transparent url("img/arrows-dark.png") no-repeat left top;
	margin-top: -45px;
}

ul.rslides.testimonials.rslides2 li:first-child {
	position: relative;
	display: block;
	float: left;
	}
/* footer */
img.social-logos {
    width: 26px;
	margin:0px 0px 0px 10px;
	position: relative;
	top: 0px;
	-webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
img.social-logos:hover {
	top:-2px;
    opacity:0.5;
}
.social-footer {
    float: right;
    font-size: 16px;
}
ul#menu-footer {
    list-style: none;
    width: 100%;
	float:left;
    margin: 0px 0px 100px 0px;
    padding: 0px;
    color: #fff;
}
ul#menu-footer li {
    list-style: none;
    width: 20%;
	float:left;
    margin: 0px;
    padding: 0px;
}
ul#menu-footer li a{
    color: #fff;
	font-size:18px;
}
ul#menu-footer li a:hover{
    color: #f4c1c7;
}
ul.sub-menu {
    list-style: none;
    padding: 0px;
    margin: 14px 0px 0px 0px;
}
ul.sub-menu li{
	font-size: 14px!important;
	width: 100%!important;
    margin: 0px 0px 8px 0px!important;
	padding: 0px 0px 0px 18px!important;
	background-image: url(img/footer-li.png);
	background-repeat: no-repeat;
	background-position: center left;
	background-size: 8px;
}
ul.sub-menu li a{
    font-size: 14px!important;
}
.footer {
	width: 100%;
	margin:0;
	float:left;
	font-weight: 300;
	font-size: 13px;
	padding: 60px 5% 40px 5%;
	color:#fff;
	background-color:#333;
}

/*------------------------------------*\
    CSS Animations
\*------------------------------------*/
@-webkit-keyframes IntrofadeInUp {
    0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
}
100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
}@keyframes IntrofadeInUp {
    0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
}
100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
}
.animatified {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width:800px) {
	.mobile {
		display: block;
	}
	body {
		padding-top: 0px;
	}
	#responsive-menu-container {
		width: 90%!important;
	}
	.desktop {
	}
	.header.clear {
		height: 80px;
		padding: 0px 5%;
	}
	.header.clear .logo-img {
		max-width: 120px;
		margin-top: 10px;
	}
	.home-image-breaker {
		height: 380px;
		background-position: center left;
	}
	div#responsive-menu-title {
		font-size: 24px!important;
	}
	button#responsive-menu-button {
		top: 70px;
	}

	h1, h2 {
		font-size: 22px;
		line-height: 30px;
	}
	.page-id-192 .portfolio-text h3 {
		font-size: 22px;
		margin-top: 0px;
	}
	h2.special {
		position: relative;
		top: 30px;
	}
	 .page-banner {
		min-height: 440px;
		margin: 70px 0px 0px 0px;
	}
	.rslides li {
		padding: 0px 0% 0px 0%;
		min-height: 440px;
	}
	ul#responsive-menu {
		width: 100%!important;
	}
	#responsive-menu-container #responsive-menu li.responsive-menu-item a {
		font-family: 'Muli', sans-serif;
		text-transform: lowercase;
	}
	.page-id-2 .content, .page-id-196 .content, .parent-pageid-192 .content, .page-id-192 .content2 {
		display: block;
	}
	blockquote {
		font-size: 20px;
		line-height: 28px;
	}
	.portfolio-text blockquote {
		font-size: 20px;
		line-height: 28px;
	}
	.page-id-192 .page-sub-banner, .page-id-196 .page-sub-banner, .single-portfolio .page-sub-banner, .page-id-194 .page-sub-banner {
		padding: 40px 5% 30px 5%;
		margin-top: 80px;
	}
	.single-portfolio .page-sub-banner {
		padding: 30px 5%;
		margin-top: 0px;
	}
	.content-wrapper.portfolio {
		padding: 40px 5% 0px 5%;
		margin-top: 80px;
	}
	.content-wrapper.dark {
		padding: 30px 5%;
	}
	.home .intro {
		opacity: 1!important;
	}
	.page-sub-banner .content-left, .page-template-page-portfolio .content-left {
		width: 100%;
	}
	.page-sub-banner {
		padding: 30px 5%;
	}
	ul.client-logos li {
		width: 33.33%;
		float: left;
		margin: 0px 0px 20px 0px;
	}
	ul.client-logos li img {
		width: 100%;
		max-width: 100%;
	}
	.client-name {
		font-size: 18px;
		line-height: 26px;
	}
	.client-services {
		font-size: 13px;
		line-height: 17px;
	}
	.content-wrapper {
		padding: 50px 5%;
	}
	.page-id-2 .content-wrapper {
		padding: 50px 5% 50px 5%;
	}
	.whitebars {
		margin: 24px 0px;
	}
	.page-id-196 .content-wrapper.content2 {
		padding: 60px 5%;
	}
	.home-content-left {
		width: 100%;
	}
	.home-content-left.right {
		float: left;
	}
	.home-content-right {
		width: 100%;
	}
	.content {
		display: block!important;
		max-width: 1140px;
		margin: 0px auto;
	}
	.page-id-190 .content {
		margin-top: 120px;
	}
	.content-left {
		max-width: 100%;
		width: 100%;
		margin: 0px 0% 30px 0px;
		min-height: 40px;
	}
	.content-right {
		max-width: 100%;
		width: 100%;
		margin: 0px 0px 0px 0%;
		min-height: 40px;
	}
	.content-right p {
		position: relative;
		top: auto;
		width: 100%;
		transform: translate(0, 0%);
	}
	.page-id-194 .content-right {
		margin: 0px 0px 0px 0%;
	}
	a.readmore {
		width: 80%;
		margin: 0px 10%;
		padding: 12px 30px;
	}
	a.readmore.back {
		width: 80%;
		margin: 40px 10% 0px 10%;
	}
	.testimonials-left {
		width: 100%;
	}
	.testimonials-right {
		width: 100%;
		padding: 0px 0%;
	}
	ul.servicesnotes {
		margin: 0px 0px 40px 0px;
	}
	ul.ninvicircles {
		margin: 20px 0px;
	}
	ul.ninvicircles li {
		margin: 0px 1.666% 20px 1.666% ;
		padding: 0px;
		width: 30%;
		float: left;
	}
	.servive-list-arrow {
		text-align: center;
	}
	ul.profilio-content li {
		display: block;
	}
	.portfolio-summary-title {
		display:none;
	}
	.portfolio-text h2, .testim-wrapper h2 {
		font-size: 24px;
		line-height: 30px;
	}
	.portfolio-image {
		width: 100%;
		min-height: 100px;
		height: 380px!important;
	}
	.portfolio-text {
		width: 100%;
		padding: 30px 5%;
	}
	ul.profilio-linky li {
		width: 100%;
		margin: 0px 0%;
		padding: 20px 0px;
	}
	.portfolio-more-info h3 {
		margin-left: 0%;
	}
	/* values 2020 */
	.dark-overlay {
		background-color: rgba(34, 34, 34, 0.6);
	}
	.page-id-2 .page-banner {
		position:absolute;
		min-height: 440px;
		margin: 70px 0px 0px 0px;
	}
	.page-id-2 .rslides li {
		padding: 0px 0% 0px 0%;
		min-height: 440px;
	}
	.content-wrapper.values2020 {
		padding: 180px 10%;
		height: 440px;
		margin: 70px 0px 0px 0px;
	}
	.weare {
		width: 100%;
		text-align: left;
		height: 40px;
		font-size: 34px;
		line-height: 44px;
	}
	ul.values-words {
		width: 100%;
		text-align: left;
		 float: left;
		font-size: 34px;
		line-height: 44px;
	}
	ul.values-words li {
		min-height: 50px!important;
	}
	.video-wrapper video {
		display: none;
	}
	/* values 2020 END */
	
	ul.services li h3 {
		font-size: 18px;
		line-height: 22px;
	}
	ul.services li {
		list-style: none;
		width: 100%;
		float: left;
		margin: 0px 0% 20px 0px;
		padding: 20px 0px;
		min-height: 80px;
		border-bottom: solid 1px #ccc;
	}
	.portfolio-summary-title {
		font-size: 14px;
		padding: 10px 5%;
	}
	.portfolio-summary-title h2 {
		font-size: 18px;
		line-height: 24px;
	}
	ul.ninvicircles li img {
    margin-top: 0px;
	}
	ul.portfolio-list li {
		width: 100%;
		float: left;
		margin: 0px 0% 30px 0px;
	}
	ul#menu-footer {
		margin: 0px 0px 0px 0px;
	}
	ul#menu-footer li {
		width: 100%;
	}
	ul#menu-footer li {
		width: 100%;
		margin: 0px 0px 10px 0px;
	}
	ul.teamsters li {
		margin: 0px 1% 10px 1%;
		padding: 0px;
		width: 98%;
		float: left;
	}
	ul.teamsters li:nth-of-type(3n+3) {
		margin: 0px 1% 10px 1%;
	}
	.contact-col1 {
		width: 100%;
		margin: 0px 0% 0px 0px;
		padding-right: 0%;
	}
	.contact-col2 {
		width: 100%;
		padding-left: 0%;
	}
	.gmap1 {
		display: none;
	}
	.gmap2 {
		width: 100%;
		height: 500px;
	}
	.portfolio-text.case-study {
		width: 100%;
		padding: 40px 5%;
	}
	.social-footer {
		float: left;
		width: 100%;
		font-size: 16px;
		margin: 20px 0px;
		text-align: center;
	}
	span.copyright {
		float: left;
		width: 100%;
		text-align: center;
	}
}
/* video banner break points */

@media only screen 
and (min-width : 800px) 
and (max-width : 1324px)  {
	.weare {
		font-size: 50px;
		line-height: 50px;
	}
	ul.values-words {
		font-size: 50px;
		line-height: 60px;
	}
	.content-wrapper.values2020 {
		background-color: #252525;
		color: #fff;
		padding: 240px 5%;
		position: relative;
		height: 540px;
		overflow: hidden;
	}
}

@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
