/*
	Theme Name: BMC Current 22 
	Theme URI:  https://www.bmc.com/
	Description: BMC WordPress Theme Current Version 3.1.1
	Version: 3.1.1
	Author: SimplyPHP
	Author URI: https://www.simplyphp.com/
*/

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Calibri';
	src:url('fonts/calibri.ttf');
	font-weight:400;
	font-style:normal;
}
@font-face {
	font-family:'Calibri';
	src:url('fonts/calibrib.ttf');
	font-weight:700;
	font-style:normal;
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font-family: 'Calibri';
	color: #515151;
	font-weight: 400;
	font-size: 1.5rem;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	font-weight: 700;
}
a:hover {

}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
}



/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
.main {
	width:100%;
	margin:0 auto;
	position:relative;
}
.header-band {
	background-size: cover;
	height: 71px;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.logo {
	font-size: 2.5rem;
	font-weight: 700;
	color: #ffffff;
}
.logo:hover {
	color: #ffffff;
	text-decoration: none;
}
.sections{
	margin-top: 6rem;
}
.page-standard-template{
	margin-top: 0 !important;
}
.home-top-video {
	background-image: url("img/bannerHeader.jpg");
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
}
.home-video {
	width: 100%;
	cursor: pointer;
	display: flex;
	align-items: center;
}
.home-video img{
	width: 100%;
}
.slogan {
	position: absolute;
	padding-left: 10%;
	padding-right: 10%;
	color: #ffffff;
	width: 100%;
	display: flex;
	flex-direction: column;
}
.slogan p{
	width: 300px;
}
h1 {
	font-size: 5rem;
}
.section-title,
.step .number {
	font-size: 4rem;
	color: #fe5000;
}
/*.page-standard-template h2 {
	color: #04a4ac;
	font-size: 3rem;
	margin-top: 5rem;
}*/
.orange {
	color: #fe5000 !important;
}
.jobs-steps {
	display: flex;
	align-items: center;
}
.step {
	display: flex;
	align-items: center;
}
.step img {
	margin: 0 15px;
	max-width: 60px !important;
}
.band-learn-more {
	background-image: url("img/background_learn_more.png");
	background-size: cover;
	height: 470px;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
}
.band-title {
	font-weight: 700;
	font-size: 3rem;
	margin-bottom: 3rem;
	color: #ffffff;
}
.group-links {
	display: flex;
	flex-direction: column;
}
.band-learn-more a {
	font-size: 2rem;
	color: #ffffff;
	font-weight: 400;
	margin-bottom: 10px;
}
.band-learn-more a:hover {
	font-weight: 700;
}
.band-container {
	position: relative;
}
.illustration-top {
	position: absolute;
	top: -110px;
	left: 100px;
}
.illustration-bottom {
	position: absolute;
	right: 100px;
	bottom: -80px;
}
.video {
	text-align: center;
}
.video img {
	margin-bottom: 20px;
	max-width: 320px;
	max-height: 180px;
}
.video span {
	color: #515151;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	max-width: 350px;
}
.video a:hover {
	text-decoration: none !important;
}
.video a:hover > span {
	color: #fe5000 !important;
}
.band-real-implementation {
	background-image: url("img/background_real_world.png");
	background-size: cover;
	height: 502px;
	background-repeat: no-repeat;
}
.band-real-implementation .section-title,
.band-real-implementation .video:hover > span,
.light-blue {
	color: #04a4ac !important;
}
.tutorial-box {
	border: 1px solid #97989b;
	border-radius: 8px;
	height: 100%;
	padding: 30px 20px;
}
.tutorial-box .b-head {
	color: #fe5000;
	font-weight: 700;
}
.tutorial-box a {
	color: #515151;
	font-weight: 400;
}
.tutorial-box a:hover {
	color: #515151;
	font-weight: 700;
}
.tutorial-box em {
	color: #97989b;
}
.band-tutorials {
	background-color: #46575f;
	color: #ffffff;
	height: 320px;
	display: flex;
	align-items: center;
	margin-top: 10rem;
	position: relative;

	background-image: url("img/background_tutorials.jpg");
	background-size: cover;
	/*height: 502px;*/
	background-repeat: no-repeat;
}
button,
.button{
	font-family: 'Calibri';
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 1.5;
	background-color: #fe5000;
	border-radius: 3px;
	padding: 5px 30px;
	color: #ffffff;
	border: none;
	margin-top: 5px;
	height: 33px;
}
a.button{
	padding: 9px 30px;
}
a.button:hover{
	text-decoration: none;
	color: #ffffff;
}
.big-text {
	font-size: 4rem;
}
.medium-text {
	font-size: 2rem;
}
.illustration {
	position: relative;
}
.illustration-tutorials {
	position: absolute;
	z-index: 99;
	top: -120px;
}
.tab-link {
	color: #515151;
	font-weight: 400;
	padding: 10px 50px;
	margin-left: 0;
}
.l-border {
	border-left: 1px solid #97989b;
}
.r-border {
	border-right: 1px solid #97989b;
}
.tab-links {
	position: relative;
	top: -5px;
}
.tab-link:hover,
.tab-link.clicked,
.lib-title {
	color:#fe5000;
	text-decoration: none;
	font-weight: 700;
}
.tab-link.clicked {
	background-color: #ffffff;
}
.tab-content {
	border: 1px solid #97989b;
	border-radius: 8px;
}
.tab-content .lib {
	text-align: center;
}
.lib a{
	color: #515151;
	font-weight: 400;
}
.lib a:hover {
	text-decoration: none;
}
.lib a:hover > h3 {
	color:#fe5000;
	font-weight: 700;
}
.band-tools {
	background-image: url("img/background_developer_tools.png");
	background-size: cover;
	height: 400px;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.illustration-top-tools {
	position: absolute;
	top: -85px;
	right: 330px;
	height: 250px;
}
.band-tools h2.section-title {
	color: #ffffff !important;
	padding-top: 41px;
	padding-bottom: 41px;
}
.band-tools span.band-title {
	color:#fe5000;
	font-weight: 700;
	font-size: 1.75rem;
}
.tool-box{
	background-color: rgba(255, 255, 255, .6);
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	padding: 25px;
	height: 265px;
}
#developer-tools a.button:hover{
	background-color: #04a4ac !important;
	color: #515151 !important;
}
.tool-box p,
#community a,
#community p {
	font-size: 1.75rem;
}
#community a{
	color: #04a4ac;
}
#community a:hover {
}
.community-box{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 20px !important;
}
.widget-title {
	font-size: 3rem;
	font-weight: 700;
	color: #04a4ac;
	padding-bottom: 1.5rem !important;
}
.event {
	padding-top: 1rem !important;
}
.event h3 {
	font-weight: 700;
}
#stay-in-touch {
	background-color: #ebebeb;
}
.footer {
	background-color: #414042;
	color: #ffffff;
	height: 220px;
	display: flex;
	align-items: center;
	font-size: 11px;
}
.footer-menu {
	list-style: none;
	display: flex;
	justify-content: left;
	padding: 0;
}
.footer-menu li {
	border-right: 1px solid #ffffff;
	padding: 0 15px;
}
.footer-menu li:first-child {
	padding-left: 0;
}
.footer-menu li:last-child {
	border-right: none;
}
.footer-menu a {
	color: #ffffff;
	font-size: 12px;
}
.copyright {
	color: #a7a9ac;
	font-size: 12px;
}
.modal-dialog {
	max-width: 1290px !important;
}
.modal-header {
	border-bottom: none;
}
.hideme{
	opacity:0;
}
.hide{
	display:none;
}
.position-relative{
	position: relative;
}
.left-arrow {
	position: absolute;
	left: -30px;
	top: 95px;
	cursor: pointer;
}
.right-arrow {
	position: absolute;
	right: -30px;
	top: 95px;
	cursor: pointer;
}
.clean-a {
	color: #515151;
	font-weight: 400;
}
.arrow-up-circle {
	position: fixed;
	right: 60px;
	bottom: 60px;
	z-index: 999;
}
.play-button-bg {
	width: 75px;
	height: 75px;
	background: #04a4ac;
	border: none;
	border-radius: 100%;
	margin: auto;
	cursor: pointer;
	position: absolute;
	top: 50px;
	opacity: 0.6;
	left: 50%;
	margin-left: -34.5px;
}
.play-button-bg::after {
	content: '';
	display: inline-block;
	position: relative;
	top: 20px;
	left: 5px;
	border-style: solid;
	border-width: 17px 0 17px 30px;
	border-color: transparent transparent transparent white;
}
.play-orange {
	background: #fe5000 !important;
}
.lib img{
	width: 318px;
	height: auto;
}
.radio-wrap{
    position: relative;
	margin-top: 6rem;
}
.radio-list{
    position: absolute;
    right: 100px;
    top: 30%;
    z-index: 999;
    display: flex;
    flex-direction: column;
    text-align: right;
}
.radio-list a{
    color: #a7a9ac;
    margin-bottom: 15px;
	height: 29px;
}
.radio{
    width: 14px;
    height: 14px;
    background-color: #a7a9ac;
    border-radius: 50%;
    margin-top: 5px;
    margin-left: 10px;
    cursor: pointer;
    float: right;
    padding: 0 !important;
}
.radio-active{
    background-color: #fe5000 !important;
}
.sticky {
    position: fixed !important;
}
.a-radio-active{
    color: #fe5000 !important;
}
#videoModal{
	z-index: 9999 !important;
}
.modal-body{
	padding: 0 !important;
}
.event a{
	color: #04a4ac !important;
}
.navigation-arrow{
	position: absolute;
	left: 50%;
	margin-left: -50px;
	width: 100px;
	height: 130px;
}
.videos,
.left-arrow,
.right-arrow{
	z-index: 1000;
}
.video .youtube-video{
	display: flex;
	align-items: center;
	flex-direction: column;
}
.full-section {
	position: absolute !important;
	width: 100% !important;
	left: 0 !important;
}
.clear-band-tutorials {
	padding-top: 420px;
}
.page-standard-template .clear-band-tutorials {
	padding-top: 490px;
}
.clear-video-list {
    padding-top: 622px;
}
.page-standard-template h2 {
	font-size: 3rem;
	color: #04a4ac;
	margin-top: 5rem;
}
.page-standard-template h2.section-title {
	font-size: 4rem !important;
	color: #fe5000 !important;
	margin-top: inherit !important;
}
.page-standard-template p {
	margin-top: 1.5rem !important;
}
.navigation-wrap {
	position: relative;
}
.navigation-wrap .navigation {
	z-index: 999;
	display: flex;
	flex-direction: column;
	text-align: left;
	max-width: 320px;
	padding-left: 60px;
	padding-right: 20px;
	position: absolute;
	top: 40px;
}
.navigation a {
	color: #515151;
	font-weight: 400;
	margin-top: 10px;
	padding-left: 0;
}
.nav-active,
.navigation .active {
	font-weight: 700 !important;
	color: #04a4ac !important;
}
.youtube-iframe{
 	background-color: #000000;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.custom-play-button {
	top: inherit !important;
}
.youtube-play-button {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 68px;
	height: 48px;
	margin-left: -34px;
	margin-top: -24px;
	z-index: 63;
	border: none;
	background-color: transparent;
	padding: 0;
	font-size: 100%;
	cursor: default;
	line-height: inherit;
}
.youtube-small-container {
	margin-top: 20px;
}
.custom-col-10{
	width: 80% !important;
}
.custom-col-2{
	width: 20% !important;
}

.return-homepage-button{
	font-family: 'Calibri';
	color: #515151;
	font-size: 2rem;
	position: absolute;
	top: 90px;
	left: 25px;
	display: flex;
}
.return-homepage-button:hover{
	color: #515151;
}

.button-arrow-left {
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right:16px solid #04a4ac;
	position: relative;
	top: 3px;
	right: 10px;
}

.page-template-default .video-list .band-container{
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
}

.intro {
	font-size: 20px;
}

.tutorial-box {
	height: 360px;
	overflow: hidden;
	overflow-y: auto;
}

.tutorial-box::-webkit-scrollbar {
	width: 6px;
}

.tutorial-box::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
	border-radius:10px;
}

.tutorial-box::-webkit-scrollbar-thumb {
	background-color: #515151;
	border-radius:10px;
}

.tab-content .lib:last-child{
	border-right: none;
}

.small-text{
	max-width: 210px;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media (max-width: 1784px) {
	.navigation-wrap .navigation{
		max-width: 280px;
	}
}

@media (min-width: 1521px) and (max-width: 1784px) {
	.page-standard-template .container {
		max-width: 1040px;
	}
}

@media (min-width: 1321px) and (max-width: 1520px) {
	.page-standard-template .container {
		max-width: 820px;
	}
	.page-standard-template .video img {
		max-width: 100%;
	}
	.page-standard-template .play-button-bg{
		top: 31px;
	}
}

@media (max-width: 1390px) {
	.slogan {
		padding-left: 5%;
		padding-right: 5%;
	}
}

@media (min-width: 1200px) and (max-width: 1320px) {

	.radio-list{
		right: 50px;
	}
	.page-standard-template .container {
		max-width: 720px;
	}
	.page-standard-template .video img {
		max-width: 100%;
	}
	.page-standard-template .play-button-bg{
		top: 22px;
	}
}

@media (max-width: 1220px) {
	.radio-list{
		right: 50px;
	}
}

/* Large devices (desktops, less than 1200px)*/
@media (max-width: 1199.98px) {
	.slogan h1 {
		font-size: 4rem;
	}
	.home-top-video {
		background-size: contain;
		height: auto;
	}
	.illustration-top {
		max-width: 200px;
	}
	.illustration-bottom {
		max-width: 200px;
		bottom: -40px;
	}
	.video img {
		max-width: 245px;
	}
	.left-arrow,
	.right-arrow {
		top: 80px;
	}
	.illustration-tutorials {
		max-width: 200px;
		top: -25px;
	}
	.illustration-top-tools {
		max-width: 200px;
		height: auto;
		top: -120px;
		right: 65px;
	}
	.play-button-bg {
		top: 36px;
		/*left: 126px;*/
	}

	.navigation-wrap{
		display: none;
	}
}

@media (max-width: 991px) {
	.slogan h1 {
		font-size: 3rem;
	}
	.sections {
		margin-top: 0;
	}
	.band-real-implementation{
		height: 470px;
		display: flex;
		align-items: center;
	}
	.clear-video-list {
		padding-top: 530px;
	}
	#tutorials .col-md-4 {
		margin-bottom: 20px;
	}
	.video img {
		max-width: 200px;
	}
	.left-arrow,
	.right-arrow {
		top: 60px;
	}
	.left-arrow{
		left: -45px;
	}
	.right-arrow{
		right: -45px;
	}
	.tab-link {
		padding: 10px 25px;
	}
	.step {
		margin-right: 0;
		width: 310px !important;
	}
	.play-button-bg {
		top: 20px;
		/*left: 86px;*/
	}
	.navigation-arrow {
		height: 70px;
	}
	.step img {
		max-width: 40px !important;
	}
}

@media (max-width: 919px) {
	.slogan h1{
		font-size: 5rem !important;
		font-weight: 400 !important;
	}
	.slogan p{
		font-size: 2rem !important;
	}
	.slogan {
		top: 160px;
	}
	.slogan p {
		width: 380px;
	}
}

/* 768px and down */
@media (max-width: 768px) {
	.step img {
		max-width: 60px !important;
	}
	.step.col-md-4 {
		width: 310px !important;
		max-width: 310px !important;
		padding: 0;
	}

	iframe {
		/*height: 300px !important;*/
	}

	.page-standard-template {
		margin-top: 5rem !important;
	}

	.slogan h1 {
		font-size: 2rem;
		font-weight: 700;
	}
	.jobs-steps {
		flex-direction: column;
	}
	.step {
		margin-bottom: 20px;
	}
    #what-is .section-title{
        margin-top: 4rem;
    }
	.illustration-top {
		max-width: 150px;
	}
	.illustration-bottom {
		max-width: 150px;
		bottom: -25px;
	}
	.video img {
		max-width: 150px;
	}
	.left-arrow,
	.right-arrow {
		top: 80px;
	}
	.illustration-tutorials {
		max-width: 150px;
		top: -25px;
	}
	.illustration-top-tools {
		max-width: 150px;
		height: auto;
		top: -120px;
		right: 65px;
	}
	.pt-5 {
		padding-top: 0 !important;
	}
	.left-arrow,
	.right-arrow {
		top: 25px;
	}
	.left-arrow {
		left: -65px;
	}
	.right-arrow {
		right: -65px;
	}
	.section-title,
	.big-text {
		font-size: 3rem;
	}
	.band-title,
	.widget-title {
		font-size: 2.5rem;
	}
	.band-learn-more a {
		font-size: 2rem;
	}
	.r-border {
		border-right: none;
	}
	.band-tutorials {
		height: 238px;
		margin-top: 3rem;
		margin-bottom: 3rem;
	}
	.footer-menu li {
		padding: 0 6px;
	}
	.tool-box {
		height: 222px;
		margin-bottom: 20px;
		margin-left: 15px;
	}
	.band-tools {
		height: 612px;
	}
	.flex-row-reverse {
		flex-direction: column !important;
	}
	#stay-in-touch .section-title {
		padding-top: 35px !important;
	}
	.tab-content,
	.tab-content .lib:first-child,
	.lib h3 {
		margin-top: 20px;
	}
	.play-button-bg {
		top: 18px;
		width: 50px;
		height: 50px;
		left: 50%;
		margin-left: -25px;
	}
	.play-button-bg::after {
		top: 15px;
		left: 3px;
		border-width: 10px 0 10px 20px;
	}
	.navigation-arrow {
		height: 50px;
	}
	.radio-list{
		right: 20px;
	}
	.arrow-up-circle{
		right: 20px;
	}
	.clear-band-tutorials {
		padding-top: 330px;
	}

	.page-standard-template .clear-band-tutorials {
		padding-top: 330px;
	}
	.page-standard-template h2{
		margin-top: 3rem;
	}
	.slogan {
		top: 130px;
	}
}

@media (max-width: 620px) {
	.slogan {
		top: 100px;
	}
}

@media (max-width: 575.98px) {
	.slogan h1,
	h1 {
		font-size: 4rem !important;
	}
	.slogan p{
		font-size: 1.8rem !important;
	}
	.home-top-video {
		height: 170px;
	}
	.sections {
		margin-top: 0;
	}
	.section-title {
		margin-top: 0;
		padding-top: 0;
	}
	.arrow-up-circle {
		display: none;
	}
	.band-title {
		margin-bottom: 0;
	}
	.band-learn-more a {
		font-size: 1.8rem;
		margin-bottom: 5px;
	}
	.illustration-top {
		top: -85px;
		left: 30px;
	}
	.illustration-bottom {
		right: 25px;
	}
	.left-arrow,
	.right-arrow {
		display: none !important;
	}
	.video img {
		max-width: 245px;
	}
	.videos {
		flex-direction: column !important;
	}
	.video {
		margin-bottom: 30px;
	}
	.video:last-child{
		margin-bottom: 0;
	}
	.video span {
		padding-top: 0;
	}
	.video a {
		display: flex;
		align-items: center;
		flex-direction: column;
	}
	/*#what-can-you-do .pb-5{
		padding-bottom: 0 !important;
	}*/
	.band-real-implementation {
		height: auto;
		background: #bdbdbd;
	}
	.band-real-implementation .container {
		padding-top: 20px !important;
		padding-bottom: 20px;
	}
	.f-logo,
	.f-links {
		text-align: left;
		margin-left: 20px;
	}
	.footer-menu {
		display: block !important;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.footer-menu li {
		padding: 0 !important;
		border-right: none !important;
	}
	.footer {
		height: 270px;
	}
	.copyright {
		margin-bottom: 15px;
	}
	.tab-content{
		margin-left: 5px;
		margin-right: 5px;
	}
	.play-button-bg {
		top: 33px;
		width: 75px;
		height: 75px;
		left: 50%;
		margin-left: -34.5px;
	}
	.play-button-bg::after {
		top: 20px;
		left: 5px;
		border-width: 17px 0 17px 30px;
	}
	.clear-video-list {
		padding-top: 880px;
	}
	.page-standard-template h2 {
		font-size: 2.5rem;
	}
	.page-standard-template h2.section-title{
		font-size: 3rem !important;
	}
}

@media (max-width: 470px) {
	.slogan {
		top: 80px;
	}
}

@media (max-width: 419px) {
	.slogan {
		top: 120px;
		text-align: center !important;
		align-items: center;
	}
	.slogan h1{
		margin-bottom: 40px;
	}
	.slogan p {
		width: 350px;
	}
}

@media (max-width: 370px) {
	.slogan h1 {
		margin-bottom: 10px;
	}
	.slogan {
		top: 80px;
	}
	.slogan p {
		width: 90%;
	}
}

@media (max-width: 340px) {
	.step.col-md-4 {
		padding-left: 10px;
	}
}
