/*-----------------------------------------------------------------------------------
	Opusmodus-OMC-2021
	About: A shiney new Blocs website.
	Author: OPMO
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent ugly blue glow on chrome and safari */
a:hover{text-decoration: none; cursor:pointer;}


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;animation-name: preloader-fade;animation-delay: 2s;animation-duration: 0.5s;animation-fill-mode: both;}
.preloader-complete{animation-delay:0.1s;}
@keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}}

/* = Web Fonts
-------------------------------------------------------------- */

@font-face {
	font-family:'SFProDisplay-Regular';
	src: url('./fonts/SFProDisplay-Regular/SFProDisplay-Regular.ttf');
	src: url('./fonts/SFProDisplay-Regular/SFProDisplay-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'SFProDisplay-Thin';
	src: url('./fonts/SFProDisplay-Thin/SFProDisplay-Thin.ttf');
	src: url('./fonts/SFProDisplay-Thin/SFProDisplay-Thin.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'SFProText-Regular';
	src: url('./fonts/SFProText-Regular/SFProText-Regular.ttf');
	src: url('./fonts/SFProText-Regular/SFProText-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'SFProDisplay-Light';
	src: url('./fonts/SFProDisplay-Light/SFProDisplay-Light.ttf');
	src: url('./fonts/SFProDisplay-Light/SFProDisplay-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'SFMono-Regular';
	src: url('./fonts/SFMono-Regular/SFMono-Regular.ttf');
	src: url('./fonts/SFMono-Regular/SFMono-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'SFMono-Semibold';
	src: url('./fonts/SFMono-Semibold/SFMono-Semibold.ttf');
	src: url('./fonts/SFMono-Semibold/SFMono-Semibold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
}


/* Sizes */

.bloc-lg{
	padding:100px 20px;
}
.bloc-md{
	padding:50px 20px;
}
.bloc-sm{
	padding:20px;
}

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .row{
	margin-left:0;
	margin-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	width:100%;
	height:auto;
}


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}

/* Row Margin Offsets */

.voffset{
	margin-top:30px;
}


/* = NavBar
-------------------------------------------------------------- */

.hero .hero-nav{
	padding-left:inherit;
	padding-right:inherit;
}
/* Handle Multi Level Navigation */.navbar-light .navbar-nav .nav-link {
	color: rgb(64, 64, 64);
}
.btco-menu li > a {
	padding: 10px 15px;
	color: #000;
}
.btco-menu .active a:focus,.btco-menu li a:focus ,.navbar > .show > a:focus{
	background: transparent;
	outline: 0;
}
.dropdown-menu .show > .dropdown-toggle::after{
	transform: rotate(-90deg);
}

/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}
.mg-sm{
	margin-top:10px;
	margin-bottom:5px;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}
.mg-lg{
	margin-top:10px;
	margin-bottom:40px;
}
img.mg-sm,img.mg-md,img.mg-lg{
	margin-top: 0;
}
img.mg-sm{
	margin-bottom:10px;
}
img.mg-md{
	margin-bottom:30px;
}
img.mg-lg{
	margin-bottom:50px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.btn-sq{
	border-radius: 0px;
}
.btn-wire{
	background:transparent!important;
	border:2px solid transparent;
}
.btn-wire:hover{
	background:transparent!important;
	border:2px solid transparent;
}



/* = Text & Icon Styles
-------------------------------------------------------------- */
.blockquote{
	padding:0 20px;
	border-left:2px solid;
}
.blockquote.text-right{
	border-left:0;
	border-right:2px solid;
}


.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}




.carousel-nav-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}


/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0;
	z-index:999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"SFProDisplay-Regular";
}
.container{
	max-width:1140px;
}
.h3-style{
	font-family:"SFProDisplay-Thin";
	margin-top:0px;
	font-size:36px;
	padding-top:0px;
	margin-bottom:15px;
	padding-bottom:2px;
}
.img-style{
	width:361px;
	margin-bottom:20px;
}
.p-style{
	text-indent:px;
	font-family:"SFMono-Semibold";
}
.row-12-margin-top{
	margin-top:-96px;
}
.p-margin-top{
	margin-top:30px;
	font-size:16px;
	margin-bottom:20px;
	font-family:"SFProText-Regular";
}
.p-margin-bottom{
	margin-bottom:0px;
	margin-top:49px;
}
.p-44-style{
	font-size:12px;
	width:100%;
	line-height:16px;
}
.link-style{
	font-weight:normal;
	color:#000000!important;
	font-family:"SFProDisplay-Light";
	font-size:24px;
}
.footer-link{
	font-family:"SFProDisplay-Regular";
	font-size:14px;
}
.img-sem-lo-style{
	width:240px;
}
.img-mozarteum-lo-style{
	width:160px;
	margin-top:30px;
}
.p-bloc-5-margin-top{
	margin-top:30px;
	font-family:"SFProText-Light";
	font-size:16px;
}
.p-bloc-4-style{
	font-family:"SFProText-Regular";
}
.img-8-style{
	width:160px;
}
.img-9-style{
	width:200px;
	margin-top:30px;
}
.h5-margin-top{
	margin-top:30px;
	font-size:14px;
}
.p-bloc-2-style{
	font-family:"SFProText-Regular";
}
.background1{
	font-family:"SFProDisplay-Regular";
}
.img-9-margin-top{
	margin-top:30px;
}
.h6-bloc-2-style{
	font-size:14px;
}
.h6-bloc-3-style{
	font-size:14px;
}
.img-bloc-0-style{
	width:555px;
}
.img-tonnetz--style{
	width:340px;
}
.img-tonnetz-mxm-margin-top{
	margin-top:20px;
	width:615px;
	margin-bottom:0px;
}
.row-margin-bottom{
	margin-bottom:0px;
}
.img-counterpoin-style{
	width:901px;
	margin-top:20px;
	margin-bottom:50px;
}
.h6-bloc-4-style{
	font-size:14px;
	margin-bottom:80px;
}
.row-bloc-1-margin-bottom{
	margin-bottom:0px;
}
.background{
	border-color:#FEFFFF!important;
	background:linear-gradient(0deg, #F5F5F5, #FFFFFF);
	border-style:none;
	background-color:#FEFFFF;
}
.navbar-brand img{
	width:50px;
	height:50px;
}
.h1-feature-title-style{
	font-size:60px;
	font-family:"SFProDisplay-Heavy";
	margin-top:30px;
}
.btn-get-started-style{
	width:100%;
}
.h3-margin-bottom{
	margin-bottom:-17px;
}
.h1-6-style{
	font-family:"SFProDisplay-Heavy";
	font-size:60px;
}
.img-margin-bottom{
	height:600px;
	width:458px;
}
.p-9-style{
	font-family:"SFProText-Regular";
	font-size:16px;
	width:70%;
	margin-bottom:16px;
}
.bloc-39302-margin-bottom{
	margin-bottom:32px;
	margin-top:-88px;
}
.h1-margin-left{
	margin-left:16px;
	width:95.73%;
	font-size:60px;
	font-family:"SFProDisplay-Thin";
}
.h3-margin-left{
	margin-left:16px;
	width:95.73%;
}
.p-margin-left{
	margin-left:16px;
	width:95.73%;
	font-family:"SFProText-Regular";
}
.btn-margin-left{
	margin-left:16px;
}
.img-42-school1-margin-top{
	margin-top:0px;
	width:635px;
	margin-left:-16px;
}
.frame{
	box-shadow:0px 0px 0px #000000;
}
.feature-col-mt{
	margin-top:29px;
}
.hero-first-col-mb{
	margin-bottom:30px;
}
.p-16-style{
	font-family:"SFProText-Regular";
	font-size:16px;
}
.label-style{
	width:100%;
}
.h1-8-style{
	font-family:"SFProDisplay-Thin";
	font-size:60px;
	margin-bottom:20px;
	margin-top:50px;
}
.h3-margin-top{
	margin-top:30px;
	margin-bottom:10px;
	font-family:"SFProDisplay-Light";
}
.btn{
	margin:5px 5px 5px 5px;
}
.h3-lessons-margin-top{
	margin-top:0px;
	font-family:"SFProDisplay-Thin";
}
.img-42-schoo-margin-top{
	margin-top:0px;
}
.img-icon-512x512--style{
	width:160px;
	margin-top:-5px;
}
.h1-opusmodus-style{
	font-size:50px;
	font-family:"SFProDisplay-Light";
	margin-top:0px;
	padding-top:0px;
	margin-bottom:0px;
	padding-bottom:0px;
}
.carousel-margin-top{
	margin-top:30px;
}
.menu-size{
	font-size:16px;
	float:none;
	font-family:"SFProDisplay-Semibold";
	text-transform:none;
	background-size:auto auto;
	height:70px;
}
.link-padding{
	width:100%;
	margin-left:30px;
	font-family:"SFProDisplay-Medium";
	font-weight:400;
	font-size:15px;
	padding:22px 22px 22px 22px;
}
.menu{
	font-family:"SFProText-Medium";
	background-position:center top;
	float:none;
	font-size:15px;
	text-transform:none;
}
.link-home-style{
	width:100%;
	font-family:"SFProDisplay-Semibold";
	text-transform:none;
	font-size:16px;
	color:#FEFFFF!important;
	text-decoration:none;
}
.p-lessons-style{
	width:48.86%;
	font-family:"SFProText-Regular";
	margin-top:20px;
}
.img-tonnet-style{
	width:534px;
}
.img-tonnetz-mxm-style{
	width:684px;
}
.img-tonnetz-8--style{
	width:768px;
}
.img-24-style{
	width:529px;
}
.p-omn-style{
	width:70%;
	font-size:16px;
	font-family:"SFProText-Regular";
}
.img-snippe-style{
	width:542px;
}
.img-snippet-mxm-style{
	width:475px;
}
.img-10-style{
	width:448px;
}
.img-11-style{
	width:446px;
}
.img-12-style{
	width:576px;
}
.img-13-style{
	width:752px;
}
.img-14-snippe-style{
	width:508px;
}
.img-15-snippet-mxm-style{
	width:792px;
}
.p-microtonality-style{
	width:70.96%;
	font-family:"SFMono-Regular";
	font-size:14px;
}
.img-micr-style{
	width:567px;
}
.img-micro-mxm-style{
	width:723px;
}
.img-18-style{
	width:661px;
}
.img-19-style{
	width:642px;
}
.h6-choralis-style{
	font-size:12px;
}
.p-tonnetz-style{
	width:70%;
	font-size:16px;
	font-family:"SFProText-Regular";
}
.p-counterpoint-style{
	width:70%;
	font-size:16px;
	font-family:"SFProText-Regular";
}
.bloc-downloads-margin-bottom{
	margin-bottom:25px;
}
.h3-downloads-style{
	font-family:"SFProDisplay-Light";
}
.img-32-style{
	width:64px;
}
.img-bann-style{
	width:64px;
}
.h3-microtonality-style{
	font-family:"SFProDisplay-Light";
	margin-top:30px;
}
.h1-8-heading-1-style{
	width:100%;
	font-size:40px;
}
.p-downloads-style{
	font-size:15px;
}
.img-36-style{
	margin-top:0px;
	height:405px;
}
.row-margin-top{
	margin-top:0px;
	margin-bottom:0px;
}
.img-size{
	;
}
.img-opmo-id-style{
	height:500px;
	width:500px;
}
.menu-size:hover{
	font-family:"SFProDisplay-Semibold";
	font-size:16px;
	text-transform:none;
}
.menu-size:active{
	font-size:16px;
	font-family:"SFProDisplay-Semibold";
}
.link-home-style:hover{
	font-size:16px;
	font-family:"SFProDisplay-Semibold";
	color:#FEFFFF!important;
}
.link-home-style:active{
	font-family:"SFProDisplay-Semibold";
	font-size:16px;
	color:#FEFFFF!important;
}
.row-bloc-8-margin-bottom{
	margin:25px 82px 70px 82px;
}
.link-margin-top{
	margin-top:30px;
	margin-bottom:20px;
}
.h1-programmers-style{
	font-family:"SFProDisplay-Light";
	font-size:40px;
}
.h1-contributors-style{
	font-family:"SFProDisplay-Light";
	font-size:40px;
}
.h1-46-style{
	font-family:"SFProDisplay-Thin";
	font-size:60px;
}
.h1-meet-our-team-style{
	font-size:60px;
	font-family:"SFProDisplay-Thin";
}
.p-bloc-14-margin-top{
	margin-top:-96px;
	font-size:19px;
}
.p-founder-style{
	font-size:19px;
}
.p-87-style{
	font-size:19px;
}
.h1-the-team-style{
	font-size:60px;
	font-family:"SFProDisplay-Thin";
	margin-bottom:50px;
}
.h1-about-style{
	font-size:50px;
	font-family:"SFProDisplay-Light";
	margin-bottom:0px;
}
.row-about-margin-bottom{
	margin-bottom:1px;
}
.p-home-style{
	font-size:17px;
	margin-top:50px;
	font-family:"SFProText-Regular";
	margin-bottom:0px;
}
.h6-about-style{
	font-size:12px;
}
.h3-howto-videos-style{
	width:22.46%;
}
.img-plot-style{
	height:405px;
}
.img-quick-gui-style{
	height:405px;
}
.p-graphs-style{
	width:70%;
	font-family:"SFProText-Regular";
}
.p-howto-videos-style{
	font-family:"SFProText-Regular";
}
.p-3-style{
	font-family:"SFProText-Regular";
}
.p-4-style{
	font-family:"SFProText-Regular";
}
.p-5-style{
	font-family:"SFProText-Regular";
}
.p-6-style{
	font-family:"SFProText-Regular";
}
.p-7-style{
	font-family:"SFProText-Regular";
}
.h1-kmtc-video-style{
	font-size:60px;
	font-family:"SFProDisplay-Thin";
	margin-top:0px;
}
.h3-kmtc-video-style{
	font-family:"SFProText-Light";
	margin-bottom:25px;
}
.bloc-margin-top{
	margin-top:132px;
	padding-top:0px;
}
.container-div-tonnetz-style{
	height:45px;
}
.container-div-counterpoint-style{
	height:45px;
}
.container-div-0-style{
	height:45px;
}
.container-div-style{
	height:45px;
	margin-bottom:14px;
}
.bloc-kmtc-video-margin-bottom{
	margin-bottom:0px;
}
.wave-size{
	text-align:center;
	margin-right:80px;
	margin-left:80px;
}
.h6-9-style{
	font-size:12px;
}
.img-mader-style{
	width:723px;
}
.img-micropolyphony-style{
	width:550px;
}
.h3-1-style{
	font-family:"SFProDisplay-Light";
	margin-left:0px;
	width:100%;
}
.h1-bloc-2-style{
	font-size:54px;
	font-family:"SFProDisplay-Thin";
	width:100%;
	background-color:transparent;
	margin-top:-50px;
}
.row-margin-left{
	margin-left:82px;
	margin-right:82px;
}
.row-graphs-margin-left{
	margin-left:82px;
	margin-right:82px;
	margin-top:25px;
}
.row-23-margin-left{
	margin-left:82px;
	margin-right:82px;
	margin-top:25px;
}
.row-kmtc-video-margin-bottom{
	margin-bottom:40px;
}
.img-bloc-3-style{
	width:480px;
}
.row-copyright-margin-top{
	margin-top:-20px;
}
.h3-bill-st-clair-style{
	font-size:26px;
}
.h3-dominik-šedivý-style{
	font-size:26px;
}
.h3-22-style{
	font-size:26px;
}
.p-front-style{
	font-family:"SFProDisplay-Regular";
	font-size:18px;
}
.btn-style{
	width:100%;
	margin-top:16px;
}
.text-span-color{
	color:#ffffff;
}
.bloc-padding-left{
	padding-left:60px;
	padding-right:57px;
}
.img-padding-top{
	padding-top:0px;
}
.p-poster-style{
	font-size:18px;
	font-family:"SFProText-Regular";
}
.p-90-style{
	font-size:18px;
	font-family:"SFProText-Regular";
}
.bloc-padding-top{
	padding-top:2px;
}
.row-bloc-0-margin-bottom{
	margin-bottom:-8px;
	margin-top:-10px;
}
.h1-padding-top{
	padding-top:15px;
	font-family:"SFProDisplay-Light";
}
.h1-tonnetz-style{
	font-size:50px;
	padding-top:20px;
	font-family:"SFProDisplay-Light";
}
.p-about-style{
	font-family:"SFProText-Regular";
	font-size:16px;
}
.h1-style{
	font-size:40px;
	font-family:"SFProDisplay-Light";
}
.h1-howto-videos-style{
	font-size:50px;
	font-family:"SFProDisplay-Light";
}
.h1-omn-style{
	font-size:50px;
	padding-top:20px;
	margin-bottom:0px;
	font-family:"SFProDisplay-Light";
}
.h1-microtonality-style{
	font-size:50px;
	padding-top:20px;
	font-family:"SFProDisplay-Light";
}
.h1-counterpoint-style{
	font-size:50px;
	padding-top:20px;
	font-family:"SFProDisplay-Light";
}
.h1-micropolyphony-style{
	font-size:50px;
	padding-top:20px;
	font-family:"SFProDisplay-Light";
}
.h1-graphs-style{
	font-size:50px;
	padding-top:20px;
	font-family:"SFProDisplay-Light";
}
.h1-11-style{
	font-size:50px;
	font-family:"SFProDisplay-Light";
}
.h1-manuals-style{
	font-size:40px;
	font-family:"SFProDisplay-Light";
}
.h5-style{
	font-size:2px;
}
.h2-style{
	font-size:50px;
	font-family:"SFProDisplay-Light";
}
.h1-margin-bottom{
	margin-bottom:20px;
	padding-top:20px;
	padding-bottom:0px;
	font-family:"SFProDisplay-Light";
	font-size:50px;
}
.p-44089-style{
	font-family:"SFProText-Regular";
}
.p-23046-style{
	font-family:"SFProText-Regular";
}
.p-host-style{
	font-family:"SFProDisplay-Regular";
}
.h1-poster-style{
	font-size:50px;
	margin-bottom:0px;
	font-family:"SFProDisplay-Light";
}
.h2-poster-style{
	font-family:"SFProDisplay-Thin";
	font-size:36px;
	padding-top:0px;
	margin-top:0px;
}
.h3-omn-style{
	font-family:"SFProDisplay-Light";
}
.h1-13-style{
	font-size:40px;
	font-family:"SFProDisplay-Light";
}
.h1-testimonial-style{
	font-size:40px;
	font-family:"SFProDisplay-Light";
}
.h1-10-style{
	font-family:"SFProDisplay-Light";
	font-size:40px;
}
.img-34-style{
	width:340px;
}
.img-janusz-podraz-style{
	width:480px;
}
.h1-49771-style{
	font-family:"SFProDisplay-Light";
	font-size:50px;
}
.h3-8-style{
	font-family:"SFProDisplay-Light";
	font-size:14px;
}
.img-33-style{
	height:470px;
}
.p-1-style{
	font-size:18px;
	font-family:"SFProText-Regular";
}
.h4-color{
	color:#000000;
}
.h1-1-style{
	font-family:"SFProDisplay-Regular";
	font-size:76px;
	margin-bottom:-10px;
	padding-bottom:0px;
}
.h1-bloc-24-style{
	font-family:"SFProDisplay-Light";
}
.container-div-padding-top{
	padding-top:25px;
}
.btn-margin-right{
	width:15.02%;
}

/* = Colour
-------------------------------------------------------------- */

/* Background colour styles */

.bgc-white{
	background-color:rgba(255,255,255,0.8);
}
.bgc-white-2{
	background-color:#FFFFFF;
}
.bgc-pastel-orange{
	background-color:#FABE4B;
}
.bgc-black{
	background-color:#000000;
}
.bgc-ucla-blue{
	background-color:#5460A8;
}
.bgc-white-3{
	background-color:#FFFFFF;
}
.bgc-light-crimson{
	background-color:#F26A8A;
}
.bgc-purple-mountain-majesty{
	background-color:rgba(168,108,175,0.70);
}
.bgc-french-rose{
	background-color:#FF4B7D;
}
.bgc-ube{
	background-color:#7B83BC;
}
.bgc-steel-blue{
	background-color:#436FB2;
}
.bgc-cerise-pink{
	background-color:#E9328D;
}
.bgc-steel-blue-2{
	background-color:#436FB2;
}
.bgc-brilliant-lavender{
	background-color:#ECB7F3;
}
.bgc-jonquil{
	background-color:rgba(255,203,96,0.80);
}

/* Text colour styles */

.tc-black{
	color:#000000!important;
}
.tc-white{
	color:#FFFFFF!important;
}
.tc-white-2{
	color:#FFFFFF!important;
}
.tc-white-3{
	color:#FFFFFF!important;
}

/* Bloc image backgrounds */




/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	.p-lessons-style{
		width:68.94%;
	}
	.h3-howto-videos-style{
		width:34.54%;
	}
	.img-quick-gui-style{
		height:405px;
	}
	.h5-margin-top{
		font-size:14px;
	}
	.h3-bill-st-clair-style{
		font-size:24px;
	}
	.h3-dominik-šedivý-style{
		font-size:24px;
	}
	.h3-22-style{
		font-size:24px;
	}
	.img-plot-style{
		height:405px;
	}
	.p-44-style{
		width:100%;
	}
	.img-33-style{
		height:405px;
	}
	div[class^="col-"], div[class*=" col-"]{
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.full-width-bloc div[class^="col-"], .full-width-bloc div[class*=" col-"]{
		margin-top: 0;
		margin-bottom: 0;
	}
	
	/* MD Text Margin Offsets */
	.mg-lg-md{
		margin-top: 10px;
		margin-bottom:40px;
	}
	
}

@media (max-width: 767px){
	.h5-margin-top{
		width:100%;
		font-size:15px;
	}
	.h3-howto-videos-style{
		width:47.15%;
	}
	.img-quick-gui-style{
		height:320px;
	}
	.img-plot-style{
		height:320px;
	}
	.h1-opusmodus-style{
		font-size:40px;
	}
	.h3-style{
		font-size:32px;
		padding-top:0px;
	}
	.img-33-style{
		height:320px;
	}
	
	/* Small Text Margin Offsets */
	.mg-clear-sm{
		margin:0;
	}
	
}

@media (max-width: 575px){
	.footer-link{
		text-align:center;
	}
	.h1-opusmodus-style{
		font-size:40px;
	}
	.h3-style{
		font-size:24px;
	}
	.p-home-style{
		font-size:14px;
	}
	.h3-howto-videos-style{
		width:74.07%;
		font-size:20px;
	}
	.p-omn-style{
		font-size:14px;
	}
	.p-9-style{
		font-size:14px;
	}
	.h3-microtonality-style{
		font-size:20px;
	}
	.p-microtonality-style{
		font-size:10px;
	}
	.p-tonnetz-style{
		font-size:14px;
	}
	.p-counterpoint-style{
		font-size:14px;
	}
	.p-margin-top{
		font-size:14px;
	}
	.p-16-style{
		font-size:14px;
	}
	.h6-downloads-style{
		font-size:14px;
	}
	.h3-downloads-style{
		font-size:20px;
	}
	.h1-programmers-style{
		font-size:40px;
	}
	.h1-contributors-style{
		font-size:40px;
	}
	.p-44-style{
		font-size:12px;
	}
	.h3-22-style{
		font-size:18px;
	}
	.h3-dominik-šedivý-style{
		font-size:18px;
	}
	.h3-bill-st-clair-style{
		font-size:18px;
	}
	.h5-margin-top{
		font-size:14px;
	}
	.img-plot-style{
		height:240px;
	}
	.img-quick-gui-style{
		height:240px;
	}
	.h1-49771-style{
		font-size:40px;
	}
	.h3-8-style{
		font-size:14px;
	}
	.img-33-style{
		height:187px;
	}
	
}

