
.squarebox {
    color: #00b3ca;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid #00b3ca;
    margin: 0px 10px;
    line-height: 15px;
}

.subscription-error {
    display: none;
    width: 400px;
    min-height: 230px;
    background: #FFFFFF;
    padding:10px;
    border-radius:10px;
}

.subscription-error #title {
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Open Sans', sans-serif;
}

.subscription-error #body {
    width: 80%;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    box-sizing: border-box;
    margin-left: 15%;
    margin-top: 3%;
}

.subscription-error #message {
    width: 80%;
    color: #aca6a6;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    line-height: 20px;
    text-transform: uppercase;
    margin-left: 15%;
    margin-bottom: 5%;
}

#subscription-error-cnf  #body {
    margin: auto;
    margin-top: 5%;
}

.general-error {
    display: none;
    width: 320px;
    height: 215px;
    background: #FFFFFF;
    padding:10px;
    border-radius:10px;
}

.general-error #title {
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px;
    font-family: 'Open Sans', sans-serif;
}

.general-error #body {
    width: 80%;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    box-sizing: border-box;
    margin-top: 16px;
    margin: auto;
    text-align: center;
}

.general-error .btn {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    position: relative;
    bottom: 0px;
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 5%;
    border-radius: 40px;
    background-color: #cecece;
    text-align: center;

    padding: 9px 15px;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
}

.general-error .link {
    margin-top: 25px;
    background-color: #00b3ca;
    font-weight: 600;
}

.confirmation-upgrade {
    display: none;
    background: #FFFFFF;
    padding:20px 70px;
    border-radius:10px;
    max-width: 650px;
}

.confirmation-upgrade #title {
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
    margin-top: 20px;
    font-family: Gilroy-regular;
}

.confirmation-upgrade #body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    box-sizing: border-box;
    text-align: center;
    margin: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}


.confirmation-upgrade .btn {
    font-family: Gilroy-Regular;
    line-height: normal;
    font-size: 18px;
    position: relative;
    bottom: 0px;
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 5%;
    border-radius: 40px;
    background-color: #cecece;
    text-align: center;
    padding: 9px 15px;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
}

.confirmation-upgrade .link {
    margin-top: 25px;
    background-color: #00b3ca;
    font-weight: 600;
}

.subscriptionsPanel {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.subscriptionsPanel h4 {
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px;
}

.subscriptionsPanel h1, .subscriptionsPanel h2, .subscriptionsPanel h3, .subscriptionsPanel h4, .subscriptionsPanel h5, .subscriptionsPanel h6 {
    font-weight: bold;
    margin-bottom: 10px;
}

.subscriptionsPanel * {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    box-sizing: border-box;
}

.subscriptionsPanel .tabs-menu {
    display: block;
    width: 340px;
    margin-top: 96px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 40px;
    background-color: #fff;
    color: #fff;
}

.subscriptionsPanel .tab-link {
    width: 170px;
    border-radius: 40px;
    background-color: #fff;
    color: #000;
}

.subscriptionsPanel .tab-link.w--current {
    width: 170px;
    border-radius: 40px;
    background-image: -webkit-linear-gradient(270deg, #ff760a, #ff1f00);
    background-image: linear-gradient(180deg, #ff760a, #ff1f00);
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-weight: 700;
}

.subscriptionsPanel .tab-link-2 {
    width: 170px;
    padding-right: 16px;
    padding-left: 16px;
    border-radius: 40px;
    background-color: #fff;
    color: #903333;
}

.subscriptionsPanel .text-block {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-align: center;
}

.subscriptionsPanel .text-block-2 {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-weight: 600;
    text-align: center;
}


.subscriptionsPanel .tier-column {
    display: inline-block;
    width: 20%;
    min-width: 320px;
    height: 600px;
    //margin-top: 64px;
    float: left;
    background-color: transparent;
}

.subscriptionsPanel .tab-pane {
    margin-left: 0px;
    padding-right: 24px;
    padding-left: 24px;
}

.subscriptionsPanel .pricing-tier-content {
    display: block;
    width: 90%;
    height: 95%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 11px 0 43px 5px rgba(0, 0, 0, .05);
}

.subscriptionsPanel .tier-name {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 16px;
    padding-right: 16px;
    padding-left: 16px;
    font-family: 'Open Sans', sans-serif;
    color: #ff5c00;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.subscriptionsPanel .price {
    margin-bottom: 24px;
    padding-left: 16px;
    font-family: 'Open Sans', sans-serif;
    font-size: 56px;
    font-weight: 400;
}

.subscriptionsPanel .price-details {
    width: 100%;
    margin-bottom: 24px;
    padding-left: 16px;
    clear: left;
    color: #aca6a6;
    font-size: 12px;
}

.subscriptionsPanel .separator {
    width: 100%;
    height: 1px;
    margin-bottom: 16px;
    padding-top: 1px;
    background-color: rgba(0, 0, 0, .1);
}

.subscriptionsPanel .button {
    position: relative;
    left: 0px;
    bottom: 0px;
    display: block;
    text-align: center;
}

.subscriptionsPanel .btn, .subscription-error .btn {
    position: relative;
    bottom: 0px;
    display: block;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    border-radius: 40px;
    background-color: #cecece;
    text-align: center;
    padding: 9px 15px;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
}

.subscriptionsPanel .selected {
    margin-top: 16px;
    font-weight: 700;
}

.subscriptionsPanel .upgrade, .subscription-error .link {
    margin-top: 16px;
    background-color: #00b3ca;
    font-weight: 600;
}

.subscriptionsPanel .features {
    height: 300px;
    padding-right: 16px;
    padding-left: 16px;
}

.subscriptionsPanel .features-list {
    height: 300px;
}

.subscriptionsPanel .heading {
    padding-left: 16px;
}

.subscriptionsPanel .feature {
    margin-bottom: 12px;
    padding-left: 16px;
    font-weight: 300;
}

.subscriptionsPanel .text-block-3 {
    font-weight: 600;
    text-align: center;
}

.subscriptionsPanel .text-block-4 {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
}

.subscriptionsPanel .tab-pane-2 {
    padding-right: 24px;
    padding-left: 24px;
}

.subscriptionsPanel .text-block-5 {
    position: absolute;
    display: block;
    width: 100%;
    margin-top: 16px;
    margin-right: auto;
    margin-left: -24px;
    color: #333;
    font-weight: 400;
    text-align: center;
}

.subscriptionsPanel .tabs {
    font-weight: 300;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch-slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .switch-slider {
    background-color: #00b3ca;
}

input:focus + .switch-slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .switch-slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.switch-slider.round {
    border-radius: 34px;
}

.switch-slider.round:before {
    border-radius: 50%;
}

#link-plugin-mobile-app {
    display: flex;
    justify-content: center;
    align-items:center;
    flex-direction: column;
    font-family: Gilroy-Regular;
    position:relative;
    bottom:0px;
    width:100%;
}

#link-plugin-mobile-app .img-mobile-app {
    height: 70px;
    width: 168px;
    margin-right: 20px;
}

#link-plugin-mobile-app .img-plugin-premiere {
    height: 70px;
    width: 70px;
    margin-left: 20px;
}

#link-plugin-mobile-app .eleaptic {
  width: 70px;
}

@media screen and (max-width: 1400px){
    .subscriptionsPanel {
        flex-wrap: wrap;
    }
}

#main-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin:10px auto;
    justify-content: center;
}

.container-dev-broadcast {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 100%;
}

@media only screen and (max-width: 1400px)  {
    #main-container,#footnotes {
	zoom: 0.80;
    }
}


.item-container {
    width:250px;
    min-width:250px;
    min-height:460px;
    background:#242223;
    border-radius: 10px;
    display:flex;
    flex-direction: column;
    align-items: flex-end;
}

.item-container-software {
    padding:10px;
    min-width:530px;
    width:530px;
    background:#3386FF;
    border-radius: 10px;
    display:flex;
    flex-direction: column;
    margin:10px;
    margin-bottom: 60px;
}

.overridedev {
    min-width:270px;
    width:270px;
    background:#03BD93;
    margin-bottom: 60px;
}

.overridestarter {
    min-width:270px;
    width:270px;
    background:#F0F0F0;
    margin-bottom: 60px;
}
.overridebroadcast {
    min-width:270px;
    width:270px;
    background:#FFBF15;
    margin-bottom: 60px;
}

.item-container-software > div {
    display:flex;
    flex-direction: row;
    justify-content:space-between ;
}

.item-container-software-title {
    text-align:center;
}

.item-container-software-title p {
    text-align:center;
    width:100%;
    color:white;
    margin:0px;
    margin-bottom:10px;
}

.item-container-header {
    color:#FFFFFF;
    opacity: 0.9;
    padding:10px;
    text-align:left;
    width:100%;
}

.item-container-header-left {
    float:left;
}

.item-container-header-sep {
    width:1px;
    height:calc(100% + 20px);
    float:right;
    background:#FFFFFF;
    margin:0px 10px;
}

.item-container-header-right {
    float:right;
    position: relative;
}

.item-container-header-right::before {
    content:"";
    position: absolute;
    left: -55px;
    top: 0;
    color:yellow;
}



.item-container-header-right > .item-container-header-line1 {
    text-align:center;
}
.item-container-header-left > .item-container-header-line1 {
    text-transform: uppercase;
}

.item-container-header-line1 {

}

.strikethrough {
    position: relative;
}
.strikethrough:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 2px solid;
    border-color: red;

    -webkit-transform:rotate(-5deg);
    -moz-transform:rotate(-5deg);
    -ms-transform:rotate(-5deg);
    -o-transform:rotate(-5deg);
    transform:rotate(-5deg);
}

.item-container-header-line2 {
    font-size:14px;
}

.item-container-header-right .item-container-header-line2 {
    font-size:10px;
}

.item-container-body {
    width:70%;
    height:calc(100%);
    background:#FFFFFF;
    border-radius: 10px 0px 10px 0px;
    margin-right:0px;
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top:20px;
}

.item-container-body-line {
    text-align:left;
    font-size:12px;
    font-weight:bold;
    margin-left:-75px;
    white-space : nowrap;
    display:flex;
}

.item-container-body-line > div {
    display:inline-block;
    margin:10px;
    white-space:normal;
}

.item-container-body-line > div:first-child {
    color:#FFFFFF;
    min-width:75px;
    max-width:75px;
    text-align:center;
    align-self:center;
    font-size:16px;
    margin:0px;
    color:#00b3ca;
    font-size:18px;
}

.item-container-body-line > div:last-child {
    width: 100%;
    display: flex;
    align-items: center;
}
.smiley,.headset {
    width:auto;
    height:30px;
}
.warninglogo {
    width:auto;
    height:30px;
}

.infinityanime {
    width:50px;
    height:auto;
}

.item-container-submit {
    cursor:pointer;
    background-color: #00b3ca;
    padding:10px;
    border-radius:10px;
    color:white;
    text-align:center;
}

.item-container-footer {
    color: grey;
    font-style: italic;
    text-align:right;
    margin:0px !important;
    margin-right:10px !important;
}

.item-container-footer > p {
    text-align: right;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size:10px;
}

.item-container-footerlink > a {
    color:black;

    margin-bottom: -20px;
    padding: 0 10px 0 10px;
    background: #F0F0F0;
}

.item-container-footerlink {
    height:20px;
    border-bottom: 5px solid #3386FF;
    border-left: 5px solid #3386FF;
    border-right: 5px solid #3386FF;
    display:flex;
    align-items:center;
    text-align:center;
    justify-content:center;
    color:black;
    min-width:calc(100% + 20px);
    margin-left:-10px;
    margin-top:30px;
    margin-bottom:-50px;
    border-radius: 0 0 5px 5px;
}

.item-container-footerlink.link0 {
    font-size: 10px;
    border:0px;
}

.item-container-footerlink.link1 {
}

.item-container-footerlink.link2 {
    border-bottom: 5px solid #03BD93;
    border-left: 5px solid #03BD93;
    border-right: 5px solid #03BD93;
}

.item-container-footerlink.link3 {
    border-bottom: 5px solid #FFBF15;
    border-left: 5px solid #FFBF15;
    border-right: 5px solid #FFBF15;
}

.subscription-new {
  min-height: 80%;
  margin: 20px;
  font-family: Gilroy-Regular;
  text-align:center;
}

.subscription-new h2 {
  text-align: center;
  font-family: Gilroy-Bold;
}

.single-track-license, .memberships {
  display: flex;
  justify-content: center;
  position: relative;
  min-height: 25vh;
}

.single-licenses {
  display: none;
}

.starter .woman-face {
  width: 100%;
  height: 100%;
}

.commercial {
  margin-bottom: 25px;
}

.premium-description, .standard-description, .custom-description {
    //height: 100px;
  line-height: 1.3rem;
}

.custom p.p-custom-compo {
  margin-top: 30px;
}

.subscription-new p.price {
  font-size: 30px;
  margin-bottom: 10px;
}

.per-track {
  position: relative;
  font-size: 14px;
  bottom: 15px;
}

.per-single {
  position: relative;
  font-size: 9px;
  top: 5px;
  right: 67px;
  display: inline-block;
}

.premium .per-single, .standard .per-single {
  display: block;
    top: -15px;
}

.premium .per-single {
  right: -26px;
}

.standard .per-single {
  right: -18px;
}

.mini-size {
  font-size: 13px;
  margin-bottom: 20px;
}

.subscription-new p.subscription-border::after {
  content: '';
  position: relative;
  width: 35px;
  height: 0.05rem;
  top: 9px;
  display: block;
  background-color: black;
  margin: 0 auto;
}

.medium-bold {
  font-size: 13px;
  font-weight: bold;
}

a.btn-outline {
  border: 1px solid #000;
  border-radius: 3px;
  text-decoration: none;
  color: #000;
  padding: 5px;
  display: inline-block;
  transition-duration: 0.4s;
}
a.btn-outline:hover {
  border: 1px solid #00b3ca;
  border-radius: 3px;
  text-decoration: none;
  color: #00b3ca;
  padding: 5px;
  transition-duration: 0.4s;
}

a.btn-small-bold {
  font-size: 12px;
  font-weight: bold;
}

.memberships .download-app {
  margin-top: 20px;
}

.plus-gold {
  position: relative;
  font-size: 12px;
  bottom: 5px;
  color: #00b3ca;
}

.woman-dance {
  background-image: url('../images/dancing2000x2000.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: bottom;
  background-position-x: 9vw;
}

.subscription-new .underline {
  padding-bottom: 3px;
  border-bottom: 1px solid #000;
  line-height: 1.6rem;
}

.commercial p.price {
  padding-left: 13px;
}

.subscription-new .custom p:nth-child(5) span, .subscription-new .starter p span {
  line-height: 1rem;
}

.subscription-new .starter p span, .subscription-new .starter p {
  line-height: 1.5rem;
}

.memberships h4 {
  margin-top: 0px;
}
.memberships h3 {
  margin-bottom: 5px;
  text-transform: uppercase;
}

.tracks-per-month {
  font-size: 14px;
  margin-bottom: 25px;
}

.price-bold {
  font-weight: 700;
  font-family: Gilroy-bold;
}

.info-icon {
  background-image: url('../images/information-(1).png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 16px;
  margin-left: 95%;
  position: relative;
  top: 10px;
  cursor: pointer;
}

.background-personal-modal, .background-commercial-modal, .background-custom-modal, .background-starter-modal, .background-maverick-modal, .background-business-modal {
  display: none;
  background: rgba(255, 255, 255, 1);
  position: relative;
  width: 40%;
  height: auto;
  z-index: 1;
  margin: 0 auto;
  top: 25%;
}

.background-personal-modal {
  left: 0%;
}

.background-custom-modal {
  left: 75%;
}

.background-commercial-modal {
  left: 25%;
}

.background-starter-modal {
  left: 0%;
  width: 100%;
}

.starter {
  position: relative;
}

.txt-modal {
  color: #000;
  padding: 10px 30px;
  font-size: 14px;
  text-align: left;
}

.txt-modal .underline {
  border-bottom: 1px solid #fff;
}

.txt-modal .subscription-border::after {
  background-color: #fff;
}

.txt-modal h3 {
  margin-top: 5px;
  text-align: center;
}

.subscription-new .fa-angle-left {
  color: #e5e5e5;
  cursor: pointer;
  position: absolute;
  left: 25px;
  top: 11px;
}


.modal-border::after {
  content: '';
  position: relative;
  width: 230px;
  height: 0.05rem;
  top: 2px;
  display: block;
  background-color: #fff;
  margin: 0 auto;
}

.txt-modal .mini-size {
  margin-top: -7px;
  font-size: 10px;
}

@media screen and (max-width: 800px){

  .memberships {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }

 .starter, .maverick, .business, .single-licenses {
    width: 42%;
    margin-bottom: 15px;
  }

  .custom, .standard, .premium {
    width: 30%;
  }

  .starter {
    width: 52%;
  }

  .woman-face {
    background: #fff;
    height: 305px;
  }

  .business, .single-licenses, .starter, .maverick {
    border-right: 0;
  }

  .per-track {
    display: inline-block;
  }

  .per-single {
    display: inline-block;
  }

}

@media screen and (max-width: 528px) {
  .per-single {
    top: 5px;
    right: 0px;
  }
}

.uk-accordion {
    list-style: none;
    padding: 0;
}

.uk-accordion-content {
    margin-top: -10px;
    margin-bottom: 35px;
}

.uk-accordion>:nth-child(n+2) {
    margin-top: 20px;
}

.btn-orange {
  border: 1px solid #00b3ca;
  border-radius: 3px;
  text-decoration: none;
  color: #00b3ca;
  background-color: #fff;
  padding: 8px;
  transition-duration: 0.5s;
  text-transform: uppercase;
  font-weight: 700;
}

.btn-orange:hover {
  border: 1px solid #00b3ca;
  border-radius: 3px;
  text-decoration: none;
  color: #fff;
  background-color: #00b3ca;
  padding: 8px;
  transition-duration: 0.5s;
  opacity: 0.65;
}

.accordion-title {
  text-decoration: none;
  color: #000;
  border: 1px solid #000;
  display: block;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  font-family: Gilroy-bold
}

.accordion-title-open {
  background: linear-gradient(104.71deg, #00b3ca 27.64%, #424361 142.83%);
  color: #fff;
}

ul.uk-accordion li {
  text-align: left;
}

.uk-accordion-content {
  text-align: center;
}

.background-div-subscriptions-maverick, .background-div-subscriptions-business {
    display: none;
    position: fixed;
    background: rgba(230, 230, 230, 0.7);
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 11;
}

.starter .info-icon, .single-licenses .info-icon, .standard .info-icon, .premium .info-icon, .custom .info-icon {
  visibility: hidden;
}

.background-aside-maverick {
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff;
  display: none;
  position: absolute;
  height: 100%;
  width: 25%;
  z-index: 1;
}

.background-aside-maverick {
  left: 50%;
}

@media screen and (max-width: 800px){
  .background-aside-maverick {
    height: 50%;
    width: 47%;
  }

  .background-aside-maverick {
    left: 3%;
  }
}

.price-year {
  display: none;
}

.per-year {
  display: none;
}

.single-track-license .custom .btn-outline {
  margin: 15px 0;
}

.subscription-new h1 {
  font-family: Gilroy-Bold;
  text-align: center;
}

#invoice-name {
  font-size: 22px;
  font-family: Gilroy-bold;
}

#invoice-frequency {
  font-size: 14px;
  font-family: Gilroy-light;
}

#invoice-total {
  font-family: Gilroy-bold;
}

.confirmation-upgrade-p {
  font-family: Gilroy-regular;
  font-size: 18px;
}

.monthly-price-p {
  margin-bottom: 8px;
}
