/*   
Theme Name: Reset
Theme URI: http://antonibotev.com
Description: Reset.
Tags: light, dark, custom-background, custom-colors, theme-options
Author: Antoni Sinote Botev & Evgeni Dimonni Dimov
Author URI: http://antonibotev.com
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Version: 1.0
*/
/* Reset styles */
/* BEGIN vars */
/* END vars */
/* BEGIN mixins */
.bb-subheading {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}
.bb-section-heading {
  font-size: 36px;
  font-weight: 100;
  line-height: 48px;
  font-weight: 300;
}
.bb-post-heading {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  font-weight: 700;
}
.bb-clear {
  display: block;
  height: 0px;
  width: 100%;
  clear: both;
}
.padding-fix {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.visibility {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.border-bottom {
  border-left: none;
  border-top: none;
  border-right: none;
}
.bluebox-border-bottom-dark {
  border: 1px solid black;
  border-color: #000000;
  zoom: 1;
  border-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0f000000, endColorstr=#0f000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0f000000, endColorstr=#0f000000);
  border-color: rgba(0, 0, 0, 0.06);
  border-left: none;
  border-top: none;
  border-right: none;
}
.bluebox-border-bottom-light {
  border: 1px solid white;
  border-color: #ffffff;
  zoom: 1;
  border-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1fffffff, endColorstr=#1fffffff)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1fffffff, endColorstr=#1fffffff);
  border-color: rgba(255, 255, 255, 0.12);
  border-left: none;
  border-top: none;
  border-right: none;
}
.full-bg-image {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
}
/* END mixins */
/* Reset styles */
body {
  color: black;
  background-color: white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  /*  .visibility();*/

  font-family: 'Lato', sans-serif !important;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: 'Lato', sans-serif !important;
}
a {
  color: black;
  -webkit-transition: color 200ms linear, background-color 200ms linear, box-shadow 200ms linear;
  -moz-transition: color 200ms linear, background-color 200ms linear, box-shadow 200ms linear;
  -o-transition: color 200ms linear, background-color 200ms linear, box-shadow 200ms linear;
  -ms-transition: color 200ms linear, background-color 200ms linear, box-shadow 200ms linear;
  transition: color 200ms linear, background-color 200ms linear, box-shadow 200ms linear;
}
a:hover {
  text-decoration: none;
  color: #bb9a54;
  outline: none;
}
a:hover i {
  color: #bb9a54;
  -webkit-transition: color 200ms linear, background-color 200ms linear, box-shadow 200ms linear;
  -moz-transition: color 200ms linear, background-color 200ms linear, box-shadow 200ms linear;
  -o-transition: color 200ms linear, background-color 200ms linear, box-shadow 200ms linear;
  -ms-transition: color 200ms linear, background-color 200ms linear, box-shadow 200ms linear;
  transition: color 200ms linear, background-color 200ms linear, box-shadow 200ms linear;
}
a:active,
a:focus {
  outline: none;
}
/* BEGIN fixed elements */
.bb-mobile-head {
  position: fixed;
  z-index: 3;
  left: 0;
  top: 0;
  right: 0;
  height: 60px;
  background-color: #ffffff;
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f0ffffff, endColorstr=#f0ffffff)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f0ffffff, endColorstr=#f0ffffff);
  background-color: rgba(255, 255, 255, 0.94);
  -webkit-box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.1);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  opacity: 1;
  -webkit-transition: opacity 500, linear;
  -moz-transition: opacity 500, linear;
  -o-transition: opacity 500, linear;
  -ms-transition: opacity 500, linear;
  transition: opacity 500, linear;
}
.bb-fixed-nav {
  position: fixed;
  top: 30px;
  left: 30px;
  display: block;
  width: 60px;
  height: 60px;
  padding: 17px 15px;
  z-index: 100;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 400ms linear;
  -moz-transition: opacity 400ms linear;
  -o-transition: opacity 400ms linear;
  -ms-transition: opacity 400ms linear;
  transition: opacity 400ms linear;
}
.bb-fixed-nav span.button {
  width: 30px;
  height: 25px;
  padding: 12px 0;
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.bb-fixed-nav span.button > span {
  display: block;
  height: 1px;
  background-color: #bb9a54;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: opacity 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: opacity 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: opacity 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: opacity 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.bb-fixed-nav span.button:before,
.bb-fixed-nav span.button:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 1px;
  display: block;
  background-color: #bb9a54;
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.bb-fixed-nav span.button:before {
  top: 0px;
}
.bb-fixed-nav span.button:after {
  bottom: 0px;
}
.bb-fixed-nav span.button:hover:before {
  top: -2px;
}
.bb-fixed-nav span.button:hover:after {
  bottom: -2px;
}
.bb-fixed-nav.clicked span.button > span {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.bb-fixed-nav.clicked span.button:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  top: 12px;
}
.bb-fixed-nav.clicked span.button:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  bottom: 12px;
}
.bb-fixed-nav.active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.bb-contact-button {
  position: fixed;
  top: 30px;
  right: 30px;
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  z-index: 100;
  font-size: 36px;
  color: #bb9a54;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 400ms linear;
  -moz-transition: opacity 400ms linear;
  -o-transition: opacity 400ms linear;
  -ms-transition: opacity 400ms linear;
  transition: opacity 400ms linear;
}
.bb-contact-button:hover {
  color: #bb9a54;
}
.bb-contact-button.active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.bb-logo {
  display: inline-block;
  position: fixed;
  top: 42px;
  z-index: 100;
  left: 120px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 400ms linear;
  -moz-transition: opacity 400ms linear;
  -o-transition: opacity 400ms linear;
  -ms-transition: opacity 400ms linear;
  transition: opacity 400ms linear;
}
.bb-logo img {
  display: inline-block;
}
.bb-logo.active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.bb-pages-bullets {
	list-style-type: none;
	margin: 0;
	display: block;
	position: fixed;
	z-index: 100;
	right: 30px;
	top: 50%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: opacity 400ms linear;
	-moz-transition: opacity 400ms linear;
	-o-transition: opacity 400ms linear;
	-ms-transition: opacity 400ms linear;
	transition: opacity 400ms linear;
	background-color: rgba(145,145,145,0.30);
	margin-top: -102.5px;
	padding-left: 10px;
	padding-right: 10px;
}
.bb-pages-bullets li {
  margin: 0;
  display: block;
  height: 21px;
  width: 21px;
  padding: 0;
  position: relative;
  -webkit-transition: margin 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: margin 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: margin 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: margin 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: margin 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.bb-pages-bullets li label {
  position: absolute;
  z-index: 1;
  top: 0px;
  right: -10px;
  margin: 0;
  margin-right: 40px;
  line-height: 21px;
  font-weight: 500;
  color: #bb9a54;
  display: inline-block;
  text-align: right;
  width: 3px;
  white-space: nowrap;
  overflow: hidden;
  width: 100px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  /*.transition(width 0.4s @cubic-bezier, opacity 0.2s linear);*/

  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.bb-pages-bullets li label span {
  margin: 0px 21px 0px 0px;
  display: inline-block;
}
.bb-pages-bullets li:hover label {
  width: 120px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.bb-pages-bullets li a {
  display: block;
  height: 21px;
  width: 21px;
  position: relative;
  z-index: 2;
  border: 1px solid transparent;
  -webkit-transition: border 200ms linear;
  -moz-transition: border 200ms linear;
  -o-transition: border 200ms linear;
  -ms-transition: border 200ms linear;
  transition: border 200ms linear;
}
.bb-pages-bullets li a:after {
  content: '';
  position: absolute;
  top: 9px;
  left: 9px;
  display: block;
  height: 1px;
  width: 1px;
  background-color: #bb9a54;
}
.bb-pages-bullets li.current a,
.bb-pages-bullets li a:hover {
  border: 1px solid #bb9a54;
}
.bb-pages-bullets.active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.bb-pages-bullets.active li {
  margin: 10px 0px;
}
/* END fixed elements */
/* BEGIN details */
.bb-dots-details {
  display: inline-block;
  margin-bottom: 0 auto;
  height: 1px;
  width: 1px;
  position: relative;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 200ms linear;
  -moz-transition: opacity 200ms linear;
  -o-transition: opacity 200ms linear;
  -ms-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
}
.bb-dots-details span {
  position: absolute;
  top: 0;
  display: block;
  height: 1px;
  width: 1px;
  -webkit-transition: left 400ms cubic-bezier(0.23, 1, 0.32, 1), right 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: left 400ms cubic-bezier(0.23, 1, 0.32, 1), right 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: left 400ms cubic-bezier(0.23, 1, 0.32, 1), right 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: left 400ms cubic-bezier(0.23, 1, 0.32, 1), right 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: left 400ms cubic-bezier(0.23, 1, 0.32, 1), right 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.bb-dots-details .first {
  left: 0px;
}
.bb-dots-details .second {
  right: 0px;
}
.bb-dots-details .third {
  left: 0px;
}
.bb-dots-details .fourth {
  right: 0px;
}
.bb-dots-details.initialized {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.bb-dots-details.initialized .first {
  left: -11px;
}
.bb-dots-details.initialized .second {
  right: -11px;
}
.bb-dots-details.initialized .third {
  left: -22px;
}
.bb-dots-details.initialized .fourth {
  right: -22px;
}
/* END details */
/* BEGIN buttons */
.bb-button {
  display: inline-block;
  min-height: 20px;
  line-height: 20px;
  padding: 15px 20px;
  background-color: transparent;
  -webkit-box-shadow: 0px 0px 0px 1px #000000;
  -moz-box-shadow: 0px 0px 0px 1px #000000;
  -o-box-shadow: 0px 0px 0px 1px #000000;
  box-shadow: 0px 0px 0px 1px #000000;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: padding 0.3s cubic-bezier(0.23, 1, 0.32, 1), color 200ms linear, background-color 200ms linear;
  -moz-transition: padding 0.3s cubic-bezier(0.23, 1, 0.32, 1), color 200ms linear, background-color 200ms linear;
  -o-transition: padding 0.3s cubic-bezier(0.23, 1, 0.32, 1), color 200ms linear, background-color 200ms linear;
  -ms-transition: padding 0.3s cubic-bezier(0.23, 1, 0.32, 1), color 200ms linear, background-color 200ms linear;
  transition: padding 0.3s cubic-bezier(0.23, 1, 0.32, 1), color 200ms linear, background-color 200ms linear;
}
.bb-button.plus-icon {
  position: relative;
}
.bb-button.plus-icon i {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 50px;
  width: 50px;
  line-height: 50px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  -ms-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
.bb-button.plus-icon:hover {
  padding-left: 50px;
  background-color: black;
}
.bb-button.plus-icon:hover i {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
/* END buttons */
/* BEGIN section default styles */
.bb-section-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.bb-parallax-bg {
  background-attachment: fixed;
}
html.touch .bb-parallax-bg {
  background-attachment: scroll;
}
section {
  padding: 120px 0 120px 0;
  position: relative;
  background-color: white;
  z-index: 0;
}
section .bb-section-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: 50% 0px;
  /*.background-size();*/

}
section .section-icon {
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: #bb9a54;
  /*border:4px solid white;*/

  -webkit-box-shadow: 0px 0px 0px 1px #ffffff;
  -moz-box-shadow: 0px 0px 0px 1px #ffffff;
  -o-box-shadow: 0px 0px 0px 1px #ffffff;
  box-shadow: 0px 0px 0px 1px #ffffff;
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -30px;
  color: white;
  text-align: center;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
section .section-icon i {
  padding: 0;
  margin: 0;
  line-height: 60px;
  font-size: 24px;
  display: inline-block;
}
section .section-icon.initialized {
  top: -30px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
h2.bb-h2-heading {
  font-size: 36px;
  font-weight: 100;
  line-height: 48px;
  font-weight: 300;
  display: block;
  text-align: center;
  margin: 0 0 20px 0;
}
.bb-dots-details {
  margin: 0 auto 25px auto;
  display: block;
}
.bb-section-subheading {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  display: block;
  text-align: center;
  color: #000000;
  color: rgba(0, 0, 0, 0.5);
}
.light {
  color: white;
  /*&.bb-contact {
	
		input[type="text"],
		.bluebox-contact textarea,
		input[type="text"]:focus,
		.bluebox-contact textarea:focus  {

			.box-shadow(inset 0px 0px 0px 1px rgba(255, 255, 255, 1));
			color:black;
			.bg-rgba(white, 0.74);
		}


		input[type="text"]:focus,
		.bluebox-contact textarea:focus  {
			.box-shadow(inset 0px 0px 0px 1px @bluebox-color-option);
			.bg-rgba(white, 1);
		}

		.default-button,
		input[type="submit"]{

		}
	}*/

}
.light .bb-section-subheading {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.5);
}
.light a {
  color: white;
}
.light a:hover {
  color: #bb9a54;
}
.light .bb-button {
  -webkit-box-shadow: 0px 0px 0px 1px #ffffff;
  -moz-box-shadow: 0px 0px 0px 1px #ffffff;
  -o-box-shadow: 0px 0px 0px 1px #ffffff;
  box-shadow: 0px 0px 0px 1px #ffffff;
}
.light .bb-button:hover {
  background-color: white;
}
.light .bb-dots-details {
  background-color: white;
}
.light .bb-dots-details span {
  background-color: white;
}
.light .scroll-down .bb-arrow-down {
  background-color: white;
}
.light .scroll-down .bb-arrow-down:after,
.light .scroll-down .bb-arrow-down:before {
  background-color: white;
}
.light .welcome-text {
  color: #ffffff;
  color: rgba(255, 255, 255, 0.5);
}
.light .bb-services-pagination li .icon {
  color: white;
  -webkit-box-shadow: inset 1px 0px 0px rgba(255, 255, 255, 0), inset -1px 0px 0px rgba(255, 255, 255, 0), inset 0px -1px 0px rgba(255, 255, 255, 0);
  -moz-box-shadow: inset 1px 0px 0px rgba(255, 255, 255, 0), inset -1px 0px 0px rgba(255, 255, 255, 0), inset 0px -1px 0px rgba(255, 255, 255, 0);
  -o-box-shadow: inset 1px 0px 0px rgba(255, 255, 255, 0), inset -1px 0px 0px rgba(255, 255, 255, 0), inset 0px -1px 0px rgba(255, 255, 255, 0);
  box-shadow: inset 1px 0px 0px rgba(255, 255, 255, 0), inset -1px 0px 0px rgba(255, 255, 255, 0), inset 0px -1px 0px rgba(255, 255, 255, 0);
}
.light .bb-services-pagination li .icon .left-detail,
.light .bb-services-pagination li .icon .right-detail {
  background-color: white;
}
.light .bb-services-pagination li .icon:after {
  background-color: white;
}
.light .bb-services-pagination li .icon:hover {
  -webkit-box-shadow: inset 1px 0px 0px #ffffff, inset -1px 0px 0px #ffffff, inset 0px -1px 0px #ffffff;
  -moz-box-shadow: inset 1px 0px 0px #ffffff, inset -1px 0px 0px #ffffff, inset 0px -1px 0px #ffffff;
  -o-box-shadow: inset 1px 0px 0px #ffffff, inset -1px 0px 0px #ffffff, inset 0px -1px 0px #ffffff;
  box-shadow: inset 1px 0px 0px #ffffff, inset -1px 0px 0px #ffffff, inset 0px -1px 0px #ffffff;
}
.light .bb-services-pagination .active .icon {
  -webkit-box-shadow: inset 1px 0px 0px #ffffff, inset -1px 0px 0px #ffffff, inset 0px -1px 0px #ffffff;
  -moz-box-shadow: inset 1px 0px 0px #ffffff, inset -1px 0px 0px #ffffff, inset 0px -1px 0px #ffffff;
  -o-box-shadow: inset 1px 0px 0px #ffffff, inset -1px 0px 0px #ffffff, inset 0px -1px 0px #ffffff;
  box-shadow: inset 1px 0px 0px #ffffff, inset -1px 0px 0px #ffffff, inset 0px -1px 0px #ffffff;
  cursor: auto;
}
.light .bb-bullets li .bullet {
  -webkit-box-shadow: inset 1px 0px 0px #ffffff, inset -1px 0px 0px #ffffff, inset 0px -1px 0px #ffffff;
  -moz-box-shadow: inset 1px 0px 0px #ffffff, inset -1px 0px 0px #ffffff, inset 0px -1px 0px #ffffff;
  -o-box-shadow: inset 1px 0px 0px #ffffff, inset -1px 0px 0px #ffffff, inset 0px -1px 0px #ffffff;
  box-shadow: inset 1px 0px 0px #ffffff, inset -1px 0px 0px #ffffff, inset 0px -1px 0px #ffffff;
}
.light .bb-bullets li .bullet .left-detail,
.light .bb-bullets li .bullet .right-detail {
  background-color: white;
}
.light .bb-bullets li .bullet:after {
  background-color: white;
}
.light.bb-portfolio a.image-wrap span {
  background-color: white;
}
.light.bb-portfolio a.image-wrap span.plus-link {
  background-color: transparent;
}
.light.bb-portfolio a.image-wrap span.plus-link:before {
  background-color: black;
}
.light.bb-portfolio a.image-wrap span.plus-link:after {
  background-color: black;
}
.light.bb-portfolio .tagline {
  color: #ffffff;
  color: rgba(255, 255, 255, 0.5);
}
.light.bb-portfolio .tagline li a {
  color: #ffffff;
  color: rgba(255, 255, 255, 0.5);
}
.light.bb-portfolio .tagline li a:after {
  color: #ffffff;
  color: rgba(255, 255, 255, 0.16);
}
.light.bb-portfolio .tagline li a:hover {
  color: #bb9a54;
}
.light.bb-portfolio .swiper-container .project-tag {
  color: #ffffff;
  color: rgba(255, 255, 255, 0.5);
}
.light.bb-portfolio .swiper-container .project-tag:after {
  color: #ffffff;
  color: rgba(255, 255, 255, 0.16);
}
.light.bb-portfolio .swiper-container .project-tag:hover {
  color: #bb9a54;
}
.light .bb-slider-input {
  background-color: white;
}
.light .bb-slider-input span:after {
  background-color: white;
  border: 1px solid black;
}
.light.bb-skills .bb-progressbar {
  border: 1px solid white;
}
.light.bb-skills .bb-progressbar span {
  background-color: white;
}
.light.bb-blog-section article {
  border: 1px solid white;
  border-color: #ffffff;
  zoom: 1;
  border-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1fffffff, endColorstr=#1fffffff)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1fffffff, endColorstr=#1fffffff);
  border-color: rgba(255, 255, 255, 0.12);
  border-left: none;
  border-top: none;
  border-right: none;
}
.light.bb-blog-section article .post-format-wrap span {
  color: #ffffff;
  color: rgba(255, 255, 255, 0.26);
}
.light.bb-blog-section article .post-date span {
  color: #ffffff;
  color: rgba(255, 255, 255, 0.5);
}
.light.bb-blog-section article .tagline {
  color: #ffffff;
  color: rgba(255, 255, 255, 0.5);
}
.light.bb-blog-section article .tagline li a {
  color: #ffffff;
  color: rgba(255, 255, 255, 0.5);
}
.light.bb-blog-section article .tagline li a:after {
  color: #ffffff;
  color: rgba(255, 255, 255, 0.16);
}
.light.bb-blog-section article .tagline li a:hover {
  color: #bb9a54;
}
.light.bb-blog-section article .arrow-right-wrap a i {
  color: #ffffff;
  color: rgba(255, 255, 255, 0.26);
}
.light.bb-blog-section article .arrow-right-wrap:hover i {
  color: #bb9a54;
}
.light.bb-blog-section article:hover .post-format-wrap span {
  border: 1px solid #bb9a54;
  color: #bb9a54;
}
footer.light {
  color: #ffffff;
  color: rgba(255, 255, 255, 0.26);
}
footer.light .footer-social-links li a {
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.26);
}
footer.light .footer-social-links li a i {
  color: #ffffff;
  color: rgba(255, 255, 255, 0.5);
}
footer.light .footer-social-links li a:hover {
  color: white;
}
footer.light .footer-social-links li a:hover i {
  color: white;
}
/* END section default styles */
/* BEGIN hello section */
.bb-hello {
  position: relative;
  padding: 0;
  overflow: hidden;
  display: block;
}
.bb-hello .bb-section-bg {
  background-image: url(images/background-arriba.jpg);
  background-color: black;
}
.bb-hello .scroll-down {
  position: absolute;
  z-index: 2;
  height: 63px;
  text-align: center;
  bottom: 0px;
  left: 0;
  right: 0;
  display: inline-block;
  width: 100%;
  margin-bottom: 120px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 2s linear, margin-bottom 1s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: opacity 2s linear, margin-bottom 1s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: opacity 2s linear, margin-bottom 1s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: opacity 2s linear, margin-bottom 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 2s linear, margin-bottom 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.bb-hello .scroll-down.active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  margin-bottom: 30px;
}
.bb-hello .scroll-down .scroll-down-label {
  line-height: 20px;
}
.bb-hello .scroll-down .bb-arrow-down {
  display: block;
  position: relative;
  margin: 15px auto 0 auto;
  width: 1px;
  height: 1px;
  opacity: 0;
  -webkit-transition: height 1.6s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
  -moz-transition: height 1.6s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
  -o-transition: height 1.6s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
  -ms-transition: height 1.6s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
  transition: height 1.6s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
}
.bb-hello .scroll-down .bb-arrow-down:before,
.bb-hello .scroll-down .bb-arrow-down:after {
  content: "";
  position: absolute;
  bottom: 6px;
  display: block;
  height: 1px;
  width: 0px;
  -webkit-transition: width 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.8s;
  -moz-transition: width 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.8s;
  -o-transition: width 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.8s;
  -ms-transition: width 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.8s;
  transition: width 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.8s;
}
.bb-hello .scroll-down .bb-arrow-down:before {
  right: -2px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.bb-hello .scroll-down .bb-arrow-down:after {
  left: -2px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.bb-hello .scroll-down .active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  height: 28px;
}
.bb-hello .scroll-down .active:before {
  width: 18px;
}
.bb-hello .scroll-down .active:after {
  width: 18px;
}
.bb-hello .row {
  position: relative;
  z-index: 2;
  text-align: center;
}
.bb-hello .row figure {
	display: inline-block;
	margin: 0 auto;
	margin-bottom: 20px;
	width: 165px;
	height: 165px;
	width: 128px;
	height: 128px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	overflow: hidden;
	position: relative;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: opacity 400ms linear;
	-moz-transition: opacity 400ms linear;
	-o-transition: opacity 400ms linear;
	-ms-transition: opacity 400ms linear;
	transition: opacity 400ms linear;
}
.bb-hello .row figure img {
  display: block;
  max-width: 100%;
}
.bb-hello .row figure.active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.bb-hello .row .bb-dots-details {
  margin: 0;
  display: inline-block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.bb-hello .row .bb-dots-details .first {
  left: 0px;
}
.bb-hello .row .bb-dots-details .second {
  right: 0px;
}
.bb-hello .row .bb-dots-details .third {
  left: 0px;
}
.bb-hello .row .bb-dots-details .fourth {
  right: 0px;
}
.bb-hello .row .bb-dots-details.initialized {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.bb-hello .row .bb-dots-details.initialized .first {
  left: -11px;
}
.bb-hello .row .bb-dots-details.initialized .second {
  right: -11px;
}
.bb-hello .row .bb-dots-details.initialized .third {
  left: -22px;
}
.bb-hello .row .bb-dots-details.initialized .fourth {
  right: -22px;
}
.bb-hello .row h1 {
  display: block;
  font-weight: 100;
  font-weight: 300;
  font-size: 48px;
  line-height: 56px;
  margin: 0;
  margin-bottom: 6px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 2s linear;
  -moz-transition: opacity 2s linear;
  -o-transition: opacity 2s linear;
  -ms-transition: opacity 2s linear;
  transition: opacity 2s linear;
}
.bb-hello .row h1.active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.bb-hello .row .welcome-text {
  margin: 6px 0 0 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.3s linear, margin 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: opacity 0.3s linear, margin 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: opacity 0.3s linear, margin 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: opacity 0.3s linear, margin 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 0.3s linear, margin 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.bb-hello .row .welcome-text.active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
  margin: 16px 0 0 0;
}
/* END hello section */
/* BEGIN services section */
.bb-services {
  padding-bottom: 180px;
}
.bb-services > .row {
  margin: 0 auto;
}
.bb-dots-details {
  background-color: black;
}
.bb-dots-details span {
  background-color: black;
}
.swiper-container {
  /*height: 136px;*/

  text-align: center;
}
.swiper-container .swiper-wrapper {
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  -o-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.swiper-slide {
	/*height: 100%;*/

  /*width: 746px;*/

  /*height: auto;*/

	width: 100%;
	opacity: 0.12;
	-webkit-transition: opacity 300ms linear;
	-moz-transition: opacity 300ms linear;
	-o-transition: opacity 300ms linear;
	-ms-transition: opacity 300ms linear;
	transition: opacity 300ms linear;
	/*	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-ms-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;*/

	cursor: move;
	border-top-color: #000000;
	border-bottom-color: #000000;
	border-right-color: #000000;
}
.swiper-slide p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  padding: 0 97px;
}
.swiper-slide-active {
  opacity: 1;
}
.bb-services .swiper-slide {
  width: 746px;
}
/* BEGIN services icons */
.bb-services-pagination {
  margin: 90px 0 0 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  display: block;
  height: 91px;
}
.bb-services-pagination li {
  margin: 0 20px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
.bb-services-pagination li .icon {
  display: block;
  height: 91px;
  width: 91px;
  position: relative;
  line-height: 91px;
  text-align: center;
  font-size: 24px;
  color: black;
  -webkit-box-shadow: inset 1px 0px 0px rgba(0, 0, 0, 0), inset -1px 0px 0px rgba(0, 0, 0, 0), inset 0px -1px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 1px 0px 0px rgba(0, 0, 0, 0), inset -1px 0px 0px rgba(0, 0, 0, 0), inset 0px -1px 0px rgba(0, 0, 0, 0);
  -o-box-shadow: inset 1px 0px 0px rgba(0, 0, 0, 0), inset -1px 0px 0px rgba(0, 0, 0, 0), inset 0px -1px 0px rgba(0, 0, 0, 0);
  box-shadow: inset 1px 0px 0px rgba(0, 0, 0, 0), inset -1px 0px 0px rgba(0, 0, 0, 0), inset 0px -1px 0px rgba(0, 0, 0, 0);
  -webkit-transition: box-shadow 0.3s linear;
  -moz-transition: box-shadow 0.3s linear;
  -o-transition: box-shadow 0.3s linear;
  -ms-transition: box-shadow 0.3s linear;
  transition: box-shadow 0.3s linear;
}
.bb-services-pagination li .icon .left-detail,
.bb-services-pagination li .icon .right-detail {
  position: absolute;
  top: 0;
  height: 1px;
  display: block;
  width: 46px;
  background-color: black;
  -webkit-transition: width 0.2s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.4s linear;
  -moz-transition: width 0.2s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.4s linear;
  -o-transition: width 0.2s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.4s linear;
  -ms-transition: width 0.2s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.4s linear;
  transition: width 0.2s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.4s linear;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.bb-services-pagination li .icon .left-detail {
  left: 0;
}
.bb-services-pagination li .icon .right-detail {
  right: 0;
}
.bb-services-pagination li .icon:after {
  content: '';
  position: absolute;
  display: block;
  width: 1px;
  background-color: black;
  bottom: 75px;
  left: 45px;
  -webkit-transition: height 0.2s cubic-bezier(0.23, 1, 0.32, 1) 20ms;
  -moz-transition: height 0.2s cubic-bezier(0.23, 1, 0.32, 1) 20ms;
  -o-transition: height 0.2s cubic-bezier(0.23, 1, 0.32, 1) 20ms;
  -ms-transition: height 0.2s cubic-bezier(0.23, 1, 0.32, 1) 20ms;
  transition: height 0.2s cubic-bezier(0.23, 1, 0.32, 1) 20ms;
  height: 0px;
}
.bb-services-pagination li .icon:hover {
  -webkit-box-shadow: inset 1px 0px 0px #000000, inset -1px 0px 0px #000000, inset 0px -1px 0px #000000;
  -moz-box-shadow: inset 1px 0px 0px #000000, inset -1px 0px 0px #000000, inset 0px -1px 0px #000000;
  -o-box-shadow: inset 1px 0px 0px #000000, inset -1px 0px 0px #000000, inset 0px -1px 0px #000000;
  box-shadow: inset 1px 0px 0px #000000, inset -1px 0px 0px #000000, inset 0px -1px 0px #000000;
}
.bb-services-pagination li .icon:hover .left-detail,
.bb-services-pagination li .icon:hover .right-detail {
  /*width: 25px;*/

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.bb-services-pagination li .icon:hover:after {
  /*height: 31px;*/

}
.bb-services-pagination li strong {
  margin-top: 16px;
  display: inline-block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
  -webkit-transition: opacity 0.4s linear;
  -moz-transition: opacity 0.4s linear;
  -o-transition: opacity 0.4s linear;
  -ms-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
}
.bb-services-pagination .active .icon {
  -webkit-box-shadow: inset 1px 0px 0px #000000, inset -1px 0px 0px #000000, inset 0px -1px 0px #000000;
  -moz-box-shadow: inset 1px 0px 0px #000000, inset -1px 0px 0px #000000, inset 0px -1px 0px #000000;
  -o-box-shadow: inset 1px 0px 0px #000000, inset -1px 0px 0px #000000, inset 0px -1px 0px #000000;
  box-shadow: inset 1px 0px 0px #000000, inset -1px 0px 0px #000000, inset 0px -1px 0px #000000;
  cursor: auto;
}
.bb-services-pagination .active .icon .left-detail,
.bb-services-pagination .active .icon .right-detail {
  width: 25px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.bb-services-pagination .active .icon:after {
  height: 31px;
}
.bb-services-pagination .active strong {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
/* END services icons */
/* END services section */
/* BEGIN fancy section */
section.bb-fancy {
  text-align: center;
}
section.bb-fancy .bb-section-bg {
  background-color: black;
}
section.bb-fancy .bb-fancy-heading {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 0 26px 0;
}
section.bb-fancy p {
  font-size: 36px;
  font-weight: 100;
  line-height: 48px;
  font-weight: 300;
  display: block;
  text-align: center;
}
section.bb-fancy p strong {
  font-weight: 500;
}
section.bb-fancy .bb-button {
  margin-top: 40px;
}
/* BEGIN fancy section */
/* BEGIN quotes section */
section.bb-quotes .bb-section-bg {
  background-image: url(images/background-medio.jpg);
  background-color: black;
}
section.bb-quotes .subheading {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 0 26px 0;
}
section.bb-quotes .bb-dots-details {
  margin-bottom: 20px;
}
section.bb-quotes img {
  margin-top: 10px;
  margin-bottom: 20px;
}
section.bb-quotes p {
  font-size: 36px;
  font-weight: 100;
  line-height: 48px;
  font-weight: 300;
}
section.bb-quotes strong {
  margin-top: 8px;
  display: inline-block;
}
section.bb-quotes .swiper-container {
	height: 450px;
	text-align: center;
}
section.bb-quotes .swiper-slide {
  width: 746px;
}
/* BEGIN bullets */
.bb-bullets {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: block;
  width: 100%;
  height: 30px;
  text-align: center;
}
.bb-bullets li {
  margin: 0 10px;
  display: inline-block;
  cursor: pointer;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=26)";
  filter: alpha(opacity=26);
  opacity: 0.26;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  -ms-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.bb-bullets li .bullet {
  display: block;
  height: 31px;
  width: 31px;
  position: relative;
  color: black;
  -webkit-box-shadow: inset 1px 0px 0px #000000, inset -1px 0px 0px #000000, inset 0px -1px 0px #000000;
  -moz-box-shadow: inset 1px 0px 0px #000000, inset -1px 0px 0px #000000, inset 0px -1px 0px #000000;
  -o-box-shadow: inset 1px 0px 0px #000000, inset -1px 0px 0px #000000, inset 0px -1px 0px #000000;
  box-shadow: inset 1px 0px 0px #000000, inset -1px 0px 0px #000000, inset 0px -1px 0px #000000;
}
.bb-bullets li .bullet .left-detail,
.bb-bullets li .bullet .right-detail {
  position: absolute;
  top: 0;
  height: 1px;
  display: block;
  width: 16px;
  background-color: black;
  -webkit-transition: width 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: width 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: width 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: width 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: width 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}
.bb-bullets li .bullet .left-detail {
  left: 0;
}
.bb-bullets li .bullet .right-detail {
  right: 0;
}
.bb-bullets li .bullet:after {
  content: '';
  position: absolute;
  display: block;
  width: 1px;
  background-color: black;
  bottom: 20px;
  left: 15px;
  -webkit-transition: height 0.2s cubic-bezier(0.23, 1, 0.32, 1) 20ms;
  -moz-transition: height 0.2s cubic-bezier(0.23, 1, 0.32, 1) 20ms;
  -o-transition: height 0.2s cubic-bezier(0.23, 1, 0.32, 1) 20ms;
  -ms-transition: height 0.2s cubic-bezier(0.23, 1, 0.32, 1) 20ms;
  transition: height 0.2s cubic-bezier(0.23, 1, 0.32, 1) 20ms;
  height: 0px;
}
.bb-bullets li:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.bb-bullets .active {
  cursor: auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.bb-bullets .active .bullet .left-detail,
.bb-bullets .active .bullet .right-detail {
  width: 5px;
}
.bb-bullets .active .bullet:after {
  height: 21px;
}
.bb-bullets .active:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
/* END bullets */
/* END quotes section */
/* BEGIN portfolio section */
.bb-portfolio a.image-wrap {
  display: block;
  position: relative;
  z-index: 2;
}
.bb-portfolio a.image-wrap img {
  display: block;
}
.bb-portfolio a.image-wrap span {
  display: block;
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: black;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.bb-portfolio a.image-wrap span.plus-link {
  display: block;
  background-color: transparent;
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  height: 31px;
  width: 31px;
}
.bb-portfolio a.image-wrap span.plus-link:before {
  content: '';
  position: absolute;
  top: 0;
  left: 15px;
  bottom: 31px;
  width: 1px;
  background-color: white;
  -webkit-transition: bottom 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
  -moz-transition: bottom 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
  -o-transition: bottom 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
  -ms-transition: bottom 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
  transition: bottom 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
}
.bb-portfolio a.image-wrap span.plus-link:after {
  content: '';
  position: absolute;
  top: 15px;
  left: 0px;
  right: 31px;
  height: 1px;
  background-color: white;
  -webkit-transition: right 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.4s;
  -moz-transition: right 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.4s;
  -o-transition: right 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.4s;
  -ms-transition: right 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.4s;
  transition: right 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.4s;
}
.bb-portfolio a.image-wrap:hover span {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=86)";
  filter: alpha(opacity=86);
  opacity: 0.86;
}
.bb-portfolio a.image-wrap:hover span.plus-link:before {
  bottom: 0px;
}
.bb-portfolio a.image-wrap:hover span.plus-link:after {
  right: 0px;
}
.bb-portfolio .tagline {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  color: #000000;
  color: rgba(0, 0, 0, 0.5);
  list-style-type: none;
  margin: 0 0 26px 0;
  padding: 0;
  display: block;
  width: 100%;
  text-align: center;
}
.bb-portfolio .tagline li {
  display: inline-block;
}
.bb-portfolio .tagline li a {
  color: #000000;
  color: rgba(0, 0, 0, 0.5);
  display: inline-block;
  position: relative;
  padding-right: 10px;
  margin-right: 10px;
}
.bb-portfolio .tagline li a:after {
  content: '/';
  position: absolute;
  right: -4px;
  top: 0;
  color: #000000;
  color: rgba(0, 0, 0, 0.16);
}
.bb-portfolio .tagline li a:hover {
  color: #bb9a54;
}
.bb-portfolio .tagline li:last-child a {
  margin-right: 0;
  padding-right: 0;
}
.bb-portfolio .tagline li:last-child a:after {
  content: '';
  display: none;
}
.bb-portfolio .swiper-container {
  height: 347px;
}
.bb-portfolio .swiper-container .swiper-slide {
  width: 262px;
  padding-right: 1px;
  text-align: center;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.bb-portfolio .swiper-container .project-heading {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  font-weight: 700;
  display: block;
  margin: 23px 0 8px 0;
}
.bb-portfolio .swiper-container .project-heading h3 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  font-weight: 700;
  margin: 0;
}
.bb-portfolio .swiper-container .project-tag {
  display: inline-block;
  position: relative;
  padding-right: 10px;
  margin-right: 10px;
  color: #000000;
  color: rgba(0, 0, 0, 0.5);
}
.bb-portfolio .swiper-container .project-tag:after {
  content: '/';
  position: absolute;
  right: -4px;
  top: 0;
  color: #000000;
  color: rgba(0, 0, 0, 0.16);
}
.bb-portfolio .swiper-container .project-tag:hover {
  color: #bb9a54;
}
.bb-portfolio .swiper-container .project-tag:last-child {
  margin-right: 0;
  padding-right: 0;
}
.bb-portfolio .swiper-container .project-tag:last-child:after {
  content: '';
  display: none;
}
.bb-portfolio .swiper-slide.swiper-slide-visible.active-item a.image-wrap span {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=86)";
  filter: alpha(opacity=86);
  opacity: 0.86;
}
.bb-portfolio .swiper-slide.swiper-slide-visible.active-item a.image-wrap span.plus-link:before {
  bottom: 0px;
}
.bb-portfolio .swiper-slide.swiper-slide-visible.active-item a.image-wrap span.plus-link:after {
  right: 0px;
}
.bb-portfolio-post section.bb-portfolio {
  padding-top: 0;
}
.bb-slider-input {
  margin: 40px auto 0 auto;
  height: 1px;
  position: relative;
  background-color: black;
  width: 261px;
}
.bb-slider-input a {
  cursor: pointer;
  display: block;
  width: 31px;
  height: 31px;
  position: absolute;
  top: -15px;
  -webkit-transition: left 0.2 linear;
  -moz-transition: left 0.2 linear;
  -o-transition: left 0.2 linear;
  -ms-transition: left 0.2 linear;
  transition: left 0.2 linear;
}
.bb-slider-input a:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 14px;
  bottom: 0px;
  width: 3px;
  background-color: black;
  border: 1px solid white;
}
.bb-slider-input a:focus,
.bb-slider-input a:active {
  outline: none;
}
/* END portfolio section */
/* BEGIN skills section */
.bb-skills {
  background-color: #4c0316;
  background-image: url(images/background-image4.jpg);
  background-repeat: no-repeat;
  background-position: center 0px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bb-skills .bb-section-subheading {
  margin-bottom: 26px;
}
.bb-skills label {
  display: block;
  text-align: right;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  font-weight: 700;
  padding: 7px 0 8px 0;
  margin-bottom: 20px;
}
.bb-skills .bb-progressbar {
  display: block;
  height: 35px;
  padding: 1px;
  border: 1px solid black;
  position: relative;
  margin-bottom: 20px;
}
.bb-skills .bb-progressbar span {
  display: block;
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 1px;
  width: 0%;
  background-color: black;
}
.bb-skills label:last-child,
.bb-skills .bb-progressbar:last-child {
  margin-bottom: 0;
}
/* END skills section */
/* BEGIN blog section */
.bb-blog-section article {
  padding: 30px 0;
  border: 1px solid black;
  border-color: #000000;
  zoom: 1;
  border-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#0f000000, endColorstr=#0f000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0f000000, endColorstr=#0f000000);
  border-color: rgba(0, 0, 0, 0.06);
  border-left: none;
  border-top: none;
  border-right: none;
}
.bb-blog-section article > .row {
  margin: 0 auto;
}
.bb-blog-section article:first-child {
  margin-top: 30px;
}
.bb-blog-section article .post-format-wrap {
  position: relative;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 200ms linear;
  -moz-transition: opacity 200ms linear;
  -o-transition: opacity 200ms linear;
  -ms-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
}
.bb-blog-section article .post-format-wrap span {
  display: block;
  position: absolute;
  top: -12px;
  left: 30px;
  height: 45px;
  width: 45px;
  text-align: center;
  line-height: 45px;
  font-size: 14px;
  border: 1px solid #bb9a54;
  color: #bb9a54;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.bb-blog-section article .post-date {
  text-align: right;
}
.bb-blog-section article .post-date span {
  color: #000000;
  color: rgba(0, 0, 0, 0.5);
  display: inline-block;
}
.bb-blog-section article .post-title h3 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  font-weight: 700;
  margin: 0;
}
.bb-blog-section article .tagline {
  color: #000000;
  color: rgba(0, 0, 0, 0.5);
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  text-align: left;
  float: left;
}
.bb-blog-section article .tagline li {
  display: inline-block;
}
.bb-blog-section article .tagline li a {
  color: #000000;
  color: rgba(0, 0, 0, 0.5);
  display: inline-block;
  position: relative;
  padding-right: 10px;
  margin-right: 10px;
}
.bb-blog-section article .tagline li a:after {
  content: '/';
  position: absolute;
  right: -4px;
  top: 0;
  color: #000000;
  color: rgba(0, 0, 0, 0.16);
}
.bb-blog-section article .tagline li a:hover {
  color: #bb9a54;
}
.bb-blog-section article .tagline li:last-child a {
  margin-right: 0;
  padding-right: 0;
}
.bb-blog-section article .tagline li:last-child a:after {
  content: '';
  display: none;
}
.bb-blog-section article .arrow-right-wrap {
  position: relative;
}
.bb-blog-section article .arrow-right-wrap a {
  position: absolute;
  top: 0;
  right: -10px;
  display: block;
  float: right;
  white-space: nowrap;
  padding-right: 16px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: color 200ms linear, opacity 200ms linear, right 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: color 200ms linear, opacity 200ms linear, right 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: color 200ms linear, opacity 200ms linear, right 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: color 200ms linear, opacity 200ms linear, right 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: color 200ms linear, opacity 200ms linear, right 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.bb-blog-section article .arrow-right-wrap a i {
  font-size: 10px;
  color: #000000;
  color: rgba(0, 0, 0, 0.26);
  position: absolute;
  top: 6px;
  right: 0;
  -webkit-transition: color 200ms linear;
  -moz-transition: color 200ms linear;
  -o-transition: color 200ms linear;
  -ms-transition: color 200ms linear;
  transition: color 200ms linear;
}
.bb-blog-section article .arrow-right-wrap a:hover i {
  color: #bb9a54;
}
.bb-blog-section article:hover .post-format-wrap {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.bb-blog-section article:hover .arrow-right-wrap {
  position: relative;
}
.bb-blog-section article:hover .arrow-right-wrap a {
  right: 10px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
/* END blog section */
/* BEGIN contact section */
.bb-contact .bb-section-bg {
  background-image: url('images/background-abajo.jpg');
  background-color: black;
}
.bb-contact input[type="text"],
.bb-contact .bluebox-contact textarea,
.bb-contact input[type="text"]:focus,
.bb-contact .bluebox-contact textarea:focus {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: inset 0px 0px 0px 1px #000000;
  -moz-box-shadow: inset 0px 0px 0px 1px #000000;
  -o-box-shadow: inset 0px 0px 0px 1px #000000;
  box-shadow: inset 0px 0px 0px 1px #000000;
  background-image: none;
  padding: 12px 10px 11px 10px;
  width: 100%;
  margin-bottom: 20px;
  font-family: 'Lato', sans-serif;
  outline: none;
  color: white;
  background-color: #000000;
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000);
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}
.bb-contact input[type="text"]:focus,
.bb-contact .bluebox-contact textarea:focus {
  -webkit-box-shadow: inset 0px 0px 0px 1px #bb9a54;
  -moz-box-shadow: inset 0px 0px 0px 1px #bb9a54;
  -o-box-shadow: inset 0px 0px 0px 1px #bb9a54;
  box-shadow: inset 0px 0px 0px 1px #bb9a54;
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff000000, endColorstr=#ff000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff000000, endColorstr=#ff000000);
  background-color: #000000;
}
.bb-contact .default-button,
.bb-contact input[type="submit"] {
  display: inline-block;
  min-height: 20px;
  line-height: 20px;
  padding: 12px 20px 13px 20px !important;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
  outline: none;
  background-image: none !important;
  background-color: transparent;
  border: none !important;
  -webkit-box-shadow: 0px 0px 0px 1px #bb9a54;
  -moz-box-shadow: 0px 0px 0px 1px #bb9a54;
  -o-box-shadow: 0px 0px 0px 1px #bb9a54;
  box-shadow: 0px 0px 0px 1px #bb9a54;
  color: #bb9a54;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: color 200ms, background-color 200ms;
  -moz-transition: color 200ms, background-color 200ms;
  -o-transition: color 200ms, background-color 200ms;
  -ms-transition: color 200ms, background-color 200ms;
  transition: color 200ms, background-color 200ms;
}
.bb-contact .default-button:hover,
.bb-contact input[type="submit"]:hover {
  -webkit-box-shadow: 0px 0px 0px 1px #bb9a54;
  -moz-box-shadow: 0px 0px 0px 1px #bb9a54;
  -o-box-shadow: 0px 0px 0px 1px #bb9a54;
  box-shadow: 0px 0px 0px 1px #bb9a54;
  color: white;
  background-color: #bb9a54;
}
input[type="submit"] {
  display: inline-block;
  min-height: 20px;
  line-height: 20px;
  padding: 12px 20px 13px 20px !important;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
  outline: none;
  background-image: none !important;
  background-color: transparent;
  border: none !important;
  color: #bb9a54;
  -webkit-box-shadow: 0px 0px 0px 1px #bb9a54;
  -moz-box-shadow: 0px 0px 0px 1px #bb9a54;
  -o-box-shadow: 0px 0px 0px 1px #bb9a54;
  box-shadow: 0px 0px 0px 1px #bb9a54;
  -webkit-transition: color 200ms, background-color 200ms;
  -moz-transition: color 200ms, background-color 200ms;
  -o-transition: color 200ms, background-color 200ms;
  -ms-transition: color 200ms, background-color 200ms;
  transition: color 200ms, background-color 200ms;
}
input[type="submit"]:hover {
  -webkit-box-shadow: 0px 0px 0px 1px #bb9a54;
  -moz-box-shadow: 0px 0px 0px 1px #bb9a54;
  -o-box-shadow: 0px 0px 0px 1px #bb9a54;
  box-shadow: 0px 0px 0px 1px #bb9a54;
  color: white;
  background-color: #bb9a54;
}
/* END contact section */
/* BEGIN blog loop */
.bb-blog-loop .bb-blog-heading,
.bb-portfolio-post .bb-blog-heading {
  display: block;
  text-align: center;
  font-weight: 100;
  font-weight: 300;
  font-size: 48px;
  line-height: 56px;
  margin: 0;
  margin-bottom: 6px;
  padding: 30px 0 34px 0;
  position: fixed;
  z-index: 3;
  top: 0;
  right: 0;
  left: 0;
  background-color: #ffffff;
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f0ffffff, endColorstr=#f0ffffff)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f0ffffff, endColorstr=#f0ffffff);
  background-color: rgba(255, 255, 255, 0.94);
  -webkit-box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.1);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.bb-blog-loop .bb-blog-wrap,
.bb-portfolio-post .bb-blog-wrap {
  margin-top: 60px;
  padding-bottom: 60px;
}
.bb-blog-loop .bb-blog-wrap article,
.bb-portfolio-post .bb-blog-wrap article {
  padding-left: 90px;
  position: relative;
  margin-bottom: 90px;
}
.bb-blog-loop .bb-blog-wrap article:last-child,
.bb-portfolio-post .bb-blog-wrap article:last-child {
  margin-bottom: 0;
}
.bb-blog-loop .bb-blog-wrap article .bb-date,
.bb-portfolio-post .bb-blog-wrap article .bb-date {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  text-align: center;
  height: 60px;
  width: 60px;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.26);
  -o-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.26);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.26);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.bb-blog-loop .bb-blog-wrap article .bb-date span,
.bb-portfolio-post .bb-blog-wrap article .bb-date span,
.bb-blog-loop .bb-blog-wrap article .bb-date strong,
.bb-portfolio-post .bb-blog-wrap article .bb-date strong {
  display: block;
  font-size: 16px;
  line-height: 20px;
}
.bb-blog-loop .bb-blog-wrap article .bb-date span,
.bb-portfolio-post .bb-blog-wrap article .bb-date span {
  color: #000000;
  color: rgba(0, 0, 0, 0.5);
  margin: 10px 0 0 0;
}
.bb-blog-loop .bb-blog-wrap article .image-wrap,
.bb-portfolio-post .bb-blog-wrap article .image-wrap {
  display: block;
  position: relative;
  z-index: 2;
}
.bb-blog-loop .bb-blog-wrap article .image-wrap img,
.bb-portfolio-post .bb-blog-wrap article .image-wrap img {
  display: block;
  width: 100%;
}
.bb-blog-loop .bb-blog-wrap article .image-wrap span,
.bb-portfolio-post .bb-blog-wrap article .image-wrap span {
  display: block;
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: black;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.bb-blog-loop .bb-blog-wrap article .image-wrap span.plus-link,
.bb-portfolio-post .bb-blog-wrap article .image-wrap span.plus-link {
  display: block;
  background-color: transparent;
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  height: 31px;
  width: 31px;
}
.bb-blog-loop .bb-blog-wrap article .image-wrap span.plus-link:before,
.bb-portfolio-post .bb-blog-wrap article .image-wrap span.plus-link:before {
  content: '';
  position: absolute;
  top: 0;
  left: 15px;
  bottom: 31px;
  width: 1px;
  background-color: white;
  -webkit-transition: bottom 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
  -moz-transition: bottom 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
  -o-transition: bottom 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
  -ms-transition: bottom 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
  transition: bottom 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
}
.bb-blog-loop .bb-blog-wrap article .image-wrap span.plus-link:after,
.bb-portfolio-post .bb-blog-wrap article .image-wrap span.plus-link:after {
  content: '';
  position: absolute;
  top: 15px;
  left: 0px;
  right: 31px;
  height: 1px;
  background-color: white;
  -webkit-transition: right 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.4s;
  -moz-transition: right 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.4s;
  -o-transition: right 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.4s;
  -ms-transition: right 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.4s;
  transition: right 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.4s;
}
.bb-blog-loop .bb-blog-wrap article .image-wrap:hover span,
.bb-portfolio-post .bb-blog-wrap article .image-wrap:hover span {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=86)";
  filter: alpha(opacity=86);
  opacity: 0.86;
}
.bb-blog-loop .bb-blog-wrap article .image-wrap:hover span.plus-link:before,
.bb-portfolio-post .bb-blog-wrap article .image-wrap:hover span.plus-link:before {
  bottom: 0px;
}
.bb-blog-loop .bb-blog-wrap article .image-wrap:hover span.plus-link:after,
.bb-portfolio-post .bb-blog-wrap article .image-wrap:hover span.plus-link:after {
  right: 0px;
}
.bb-blog-loop .bb-blog-wrap article h3,
.bb-portfolio-post .bb-blog-wrap article h3 {
  display: block;
  font-size: 36px;
  font-weight: 100;
  line-height: 48px;
  font-weight: 300;
}
.bb-blog-loop .bb-blog-wrap article .bb-blog-meta,
.bb-portfolio-post .bb-blog-wrap article .bb-blog-meta {
  display: block;
  line-height: 24px;
  margin-top: 15px;
  margin-bottom: 5px;
}
.bb-blog-loop .bb-blog-wrap article .bb-blog-meta a,
.bb-portfolio-post .bb-blog-wrap article .bb-blog-meta a {
  margin-right: 20px;
}
.bb-blog-loop .bb-blog-wrap article .bb-blog-meta a i,
.bb-portfolio-post .bb-blog-wrap article .bb-blog-meta a i {
  display: inline-block;
  margin-right: 6px;
  color: #000000;
  color: rgba(0, 0, 0, 0.26);
  -webkit-transition: color 200ms linear;
  -moz-transition: color 200ms linear;
  -o-transition: color 200ms linear;
  -ms-transition: color 200ms linear;
  transition: color 200ms linear;
}
.bb-blog-loop .bb-blog-wrap article .bb-blog-meta a:hover i,
.bb-portfolio-post .bb-blog-wrap article .bb-blog-meta a:hover i {
  color: #bb9a54;
}
.bb-blog-loop .bb-blog-wrap article .bb-excerpt,
.bb-portfolio-post .bb-blog-wrap article .bb-excerpt {
  line-height: 24px;
  color: #000000;
  color: rgba(0, 0, 0, 0.5);
}
.bb-blog-loop .bb-blog-wrap article .bb-more-link,
.bb-portfolio-post .bb-blog-wrap article .bb-more-link {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 700;
}
.bb-blog-loop .bb-blog-wrap article.bb-gallery-format .arrow-left,
.bb-portfolio-post .bb-blog-wrap article.bb-gallery-format .arrow-left,
.bb-blog-loop .bb-blog-wrap article.bb-gallery-format .arrow-right,
.bb-portfolio-post .bb-blog-wrap article.bb-gallery-format .arrow-right {
  position: absolute;
  z-index: 5;
  top: 50%;
  margin-top: -30px;
  display: block;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  color: white;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #000000;
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000);
  background-color: rgba(0, 0, 0, 0.5);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: background-color 200ms linear, opacity 200ms linear;
  -moz-transition: background-color 200ms linear, opacity 200ms linear;
  -o-transition: background-color 200ms linear, opacity 200ms linear;
  -ms-transition: background-color 200ms linear, opacity 200ms linear;
  transition: background-color 200ms linear, opacity 200ms linear;
}
.bb-blog-loop .bb-blog-wrap article.bb-gallery-format .arrow-left:hover,
.bb-portfolio-post .bb-blog-wrap article.bb-gallery-format .arrow-left:hover,
.bb-blog-loop .bb-blog-wrap article.bb-gallery-format .arrow-right:hover,
.bb-portfolio-post .bb-blog-wrap article.bb-gallery-format .arrow-right:hover {
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff000000, endColorstr=#ff000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff000000, endColorstr=#ff000000);
  background-color: #000000;
}
.bb-blog-loop .bb-blog-wrap article.bb-gallery-format .arrow-left,
.bb-portfolio-post .bb-blog-wrap article.bb-gallery-format .arrow-left {
  left: 20px;
  background-image: url('images/arrow-left.svg');
}
.bb-blog-loop .bb-blog-wrap article.bb-gallery-format .arrow-right,
.bb-portfolio-post .bb-blog-wrap article.bb-gallery-format .arrow-right {
  right: 20px;
  background-image: url('images/arrow-right.svg');
}
.bb-blog-loop .bb-blog-wrap article.bb-audio-format .bb-date,
.bb-portfolio-post .bb-blog-wrap article.bb-audio-format .bb-date {
  top: -15px;
}
.bb-blog-loop .bb-blog-wrap article.bb-audio-format .bb-audio-player,
.bb-portfolio-post .bb-blog-wrap article.bb-audio-format .bb-audio-player {
  margin-top: 10px;
  height: 30px;
  display: block;
  position: relative;
}
.bb-blog-loop .bb-blog-wrap article.bb-audio-format .bb-audio-player .track-progress,
.bb-portfolio-post .bb-blog-wrap article.bb-audio-format .bb-audio-player .track-progress {
  display: block;
  width: 100%;
}
.bb-blog-loop .bb-blog-wrap article.bb-audio-format .bb-audio-player .play-stop,
.bb-portfolio-post .bb-blog-wrap article.bb-audio-format .bb-audio-player .play-stop {
  display: block;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  color: white;
  background-color: black;
}
.bb-blog-loop .bb-blog-wrap article.bb-audio-format .bb-audio-player .play-stop:hover,
.bb-portfolio-post .bb-blog-wrap article.bb-audio-format .bb-audio-player .play-stop:hover {
  background-color: #bb9a54;
}
.bb-blog-loop .bb-blog-wrap article.bb-audio-format .bb-audio-player .play-stop:hover i,
.bb-portfolio-post .bb-blog-wrap article.bb-audio-format .bb-audio-player .play-stop:hover i {
  color: white;
}
.bb-blog-loop .bb-blog-wrap article.bb-audio-format .bb-audio-player .bb-track-wrap,
.bb-portfolio-post .bb-blog-wrap article.bb-audio-format .bb-audio-player .bb-track-wrap {
  position: absolute;
  top: 0;
  right: 160px;
  bottom: 0;
  left: 40px;
  height: 30px;
  padding: 2px;
  cursor: pointer;
  -webkit-box-shadow: inset 0px 0px 0px 1px #000000;
  -moz-box-shadow: inset 0px 0px 0px 1px #000000;
  -o-box-shadow: inset 0px 0px 0px 1px #000000;
  box-shadow: inset 0px 0px 0px 1px #000000;
}
.bb-blog-loop .bb-blog-wrap article.bb-audio-format .bb-audio-player .bb-track-wrap span,
.bb-portfolio-post .bb-blog-wrap article.bb-audio-format .bb-audio-player .bb-track-wrap span {
  display: block;
  height: 26px;
  background-color: #bb9a54;
}
.bb-blog-loop .bb-blog-wrap article.bb-audio-format .bb-audio-player .bb-volume-wrap,
.bb-portfolio-post .bb-blog-wrap article.bb-audio-format .bb-audio-player .bb-volume-wrap {
  width: 150px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
}
.bb-blog-loop .bb-blog-wrap article.bb-audio-format .bb-audio-player .bb-volume-wrap .bb-volume,
.bb-portfolio-post .bb-blog-wrap article.bb-audio-format .bb-audio-player .bb-volume-wrap .bb-volume {
  width: 150px;
  height: 30px;
  display: block;
  position: relative;
}
.bb-blog-loop .bb-blog-wrap article.bb-audio-format .bb-audio-player .bb-volume-wrap .bb-volume .bb-track-wrap,
.bb-portfolio-post .bb-blog-wrap article.bb-audio-format .bb-audio-player .bb-volume-wrap .bb-volume .bb-track-wrap {
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  left: 30px;
  height: 30px;
  padding: 2px;
  cursor: pointer;
  -webkit-box-shadow: inset 0px 0px 0px 1px #000000;
  -moz-box-shadow: inset 0px 0px 0px 1px #000000;
  -o-box-shadow: inset 0px 0px 0px 1px #000000;
  box-shadow: inset 0px 0px 0px 1px #000000;
}
.bb-blog-loop .bb-blog-wrap article.bb-audio-format .bb-audio-player .bb-volume-wrap .bb-volume .bb-track-wrap span,
.bb-portfolio-post .bb-blog-wrap article.bb-audio-format .bb-audio-player .bb-volume-wrap .bb-volume .bb-track-wrap span {
  display: block;
  height: 26px;
  background-color: #bb9a54;
}
.bb-blog-loop .bb-blog-wrap article.bb-audio-format .bb-audio-player .bb-volume-wrap .bb-volume .button,
.bb-portfolio-post .bb-blog-wrap article.bb-audio-format .bb-audio-player .bb-volume-wrap .bb-volume .button {
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: black;
  display: block !important;
}
.bb-blog-loop .bb-blog-wrap article.bb-audio-format .bb-audio-player .bb-volume-wrap .bb-volume .button i,
.bb-portfolio-post .bb-blog-wrap article.bb-audio-format .bb-audio-player .bb-volume-wrap .bb-volume .button i {
  -webkit-transition: color 200ms linear;
  -moz-transition: color 200ms linear;
  -o-transition: color 200ms linear;
  -ms-transition: color 200ms linear;
  transition: color 200ms linear;
}
.bb-blog-loop .bb-blog-wrap article.bb-audio-format .bb-audio-player .bb-volume-wrap .bb-volume .button.mute,
.bb-portfolio-post .bb-blog-wrap article.bb-audio-format .bb-audio-player .bb-volume-wrap .bb-volume .button.mute {
  left: 0px;
}
.bb-blog-loop .bb-blog-wrap article.bb-audio-format .bb-audio-player .bb-volume-wrap .bb-volume .button.max,
.bb-portfolio-post .bb-blog-wrap article.bb-audio-format .bb-audio-player .bb-volume-wrap .bb-volume .button.max {
  right: 0px;
}
.bb-blog-loop .bb-blog-wrap article.bb-quote-format blockquote,
.bb-portfolio-post .bb-blog-wrap article.bb-quote-format blockquote {
  font-size: 36px;
  font-weight: 100;
  line-height: 48px;
  font-weight: 300;
  font-style: italic;
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  padding-right: 90px;
  position: relative;
}
.bb-blog-loop .bb-blog-wrap article.bb-quote-format blockquote i,
.bb-portfolio-post .bb-blog-wrap article.bb-quote-format blockquote i {
  display: block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  position: absolute;
  top: 0px;
  right: 0;
  font-size: 36px;
}
.bb-blog-loop .bb-blog-wrap article.bb-quote-format .bb-author,
.bb-portfolio-post .bb-blog-wrap article.bb-quote-format .bb-author {
  display: block;
  margin-top: 15px;
  font-size: 16px;
}
.bb-blog-loop .bb-blog-wrap article.bb-link-format a,
.bb-portfolio-post .bb-blog-wrap article.bb-link-format a {
  border: 1px solid rgba(0, 0, 0, 0.5);
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  padding: 14px 60px 14px 30px;
  -webkit-border-radius: 300px;
  -moz-border-radius: 300px;
  border-radius: 300px;
  -webkit-transition: color 200ms linear, background-color 200ms linear, border-color 200ms linear;
  -moz-transition: color 200ms linear, background-color 200ms linear, border-color 200ms linear;
  -o-transition: color 200ms linear, background-color 200ms linear, border-color 200ms linear;
  -ms-transition: color 200ms linear, background-color 200ms linear, border-color 200ms linear;
  transition: color 200ms linear, background-color 200ms linear, border-color 200ms linear;
}
.bb-blog-loop .bb-blog-wrap article.bb-link-format a i,
.bb-portfolio-post .bb-blog-wrap article.bb-link-format a i {
  display: block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  position: absolute;
  top: 0px;
  right: 0;
  font-size: 36px;
  -webkit-transition: color 200ms linear;
  -moz-transition: color 200ms linear;
  -o-transition: color 200ms linear;
  -ms-transition: color 200ms linear;
  transition: color 200ms linear;
}
.bb-blog-loop .bb-blog-wrap article.bb-link-format a:hover,
.bb-portfolio-post .bb-blog-wrap article.bb-link-format a:hover {
  background-color: #bb9a54;
  color: white;
  border-color: #bb9a54;
}
.bb-blog-loop .bb-blog-wrap article.bb-link-format a:hover i,
.bb-portfolio-post .bb-blog-wrap article.bb-link-format a:hover i {
  color: white;
}
.bb-load-more-link {
  border: 1px solid rgba(0, 0, 0, 0.5);
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  padding: 14px 30px;
  text-align: center;
  -webkit-border-radius: 300px;
  -moz-border-radius: 300px;
  border-radius: 300px;
  -webkit-transition: color 200ms linear, background-color 200ms linear, border-color 200ms linear;
  -moz-transition: color 200ms linear, background-color 200ms linear, border-color 200ms linear;
  -o-transition: color 200ms linear, background-color 200ms linear, border-color 200ms linear;
  -ms-transition: color 200ms linear, background-color 200ms linear, border-color 200ms linear;
  transition: color 200ms linear, background-color 200ms linear, border-color 200ms linear;
}
.bb-load-more-link:hover {
  background-color: #bb9a54;
  color: white;
  border-color: #bb9a54;
}
/* BEGIN pagination */
.bluebox-pagination {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: block;
  min-height: 30px;
  line-height: 30px;
  width: 100%;
  float: left;
}
.bluebox-pagination li {
  display: inline-block;
  height: 30px;
  float: left;
  min-width: 30px;
  margin: 0 1px 1px 0;
  text-align: center;
}
.bluebox-pagination li a {
  display: inline-block;
  min-width: 30px;
  padding: 0 10px;
}
.bluebox-pagination li a:hover {
  background-color: #bb9a54;
  color: white;
}
.bluebox-pagination li.current a {
  background-color: #bb9a54;
  color: white;
}
/* END pagination */
/* END blog loop */
/* BEGIN portfolio post */
.bb-portfolio-post .bb-blog-wrap article {
  padding-left: 0;
}
.bb-portfolio-post .bb-blog-wrap article .image-wrap {
  margin-bottom: 30px;
}
.bb-portfolio-post .arrow-left,
.bb-portfolio-post .arrow-right {
  position: absolute;
  z-index: 5;
  top: 50%;
  margin-top: -30px;
  display: block;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  color: white;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #000000;
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000);
  background-color: rgba(0, 0, 0, 0.5);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: background-color 200ms linear, opacity 200ms linear;
  -moz-transition: background-color 200ms linear, opacity 200ms linear;
  -o-transition: background-color 200ms linear, opacity 200ms linear;
  -ms-transition: background-color 200ms linear, opacity 200ms linear;
  transition: background-color 200ms linear, opacity 200ms linear;
}
.bb-portfolio-post .arrow-left:hover,
.bb-portfolio-post .arrow-right:hover {
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff000000, endColorstr=#ff000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff000000, endColorstr=#ff000000);
  background-color: #000000;
}
.bb-portfolio-post .arrow-left {
  left: 20px;
  background-image: url('images/arrow-left.svg');
}
.bb-portfolio-post .arrow-right {
  right: 20px;
  background-image: url('images/arrow-right.svg');
}
.bb-portfolio-post .swiper-container:hover .arrow-left,
.bb-portfolio-post .swiper-container:hover .arrow-right {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
#bb-ui-close-primary-view {
  top: 40px;
  right: 40px;
  color: black;
  display: block;
  height: 45px;
  line-height: 46px;
  width: 45px;
  text-align: center;
  opacity: 0;
  z-index: -1;
  background-image: url('images/close-button.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-color: black;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: color 200ms linear, background-color 200ms linear, opacity 0.5s linear;
  -moz-transition: color 200ms linear, background-color 200ms linear, opacity 0.5s linear;
  -o-transition: color 200ms linear, background-color 200ms linear, opacity 0.5s linear;
  -ms-transition: color 200ms linear, background-color 200ms linear, opacity 0.5s linear;
  transition: color 200ms linear, background-color 200ms linear, opacity 0.5s linear;
  position: fixed;
  z-index: 10;
  display: none;
}
#bb-ui-close-primary-view:hover {
  color: white;
  background-color: #bb9a54;
}
body.bb-secondary-view-active #bb-ui-close-primary-view {
  z-index: 4;
  opacity: 1;
}
body.mobile-menu-active #mobile-menu {
  z-index: 20;
}
/* END portfolio post */
/* BEGIN single blog post */
.single-post .bb-blog-wrap article .bb-blog-meta {
  margin: 25px 0 15px 0;
}
.single-post .bb-blog-wrap article {
  margin-bottom: 30px;
}
.right-arrow-link {
  display: inline-block;
  font-weight: bold;
  margin: 0 10px;
}
.right-arrow-link i {
  font-size: 12px !important;
  margin: 0 6px;
}
/* BEGIN comments */
.bluebox-heading h3 {
  font-size: 36px;
  font-weight: 100;
  line-height: 48px;
  font-weight: 300;
  margin: 0 0 30px 0;
}
ol.comment-list {
  margin: 0 0 30px 0;
  padding: 0 0 0 0;
  list-style-type: none;
}
ol.comment-list li.comment {
  position: relative;
  padding: 0 0 30px 80px;
}
ol.comment-list li.comment .comment-body {
  padding-top: 6px;
}
ol.comment-list li.comment .comment-meta {
  margin-bottom: 10px;
}
ol.comment-list li.comment .comment-meta a {
  color: #000000;
  color: rgba(0, 0, 0, 0.5);
}
ol.comment-list li.comment .comment-meta a:hover {
  color: #bb9a54;
}
ol.comment-list li.comment .comment-author {
  float: left;
}
ol.comment-list li.comment .comment-author .says {
  display: none;
}
ol.comment-list li.comment .comment-author cite {
  font-weight: 700;
  margin: 0 10px 10px 0;
}
ol.comment-list li.comment .vcard img {
  height: 60px;
  width: 60px;
  background-color: #fff;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
ol.comment-list li.comment:last-child {
  padding-bottom: 0;
}
ol.comment-list ul.children {
  margin: 20px 0 0 0;
  padding: 0;
  list-style-type: none;
}
/* END comments */
/* END single blog post */
/* BEGIN input styles */
input[type="text"],
input[type="text"]:focus,
textarea,
textarea:focus {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.26);
  -o-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.26);
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.26);
  background-image: none;
  padding: 12px 10px 11px 10px;
  width: 100%;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  background-color: #ffffff;
  outline: none;
  -webkit-transition: box-shadow 400ms linear;
  -moz-transition: box-shadow 400ms linear;
  -o-transition: box-shadow 400ms linear;
  -ms-transition: box-shadow 400ms linear;
  transition: box-shadow 400ms linear;
}
input[type="text"]:focus,
textarea:focus {
  -webkit-box-shadow: inset 0px 0px 0px 1px #bb9a54;
  -moz-box-shadow: inset 0px 0px 0px 1px #bb9a54;
  -o-box-shadow: inset 0px 0px 0px 1px #bb9a54;
  box-shadow: inset 0px 0px 0px 1px #bb9a54;
}
.widget-wrap .search-form {
  display: block;
  position: relative;
}
.widget-wrap .search-form input {
  padding-left: 40px;
  margin-bottom: 0;
}
.widget-wrap .search-form input.submit {
  display: none;
}
.widget-wrap .search-form i {
  position: absolute;
  top: 14px;
  left: 14px;
}
/* END input styles */
/* BEGIN sidebar */
.widget-wrap {
  margin-bottom: 60px;
}
.widget-wrap .bb-heading h3 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  color: #000000;
  color: rgba(0, 0, 0, 0.5);
  margin: 0 0 20px 0;
}
.widget-wrap:last-child {
  margin-bottom: 0;
}
.widget-wrap ul.menu li {
  margin-bottom: 1px;
  min-height: 35px;
  display: block;
}
.widget-wrap ul.menu li.current-menu-item a {
  background-color: #bb9a54;
  color: white;
}
.widget-wrap ul.menu li a {
  display: block;
  line-height: 20px;
  padding: 7px 10px 8px 10px;
}
.widget-wrap ul.menu .sub-menu {
  padding: 0;
  margin-top: 1px;
}
.widget-wrap ul.menu .sub-menu li a {
  padding-left: 30px;
}
.widget-wrap ul.menu .sub-menu li.current-menu-item a {
  background-color: #bb9a54;
  color: white;
}
.bb-news-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: block;
}
.bb-news-list li {
  display: inline-block;
  margin-bottom: 30px;
}
.bb-news-list li:last-child {
  margin-bottom: 0;
}
.bb-news-list li .image-wrap {
  width: 90px;
  height: 90px;
  display: block;
  float: left;
  position: relative;
  z-index: 2;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.bb-news-list li .image-wrap img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  display: block;
}
.bb-news-list li .image-wrap span {
  display: block;
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: black;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.bb-news-list li .image-wrap span.plus-link {
  display: block;
  background-color: transparent;
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  height: 31px;
  width: 31px;
}
.bb-news-list li .image-wrap span.plus-link:before {
  content: '';
  position: absolute;
  top: 0;
  left: 15px;
  bottom: 31px;
  width: 1px;
  background-color: white;
  -webkit-transition: bottom 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
  -moz-transition: bottom 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
  -o-transition: bottom 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
  -ms-transition: bottom 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
  transition: bottom 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.2s;
}
.bb-news-list li .image-wrap span.plus-link:after {
  content: '';
  position: absolute;
  top: 15px;
  left: 0px;
  right: 31px;
  height: 1px;
  background-color: white;
  -webkit-transition: right 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.4s;
  -moz-transition: right 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.4s;
  -o-transition: right 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.4s;
  -ms-transition: right 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.4s;
  transition: right 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0.4s;
}
.bb-news-list li h4 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  font-weight: 700;
  margin: 10px 0 6px 0px;
}
.bb-news-list li .bb-blog-meta {
  display: block;
  line-height: 24px;
  margin: 0;
  color: #000000;
  color: rgba(0, 0, 0, 0.5);
}
.bb-news-list li .bb-blog-meta a {
  margin-right: 20px;
  color: #000000;
  color: rgba(0, 0, 0, 0.5);
}
.bb-news-list li .bb-blog-meta a:hover {
  color: #bb9a54;
}
.bb-news-list li:hover span {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=86)";
  filter: alpha(opacity=86);
  opacity: 0.86;
}
.bb-news-list li:hover span.plus-link:before {
  bottom: 0px;
}
.bb-news-list li:hover span.plus-link:after {
  right: 0px;
}
.bb-news-list li.has-media h4 {
  margin: 10px 0 6px 110px;
}
.bb-news-list li.has-media .bb-blog-meta {
  margin: 0 0 0 110px;
}
.bb-tagline {
  list-style-type: none;
  margin-bottom: 0;
  padding: 0;
  display: block;
}
.bb-tagline li {
  margin: 0 10px 10px 0;
  display: inline-block;
}
.bb-tagline a {
  display: inline-block;
  padding: 5px 10px;
  line-height: 20px;
  min-height: 20px;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.26);
  -o-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.26);
}
.bb-tagline a:hover {
  color: white;
  background-color: #bb9a54;
  -webkit-box-shadow: 0px 0px 0px 1px #bb9a54;
  -moz-box-shadow: 0px 0px 0px 1px #bb9a54;
  -o-box-shadow: 0px 0px 0px 1px #bb9a54;
  box-shadow: 0px 0px 0px 1px #bb9a54;
}
/* END sidebar */
/* BEGIN footer */
footer {
  display: block;
  position: fixed;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 60px 0;
  color: #000000;
  color: rgba(0, 0, 0, 0.26);
}
footer .footer-logo {
  display: inline-block;
  margin: 0 auto 15px auto;
}
footer .footer-logo img {
  display: block;
}
footer .footer-social-links {
  margin: 20px 0 0 0;
  padding: 0;
  list-style-type: none;
  display: block;
  text-align: center;
}
footer .footer-social-links li {
  display: inline-block;
  height: 30px;
  width: 30px;
  margin: 0 10px;
}
footer .footer-social-links li a {
  color: black;
  display: block;
  height: 30px;
  line-height: 31px;
  width: 30px;
  border: 1px solid rgba(0, 0, 0, 0.26);
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: color 200ms linear, background-color 200ms linear, border-color 200ms linear;
  -moz-transition: color 200ms linear, background-color 200ms linear, border-color 200ms linear;
  -o-transition: color 200ms linear, background-color 200ms linear, border-color 200ms linear;
  -ms-transition: color 200ms linear, background-color 200ms linear, border-color 200ms linear;
  transition: color 200ms linear, background-color 200ms linear, border-color 200ms linear;
}
footer .footer-social-links li a i {
  font-size: 16px;
  line-height: 31px;
  color: #000000;
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: color 200ms linear, border-color 200ms linear;
  -moz-transition: color 200ms linear, border-color 200ms linear;
  -o-transition: color 200ms linear, border-color 200ms linear;
  -ms-transition: color 200ms linear, border-color 200ms linear;
  transition: color 200ms linear, border-color 200ms linear;
}
footer .footer-social-links li a:hover {
  border-color: #bb9a54;
  color: white;
  background-color: #bb9a54;
}
footer .footer-social-links li a:hover i {
  color: white;
}
/* END footer */
/* BEGIN mobile menu */
body.admin-bar #mobile-menu {
  top: 28px;
}
body.mobile-menu-active {
  overflow: hidden;
}
#bb-loadable-content {
  z-index: 1;
}
.dropdown-menu li > a:hover {
  background-image: none !important;
  background-color: #ffffff;
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1affffff, endColorstr=#1affffff)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1affffff, endColorstr=#1affffff);
  background-color: rgba(255, 255, 255, 0.1);
}
#mobile-menu {
  left: 0;
  position: fixed;
  width: 250px;
  top: 0;
  bottom: 0;
  display: none;
  background-color: black;
  overflow: auto;
  z-index: 0;
}
#mobile-menu .prime-nav-mobile-list {
  margin: 0;
  padding: 0;
  position: relative;
  list-style-type: none;
  top: 0;
  bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#mobile-menu .prime-nav-mobile-list li {
  /*height:45px;*/

  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
#mobile-menu .prime-nav-mobile-list li.current-menu-item > a,
#mobile-menu .prime-nav-mobile-list li.current-menu-item > a:hover,
#mobile-menu .prime-nav-mobile-list li.current-menu-parent > a,
#mobile-menu .prime-nav-mobile-list li.current-menu-parent > a:hover,
#mobile-menu .prime-nav-mobile-list .dropdown-menu li.current-menu-item > a,
#mobile-menu .prime-nav-mobile-list .dropdown-menu li.current-menu-item > a:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #ffffff;
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1affffff, endColorstr=#1affffff)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1affffff, endColorstr=#1affffff);
  background-color: rgba(255, 255, 255, 0.1);
  /* css3 - done */

}
#mobile-menu .prime-nav-mobile-list li.current-menu-item > a {
  /*background-color: rgba(0, 0, 0, 0.26) !important;*/

}
#mobile-menu .prime-nav-mobile-list li > a:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: #ffffff;
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1affffff, endColorstr=#1affffff)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1affffff, endColorstr=#1affffff);
  background-color: rgba(255, 255, 255, 0.1);
  /* css3 - done */

}
#mobile-menu .prime-nav-mobile-list li > i {
  line-height: 25px;
  padding: 18px 15px 17px 15px;
  display: inline-block;
  color: rgba(255, 255, 255, 0.26);
  /* bluebox option 2 */

  font-size: 14px;
  /* ne se bara */

  position: absolute;
  z-index: 51;
  left: 0;
  top: 0;
  bottom: 0;
  /*text-shadow: 0px -1px 0px rgba(255, 255, 255, 0.1), 0px 1px 0px rgba(0, 0, 0, 0.6);
  /* css3 */

}
#mobile-menu .prime-nav-mobile-list li a {
  line-height: 25px;
  min-height: 25px;
  display: block;
  padding: 17px 45px 18px 40px;
  color: rgba(255, 255, 255, 0.9);
}
#mobile-menu .prime-nav-mobile-list li a:hover {
  color: #bb9a54;
}
#mobile-menu .prime-nav-mobile-list li:last-child a {
  border-bottom: none;
}
#mobile-menu .prime-nav-mobile-list li a.dropdown-link,
#mobile-menu .prime-nav-mobile-list li a.dropdown-link:hover {
  position: absolute;
  text-align: center;
  left: inherit;
  z-index: 9999;
  right: 15px;
  top: 15px;
  line-height: 30px;
  height: 30px;
  width: 30px;
  color: rgba(255, 255, 255, 0.6);
  border: none;
  -webkit-border-radius: 100% !important;
  -moz-border-radius: 100% !important;
  border-radius: 100% !important;
  /* css3 - done */

  padding: 0;
  display: inline-block;
  background-color: #ffffff;
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1affffff, endColorstr=#1affffff)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1affffff, endColorstr=#1affffff);
  background-color: rgba(255, 255, 255, 0.1);
}
#mobile-menu .prime-nav-mobile-list li a.dropdown-link:hover {
  background-color: #ffffff;
  zoom: 1;
  background-color: transparent\9;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#42ffffff, endColorstr=#42ffffff)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#42ffffff, endColorstr=#42ffffff);
  background-color: rgba(255, 255, 255, 0.26);
}
#mobile-menu::after {
  content: '';
  display: block;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  background-color: #000;
  position: absolute;
  -webkit-box-shadow: 0px 0px 15px 3px #000000;
  -moz-box-shadow: 0px 0px 15px 3px #000000;
  box-shadow: 0px 0px 15px 3px #000000;
  /* css3 - done */

}
/* submenu */
#mobile-menu .dropdown-menu {
  border: none !important;
  background-color: transparent;
  position: inherit;
  float: none;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 0;
  left: inherit;
  right: inherit;
  top: inherit;
  bottom: inherit;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  /* css3 - done */

}
#mobile-menu .dropdown-menu li {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  /* css3 - done */

}
#mobile-menu .dropdown-menu li:last-child {
  border-bottom: none;
}
#mobile-menu .dropdown-menu > li > a {
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  /* css3 - done */

}
/* END mobile menu */
/* BEGIN css3 preloader */
.bb-css3-preloader {
  display: block;
  position: absolute;
  height: 1px;
  width: 60px;
}
.bb-css3-preloader > span {
  position: absolute;
  display: block;
  height: 1px;
  background-color: black;
  left: 0px;
  right: 60px;
  -webkit-animation: preloader 3s 0 cubic-bezier(0.23, 1, 0.32, 1) infinite;
  -moz-animation: preloader 3s 0 cubic-bezier(0.23, 1, 0.32, 1) infinite;
  -ms-animation: preloader 3s 0 cubic-bezier(0.23, 1, 0.32, 1) infinite;
}
.bb-css3-preloader .mixi-frames from {
  right: 60px;
}
.bb-css3-preloader .mixi-frames 25% {
  right: 0px;
}
.bb-css3-preloader .mixi-frames 25.1% {
  left: 0px;
}
.bb-css3-preloader .mixi-frames 50% {
  left: 60px;
}
.bb-css3-preloader .mixi-frames 50.1% {
  left: 60px;
}
.bb-css3-preloader .mixi-frames 75% {
  left: 0px;
}
.bb-css3-preloader .mixi-frames 75.1% {
  right: 0px;
}
.bb-css3-preloader .mixi-frames to {
  right: 60px;
}
@-webkit-keyframes preloader {
  from {
    right: 60px;
  }
  25% {
    right: 0px;
  }
  25.1% {
    left: 0px;
  }
  50% {
    left: 60px;
  }
  50.1% {
    left: 60px;
  }
  75% {
    left: 0px;
  }
  75.1% {
    right: 0px;
  }
  to {
    right: 60px;
  }
}
@-moz-keyframes preloader {
  from {
    right: 60px;
  }
  25% {
    right: 0px;
  }
  25.1% {
    left: 0px;
  }
  50% {
    left: 60px;
  }
  50.1% {
    left: 60px;
  }
  75% {
    left: 0px;
  }
  75.1% {
    right: 0px;
  }
  to {
    right: 60px;
  }
}
@-ms-keyframes preloader {
  from {
    right: 60px;
  }
  25% {
    right: 0px;
  }
  25.1% {
    left: 0px;
  }
  50% {
    left: 60px;
  }
  50.1% {
    left: 60px;
  }
  75% {
    left: 0px;
  }
  75.1% {
    right: 0px;
  }
  to {
    right: 60px;
  }
}
@-o-keyframes preloader {
  from {
    right: 60px;
  }
  25% {
    right: 0px;
  }
  25.1% {
    left: 0px;
  }
  50% {
    left: 60px;
  }
  50.1% {
    left: 60px;
  }
  75% {
    left: 0px;
  }
  75.1% {
    right: 0px;
  }
  to {
    right: 60px;
  }
}
@keyframes preloader {
  from {
    right: 60px;
  }
  25% {
    right: 0px;
  }
  25.1% {
    left: 0px;
  }
  50% {
    left: 60px;
  }
  50.1% {
    left: 60px;
  }
  75% {
    left: 0px;
  }
  75.1% {
    right: 0px;
  }
  to {
    right: 60px;
  }
}
/* END css3 preloader */
/* BEGIN generic bb layout components */
.bb-ui-view.primary {
  display: block;
}
.bb-ui-view {
  width: 100%;
  display: none;
  z-index: 2;
  position: relative;
}
.bb-ui-view .bb-ui-view-container {
  background-color: white;
  height: 100%;
}
.bb-ui-view .bb-ui-view-loading-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: white;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.5s linear;
  -moz-transition: opacity 0.5s linear;
  -o-transition: opacity 0.5s linear;
  -ms-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
.bb-ui-view .bb-background-overlay {
  background-color: white;
  position: absolute;
  top: -300px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
html,
body {
  overflow-x: hidden;
}
body.not-loaded .bb-ui-view.primary {
  opacity: 0;
}
body.not-loaded .bb-ui-view.primary .bb-ui-view-loading-overlay {
  z-index: 10;
  opacity: 1;
}
body.not-loaded #bb-footer {
  opacity: 0;
}
body.not-loaded .bb-css3-preloader {
  display: block !important;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10;
  margin-left: -30px;
}
body.not-loaded .bb-mobile-head {
  opacity: 0;
}
.bb-video-player {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.bb-video-player > div {
  display: block;
  position: relative;
  top: 0;
}
#mobile-menu-buttons {
  position: fixed;
  display: block;
  z-index: 20;
  top: 0;
}
/* END generic bb layout components */
/* BEGIN responsive */
@media (max-width: 979px) {
  .bb-mobile-head {
    display: block;
  }
  section {
    padding: 40px 0;
  }
  .bb-blog-wrap > .row > div {
    margin-bottom: 80px;
  }
  h2.bb-h2-heading {
    font-size: 24px;
    margin-bottom: 10px;
  }
  #bb-ui-close-primary-view {
    top: 8px !important;
    right: 15px !important;
  }
  .bluebox-heading h3,
  .bb-blog-loop .bb-blog-wrap article h3,
  .bb-portfolio-post .bb-blog-wrap article h3 {
    font-size: 24px;
    line-height: 30px;
  }
  .content-row {
    padding-left: 0 !important;
  }
  .bb-ui-view-container {
    padding-top: 0 !important;
  }
  .bb-blog-loop .bb-blog-heading,
  .bb-blog-loop.single-post .bb-blog-heading,
  .bb-portfolio-post .bb-blog-heading {
    font-size: 24px !important;
    line-height: 30px !important;
    padding: 90px 10px 36px 10px !important;
    margin: 0 !important;
    position: relative !important;
    background-color: white;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }
  .bb-blog-loop .bb-blog-wrap {
    margin-top: 0px;
  }
  .bb-blog-loop.single-post .bb-blog-wrap {
    margin-top: 36px;
  }
  .bb-portfolio-post .bb-blog-wrap {
    margin-top: 0px;
    padding-bottom: 0;
  }
  .scroll-down-wrap {
    margin-top: 100px;
  }
  .bb-fixed-nav {
    top: 0px !important;
    left: 0px !important;
  }
  .bb-logo {
    top: 13px !important;
    left: 45px !important;
    -webkit-transform: scale(0.7) !important;
    -moz-transform: scale(0.7) !important;
    -ms-transform: scale(0.7) !important;
    -o-transform: scale(0.7) !important;
  }
  .bb-hello .row figure {
    width: 80px;
    height: 80px;
    margin: 30% 0 20px 0;
  }
  .bb-hello .row h1 {
    font-size: 18px;
    line-height: 20px;
    font-weight: 300;
  }
  .welcome-text {
    margin: 10px 0 0 0 !important;
  }
  .bb-hello .scroll-down {
    margin-bottom: 10px !important;
  }
  .bb-services {
    padding-bottom: 40px;
  }
  .bb-services .swiper-slide {
    width: 200px;
  }
  .bb-services .swiper-slide p {
    padding: 0 10px;
  }
  .bb-services-pagination {
    display: none;
  }
  section.bb-fancy p {
    font-size: 18px;
    line-height: 20px;
  }
  section.bb-fancy .bb-button {
    margin-top: 20px;
  }
  section.bb-quotes .swiper-slide {
    width: 200px;
  }
  section.bb-quotes p {
    font-size: 18px;
    line-height: 20px;
    padding: 0 10px;
  }
  section.bb-quotes img {
    margin: 0 0 10px 0;
  }
  footer {
    padding: 40px 0;
  }
  .bb-blog-section article:first-child {
    margin-top: 0px !important;
  }
  .bb-blog-section article .post-date {
    text-align: left;
  }
  .bb-blog-loop .bb-blog-wrap article,
  .bb-portfolio-post .bb-blog-wrap article {
    padding-left: 0;
  }
  .bb-blog-loop .bb-blog-wrap article .bb-blog-meta a,
  .bb-portfolio-post .bb-blog-wrap article .bb-blog-meta a {
    display: block;
  }
  .bb-blog-loop .bb-blog-wrap article.bb-quote-format blockquote,
  .bb-portfolio-post .bb-blog-wrap article.bb-quote-format blockquote {
    padding-right: 60px;
  }
  .bb-pages-bullets,
  .scroll-down-wrap,
  section .section-icon,
  .bb-blog-section article .post-format-wrap,
  .bb-blog-section article .tagline-col,
  .bb-blog-section article .arrow-right-wrap,
  .bb-blog-loop .bb-blog-wrap article .bb-date,
  .bb-portfolio-post .bb-blog-wrap article .bb-date,
  .direction-nav-buttons {
    display: none;
  }
}
/* END responsive */
/* video custom effect */
.bb-video-bg:after {
  content: '';
  background-color: black;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
}
/* video custom effect */
