@import url('http://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700');
@import url('http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic');

body{
	font-family: 'Roboto';
	color: #0f1416;
}

::selection {

    background: #0affbe;
    color: #fff;
}

::-moz-selection {
    background: #0affbe;
    color: #fff;
}

img {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* header and nav styles start */
nav ul li{
	list-style: none;
	display: inline-block;
	/*margin: 30px 20px 20px 20px;*/
	text-transform: uppercase;
}

header {
	background: #f7f7f7;
	color: #979fa4;
	font-weight: 400;
	font-size: 13px;
}

.logo {
	background: url("../images/eist_design.png");
	width: 169px;
	height: 68px;
	display: block;
}



.border-line {
	border-top: 5px solid #0affbe;
	height: 5px;
	width: 100%;
	margin: 0 auto;
}

header .container {
	margin: 30px auto 0;
}

header .navbar-header {
	margin-bottom: 20px;
}
/* header and nav styles end */
/* page styles start */
.grey-container {
	background: #f7f7f7;
}

.green-container {
	background: #0affbe;
}

.banner-title, .banner-title a {
	font-family: "Roboto Slab" !important;
	font-size: 90px;
	color: #383d41;
	font-weight: 300;
	line-height: 1.2;
}

.banner-title span {
	display: inline-block;
	margin-bottom: 10px;
	padding: 0 10px;
	transition: background 0.2s linear 0.2s;
}

.banner-title a:hover span{
	background: #f3f2f2;
	transition: background 0.2s linear 0.2s;
}

.banner-sub {
	font-size: 38px;
	color: #373c3f;
	font-weight: 100;
}

.arrowContainer {
	margin: 0 auto;
	text-align: center;
}

.arrowContainer p, .arrowContainer a, .arrowContainer a:hover, .arrowContainer a:visited, .arrowContainer a:focus  {
	margin-top: 10px;
	color: #b9bcbe;
	margin-bottom: 0;
	text-decoration: none;
	border: none;
	font-weight: 200;
}

h2.page_heading {
	font-weight: 400;
	font-size: 13px;
	color: #31373c;
	text-transform: uppercase;
}

.dark-grey-container h2.page_heading {
	color: #c0c9d0;
}

.empathise-divider-container img {
	width: 100%;
	margin-top: 120px;
}

.description, .description-green, .description-black {
	color: #899298;
	font-size: 60px;
	font-family: "Roboto Slab" !important;
	font-weight: 100;
}

.description-green {
	color: #0affbe;
	font-size: 48px;
	font-weight: 200;
}

.description-black {
	font-size: 47px;
	font-weight: 200;
	color: #2e3439;
	text-align: center;
}

.what-we-do-container {
	text-align: center;
	padding: 50px 50px 0;
}

.what-we-do-container h3 {
	font-size: 18px;
	font-weight: 400;
	color: #383d41;
	margin-top: 40px;
}

.what-we-do-container p {
	color: #64747c;
	font-size: 15px;
	font-weight: 200;
	/*width: 300px;*/
}

.dark-grey-container {
	background: #2e3439;
}

.client_logo_container {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}



.client_logo {
	width: 100%;
	height: 103px;
	background: url("../images/eist_clients.png") no-repeat;
	display: block;
}

.adobe_logo {
	background: url("../images/clients/adobe.png") no-repeat;
	background-position:50% 50%;
}

.lacoste_logo {
	background: url("../images/clients/lacoste.png") no-repeat;
	background-position:30% 50%;
}

.collective_logo {
	background: url("../images/clients/collective.png") no-repeat;
	background-position:50% 50%;
}

.reliance_logo {
	background: url("../images/clients/reliance.png") no-repeat;
	background-position:50% 50%;
}

.urban_ladder_logo {
    background: url("../images/clients/urban_ladder.png") no-repeat;
	background-position:50% 50%;
}

.nobrokers_logo {
    background: url("../images/clients/no_broker.png") no-repeat;
	background-position:20% 50%;
	background-size: 180px;
}

.knowlarity_logo {
    background: url("../images/clients/knowalrity.png") no-repeat;
	background-position:50% 50%;
	background-size: 220px;
}

.esl_logo {
    background: url("../images/clients/esl.png") no-repeat;
	background-position:50% 50%;
}

.galley-img-container {
	margin-bottom: 10px;
	padding-right: 0;
	padding-left: 10px;
}

.galley-img-innercontainer {
	overflow: hidden;
	height: 250px;
	width: 100%;
}

.gallery-img {
	width: 315px;
	height: 315px;
}

.urban-ladder {
	background: url("../images/Eist_Design_Urban_Ladder.png");
	background-position: -30px 0;
}

.adobe-photoshop-elements {
	background: url("../images/eist_adobe_photoshop_elements.png");
}

.collective {
	background: url("../images/Eist_Design_Collective.png");
	background-position: 0 -64px;
}

.lacoste {
	background: url("../images/Eist_Design_Lacoste.png");
	background-position: 0px -40px;
}

.esl {
	background: url("../images/Eist_Design_ESL.png");
	background-position: -24px -4px;
}

.Healthee {
	background: url("../images/healthee_full.png");
	background-position: 0px -40px;
}


.info-container {
	background: #000;
	/*display: none;*/
    height: 0%;
    opacity: 0;
    position: absolute;
    width: 314px;
	text-align: center;
	padding: 115px 10px;
}

.info-container label {
	font-size: 18px;
    font-weight: 300;
    letter-spacing: 1px;
}

.info-container p {
	font-size: 14px;
	font-weight: 200;
}

.info-container label, .info-container p {	
	color: #fff;
}

.who-we-are-container h3 {
	font-family: "Roboto Slab" !important;
	font-size: 18px;
	font-weight: 500;
	color: #2a3135;
	margin: 10px 0 0 0;
	text-align: center;
}
.who-we-are-container p {
	color: #a0aab3;
	font-weight: 100;
	font-size: 14px;
	text-align: center;
	margin-top: 5px;
}

.who-we-are-container img{
	width: 213px;
}

.howWeDoImgContainer {
	height: 71px;
}

.howWeDoImgContainer img {
	height: 71px;
}

.mask {
	overflow: hidden;
	border-radius: 120px;
	width: 210px;
	margin: 0 auto;
}

.send-CV-container p {
	font-family: "Roboto Slab" !important;
	font-size: 25px;
	font-weight: 200;
	color: #2e3439;
	line-height: 42px;
}

.current-openings {
	font-family: "Roboto Slab" !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	color: #667681 !important;
	padding-left: 0;
	line-height: 1.42857 !important;
	text-align: left;
}

.send-CV-container a, .send-CV-container a:hover, .send-CV-container a:visited, #contactUs a {
	color: #28d5ae;
	text-decoration: none;
	transition: all 0.1s ease 0.1s;
}

.underlineAnchor {
	border-bottom: 2px solid #28d5ae;
	transition: all 0.1s ease 0.1s;
}

.send-CV-container a, .send-CV-container a:hover, .send-CV-container a:visited {
	font-weight: 300;
}

.anchorLine {
	height: 2px;
	border-top: 2px solid #28d5ae;
}

#contactUs a {
	font-size: 60px;
	font-family: "Roboto Slab" !important;
	font-weight: 200;
}

#contactUs p {
	text-align: center;
}

footer {
	font-family: "Roboto Slab" !important;
	text-align: center;
	padding: 20px;
	color: #899298;
	font-weight: 200;
}

/* gallery img transition start */
.galley-img-container a>.gallery-img{ transition: all 0.7s ease-in-out; }
.galley-img-container a .info-container{ transition: all 0.5s ease-out; height: 100%; }
.galley-img-container a:hover .gallery-img { transform: scale(1.03); }
.galley-img-container a:hover .info-container {display: inline-block; z-index: 2; opacity: 0.6;}

/* gallery img transition end */


/*.galley-img-container img {
	left: -100px;
    position: relative;
    top: -40px;
}*/

/* page styles end */
/* common style start */
.paddingTopBottom30 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.paddingTop30Bottom60 {
	padding-top: 30px;
	padding-bottom: 60px;
}

.paddingTop60Bottom60 {
	padding-top: 60px;
	padding-bottom: 60px;
}

.paddingTop74Bottom74 {
	padding-top: 74px;
	padding-bottom: 74px;
}

.paddingTop30 {
	padding-top: 30px;
}

.paddingBottom30 {
	padding-bottom: 30px;
}

.clearBoth {
	clear: both
}

.marginT75 {
	margin-top: 75px;
}
/* common style end */
/* bootstrap over rides start */

nav {
	margin-top: 40px;
}

.navbar-default {
	background: none;
	border: none;
}
.navbar-default .navbar-nav > li > a {
	color: #a0a6ab;
	font-weight: 300;
	width: 110px;
	transition: color 0.05s linear 0.05s;
    padding-top: 0;
	margin-top: 10px;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #373c42;
	font-weight: 400;
	transition: color 0.05s linear 0.05s;
}

a:focus {
	outline: none;
}

.navbar-default .navbar-toggle {
	border: none;
}

/* hamburger icon animation start
.navbar-toggle .icon-bar:nth-of-type(2) {
	  top: 1px;
}

.navbar-toggle .icon-bar:nth-of-type(3) {
  	top: 2px;
}

.navbar-toggle .icon-bar {
	  position: relative;
	  transition: all 500ms ease-in-out;
}

.navbar-toggle.active .icon-bar:nth-of-type(1) {
	  top: 6px;
	  transform: rotate(45deg);
}

.navbar-toggle.active .icon-bar:nth-of-type(2) {
	  background-color: transparent;
}

.navbar-toggle.active .icon-bar:nth-of-type(3) {
	  top: -6px;
	  transform: rotate(-45deg);
}
/* hamburger icon animation end*/

/* bootstrap over rides end */
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
  .logo{
    background: url("../images/eist_design_@2X.png");
    background-size: 169px 68px;
  }
  
/* Gallery Retaina Start */
  .urban-ladder {
		background: url("../images/Eist_Design_Urban_Ladder@2X.png");
		background-size: 315px 315px; 
	}

	.adobe-photoshop-elements {
		background: url("../images/eist_adobe_photoshop_elements@2X.png");
		background-size: 315px 315px;
	}

	.collective {
		background: url("../images/Eist_Design_Collective@2X.png");
		background-size: 315px 315px;
	}

	.lacoste {
		background: url("../images/Eist_Design_Lacoste@2X.png");
		background-size: 315px 315px;
	}

	.esl {
		background: url("../images/Eist_Design_ESL@2X.png");
		background-size: 315px 315px;
	}

	.Healthee {
		background: url("../images/healthee_full@2X.png");
		background-size: 315px 315px;
	}
/* Gallery Retaina End */
	/* Client-logo Retaina Start */
	.adobe_logo {
		background: url("../images/clients/adobe@2x.png") no-repeat;
		background-position:50% 50%;
		background-size: 80px 80px; 
	}

	.lacoste_logo {
		background: url("../images/clients/lacoste@2x.png") no-repeat;
		background-position:30% 50%;
		background-size: 130px 84px;
	}

	.collective_logo {
		background: url("../images/clients/collective@2x.png") no-repeat;
		background-position:50% 50%;
		background-size: 150px 74px;
	}

	.reliance_logo {
		background: url("../images/clients/reliance@2x.png") no-repeat;
		background-position:50% 50%;
		background-size: 80px 83px;
	}

	.urban_ladder_logo {
		background: url("../images/clients/urban_ladder@2x.png") no-repeat;
		background-position:50% 50%;
		background-size: 80px 80px;
	}

	.nobrokers_logo {
		background: url("../images/clients/no_broker@2x.png") no-repeat;
		background-position:20% 50%;
		background-size: 150px 74px;
	}

	.knowlarity_logo {
		background: url("../images/clients/knowalrity2x.png") no-repeat;
		background-position:50% 50%;
		background-size: 150px 73px;
	}

	.esl_logo {
		background: url("../images/clients/esl@2x.png") no-repeat;
		background-position:50% 50%;
		background-size: 90px 79px;
	}
	
	/* Client-logo Retaina End */
}
@media (max-width: 1200px) {
	.info-container {
		width: 304px;
	}
}

@media (max-width: 1000px) {
}

@media (max-width: 991px) {
	.info-container {
		width: 234px;	
	}
	
	/*.info-container label {	
		font-size: 12px;
	}
	
	.info-container p {
		font-size: 11px;
		
	}*/
	.current-openings {
		font-size: 16px !important;
	}
	
	.what-we-do-container {
		padding: 15px 15px 0px;
	}
	
	.lacoste {
		background-position: -76px -63px;
	}
	
	.urban-ladder {
	background-position: -89px 0;
	}
	
	
	.client_logo_container > img {
		height: 80px;
	}
	
	.adobe_logo {
		background-size: 80px 80px;
		background-position:50% 50%;
	}

	.lacoste_logo {
		background-size: 130px 84px;
		background-position:50% 50%;
	}

	.collective_logo {
		background-size: 150px 74px;
		background-position:50% 50%;
	}

	.reliance_logo {
		background-size: 80px 83px;
		background-position:50% 50%;
	}

	.urban_ladder_logo {
		background-size: 80px 80px;
		background-position:50% 50%;
	}

	.nobrokers_logo {
		background-size: 150px 74px;
		background-position: 50% 50%;
	}

	.knowlarity_logo {
		background-size: 150px 73px;
		background-position:50% 50%;
	}

	.esl_logo {
		background-size: 90px 79px;
		background-position:50% 50%;
	}
}

@media (max-width: 768px) and (max-width: 979px) {
	.lacoste {
		background-position: -76px -63px;
	}
	
}

@media (max-width: 767px) {
	.navbar-collapse{
		text-align: right;
	}
	
	.navbar-collapse ul li {
		border-bottom: 1px solid #e7e7e7;
	}
	
	/*.navbar-nav {
		margin: 0px -15px;
	}*/
	
	.navbar-nav {
		margin: 0 0 0 6px;
	}
	
	.navbar-collapse {
		border: none;
	}
	
	.galley-img-container {
		padding: 0;
		width: 100%;
	}
	
	.galley-img-container img {
		width: 100%;
		
	}
	
	.gallery-img {
		width: 100%;
	}
	
	.info-container {
		width: 100%;
		
	}
	
	.galley-img-container a .info-container, .galley-img-container a:hover .info-container {
		height: 40px;
		position: absolute;
		opacity: 0.85;
		transition: none;
		padding: 7px;
		bottom: 0;
		display: block;
		z-index: 3;
	}
	
	nav {
		margin-top: 0px;
	}
	
	.logo {
		background-size: 80% 80%;
		background-position: 90% 50%;
		background-repeat: no-repeat;
	}
	
	.current-openings {
		text-align: left;
	}
	
	.urban-ladder {
		background: url("../images/Eist_Design_Urban_Ladder@3X.png");
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-position: 0 -10px
	}

	.adobe-photoshop-elements {
		background: url("../images/eist_adobe_photoshop_elements@3X.png");
		background-position: 0 80%;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}

	.collective {
		background: url("../images/Eist_Design_Collective@3X.png");
		background-position: 0 -137px;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}

	.lacoste {
		background: url("../images/Eist_Design_Lacoste@3X.png");
		background-position: 0px -60px;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}

	.esl {
		background: url("../images/Eist_Design_ESL@3X.png");
		background-position: 0px -20px;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}

	.Healthee {
		background: url("../images/healthee_full@3X.png");
		background-position: 0px 40%;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	
	.galley-img-container a:hover .gallery-img, .galley-img-container a > .gallery-img {
		transition: none;
		transform: scale(1);
	}
	
	.client_logo_container > img {
		height: 100px;
	}
	
	.banner-title, .banner-title a {
		font-size: 55px;
	}
	
	.adobe_logo {
		background-position:50% 50%;
		
	}

	.lacoste_logo {
		background-position:50% 50%;
		
	}

	.collective_logo {
		background-position:50% 50%;
		
	}

	.reliance_logo {
		background-position:50% 50%;
		
	}

	.urban_ladder_logo {
		background-position:50% 50%;
		
	}

	.nobrokers_logo {
		background-position:50% 50%;
		
	}

	.knowlarity_logo {
		background-position:50% 50%;
		
	}

	.esl_logo {
		background-position:50% 50%;
		
	}
	
	.client_logo_container {
		float: left;
		width: 50%;
	}
	
	.marginT75 {
		margin-top: 0px;
	}
	
	.description-black, .description-green, .banner-sub, .description, .description-green, .description-black, #contactUs a  {
		font-size: 35px;
	}
	
	.empathise-divider-container img {
		margin-top: 0;
	}
	
	.who-we-are-container {
		margin-bottom: 40px;
	}
	
	.last-photo-container {
		margin-bottom: 0;
	}
}

@media (max-width: 720px) {
	
	.urban-ladder {
		background: url("../images/Eist_Design_Urban_Ladder@3X.png") no-repeat;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-position: 0 -10px
	}

	.adobe-photoshop-elements {
		background: url("../images/eist_adobe_photoshop_elements@3X.png");
		background-position: 0 50%;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}

	.collective {
		background: url("../images/Eist_Design_Collective@3X.png");
		background-position: 0 50%;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}

	.lacoste {
		background: url("../images/Eist_Design_Lacoste@3X.png");
		background-position: 0px 20%;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}

	.esl {
		background: url("../images/Eist_Design_ESL@3X.png");
		background-position: 0% 5%;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}

	.Healthee {
		background: url("../images/healthee_full@3X.png");
		background-position: 0% 50%;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	
	.galley-img-container a:hover .gallery-img, .galley-img-container a > .gallery-img {
		transition: none;
		transform: scale(1);
	}
}

@media (max-width: 481px) {
	.galley-img-container img {
		width: 100%;
		height: 100%;
	}
	
	.banner-title {
		font-size: 55px;
	}
	
		
	.galley-img-container a .info-container, .galley-img-container a:hover .info-container {
		height: 40px;
		position: absolute;
		opacity: 0.85;
		transition: none;
		padding: 7px;
		bottom: 0;
		display: block;
		z-index: 3;
	}
	
	
	
	.galley-img-container a:hover .gallery-img, .galley-img-container a > .gallery-img {
		transition: none;
		transform: scale(1);
	}
	
	.adobe_logo {
		background-position:50% 50%;
		background-size: 103px 103px;
	}

	.lacoste_logo {
		background-position:50% 50%;
		background-size: 160px 103px;
	}

	.collective_logo {
		background-position:50% 50%;
		background-size: 210px 103px;
	}

	.reliance_logo {
		background-position:50% 50%;
		background-size: 99px 103px;
	}

	.urban_ladder_logo {
		background-position:50% 50%;
		background-size: 103px 103px;
	}

	.nobrokers_logo {
		background-position:50% 50%;
		background-size: 210px 103px;
	}

	.knowlarity_logo {
		background-position:50% 50%;
		background-size: 212px 103px;
	}

	.esl_logo {
		background-position:50% 50%;
		background-size: 118px 103px;
	}
	
	.client_logo_container {
		float: none;
		width: 100%;
	}
	
	.send-CV-container a, .send-CV-container a:hover, .send-CV-container a:visited  {
		font-size: 23px;
	}
	
	#contactUs a {
		font-size: 28px;
	}
	
	footer {
		 padding: 20px 80px;
	}
	
	.who-we-are-container img, .mask{
		width: 150px;
	}
}

