/*
Theme Name:   	WONDEREIGHT
Theme URI:    	http://wondereight.com
Author:       	Wondereight
Author URI:     http://wondereight.com
Version:      	1.0.0
License:      	GNU General Public License v2 or later
License URI:  	http://www.gnu.org/licenses/gpl-2.0.html
*/

/*1555px = 100% windows width*/
input.referer-page { display:none; }
@font-face {
    font-family: 'helvetica';
    src: url('fonts/HelveticaLTStd-Roman.eot');
    src: url('fonts/HelveticaLTStd-Roman.eot?#iefix') format('embedded-opentype'),
        url('fonts/HelveticaLTStd-Roman.woff2') format('woff2'),
        url('fonts/HelveticaLTStd-Roman.woff') format('woff'),
        url('fonts/HelveticaLTStd-Roman.ttf') format('truetype'),
        url('fonts/HelveticaLTStd-Roman.svg#HelveticaLTStd-Roman') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'helveticaBold';
    src: url('fonts/HelveticaLTStd-Bold.eot');
    src: url('fonts/HelveticaLTStd-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/HelveticaLTStd-Bold.woff2') format('woff2'),
        url('fonts/HelveticaLTStd-Bold.woff') format('woff'),
        url('fonts/HelveticaLTStd-Bold.ttf') format('truetype'),
        url('fonts/HelveticaLTStd-Bold.svg#HelveticaLTStd-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'helveticaLighter';
    src: url('fonts/HelveticaLTStd-Light.eot');
    src: url('fonts/HelveticaLTStd-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/HelveticaLTStd-Light.woff2') format('woff2'),
        url('fonts/HelveticaLTStd-Light.woff') format('woff'),
        url('fonts/HelveticaLTStd-Light.ttf') format('truetype'),
        url('fonts/HelveticaLTStd-Light.svg#HelveticaLTStd-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

/*  Bootstrap Clearfix */

/*  Tablet  */
@media (min-width:767px){

  /* Column clear fix */
  .col-lg-1:nth-child(12n+1),
  .col-lg-2:nth-child(6n+1),
  .col-lg-3:nth-child(4n+1),
  .col-lg-4:nth-child(3n+1),
  .col-lg-6:nth-child(2n+1),
  .col-md-1:nth-child(12n+1),
  .col-md-2:nth-child(6n+1),
  .col-md-3:nth-child(4n+1),
  .col-md-4:nth-child(3n+1),
  .col-md-6:nth-child(2n+1){
    clear: none;
  }
  .col-sm-1:nth-child(12n+1),
  .col-sm-2:nth-child(6n+1),
  .col-sm-3:nth-child(4n+1),
  .col-sm-4:nth-child(3n+1),
  .col-sm-6:nth-child(2n+1){
    clear: left!important;
  }
}


/*  Medium Desktop  */
@media (min-width:992px){

  /* Column clear fix */
  .col-lg-1:nth-child(12n+1),
  .col-lg-2:nth-child(6n+1),
  .col-lg-3:nth-child(4n+1),
  .col-lg-4:nth-child(3n+1),
  .col-lg-6:nth-child(2n+1),
  .col-sm-1:nth-child(12n+1),
  .col-sm-2:nth-child(6n+1),
  .col-sm-3:nth-child(4n+1),
  .col-sm-4:nth-child(3n+1),
  .col-sm-6:nth-child(2n+1){
    clear: none;
  }
  .col-md-1:nth-child(12n+1),
  .col-md-2:nth-child(6n+1),
  .col-md-3:nth-child(4n+1),
  .col-md-4:nth-child(3n+1),
  .col-md-6:nth-child(2n+1){
    clear: left!important;
  }
}


/*  Large Desktop  */
@media (min-width:1200px){

  /* Column clear fix */
  .col-md-1:nth-child(12n+1),
  .col-md-2:nth-child(6n+1),
  .col-md-3:nth-child(4n+1),
  .col-md-4:nth-child(3n+1),
  .col-md-6:nth-child(2n+1),
  .col-sm-1:nth-child(12n+1),
  .col-sm-2:nth-child(6n+1),
  .col-sm-3:nth-child(4n+1),
  .col-sm-4:nth-child(3n+1),
  .col-sm-6:nth-child(2n+1){
    clear: none;
  }
  .col-lg-1:nth-child(12n+1),
  .col-lg-2:nth-child(6n+1),
  .col-lg-3:nth-child(4n+1),
  .col-lg-4:nth-child(3n+1),
  .col-lg-6:nth-child(2n+1){
    clear: left!important;
  }
}
body {
	font-size: 16px;
	font-weight: 300;
	font-family: 'Studio6', sans-serif;
	overflow-x: hidden;
	line-height:1.6;
}
.openclose a:focus {color:#000!important;}
a:focus {
    background-color: unset!important;
    outline: none;
    text-decoration: none!important;
}
button:focus {
	outline: none;
}

p + br {
	/*display: none;*/
}
strong {
	font-family: 'Studio6';
}
body.single-post {
	color: #000;
	font-family: 'Studio6', sans-serif;
}
h1 {
	font-family: 'Studio6';
	font-weight: 300;
	color: #424242;
	font-size: 40px;/*100px = 100/14 x 100*/
	padding-bottom: 25px;
}
h2 {
	font-family: 'Studio6';
	font-weight: 700;
	color: #424242;
	font-size: 40px;
	padding-bottom: 15px;
	margin: 0;
	margin-top:45px;
}
.page-template-page-work h2 {margin-top:0;padding-bottom:0;}
.archive h2 {margin-top:0;padding-bottom:0;}
.category h2 {margin-top:0;}
.page-template-page-news h2 {margin-top:0;padding:0;}
.page-template-page-clients h2 {
	margin-top: 0;
}
.page-template-page-clients .dropdown {margin-top:7px;}
.page-template-page-clients .borderBtm:last-of-type {border-bottom: 1px solid rgba(150,150,150,.5)!important;}
.page-template-landing h3 { font-size: 38px !important; padding-bottom: 20px;}
.page-template-landing .banner {margin-bottom:20px;}
.page-template-landing .form-group {margin-bottom: 10px;}
h3 {
	font-family: 'Studio6';
	font-weight: 700;
	color: #424242;
	font-size: 40px;
	padding-bottom: 40px;
	margin: 0;
}
h4 {
	font-family: 'Studio6';
	color: #424242;
	font-size: 40px;
	padding-bottom: 45px;
	margin: 0;
	font-weight: 700;
}
h5 {
	font-family: 'Studio6';
	color: #B5B5B5;
	font-size: 16px;
	padding-bottom: 10px;
	margin: 0;
	font-weight: 700;
}
h5.underline {
    color: #000;
    font-size: 100%;
    text-decoration: underline;
    font-family: 'Studio6';
    margin-bottom: 15px;
}
h6 {
	font-family: 'Studio6';
	color: #fff;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 30px;
	transform: translate(-50%,-50%);
	display:none;
}
img:not([width]) {
	width: 100%;
}
a {
	transition: all 400ms linear;
}
a:focus, a:hover {
	color: #000
}
.newsContent ul + br,
.newsContent ol + br,
.newsContent ol br,
.newsContent ul br {
	display: none !important;
}
.navbar-header {
	text-align: center;
}
.coloredTxt {
	color: #FF4630;
}
.logoCont {
	display: block;
}
.logoCont img {
	width: unset;
}
.logoCont {
	color: #000
}
.logoCont:hover {
	text-decoration: none;
}
.navbar-toggle .icon-bar {
	background: #000;
	height: 3px;
}
.top-social-icons > li > a {
	display: block;
	width: 27px;
	height: 27px;
	background: #000;
	color: #fff!important;
	font-size: 17px;
	border-radius: 100%;
	text-align: center;
	padding: 0;
	margin-right: 10px;
	line-height: 25px;;
}
.top-social-icons > li > a.admin{
background: none !important;
  width: fit-content;
  color: #000 !important;
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
}
.top-social-icons > li > a.admin:focus{text-decoration:underline;}
.top-social-icons > li {
	float: left;
}
#locationsUnderLogo {
	overflow: hidden;
}
#locationsUnderLogo > p:nth-child(1) {
	float: left;
}
#locationsUnderLogo > p:nth-child(2) {
	float: right;
}
.navbar-nav > li:nth-last-of-type(1) {
	margin-right: 30px;
}
.top-social-icons > li > a:hover, .navbar-collapse .top-social-icons li a:hover {
	background: #95989A;
}
.page-template-page-about2-php .top-social-icons > li > a:hover,
.page-template-whatwedodetails2 .top-social-icons > li > a:hover,
.navbar-collapse .top-social-icons li a:hover {
	background: none;
}
.navbar-nav > li > a {
	font-size: 100%;
	line-height: 200%;
	color: #000;
	margin: 0 18px;
	padding: 0;
	font-family: 'Studio6';
	text-decoration: none!important;
}

.navbar-nav > li > a:before {
	content: "";
	display: block;
	width: 0;
	height: 2px;
	background: #000;
	transition: all 150ms linear;
}
.navbar-nav > li#menu-item-29 > a {
	border:1px solid;
	padding: 0 10px;
}
.page-template-page-about2 .navbar-nav > li#menu-item-29 > a,
.page-template-whatwedodetails2 .navbar-nav > li#menu-item-29 > a {
	margin:0;
	border:0px;
}
.error404 .navbar-nav > li#menu-item-29 > a {
	margin:0;
	border:0px;
}
.navbar-nav > li:not(#menu-item-29) > a:hover:before, .navbar-nav > li.current-menu-item:not(#menu-item-29) > a:before {
	width: 100%;
}
.navbar-nav > li > a:hover {
	background: none;
}
.navbar-nav > li#menu-item-29 > a:hover, .navbar-nav > li.current-menu-item#menu-item-29 > a {
	background: #000;
	color: #fff;
}
.navbar {
	padding: 20px 0;
}
.getInTouchBtn {
	display: inline-block;
	font-size: 16px;
	font-weight: 900;
	color: #000;
	text-transform: uppercase;
	text-align: center;
	width: 373px;
	line-height: 50px;
	border: 1px solid #fff;
	font-family: 'Studio6';
	border-radius: 30px;
}
.getInTouchBtn:hover {text-decoration:none;background-color:#000;color:#fff;}
.getInTouchBtn:focus {color:#000!important;text-decoration:none;}
.footerRow1 {
	padding: 50px 0 35px 0;
}
.footerRow1 h1{margin-top:0!important;}
.footerRow2 {
	font-size: 11px;
	line-height: 40px;
	
	padding-top:80px;
	padding-bottom:35px;
}
.footerRow2 a, .footerRow2 u {
	color: #989898;
	text-decoration: underline;
}
.footerRow2 a.tel {
	text-decoration: none;
	color: #333;
}

.sectionsBoxes p {
	font-size: 19px;
	margin: 0;
	padding: 0;
	height: 50px;
	line-height: 24px;
	overflow: hidden;
	font-family: 'Studio6';

}
.sectionsBoxes p a{
	font-size: 19px;
	margin: 0;
	padding: 0;
	height: 50px;
	line-height: 24px;
	overflow: hidden;
	font-family: 'Studio6';
	background: none;
	color: #000;
}
a.img {
	display: block;
	position: relative;
	line-height: 0;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
a.img:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transition: all 100ms linear;
}
a.img:hover:before {
	display: block;
	background: #f79dff;
}

.hpImgs a.img.hp-card-work:hover:before,
.hpMainImg a.img.hp-card-work:hover:before {
	background: #f79dff;
}

.hpImgs a.img.hp-card-news:hover:before,
.hpMainImg a.img.hp-card-news:hover:before {
	background: #ede862;
}

.hpIntro {
	font-family: 'Studio6';
	font-size: 24px!important;
	padding-bottom: 80px;
	color: #424242;
}
.clientsIntro {
	font-size: 30px;
	padding-bottom: 77px;
	color: #424242;
	text-align:center;
	max-width: 1180px;
	margin: 77px auto 0;
}
.smalltext {font-size:24px;}
.aboutTxt {
	font-size: 28px;
	padding-bottom: 40px;
}
.navbar-toggle {
	direction: rtl;
	;
}
.navbar-toggle .icon-bar:nth-of-type(1) {
	width: 27px;
}
.navbar-toggle .icon-bar:nth-of-type(2) {
	width: 27px;
}
.navbar-toggle .icon-bar:nth-of-type(3) {
	width: 27px;
}
.navbar-toggle .icon-bar + .icon-bar {
	margin-top: 6px;
}
.navbar-collapse .top-social-icons li a.searchIcon {
	cursor: pointer;
	background: none !important;
	background-color: transparent !important;
	color: #fff !important;
	border-radius: 0 !important;
	width: auto !important;
	height: auto !important;
	line-height: 1 !important;
	font-size: 17px;
	display: inline-block;
	padding: 0;
	margin-right: 10px;
}

.navbar-collapse .top-social-icons li a.searchIcon:hover,
.navbar-collapse .top-social-icons li a.searchIcon:focus {
	background: none !important;
	background-color: transparent !important;
	color: #fff !important;
	opacity: 0.7;
}

.navbar-collapse .top-social-icons li a.searchIcon i {
	color: #fff !important;
}
.navbar-collapse .top-social-icons li a.admin{
	background: none!important;
}
.sectionTitle {
	color: #FF4630;
	padding-bottom: 30px;
	font-size: 20px;
}
.aboutLabel {
	padding: 25px 0;
	border-bottom: 1px solid #E6E6E6;
}
.aboutLabel > div:nth-child(1) {
	font-size: 25px;
	text-transform: uppercase;
	line-height: 40px;
}
.aboutLabel > div:nth-child(2) {
	font-size: 60px;
	font-family: 'Studio6';
	line-height: 40px;
	text-align: right;
}
.linksList {
	display: block;
	padding: 20px 0;
	border-bottom: 1px solid #E6E6E6;
	font-size: 200%;
	color: #424242;
}
.linksList:hover, .linksList.current {
	color: #424242!important;
	text-decoration: none;
}
.servicesCont {
	width: 100%;
	height: 550px;
	background: url(images/slogan.gif) no-repeat center center;
	position: relative;
}
.servicesCont > div {
	position: absolute;
	width: 120px;
	height: 120px;
	line-height: 100%;
	border: 1px solid #000;
	border-radius: 100%;
	text-align: center;
	text-transform: uppercase;
}
.servicesCont > div:before {
	content: "";
	display: block;
	width: 100%;
	height: 40%;
}
.servicesCont > div.selected {
	border: 3px solid #D9D9D9;
	color: #FF4630;
}
.servicesCont > div:nth-child(1) {
	top: 6%;
	left: 0;
}
.servicesCont > div:nth-child(2) {
	width: 90px;
	height: 90px;
	top: 14%;
	left: 16%;
}
.servicesCont > div:nth-child(3) {
	width: 90px;
	height: 90px;
	top: 13%;
	left: 28%;
}
.servicesCont > div:nth-child(4) {
	top: 1%;
	left: 41%;
}
.servicesCont > div:nth-child(5) {
	width: 90px;
	height: 90px;
	top: 0;
	left: 57%;
}
.servicesCont > div:nth-child(6) {
	top: 9%;
	left: 70%;
}
.servicesCont > div:nth-child(7) {
	width: 90px;
	height: 90px;
	top: 40%;
	left: 4%;
}
.servicesCont > div:nth-child(8) {
	top: 31%;
	left: 16%;
}
.servicesCont > div:nth-child(9) {
	width: 90px;
	height: 90px;
	top: 31%;
	left: 32%;
}
.servicesCont > div:nth-child(10) {
	top: 22%;
	left: 56%;
}
.servicesCont > div:nth-child(11) {
	width: 90px;
	height: 90px;
	top: 37%;
	left: 70%;
}
.servicesCont > div:nth-child(12) {
	width: 90px;
	height: 90px;
	top: 32%;
	left: 83%;
}
.servicesCont > div:nth-child(13) {
	width: 90px;
	height: 90px;
	top: 72%;
	left: 6%;
}
.servicesCont > div:nth-child(14) {
	top: 63%;
	left: 19%;
}
.servicesCont > div:nth-child(15) {
	width: 90px;
	height: 90px;
	top: 68%;
	left: 36%;
}
.servicesCont > div:nth-child(16) {
	width: 90px;
	height: 90px;
	top: 78%;
	left: 46%;
	font-size: 13px;
}
.servicesCont > div:nth-child(17) {
	width: 90px;
	height: 90px;
	top: 66%;
	left: 57%;
}
.servicesCont > div:nth-child(18) {
	top: 81%;
	left: 66%;
}
.servicesCont > div:nth-child(19) {
	width: 90px;
	height: 90px;
	top: 63%;
	left: 77%;
}

.teamList > img {
	margin-bottom: 20px;
	width: 207px;
}
.teamList > p{margin-bottom: 0px !important;}
.mapCont {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto 77px auto;
	clear: both;
}
.clients-logos-band {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	background-color: #fefefe;
	padding: 60px 0;
}

.clients-logos-band .clientsList {
	max-width: 1180px;
	margin: 0 auto;
	text-align: center;
}

.clientsList {
	max-width: 1180px;
	margin: 0 auto 90px auto;
	text-align: center;
}
.clientsList .col-xs-4 > div {
	display: table;
	width: 70%;
	margin: 0 auto;
}
.clientsList a {
	display: table-cell;
	height: 140px;
	vertical-align: middle;
	text-align: center;
}
.clientsList img {
	width: auto;
	max-width: 100%;
	margin: 0 auto;
}

.newsContent {
	font-size: 19px;
	line-height: 28px;
}
.newsRight h5 {
	font-size: 16px;
	font-weight: normal;
	font-family: 'Studio6';
	color: #000;
	padding-bottom:15px;
}
.clientDir {
	padding-bottom: 60px;
}
.clientDir a {
	color: #424242;
	font-size: 14px;
	line-height:24px;
}
.clientDir a:hover {text-decoration:none;}
.spaceText p {
	font-size: 22px;
	line-height: 33px;
}
.ourWorkList div {
	position: relative;
	
	
	overflow: hidden;
}
.ourWorkList div:hover{cursor: pointer;
	text-decoration: underline;}
.newsListCont > div {
	/*display: none;*/
}
.dropdown-menu>li>a{padding:6px 20px !important;}
.video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ourWorkList a:hover {display:block!important; }
.ourWorkList a > img {
	max-height: 230px;
	
}
#loadMore {margin-bottom:150px;}
.ourWorkList span {display:block;line-height:22px; font-family: 'Studio6';}
.ourWorkList span a {color: #000;}
.ourWorkList span.t {font-size:20px;margin-top:15px;}
.ourWorkList span.t:hover{text-decoration: underline;}
.ourWorkList span.d {font-size:15px;margin-bottom:60px;height: 44px;overflow: hidden;}
.ourWorkList a > span {
	display: none;
	position: absolute;
	left: 30px;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
}
.ourWorkList a:hover > span {
	display: block;
}
.caseStudyRow, .caseStudyData {
	padding-bottom: 15px;
	margin-left:0;
	margin-right:0;
}
#caseStudy2 .caseStudyData > div:nth-child(1), #caseStudy2 .caseStudyRow .txt {
	background: #FFE700;
}
#caseStudy .caseStudyRow .txt, #caseStudy .caseStudyRow .txt, #caseStudy2 .caseStudyRow .txt, #caseStudy2 .caseStudyRow .txt {
	padding: 0 90px;
}
.caseStudyData > div:nth-child(1), .caseStudyRow .txt {
	text-align: center;
	font-size: 20px;
	color: #000;
}
.caseStudyData .centeredCols {
	padding: 0 50px;
}
.caseStudyData > div:nth-child(1) h3, .caseStudyRow .txt h3 {
	color: #000;
}
.caseStudyData > div:nth-child(2) {
	text-align: center;
	font-size: 22px;
	padding: 0 50px;
	position: relative;
}
.caseStudyData > div:nth-child(2):before {
	content: "";
	border: 1px solid #E6E6E6;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 20px;
	right: 0px;
}

.caseStudyData .centeredCols {
	height: 600px;
}
.caseStudyRow > div > .centeredCols {
	height: 60vh;
	overflow: hidden;
	padding: 25px;
}
.txt + .caseStudyRow {
	padding-left: 30px;
}
.caseLogo {
	width: 200px;
	margin: 0 auto;
	padding-bottom: 90px;
}
.newsRight > .row {
	padding-bottom: 30px;
}
.caseDetail > .row {
	font-size: 14px;
	text-align: left;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #E6E6E6;;
	color: #000;
}
.caseDetail > .row > div {
	padding: 0;
}
.shareSM {
	color: #525252;
	padding: 0;
}

.single .shareSM {padding-left:15px;}
.single-work .shareSM {padding-left:0;}
.shareSM a {
	line-height: 12px;
	font-size: 25px;
	display: inline-block;
	padding: 0 6px 5px 6px;
	color:#000;
	width: 40px;
}
.newsRight a{padding: 0 12px 5px 0px;}
.fa {line-height:26px;}
.shareSM .fa-facebook-square {color:#3D5A98;}
.fa-twitter {color:#1DA1F2;}
.fa-linkedin {color:#0065A1;}
.borderBtm {
	border-bottom: 1px solid rgba(150,150,150,.5);
	padding-bottom: 15px;
	margin-bottom: 15px;
	margin-left:0;
	margin-right:0;
}
.borderBtm1 {
	border-bottom: 1px solid rgba(150,150,150,.5);
	padding-bottom: 15px;
	margin-bottom: 30px;
	margin-left:0;
	margin-right:0;
}
.moretosee {margin-top:35px;}
.borderTop {border-top: 1px solid rgba(150,150,150,.5);}
.moretosee {padding-bottom:75px;font-size:20px;font-family: 'Studio6';}
.moretosee p {
	margin-top: 10px;
display: block;
height: 50px;
line-height: 24px;
overflow: hidden;
font-size: 19px;
font-family: 'Studio6';
margin-bottom:20px;}
.moretosee span{font-size: 12px;
color: #707070;}
.category .borderBtm > div, 
.page-template-page-news .borderBtm > div {padding-left:0;padding-right:0;}
.category h3, 
.page-template-page-news h3 {margin-bottom:0;}
.noborderBtm {
	padding-bottom: 15px;
	margin-bottom: 30px;
	margin-left:0;
	margin-right:0;
}
.noborderBtm1 {
	margin-left:-15px;
	margin-right:-15px;
}
.borderBtm:last-of-type {
	border-bottom: 0 !important;
}
.borderBtm .sectionTitle {
	padding-bottom: 0;
}
.page-template-page-thespace .borderBtm {
	border-bottom: 1px solid rgba(150,150,150,.5);
	padding-bottom: 70px;
	margin-bottom: 70px;
}
.page-template-page-thespace .borderBtm:last-child {
	border: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
.border-top{border-top: 1px solid rgba(150,150,150,.5);padding-top:65px;}

.projectsLists > a {
	display: inline-block;
	width: 175px;
	margin-right: 15px;
}
.newsContent{
	font-size: 16px;
	font-weight: 300;
	font-family: 'Studio6';
	line-height: 1.6

}

.newsContent ul li{
	padding-bottom: 4px;
}
.newsContent img {height:auto;margin-bottom:10px;}
.newsContent > p {
	padding-bottom: 0px;
	margin-bottom: 0px!important;
	
}

.newsContent .header{padding:10px 0 25px 0;}
.newsContent .header .date-article, .newsContent .header .title-article{
	
	margin-top: 0px;
}
.newsContent small.borderbold{border-bottom: 3px solid rgba(0,0,0,1)!important; display: block;margin-bottom: 5px;}
.newsContent .logo-article img{margin-bottom:0px;margin-left:12px;width: auto; height: 30px;}
.newsContent .date-article{text-align: right;}
.post h3 {padding-bottom:10px;}
small {
	font-size: 13px;
	color: #000;
}
small.date.borderBtm {
	font-size: 13px;
	display:block;
	border-bottom: 1px solid rgba(150,150,150,.5)!important;
}
small.borderdate {
	display:block;
	border-bottom: 1px solid rgba(150,150,150,.5)!important;
	margin-bottom: 30px;
}
.single-post .borderBtm:last-of-type {border-bottom: 1px solid rgba(150,150,150,.5)!important;}
.newsRight {
	padding-left: 40px;
	padding-top:15px;
}
#cookie-notice .cn-button:not(.cn-button-custom) {background-color:#f79dff!important;color:#000!important;}
.thestory img {display:none;}
.tags a {
	display: inline-block;
	color: #000!important;
	font-size: 14px;
	padding-right: 10px;
	line-height: normal;
	background-color: #F0F0F0;
	border-radius: 24px;
	text-align: center;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 10px;
}
.tags a:hover {
	text-decoration: none;
}

.dropdown {
	text-align: right;
	padding: 0;
	padding-top:10px;
}
.submitBtn {
	background: none;
}
.dropdown-menu {
	left: auto;
	right: 15px;
}
.newsListCont a {
	display: block;
	color: #000;
	margin-bottom: 40px!important;
	font-size: 14px;
}
.newsListCont a:focus {color:#000!important;}
.single-work h2 {font-size:19px;margin-top:75px;}
.category .newsListCont a, .page-template-page-news .newsListCont a {margin-bottom:unset;}
.category h3, .page-template-page-news h3 {padding:0;}
.newsListCont a span {
	margin-top: 10px;
display: block;
height: 50px;
line-height: 24px;
overflow: hidden;
font-size: 19px;
font-family: 'Studio6';
}
.newsListCont a p{
	padding-top: 12px;
	font-size: 12px;
	color: #707070;
}
.newsListCont a p:hover{text-decoration: none;}
.padB140 {
	padding-bottom: 140px;
}
.padB90 {
	padding-bottom: 90px;
}
.padB30 {
	padding-bottom: 30px;
}
.container-fluid {
	padding-right: 50px;
	padding-left: 50px;
}
.form-horizontal .form-group {
	margin: 0;
}
span.wpcf7-list-item {
	display: inline-block;
	width: 50%;
	margin-left: 0!important;
	margin-bottom: 17px;
	vertical-align: top;
	font-size:15px;
}
.page-template-landing-php span.wpcf7-list-item {margin-bottom: 8px;}
.form-group.padB30 {padding:0!important;}
.wpcf7-validation-errors {margin: 0 0 20px 0!important;border: 1px solid #f00!important;}
.wpcf7-mail-sent-ok {margin: 0 0 20px 0!important;border: 1px solid #000!important;}
label, .wpcf7-list-item-label {
	font-size: 14px;
	font-family: 'Studio6';
}
/*checkbox*/
.checkbox label, .wpcf7-list-item-label {
	display: block;
	position: relative;
	padding-left: 30px;
}
.checkbox, .radio {
	margin-top: 0!important;
}
.checkbox label::before, .wpcf7-list-item-label::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 17px;
	height: 17px;
	left: 0;
	border: 1px solid #cccccc;
}
.checkbox label::after, .wpcf7-list-item-label::after {
	content: "";
	display: inline-block;
	position: absolute;
	width: 9px;
	height: 9px;
	left: 4px;
	top: 4px;
	padding-left: 3px;
	padding-top: 1px;
	color: #555555;
}
.wpcf7-list-item input[type="checkbox"] {
	position: absolute;
	margin-top: 4px;
	margin-left: 0;
	width: 100%;
}
.checkbox input[type="checkbox"], .wpcf7-list-item input[type="checkbox"] {
	z-index: 1000000;
	opacity: 0;
}
.checkbox input[type="checkbox"]:checked + label::after, .wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
	background: #000;
}
.container-fluid {
	max-width: 1600px;
}
.form-group {
	margin-bottom: 40px;
}
.form-control, .form-group textarea {
	border: 1px solid #E6E6E6;
	width: 100%;
	height: 50px;
	padding: 20px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius:0;
}
.form-control:focus {border-color:#E6E6E6;-webkit-box-shadow: none;
	box-shadow: none;}
/* end checkbox**/
.wpcf7-list-item {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
.checkboxCont, .wpcf7-form-control {
	margin: 0;
}
.form-group textarea {
	height: 150px;
}
.servicesCont {
	background-size: 27% auto;
}
.clientDir > div {
	display: none;
}
.filteringCont {
	position: relative;
	display: inline-block;
}
.glyphicon-menu-down {
	padding-left: 10px;
}
.ourWorkList {
	padding-bottom: 40px;
}
.padding15 {padding-right:15px!important;}
.caseStudyRow > div:first-of-type {
	padding-left: 0;
}
.caseStudyRow > div > img {
	height: 60vh;
	width: 100%;
	background-size: cover
}
.item {
	position: relative;
}
.locOnimg {
	position: absolute;
	bottom: 10px;
	left: 10px;
	background-color: #000;
	color: #fff;
	min-width: 160px;
	text-align: center;
	border-radius: 30px;
	line-height: 50px;
}
.controlCont {
	position: absolute;
	bottom: 10px;
	left: 190px;
	background-color: #000;
	color: #fff;
	width: 160px;
	border-radius: 30px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 19px;
}
.carousel-control {
	background: none !important;
	line-height: 45px;
	opacity: 1;
}
.loginLocked {
	margin-left: 20px;
	color: #fefefe;
	font-size: 16px;
	line-height: 35px;
	border-radius: 30px;
}
/*******************START TEAM CAROUSSEL*****************************/
.carousel-showsixmoveone .carousel-control {
	width: 4%;
	background-image: none;
}
.carousel-showsixmoveone .cloneditem-2, .carousel-showsixmoveone .cloneditem-3, .carousel-showsixmoveone .cloneditem-4, .carousel-showsixmoveone .cloneditem-5 {
	display: none;
}
.slick-slide img {max-height: 568px;}
.slick-slide {
	opacity: 1;
}
.draggable {
	cursor: grab
}

.defaultimage {width:176px;height:auto;}
.readmore {    display: block;font-size: 16px;color: #000;font-family: 'Studio6';margin-top: 20px;text-align: center;border: 0;    background: #EFEFEF;width:100%;}
.modal-content {padding:75px 150px;border-radius:0;}
#horeca .modal-content {padding:unset;}
.single-work .modal-content {padding:0!important;}
.single-work .modal-title  {padding:0!important;}
.single-work .modal-header  {padding:0!important;}
.close {position: absolute;font-size: 50px;color: #000;right: 30px;top: 15px; float: unset;font-weight: unset;line-height: unset;text-shadow: unset;filter: unset;opacity: unset;}
.single-work .close {font-size: 25px;right: 1px;top: -10px;z-index: 10;}
.share {color:#000;}
.related {color:#424242;font-family: 'Studio6';font-size:24px;margin-top:15px;}
.blog {height: auto;width: 100%;}
.navbar-left {margin-right:unset;margin-top:25px;float:none!important;}
.footerRow1{border-top: 1px solid rgba(150,150,150,.5);}
.mtc {font-family: 'Studio6';font-size:19px;}
.footerRow2 img {/*width:unset;*/}
.footerRow2 h5 {font-size:20px;color:#fff;font-family: 'Studio6';padding-bottom:15px;}
.footerRow2 p {font-size:15px!important;line-height:normal;color:#fff;opacity:0.5;padding-right: 0!important;}
.clear {clear:both;}
.copy {font-size:13px;color:#fff;margin-top:20px;opacity:0.5}
footer.container-fluid {background-color: #000;}
.containerbig  {background-color: #000;}
.contactInfo a {color: #000;text-decoration:underline;}
.contactInfo .map {margin-top:30px;}
.addborder {border-bottom: 1px solid #E4E6E8;margin-bottom:30px;padding:0;}
.addbordercontact {border-bottom: 1px solid #E4E6E8;margin-bottom:30px;}
.openclose {position:absolute;top:0;right:15px;}
.openclose a {color:#000;font-size:40px;}
.relative {position:relative;}
.contactInfo h4 {padding-bottom:10px;border-bottom: 1px solid #E4E6E8;margin-bottom:30px;}
.contactInfo.addborder {cursor:pointer;}
label {font-weight:unset;}
.wpcf7-form label {font-family: 'Studio6';margin-bottom:25px;font-size:15px;}
.sectionsBoxes {clear:both;}
#servicesCarousel {margin-top:40px;margin-bottom:40px;}
#loginform {width:100%;max-width:320px;margin: 0 auto;}
#loginform label {font-size:14px;text-align:left;}
#loginform input[type='text'], #loginform input[type='password'] {border:0;background-color:#F7F7F7;width:100%;padding:10px;margin-bottom:30px;}
#loginform #wp-submit {width:100%;border:0;background-color:#000;padding:10px;color:#fff;text-transform:uppercase;}
.page-template-login-form {line-height: 0.5;text-align: center;}
.page-template-login-form h2 {font-size:40px;text-align:center;text-transform:uppercase;margin-bottom:40px;display: inline-block;position: relative;  }
.page-template-login-form h2:before,.page-template-login-form h2:after { content: "";position: absolute;height: 15px;border-bottom: 1px solid #000;top: 0;width: 80px;}
.page-template-login-form h2:before {right: 100%;margin-right: 15px;}
.page-template-login-form h2:after {left: 100%;margin-left: 15px;}
.login-username, .login-password {text-align:left;margin-bottom:5px;}
.login-username label, .login-password label {margin-bottom:10px;}
.form-control::placeholder {color: rgba(255, 255, 255, 0.65);opacity: 1;}
.sliders.open {display:block!important;}
.single-work h1 {margin-top:0px;font-size:40px;    padding-bottom: 0;margin-bottom: 20px;font-family: 'Studio6';}
.page-template-page-about2 h2,
.page-template-whatwedodetails2 h2 {margin-bottom:35px;}
.error404 h2 {margin-bottom:35px;}
.padding25 {padding-bottom:25px!important;}
.padding10 {padding-bottom:10px!important;}
.shareSM {padding-top: 50px;padding-bottom:50px;}
.newsRight .shareSM{padding-top:25px;}
.sectionText {margin-bottom:85px;}
.imageHolder {margin-bottom:15px;}
.input-row .col-sm-6, .input-row .col-xs-12 {padding-left:7.5px;padding-right:7.5px;}
.detailtitle {color:#8D8D8D;font-size:15px;}
.detaildesc {color:#000000;font-size:15px; font-family: 'Studio6';}
.caseDetail {margin-bottom: 15px;}
.caseDetail a {text-decoration:underline; color:#000;}
.caseDetail a:hover{text-decoration:none;}
.row.no-gutters {margin-right: 0;margin-left: 0;}
.page-template-page-thespace p {max-width:600px;margin-bottom:80px;padding-right:50px;}
.page-template-page-thespace h2 {margin-top:80px;}
.container-fluid.space {padding-right:0;}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {padding-right: 0;padding-left: 0;}
.dropdown-menu li a.selected {color: #262626;text-decoration: none;background-color: #f5f5f5;}
.navbar-right {margin-right:0; margin-top: 3px;}
#ModalLogin .modal-content{padding:60px 20px 20px 20px;width: 440px;border:0px;}
#ModalLogin .close{font-size: 40px;right: 12px;top: 10px;line-height: 1;}
#ModalLogin .modal-header{text-align: center;border:0px;}
#ModalLogin .modal-header h5{color: #000;font-size: 20px;font-family: 'Studio6'; }
#ModalLogin .modal-footer{border-top:0px;}
#ModalLogin .modal-body input{border: 1px solid #E6E6E6;width: 100%;height: 50px;padding: 20px;-webkit-box-shadow: none;box-shadow: none;border-radius: 0;background-color:#fff;}
#ModalLogin .modal-sm{width: 100%;max-width: 440px;}
#ModalLogin .form-loginbtn{text-align: center;color: #FFF;border: none;background-color: #000;width: 100%;height: 50px;}
#ModalLogin #wp-submit{text-align: center;color: #FFF;border: none;background-color: #000;width: 100%;height: 50px;}
#ModalLogin .modal-dialog-centered{ display: flex;align-items: center;min-height: calc(100% - (3.75rem * 2));}
#ModalLogin #loginform {max-width:100%;}
#ModalLogin .input::-webkit-input-placeholder {color: #555;opacity:1;}
#ModalLogin .input::-moz-placeholder {color: #555;opacity:1;}
#ModalLogin .input:-moz-placeholder {color: #555;opacity:1;}
#ModalLogin label {display:none;}
#ModalLogin .error {color:red;}
.checksample {line-height: normal;}
.grecaptcha-badge {top:-99999999px;}
.page-template-page-about2 .navbar,
.page-template-whatwedodetails2 .navbar {border-radius: 0px;background-color: #0F0E0C;margin-bottom: 0px;border: 0px;}

.page-template-page-about2 .navbar .navbar-nav > li > a,
.page-template-whatwedodetails2 .navbar .navbar-nav > li > a {color: #FFF!important;}
.page-template-page-about2 .navbar .navbar-nav > li#menu-item-29 > a:hover,
.page-template-whatwedodetails2 .navbar .navbar-nav > li#menu-item-29 > a:hover {color: #000!important;background-color:#fff!important;}
.page-template-page-about2 .navbar .navbar-nav > li > a::before,
.page-template-whatwedodetails2 .navbar .navbar-nav > li > a::before {background: #FFF;}
.page-template-page-about2 .navbar .navbar-nav > li:nth-last-of-type(1),
.page-template-whatwedodetails2 .navbar .navbar-nav > li:nth-last-of-type(1){border:1px solid #FFF;border-radius:30px;}	
.page-template-page-about2 .navbar .loginLocked,
.page-template-whatwedodetails2 .navbar .loginLocked {background-color:#fefefe!important;}
.page-template-page-about2 .navbar .navbar-toggle .icon-bar,
.page-template-whatwedodetails2 .navbar .navbar-toggle .icon-bar{background: #FFF;}
.page-template-page-about2 .navbar.scroll-mobile .navbar-toggle .icon-bar,
.page-template-whatwedodetails2 .navbar.scroll-mobile .navbar-toggle .icon-bar{background: #000;}

.error404 .navbar{border-radius: 0px;background-color: #000;margin-bottom: 0px;border: 0px;}
.error404 .navbar .logoCont{border:1px solid #FFF;}
.error404 .navbar .navbar-nav > li > a {color: #FFF!important;}
.error404 .navbar .navbar-nav > li#menu-item-29 > a:hover {color: #000!important;background-color:#fff!important;}
.error404 .navbar .navbar-nav > li > a::before {background: #FFF;}
.error404 .navbar .navbar-nav > li:nth-last-of-type(1){border:1px solid #FFF;}
.error404 .navbar .top-social-icons > li > a.admin{color: #FFF !important;}
.error404 .navbar .loginLocked{}
.error404 .navbar .navbar-toggle .icon-bar{background: #FFF;}
.error404 .navbar.scroll-mobile .navbar-toggle .icon-bar{background: #000;}
.error404 .image404 img {width: 100%;max-width: 546px;height: auto;}
.error404 {background-color: #000;}
.error404 h1 {color: #FF5447;padding-bottom: 0;}
.error404 p {color: #fff;margin-bottom: 30px;}
#post-404 a.back {text-decoration:none;border: 1px solid #fff;padding: 10px 20px;color: #fff;display: inline-block;margin-bottom: 50px;}
#post-404 a.back:hover {text-decoration: none;color: #000!important; background-color: #fff;border: 1px solid #000;}
.error404 .input-group {height:53px;width: 100%; max-width: 518px;margin: 0 auto;background-color: #171717;color: #fff;border: 0!important;padding-left: 25px;margin-bottom: 30px;}
.error404 .searchInput {border-bottom: 0!important;height: 53px;}
.error404 a {color: #fff!important;text-decoration: underline;}
.error404 .searchInput:focus{outline: none;}

.page-template-page-culture .navbar{border-radius: 0px;background-color: #000;margin-bottom: 0px;border: 0px;}
.page-template-page-culture .navbar .logoCont{border:1px solid #FFF;}
.page-template-page-culture .navbar .navbar-nav > li > a {color: #FFF!important;}
.page-template-page-culture .navbar .navbar-nav > li#menu-item-29 > a:hover {color: #000!important;background-color:#fff!important;}
.page-template-page-culture .navbar .navbar-nav > li > a::before {background: #FFF;}
.page-template-page-culture .navbar .top-social-icons > li > a.admin{color: #FFF !important;}
.page-template-page-culture .navbar .loginLocked{background: url(images/lock-about.svg) no-repeat 0 0;background-size: 17px;}
.page-template-page-culture .navbar .navbar-toggle .icon-bar{background: #FFF;}
.page-template-page-culture .navbar.scroll-mobile .navbar-toggle .icon-bar{background: #000;}
.page-template-page-culture .quote .row {height: 100%;}
.page-template-page-culture .quote .row .col-xs-8  {height: 100%;}
.page-template-page-culture .quote .row .col-xs-2  {height: 100%!important;}


.header-background{background:#0F0E0C;}
.sub-section3 {padding-top:100px;}
.header-background p{font-family: 'Studio6';color: #fff;font-size: 55px;line-height:60px;margin-top:120px;margin-bottom: 40px;width: 100%;max-width: 1024px;}
.header-background p span{font-family: 'Studio6';}
.header-background p span.normaltext{font-family: 'Studio6';display: inline-block;vertical-align: top;max-width: 750px;margin-left: 15px;}
.header-background p span.red {color: #f79dff;}
.header-background p.introtext.small {font-size: 28px;line-height: 38px;display: inline-block;margin-top: 0;}
.redline {width: 45px;display: inline-block;height: 66px;}
.redline span {border-top: 4px solid #f79dff;width: 100%;display: block;margin-top: 15px;}
.ourproducts h2 {font-size: 40px;color: #f79dff;margin-top: 0;margin-bottom: 0;padding-bottom: 20px;}
.ourproducts p {font-size: 15px;line-height: normal;color: #ffffff;margin-top: 0;margin-bottom: 80px;max-width: 360px;}
.text1{font-size:35px;line-height:58px;}
.kpitext {margin-bottom: 120px;}
.kpitext ul {overflow: hidden;margin: 0;padding:0;}
.kpitext ul li {list-style: none;float: left;color: #ffffff;font-size: 54px;font-family: 'Studio6';}
.kpitext ul li.dot {margin-left:30px;margin-right: 30px;}
.kpitext ul span {color: #ffffff;font-family: 'Studio6';}
.section2 ul {padding: 0;margin: 0;overflow: hidden;display: inline-block;margin-bottom: 5px;}
.section2 ul li {float: left;font-size: 33px;font-family: 'Studio6';color: #ffffff;list-style: none;}
.section2 ul li a {font-size: 33px;font-family: 'Studio6';color: #ffffff;}
.section2 ul li a:hover, .section2 ul li a.selected {text-decoration: none;color:#f79dff!important;}
.section2 ul li.dot {margin-left: 40px;margin-right: 40px;}
.section2 .text1 {color:#FF534A;}
.section2 .text1 a{color:#FF534A;}
.section2 .text1 a:hover {text-decoration: none;}
.section2 .col-sm-10.text1 p{font-size: 50px;font-family: 'Studio6';}
.text2{padding-top: 12px;}
.section1 {margin-top: 50px;}
.section1 p{line-height: 28px;padding-right: 35px;font-family: 'Studio6';font-size: 18px;}
.section1 p span{margin-right: -14px;font-size: 50px;color: #FF3D2E;}
.years-count{line-height: 1;color: #FF3D2E;font-family: 'Studio6';font-size: 120px !important;}
.slide-up-container {padding-bottom: 100px;padding-top: 100px;height:320px;overflow: hidden;}
.slide-up-item {height: 320px;}
b{font-family: 'Studio6';}
.section2 {color: #FFF ;padding-bottom: 90px;background-color: #0F0E0C;text-align: center;}
.letstalk {background-color:#0F0E0C;padding-top:80px;padding-bottom:80px;}
.letstalk p {color:#fff;font-size:50px;}
.letstalk p span{font-family: 'Studio6';}
.sub-section-nopadding {padding-bottom:0;}
.section2 .sub-section1 .text1{font-family: 'Studio6';font-size: 50px;color:#FF3D2E;}
.section2 .sub-section1 .text1 p{padding-top: 10px;line-height:58px;}
.section2 h2{color: #FFF !important;font-family: 'Studio6';font-size: 50px;margin-top:0;padding:0;margin-bottom:50px;}
.sub-section1 span, .years-count b{font-family: 'Studio6';}
.AboutGetInTouchBtn{border-radius:30px;display: inline-block;font-size: 16px;font-weight: 900;color:#fff;text-transform: uppercase;text-align: center;width: 373px;line-height: 60px;border: 1px solid #fff;font-family: 'Studio6';}
.AboutGetInTouchBtn:hover,.AboutGetInTouchBtn:focus {text-decoration: none;background-color: #fff;color: #f79dff !important;}
.AboutGetInTouchBtn:focus{text-decoration: none; color: #FFF!important;}
.sub-section2{padding-top:100px;}
.partners span{text-decoration: underline;}
.partners.companies img {max-width: 296px;width: 100%;}
.partners.companies p {max-width: 296px;width: 100%;text-align: center;font-size: 15px;margin-top: 10px;line-height: 20px;margin-left: auto;margin-right: auto;}
.fa-chevron-left{position: absolute;z-index: 1;top: 50%;left:10%;transform: translateY(-50%);font-size:25px;background-color: #000;padding: 10px;color: #f79dff;font-weight: 300;}
.fa-chevron-right{position: absolute;z-index: 1;top: 50%;right:10%;transform: translateY(-50%);font-size:25px;background-color: #000;padding: 10px;color: #f79dff;font-weight: 300;}
.visible-xs{display: none;}
.black {background-color:#000;}
.searchIcon {color:#000!important;background-color:#fff!important;}
.searchIcon i {color:#000!important;}
.search h2,.search h1 {padding-left:15px;margin-top:0;}
.search article {display:none;}
.sr {padding-bottom:100px;}
.searchOverlay {position: fixed;top: 0;right: 0;left: 0;bottom: 0;background: rgba(0,0,0,.9);z-index: 1000000;display:none;}
.search-close {
    position: absolute;
    top: 30px;
    right: 40px;
    font-size: 30px;
    cursor: pointer;
    color: #fff;
}
.search-close:hover {text-decoration:none!important;color:#fff!important;opacity:0.9;}
.searchOverlay form {
    width: 60%;
    margin: 300px auto;
}
.searchOverlay label {
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}
.searchOverlay .input-group {
    display: block;
}
.searchInput {
    width: 100%;
    line-height: 60px;
    background: none;
    border-bottom: 2px solid #fff;
    color: #fff;
}
.searchBtn {background: none;border: 0;position: absolute;right: 0;top: 50%;transform: translateY(-50%);color:#fff;}
.page-template-landing .wpcf7-form label {margin-bottom: 12px;}

.page-template-page-careers .wpcf7-form-control {max-width: 100%;padding:5px;width: 100%;font-family: 'Studio6';}
.page-template-page-careers .wpcf7-form label {margin-bottom: 0;}
.page-template-page-careers .wpcf7-form-control-wrap {margin-bottom: 25px;display: block;}
.page-template-page-careers .wpcf7-form-control-wrap.videorecording {margin-bottom: 0;}
.page-template-page-careers .wpcf7-form-control:focus {border-color: #E6E6E6;-webkit-box-shadow: none;box-shadow: none;border-style: solid;}
.page-template-page-careers .wpcf7-file {border:1px solid #E6E6E6;}
.page-template-page-careers .portfoliooptions {margin-bottom:10px;padding:5px;width:100%;max-width: 100%;border:1px solid #E6E6E6;}
.page-template-page-careers .portfoliooptions a {color:#000;font-size:15px;text-decoration: underline;margin-right:10px;}
.page-template-page-careers .cvoptions {margin-bottom:10px;padding:5px;width:100%;max-width: 100%;border:1px solid #E6E6E6;}
.page-template-page-careers .cvoptions a {color:#000;font-size:15px;text-decoration: underline;margin-right:10px;}
.page-template-page-careers .patach, .page-template-page-careers .plink,.page-template-page-careers .catach, .page-template-page-careers .clink {display: none;}
.page-template-page-careers .catach {position: relative;}
.page-template-page-careers .patach {position: relative;}
.page-template-page-careers .clear {position: absolute;top: 5px;right: 6px;}
.page-template-page-careers .clear a {color: #424242;}
.page-template-page-careers .clear a:hover {text-decoration: none;}
.page-template-page-careers .clearp {position: absolute;top: 5px;right: 6px;}
.page-template-page-careers .clearp a {color: #424242;}
.page-template-page-careers .clearp a:hover {text-decoration: none;}
.page-template-page-careers h2 {margin-top:100px;padding-bottom: 50px;font-size: 80px;}
.page-template-page-careers h2.applynow {margin-top: 93px;padding-bottom: 35px;font-size: 40px;line-height: 33px;}
.page-template-page-careers .wonderiantext {font-family: 'Studio6'; width: 100%;max-width: 478px;font-size: 30px;margin-top: 100px;line-height: 46px;display: inline-block;text-align: left;color: #424242;}
.page-template-page-careers .wpcf7-submit {width: 100%;background: #000;text-align: center;color: #fff;border-radius: 0;line-height: 50px;font-size: 16px;font-family: 'Studio6';margin: 0;padding: 0;border: 1px solid #000;margin-top: 30px;}
.page-template-page-careers .wpcf7-submit:hover {background-color: #fff;color: #000;border:1px solid #000;}
.page-template-page-careers .wpcf7-form {margin-bottom: 100px;} 
.page-template-page-careers h4 {margin-bottom: 15px;font-size: 40px;padding-bottom: 0;}
.page-template-page-careers .modal-content {padding: 0!important;}
.page-template-page-careers .modal-header .close {margin-top: -35px!important;font-size: 40px;right:5px;}
.page-template-page-careers .optional {margin-bottom: 20px;font-size: 24px;line-height: normal;}
.page-template-page-careers .optional span {opacity: 0.5;}
.page-template-page-careers .feelingcool {margin-top:35px;}
.page-template-page-careers .cvoptions {background-color: #F7F7F7;border:1px dotted #A3A3A3;}
.page-template-page-careers .portfoliooptions {background-color: #F7F7F7;border:1px dotted #A3A3A3;}
/*.page-template-page-careers .recorderholder {padding: 30px;background-color: #F7F7F7; border:1px dotted #A3A3A3;}*/
.cameratag_select_prompt, .cameratag_mobile_prompt {display: none!important;}
.cameratag_primary_link {margin-top: 5em!important;}
.cameratag_prompt_label {font-size: 20px!important;}
.cameratag_primary_link:hover .cameratag_action_icon {font-size: 2em!important;}
.camera_tag .cameratag_screen.cameratag_accept .cameratag_accept_btn, .camera_tag .cameratag_screen.cameratag_accept .cameratag_rerecord_btn, .camera_tag .cameratag_screen.cameratag_accept .cameratag_play_btn {width: 437px!important;height: 45px!important;margin: 0 auto 10px auto!important;}
.camera_tag .cameratag_screen {bottom: 15px!important;}
.camera_tag .cameratag_screen.cameratag_recording img {width: 20px!important;}
.page-template-page-careers .recorderholder {background-color: #F7F7F7; border:1px dotted #A3A3A3;}
.page-template-page-careers h2.header {display: none;}
.page-template-page-careers .experiment {text-align: center;}
.page-template-page-careers .experiment p {margin:0;line-height: 0;}
.page-template-page-careers .recorderholder p {margin:0;line-height: 0;}
.page-template-page-careers a.record {display: block;;}
.page-template-page-careers .recordbutton {display:none;border-radius: 0;background-color: #fff;color: #000;border:1px solid #000;margin-top:10px;}
.page-template-page-careers .recordbutton:hover {background-color: #000!important;color: #fff!important;}
.page-template-page-careers .uploadbutton {border-radius: 0;background-color: #000;color: #fff;border:1px solid #000;margin-top:10px;}
.page-template-page-careers .uploadbutton:hover {background-color: #fff;color: #000;}
.page-template-page-careers .uploadtoserver {display: none;}
.page-template-page-careers .recorderbuttonholder {display: inline-block;}
.page-template-page-careers .recorderholder {margin-top: 20px;}
.page-template-page-culture .videocontainer {margin-bottom: 40px;margin-top: 50px;}
.page-template-page-careers .wpcf7-response-output {margin-top:20px!important;font-size: 18px;color:#333!important;display: none!important;}
.messagecontainer {width: 100%;max-width: 475px;margin: 90px auto 90px;}
.messagelight {font-size: 33px;font-family: 'Studio6';width: 100%;max-width: 333px;margin: 0 auto 14px;line-height: 36px;}
.massagebold {font-size: 40px;font-family: 'Studio6';line-height: 40px;margin-bottom: 17px;}
.container-fluid.success {display: none;}
.bar {height: 18px;background: green;display: none;}
#progress .filesize {font-size: 14px;}
#progress .filename {font-size: 14px;font-family: 'Studio6';}
#progress .fileunit {font-size: 14px;}
#progress .delete {display: none;}
#progress .delete a {font-size: 14px;color: red;}
#progress .uploaded {display: none;font-size: 14px;color: green;margin-left:5px;margin-right: 5px;}
video {max-width: 100%;}
#recorded {display: none;}
#download {display: none;}
#delete {display: none;}
#gum {display: none;}
#progressvideo {display: none;font-size: 14px;}
#videolink {display: none;}
.container-fluid.hero {max-width: 100%;padding: 0;}
.page-template-page-careers .footerRow1 {display: none;}
.page-template-page-culture {background-color: #000;}
.page-template-page-culture .footerRow1 {display: none;}
.page-template-page-culture p {color: #fff;font-size: 14px;line-height: 20px;padding-right: 58px;}
.page-template-page-culture .navbar .logoCont {border: 1px solid #FFF;}
.page-template-page-culture .navbar .navbar-nav > li > a::before {background: #FFF;}
.page-template-page-culture .culture-playseriously-logo {
	display: block;
	width: 176px;
	max-width: 100%;
	height: auto;
	margin-bottom: 0;
	padding-top: 30px;
	border-radius: 0 !important;
}
.playseriously {text-align: center;margin-top: 60px;margin-bottom: 60px;}
.page-template-page-culture .navbar .navbar-nav > li > a {color: #FFF !important;}
.page-template-page-culture p.quotes {opacity: 0.5;margin-bottom: 0;line-height: normal;position: absolute;top: 50%;transform: translateY(-50%);}
.page-template-page-culture .mobile p.quotes {opacity: 0.5;margin-bottom: 0;padding-top: 0px;}
.page-template-page-culture .modal-content {padding: 0!important;}
#start {position: absolute;top: -99999999px;}
#echoCancellation {position: fixed;top: -99999999px;}
#videorecordingmobile {display: none;}
#errorMsg {position: absolute;top: -99999999px;}
.closequote {bottom: -50px;left: 0;position: absolute;}
.openquote {position: absolute;}
.page-template-page-culture .modal-header .close {margin-top: -35px!important;font-size: 40px;right:5px;}
.playseriously img {max-width: 296px;}
.page-template-page-culture  .videoimage.mobile {margin-bottom: 30px;}
.moto {margin-bottom: 30px;display: block;}
#sb_instagram .sbi_follow_btn a {margin-top:30px;background: transparent;color: #fff;border: 1px solid #fff;border-radius: 0;}
#sb_instagram .sbi_follow_btn a:hover {background: transparent;opacity: 0.7;box-shadow: none;}
#cvmsg {color: #f00;font-size: 1em;font-weight: normal;display: block;}
#portfoliomsg{color: #f00;font-size: 1em;font-weight: normal;display: block;}
.titleandbody p {font-size: 26px;}
.blackbox {background-color: #000000;overflow: hidden;padding: 50px 30px 20px 35px;margin-bottom:25px;}
.blackbox h3 {font-size: 24px!important;font-family: 'Studio6'!important;color: #FF534A!important;height: 55px;padding: 0;margin-bottom: 20px;}
.blackbox p {font-size: 15px;color: #ffffff;margin-bottom: 20px;}
.blackbox a {color: #FF534A;}
.blackbox a:hover, .colbox2 a:hover, .colbox3 a:hover {text-decoration: none;}
.page-template-whatwedo h3, .page-template-whatwedodetails1 h3 {font-size: 35px; font-family: 'Studio6'; color: #FF534A;padding-bottom: 30px;}
.page-template-whatwedo h4,
.page-template-whatwedodetails1 h4,
.page-template-whatwedodetails2 h4 {padding-bottom: 5px;font-size: 20px; color: #000;font-family: 'Studio6';}
.colbox2 p, .colbox3 p {font-size: 15px;color: #000;margin-bottom: 0;}
.titleandbody {margin-bottom: 40px;}
.blackboxes {margin-bottom: 50px;}
.columnsx {margin-bottom: 40px;}
.colbox2,.colbox3 {margin-bottom: 50px;}
.colbox2 img, .colbox3 img {margin-bottom: 35px;}
.darkboxlink {float: right;}
.breadcrumbs {font-size: 13px;color: #9e9e9e;}
.breadcrumbs a {color: #3E3E3E;}
.target {text-align: center;margin-bottom: 50px;}
.target img {margin-bottom: 20px;}
.target h5 {color: #000;font-family: 'Studio6';font-size: 18px;padding: 0;margin-bottom: 18px;}
.target p {font-size: 16px;font-family: 'Studio6';max-width: 300px;width: 100%;display: inline-block;margin-top: 20px;}
.orangeline {width: 60px;height: 2px;display: block;background-color: #FF534A;margin: 0 auto;}
.dark {background: #000;padding-top: 30px;}
.dark .breadcrumbs a {color: #fff;}
.dark .breadcrumbs {color: #707070;}
.page-template-whatwedodetails2 .dark h2 {color: #fff;}
.dark .titleandbody p  {color: #fff;}
.page-template-whatwedodetails2 h3 {font-size: 30px;font-family: 'Studio6';margin-top:50px;padding: 0;margin-bottom: 5px;}
.marginbottom30 {margin-bottom: 30px;}
.grey {background-color: #F5F5F5;padding-bottom: 60px;margin-bottom: 30px;}
.introtext {color: #424242;font-family: 'Studio6';line-height: 25px;font-size: 19px;width: 100%;max-width: 370px;}
.button {width: 145px; height: 42px;display: block;border: 1px solid #000;text-align: center;color: #000;font-size: 16px;font-family: 'Studio6';line-height: 39px;}
.button:hover {text-decoration: none;background-color: #000;color: #fff;}
.textholder {text-align: left;display: inline-block;width: 100%;max-width: 600px;}
.textholder p,
.textholder ul li {font-size: 19px;font-family: 'Studio6';}
.textholder ul {padding-left: 15px;}
.orange .target {padding-top: 30px;margin-bottom: 0;}
.orange {margin-bottom:50px;margin-top: 30px;background-color: #FF534A;padding-top: 40px;padding-bottom: 90px;}
.orange h5 {color: #fff;font-size: 18px;font-family: 'Studio6';margin-bottom: 30px;margin-top: 30px;padding: 0;}
.orange p {color: #fff;font-size: 18px;font-family: 'Studio6';margin-top: 20px;margin-bottom: 0;padding: 0;}
.orange .orangeline {background-color: #fff;}
.orange .target img {margin-bottom: 0;}
.word {margin-top: 60px;margin-bottom: 100px;}
.no-gutter {padding: 0;}
.page-template-whatwedodetails2 h6 {margin-bottom:10px;color: #fff;font-family: 'Studio6';font-size: 30px;position: relative;top: unset;left: unset;transform: unset;display: block;}
.black p {color: #fff;font-family: 'Studio6';font-size: 19px;}
.black p span {font-family: 'Studio6';}
.black {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:         flex;flex-wrap: wrap;}
.black > [class*='col-'] {display: flex;flex-direction: column;}
.centertop {position: absolute;top: 50%;transform: translateY(-50%);margin-left: 30px;}
#bigmenu {padding-bottom: 40px;position: absolute;z-index: 999; width: 100%;display: none;}
#bigmenu ul {padding-left: 15px;}
#bigmenu ul li {list-style: url('images/chevron-right.svg');font-size: 16px;color: #fff;line-height: normal;margin-bottom: 15px;}
#bigmenu h2 {color: #FF534A;font-size: 20px;}
.whatwedomenu {display: none!important;}
.whatwedomenu.opened {color: #FF534A;}
.whatwedomenu.opened:after {content: "";position: absolute;background: url('images/chevron-up.svg');right: 5px;top: 16px;width: 9px;height: 5px;}
.whatwedomenu:after {content: "";position: absolute;background: url('images/chevron-down.svg');right: 5px;top: 16px;width: 9px;height: 5px;}
.mobileonly {display: none!important;}
.footercities {padding: 0;margin-top: 30px;}
ul.footercities li {list-style: none;display: inline-block;color: #fff;font-size: 20px;font-family: 'Studio6';}
ul.footercities li.dot {margin-right: 15px;margin-left: 15px;}
.shadow {visibility: hidden;}
.newsletter h2 {font-size: 25px;width: 100%;color: #fff;font-family: 'Studio6';margin-top: 0;}
.newsletter .inputtext {margin-bottom:30px;width:100%;background: transparent;font-size: 14px;color: #fff;}
.newsletter .inputtext:focus {outline: none;}
.footerRow2 .newsletter .inputsubmit {float:right;width: 214px; height: 51px; color: #0F0E0C!important;font-size: 16px;font-family: 'Studio6';text-transform: uppercase;border-radius: 30px;background-color:#fff!important;border:0!important;font-weight: 700!important;}
.newsletter .inputsubmit:focus {outline: none;}
.newsletter .inputsubmit:hover { background-color: #f79dff !important;color: #0F0E0C !important;text-decoration: none !important;}
.newsletter p {line-height: unset;opacity: unset;margin-bottom: 0!important}
footer .wpcf7 form .wpcf7-response-output {margin: 0;border:0!important;color: #ffffff; text-align: center;}
footer .wpcf7-not-valid {border: 1px solid red!important;}
footer .wpcf7-not-valid-tip {display: none!important;}
.thestory h2 {color: #ffffff;font-size: 47px;margin-top: 20px;    padding-bottom: 0;margin-bottom: 45px;}
.theteam h2 {color: #ffffff;font-size: 47px;margin-top: 20px;    padding-bottom: 0;margin-bottom: 45px;}
.partners {color: #ffffff;margin-bottom: 40px;}
.partners h2 {color: #ffffff;font-size: 47px;margin-top: 20px;    padding-bottom: 0;margin-bottom: 65px;}
.theteam.first {margin-top: 140px;}
.theteam p {line-height:normal;margin-bottom: 0!important;margin-top: 0;font-size: 19px;font-family: 'Studio6';text-align: center;}
.theteam p.role {margin-top:5px;font-size: 15px;opacity: 0.5;}
.thestory p {padding-left:15px;padding-right:15px;font-size: 16px;color: #ffffff;font-family: 'Studio6';line-height: 26px;margin-top: 0;margin-bottom: 0;}
.ourproducts {margin-bottom: 20px;}
.ourproducts.nomargin {margin-bottom: 0px;}
.intro {margin-bottom: 120px;}
@media all and (min-width: 768px) {

.teamList {
	padding: 25px;
	font-size: 14px;
	padding-top: 0px;
}
.spaceText {
	padding: 0 50px;
}
.partners {font-size:14px;}
.partners.first {margin-top: 115px;margin-bottom: 0}
.row.centeredCols {
	display: flex;
	align-items: center;
}
.carousel-showsixmoveone .carousel-inner > .active.left,  .carousel-showsixmoveone .carousel-inner > .prev {
	left: -33.333%;
}
.carousel-showsixmoveone .carousel-inner > .active.right,  .carousel-showsixmoveone .carousel-inner > .next {
	left: 33.333%;
}
.carousel-showsixmoveone .carousel-inner > .left,  .carousel-showsixmoveone .carousel-inner > .prev.right,  .carousel-showsixmoveone .carousel-inner > .active {
	left: 0;
}
.carousel-showsixmoveone .carousel-inner .cloneditem-2 {
	display: block;
}
}
.carousel-showsixmoveone .carousel-inner > .item.active.right,  .carousel-showsixmoveone .carousel-inner > .item.next {
	-webkit-transform: translate3d(50%, 0, 0);
	transform: translate3d(50%, 0, 0);
	left: 0;
}
.carousel-showsixmoveone .carousel-inner > .item.active.left,  .carousel-showsixmoveone .carousel-inner > .item.prev {
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
	left: 0;
}
.carousel-showsixmoveone .carousel-inner > .item.left,  .carousel-showsixmoveone .carousel-inner > .item.prev.right,  .carousel-showsixmoveone .carousel-inner > .item.active {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	left: 0;
}

@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
.carousel-showsixmoveone .carousel-inner > .item.active.right,  .carousel-showsixmoveone .carousel-inner > .item.next {
	-webkit-transform: translate3d(33.333%, 0, 0);
	transform: translate3d(33.333%, 0, 0);
	left: 0;
}
.carousel-showsixmoveone .carousel-inner > .item.active.left,  .carousel-showsixmoveone .carousel-inner > .item.prev {
	-webkit-transform: translate3d(-33.333%, 0, 0);
	transform: translate3d(-33.333%, 0, 0);
	left: 0;
}
.carousel-showsixmoveone .carousel-inner > .item.left,  .carousel-showsixmoveone .carousel-inner > .item.prev.right,  .carousel-showsixmoveone .carousel-inner > .item.active {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	left: 0;
}
}

@media all and (min-width: 992px) {

.carousel-showsixmoveone .carousel-inner > .active.left,  .carousel-showsixmoveone .carousel-inner > .prev {
	left: -16.666%;
}
.carousel-showsixmoveone .carousel-inner > .active.right,  .carousel-showsixmoveone .carousel-inner > .next {
	left: 16.666%;
}
.carousel-showsixmoveone .carousel-inner > .left,  .carousel-showsixmoveone .carousel-inner > .prev.right,  .carousel-showsixmoveone .carousel-inner > .active {
	left: 0;
}
.carousel-showsixmoveone .carousel-inner .cloneditem-3,  .carousel-showsixmoveone .carousel-inner .cloneditem-4,  .carousel-showsixmoveone .carousel-inner .cloneditem-5 {
	display: block;
}
}

@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
.carousel-showsixmoveone .carousel-inner > .item.active.right,  .carousel-showsixmoveone .carousel-inner > .item.next {
	-webkit-transform: translate3d(16.666%, 0, 0);
	transform: translate3d(16.666%, 0, 0);
	left: 0;
}
.carousel-showsixmoveone .carousel-inner > .item.active.left,  .carousel-showsixmoveone .carousel-inner > .item.prev {
	-webkit-transform: translate3d(-16.666%, 0, 0);
	transform: translate3d(-16.666%, 0, 0);
	left: 0;
}
.carousel-showsixmoveone .carousel-inner > .item.left,  .carousel-showsixmoveone .carousel-inner > .item.prev.right,  .carousel-showsixmoveone .carousel-inner > .item.active {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	left: 0;
}
}
/*******************END TEAM CAROUSSEL*****************************/
.btn.active, .btn:active {
	box-shadow: inset 0 0 0 rgba(0,0,0,0)
}
.btn.dropdown-toggle {
	background: none;
}
.contactInfo > .row {
	line-height: 23px;
}
.contactInfo {
	cursor: pointer;
	font-size: 15px;
}
.contactInfo .col-xs-10{padding:0 5px;}
.contactInfo img {
	width: 22px;
height: auto;
}
.map img {
	padding-top: 50px;
}
.page-template-page-clients .dropdown-menu {
	display: block !important;
	opacity: 0 !important;
	transition: opacity .5s linear;
	height:300px;
	overflow-y:scroll;
}
.dropdown-menu {z-index:-1!important;}
.open > .dropdown-menu {
	opacity: 1 !important;
	z-index:10000!important;
}
.txtUnderImg {
	height: 80px;
}
.hpMainImg a {width:100%;text-align:center;background-color:#000;overflow-y: hidden;}
.hpMainImg a img {width:auto;}
.hpMainImg a img.defaultimage {width:175px;height:45px;}
.hpImgs a {width:100%;text-align:center;background-color:#000;overflow-y: hidden;}
.hpImgs a img {width:100%;}
.hpMainImg > a {
	overflow: hidden;
}
.insideTitle {
	font-size: 14px;
	text-decoration: underline;
	margin-bottom: 35px;
}
.submitBtn {
	width: 100%;
	background: #000;
	text-align: center;
	color: #fff;
	border-radius: 0;
	line-height: 50px;
	font-size: 16px;
	font-family: 'Studio6';
	margin: 0;
	padding: 0;
}

.filteringCont .btn:hover {
	color: #fff !important;
	background-color: transparent !important;
	background: transparent !important;
}
.btn:hover {color:#000;background-color:#fff;border:1px solid #000;}
@media only screen and (max-width: 1200px) {
	.ourproducts h2 {font-size: 40px;}
.aboutLabel > div:nth-child(1) {
	font-size: 20px;
	line-height: 70px;
}
.aboutLabel > div:nth-child(2) {
	font-size: 90px;
	line-height: 70px;
}
.servicesCont > div {
	transform: scale(.8, .8);
}
.servicesCont {
	background-size: 25% auto;
}
}
@media only screen and (min-width: 768px) {
.modal-dialog {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) !important;
    }
}
@media only screen and (max-width: 992px) {
	.header-background p span.normaltext {max-width: 603px;}
.container-fluid {
	padding-right: 30px;
	padding-left: 30px;
}
.aboutLabel > div:nth-child(1) {
	font-size: 20px;
	line-height: 60px;
}
.aboutLabel > div:nth-child(2) {
	font-size: 60px;
	line-height: 60px;
}
.servicesCont > div {
	transform: scale(.7, .7);
}
}

@media only screen and (max-width: 945px) {
	.clientDir a {font-size:13px;}
}
@media only screen and (max-width: 889px) {
	.clientDir a {font-size:12px;}
}
@media only screen and (max-width: 832px) {
	.clientDir a {font-size:11px;}
}
@media only screen and (max-width: 775px) {
	.clientDir a {font-size:10px;}
}
.desktoponly {display: block!important;}
@media only screen and (max-width: 768px) {
	.ourproducts p {margin-bottom: 50px!important;}
	.ourproducts h2 {padding-bottom: 0;font-size: 25px;}
	.section2 ul li.dot {
    margin-left: 10px;
    margin-right: 10px;
}

.section2 ul li a {font-size: 15px;}
	.kpitext ul li.dot {display: none;}
	.header-background p {padding-right: 0!important;    padding-left: 0!important;line-height: normal;}
	.header-background p span.normaltext {max-width: 275px;}
	.top-social-icons {
	    margin-bottom: 0!IMPORTANT;
	}
	footer .wpcf7 form .wpcf7-response-output {margin-top: 20xp;}
	.newsletter .inputsubmit {float: none;}
	.shadow {display: none;}
	ul.footercities li.dot {margin-left: 10px;margin-right: 10px;}
	.mobileonly {display: block!important;}
	.desktoponly {display: none!important;}
	.black {display: block;}
.black > [class*='col-'] {display: block;}
.centertop {position: relative;top: unset;transform: unset;margin-top: 30px;margin-bottom: 30px;}
	.page-template-page-careers .wonderiantext {margin-top:30px;}
	.page-template-page-careers h3 {font-size: 33px;}
	.page-template-page-careers h2.applynow {font-size: 33px!important;}
.page-template-page-culture p {padding-right: 0;}
.page-template-page-culture p.quotes {position: relative;transform: none;}
	.page-template-page-careers h2 {
		font-size: 60px;
    margin-top: 50px;
    padding-bottom: 25px;
}
.page-template-page-careers h2.applynow {
    margin-top: 25px;
    padding-bottom: 25px;
    font-size: 60px;
}
.page-template-page-careers .feelingcool {margin-top: 30px}
.samplevideo {margin-bottom: 10px;}
.checksample {margin-bottom: 20px;}
	#sb_instagram {margin-top: 30px;}
	.page-template-page-culture .videocontainer {margin-bottom: 0px;margin-top: 0px;}
	.newsContent .header .date-article, .newsContent .header .title-article{margin-top: 0px;}
	.newsContent .logo-article img{width: 100%;margin-left: 0px;}
	.newsContent .header span{font-size: 14px;}
	.scroll-mobile .container-fluid{width: 100%;position: fixed;z-index: 999;top: 0; background-color: #FFF;}
	.dropdown-menu{top:100%; left: -73%; font-size: 11px;width: 214px;}
	.fa-chevron-left{left: 10%;}
	.fa-chevron-right{right: 10%;}
	.AboutGetInTouchBtn{width: 70%;}
	.loginLocked{
		background: none !important;
	}
	.navbar-collapse .navbar-nav > li.menu-item-29 > a{border-bottom: 0px;}
	.navbar-nav > li > a::before{height: 0px;}
	.footerRow2.row ul.top-social-icons > li > a{width: 42px; margin-right: 10px;}
	.footerRow2.row .col-md-4{text-align: center;}
	.footerRow2.row ul{margin-top: 0px; margin-bottom: 50px;}
	.header-background{background:#0F0E0C;}
	.page-template-page-about2 .navbar-nav > li#menu-item-29 > a,
	.page-template-whatwedodetails2 .navbar-nav > li#menu-item-29 > a {margin: 0 10px 0 10px;}
	.error404 .navbar-nav > li#menu-item-29 > a {margin: 0 10px 0 10px;}
	.section2 .col-sm-10.text1 p{font-size: 35px;line-height: 40px;}
	/*.slick-slide img {width:50%;}*/
	.page-template-page-about2 .navbar .logoCont,
	.page-template-whatwedodetails2 .navbar .logoCont {border: 0px!important;}
	.error404 .navbar .logoCont{border: 0px!important;}
	.page-template-page-culture .navbar .logoCont{border: 0px!important;}
	.page-template-page-about2 .navbar .navbar-nav > li:nth-last-of-type(1),
	.page-template-whatwedodetails2 .navbar .navbar-nav > li:nth-last-of-type(1){border:0px!important;}
	.error404 .navbar .navbar-nav > li:nth-last-of-type(1){border:0px!important;text-decoration: none!important;}
	.slide-up-container{padding-top:70px;padding-bottom:70px;height:200px;}
    .slide-up-item {height: 200px;}
    .years-count {font-size:54px!important;}
	.section1 p span{margin-right: -8px;}
	.visible-xs{display: block;}
	.hide-xs{display: none;}
	.header-background p{font-size: 20px;padding-top: 0px;padding-right: 74px;margin-top: 20px;}
	.section1{margin-top: 50px;margin-bottom:90px;}
	.sub-section3 {padding-top:80px;}
	.section2 .sub-section1 .text1 p {line-height:38px;}
	.sub-section1{padding-top: 0px;}
	.section2 h2{font-size: 40px;}
	.section2 .sub-section1 .text1{font-size: 30px;margin: 0;}
	.partners{padding-right:20px !important;font-size: 14px;}
	.section2{padding-bottom: 70px;}
	.teamList{padding-bottom: 30px !important;}
	.teamList p{margin-bottom: 0px;}
	.clientDir a {font-size:20px;}
	.loginLocked {padding: 0;margin: 0;}
	.loginLocked a {border-top: 1px solid #424242;border-bottom:0!important;padding: 5px 0 5px 0!important;}
	.page-template-page-clients .dropdown {margin-top: 0;padding-left:15px;}
	.dropdown {text-align:left;padding-left:0;}
	.footerRow2 h5 {padding-bottom:5px!important;}
	.container-fluid.space {padding-right:50px;}
	.container-fluid.careers {padding-right:20px;}
	.pushdown img {margin-top:unset!important;}
	span.wpcf7-list-item {width:100%;}
	.copy {margin-top:0!important;}
	.footerRow2 {padding-bottom:0;padding-top:40px;}
	.clientsList a {height:111px;}
	.padding15 {padding-right:unset!important;}
	.top-social-icons > li > a.admin {color:#fff!important;}
	label {font-size:13px;}
	.caseStudyRow .txt {margin-bottom:30px;}
	.caseStudyRow > div > .centeredCols {height:unset;padding: 30px 30px 0 30px;}
	.caseStudyRow p {margin:0;}
	.txtUnderImg {height:unset;}
	.hpMainImg a img {width:100%;}
	a:focus {color: #fff!important;}
	.wpcf7-form {margin-bottom:40px;}
	.openclose {right:15px!important;}
	.newsRight {padding-left:15px;}
	.container-fluid {padding-left:15px;padding-right:15px;}
	.ourWorkList a > img {max-height: unset;}
	.hpImgs a {height:unset;}
	.hpImgs a img {top:unset;transform:unset;}
	.hpMainImg a {height:unset;}
	.hpMainImg a img {transform:unset;top:unset;}
	.sectionsBoxes p {height:unset;margin-bottom:20px;}
	.modal-content {padding:10px!important;font-size:22px;}
	.modal-content h3 {margin-top:70px;}
	.footerRow2 img {margin-bottom:30px;}
	.copy {text-align:center!important;}
	.footerRow2 p {margin-bottom:20px;}
	.locOnimg {
		line-height: 40px;
		min-width: 130px;
	}
	.controlCont {
		width: 130px;
		height: 40px;
		line-height: 40px;
		left: auto;
		right:10px;
	}
	.carousel-control {
		line-height: 35px;
	}
	.filteringCont .btn {
		padding: 5px;
		font-size: 12px;
	}
	.glyphicon-menu-down {
		padding-left: 3px;
	}
	small {
		font-size: 11px;
	}
	.clientsList .col-xs-4 > div {
		width: 90%;
	}
	.navbar-collapse .top-social-icons li a.searchIcon {
		font-size: 20px;
		background: none !important;
		background-color: transparent !important;
		color: #fff !important;
		border-radius: 0 !important;
		width: auto;
		height: auto;
		line-height: 1;
	}

	.navbar.expanded {
		background: #000;
	}
	.navbar-toggle:not(.collapsed) .icon-bar {
		background: #fff;
	}
	.navbar-collapse {
		background: #000;
	}
	.navbar-collapse .navbar-nav > li > a {
		color: #fff;
		width: 100%;
		box-sizing: border-box;
		text-align: left;
		padding: 10px 15px;
		margin: 0 0 5px 0;
		font-size: 14px;
		border-bottom: 1px solid #424242;
	}
	.navbar-collapse .navbar-nav > li.current_page_item,
	.navbar-collapse .navbar-nav > li.current-menu-item {
		background-color: #f79dff;
	}
	.navbar-collapse .navbar-nav > li.current_page_item > a,
	.navbar-collapse .navbar-nav > li.current-menu-item > a {
		color: #0F0E0C !important;
		border-bottom-color: #f79dff;
	}
	.navbar-collapse .top-social-icons {
		text-align: left;
		margin-bottom: 50px;
	}
	.navbar-collapse .top-social-icons li a.searchIcon:hover {
		background: none !important;
		background-color: transparent !important;
		opacity: .6;
	}
	.navbar-collapse .navbar-nav, .navbar-nav > li#menu-item-29 > a {
		padding: 0;
	}
	.navbar-nav > li#menu-item-29 > a{
		padding-top: 10px;
		border:0px;
	}
	.top-social-icons > li > a {
		margin-left: 0;
	}
	.footerRow2 > div:nth-child(2) {
		text-align: left;
	}
	.projectsLists > a {
		width: calc(50% - 20px);
		padding: 10px;
		padding-left: 0;
	}
	
	#caseStudy .caseStudyRow .txt, #caseStudy .caseStudyRow .txt, #caseStudy2 .caseStudyRow .txt, #caseStudy2 .caseStudyRow .txt {
		padding: 40px 20px;
	}
	.caseStudyRow {
		padding: 0;
	}
	.caseStudyRow > div {
		padding: 0 0 30px 0;
	}
	.caseStudyRow > div > img {
		height: auto;
	}
	.caseStudyData > div:nth-child(2) {
		padding: 20px 0;
	}
	.caseStudyData > div:nth-child(2)::before {
		top: 20px;
		left: 20px;
		bottom: 20px;
		right: 20px;
	}
	.caseLogo {
		padding: 40px 0;
	}
	.caseStudyData .centeredCols {
		height: auto;
		display: block;
	}
	.navbar-collapse {
		box-shadow: inset 0 1px 0 rgba(255,255,255,0);
	}
	.footerRow1 strong {
		display: block;
	}
	.servicesCont {
		display: none;
	}
	.aboutLabel > div:nth-child(1) {
		font-size: 25px;
		line-height: 60px;
	}
	.aboutLabel > div:nth-child(2) {
		font-size: 70px;
		line-height: 60px;
	}
	h1 {
		font-size: 400%
	}
	h2 {
		padding-bottom: 20px;
	}
	h3 {
		padding: 0 !important;
		margin-bottom: 20px;
	}
	body {
		font-size: 12px;
	}
	.top-social-icons > li > a {
		padding: 0;
	margin-left:5px;
	margin-right:5px;
	}
	.navbar-header {
		display: flex;
		align-items: center;
		justify-content: flex-start;
		width: 100%;
		float: none;
		text-align: left;
	}
	.navbar-header .logoCont {
		display: block;
		flex: 0 0 auto;
		max-width: 160px;
		padding: 10px 0 0 10px;
		float: none;
	}
	.logoCont img {
		margin-bottom: 5px;
		line-height: 0;
	}
	.navbar-header .navbar-search-mobile {
		flex: 0 0 auto;
		margin-left: auto;
		display: inline-flex !important;
		align-items: center;
		justify-content: center;
		width: 44px;
		height: 44px;
		margin-right: 0;
		padding: 0;
		background: none !important;
		background-color: transparent !important;
		color: #fff !important;
		border-radius: 0 !important;
		font-size: 20px;
		line-height: 1;
	}
	.navbar-header .navbar-search-mobile i {
		color: #fff !important;
	}
	.navbar-header .navbar-search-mobile:hover,
	.navbar-header .navbar-search-mobile:focus {
		opacity: 0.7;
		color: #fff !important;
		text-decoration: none;
	}
	.navbar-header .navbar-toggle {
		flex: 0 0 auto;
		float: none;
	}
	.navbar-header:not(:has(.navbar-search-mobile)) .navbar-toggle {
		margin-left: auto;
	}
	
	.expanded .logoCont {
		color: #fff
	}
	.navbar {
		padding: 5px 0;
	}
	.navbar-toggle {
		margin: 0;
	}
	.nav > li {
		text-align: center;
	}
	.navbar-nav > li:nth-last-of-type(1) {
		margin-right: 0;
	}
	.top-social-icons {
		text-align: center;
	margin-top:40px;
	}
	.top-social-icons > li {
		display: inline-block;
		float: none;
		margin:0;
	}
	.navbar-toggle {
		padding: 18px;
	}
	.getInTouchBtn {
		width: 100%;
	}
	.page-template-page-thespace .borderBtm {
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	.caseStudyData .centeredCols {
		padding: 20px;
	}
	.caseStudyData > div:nth-child(2):before {
		left: 0;
		right: 0;
	}
	.caseDetail > .row {
		margin: 0 0 10px 0;
	}
	.spaceText {
		padding: 15px 0;
	}
	.teamList > img{
		width: 100%;
		margin-bottom: 0;
	}
	.theteam.first {
    margin-top: 70px;
	}
	.introtext {font-size: 40px!important;}
	.normaltext {font-size: 25px!important;}
	.thestory p {font-size: 25px!important;}
	.thestory h2 {margin-bottom:25px;}
	.intro {margin-bottom: 60px;}
	.partners {margin-bottom: 0;}
	.alignright {float:none!important;width:100%!important;}
	.alignleft {float:none!important;width:100%!important;}

	/* Mobile nav: keep expanded menu within viewport (all pages) */
	.navbar .container-fluid,
	.scroll-mobile .container-fluid {
		max-width: 100%;
		overflow-x: hidden;
	}
	.navbar-collapse.navbar-right {
		float: none !important;
		width: 100%;
		max-width: 100%;
		margin-right: 0 !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.navbar-collapse .navbar-nav {
		width: 100%;
		float: none;
		margin: 0;
		padding: 0;
	}
	.navbar-collapse .navbar-nav > li {
		width: 100%;
		float: none;
		margin-right: 0 !important;
		border: 0 !important;
		border-radius: 0 !important;
	}
	.navbar-collapse .navbar-nav > li > a {
		width: 100%;
		box-sizing: border-box;
		margin: 0 0 5px 0;
		padding: 10px 15px;
	}
	.navbar-collapse .navbar-nav > li > a:before {
		margin: 0;
	}

	
}
.nav > li > a > img{height: 27px;}
.alignright {float:right;/*width:unset;*/}
.alignleft {float:left;/*width:unset;*/margin: 0 20px 20px 0;}
.logo-article1{text-align: center;}

/*** Styles added to fix the issue with zoom in on iphone ***/
/* iPhone < 5: */
@media screen and (device-aspect-ratio: 2/3) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"],input[type="tel"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"]{ font-size: 16px; }
}

/* iPhone 5, 5C, 5S, iPod Touch 5g */
@media screen and (device-aspect-ratio: 40/71) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"],input[type="tel"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"]{ font-size: 16px; }
}

/* iPhone 6, iPhone 6s, iPhone 7 portrait/landscape */
@media screen and (device-aspect-ratio: 375/667) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"],input[type="tel"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"]{ font-size: 16px; }
}

/* iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus portrait/landscape */
@media screen and (device-aspect-ratio: 9/16) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"],input[type="tel"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"]{ font-size: 16px; }
}

html,
body,
main,
.container,
.container-fluid,
.navbar,
footer.container-fluid,
.containerbig,
.section2,
.header-background,
.black,
.dark,
.grey,
.light,
.orange,
.page-template-page-culture,
.error404 {
	background-color: #0F0E0C !important;
}

body,
body.single-post,
h1,
h2,
h3,
h4,
h5,
h5.underline,
h6,
p,
li,
label,
span,
div,
b,
strong,
button,
a,
a:focus,
a:hover,
.logoCont,
.navbar-nav > li > a,
.top-social-icons > li > a.admin,
.getInTouchBtn,
.getInTouchBtn:focus,
.sectionsBoxes p a,
.ourWorkList span a,
.contactInfo a,
.openclose a,
.breadcrumbs a,
.target h5,
.colbox2 p,
.colbox3 p,
.introtext,
.button,
.readmore,
.close,
.share,
.detaildesc,
.caseDetail a {
	color: #fff !important;
	opacity: 1 !important;
}

.form-control::-webkit-input-placeholder,
.form-control::-moz-placeholder,
.form-control::placeholder,
input::-webkit-input-placeholder,
input::-moz-placeholder,
input::placeholder,
textarea::-webkit-input-placeholder,
textarea::-moz-placeholder,
textarea::placeholder {
	color: rgba(255, 255, 255, 0.65) !important;
	opacity: 1 !important;
	-webkit-text-fill-color: rgba(255, 255, 255, 0.65) !important;
}

.newsletter .inputtext::-webkit-input-placeholder,
.newsletter .inputtext::placeholder,
.page-template-page-contact .wpcf7-form input.wpcf7-form-control:not(.wpcf7-submit)::-webkit-input-placeholder,
.page-template-page-contact .wpcf7-form input.wpcf7-form-control:not(.wpcf7-submit)::-moz-placeholder,
.page-template-page-contact .wpcf7-form input.wpcf7-form-control:not(.wpcf7-submit)::placeholder,
.page-template-page-contact .wpcf7-form textarea.wpcf7-form-control::-webkit-input-placeholder,
.page-template-page-contact .wpcf7-form textarea.wpcf7-form-control::-moz-placeholder,
.page-template-page-contact .wpcf7-form textarea.wpcf7-form-control::placeholder {
	color: rgba(255, 255, 255, 0.65) !important;
	opacity: 1 !important;
	-webkit-text-fill-color: rgba(255, 255, 255, 0.65) !important;
}

.newsletter .inputtext::-webkit-input-placeholder,
.newsletter .inputtext::-moz-placeholder,
.newsletter .inputtext::placeholder {
	color: rgba(255, 255, 255, 0.65) !important;
	-webkit-text-fill-color: rgba(255, 255, 255, 0.65) !important;
}

input,
textarea,
select,
.form-control,
#ModalLogin .modal-body input {
	background-color: #0F0E0C !important;
	color: #fff !important;
	border-color: #fff !important;
	border-radius: 15px !important;
}

.navbar-nav > li > a:before,
.navbar-toggle .icon-bar {
	background: #fff !important;
}

.header-background p span.red,
.ourproducts h2,
.fa-chevron-left,
.fa-chevron-right {
	color: #f79dff !important;
}

.redline span {
	border-color: #f79dff !important;
}

body .navbar .navbar-nav > li > a,
body .navbar-collapse .navbar-nav > li > a,
body .navbar .navbar-nav > li.current-menu-item > a,
body .navbar .navbar-nav > li#menu-item-29 > a,
body .navbar .navbar-nav > li#menu-item-29 > a:hover,
body .navbar .navbar-nav > li.current-menu-item#menu-item-29 > a {
	color: #fff !important;
}

@media only screen and (max-width: 768px) {
	body .navbar-collapse .navbar-nav > li.current_page_item > a,
	body .navbar-collapse .navbar-nav > li.current-menu-item > a,
	body .navbar .navbar-collapse .navbar-nav > li.current_page_item > a,
	body .navbar .navbar-collapse .navbar-nav > li.current-menu-item > a,
	body .navbar .navbar-collapse .navbar-nav > li.current-menu-item#menu-item-29 > a {
		color: #0F0E0C !important;
	}
}

body .sectionsBoxes p a,
body .sectionsBoxes .txtUnderImg p a,
body .sectionsBoxes .col-sm-6 p a {
	color: #fff !important;
}

body footer.container-fluid,
body .containerbig footer,
body .containerbig .container-fluid {
	background-color: #000000 !important;
}

body *,
body small,
body .ourWorkList span a,
body .ourWorkList span small,
body .newsListCont a,
body .newsListCont a:focus,
body .newsListCont a span,
body .newsListCont a p {
	color: #fff !important;
}

body .header-background p span.red,
body .ourproducts h2,
body .fa-chevron-left,
body .fa-chevron-right {
	color: #f79dff !important;
}

img,
picture img,
figure img,
a.img,
.lazy,
.hpMainImg a,
.hpImgs a,
.ourWorkList a > img,
.newsContent img,
.caseStudyRow > div > img,
.clientsList img,
.teamList > img {
	border-radius: 15px !important;
}

img[src*="playseriously.svg"],
.playseriously img {
	border-radius: 0 !important;
}

.footerRow2 .top-social-icons > li > a {
	background: transparent !important;
	border-radius: 0 !important;
	color: #fff !important;
	display: inline-block;
	font-size: 22px;
	height: auto;
	line-height: 1;
	width: auto;
}

.footerRow2 .top-social-icons > li > a:hover,
.footerRow2 .top-social-icons > li > a:focus {
	background: transparent !important;
	color: #fff !important;
}

.footerRow2 .top-social-icons > li > a .fa {
	color: #fff !important;
}

.single-work .shareSM a,
.single-post .shareSM a {
	background: transparent !important;
	border-radius: 0 !important;
	color: #fff !important;
	width: auto;
	height: auto;
	line-height: 1;
}

.single-work .shareSM a:hover,
.single-work .shareSM a:focus,
.single-post .shareSM a:hover,
.single-post .shareSM a:focus {
	background: transparent !important;
	color: #fff !important;
}

.single-work .shareSM a .fa,
.single-post .shareSM a .fa {
	color: #fff !important;
	font-size: 22px;
}

a.img,
.lazy,
.hpMainImg a,
.hpImgs a {
	overflow: hidden !important;
}

body .containerbig,
body footer.container-fluid {
	background-color: #000 !important;
}

.fa,
.fa::before,
.fa::after {
	font-family: FontAwesome !important;
}

.glyphicon,
.glyphicon::before,
.glyphicon::after {
	font-family: 'Glyphicons Halflings' !important;
}

.wpcf7-submit {
	border-radius: 30px !important;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="search"],
input[type="password"],
input[type="number"],
textarea,
.wpcf7-form textarea.wpcf7-form-control,
.wpcf7-form input.wpcf7-form-control:not(.wpcf7-submit):not([type="checkbox"]):not([type="radio"]):not([type="file"]),
.form-group textarea {
	padding-left: 28px !important;
}

.filteringCont .dropdown-menu {
	background-color: #0F0E0C !important;
	border: 1px solid #fff;
}

.filteringCont .dropdown-menu > li > a {
	color: #fff !important;
	background-color: transparent !important;
}

.filteringCont .dropdown-menu > li > a:hover,
.filteringCont .dropdown-menu > li > a:focus {
	color: #fff !important;
	background-color: rgba(255, 255, 255, 0.1) !important;
}

.filteringCont .dropdown-menu li a.selected {
	color: #fff !important;
	background-color: rgba(255, 255, 255, 0.15) !important;
}

body.page-template-page-contact .wpcf7-form input.wpcf7-form-control.form-control:not(.wpcf7-submit):not([type="checkbox"]):not([type="radio"]):not([type="hidden"])::-webkit-input-placeholder,
body.page-template-page-contact .wpcf7-form input.wpcf7-form-control.form-control:not(.wpcf7-submit):not([type="checkbox"]):not([type="radio"]):not([type="hidden"])::-moz-placeholder,
body.page-template-page-contact .wpcf7-form input.wpcf7-form-control.form-control:not(.wpcf7-submit):not([type="checkbox"]):not([type="radio"]):not([type="hidden"])::placeholder,
body.page-template-page-contact .wpcf7-form textarea.wpcf7-form-control.form-control::-webkit-input-placeholder,
body.page-template-page-contact .wpcf7-form textarea.wpcf7-form-control.form-control::-moz-placeholder,
body.page-template-page-contact .wpcf7-form textarea.wpcf7-form-control.form-control::placeholder,
body.page-id-21 .wpcf7-form input.wpcf7-form-control.form-control:not(.wpcf7-submit):not([type="checkbox"]):not([type="radio"]):not([type="hidden"])::-webkit-input-placeholder,
body.page-id-21 .wpcf7-form input.wpcf7-form-control.form-control:not(.wpcf7-submit):not([type="checkbox"]):not([type="radio"]):not([type="hidden"])::-moz-placeholder,
body.page-id-21 .wpcf7-form input.wpcf7-form-control.form-control:not(.wpcf7-submit):not([type="checkbox"]):not([type="radio"]):not([type="hidden"])::placeholder,
body.page-id-21 .wpcf7-form textarea.wpcf7-form-control.form-control::-webkit-input-placeholder,
body.page-id-21 .wpcf7-form textarea.wpcf7-form-control.form-control::-moz-placeholder,
body.page-id-21 .wpcf7-form textarea.wpcf7-form-control.form-control::placeholder {
	color: rgba(255, 255, 255, 0.65) !important;
	opacity: 1 !important;
	-webkit-text-fill-color: rgba(255, 255, 255, 0.65) !important;
}

.getInTouchBtn,
.getInTouchBtn:focus {
	background-color: #fff !important;
	color: #0F0E0C !important;
	border: none !important;
	border-radius: 30px !important;
}

.getInTouchBtn:hover {
	background-color: #f79dff !important;
	color: #0F0E0C !important;
	text-decoration: none !important;
}

.page-template-page-clients .clients-logos-band,
.page-template-page-clients .clients-logos-band .container-fluid,
.clients-logos-band,
.clients-logos-band .container-fluid {
	background-color: #fefefe !important;
}

.clients-logos-band .clientsList img,
.clients-logos-band .clientsList a {
	border-radius: 0 !important;
}

.homepage-vimeo-hero {
	position: relative;
	margin-bottom: 45px;
}

.homepage-vimeo-hero .homepage-vimeo-frame {
	width: 100%;
	aspect-ratio: 16 / 9;
}

.homepage-vimeo-scroll {
	position: fixed;
	left: 50%;
	bottom: 24px;
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	margin-left: -22px;
	text-decoration: none;
	transition: opacity 0.25s ease, visibility 0.25s ease;
}

.homepage-vimeo-scroll.is-hidden,
.homepage-vimeo-unmute.is-hidden {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.homepage-vimeo-unmute {
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 101;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 0;
	background: transparent !important;
	color: #fff !important;
	cursor: pointer;
	transition: opacity 0.25s ease, visibility 0.25s ease;
}

.homepage-vimeo-unmute .fa {
	font-size: 22px;
	line-height: 1;
	color: #fff !important;
	font-family: FontAwesome !important;
}

.homepage-vimeo-unmute:hover,
.homepage-vimeo-unmute:focus {
	color: #fff;
	opacity: 0.7;
	outline: none;
}

@media only screen and (max-width: 768px) {
	.homepage-vimeo-scroll {
		bottom: calc(20px + env(safe-area-inset-bottom, 0px));
		display: flex !important;
	}

	.homepage-vimeo-unmute {
		position: absolute;
		right: 16px;
		bottom: 16px;
		left: auto;
		top: auto;
		z-index: 3;
		display: flex !important;
	}
}

.homepage-vimeo-scroll img {
	display: block;
	width: 24px;
	height: auto;
	filter: brightness(0) invert(1);
}

@media (prefers-reduced-motion: no-preference) {
	.homepage-vimeo-scroll img {
		animation: homepageVimeoScrollBounce 2s ease-in-out infinite;
	}
}

@keyframes homepageVimeoScrollBounce {
	0%, 100% { transform: translateY(0); opacity: 0.85; }
	50% { transform: translateY(6px); opacity: 1; }
}

.hpImgs a.img.hp-card-news:hover h6,
.hpMainImg a.img.hp-card-news:hover h6 {
	color: #0F0E0C !important;
}

/* Contact form placeholders — must stay after other .wpcf7 / .form-control rules */
body.page-template-page-contact .wpcf7-form input.wpcf7-form-control.form-control:not(.wpcf7-submit):not([type="checkbox"]):not([type="radio"]):not([type="hidden"])::-webkit-input-placeholder,
body.page-template-page-contact .wpcf7-form input.wpcf7-form-control.form-control:not(.wpcf7-submit):not([type="checkbox"]):not([type="radio"]):not([type="hidden"])::-moz-placeholder,
body.page-template-page-contact .wpcf7-form input.wpcf7-form-control.form-control:not(.wpcf7-submit):not([type="checkbox"]):not([type="radio"]):not([type="hidden"])::placeholder,
body.page-template-page-contact .wpcf7-form textarea.wpcf7-form-control.form-control::-webkit-input-placeholder,
body.page-template-page-contact .wpcf7-form textarea.wpcf7-form-control.form-control::-moz-placeholder,
body.page-template-page-contact .wpcf7-form textarea.wpcf7-form-control.form-control::placeholder,
body.page-id-21 .wpcf7-form input.wpcf7-form-control.form-control:not(.wpcf7-submit):not([type="checkbox"]):not([type="radio"]):not([type="hidden"])::-webkit-input-placeholder,
body.page-id-21 .wpcf7-form input.wpcf7-form-control.form-control:not(.wpcf7-submit):not([type="checkbox"]):not([type="radio"]):not([type="hidden"])::-moz-placeholder,
body.page-id-21 .wpcf7-form input.wpcf7-form-control.form-control:not(.wpcf7-submit):not([type="checkbox"]):not([type="radio"]):not([type="hidden"])::placeholder,
body.page-id-21 .wpcf7-form textarea.wpcf7-form-control.form-control::-webkit-input-placeholder,
body.page-id-21 .wpcf7-form textarea.wpcf7-form-control.form-control::-moz-placeholder,
body.page-id-21 .wpcf7-form textarea.wpcf7-form-control.form-control::placeholder {
	color: rgba(255, 255, 255, 0.65) !important;
	opacity: 1 !important;
	-webkit-text-fill-color: rgba(255, 255, 255, 0.65) !important;
}
