/*  
Theme Name: Synthesis
Version: 0.1
Description: Generic base themes
Author: WordPress Wireframes
Author URI: http://www.wordpresswireframes.com

Copyright: (c) 2014 WordPress Wireframes.
License: GNU/GPL Version 2 or later. http://www.gnu.org/licenses/gpl.html

*/


/* Defaults */

body, html {
	height: 100%;
}

body {
	background: #ffffff;
	color: #333;
	font-family: "Open Sans", Helvetica, sans-serif;
	padding:0;
	margin:0;
	font-size:14px;

}

a {
	text-decoration: none;
	color: #240FEA;
}

	
a img {
	border: none;
}


.bottom_blog_title a:hover,
.tweet a:hover,
#footer_links a:hover,
.home_small_img a:hover,
.flexslider a:hover
{
	color: #eeeeee !important;
}

a.anchor {
    display: block;
    position: relative;
    top: -110px;
    visibility: hidden;
}

#header h1 {
	margin: 0.4em 0 0.4em 0em;
	float: left;
}


.home #header h1 {
	margin: 0.4em 0 0.4em 1em;
	float: left;
}

p,.page_wrapper .container_inner li {
	font-size: 1.4em;
    font-weight: 200;
    line-height: 1.5em;
}

.home_text {
	color: #aaa;
    font-weight: 100;
    line-height: 1.5em;
    padding: 2em 0;
	font-size: 1.1em;
}

.home_text ul {
	margin: 0 0 0 1em;
	padding: 0;
}

#home_text1 {
	padding-right: 2em;
}


#home_text2 {
	padding: 2em;
}


#home_text3 {
	padding-left: 2em;
}





/* Header */

#header { 
	background:#222222;
	padding: 0;
    position: fixed;
    width: 100%;
    z-index: 100;
}  

#case_study_bar_wrapper {
	position: fixed;
    width: 100%;
    z-index: 90;
	background-color: #64bb34;
	padding: 0;
}

/*
.home #header {
	padding: 0.75em 0;
}*/


#work_wrapper .case_study_img{
	-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%);
	-ms-filter: grayscale(1);
	filter: url(desaturate.svg#greyscale);
	filter: gray;
	filter: grayscale(100%);
	-webkit-transition: all 0.2s ease; /* Safari and Chrome */
    -moz-transition: all 0.2s ease; /* Firefox */
    -ms-transition: all 0.2s ease; /* IE 9 */
    -o-transition: all 0.2s ease; /* Opera */
    transition: all 0.2s ease;
	
}

#work_wrapper .case_study_img:hover {
	-webkit-filter: none;
	filter: none;
	
}

#work_wrapper .work_block h3 {
	margin-top: 0;
}

#work_wrapper .work_block .inner {
	padding: 2em;
}

	
	.table_block:nth-child(even) .work_block_row .case_study_img,
	.table_block .work_block_row .intro_block_img .case_study_img {
		right: 0;
		left: auto;
	}

.home_small_img {
	background-size: cover;
}


#header h1 a {
	background-color: rgba(0, 0, 0, 0);
	background-image: url("./images/logo.png");
	background-repeat: no-repeat;
	background-attachment: scroll; 
	background-position: left top;
	background-size: 190px 40px;
	height: 40px;
	width: 190px;
    border: 0 none;
    display: block;
    text-indent: -1000px;
}

#lt_ie9 #header h1 a {
	background-image: url("images/logo_small.png"); 
}


.clearfix {
	clear: both	
}

.clear_responsive {
	clear: none;
	float: left
}

/* Menu */

#menu {
	float: right;
    display: block;
    padding: 0;
}


.home #menu {
	float: right;
    padding: 0;
	margin-right: 2.5em;
}

#menu ul {
	list-style: none;
	padding:0;
	margin:0;
	float: right;
}

#menu ul li {
	list-style: none;
	padding:0;
	margin:0;
	float: left;
}

#menu ul li a {
	padding:1.3em 1em;
	color:#fff;
	font-weight: 500;
	font-size: 1.1em;
	text-transform: uppercase;
	display: block;
}

#menu ul li a:hover, #menu ul li.current-menu-item a {
	background:#444444;  
	color:#fff;
} 


#menu-link {
	display: none;
    cursor: pointer;
    text-indent: -9999px;
    background-color: #ffffff;
    cursor: pointer;
    display: none;
    float: right;
    height: 23px;
    margin-bottom: 0.35em;
    margin-right: 1em;
    margin-top: 0.9em;
    text-indent: -9999px;
    width: 30px;
}

#menu-link a {
    border-bottom: 4px solid #2b2b2b;
    border-top: 4px solid #2b2b2b;
    display: block;
    height: 5px;
    margin-bottom: auto;
    margin-top: 5px;
}

.social-links {
	float: right;
}

.social-links .fa {
    color: #ffffff;
    font-size: 1em !important;
	margin-left: 0.5em;
	padding: 1.7em 0;
}

.social-links .fa:hover {
	opacity: 0.5;
}

/* Content */


.row {
	clear:both;
	margin:0;
	padding:0;
}  

.span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11, .span12 { 
	float: left; 
}
.span12 {
	width:100%;
}
.span11 {
	width:91.6666666667%; 
}
.span10 {
	width:83.3333333333%;
}
.span9 {
	width:75%;
}
.span8 {
	width:66.6666666667%;
}
.span7 {
	width:58.3333333333%;
}
.span6 {
	width:50%;
}
.span5 {
	width:41.6666666667%;
}
.span4 {
	width:33.3333333333%;
}

.span3 {
	width:25%;
}


.span2 {
	width:16.6666666667%;
}
.span1 {
	width:8.33333333333%
} 



#title_wrapper {
	background-color: #3f5fa1;
	padding: 1.5em 2em 1em 2em;
}


#home_wrapper {
	padding: 0;
	height: 100%;
}

.top_wrapper {
	padding-top: 6.5em !important;
}

#case_study_bar_wrapper.top_wrapper {
	padding-top: 4.4em !important;
}

.subtitle_section {
	color: #ffffff;
}

.subtitle_section .inner {
	padding: 0 0 2em;
}

.subtitle_section p {
	opacity: 0.8;
	margin: 0;
	font-size: 1.6em;
    font-weight: 100;
	line-height: 1.6em;
}

h1, h2 {
	font-family: "Exo 2";
}

.subtitle_section h1,
.subtitle_section h2 {
	margin: 0;
	font-weight: 700;
	margin-bottom: 0.5em;
	font-size: 3.5em;
}

#container {
	position: relative;
	min-height: 100%;
}

.home #container,
#home_wrapper .carousel-row,
#home_wrapper .carousel-row .span12,
#home_wrapper .container_inner:first-child {
	height: 100%;
}
.container { 
	margin:0 auto;  
	max-width: 140em;
}

#container_main {
	max-width: 93em;
	margin: auto;
}

.home #header #container_main {
 	max-width: 100%;
}

/*
.profile-container {
	max-width: 86em; 
}*/

.container_inner {
	float: left; 
	width:100%;  
}

#home_wrapper .container_inner {
	background-color: #222222;
}


.inner {
	padding: 0 2em 2em 2em;
}

.inner p a, .profile a {
	color: #5d7cbc;
}

.page_contact_form .inner {
	padding: 2em 2em 2em 0;
}

.page_contact_form h3 {
	margin: 0;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-color: #ffffff;
	padding: 2em;
}

#wrapper.our-people-wrapper,
#wrapper.archive-wrapper {
	padding: 0;
}

/*#wrapper .people-container {
	max-width: 70%; 
}*/


#wrapper .people-container .inner {
	padding: 0 2em;
}

#wrapper .people-container, #wrapper .bottom-img-container,
.what-we-do-content {
	text-align: center;
}

.what-we-do-content {
	padding-top: 2em;
}

#wrapper .people-container .sub_heading,
.what_we_do_wrapper .sub_heading {
	font-family: "Exo 2";
	font-weight: 200;
	font-size: 2.5em;
	margin-bottom: 1em;
}

#wrapper.work_wrapper,
#wrapper.page_wrapper {
	padding: 0;
}

#case_study_wrapper {
	padding-top: 8.6em;
}


#case_study_wrapper {
	padding-top: 8.6em;
}


#case_study_wrapper h2 {
	font-weight: 100;
	color: #ffffff;
	font-size: 3em;
}


.container_main_people .container_inner {
	overflow: hidden;
}



.our-people  {
    -webkit-transition: all 0.2s ease; /* Safari and Chrome */
    -moz-transition: all 0.2s ease; /* Firefox */
    -ms-transition: all 0.2s ease; /* IE 9 */
    -o-transition: all 0.2s ease; /* Opera */
    transition: all 0.2s ease;
}

.our-people:hover {
    -webkit-transform:scale(1.05); /* Safari and Chrome */
    -moz-transform:scale(1.05); /* Firefox */
    -ms-transform:scale(1.05); /* IE 9 */
    -o-transform:scale(1.05); /* Opera */
     transform:scale(1.05);
}



.work_block_row .work_text_block .inner div a {
	color: #444444;
	font-size: 1.2em;
	line-height: 1.5em;
}

.work_text_block {
	padding: 1.3em 0;

}

.archive-wrapper .span3 a {
	color: #222222;
	font-weight: 300;
	font-size: 1.3em;
	font-family: "Open Sans";
}

.archive-wrapper .date {
	text-transform: uppercase;
	font-family: "Roboto Condensed";
	font-size: 1em;
	font-weight: 700;
	height: 1.5em;
}

.archive-wrapper .date .day {
	background-image: url("./images/date_bg.png");
    background-repeat: no-repeat;
    color: #ffffff;
    display: inline-block;
    height: 23px;
    margin-right: 0.3em;
    text-align: center;
	padding-top: 0.2em;
    width: 27px;
}

.archive-wrapper .span3:nth-child(2n) .date .day {
	color: #f2f2f2;
}

.archive-title {
	padding: 1.5em;
	background-color: #ffffff;
	position: relative;
	z-index: 60;
}

.archive-wrapper .span3:nth-child(2n), .archive-wrapper .span3:nth-child(2n) .archive-title {
	background-color: #f2f2f2;
}



.archive-wrapper .span3  {
	float: none;	
}

.table {
	display: table;
}

.table-row {
	display: table-row;
}

.table-cell {
	display: table-cell;
}

.table_adjust_1 {
	width: 25%;
}

.table_adjust_2 {
	width: 50%;
}

.table_adjust_3 {
	width: 75%;
}


/* Start paginate
----------------------------------------------------------------------------------------------------*/
	
.pagination { 
	text-align: center;
	margin:3em 0;
	font-family: "Open Sans";
	font-size: 1em;
	font-weight: 400;
}
.pagination ul {
	height:1.5em;
	list-style: none;
	padding:0;
	margin:0;
	display: inline-block;
}
.pagination li {
	float: left;	
	padding:0;
	margin:0 1em 0 0;
}

.pagination a {
	margin-right: -1px;
	padding: 0.2em 0.7em;
	text-align: center;
	text-decoration: none;
	color: #2f2e2e; 
	background-color: #eeeeee;
   }

.pagination a:active {
	background: #3f3f3f;
	color:#fff;
}

.pagination a:hover {
	background: #dddddd;

}

.pagination .emm-title {
	margin-right: 4px;
}

.pagination .emm-gap {
	margin-right: 4px;
}

.pagination .emm-current {
	background: #3f3f3f;
	color:#fff;
	padding: 0.2em 0.7em;
}

.grey_bg {
	background-color: #f9f9f9;
	border-top: 1px solid #f0f0f0;
	box-shadow: 0 0 10px rgba(220, 220, 220, 0.1) inset;
}

.pagination .emm-gap {  
	font-weight: bold; 
	padding: 0.3em 0.7em;
	margin:0 -1px 0 0;
}

.pagination .emm-page {
}

.pagination .emm-prev, .pagination .emm-next {
} 

/*
.archive-wrapper .span3:nth-child(1) .inner {
	padding: 0 0 0 2em;
}*/


/*.archive-wrapper .span3:nth-child(2) .inner,
.archive-wrapper .span3:nth-child(3) .inner {
	padding: 0;
}*/

/*
.archive-wrapper .span3:nth-child(4) .inner {
	padding: 0 2em 0 0;
}*/

.our-people-wrapper .profile-container .inner,
.archive-wrapper .inner {
	padding: 0;
	position: relative;
	overflow: hidden;
}


.our-people-wrapper .bottom-img-container img {
	width: 100%;
}

.table_block {
	display: table;
	margin: auto;
	width: 100%;
	table-layout:fixed;
}

.work_block_row {
	display: table-row;
}

 #work_wrapper .table_block:nth-child(odd),
 #case_study_wrapper .table_block_reverse:nth-child(odd) {
	direction: rtl;
 }
 
  #work_wrapper .table_block:nth-child(even) .work_text_block,
 #case_study_wrapper .table_block_reverse:nth-child(even) .work_text_block {
	border-left: 1px solid #ededed;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 }
 
 #work_wrapper .table_block:nth-child(odd) .work_text_block,
 #case_study_wrapper .table_block_reverse:nth-child(odd) .work_text_block {
	border-right: 1px solid #ededed;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
 
 #work_wrapper .table_block, #case_study_wrapper .table_block {
	border-bottom: 1px solid #ededed;
	box-shadow: 0 0 10px rgba(200, 200, 200, 0.1) inset;
	border-collapse: collapse;
 }
 
 #work_wrapper > div:nth-last-child(2), #case_study_wrapper > div:nth-last-child(2) {
	border-bottom: 0px solid #ededed;
	box-shadow: 0 0 10px rgba(200, 200, 200, 0.1) inset;
	border-collapse: collapse;
 }
 
 .ie #work_wrapper .table_block {
	border-collapse: separate;
 }

/*
#work_wrapper .table_block_no_img:nth-child(2n) {
	border-bottom: 1px solid #f0f0f0;
	box-shadow: 0 0 10px rgba(200, 200, 200, 0.1) inset;
}*/

.work_block {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}

.work_block h3 {
	
}

.work_img_block, .case_study_img {
	background-color: #eeeeee;
}

.work_img_block {
	position: relative;
	overflow: hidden;
	
}

.case_study_img {
	max-width: 47em;
    background-size: cover;
	background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

.work_img_block {
	
}

.intro_block_img, .intro_block_img .case_study_img {
	background-color: #ffffff;
}

.case_study_img {
	width: 49em;
	float: right;
	text-align: center;
}

.case_study_img.img_jpg img {
	float: right;
}


 #work_wrapper .table_block:nth-child(odd) .case_study_img.img_jpg img,
 #case_study_wrapper .table_block_reverse:nth-child(odd) .case_study_img.img_jpg img {
	float: left;
}

 #work_wrapper .table_block:nth-child(odd) .case_study_img,
 #case_study_wrapper .table_block_reverse:nth-child(odd) .case_study_img {
	float: left;
 }
 
 #work_wrapper .table_block_no_img:nth-child(odd) .work_text_block {
	 background-color: #f3f3f3;
 }
 
  #case_study_wrapper .table_block_no_img:nth-child(odd) .work_text_block {
	 background-color: #ffffff;
 }

.work_text_block .inner {
	width: 45em;
	text-align: left;
}

#work_wrapper .table_block_no_img .work_text_block .inner {
	text-align: center;
}

.work_text_block .inner p {
	direction: ltr;
	margin-bottom: 2em;
}

 .case_study_img img {
	height: auto;
	max-width: 47em;
 }

.profile-container img,
.archive-wrapper img {
	width: 100%;
	height: auto;
	vertical-align: top;
}


.archive-wrapper .span3 .inner .archive-img-link {
	max-height: 10em;
	position: relative;
	z-index: 50;
}

.profile {
	cursor: pointer;
}


.profile:hover .profile-name {
	display: block !important;
}

.profile-info, .profile-name, .profile-info-responsive {
	display: none;
}

.profile-info a {
	color: #cccccc;
}

.profile-info .span12, .profile-info-responsive {
	background-color: #212121;
	padding: 2em;
	color: #ffffff;
	width: auto;
}

.profile-info .inner, .profile-info-responsive .inner {
	width: 70%;
	text-align: center;
	margin: auto;
}

.profile-name {
	bottom: 0;
    color: #ffffff;
    position: absolute;
	width: 100%;
	text-align:center;
	padding: 5em 0 1.5em 0;
	background: linear-gradient(0deg, #222222, rgba(34, 34, 34, 0.5) 70%, rgba(34, 34, 34, 0)) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	background-image: -ms-linear-gradient(0deg, #222222, rgba(34, 34, 34, 0.5) 70%, rgba(34, 34, 34, 0)) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#222222',GradientType=0 );
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#00000000, endColorstr=#222222)";
}

.profile-name h2 {
	color: #ffffff;
	font-size: 2.5em;
	font-weight: 500;
	font-family: "Open Sans";
	margin: 0
}

.profile-name p {
	color: #ffffff;
	font-size: 1.5em;
	font-weight: 200;
	opacity: 0.7;
	margin: 0 0 2em 0;
	font-family: "Open Sans";
}


.intro_block_text {
	background-color: #333333;
	color: #cccccc;
	font-weight: 100;
}

.intro_block_text b {
	color: #ffffff;
	text-transform: uppercase;
}

#case_study_wrapper .work_block {
	vertical-align: top;
}


#case_study_wrapper .work_text_block {
	vertical-align: middle;
}

#case_study_wrapper .intro_block_img {
	vertical-align: middle;
}

.challenge_exists {
	width: 13.5em;
}

.solution_exists {
	width: 12em;
}

.results_exists {
	width: 11em;
}

.challenge_exists.solution_exists {
	width: 25em;
}

.challenge_exists.results_exists {
	width: 24.5em;
}

.solution_exists.results_exists {
	width: 29.5em;
}

.challenge_exists.solution_exists.results_exists {
	width: 47em;
}

.table_block_no_img .work_block .inner,
.table_block_no_img_intro .work_block .inner {
	margin: auto;
	max-width: 94em;
	width: 94em;
}

#work_wrapper .table_block_no_img .work_block .inner {
	width: 55em;
}

#case_study_wrapper .table_block_no_img.solution_table {
	border-bottom: 1px solid #e9e9e9;
}

#case_study_wrapper .table_block_no_img {
	background-color: #f3f3f3;
	border-top: 1px solid #e9e9e9;
	box-shadow: 0 0 10px rgba(150, 150, 150, 0.1) inset;
}

#case_study_bar_wrapper .subtitle_section .inner {
	margin: auto;

}


#case_study_bar_wrapper .subtitle_section .inner h3.highlighted {
	background-color: #509928
}


#case_study_bar_wrapper .subtitle_section .inner h3:hover {
	background-color: #5cae2e;
	cursor: pointer;
}


#case_study_bar_wrapper .subtitle_section .inner h3.case_study_selected {
	background-color:#509928;
}

#case_study_bar_wrapper .subtitle_section h3 a {
	color: #ffffff
}

#case_study_bar_wrapper h3 {
	display: block;
	float: left;
	margin: 0;
    padding: 0.6em;
	text-align: center;
}

.people-content {
	margin-top: 2em;
}

.people-content .inner {
	padding-bottom: 0;
/*	margin-right: 2em;*/
}

.people-content b {
    margin-top: 2em;
	display: inline-block;
	font-size: 1.3em;
}


.people-content a {
	color: #3f5fa1;
}

.bottom_block1 {
	background-color:#393939;
}

.bottom_block1 .inner {
	padding: 0 2em 2em 0;
}

.bottom_block2 {
	background-color:#3f3f3f;
}


.bottom_block3 {
	background-color:#494949;
}

#bottom_wrapper {
	color: #ffffff;
	background: linear-gradient(90deg, #393939, #4b4b4b) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	background-image: -ms-linear-gradient(90deg, #393939, #4b4b4b) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#393939', endColorstr='#4b4b4b',GradientType=1 );
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=1, startColorstr=#393939, endColorstr=#4b4b4b)";
}

h3 {
	font-family: "Roboto Condensed";
	font-weight: 700;
	font-size: 2.3em;
	text-transform: uppercase;
	color: #444444;
	direction: ltr;
}

#bottom_wrapper h3 {
	color: #ffffff;
	font-weight: 400;
}


h3 i {
	margin-right: 0.3em;
}

.icon_form_email a {
	color: #444444;
}

.clearfix-space {
	height: 1em;
}


.clearfix-space-2em {
	height: 2em;
}

#bottom_wrapper .container_inner {
	display: table;
}

#bottom_wrapper .row {
	display: table-row;
}

#bottom_wrapper .span4 {
	display: table-cell;
	float: none;
}

#wrapper.contact_wrapper {
	padding: 0;
}

.bottom_blog_img {
	float: left;
	margin-right: 1em;
}

.bottom_blog_img img {
	margin-top: 0.4em;
}

.bottom_blog_title {
	float: left;
    font-size: 1.3em;
    font-weight: 100;
    width: 70%;
}

.bottom_blog_title a {
	color: #ffffff;
}

.button {
	background-color: #4d4d4d;
	padding: 0.8em;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 14px !important;
	font-family: "Roboto Condensed";
	font-weight: 300;
	display: inline;
		-moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.button:hover {
	background-color: #6a6a6a
}

input[type=submit] {
	background-color: #444444;
	padding: 0.8em;
	color: #f7f7f7;
	text-transform: uppercase;
	font-size: 14px;
	font-family: "Roboto Condensed";
	font-weight: 300;
	display: inline-block;
	border: none;
}

.button_light_grey {
	background-color:#5c5c5c;
	background-image: url("./images/white_button_arrow.png");
    background-position: 91% 50%;
    background-repeat: no-repeat;
    padding-right: 2.7em;
}

.button_light_grey:hover {
	background-color:#777777;
}

.button_black {
	background-color:#444444;
}

.latest_blog_button, .button_black  {
	background-image: url("./images/white_button_arrow.png");
    background-position: right 0.7em top 50%;
    background-repeat: no-repeat;
    padding-right: 2.7em;
}

.button_black:hover {
	background-color:#777777;
}

.button_wire {
	background-color: transparent;
	border: 1px solid #999999;
	-moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    background-image: url("./images/white_button_arrow.png");
    background-position: 91% 50%;
    background-repeat: no-repeat;
    padding-right: 2.7em;
}

.button_wire:hover {
	background-color:rgba(255,255,255,0.2);
}

a.button_black {
	color: #ffffff !important;
}

.button span, .button img {
	display: inline-block;
}

.button span {
	margin-right: 0.5em;
}

.bottom_block3 a {
	color: #ffffff;
}

#twitter-widget-0 {
	display: none !important;
}

#twitter-widget-0.display {
	display: block !important;
}

.twitter_name {
	font-weight: bold;
	float: left;
	margin-right: 0.5em;
}

.twitter_handle {
	color: #b4b4b4;
	float: left;
}

.widget_display-latest-tweets, .widget_display-latest-tweets ul {
	list-style-type: none;
}

.widget_display-latest-tweets span {
	display: block;
	font-size: 0.8em;
	color: #999999;
}

.widget_display-latest-tweets a {
	color: #4e6eb1;
}

.widget_display-latest-tweets ul li {
	border: none !important;
}

.tweet {
	font-weight: 300;
}

.hashtag {
	font-weight: 400;
}

.twitter_time {
	font-size: 0.8em;
}

.bottom_block3 i {
	margin-right: 0.5em;
}

/* Contact us*/
.page_contact_details {
	background-color: #f3f3f3;
}

.page_contact_details .inner {
	padding-bottom: 0;
	height: 36em;
	background-color: #f3f3f3;
}

.page_contact_details:last-child .inner {
	margin-right: 2em;
}


.page_contact_details:nth-child(2) {
	border-left: 1px solid #e9e9e9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.page_contact_details:nth-child(2) .inner {
	box-shadow: 10px 0 10px rgba(220, 220, 220, 0.1) inset;
}

#no-twitter-support {
	display: none;
}

#lt_ie9 #no-twitter-support {
	display: block;
}


.wpcf7 form input[type=text],
.wpcf7 form input[type=select],
.wpcf7 form input[type=email],
.wpcf7 form input[type=tel],
.wpcf7 form select {
	border: none;
	width: 96%;
	font-weight: 300;
	height: 1em;
	background-color: #f8f8f8;
	text-transform: uppercase;
	font-family: "Roboto Condensed";
	font-size: 1em;
	padding: 1em;
	color: #777777;
}

.wpcf7 form select {
	height: 3em;
	width: 100%;
	color: #aaaaaa;
	padding: 0.7em 0.5em 0.6em 1em;
}	
	
.wpcf7 textarea {
	border: none;
	width: 96%;
	font-weight: 300;
	height: 5em;
	background-color: #f8f8f8;
	text-transform: uppercase;
	font-family: "Roboto Condensed";
	font-size: 1em;
	padding: 1em;
	color: #777777;
}

.contact_us .inner>div {
	font-size: 1.3em;
    font-weight: 100;
    margin-bottom: 0.3em;
}

.contact_wrapper .contact-social i {
	color: #ffffff;
	font-size: 4em;
	text-align: center;
	padding: 0.5em;
	display: block;
	margin: auto;
}



.contact-map.inner {
	padding: 0;
}
/*

.contact-social:first-child .inner {
	padding: 0 0 0 2em;
}

.contact-social:nth-child(2) .inner {
	padding: 0;
}

.contact-social:nth-child(3) .inner {
	padding: 0;
}

.contact-social:nth-child(4) .inner {
	padding: 0 2em 0 0;
}
*/

.contact-social .inner {
	padding: 0;
}

.contact-twitter a {
	background-color: #55acee;
	display: block;
}

.contact-fb a {
	background-color: #3b5998;
	display: block;
}

.contact-li a {
	background-color: #0077b5;
	display: block;
}

.contact-gp a {
	background-color: #dc4e41;
	display: block;
}

/* Footer */
#footer {
	background:#222222;
	padding: 1em 2em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#footer a {
	color: #ffffff;
	margin-right: 1em;
}

#footer_links {
	float: left;
}

#copyright {
	float: right;
	color: #ffffff;
}

#footer_links ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#footer_links ul li {
	float: left;
}

/*Flexslider */

ul.slides {
	padding: 0;
	margin: 0;
	
}

.preloader {
	display: none;
}


#preloader {
	display: none;
}

.flexslider {
	background-color: #ffffff;
	width: 100%;
	height: 100%;
	/*max-height: 55em;
    overflow: hidden;*/
}


.flexslider li {
	display: block;
	list-style-type: none;
}


.flexslider>ul.slides>li {
	float: left;
    margin-right: -100%;
    position: relative;
    width: 100%;
}

#home_text {
	color: #aaa;
    font-weight: 100;
    line-height: 1.5em;
    padding: 2em;
    text-align: center;
}

.flexslider .img-link img,
.flexslider li>img,
.home_small_img .img-link img {
	width: 100%;
	display: block;
	height: auto;
}


.flexslider .caption,
.home_small_img .caption {
    width: 100%;
	bottom: 0;
	background: linear-gradient(0deg, #222222, rgba(34, 34, 34, 0.3) 50%, rgba(34, 34, 34, 0)) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	background-image: -ms-linear-gradient(0deg, #222222, rgba(34, 34, 34, 0.3) 50%, rgba(34, 34, 34, 0)) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#222222',GradientType=0 );
-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#00000000, endColorstr=#222222)";
}



.flexslider .caption {
    position: absolute;
}


.flexslider .caption_inner {
    width: 50%;
	margin: 8em;
}

.caption_inner .button {
	margin-top: 0.7em;
}

.home_small_img .caption_inner {
    margin: 3em 3em 0;
    padding: 10em 0 3em;
}

.flexslider .caption h2,
.flexslider .caption h2 a {
	font-weight: 300;
	color: #ffffff;
	font-size: 2.1em;
	margin: 0;
    padding: 1em 0 0.2em 0;
}


.home_small_img .caption h2 a {
	font-weight: 600;
	color: #ffffff;
	font-size: 2em;
}

.flexslider .caption p,
.home_small_img .caption p {
	color: #ffffff;
	font-weight: 200;
	font-size: 1.6em;
}

.home_small_img .caption p {
	opacity: 1;
}

.flexslider .caption h2 b {
	font-weight: 700;
}


 .home_small_img{
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
	height: 100%;
	background-size: 665px 453px;
}

.home_small_img:hover {
    background-size:750px 511px;
}

/*
.home_small_img:hover .caption p {
	
	opacity: 0.7;
}*/

.flex-direction-nav {
	display: none;
}

.flex-control-nav {
	position: absolute;
    right: 0.9em;
    bottom: 0;
    z-index: 300;
	display: none;
}


.flex-control-nav li {
	float: left;
	display: block;
	cursor: pointer;
}

.flex-control-nav li a {
    background-color: #231f20;
    border-radius: 50px;
    color: rgba(0, 0, 0, 0);
    display: block;
    font-size: 0.6em;
    margin-right: 0.3em;
    padding: 0.1em 0.4em 0.2em;
}

.flex-control-nav .flex-active {
	background-color: #a5273b;
}


.page_wrapper .span12 {
	padding: 0 0 2em 0;
}

.what_we_do_wrapper img {
	width: 100%;
}



.what_we_do_wrapper img {
    -webkit-transition: all 0.2s ease; /* Safari and Chrome */
    -moz-transition: all 0.2s ease; /* Firefox */
    -ms-transition: all 0.2s ease; /* IE 9 */
    -o-transition: all 0.2s ease; /* Opera */
    transition: all 0.2s ease;
}

.what_we_do_wrapper img:hover {
    -webkit-transform:scale(1.1); /* Safari and Chrome */
    -moz-transform:scale(1.1); /* Firefox */
    -ms-transform:scale(1.1); /* IE 9 */
    -o-transform:scale(1.1); /* Opera */
     transform:scale(1.1);
}

.what_we_do_img_container {
    height: auto;
    overflow: hidden;
    width: auto;
}


.testimonials img {
	width: 20%;
	display: block;
	float: left;
}

.testimonials {
	text-align: left !important;
}

.testimonials .inner div {
	float: left;
	padding-left: 5%;
    width: 75%;
}

.what_we_do_wrapper .span4 .inner {
	padding: 1em 1em 1em 1em;
}


.testimonials .span4 .inner h4 {
	font-weight: 100;
	color:#888;
	margin: 1em 0;
}


.testimonials .span4 .inner h4 b {
	color:#3f5fa1;
}

.what_we_do_wrapper .span4:first-child .inner {
	padding: 1em 2em 1em 0;
}

blockquote {
  margin: 0;
  quotes: "\201C""\201D";
}
blockquote:before {
	color: #3f5fa1;
	content: open-quote;
	display: inline-block;
    font-family: georgia;
    font-size: 4.5em;
    height: 0;
    line-height: 0;
    margin-bottom: -1em;
    vertical-align: -0.48em;
}
blockquote p {
   color: #777;
    display: inline;
    font-size: 1.7em;
	text-align: left;
}


.what_we_do_wrapper .span4:last-child .inner {
	padding: 1em 0 1em 2em;
}


#wrapper.page_wrapper img {
		margin-bottom: 2em;
}



.flex-viewport{
    position: fixed;
    width: 100%;
    height: 100%;
}

.flexslider .slides,
.flexslider .slides > li
{
    height: 100%;
}

.flexslider .slides > li{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.flexslider .slides .slide-1 {
    background-position: 70% center;
}


.flexslider .slides .slide-3 {
    background-position: 60% center;
}

.profile .inner img:hover, .archive-wrapper .span3 .inner img:hover {
		-webkit-transform:scale(1.1); /* Safari and Chrome */
		-moz-transform:scale(1.1); /* Firefox */
		-ms-transform:scale(1.1); /* IE 9 */
		-o-transform:scale(1.1); /* Opera */
		transform:scale(1.1);
	}
	
	.profile .inner img, .archive-wrapper .span3 .inner img {
		-webkit-transition: all 0.2s ease; /* Safari and Chrome */
		-moz-transition: all 0.2s ease; /* Firefox */
		-ms-transition: all 0.2s ease; /* IE 9 */
		-o-transition: all 0.2s ease; /* Opera */
		transition: all 0.2s ease;
	}


/* Responsive styles */

@media screen and (max-width: 90em) { 
	.home_text {
		padding: 2em;
	}

	.what_we_do_wrapper .span4 .inner,
	.what_we_do_wrapper .span4:first-child .inner,
	.what_we_do_wrapper .span4:last-child .inner
	{
		padding: 1em;
	}

	
	.bottom_block1 .inner {
		padding: 0 2em 2em 2em;
	}
			
	#container_main {
		max-width: 100%;
	}
	
	
	#wrapper.page_wrapper p {
		padding: 0 2em;
	}
	

	.page_wrapper .span12 {
		padding: 0 0 1em 0;
	}
	
	#wrapper.page_wrapper img {
		width: 100%;
		height: auto;
		margin-bottom: 1em;
	}
	
	#wrapper.page_wrapper p img {
		width: auto;
	}
	
		
	
	.page_contact_form .inner {
		padding: 2em;
	}
	
	.profile-container img, .bottom-img-container img {
		width: 100%;
		height: auto;
	}
	
	.profile-container .inner {
		padding: 0;
	}
	
	
	
	.our-people-wrapper .profile-container .container_inner {
		overflow: hidden;
	}
	
	.profile .inner img, .archive-wrapper .span3 .inner .archive-title {
		z-index: 1;
		
	}
	
	.profile .inner img, .archive-wrapper .span3 .inner .archive-img-link {
		overflow: hidden;
		z-index: 0;
		display: block;
	}
	


	.work_block_row .span6 .inner {
		width: 100%;
	}
	
	.work_block_row .work_img_block:nth-child(2n+1) .inner, .work_block_row .work_text_block:nth-child(2n+1) .inner {
		float: none;
	}
	
	.work_block_row:nth-child(odd) .work_text_block .inner div.text_container {
		padding-right: 2em;
	}

	.work_block_row:nth-child(even) .work_text_block .inner div.text_container {
		padding-left: 2em;
	}

	
	
	.work_block_row:nth-child(odd) .case_study_img {
		left: auto;
		right: 0;
	}
	
	.work_img_block {
		height: 20em;
	}
	
	.case_study_img {
		max-width: 45em;
		width: 100%;
		max-width: 100%;
		float: none;
		text-align: center;
	}
	
	
	.flexslider .caption_inner {
		margin: 6em;
	}
	
	
	#work_wrapper .table_block:nth-child(2n+1) .case_study_img,
	#case_study_wrapper .table_block_reverse:nth-child(2n+1) .case_study_img {
		float: none;
	}

	.work_text_block .inner {
		max-width: 44em;
		width: auto;
	}
	
	 .case_study_img img {
		width: auto;
		display: inline-table;
	}
	
	 .case_study_img.img_jpg img {
		width: 100%;
		max-width: 100%;
	}
	
	.table_block_no_img .work_block .inner,
	#work_wrapper .table_block_no_img .work_block .inner {
		width: auto;
	}
	
	.page_contact_details:last-child .inner {
		margin-right: 0em;
	}
	
	.contact-social:first-child .inner,
	.contact-social:nth-child(4) .inner {
		padding: 0;
	}
	
	.contact-map.inner {
		padding: 0;
	}
	
	#menu {
		margin-right:2em;
		
	}
	
	#header h1 {
		margin-left: 1em;
	}
	
}




@media screen and (max-width: 80em) { 
	body {
		font-size: 12px;
	}
	
	
	
	#header h1 a {
	
		height: 36px;
		background-size: 170px 36px;
		width: 170px;
	}
	
	#case_study_bar_wrapper.top_wrapper {
		padding-top: 4.6em !important;
	}
	
	
	#menu ul li a {
		padding: 1.4em 1em;
	}

	/*.flexslider .caption_inner,
	.home_small_img .caption_inner	{
		width: auto;
		margin: 0 2em;
		padding-bottom: 2em;
	}

	.home_small_img .caption_inner h2 {
		padding-top: 1.5em;
	}*/
}


@media screen and (max-width: 65em) { 
	/*.flexslider .caption, .home_small_img .caption {
		position: relative;
		background: #222222;
	}

	.home_small_img .caption_inner h2 {
		margin: 0em;
	}*/

}

@media screen and (min-width: 50em) { 	
	#menu {
		display: block !important;
	}
}

@media screen and (max-width: 50em) { 
	
	
	
	.flexslider .caption h2,
	.flexslider .caption h2 a {
		font-size: 1.5em;
	}

	.home_small_img .caption h2 a {
		font-weight: 600;
		color: #ffffff;
		font-size: 1em;
			text-align: center;
	}

	
	.flexslider .caption_inner,
	.home_small_img .caption_inner	{
		text-align: center;
		width: auto;
		margin: 2em;
	}
	
	.home_small_img .caption_inner	{
		
		margin: 2em 2em 0 2em;
	}
	
	

	.flexslider .caption p,
	.home_small_img .caption p {

		font-size: 1.2em;
	}
	
	.profile-name h2 {
		font-size: 1.7em;
	}

	.work_block_row:nth-child(2n) .work_img_block {
		float: none;
	}
	#menu {
		float: none;
		position: absolute;
		top:4.6em;
		z-index: 100;
		
		width:100%;
		text-align: center;
		background-color: #222222;
		border-left: none;
		border-top: none;
		border-right: none;
		border-bottom: 1px solid #333333;
		border-top: 1px solid #333333;
		display: none;
		padding: 0;
		margin: 0;
	}	
	
	.button {
		padding: 0.5em 2.75em 0.5em 0.5em;
	}

	#menu ul {
		margin:0;
		padding:0;	
	}
	
	#menu-main-menu, .social-links {
		width: 100%;
	}

	#menu ul li {
		margin:0;
		padding:0;	
	}

	#menu ul li, #menu ul li a {
		float: none; 
		display: block;
		border: none;
	}

	#menu-link {
		display: inline;
		float: right;
	}	
	
	.clear_responsive {
		clear: both;
		float: none;
	}
	
	.container {
		min-width: 100%;
	}
	
	.span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11, .span12, 
	.archive-wrapper .table_adjust_2, .archive-wrapper .table_adjust_3  {  
  		width:100%  
	}
	
	.testimonials .span4 .inner {
		margin-top: 2em;
	}
	
	
	.archive-wrapper .span3 .inner .archive-img-link {
		max-height: 100%;
	}
	
	.archive-wrapper .span3:nth-child(2n)  {
		background-color: #ffffff;
	}

	.table, .table-row, .table-cell {
		display: block;
	}
	
	#bottom_wrapper .span4 {
		display: block;
		float: left;
	}
		.profile-container .span3 {
		width:25%;
	}
	
	.work_block_row {
		display: block;
	}

	 #work_wrapper .table_block:nth-child(odd),
	 #case_study_wrapper .table_block_reverse:nth-child(odd) {
		direction: ltr;
	 }

	.work_block {
		display: inline-block;
		width: 100%;
	}
	
		
	.home_small_img{
		background-size: 780px 531px;
	}
	
	
	.home_small_img:hover {
		background-size: 820px 559px;
	}

	

}

@media screen and (max-width: 45em) { 
	.case_study_img img {
		width: 100%;
	 }
	

}

@media screen and (max-width: 30em) { 
	.profile-name h2 {
		font-size: 2.5em;
	}
	
	#case_study_bar_wrapper h3 {
		float: none;
		padding: 0.3em;
	}
	
	#case_study_bar_wrapper.top_wrapper {
		padding-top: 6em !important;
	}
	
	h3 {
		font-size: 1.8em;
	}
	
	#case_study_bar_wrapper .subtitle_section .inner {
		width: auto;
	}
	

	#case_study_wrapper.challenge_exists_case_study_wrapper.solution_exists_case_study_wrapper.results_exists_case_study_wrapper {
			padding-top: 15em;
	}

	
	.profile-container .span3 {
		width:100%;
	}
	
	.profile {
		background-color: #222222;
	}
		
		
	#wrapper {
		padding: 2em;	
	}
	
	#footer a {
		display: block;
		margin-right: 0;
		margin-bottom: 0.5em;
		text-align: center;
	}
	
	#footer_links {
		float: none;
		width: 100%;
	}
	
	#copyright {
		text-align: center;
		float: none;
		margin-top: 2em;
	}
	/*
	#footer {
		height: 14em;
	}*/
	
}
