@font-face {
  font-family: 'Avenir-Book';
  src: url('../fonts/Avenir-Book.eot');
  src: url('../fonts/Avenir-Book.woff2') format('woff2'),
       url('../fonts/Avenir-Book.woff') format('woff'),
       url('../fonts/Avenir-Book.ttf') format('truetype'),
       url('../fonts/Avenir-Book.svg#Avenir-Book') format('svg'),
       url('../fonts/Avenir-Book.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir-Medium';
  src: url('../fonts/Avenir-Medium.eot');
  src: url('../fonts/Avenir-Medium.woff2') format('woff2'),
       url('../fonts/Avenir-Medium.woff') format('woff'),
       url('../fonts/Avenir-Medium.ttf') format('truetype'),
       url('../fonts/Avenir-Medium.svg#Avenir-Medium') format('svg'),
       url('../fonts/Avenir-Medium.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Didot';
  src: url('../fonts/Didot.woff') format('woff'),
       url('../fonts/Didot.ttf') format('truetype'),
       url('../fonts/Didot.svg#Didot') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Didot-Italic';
  src: url('../fonts/Didot-Italic.woff') format('woff'),
       url('../fonts/Didot-Italic.ttf') format('truetype'),
       url('../fonts/Didot-Italic.svg#Didot-Italic') format('svg');
  font-weight: normal;
  font-style: normal;
}
a:focus, button:focus, input:focus{
	outline:none!important;
}
body{
	font-family:'Avenir-Book';
	font-size:15px;
	font-weight:normal;
	line-height:1.8;
	letter-spacing:0.4px;
	color:#000000;
}
p{
	font-family:'Avenir-Book';
	font-size:15px;
	font-weight:normal;
	line-height:1.8;
}
.bj_menu a{
	font-family: 'Avenir-Book';
	text-transform:uppercase;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.36;
	letter-spacing: 2.3px;
	text-align: center;
	color: #000000;
	border-bottom: 1px solid transparent;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.bj_menu a:hover, .bj_menu .current_page_item  a {
   	/*font-weight:bold;*/
	color:#bbbbbb;
}
.text-center{
	text-align:center;
}
.navigation-top ul{
	text-align:center;
}
.current-menu-item a{
	font-family: 'Avenir-Medium';
	color:#000000;
}
.block_info_wrapper{
	display:table;
}
.block_info_wrapper .row{
	height:100%;
	vertical-align:middle;
	display:table-cell;
	text-align:center;
	padding:0 13%;
	max-width:460px;
}
.block_info_wrapper p{
	font-family:'Avenir-Book';
	font-size:15px;
	font-weight:normal;
	line-height:1.6;
	letter-spacing:0.4px;
	text-align:center;
	color:#000000;
	width:94%;
	margin:0 auto 35px auto;
}
.about_block_info_wrapper .row{
	max-width:440px;
    margin:0 auto;
}
h2{
	font-family: 'Didot';
	font-size:28px;
	font-weight:normal;
	line-height:1.38;
	letter-spacing:1.0px;
	text-align:center;
	color:#000000;
}
h2 span{
	font-family: 'Didot-Italic';
	font-style:italic;
}
.navigation-top{
	margin:25px 0 40px;
}
.content_block_wrapper{
	clear:both;
	width:100%;
}
.block_img_wrapper{
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;
}
.link{
	font-family:'Avenir-Book';
	font-size:14px;
	font-weight:500;
	font-style:normal;
	line-height:1.36;
	letter-spacing:1.4px;
	text-align:center;
	color:#000000;	
	clear:both;
	padding-bottom: 7px;
	border-bottom: 1px solid #000;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.link:hover{
	border-bottom:1px solid transparent;
}
.content_block_wrapper:nth-child(2n) .block_info_wrapper{
	float:right;
}
.insta-wrapper{
	clear:both;
	background:#ebeef0;
	padding:95px 0;
	text-align:center;
	margin:0 auto;
}
#instafeed{
	margin-bottom:40px;
}
#instafeed a{
	width:23%;
    height:320px;
    display:inline-block;
    overflow:hidden;
	margin:0 6px;
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
}
#instafeed a img{
	visibility:hidden;
}
.insta-wrapper h2{
	margin-bottom:35px;
}
.footer-info{
	font-family:'Avenir-Book';
	font-size:10px;
	font-weight:normal;
	line-height:1.4;
	letter-spacing:1.0px;
	text-align:center;
	color:#000000;
}
#colophon{
	padding:25px 0 10px 0;
	clear:both;
}
.social_media{
	text-align:center;
}
.services_background_img{
	background-size:cover;
	background-position:center top;
	background-repeat:no-repeat;
}
.services_background_img img{
	visibility:hidden;
}
.site-content {
    padding-top:0!important;
}
.list_of_services{
	padding-top:25px;
}
.list_of_services h2{
	margin-bottom:35px!important;
}
.info_wrapper_inner{
	padding:0 13%;
}
.info_wrapper_inner a{
	padding-bottom:0;
    border-bottom:1px solid;	
}
.info_wrapper_inner a:hover{
    border-bottom:1px solid transparent;	
}
.text-left{
	text-align:left;
}
#main ul{
	padding-left:35px;
}
#main ul li{
	font-family:'Avenir-Book';
	font-size:15px;
	font-weight:normal;
	line-height:1.8;
	letter-spacing:0.4px;
	text-align:left;
	color:#000000;	
}
.clients_logos_wrapper{
	text-align:center;
}
.logo_wrapper{
	width:16.66%;
	display:inline-block;
	max-width:285px;
	padding:40px 30px;
}
.founders_section{
	background:#fbf8f5;
	padding-top:70px;
	padding-bottom:70px;
	clear:both;
}
.about_head_info .list_of_services{
	padding-top:0;
}
.about_head_info{
	padding-bottom:70px;
}
.about_head_info .info_wrapper_inner {
    padding: 0 10%;
	padding-top:45px;
}
.founders_section .about_block_info_wrapper h2:after{
	content:"";
	width:135px;
	height:1px;
	background:#000000;
	clear:both;
	display: block;
    margin:15px auto 35px auto;
}
.fs-entry-container{
	-webkit-box-shadow:0px 0px 6px -1px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 0px 6px -1px rgba(0,0,0,0.1);
	box-shadow:0px 0px 6px -1px rgba(0,0,0,0.1);
    margin:8px;
}
.fs-normal-timeline .fs-entry-container {
    width:23%!important;
	background-color:white;
}
.page-template-press_tpl #main{
	position:relative;
	min-height:750px;
	background:white;
	clear:both;
}
.page-template-press_tpl #main .container{
	position:relative;
	z-index:1;
}
.page-template-press_tpl #main.loaded:after{
	background:rgba(247, 238, 233, 0.4);
	content:"";
	clear:both;
	display:block;
	width:100%;
	height:825px;
	position: absolute;
    bottom: 0;
}
.page-template-press_tpl #content {
    padding-bottom:0!important;
}
.page-template-press_tpl #colophon{
	background:rgba(247, 238, 233, 0.46);
}
.page-template-about_tpl .site-content{
	padding-bottom:0!important;
}
.animate_up.appear{
	opacity:1;
	transform: translateZ(0px);
	-ms-transform: translateZ(0px); /* IE 9 */
	-webkit-transform: translateZ(0px); /* Chrome, Safari, Opera */
}
.animate_up {
	opacity: 0;
	transform: translateY(80px) translateZ(0px);
	-ms-transform: translateY(80px) translateZ(0px);
	-webkit-transform: translateY(80px) translateZ(0px);
	transition: transform 1.0s cubic-bezier(0.105, 0.84, 0.44, 1) 0s, opacity 1.2s cubic-bezier(0.105, 0.84, 0.44, 1) 0s, -webkit-transform 1.2s cubic-bezier(0.105, 0.84, 0.44, 1) 0s;
	-webkit-transition:transform 1.0s cubic-bezier(0.105, 0.84, 0.44, 1) 0s, opacity 1.2s cubic-bezier(0.105, 0.84, 0.44, 1) 0s, -webkit-transform 1.2s cubic-bezier(0.105, 0.84, 0.44, 1) 0s;
}

.CenterLogo {
    width: 320px;
    margin: 0 auto;
    display: inline-block;
}
.CenterLogo img{
	width:220px;
}
.LeftMenu, .RightMenu {
    display: inline-block;
    /*float: none !important;*/
}
.site-header a {
    padding: 0;
    margin: 0;
    color: #000000;
}
.bj_menu li {
    display: inline-block;
    list-style-type: none;
    margin:0 22px;
}
.CenterLogo{
	position:relative;
    top:-5px;
	padding:0;
}
.LeftMenu ul {
    text-align: center;
	margin-bottom:0;
}
.RightMenu ul {
    text-align: center;
	margin-bottom:0;
}
.site-header{
	width:100%;
	background:#fff;
	min-height: 60px;
	border-bottom:1px solid #ececec;
}
.header_inner_wrapper {
    margin: 0 auto;
    text-align: center;
	padding-top: 22px;
    display: table;
    width: 100%;
}
.block_info_wrapper{	
	background:#fbf7f4;
}
.content_block_wrapper:nth-child(2n) .block_info_wrapper{
	background:	#fff;
}
.col-md-6.col-sm-6.block_img_wrapper {
  float: right;
}
.content_block_wrapper:nth-child(2n) .col-md-6.col-sm-6.block_img_wrapper{
	float:left;
}
.press_page p{
	margin-bottom:0;
}
.col-md-12.col-sm-12.col-xs-12.text-left.firstItem.animate_up.press_page {
   padding: 20px 0 0 0!important;
}

#promo_banner{
	height: 40px;
    border-bottom: 1px solid #ececec;
    text-align: center;
    line-height: 40px;
	font-family: 'Avenir-Book';
    font-size: 15px;
    font-weight: normal;
    line-height: 1.8;
}