/* Custom BeCss */


/* ==============================
   Sections styles
   ============================== */
p.section-title-custom {
  margin-top: 20px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: none;
  margin-bottom: 1.3em;
}
p.section-title-custom.mb-70 {
	margin-bottom: 70px;
}

/* ======================================================================
  Desktop nav
======================================================================== */
.small-height{
    height: 65px !important;
}
@media only screen and (max-width: 600px) {
	.small-height{
	    height: 75px !important;
	}
}


.inner-nav ul{
	float: right;
	margin: auto;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.3;
}
.inner-nav ul li{
	float: left;
	margin-left: 30px;
	position: relative;
}
.inner-nav ul li.lang{
	float: left;
	margin-left: 30px;
	padding-left: 30px;
	position: relative;
}
.inner-nav ul li.lang:before{
	content: '';
	position: absolute;;
	left: 0;
	top: 50%;
	width: 1px;
	height: 14px;
	margin-top: -8px;
	background-color: #fff;
	opacity: 0.7;
}
@media only screen and (max-width: 600px) {
	.inner-nav ul li.lang{
		padding-left: 0;
	}
	.inner-nav ul li.lang:before{
		display: none;
	}
}
.inner-nav ul li a{
	color: #777;
    letter-spacing: 2px;
	display: inline-block;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
	
	-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.inner-nav ul > li:first-child > a{

}  
.inner-nav ul li a:hover,
.inner-nav ul li a.active{
	color: #000;
	text-decoration: none;
}

/* ======================================================================
  Hero block
======================================================================== */
.mobile .bg-dark-alfa-50:before, .mobile .bg-dark-alfa-50 .YTPOverlay:before {
	background: #333 url('../images/primer_frame_berepublic.jpg') no-repeat 0 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}
.mbYTP_wrapper:after {
	content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	background-image: url('../images/overlay.png');
	background-repeat: repeat;
	background-color: rgba(95,96,97,0.4);
	z-index: 100;
}

.hero-title {
  font-size: 70px;
  font-weight: 700;
  line-height: 1.4;
}
@media only screen and (max-width: 600px) {
	.hero-title {
	  font-size: 46px;
	  font-weight: 700;
	}
}
.custom-hero-title {
	margin-bottom: 0px;
}
.custom-hero-title-2 {
	margin: 0 0 30px 0;
}
.places-title {
	font-size: 24px;
	font-weight: 300;
}
@media only screen and (max-width: 600px) {
	.places-title {
		font-size: 18px;
	}
}
.home-text h2 {
  font-size: 36px;
}
.home-text h1 {
  font-size: 36px;
}
@media only screen and (max-width: 600px) {
	.home-text h2 {
	  font-size: 22px;
	}
}


.be-icon {
	display: block;
	width: 100px;
	height: 100px;
	margin: 0 auto;
}

.digital-business {
	background: transparent url('../images/be-icon-dig-bus.png') no-repeat 0 0;
}

.marketing-strategy {
	background: transparent url('../images/be-icon-mob.png') no-repeat 0 0;
}

.design-tech {
	background: transparent url('../images/be-icon-dsign-tech.png') no-repeat 0 0;
}
.management {
	background: transparent url('../images/be-icon-management.png') no-repeat 0 0;
}

.arrow {
  position: absolute;
  z-index: 99;
  bottom: 0;
  width: 100%;
  text-align: center;  
}

.custom-down.arrow {
  width: 40px;
  height: 10px;
  margin-left: -20px;
  position: absolute;
  bottom: 36px;
  left: 50%;
  animation: wobbleArrow 1s ease-in-out 0s infinite alternate;
  -webkit-animation: wobbleArrow 1s ease-in-out 0s infinite alternate;
  -moz-animation: wobbleArrow 1s ease-in-out 0s infinite alternate;
  -o-animation: wobbleArrow 1s ease-in-out 0s infinite alternate;	
}

.custom-down.arrow a {
	position: relative;
	bottom: 0;
	display: block;
	width: 22px;
	height: 36px;
	border: 1px solid white;
	border-radius: 10px;
	font-size: 8px;
	line-height: 45px;
	text-align: center;	
}

@-webkit-keyframes wobbleArrow {
	0% 	{
	 bottom: 40px;
	}
	100% { 
	 bottom: 50px; 
	}
}

@-moz-keyframes wobbleArrow {
	0% 	{
	 bottom: 40px;
	}
	100% { 
	 bottom: 50px; 
	}
}
@-o-keyframes wobbleArrow {
	0% 	{
	 bottom: 40px;
	}
	100% { 
	 bottom: 50px; 
	}
}
@keyframes wobbleArrow {
	0% 	{
	 bottom: 40px;
	}
	100% { 
	 bottom: 50px; 
	}
}


/* ======================================================================
  About Us Content
======================================================================== */


.section-text{
	font-size: 15px;
	font-weight: 300;
	color: #777;
	line-height: 1.7;
}

@media only screen and (max-width: 600px) {
	.section-text{
		text-align: center;
	}
}


/* ======================================================================
  features
======================================================================== */

.be-features-block {
	/*margin-bottom: 140px;*/
}


/* ======================================================================
  Contact 
======================================================================== */
.contact-block {
	padding-top: 60px;
}

.post-prev-img {
	display: block;
}

.post-prev-img:before {
	content:'';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #fd0166;
	opacity: 0;
	-webkit-transition: all 0.2s ease-out;
	   -moz-transition: all 0.2s ease-out;
	    -ms-transition: all 0.2s ease-out;
	     -o-transition: all 0.2s ease-out;
	        transition: all 0.2s ease-out;
}

.post-prev-img:hover:before {
	opacity: 0.5;
}

.contact-item {
	margin-bottom: 15px;
}

.contact-item .tag-phone {
	min-height: 40px;
	padding-top: 5px;
	font-size: 20px;
	font-weight: 400;
}

.contact-item .tag-location {
	min-height: 40px;
	padding-top: 10px;
}

.contact-item .tag-mail {
	min-height: 40px;
	padding-top: 10px;
}




/* ======================================================================
  Be links block
======================================================================== */

.bg-secundary {
	background-color: #f8f8f8;
}

.be-links-container {
	padding-top: 80px;
}

.be-links,
.be-links:hover,
.be-links:active {
	text-decoration: none;
}

.be-links-box {
	position: relative;
	display: block;
	width: 100%;
	height: 200px;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	 -o-transition: all 0.2s ease-out;
	    transition: all 0.2s ease-out;	
	font-size: 64px;
	font-weight: 700;
	color: #fff;
	text-align: bottom;
	line-height: 64px;
}

@media only screen and (max-width: 1024px) {
	.be-links-box {
		font-size: 34px;
		line-height: 32px;
	}
}


@media only screen and (max-width: 767px) {
	.be-links-box {
		font-size: 35px;
		line-height: 40px;
	}
}

.be-links-box > span {
	position: absolute;
	left: 20px;
	bottom: 25px;
}
@media (min-width: 360px) and (max-width: 767px) {
	.be-links-box > span {
		position: absolute;
		left: 25%;
		bottom: 25px;
	}
}



.be-links-box:before {
	content:'';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #fd0166;
	opacity: 0;
	-webkit-transition: all 0.2s ease-out;
	   -moz-transition: all 0.2s ease-out;
	    -ms-transition: all 0.2s ease-out;
	     -o-transition: all 0.2s ease-out;
	        transition: all 0.2s ease-out;
}

.be-links-box:hover:before {
	opacity: 0.5;
}

.link-left-box {
	background: transparent url('../images/be-links-left-block.jpg') no-repeat center;
}

/*.link-left-box:hover {
	background: transparent url('../images/be-links-left-block-hover.jpg') no-repeat center;
}*/

.link-center-box {
	background: transparent url('../images/be-links-center-block.jpg') no-repeat center;
}
/*.link-center-box:hover {
	background: transparent url('../images/be-links-center-block-hover.jpg') no-repeat center;
}*/

.link-right-box {
	background: transparent url('../images/be-links-right-block.jpg') no-repeat center;
}

/*.link-right-box:hover {
	background: transparent url('../images/be-links-right-block-hover.jpg') no-repeat center;
}*/

    

/* ======================================================================
  Case studies
======================================================================== */

.slide-case-studies {
	display: block;
	margin-bottom: 15px;	
}

.slide-case-studies .owl-item section {
	background-position: 0;
}

@media only screen and (max-width: 1024px) {
	.slide-case-studies .owl-item section {
		background-position: center;
	}	
}

    


/* ======================================================================
  Custom tag cloud
======================================================================== */

.tag-cloud-block {
	  padding: 85px 0 140px 0;
}

.custom-tag-cloud {
	list-style: none;
	text-align: center;
}

.custom-tag-cloud > li {
	display: inline-block;
	margin: -5px 20px;
	font-size: 26px;
	font-weight: 700;
	color: #999999;
}


.tag-cloud.secundary {
	color: #000000;
}

.tag-cloud.tertiary {
	color: #fd0166;
}

.tag-cloud.big {
	font-size: 58px;
}

.tag-cloud.medium {
	font-size: 37px;
}


@media only screen and (max-width: 480px) {
	.custom-tag-cloud {
		text-align: center;
		margin-bottom: 5px;
		padding: 0;
	}

	.custom-tag-cloud > li {
		font-size: 15px;
	}.small-height

	.tag-cloud.big {
		font-size: 24px;
	}

	.tag-cloud.medium {
		font-size: 20px;
	}

}

.nav-logo-svg-wrap {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 75px;
    height: 75px;
}
.nav-logo-svg-wrap.small-height {
	width: 65px !important;
	height: 65px !important;	
}
.nav-logo-svg-wrap .logo-wrap {
	display: inline-block;
	width: 61px !important;
	height: 61px !important;
}
.nav-logo-svg-wrap.small-height .logo-wrap {
	width: 54px !important;
	height: 54px !important;	
}
.nav-logo-svg-wrap img {
  max-width: 100%;
  max-height: 100%;

    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
}
.nav-logo-svg-wrap.small-height img {

}

.nav-logo-wrap .logo{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 75px;
    height: 75px;
    
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.nav-logo-wrap .logo {
	margin: 0;
	height: 75px !important;
}

.nav-logo-wrap .logo.small-height {
	margin: 0;
	height: 65px !important;
}

.nav-logo-wrap .logo img {
	height: 100%;
	width: auto;
}

.nav-logo-wrap .logo.small-height img {
	height: 100%;
	width: auto;
}

.about-block {
	padding: 75px 0 0 0;
}

/* ==============================
   Alt features
============================== */

.alt-features-title {
	display: table;
    margin-bottom: 21px;
    font-size: 20px;
    font-weight: 700;    
    letter-spacing: 0;
    width: 100%;
    height: 54px;
}
.alt-features-title span {
	display: table-cell;
	vertical-align: middle;
}

@media (min-width: 601px) and (max-width: 768px) {

	.alt-features-title {
	    height: 83px;
	}

}

@media only screen and (max-width: 600px) {
	
	.alt-features-title {
	    height: auto;
	}
	.alt-features-title span br {
		display: none;
	}

}

/* ======================================================================
  Work
======================================================================== */

#work {
	padding-top: 55px;
}
    
/* ======================================================================
  Client logos
======================================================================== */

#clients {
	padding-top: 50px; /* Important to fix nav bar to top of this block */
}

.box-client-logo {
	width: 270px;
	height: 100px;
	margin-bottom: 85px;	
	background-color: #ffffff;
	perspective: 800px;
}

.card {
	position: absolute;
	width: 100%;
	height: 100%;
	transform-style: preserve-3d;
	transition: transform 1s;
	transform-origin: center;
}

.card > div {
	position: absolute;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
}

.front {
	background-color: #ffffff;
}

.back {
	background-color: #ffffff;
	-webkit-transform: rotateX( 180deg );
	   -moz-transform: rotateX( 180deg );
	    -ms-transform: rotateX( 180deg );
	     -o-transform: rotateX( 180deg );
	        transform: rotateX( 180deg );
}

.card.flipped {
	-webkit-transform: rotateX( 180deg );
	   -moz-transform: rotateX( 180deg );
	    -ms-transform: rotateX( 180deg );
	     -o-transform: rotateX( 180deg );
	        transform: rotateX( 180deg );	
}

.static-sm-logo-box {
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
	text-align: center;
}
.static-sm-logo-box img {
	max-width: 100%;
	height: auto;
}
@media only screen and (max-width: 600px) {
	
		.static-sm-logo-box img {
			text-align: center;
		}

}

.js-static-logos {
	display: none;
}

@media only screen and (max-width: 1024px) {
	.js-dynamic-logos {
		display: none;
	}
	.js-static-logos {
		display: block;
	}
}

/* ======================================================================
  Service block
======================================================================== */

.title-section-white {
	margin-bottom: 60px;
	color: #fff;
}
p.title-section-white {
	margin-bottom: 60px;
}

.full-width-bg-black {
	width: 100%;
	padding: 100px 0;
	background-color: #333333;
}

.service-box {
	text-align: center;
}

.service-box h2 {
	font-size: 34px;
	font-weight: 700;
	color: #fff;
	text-align: center;
}
.services-list {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.services-list li {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 400;
	color: #cccccc;	
}

.services-list li h3 {
	font-size: 18px;
	font-weight: 400;
	color: #cccccc;
	line-height: 1.6;
	margin: 0;
}

.services-list:after {
	content:'';
	position: absolute;
	top: 183px;
	right: 0;
	display: block;
	width: 1px;
	height: 200px;
	background-color: #999999;
}

@media only screen and (max-width: 600px) {
	
	.services-list:after {
		display: none;
	}

}

.services-list.non-divisor:after {
	width: 0;
}

    

/* ======================================================================
  Members of
======================================================================== */

.members-of-block {
	padding-top: 40px;	
	text-align: center;
}

.members-of-block h2, .members-of-block p {
	margin-bottom: 16px;
}

.members-of-block img {
	margin: 0 auto;
}


/* ======================================================================
  Working with
======================================================================== */
.working-width-block .row:last-child {
	margin-bottom: 115px;
}

.working-width-block h2, .working-width-block p {
	margin-bottom: 60px;
}

.working-logo {
	margin-bottom: 35px;
}

.working-logo img {
	display: block;
	margin: 0 auto;
}


/* ======================================================================
  Footer
======================================================================== */
.footer {
	padding: 64px 0;
}

.footer-social-links {
	padding-bottom: 67px;
}

/* ======================================================================
  Popup
======================================================================== */

.white-popup {
  max-width: 1280px;
  margin: 0 auto;
  background-color: white;
  padding: 40px;
  margin-top: 40px;	
}

.mfp-close-btn-in .mfp-close {
  font-size: 50px;
  font-weight: 400;
  color: white;
}
    

a.beblog.ico:before {
	content:'Blog';
	font-size: 12px;
	color: white;
}


