@CHARSET "UTF-8";
/* GENERAL */

@font-face {
    font-family: __Uniform-Medium_5;
    src: url(uniform-medium-webfont.woff);
}

@font-face {
    font-family: __Uniform-Bold_5;
    src: url(uniform-bold-webfont.woff);
}

@font-face {
    font-family: __Uniform-Regular_5;
    src: url(uniform-regular-webfont.woff);
}


* {margin:0px; padding:0px;}
body { font-family: '__Uniform-Regular_5';  color:#fff;  background: #f2f2f2}
body:after{
 position: absolute;
 width: 0px;
 height: 0px;
 top: 0;
 z-index: -99;
 visibility:hidden;
 content: url("logos/greensmith_color.png") url("logos/easyblox_color_225.92x75.png") url("logos/troupe_black_225.92x75.png") url("logos/virtualoutfits_black_225.92x75.png");
}
ul {list-style-type:none;}
ul.bullets {list-style-type:disc;margin-left:20px}
li a {
	text-decoration:none;
	outline:none;
	color: #fff;
	padding:0px 10px 0px 10px;
	margin: 0px 15px 0px 15px;
	width: 78px;
  font-size: 18pt;
  /*font-family: '__Univers';*/
}
li a:visited {
	color: #fff;
	width: 78px;
}
li a:hover {
  padding-bottom: 10px;
  border-bottom: 2px solid #fff;
 }
img {border-style:none;}
a { text-decoration:none; }

a.dark { color:#151e4b; }


.overflow { overflow:hidden; }
.active {
  padding: 0 0 10px 0;
  border-bottom: 2px solid #fff;
}
.bold { font-weight: 600 !important;}
.clear {clear:both;}
.clear_margin {margin: 0 !important;}
.aleft {float:left;}
.aright {float:right;}
.tcenter { text-align:center; }
.tleft {text-align:left;}
.tright {text-align: right;}
.mbot {margin-bottom: 2%;}
.mtop {margin-top: 2%;}
.mleft {margin-left: 10%;}
.mbot-5p { margin-bottom: 5%;}
.mleft-5p {margin-left: 5%;}
.mright-2p {margin-right: 4%;}
.mleft-2p {margin-left: 4%;}
.mtop-50px {margin-top: 50px;}
.mbot-50px {margin-bottom: 50px;}
.underline {text-decoration: underline;}
.border_right-2px {border-right: 2px solid #000;}
.nodecor, a.nodecor:hover {text-decoration:none;}


/* MARGINS */

.margin-left-15p {
  margin-left: 15%;
}

.margin-left-10p {
  margin-left: 10%;
}


/*  LINES & BOXES */

.line {
  stroke: #663399;
  stroke-width: 4
}


div.header {
	background-color: #663399;
  padding:10px 0px 10px 0px;
  height: 50px;
  width: 99vw;
}
div.header_mobile {
  background-color: #663399;
  padding:10px 0px 10px 0px;
  height: 68px;
  width: 100vw;
  display: none;
  position: relative;
}

div.header_mobile-icon {
  float: right;
  margin-top: 0.5%;
  margin-right: 3%;
  width: 24px;
  height: 19px;
}
div.header_mobile-icon::after {
    content: url("icon_menu.svg");
    margin-right: 0px;
    position: relative;
    top: 6px;
}
div.header_mobile-bottom{
	background-color: #674172;
	opacity: 1;
	height: 100px;
	height: 60px;
	padding-top: 15px;
        text-align: center;
}

.indeform_logo {
    width:180px;
  margin-left: 20%;
}

.navbar_separator {
  width: 0;
  height: 0;
  border-top: 2.5vw solid transparent;
  border-left: 1vw solid #663399;
  border-bottom: 5vw solid transparent;
  margin-top: -1vw;
  margin-right: -0.8vw;
  z-index: 2;
}

.navbar_contact {
  width: 12vw;
  background-color: white;
  height: 96px;
  margin-top: -1vw;
  color: #663399;
  font-family: '__Uniform-Medium_5';
  font-weight: 600;
  padding-top: 1.8vw;
  padding-left: 2.1vw;
  z-index: 1;
  font-size:15pt;
}

.navbar_contact a {
  text-decoration: none;
  font-size: 15pt;
  color: #663399;
}

/* FOOTER */

.footer {
	background-color:#4b4b4b;
	margin: 0 auto;
  margin-bottom: 0;
	color: #fff;
	border-top: 1px solid #000;
	height: 300px;
	width: 100%;
	bottom: 0;
	position: relative;;
}

.footer_logo {
	width: 98px;
	height: 20px;
	bottom: 8px;
    	left: 6%;
}

.footer_container {
  margin: 50px 0;
  width: 100%;
  height: 150px;
}

.footer_column {
  float: left;
  position: relative;
  width: 25%;
  height: 100%;
}

.footer_column-offset-1 {
  text-align: left;
  font-size: 16pt;
  left: 5%;
  line-height: 1.7em;
  border-right: 1px solid #fff;
}

.footer_column-offset-2 {
  text-align: left;
  font-size: 16pt;
  line-height: 1.7em;
  border-right: 1px solid #fff;
  left: 8%;
}

.footer_column-offset-3 {
  left: 5%;
  width: 30%;
  text-align: center;
  padding-top: 2%;
  padding-left: 4%;
 border-right: 1px solid #fff;
}
.footer_column-offset-4 {
  left:2%;
  width: 5%;
  text-align: center;
  padding-top: 2%;
  padding-left: 4%;
}

.footer_column-offset-4 p{
  font-size: 18pt;
  margin-bottom: 2%;
}

.social_image {
  background: white;
  border-radius: 50%;
  width: 4vw;
  height: 4vw;
  margin: 0 3%;
  text-align: center;
}

.social_image img {
  margin-top: 25%;
  width: 80%;
  height: 50%;
}

.footer_img {
	border-color: #787878;
	position: fixed;
	background: transparent url("logo%20grey.svg") no-repeat left top;
	background-size: contain;
}

.footer_img:hover {
	background: transparent url("logo%20violet.svg") no-repeat left top;
	background-size: contain;
}

.footer_lets_talk {
	width: 98px;
	height: 21px;
    	bottom: 6px;
    	left: 27%;
	border-width: 1px;
    	border-style: solid;
    	border-color: #662482;
    	background-color: transparent;
    	position: fixed;
}

.logo_gplus {
    width: 23px;
    height: 23px;
    bottom: 7px;
    left: 20%;
}

.logo_gplus_img {
	position: fixed;
	background: transparent url("soc%20icons%20set-6-layer%203.png") no-repeat left top;
	background-size: contain;
}

.logo_gplus_img:hover {
	background: transparent url("soc%20icons%20set-6-layer%204.png") no-repeat left top;
    	background-size: contain;
}

.logo_twitter {
	width: 23px;
      height: 23px;
      bottom: 7px;
      left: 22%;
}

.logo_twitter_img {
	position: fixed;
    background: transparent url("soc%20icons%20set-6-layer%202.png") no-repeat left top;
    background-size: contain;
}

.logo_twitter_img:hover {
	background: transparent url("soc%20icons%20set-6-layer%201.png") no-repeat left top;
	background-size: contain;
}

.logo_facebook {
	width: 23px;
    	height: 23px;
	bottom: 7px;
    	left: 24%;
}

.logo_facebook_img {
	position: fixed;
    background: transparent url("soc%20icons%20set-6-layer%206.png") no-repeat left top;
    background-size: contain;
}

.logo_facebook_img:hover {
	background: transparent url("soc%20icons%20set-6-layer%205.png") no-repeat left top;
	background-size: contain;
}

.avertical {
	padding-top: 16px;
}

.logo { width:50px; height:50px;}
.page-title {
	font-size:1.3em;
	float:left;
	font-weight:bold;
	margin:0.4% 0px 0px 20px;
	color: #000;
}

.blog {
	margin-bottom: 5% !important;
	width: 55vw;
	line-height: 1.5em;
}

.blog a {
	color: #662482;
	font-size: 28px;
	text-decoration: none;
	margin-bottom: 1%;
}

.tag a{
	color: #505050;
	font-size: 13px;
	text-decoration: none;
}

.blog h3 {
	color: #662482;
	font-size: 28px;
	text-decoration: none;
	margin-bottom: 1%;
}

.blog p {
	color: #505050;
}

.content {
	color:#000;
	overflow:hidden;
	margin: 0 auto;
	width: 100%;
}

.slider {
	z-index: 42;
  width: 100vw;
	margin-bottom: 18px;
	position: relative;
}

.slider img {
  width: 100vw;
  height: auto;
}

.overlay {
	position: absolute;
	border-radius: 50%;
	background-color: purple;
	z-index: 2;
	opacity: 0;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}

.overlay:hover {
	position: absolute;
	border-radius: 50%;
	background-color: rgba(255,0,255,.5);
	z-index: 2;
	opacity: 1;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	padding-top: 25px;
	transition: opacity .9s ease-out;
    	-moz-transition: opacity .9s ease-out;
    	webkit-transition: opacity .9s ease-out;
    	-o-transition: opacity .9s ease-out;
}
.overlay p{
	opacity: 1;
	color: black !important;
}


.main {
	width: 95%;
  position: relative;
}

.main_full {
  width: 100%;
  position: relative;
}

.module {
	margin-top: 5%;
  z-index: 5;
  position: relative;
}

.module h3 {
	color: #662482;
	font-size: 36pt;
	line-height: 50px;
	font-weight: 600;
  	font-family: '__Uniform-Medium_5';
}

.module h4 {
	color: #4d4d4d;
  opacity: 1;
	font-size: 30pt;
  line-height: 45px;
  padding-bottom: 5px;
  font-family: '__Uniform-Medium_5';
}

.module p {
  opacity: 1;
	font-size: 18pt;
	line-height: 22px;
	padding-bottom: 5px;
	color: #505050;
	/*font-family: '__Uniform-Light_5';*/
}

.bordered_module {
  text-align: center;
  border: 1px solid #505050;
  background: #f2f2f2;
  z-index: 2;
  position: relative;
}


.testimonials_padding {
  padding: 50px 8%;
}

.our_values_padding {
  padding: 50px 0px;
  margin-bottom: 70px;
}

.bordered_module h3 {
  color: #505050;
  margin-bottom: 50px;
}

.bordered_module h4 {
  color: #4d4d4d;
  font-size: 30pt;
  font-weight: 400;
  margin-bottom: 30px;
}

.bordered_module p {
  color: #505050;
  font-size: 18pt;
}

.what_we_do_interactive_block_1{
  margin-left: 40%;
  margin-top: 5%;
}
.what_we_do_interactive_block_1 p {
  font-size: 18pt;
  line-height: 100%;
}

.what_we_do_interactive_block_1 p, .what_we_do_interactive_block_2 p, .what_we_do_interactive_block_3 p {
  transition: color .9s ease-out;
  -moz-transition: color .9s ease-out;
  -webkit-transition: color .9s ease-out;
  -o-transition: color .9s ease-out;
}

.what_we_do_interactive_block_1 h4, .what_we_do_interactive_block_2 h4, .what_we_do_interactive_block_3 h4 {
  transition: color .9s ease-out;
  -moz-transition: color .9s ease-out;
  -webkit-transition: color .9s ease-out;
  -o-transition: color .9s ease-out;
}

.what_we_do_interactive_block_1:hover p {
  color: #663399;
}

.what_we_do_interactive_block_1:hover h4 {
  color: #663399;
}

.what_we_do_interactive_block_2 {
  margin-left: 33%;
  margin-top: 5%;
}

.what_we_do_interactive_block_2 p {
  font-size: 18pt;
  line-height: 100%;
}

.what_we_do_interactive_block_2:hover p {
  color: #663399;
}

.what_we_do_interactive_block_2:hover h4 {
  color: #663399;
}

.what_we_do_interactive_block_3{
  margin-left: 26%;
  margin-top: 5%;
}
.what_we_do_interactive_block_3 p {
  font-size: 18pt;
  line-height: 100%;
}

.what_we_do_interactive_block_3:hover p {
  color: #663399;
}

.what_we_do_interactive_block_3:hover h4 {
  color: #663399;
}

/* CLIENTS */

.client_container {
  width: 100%;
  height: 75px;
}

.client_column {
  float: left;
  position: relative;
  width: 20%;
  height: 100%;
}

.client_column-offset-1 {
    left: 20%;
    width: 10%;
    margin-right: 10%;	
}
.client_column-offset-2 {
    left: 25%;
}
.client_column-offset-3 {
    left: 35%;
}
.client_column-offset-4 {
    left: 30%;
}
.client_column-offset-5 {
    left: 40%;
}

.greensmith_img {
	background: transparent url("logos/greensmith_grey_225.92x75.png") no-repeat left top;
	background-size: contain;
	/*-webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
 	/*filter: grayscale(100%);
	transition: filter .5s ease-out;
	  -moz-transition: filter .5s ease-out;
	  -webkit-transition: filter .5s ease-out;
	  -o-transition: filter .5s ease-out;*/
}

.greensmith_img:hover {
	background: transparent url("logos/greensmith_color.png") no-repeat left top;
	background-size: contain;
	/*-webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
 	/*filter: grayscale(0%);*/
	/*transition: filter .5s ease-out;
	  -moz-transition: filter .5s ease-out;
	  -webkit-transition: filter .5s ease-out;
	  -o-transition: filter .5s ease-out;*/
}

.easyblox_img {
	background: transparent url("logos/easyblox_grey_225.92x75.png") no-repeat left top;
	background-size: contain;
	/*-webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
 	/*filter: grayscale(100%);
	transition: filter .5s ease-out;
	  -moz-transition: filter .5s ease-out;
	  -webkit-transition: filter .5s ease-out;
	  -o-transition: filter .5s ease-out;*/
}

.easyblox_img:hover {
	background: transparent url("logos/easyblox_color_225.92x75.png") no-repeat left top;
	background-size: contain;
	/*-webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
 	/*filter: grayscale(0%);
	transition: filter .5s ease-out;
	  -moz-transition: filter .5s ease-out;
	  -webkit-transition: filter .5s ease-out;
	  -o-transition: filter .5s ease-out;*/
}

.troupe_img {
	background: transparent url("logos/troupe_grey_225.92x75.png") no-repeat left top;
	background-size: contain;
	/*-webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
 	/*filter: grayscale(100%);
	transition: filter .5s ease-out;
	  -moz-transition: filter .5s ease-out;
	  -webkit-transition: filter .5s ease-out;
	  -o-transition: filter .5s ease-out;*/
}

.troupe_img:hover {
	background: transparent url("logos/troupe_black_225.92x75.png") no-repeat left top;
	background-size: contain;
	/*-webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
 	/*filter: grayscale(0%);
	transition: filter .5s ease-out;
	  -moz-transition: filter .5s ease-out;
	  -webkit-transition: filter .5s ease-out;
	  -o-transition: filter .5s ease-out;*/
}

.virtualoutfits_img {
	background: transparent url("logos/virtualoutfits_grey_225.92x75.png") no-repeat left top;
	background-size: contain;
	/*-webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
 	/*filter: grayscale(100%);
	transition: filter .5s ease-out;
	  -moz-transition: filter .5s ease-out;
	  -webkit-transition: filter .5s ease-out;
	  -o-transition: filter .5s ease-out;*/
}

.virtualoutfits_img:hover {
	background: transparent url("logos/virtualoutfits_black_225.92x75.png") no-repeat left top;
	background-size: contain;
	/*-webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
 	/*filter: grayscale(0%);
	transition: filter .5s ease-out;
	  -moz-transition: filter .5s ease-out;
	  -webkit-transition: filter .5s ease-out;
	  -o-transition: filter .5s ease-out;*/
}


.ceroc_img {
	background: transparent url("logos/ceroc.png") no-repeat left top;
	background-size: contain;
}

.zerply_img {
	background: transparent url("logos/zerply.png") no-repeat left top;
	background-size: contain;
}
/* BLOCKQUOTE */

blockquote {
    font-family: Georgia, serif;
    position: relative;
    margin: 0.5em;
    padding: 0.5em 2em 0.5em 3em;
}
/* Thanks: http://callmenick.com/post/styling-blockquotes-with-css-pseudo-classes */
blockquote:before {
    font-family: Georgia, serif;
    position: absolute;
    font-size: 6em;
    line-height: 1;
    top: 0;
    left: 0;
    content: "\201C";
    margin-left: 13%;
}
blockquote:after {
    font-family: Georgia, serif;
    position: absolute;
   /* display: block; don't use this, it raised the quote too high from the bottom - defeated line-height? */
    float:right;
    font-size:6em;
    line-height: 1;
    right:0;
    bottom:-24px;
    margin-right: 22%;
    content: "\201D";
}
blockquote footer {
    padding: 0 2em 0 0;
    text-align:right;
}
blockquote cite:before {
    content: "\2013";
}

/* ABOUT US */

.about_us_interactive_block_1, .about_us_interactive_block_2{
  margin-top: 5%;
  width: 35%;
}

.about_us_interactive_block_1 {
    margin-left: 40%;
}

.about_us_interactive_block_1 p, .about_us_interactive_block_2 p{
  font-size: 18pt;
  line-height: 120%;
  color: #787777;
  transition: color .9s ease-out;
  -moz-transition: color .9s ease-out;
  -webkit-transition: color .9s ease-out;
  -o-transition: color .9s ease-out;
}

.about_us_interactive_block_1 p:hover, .about_us_interactive_block_2 p:hover{
  color: #663399;
}

.about_us_interactive_block_2 {
    margin-left: 35%;
}

/* OUR PEOPLE*/
.our_people_padding{
  padding: 50px 100px;
}

.people_box {
	width: 13vw;
	height: 10vw;
	position: relative;
  margin-bottom: 10%;
}

.people_box_img {
  width: 12vw;
  height: 12vw;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
}

/* CONTACTS */

.contacts_column_1, .contacts_column_2 {
  width: 48%;
  height: 60%;
  padding: 70px 0;
}

.contacts_column_1 {
  text-align: center;
}

.contacts_column_2 {
  padding-top: 4%;
  text-align: left;
}

.contacts_column_1 p, .contacts_column_2 p {
  font-size: 24pt;
  margin-top: 1%;
}

.contacts_column_1 hr, .contacts_column_2 hr {
  border: none;
  height: 3px;
  margin: 5% auto;
  width: 10%;
  /* Set the hr color */
  color: #333; /* old IE */
  background-color: #000;
}

.contacts_call_us, .contacts_email_us, .contacts_office {
  margin: 0 auto;
  width: 50%;
  transition: color .9s ease-out;
  -moz-transition: color .9s ease-out;
  -webkit-transition: color .9s ease-out;
  -o-transition: color .9s ease-out;
}

.contacts_office p{
  line-height: 1.1em;
}

.contacts_call_us:hover p, .contacts_call_us:hover h4{
  color: #663399 !important;
  transition: color .9s ease-out;
  -moz-transition: color .9s ease-out;
  -webkit-transition: color .9s ease-out;
  -o-transition: color .9s ease-out;
}

.contacts_email_us:hover p, .contacts_email_us:hover h4{
  color: #663399 !important;
  transition: color .9s ease-out;
  -moz-transition: color .9s ease-out;
  -webkit-transition: color .9s ease-out;
  -o-transition: color .9s ease-out;
}

.contacts_office:hover p, .contacts_office:hover h4 {
  color: #663399 !important;
  transition: color .9s ease-out;
  -moz-transition: color .9s ease-out;
  -webkit-transition: color .9s ease-out;
  -o-transition: color .9s ease-out;
}
.contacts_person{
  margin-top: 5%;
}

.contacts_person_image {
  border: 1px solid black;
  border-radius: 50%;
  width: 11vw;
  height: 11vw;
}

.contacts_person_info {
  vertical-align: top;
  margin: 3% 0 2% 5%;
}

.contacts_person_info p{
  font-size: 21pt;
}

.contacts_person:hover h4, .contacts_person:hover p {
  color: #663399 !important;
  transition: color .9s ease-out;
  -moz-transition: color .9s ease-out;
  -webkit-transition: color .9s ease-out;
  -o-transition: color .9s ease-out;
}
.inline-block {
	display: inline-block;
}
 /* INDUSTRIES */
 .expertise {
 	height: 100%;
 }

.expertise_image {
  vertical-align: top;
	width: 48.7vw;
	height: 26vw;
	position: relative;
  background: url(tech2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
 filter: grayscale(100%);
 transition: filter .9s ease-out;
    -moz-transition: filter .9s ease-out;
    -webkit-transition: filter .9s ease-out;
    -o-transition: filter .9s ease-out;
}
.expertise_description {
  position: relative;
  text-align: center;
  padding: 3.6%;
  padding-top: 4%;
  padding-bottom: 0;
  width: 41.2vw;
  height: 22vw;
  vertical-align: top;
}

.expertise_description p {
  margin-top: 3%;
  color: #4d4d4d;
  line-height: 1.1em;
}
.expertise_description p, .expertise_description h4 {
    opacity: 0.3;
    transition: opacity .9s ease-out;
    -moz-transition: opacity .9s ease-out;
    -webkit-transition: opacity .9s ease-out;
    -o-transition: opacity .9s ease-out;
}

.expertise_example {
  position: relative;
  height: 100%;
}

.expertise_example:hover .expertise_image {
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
  filter: grayscale(0%);
  transition: filter .9s ease-out;
    -moz-transition: filter .9s ease-out;
    -webkit-transition: filter .9s ease-out;
    -o-transition: filter .9s ease-out;
}

.expertise_example:hover p, .expertise_example:hover h4 {
  opacity: 1;
  transition: opacity .9s ease-out;
    -moz-transition: opacity .9s ease-out;
    -webkit-transition: opacity .9s ease-out;
    -o-transition: opacity .9s ease-out;
}
/* /////////// */

.lets_talk {
	border: 1px solid #000;
	width: 99%;
	height: 5vw;
	padding-top: 2vw;
}

/* PROJECTS*/
 .projects {
   width: 100%;
 }

 .project_image {
   vertical-align: top;
 	 width: 48.7vw;
 	 height: 26vw;
 	 position: relative;
   -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
   filter: grayscale(100%);
   transition: filter .9s ease-out;
    -moz-transition: filter .9s ease-out;
    -webkit-transition: filter .9s ease-out;
    -o-transition: filter .9s ease-out;
 }

 .project_description {
   position: relative;
   text-align: center;
   padding: 3.6%;
   padding-top: 4%;
   padding-bottom: 0;
   width: 41.47vw;
   height: 22vw;
   vertical-align: top;
 }

 .project_description p {
   margin-top: 3%;
   color: #4d4d4d;
   line-height: 1.1em;
   font-size: 21pt !important;
 }

 .project_description h4 {
   margin-top: 10%;
   color: #4d4d4d;
   line-height: 1.1em;
   font-size: 21pt !important;
 }

 .project_description p, .project_description h4 {
     opacity: 0.3;
     transition: opacity .9s ease-out;
    -moz-transition: opacity .9s ease-out;
    -webkit-transition: opacity .9s ease-out;
    -o-transition: opacity .9s ease-out;
 }

 .project_example {
   position: relative;
   height: 100%;
 }

 .project_example:hover .project_image {
   background-repeat: no-repeat;
   background-size: cover;
   -webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
   filter: grayscale(0%);
   transition: filter .9s ease-out;
    -moz-transition: filter .9s ease-out;
    -webkit-transition: filter .9s ease-out;
    -o-transition: filter .9s ease-out;
 }

 .project_example:hover p, .project_example:hover h4 {
   opacity: 1;
   transition: opacity .9s ease-out;
    -moz-transition: opacity .9s ease-out;
    -webkit-transition: opacity .9s ease-out;
    -o-transition: opacity .9s ease-out;
 }

/* PROJECT */
.project_details {
  padding: 0 5%;
  padding-top: 5%;
  height: 100%;
  width: 40vw;
}

.project_details h3 {
  line-height: 60px;
  text-transform: uppercase;
}

.project_details h4 {
  font-size: 21pt;
  margin-top: 3%;
  line-height: 35px;
}

.project_details p {
  margin-top: 3%;
  line-height: 30px;
}

.project_gallery {
  border: 1px solid black;
  height: 50vw;
  width: 48vw;
  background-repeat: no-repeat;
  background-size: cover;
}

.project_details ul {
  list-style-type: disc;
  padding-left: 3%;
}

.project_details li {
  margin-top: 3%;
  line-height: 30px;
  opacity: 1;
  font-size: 18pt;
  padding-bottom: 5px;
  color: #505050;
}

.project_technologies {
  padding: 5%;
  margin-top: 7%;
  margin-bottom: 10%;
  border: 3px solid #B3B3B3;
  width: 70%;
  height: 100%;
}

.project_technologies h4 {
  margin: 0;
}

.project_technologies p {
  margin-right: 13%;
}

.box {
	height: 9vw;
	width: 15vw;
	border: 1px solid #000;
	margin: 0 10px;
}

.centered {
	margin: 0 auto;
}



.board {
	width: 19vw;
	line-height: 2em;
  vertical-align: top;
  margin: 0 60px;
}

.board:nth-child(2) h4 {
  margin-top:8%;
  margin-bottom: 13%;
}

.board img {
 margin-bottom: 5%;
}
/* WHY US */

.why_us {
  margin-left: 15%;
  margin-top: 5%;
}

.why_us-support {
  font-size: 22pt !important;
  font-weight: 600;
  line-height: 1.2em !important;
  width: 75%;
  margin-left: 13%;
  margin-top: 58px;
}

.why_us-board {
	width: 16vw;
	line-height: 2em;
  vertical-align: middle;
  margin: 0 60px;
}

.why_us-board p {
  margin-top: 20px;
  color: #787878;
}

/* ARTICLES */
.article_content {
  padding: 10px 10% 40px 6%;
}

.article_img {
  width: 100%;
  padding: 0 !important;
}

.news {
	width: 25vw;
  border: 3px solid #B3B3B3;
  margin: 0 1vw;
  background: #f2f2f2;
  z-index: 2;
  position: relative;
}

.work_image {
	border: 1px solid #000;
	width: 40vw;
	height: 40vw;
	margin-bottom: 50px;
}

.nav { margin-top: 1.5%; z-index: 2;}
.nav li {
	float:left;
	line-height: 14px;
	color: #505050;
	font-size: 14px;
	text-align: center;
	font-family: '__Uniform-Regular_5';
	font-weight: 400;
}

.nav li {

}

#columns {
	column-width: 320px;
	column-gap: 15px;
  	width: 1200px;
	margin: 50px auto;
}

div#columns figure {
	background: #fefefe;
	border: 2px solid #fcfcfc;
	box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
	margin: 0 2px 15px;
	padding-bottom: 10px;
	transition: opacity .4s ease-in-out;
  	display: inline-block;
  	column-break-inside: avoid;
}

div#columns figure img {
	width: 100%; height: auto;
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	margin-bottom: 5px;
}

div#columns figure figcaption {
  	font-size: .9rem;
	color: #444;
  	line-height: 1.5;
}

div#columns small {
  font-size: 1rem;
  float: right;
  text-transform: uppercase;
  color: #aaa;
}

div#columns small a {
  color: #666;
  text-decoration: none;
  transition: .4s color;
}

div#columns:hover figure:hover {
	-webkit-box-shadow: 7px 6px 5px 0px rgba(80,80,80,1);
	-moz-box-shadow: 7px 6px 5px 0px rgba(80,80,80,1);
	box-shadow: 7px 6px 5px 0px rgba(80,80,80,1);
}

@media screen and (max-width: 750px) {
  #columns { column-gap: 0px; }
  #columns figure { width: 100%; }
}

#slider {
  position: relative;
  overflow: hidden;
  height: 600px;
  width: 100vw;
  margin: 0 auto;
}

#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 600px;
  width: 100vw;
  list-style: none;
}

#slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  height: 30vw;
  width: 100vw;
  background: #ccc;
  text-align: center;
  line-height: 300px;
}


.form div {margin:10px 5px 10px 5px; color:#555;}
.form.centered div { text-align:center; }


.panel {
	padding:5px 0 5px 0;
}

.login {
	border:1px solid #888888;
	background-color: #eeeeee;
	padding:20px;
	border-radius:10px;
	width:300px;
	margin:150px auto;
}


.task {
	background-color:#1f2b5e;
	padding:10px;
	font-size:0.9em;
	margin:2px 0 2px 0;
	color:#fff;
}

.task.odd {
	background-color:#2f3c6f;
}

.task .title {
	font-size:1.1em;
	font-weight:bold;
}

.progress-control {
	margin:10px;
	border:1px solid #efc833;
	border-radius:5px;
}

.progress-control .title {
	font-size:1.0em;
	font-weight:normal;
	text-align:center;
	width:100%;
	color:#151e4b;
	margin:-23px 0 5px 0;
}

.progress-control .progress {
	height:25px;
	background-color:#efc833;
	border-radius:5px;
}

/* MEDIA RESPONSIVENESS */
@media (max-width: 1680px) {
	.expertise_description h4, .project_description h4 {
		font-size: 20pt !important;
	}

	.expertise_description p, .project_description p {
		font-size: 15pt !important;
	}
}
@media (max-width: 1415px) {
	.expertise_description h4, .project_description h4 {
		font-size: 20pt !important;
	}

	.expertise_description p, .project_description p {
		font-size: 12pt !important;
	}
}

@media (max-width: 1210px) {
	.expertise_description {
		padding-top: 0;
	}

}
@media (max-width: 1060px) {
	.contacts_column_1 p, .contacts_column_2 p {
		font-size: 15pt;
	}

	.contacts_column_1 h4, .contacts_column_2 h4 {
		font-size: 18pt;
	}
	.expertise_description h4, .project_description h4 {
		font-size: 18pt !important;
	}

	.expertise_description p, .project_description p {
		font-size: 10pt !important;
	}
	.indeform_logo {
		height: 40px;
		width: 190.65px;
	}
	.page-title {
		margin-left: -50px;
	}
	
}
@media (max-width: 980px) {
	.footer_column p {
		font-size: 12pt;
		line-height: 24px;
	}

	.board {
		width: 35vw;
		margin-bottom: 5%;	
	}
	.why_us-board {
		width: 27vw;
	}

}
@media (max-width: 930px) {
	.expertise_description h4, .project_description h4 {
		font-size: 15pt !important;
	}

	.expertise_description p, .project_description p {
		font-size: 9pt !important;
	}

}
@-ms-viewport{
  width: device-width;
}
@media (max-width: 850px) {

	body:after {
		display: none;
	}
	#slider {
		display: none;
	}
    body {
    	width: auto;
    }
	div.header {
		display: none;
	}
	.nav {
		float: none !important;
	}
	.nav li {
		float: none !important;
		display: inline-block;
	}
	.module {
		text-align: center;
	}
	.module h3 {
		line-height: 45px;
	}
	#box1, #box2 {
		width: auto !important;
		margin-left: 0px !important;
	}
	.what_we_do_interactive_block_1, .what_we_do_interactive_block_2, .what_we_do_interactive_block_3 {
		margin-left: 0px;
	}
	.what_we_do_interactive_block_1 p, .what_we_do_interactive_block_2 p, .what_we_do_interactive_block_3 p {
		margin-left: 0px !important;
	}
	.about_us_interactive_block_1, .about_us_interactive_block_2 {
		margin-left: 0px !important;
		width: auto;
	}
	.why_us {
		margin-left: 0px;
	}
	.why_us-board {
		width: auto;
		margin-bottom: 10%;
	}
	.line {
	  	stroke: transparent;
	  	stroke-width: 0;
	}
	.expertise_description h4, .project_description h4 {
		font-size: 13pt !important;
	}

	.expertise_description p, .project_description p {
		font-size: 8pt !important;
	}
	.project_details h3 {
		font-size: 30pt;
	}
}
@media (max-width: 780px) {
	.footer_column-offset-2 {
		width: 27%;
	}
	.expertise_description h4, .project_description h4 {
		font-size: 11pt !important;
	}

	.expertise_description p, .project_description p {
		font-size: 7pt !important;
	}
}
@media (max-width: 730px) {
	.project_details h3 {
		font-size: 26pt;
	}
}
@media (max-width: 700px) {
	.footer_column p {
		font-size: 10pt;
		line-height: 20px;
	}
	.people_box p {
		font-size: 10pt;
	}
}
@media (max-width: 690px) {
	.contacts_column_1 p, .contacts_column_2 p {
		font-size: 13pt;
	}

	.contacts_column_1 h4, .contacts_column_2 h4 {
		font-size: 15pt;
	}
	.expertise_description h4, .project_description h4 {
		font-size: 10pt !important;
	}

	.expertise_description p, .project_description p {
		font-size: 6pt !important;
	}
}
@media (max-width: 630px) {
	.project_details h3 {
		font-size: 24pt;
	}
}
@media (max-width: 580px) {
	.footer p {
		font-size: 8pt;
	}
	.client_container {
		margin-bottom: 0px !important;
	}
	.client_column {
		width: 30%
	}
	.client_column-offset-1 {
		width: 17% !important;
	}
	.client_column-offset-1, .client_column-offset-2 {
		left: 5%;
	}
	.client_column-offset-3 {
		left: 11%
	}
	.client_column-offset-4 {
		left: 15%;
	}
	.client_column-offset-5 {
		left: 27%;
	}
	br {
		display: none;
	}
	.board {
		width: auto;
		margin: 20px 2px !important;
		padding: 0 10px;
	}
	.board h4 {
		margin-top: 0px !important;
		margin-bottom: 5px !important;
	}
	.indeform_logo {
		margin-left: 60px;
		height: 30px;
    		width: 143px;
	}
	div.header_mobile {
		height: 30px;
	}
	.footer_column p {
		font-size: 11pt;
		line-height: 24px;
	}
	.contacts_column_1 {
		padding-top: 20px;
		padding-bottom: 10px;
	}
	.contacts_column_2 {
		padding: 10px 0;
	}
	.contacts_column_1 p {
		font-size: 6pt !important;
		line-height: 10px;
	}
	.contacts_column_2 p {
		font-size: 6pt !important;
		line-height: 5px;
	}

	.contacts_column_1 h4, .contacts_column_2 h4 {
		font-size: 10pt !important;
		line-height: 15px;
	}
	.contacts_person_info {
		line-height: 0px;
	}
	.project_details {
		width: auto;
	}
	.project_gallery {
		float: none;
		width: auto;
	}
	.project_details h3, module h3 {
		font-size: 13pt  !important;
    		line-height: 22px;
	}
	.project_details h4, module h4 {
		font-size: 10pt !important;
		line-height: 18px;
	}
	.project_details p, .project_details li, module p{
		font-size: 9pt !important;
    		line-height: 16px;
	}
	.project_description h4 {
    		font-size: 8pt !important;
    		line-height: 10px !important;
	}	
	.nav li a{
		font-size: 12pt;
		margin: 0;
		line-height: 15px;
	}
	.nav li {
		height: 30px;
	}
	.bordered_module h3 {
		font-size: 20pt !important;
		line-height: 50px;
		margin-bottom: 0px;
		
	}
	.social_image {
		display: inline-block !important;
		margin: 5px;	
		width: 32px;
    		height: 32px;
	}
	.social_image img {
		margin-top: 17%;
    		width: 21px;
    		height: 21px;
	}
	.footer_column-offset-2 {
		width: 30%;
		padding-top: 10%;
    		height: 74%;
	}
	.footer_column-offset-3 {
		width: 20%;
		height: 78%;
		padding-left: 0;
		padding-top: 7%;
	}
	.footer_column-offset-4 {
		padding-top: 9%;
	}
	.our_people_padding {
		padding: 20px 15px;
	}
	.people_box {
		margin: 10% 5% !important;
		margin-bottom: 15% !important;
		vertical-align: top;
		height: 20vw;
	}
	.people_box p {
		font-size: 10pt !important;	
	}
	.why_us-board {
		width: auto;
		margin: 20px 0px !important;
    	}
    	.why_us-support{
    		font-size: 11pt !important;
    		margin: 0 auto;
    		width: 85%;
    	}
    	.expertise_image {
    		width: 100vw !important;
    		margin-top: 0px;
    		margin-bottom: 10px;
    	}
    	.expertise_description {
    		width: 80vw;
    		height: 60vw;
    	}
    	.expertise_description br {
    		display: none;
    	}
    	.expertise_description h4 {
    		font-size: 11pt !important;
    		line-height: 12px;
    	}
    	.expertise_description p {
    		font-size: 8pt !important;
    	}
	.module {
		text-align: left;
	}
    	.module h3 {
    		font-size: 13pt;
    	}
    	.module h4 {
    		font-size: 10pt;
    		line-height: 15px;
    	}
    	.module p {
    		font-size: 9pt ;
		margin-left: 10% !important;
    	}
	.bordered_module {
		text-align: center;
	}
	.footer_column-offset-1 {
		width: 55%;
		padding-top: 0;
		height: 100%;
	}
}
