@import url("https://fonts.googleapis.com/css?family=Montserrat:300,700");
@import url("open-iconic-bootstrap.css");
@font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.eot");
    src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("../fonts/Flaticon.woff") format("woff"), url("../fonts/Flaticon.ttf") format("truetype"), url("../fonts/Flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: "Flaticon";
        src: url("../fonts/Flaticon.svg#Flaticon") format("svg")
    }
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-size: 20px;
    font-style: normal;
    margin-left: 20px;
    color: #f15d22
}

.flaticon-linkedin:before {
    content: "\f100"
}

.flaticon-twitter:before {
    content: "\f101"
}

.flaticon-skype:before {
    content: "\f102"
}

.flaticon-facebook:before {
    content: "\f103"
}

.flaticon-youtube:before {
    content: "\f104"
}

.flaticon-whatsapp:before {
    content: "\f105"
}

.social-footer a span:before {
    font-size: 36px !important
}

html {
    font-family: "Montserrat", sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
}

body {
    margin: 0;
    background-color: #fff;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    color: #000;
    line-height: 1.42857143
}

.navbar .navbar-nav a {
	color: #868e96 !important;
	font-size: 1.3rem !important;
	font-weight: 300 !important;
	text-shadow: none !important;
}

.inbuca-bubble {
    display: inline-block;
    content: ' ';
    width: 1.5rem;
    height: 1.5rem;
    background-color: #f15d22;
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
    border-bottom-right-radius: 0rem;
    margin: 0 0.3rem 0 0
}

.inbuca-button {
	cursor: pointer;
    font-family: inherit;
    color: white;
    min-width: 4rem;
    height: 4rem;
    background-color: #f15d22;
    border-top-left-radius: 4rem;
    border-top-right-radius: 4rem;
    border-bottom-left-radius: 4rem;
    border-bottom-right-radius: 0rem;
    margin: 0 1rem 0 0;
    float: right
}

.inbuca-normal-button {
	cursor: pointer;
    font-family: inherit;
	line-height: 1rem;
    color: white;
    min-width: 4rem;
    height: 2rem;
    background-color: #f15d22;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 0rem;
    margin: 0 1rem 0 0;
}

.headertext {
    font-size: 3em
}

.text-center {
    text-align: center
}

.nav-bg {
	background: none;
    box-shadow: none;
}

nav.navbar,
nav.navbar .navbar-brand img {
	z-index: 10000;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease
}

nav.navbar {
    background: #fff;
    min-height: 35px;
    border-bottom: 1px solid #f15d22
}

nav.navbar.shrink .navbar-brand img {
    height: 35px
}

@media (max-width: 768) {
	nav.navbar {
		background: #fff;
		min-height: 35px;
		border-bottom: 1px solid #f15d22
	}

	nav.navbar .navbar-brand img {
		height: 35px
	}	
}


.bg-video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(polina.jpg) no-repeat;
    background-size: cover
}

.post-thumb {
	width: 100%;
    background-size: cover !important;
    background-attachment: fixed !important;
}

.bg-image {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #313131;
    background: url("assets/images/bg_meeting.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat
}

.page-content {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9999
}

.block-padding {
    padding-top: 30px;
    padding-bottom: 30px
}

.carousel-item {
    height: 40rem
}

.carousel {
    border-bottom: 1px solid #f15d22
}

.carousel-caption {
    font-family: inherit;
    font-weight: 300;
    line-height: 1;
    left: 0;
    right: 0;
    padding: 2rem;
    position: absolute;
    z-index: 100
}

.carousel-caption a {
	text-decoration: none;
}

.carousel-caption h1 {
    letter-spacing: -.05rem;
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 1;
    font-family: inherit;
	color: #fff;
    /*color: #f15d22; */
	/*color: #868e96;*/
	text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.75);
}

.carousel-caption .btn {
    text-shadow: none
}

.carousel-item {
    height: 32rem
}

.carousel-text-block {
    display: inline-block;
    border-radius: 1.75rem 1.75rem 0 1.75rem;
    color: #000
}

.carousel-slide {
    background-attachment: fixed;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%
}

.featurette-image {
    display: inline-block;
    min-height: 30rem;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    box-shadow: inset 0 2px 7px rgba(0, 0, 0, 0.2)
}

.scroll-fixed {
    background-attachment: fixed
}

.featurette-divider {
    margin: 2rem 0
}

.no-featurette-image {
	padding-top: 100px;
}

.post-thumb .blurfield {
    background-image: inherit;
    background-attachment: fixed;
    background-position: inherit;
    background-size: inherit;
    background-repeat: inherit;
    content: " ";
    overflow: hidden;
    height: 150px;
    padding: 2rem;
    width: 100%;
    z-index: 99;
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    right: 0
}

.post-thumb .blurfield div {
    content: " ";
    margin: -5px -10px -10px -5px;
    height: 200px;
    padding: 2rem;
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: inherit;
    background-attachment: inherit;
    background-position: inherit;
    background-size: inherit;
    background-repeat: inherit;
    color: #f15d22;
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.05rem;
    width: 100%;
    z-index: 100;
    filter: blur(7px)
}

.featurette-heading {
    /*color: #f15d22;*/
	color: #868e96;
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.05rem;
    width: 100%;
    z-index: 100;
}

.featurette-header {
    display: block;
	width: 100%;
	z-index: 200;
	position: absolute;
	bottom: 0;
	margin-right: auto;
    margin-left: auto;
	padding: 2rem;
}

.backbutton-holder {
	text-align: right;
}

.text-white-shadow {
	color: #ffffff;
	text-shadow: 1px 1px 6px rgba(0,0,0,0.75);
}

@media (max-width: 768px) {
	.nav-bg {
		background-color: #fff !important;
	}
}

/*@media (min-width: 576px) {
	.featurette-header {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.featurette-header {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.featurette-header {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.featurette-header {
		max-width: 1140px;
	}
}*/

.post-thumb .featurette-heading {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6)
}

.nav-item {
    font-weight: bold;
	text-shadow: 0px 0px 1px rgba(0,0,0,0.25);
}

.rounded-circle {
    border-bottom-right-radius: 0px !important
}

.carousel-indicators {
	margin-bottom: 30px;
}


.scroll-down-icon {
	display: inline-block;
	width: 100%;
    position: absolute;
    bottom: 0;
	z-index: 1000;
	text-align: center;
	opacity: 0.7;
}

.scroll-down-container {
	color: #000;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: -0.3px;
	padding-bottom: 2px;
	position: relative;
	display: inline-block;
	background: rgba(255,255,255,0.75);
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.site-desc {
	font-size: 20px;
	font-weight: 300;
	letter-spacing: -0.5px;
	vertical-align: bottom;
	color: #868e96;
}

nav.navbar.shrink .site-desc {
	color: #868e96;
	text-shadow: none;
}

@media (min-width: 768px) {
	.site-desc {
		font-size: 1.3rem;
	}
    .carousel-caption h1 {
        font-size: 2rem
    }
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4
    }
    .featurette-heading {
        font-size: 50px
    }
    .inbuca-bubble {
        width: 2rem;
        height: 2rem;
        background-color: #f15d22;
        border-top-left-radius: 2rem;
        border-top-right-radius: 2rem;
        border-bottom-left-radius: 2rem
    }
}

@media (min-width: 62em) {
    .carousel-caption h1 {
        font-size: 4rem
    }
    .featurette-heading {
        margin-top: 0rem
    }
    .inbuca-bubble {
        width: 4rem;
        height: 4rem;
        background-color: #f15d22;
        border-top-left-radius: 4rem;
        border-top-right-radius: 4rem;
        border-bottom-left-radius: 4rem
    }
}

@keyframes scrollDownAnim {
    0% {
        opacity: 0;
        transform: translate(0px, 60px)
    }
    50% {
        opacity: 1;
        transform: translate(0px, 30px)
    }
    100% {
        opacity: 0;
        transform: translate(0px, 0px)
    }
}

@-moz-keyframes scrollDownAnim {
    0% {
        opacity: 0;
        -moz-transform: translate(0px, 60px)
    }
    50% {
        opacity: 1;
        -moz-transform: translate(0px, 30px)
    }
    100% {
        opacity: 0;
        -moz-transform: translate(0px, 0px)
    }
}

@-webkit-keyframes scrollDownAnim {
    0% {
        opacity: 0;
        -webkit-transform: translate(0px, 60px)
    }
    50% {
        opacity: 1;
        -webkit-transform: translate(0px, 30px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate(0px, 0px)
    }
}

@-o-keyframes scrollDownAnim {
    0% {
        opacity: 0;
        -o-transform: translate(0px, 60px)
    }
    50% {
        opacity: 1;
        -o-transform: translate(0px, 30px)
    }
    100% {
        opacity: 0;
        -o-transform: translate(0px, 0px)
    }
}

@-ms-keyframes scrollDownAnim {
    0% {
        opacity: 0;
        -ms-transform: translate(0px, 60px)
    }
    50% {
        opacity: 1;
        -ms-transform: translate(0px, 30px)
    }
    100% {
        opacity: 0;
        -ms-transform: translate(0px, 0px)
    }
}

.industry-bubble h4 {
    text-align: center;
    font-weight: 400;
    font-size: 42px;
    padding: 10px;
    color: #fff;
    line-height: 230px;
}

.footer-list li, .footer-list li a {
	font-size: 12px;
}

#wpadminbar {
	position: absolute !important;
	z-index: 10001 !important;
}

#wpadminbar .ab-sub-wrapper, #wpadminbar ul, #wpadminbar ul li {
	z-index: 10001 !important;
}