@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

/*!
 *
 * COLOR SCHEME
 * Main Color:  #2C3E50
 * Selected:    #22313F
 * Text Select: #EEEEEE
 *
 */

* {
    margin: 0;
}

::selection {
    background: black;
    color: #fff;
}

::-moz-selection {
    background: black;
    color: #fff;
}

body {
    margin-top: 80px;
    margin-bottom: -80px;
    /* Required margin for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    font-family: open sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    padding-bottom: 0;
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    color: #fff;
    background: linear-gradient( rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../image/background.jpg') no-repeat center center;
    background-size: cover;
    background-color: #000;
}

#dot-matrix {
    background: url(//s14.directupload.net/images/111129/44ga9qid.png);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: -5;
}

html {}

.gate-bg {
    top: -50px;
    left: -50px;
    right: 0;
    bottom: 0;
    width: 120%;
    height: 120%;
    background-position: bottom center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    position: fixed;
    z-index: -5;
}

.full {
    background-attachment: scroll, fixed;
    background-clip: border-box, border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../image/background.jpg");
    background-origin: padding-box, padding-box;
    background-position: 0 0%, center center;
    background-repeat: repeat, no-repeat;
    background-size: cover;
    height: 100%;
}

.dark {
    color: white;
}

.dark-black {
    color: black;
}

.text-uppercase.btn-orange-box:hover {
    background: #8b94a8 none repeat scroll 0 0 !important;
    border-color: #8b94a8 !important;
}

.dark
/* Button Styling */

.btn-default {
    background-color: #f40;
    border: #22313F solid 1px;
    color: #FFF;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.btn-default:hover,
.btn-default:focus {
    color: #fff;
}


/*.alert {
    position: relative;
    width: 800px;
    left: 0;
    right: 0;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.alerts {
    position: absolute;
    top: 30px;
    left: 20px;
    right: 20px;
}*/


/*BEGIN NAVBAR STYLING */

section {
    padding: 100px 0;
}

section h2.section-heading {
    font-size: 48px;
    margin-top: 0;
    margin-bottom: 15px;
    color: #000;
    font-family: "Open Sans";
    font-weight: 700;
}

section h3.section-subheading {
    font-size: 16px;
    font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: none;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 75px;
}

header {
    background: linear-gradient( rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../image/background.jpg') no-repeat center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: center;
    color: white;
    min-height: 100vh;
    height: 100vh;
    display: table-cell;
    vertical-align: middle;
    width: 1%;
}

.bg-light-gray {
    background-color: #eeeeee;
}

header .intro-text {
    padding-top: 0px;
    /*padding-bottom: 75px;*/
}

header .intro-text .intro-lead-in {
    font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: italic;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 25px;
}

header .intro-text .intro-heading {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 25px;
}

.vcenter {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.btn-xl {
    color: white;
    background-color: #dfab35;
    border-color: #dfab35;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 3px;
    font-size: 18px;
    padding: 20px 40px;
}

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    color: white;
    background-color: #fec503;
    border-color: #f6bf01;
}

.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none;
}

.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
    background-color: #fed136;
    border-color: #fed136;
}

.navbar-default {
    background-color: #fff;
    /*background-color: #2C3E50;*/
    color: black;
    letter-spacing: 1px;
}

.navbar-default .navbar-brand {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    color: #000;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #000;
}

.navbar-default .navbar-text {
    color: #000;
}

.navbar-default .navbar-nav>li>a {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    color: #ECECEC;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #fff;
    /*background-color: #22313F;*/
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #22313F;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #FFF;
    background-color: white;
}

.navbar-default li a {
    /*line-height: 33px;*/
    font-size: 14px;
}

#push {
    height: 50px;
    /* .push must be the same height as .footer */
    margin-bottom: -10px;
}

.main-footer {
    bottom: 0;
    padding: 100px 0;
    background-color: #222222 !important;
    color: white;
}

.logo {
    filter: white;
    /* IE6-9 */
    -webkit-filter: grayscale(1);
    /* Google Chrome, Safari 6+ & Opera 15+ */
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
}

.logo:hover {
    filter: none;
    /* IE6-9 */
    -webkit-filter: grayscale(0);
    /* Google Chrome, Safari 6+ & Opera 15+ */
}

.footer-gate {
    /*    bottom:0;
        position: fixed; */
    width: 100%;
}

.navbar-brand {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 28px;
    letter-spacing: 0px;
    color: #FFF;
    line-height: 36px;
}

.navbar-brand:hover {
    color: #000 !important;
}

.btn-search {}

.table {
    background-color: #6b6b6b;
    padding: 10px !important;
}

td {
    padding: 25px !important;
    padding-left: 10px !important;
    padding-right: 7px !important;
}

th {
    padding: 15px !important;
    padding-left: 10px !important;
}

.topBottomSpace {
    margin-top: 20px;
    margin-bottom: 20px;
}

.donker {
    background: #6b6b6b none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    color: #c7c7cd;
    font-size: 12px;
    height: 50px;
    padding: 15px 0;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none !important;
    outline-width: 0 !important;
}


/*::-webkit-input-placeholder {  Chrome/Opera/Safari
    color: white;
}
::-moz-placeholder {  Firefox 19+
    color: black;
}*/

.donker:focus {
    color: #FFF;
}

.btn-search:hover {}

.dropdown-menu {
    color: black;
}

.dropdown .dropdown-menu {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    max-height: 0;
    display: none;
    overflow: hidden;
    opacity: 0;
}

.dropdown.open .dropdown-menu {
    max-height: 200px;
    display: block;
    opacity: 1;
}

.gate-box {
    background: #FFF;
    display: inline-block;
    padding-bottom: 30px;
}

.user-avatar {
    float: right;
    margin-top: -25px;
}

.light {
    color: white;
}

.rightbtn {
    border-left: 0px;
}

.rightbtn:hover {
    border-left: 0px;
}

.page-header {
    margin-top: 80px;
    color: #868686;
}

.register-container {
    display: flex;
    justify-content: center;
    align-items: center;
}


/* END NAVBAR STYLING */

.hr-light {
    background-color: #eee;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by it's height */
    margin-top: 120px;
}

.clear {
    margin-top: 70px;
}

hr {
    border: 0;
    border-width: 5px solid #000;
    color: #2C3E50;
    background-color: #2C3E50;
    margin: 0 auto;
    width: 100%;
    height: 10px;
    margin-top: 40px;
    margin-bottom: 40px;
}

h1 {
    font-family: "Muli", sans-serif;
    font-size: 300%;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 30px;
    text-transform: uppercase;
}

h2 {
    font-family: "Muli", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

h4 {
    font-weight: 900;
}

.dropdown-menu {
    /*padding: 10px;*/
    width: 180px;
}

.input-group-addon {
    min-width: 45px;
}

.input-group {
    margin-bottom: 15px;
}

.fa {
    min-width: 15px;
}


/* STYLE FEATURE BOX BEGIN */

#features {
    overflow: hidden;
    margin: 20px 0;
}

#features i {
    font-size: 48px;
}

#features h2 {
    font-size: 18px;
    line-height: 24px;
}

.feature-box {
    background: #FFF;
    padding: 25px;
    text-align: center;
    border: solid 2px #d4d9dc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    margin-bottom: 20px;
}

#features .media {
    margin-bottom: 20px;
}

#features .media>.pull-left {
    margin-right: 20px;
    width: 50px;
}


/* STYLE FEATURE BOXES END */


/* START SCROLLBAR CUSTOM STYLING */

.custom-scroll::-webkit-scrollbar-track {
    border-radius: 0px;
    background-color: #2C3E50;
}

.custom-scroll::-webkit-scrollbar {
    width: 10px;
    background-color: #fff;
}

.custom-scroll::-webkit-scrollbar-thumb {
    border: 20px solid rgba(0, 0, 0, .5);
    background-color: #22313F;
}


/* END CUSTOM SCROLLBAR */


/* START GATE FORM */

.btn-soundcloud {
    margin: 0;
    color: white;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #FF3400;
    border: #FF3400 solid 1px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    box-sizing: border-box;
    width: 100%;
}

.footer {
    margin-bottom: 30px;
}

.btn-soundcloud:hover,
.btn-soundcloud:active,
.btn-soundcloud:focus {
    background-color: rgba(255, 255, 255, 1);
    border: #FF3400 solid 1px;
}

.comment-box {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    display: inline;
    height: 46px;
    line-height: 30px;
    width: 100%;
}

.comment-box-addon {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 5px;
    line-height: 27px;
}

.commento {
    width: 300px;
    left,
    right: 0;
    margin: auto;
    border-radius: 0px;
    padding: 20px;
}

.left {
    text-align: left !important;
}


/* END GATE FORM */

.user-info {
    padding: 20px;
    padding-top: 10px;
}


/* admin */


/* Custom Colored Panels */

.huge {
    font-size: 40px;
}

.panel-green {
    border-color: #A0AABF;
}

.panel-green>.panel-heading {
    border-color: #A0AABF;
    color: #fff;
    background-color: #A0AABF;
}

.panel-green>a {
    color: #A0AABF;
}

.panel-green>a:hover {
    color: #3d8b3d;
}

.panel-black {
    background-color: rgba(255, 255, 255, 0.2);
    border: 0px #FFF solid;
}

.panel-red {
    border-color: #444444;
}

.panel-red>.panel-heading {
    border-color: #444444;
    color: #fff;
    background-color: #444444;
}

.panel-red>a {
    color: #444444;
}

.panel-red>a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow>.panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow>a {
    color: #f0ad4e;
}

.panel-yellow>a:hover {
    color: #df8a13;
}

.inline {
    display: inline;
    width: 90%;
}

.inline-btn {
    margin-top: -3px;
    display: inline;
    width: 9%;
}

.spotify-inline,
.facebook-inline,
.instagram-inline,
.apple-inline,
.youtube-inline,
.twitter-inline {
    width: 83% !important;
}

.spotify-max,
.instagram-max,
.twitter-max,
.facebook-max,
.youtube-max {
    width: 100% !important;
}

.spotify {
    width: 17%;
}


/* FILE INPUT STYLING */

.btn-file {
    position: relative;
    overflow: hidden;
    padding: 14px 35px !important;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.marginMin2 {
    margin-top: -3px;
}


/* CUSTOM CHECKBOXES START */

.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
    color: white;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"]+.cr>.cr-icon,
.radio label input[type="radio"]+.cr>.cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked+.cr>.cr-icon,
.radio label input[type="radio"]:checked+.cr>.cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled+.cr,
.radio label input[type="radio"]:disabled+.cr {
    opacity: .5;
}


/* CUSTOM CHECKBOXES END */


/* REGISTRATION POPUP */

.nav-tabs {
    margin-bottom: 15px;
}

.sign-with {
    margin-top: 25px;
    padding: 20px;
}

.modal {
    text-align: center;
    padding: 0!important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

#comment {
    left: 0;
    right: 0;
    margin: 0 auto;
}

.btn-new:hover,
.btn-new:focus {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(255, 255, 255, .6));
    border: #2C3E50 solid 1px;
}

.btn-new {
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 17px;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    padding: 15px;
    color: #fff !important;
    width: 225px !important;
    background-color: rgba(0, 0, 0, 0) !important;
    border: #FFF solid 4px !important;
    border-radius: 0;
    /*margin-top: 40px !important;*/
}

.btn-sclogin:hover,
.btn-sclogin:focus {
    background: #bc3200 !important;
    border: rgba(0, 0, 0, 0) solid 4px !important;
}

.btn {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.btn-sclogin {
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: 0px;
    font-size: 17px;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    padding: 15px;
    padding-left: 25px !important;
    padding-right: 25px !important;
    color: #fff !important;
    width: !important;
    background-color: #f40 !important;
    border: #f40 solid 4px !important;
    border-radius: 0px;
}

.btn-youtube:hover,
.btn-youtube:focus {
    background: #a81f1f !important;
    border: rgba(0, 0, 0, 0) solid 4px !important;
}

.btn-youtube {
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: 0px;
    font-size: 17px;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    padding: 15px;
    padding-left: 25px !important;
    padding-right: 25px !important;
    color: #fff !important;
    width: !important;
    background-color: #cc2626 !important;
    border: #cc2626 solid 4px !important;
    border-radius: 0;
}

.btn-twitter:hover,
.btn-twitter:focus {
    background: #008fea !important;
    border: rgba(0, 0, 0, 0) solid 4px !important;
}

.btn-twitter {
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: 0px;
    font-size: 17px;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    padding: 15px;
    padding-left: 25px !important;
    padding-right: 25px !important;
    color: #fff !important;
    width: !important;
    background-color: rgb(0, 200, 248) !important;
    border: rgb(0, 200, 248) solid 4px !important;
    border-radius: 0;
}

.btn-spotify:hover,
.btn-spotify:focus {
    background: #169944 !important;
    border: rgba(0, 0, 0, 0) solid 4px !important;
}

.btn-spotify {
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: 0px;
    font-size: 17px;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    padding: 15px;
    padding-left: 25px !important;
    padding-right: 25px !important;
    color: #fff !important;
    width: !important;
    background-color: rgb(30, 215, 96) !important;
    border: rgb(30, 215, 96) solid 4px !important;
    border-radius: 0;
}

.search-image a.btn-download {
    background: #A0AABF none repeat scroll 0 0 !important;
    border-color: #A0AABF;
    font-size: 14px;
    padding: 12px;
    border-radius: 8px;
    color: #FFF !important;
}

.search-image a.btn-download:hover,
.search-image a.btn-download:focus {
    background: #8b94a8 none repeat scroll 0 0 !important;
    border-color: #8b94a8;
    font-size: 14px;
    padding: 12px;
    color: #FFF !important;
    border-radius: 8px;
}

.btn-download {
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 17px;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    padding: 15px;
    padding-left: 25px !important;
    padding-right: 25px !important;
    color: #000 !important;
    width: !important;
    background-color: #FFF !important;
    border: #fff solid 4px !important;
    border-radius: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    /*margin-top: 40px !important;*/
}

.titletext {
    font-size: 17px;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 50px;
}


/* SMALL DEVICES / PHONES */

@media (max-width: 768px) {
    body {}
    .icon-bar {
        color: white;
        background-color: white;
    }
    .wrapper {
        margin-top: 80px;
    }
    .row {
        padding-left: 15px;
        padding-right: 15px;
    }
    .dropdown-menu {
        width: 100%;
        color: white;
    }
    .navbar-default .navbar-nav .open .dropdown-menu {
        /*background-color: #A0AABF;*/
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #FFF
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #ddd;
        background-color: #22313F;
    }
    .navbar-brand {
        font-size: 20px;
        line-height: 25px;
    }
    .footer-gate {
        position: relative;
        width: 100%;
    }
    /* START GATE FORM */
    .btn-soundcloud {
        border-bottom-left-radius: 7px;
    }
    .comment-box {
        font-size: 12px;
    }
    .comment-box-addon {
        border-radius: 0px;
    }
    /* END GATE FORM */
    .input-group {
        margin-bottom: 0px;
        /*RESET INPUT MARGIN */
    }
    .input-groupdown {
        margin-bottom: 12px;
    }
    .mobile-remove {
        display: none;
    }
    .user-info {
        border-top: 1px solid #EEE;
        border-left: 0;
    }
}

.help-block-error {
    text-align: left;
    color: red !important;
}

.sc-login {
    cursor: pointer;
    margin-top: 40px;
    margin-bottom: 20px;
}

.sc-login2 {
    cursor: pointer;
    /*margin-top: 10px;*/
    margin-bottom: 10px;
}


/*.navbar-nav > li > a {
    padding: 0px !important;
}*/

.navbar-default {
    height: 65px !important;
}

.navbar-nav>li>a {
    padding-bottom: 10;
    padding-top: 6px;
}

.home-title {
    text-transform: uppercase;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    text-align: left;
    color: white;
}

.home-heading {
    border-bottom: solid 2px #d3d3d3;
    margin-bottom: 10px;
    margin-left: 14px;
    width: 98%;
    padding-left: 0px;
}

.featured-heading {
    border-bottom: solid 2px #d3d3d3;
    margin-bottom: 10px;
    margin-left: 17px;
    width: 81%;
    padding-left: 0px;
}

.download-track {
    margin-top: 10px;
    margin-bottom: 6px;
}

.home-margin {
    margin-top: 80px;
    margin-bottom: 50px;
}

.search-image {
    margin: 10px 0 10px 0;
}

.btn-action {
    color: white;
    background: 0;
    border: 3px solid #FFF;
    padding: 10px;
    border-radius: 0;
}

.btn-action:hover {
    background-color: white !important;
    color: black !important;
    border: 3px solid #FFF !important;
}

.btn-action:active {
    background-color: white !important;
}

.btn-youtube1 {
    border: 3px solid red !important;
}

.btn-youtube1:hover,
.btn-youtube1:active {
    background: red;
}

.btn-soundcloud1 {
    background: rgb(251, 128, 18);
}

.btn-twitter1 {
    border: 3px solid rgb(0, 200, 248);
}

.btn-twitter1:hover,
.btn-twitter1:active {
    border: 3px solid rgb(0, 200, 248);
}

.btn-facebook,
.btn-facebook1 {
    border: 3px solid rgb(59, 89, 152);
}

.btn-facebook:hover,
.btn-facebook:active,
.btn-facebook1:hover,
.btn-facebook1:active {
    border: 3px solid rgb(59, 89, 152);
}

.marginTop20 {
    margin-top: 20px;
}

.marginTop10 {
    margin-top: 10px;
}

.detail-heading {
    text-align: center;
    color: black;
    text-transform: none;
}

.btn-block2,
.btn-block3,
.btn-block4 {
    margin-top: 5px;
}

.fullwidth {
    width: 100%;
}

.settingsinput {
    border-radius: 0px !important;
    padding: 25px !important;
    font-size: 14px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

input:-webkit-autofill {
    color: #000 !important;
}

.loginput {}

.modal-title {
    color: black;
}

.empty {
    text-align: left;
    margin-left: 18px;
}

.gate-connect {
    width: 210px;
}

button.gate-connect i {
    display: none;
}

.disconnect {
    cursor: pointer;
    color: red;
}

#create_gate .title {
    display: none;
}

#create_gate {
    display: none;
    color: white;
    background-color: rgba(255, 255, 255, .2);
}

.wizard>.actions {
    display: block;
    position: relative;
    text-align: right;
    width: 100%;
    /*bottom:-73px;*/
    width: 30%;
    float: right;
    right: 10px;
}

.wizard>.actions>ul {
    display: inline-block;
    text-align: right;
}

.wizard ul,
.tabcontrol ul {
    list-style: outside none none !important;
    padding: 0;
}

.wizard>.actions>ul>li {
    margin: 0 0.5em;
}

.wizard>.steps>ul>li,
.wizard>.actions>ul>li {
    float: left;
}

.wizard>.steps>ul>li {
    /*width: 20%;*/
    text-align: center;
    position: relative;
}

.wizard>.steps>ul>li:last-child {
    margin-right: 0 !important;
    /*    width: 20% !important;*/
}


/*.wizard > .steps > ul {
    overflow: hidden !important;
}
*/

.wizard ul>li,
.tabcontrol ul>li {
    display: block;
    padding: 0;
}

.wizard>.steps>ul>li.current::after {
    background: rgb(230, 230, 230) none repeat scroll 0 0;
}


/*
.wizard > .steps > ul > li::after {
    content: "";
    display: inline-block;
    background: #fff none repeat scroll 0 0;
    border-right: 3px solid #000000;
    border-top: 3px solid #000000;
    height: 40px;
    width: 40px;
    position: absolute;
    right: -10px;
    top: 1px;
    transform: rotate(45deg);
    z-index: 1;
}
.wizard > .steps > ul > li:last-child:after {
    display: none !important;
}

.wizard > .actions .disabled a, .wizard > .actions .disabled a:hover, .wizard > .actions .disabled a:active {
    background: #eee none repeat scroll 0 0;
    color: #aaa;
}
.wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active {
    background: #2184be none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    display: block;
    padding: 1em 1em;
    text-decoration: none;
}
.wizard a, .tabcontrol a {
    outline: 0 none;
}

.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
    background: #2184be none repeat scroll 0 0;
background: rgb(230,230,230) none repeat scroll 0 0;
color: black;
cursor: default;
}
.wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active {
    border-radius: 5px;
    display: block;
    margin: 0 0.5em 0.5em;
    padding: 1em;
    text-decoration: none;
    width: auto;
}

.wizard a, .tabcontrol a {
    outline: 0 none;
}

.wizard > .steps .done a {
    background: #eee none repeat scroll 0 0;
    background: #fff none repeat scroll 0 0;
    color: black;
    cursor: pointer;
}

.wizard > .steps .disabled a, .wizard > .steps .disabled a:hover, .wizard > .steps .disabled a:active {
    background: #eee none repeat scroll 0 0;
    background: #fff none repeat scroll 0 0;
    color: black;
    cursor: default;
}
.wizard > .steps a, .wizard > .steps a:hover, .wizard > .steps a:active {
    border-radius: 5px;
    font-size: 12px;
    display: block;
    margin: 0px;
    padding: 1em;
    text-transform: uppercase;
    text-decoration: none;
    width: auto;
}

.wizard a, .tabcontrol a {
    outline: 0 none;
}
*/

.wizard>.content>.body {
    height: 95%;
    /* padding: 30px;
    padding-right: 0; */
    padding-top: 30px;
    position: absolute;
    width: 100%;
}

.wizard>.content {
    /*background: #eee none repeat scroll 0 0;*/
    border-radius: 5px;
    display: block;
    /* margin: 0.5em; */
    /*min-height: 21em;*/
    min-height: 450px;
    /*overflow: hidden;*/
    position: relative;
    width: 100%;
}

.wizard>.steps {
    display: block;
    position: relative;
    width: 100%;
    /*border-bottom: 1px solid black;*/
    padding-bottom: 25px;
}

.wizard>.steps ul[role="tablist"] li:nth-child(5) h6:after {
    content: "/upload";
    text-transform: uppercase;
}

.styleit,
.sc_user {
    height: 50px;
    border-radius: 5px !important;
}

#sc_download_track_id {
    height: 50px !important;
}

#download_track:hover {
    background: #8b94a8 none repeat scroll 0 0 !important;
    border-color: #8b94a8 !important;
}

.remove_btn {
    height: 50px;
    border-radius: 0;
    border: #000 solid 1px;
}

.btn-add {
    color: grey;
}

#create_gate .form-control:focus {
    /*border-color: black !important;*/
    box-shadow: none !important;
    outline: 0 none !important;
}

#create_gate .form-control {
    border: 1px solid black !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.ckbox {
    float: left;
    width: 100%;
    font-weight: normal;
}

.ckbox label {
    color: white !important;
}

input {
    outline: 0;
}

.help-block {
    color: red !important;
}

@media (max-width: 480px) {
    .wizard>.steps>ul>li::after {
        display: none;
    }
}

.loading_modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8) url('//i.stack.imgur.com/FhHRx.gif') 50% 50% no-repeat;
}


/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */

body.loading {
    overflow: hidden;
}


/* Anytime the body has the loading class, our
   modal element will be visible */

body.loading .loading_modal {
    display: block;
}

.delete_icon {}

.secondary-color {
    color: dfab35 !important;
}

h3 a,
h3 a:visited {
    color: #dfab35;
}

h3 a:hover,
h3 a:active {
    color: #be9331;
    text-decoration: none;
}

.footer-gate a:hover,
.footer-gate a:active {
    color: #d0d0d0;
}

.footer-gate a,
.footer-gate a:visited {
    color: #eee;
    text-decoration: none;
    font-weight: 600;
}

h3 {
    font-family: 'Muli', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 18px;
    color: #dfab35 !important;
}

.controls {
    color: white;
}

h2 {}

a {
    cursor: pointer;
}

.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
    pointer-events: none;
}

.vertical-align-center {
    display: table-cell;
    vertical-align: middle;
    pointer-events: none;
}

.breadcrumb {
    background-color: #eaeaea;
}

.breadcrumb a {
    color: #5a8ba8;
}


/*
-------------------------------------
Aipdtech
-------------------------------------
*/

a:focus {
    outline: none;
}


/*AIPDTECH CSS*/

.intro-text h3.spaced {
    font-size: 18px;
    font-family: "FuturaFuturisC";
    color: #FFF !important;
    display: inline;
    position: relative;
    line-height: 35px;
    letter-spacing: 1px;
}

.intro-text h3.spaced:before {
    /* content: url("http://demo.musidev.com/frontend/themes/musidev/image/Left_flower.png"); */
    position: absolute;
    left: -45px;
    top: 5px;
}

.intro-text h3.spaced:after {
    /* content: url("http://demo.musidev.com/frontend/themes/musidev/image/right_flower.png"); */
    position: absolute;
    right: -45px;
    top: 5px;
}

.intro-text h3.spaced span {
    font-size: 59px;
    font-family: "FuturaFuturisC";
    color: #FFF !important;
}

.intro-text .custom-theme-button {
    border-radius: 6px;
    padding: 7px;
}

.intro-text p small a,
.intro-text p small a:hover {
    color: #FFF;
    text-decoration: none;
}

.music_icon {
    padding: 50px 0 0;
    text-align: center;
}

.music_icon img {
    margin: 0 auto;
}

.box-control .fa-circle {
    color: #A0AABF;
    transition: 0.2s;
}

.box-control:hover .fa-circle {
    color: #8b94a8;
    transition: 0.2s;
}

.box-control .pragraph {
    color: #5b5b5b;
}

.wrapper.clear {
    background-image: none;
    background-color: #FFF;
}

#dot-matrix {
    display: none;
}

.margin-top-equle {
    margin-top: 80px;
}

.none-border-bottom {
    border-bottom: none;
}

hr.style14 {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    margin: 15px 0 25px;
    opacity: 0.4;
}

.input-customize span.donker,
.input-customize input.donker {
    background: transparent;
    border: 1px solid #d5d5d5 !important;
    box-shadow: none;
    border-radius: 6px;
}

.input-customize input.donker {
    color: #585858;
}

.input-customize span.donker {
    border-right: 0 solid #d5d5d5;
    border-radius: 6px 0 0 6px;
}

.discover-custom-header {
    background: #3d3d3d;
}

.discover-custom-header .navbar-brand,
.discover-custom-header a.navbar-brand:hover {
    color: #FFF !important;
}

.pannel-big .panel-heading {
    padding: 30px 15px;
}

.custom-table .btn-action,
.custom-table .btn-action:hover,
.custom-table .btn-action:focus {
    border-width: 0 !important;
    display: block !important;
    padding: 2px !important;
    text-align: left !important;
    float: none !important;
    margin-bottom: 17px;
}

.custom-table .table {
    background: #FFF;
    border: 1px solid #f1f1f1;
}

.custom-table .table th,
.custom-table .table td {
    /*border: 1px solid #f1f1f1;*/
    color: #868686;
    padding: 20px 8px !important
}

.custom-table .table th {
    padding: 20px 8px !important
}

.wrapper.clear input,
#create_gate .form-control {
    border: 1px solid #f1f1f1;
    box-shadow: none;
}

#create_gate .form-control {
    border: 2px solid #c0c0c0 !important;
    box-shadow: none;
    border-radius: 5px !important;
    min-height: 52px;
    font-weight: normal;
}

.custom-table .table th input,
.custom-table .table td input {
    border: 1px solid #d6d6d6;
    box-shadow: none;
    padding-left: 35px;
    min-height: 52px;
}

.custom-table .table th,
.custom-table .table td {
    position: relative;
    font-size: 14px;
}

.custom-table #dasboard_div {
    border-radius: 8px;
    overflow: hidden;
}

.custom-table .table th i.fa.fa-files-o,
.custom-table .table td i.fa.fa-files-o {
    position: absolute;
    bottom: 20px;
    left: 7px;
}

.custom-table .table td a {
    border-color: #868686;
}

.custom-table .table th a,
.custom-table .table td a,
.summary,
.breadcrumb i,
.breadcrumb a,
.wrapper.clear p {
    color: #aaaaaa;
    font-size: 14px;
}

.custom-table .btn-action,
.custom-table .btn-action:hover,
.custom-table .btn-action:focus,
.custom-table .btn-action {
    color: #868686 !important;
    border-color: #868686 !important;
}

.wrapper.clear .btn-action {}

.wrapper.clear .btn-action:hover {
    background: #8b94a8 !important;
    border-color: #8b94a8 !important;
    color: #FFF !important;
}

.newItem button.remove_btn {
    border: none !important;
}

.wizard {
    padding-bottom: 30px;
    padding-right: 20px;
}

#create_gate {
    background-color: #FFF;
}

.affix {
    top: 0;
    width: 100%;
    z-index: 999;
}

.affix .navbar-brand>img {
    padding: 5px;
    width: 160px;
}

.discover-custom-header {
    border: 0px !important;
    border-radius: 0px !important;
}

.custom-class nav.discover-custom-header {
    background: transparent !important;
}

.custom-class nav.discover-custom-header .custom-search-design .input-group-btn button,
.custom-class nav.discover-custom-header .custom-search-design input[type="text"] {
    background: transparent !important;
    border: 0px solid transparent;
    box-shadow: none;
    color: #FFF;
}

.custom-class nav.discover-custom-header .custom-search-design .input-group {
    border: 2px solid #A0AABF;
    border-radius: 6px;
    margin-bottom: 0;
}

.custom-class nav.discover-custom-header .custom-search-design .input-group-btn button {
    color: #A0AABF;
}

.custom-class nav.discover-custom-header .custom-search-design input[type="text"]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: white;
}

.custom-class nav.discover-custom-header .custom-search-design input[type="text"]::-moz-placeholder {
    /* Firefox 19+ */
    color: white;
}

.custom-class nav.discover-custom-header .custom-search-design input[type="text"]:-ms-input-placeholder {
    /* IE 10+ */
    color: white;
}

.custom-class nav.discover-custom-header .custom-search-design input[type="text"]:-moz-placeholder {
    /* Firefox 18- */
    color: white;
}

.custom-menu-style li {
    margin-right: 5px;
}


/* 
.custom-menu-style li:first-child{
    margin-right: 45px;
} */

.custom-menu-style li:last-child {
    margin-right: 0;
}

.custom-menu-style li a {
    padding: 10px 20px;
}

.custom-menu-style {
    margin-top: 25px;
}

.custom-class>nav {
    padding-top: 20px;
}

.music_headding {
    font-family: 'Open Sans', sans-serif;
}

.music_headding h2 {
    font-size: 60px;
    font-family: 'Open Sans';
}

.music_headding h2 span {
    font-weight: 100;
}

.music_headding p {
    font-size: 26px;
    color: #FFF;
}

.custom-class .button-pragraph .btn-sclogin {
    background: #A0AABF !important;
    border-color: #A0AABF !important;
    font-size: 18px;
    padding: 12px;
    letter-spacing: 2px;
}

.custom-class .button-pragraph .btn-sclogin:hover,
.custom-class .button-pragraph .btn-sclogin:focus {
    background: #8b94a8 !important;
    border-color: #8b94a8 !important;
    font-size: 18px;
    padding: 12px;
    letter-spacing: 2px;
}

.discover-custom-header.navbar-fixed-top.affix {
    background: #444444 !important;
    padding: 0;
}

.discover-custom-header.navbar-fixed-top.affix .navbar-brand {
    padding: 6px 15px !important;
}

.discover-custom-header.navbar-fixed-top.affix .custom-menu-style {
    margin-top: 14px !important;
}

.box-control .service-heading {
    font-size: 18px;
    color: #000 !important;
    font-family: "Open Sans";
    font-weight: 700;
}

.box-control p.pragraph {
    color: #7a7a7a;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: normal;
}

.bg-theme-orange {
    background: linear-gradient(-90deg, #A0AABF, #697998);
}

.bg-theme-orange .section-heading {
    color: #fff;
    margin-bottom: 65px;
    text-align: center;
}

.footer-item-theme .seen-enought {
    margin-bottom: 60px;
    color: #d6d6d6;
}

.footer-item-theme .seen-enought a {
    width: auto;
    display: inline-block;
}

.footer-item-theme .seen-enought ul {
    margin-left: 0;
}

.footer-item-theme .seen-enought ul li {
    padding: 0 !important;
}

.footer-item-theme p {
    text-align: center;
    width: 100%;
}

.footer-item-theme .copy-right {
    font-weight: normal;
    color: #aaaaaa;
}

.footer-item-theme a {
    text-align: center;
    width: 100%;
    display: block;
    font-weight: 700;
}

.footer-item-theme a img {
    margin: 0 auto;
}

.custom-menu-style-des a.dropdown-toggle {
    padding: 5px 20px !important;
}

.wrapper.clear .navbar-default .navbar-nav>.open>a,
.wrapper.clear .navbar-default .navbar-nav>.open>a:hover,
.wrapper.clear .navbar-default .navbar-nav>.open>a:focus {
    background-color: transparent !important;
}

.custom-menu-style-des .dropdown-menu {
    padding: 0;
    width: inherit;
    box-shadow: none;
}

.custom-menu-style-des .dropdown-menu li {
    margin-right: 0;
    margin: 0;
}

.custom-menu-style-des .dropdown-menu li a {
    padding: 15px 20px;
    /* text-align: center; */
}

.custom-menu-style-des .dropdown-menu li a:hover,
.custom-menu-style-des .dropdown-menu li a:focus {
    background-color: #A0AABF;
    color: #FFF;
}

.deshboard .page-header {
    font-family: "Open Sans";
    font-size: 60px;
    color: #444444;
    font-weight: 700;
    margin-bottom: 80px;
}

.deshboard .page-header small {
    font-family: "Open Sans";
    font-size: 30px;
    color: #7a7a7a;
    font-weight: 700;
}

.margin-right-and-left {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.create_gate {
    padding: 16px !important;
    background: #A0AABF;
    border-color: #A0AABF !important;
    color: #FFF;
    font-weight: 700;
    transition: 0.2s;
}

.button-theme-color {
    padding: 16px !important;
    background: #A0AABF !important;
    border-color: #A0AABF !important;
    color: #FFF;
    font-weight: 700;
    transition: 0.2s;
}

.create_gate:hover,
.create_gate:focus,
.button-theme-color:hover,
.button-theme-color:focus {
    padding: 16px !important;
    background: #8b94a8 !important;
    border-color: #8b94a8 !important;
    color: #FFF;
    font-weight: 700;
    transition: 0.2s;
}

.input-group input,
.input-customize span.donker,
.input-customize input.donker {
    background: transparent !important;
    border: 0 !important;
}

.border-and-icon {
    border: 2px solid #A0AABF;
    border-radius: 6px;
}

.border-icon span {
    float: left;
    width: auto;
    color: #A0AABF;
    line-height: 22px;
}

.border-icon input {
    float: left;
    width: 83% !important;
}

.border-icon {
    border: 2px solid #A0AABF;
    border-radius: 6px;
    margin-bottom: 0;
}

.custom-table table th {
    background: #444444;
    color: #FFF !important;
    border: 0 !important;
    text-transform: uppercase;
}

.graybg,
.graybg:hover {
    background: #444444 !important;
    color: #FFF;
    font-weight: 700;
    font-size: 14px;
    border-color: #444444 !important;
    border-radius: 8px 8px 0 0 !important;
    padding: 20px 8px;
}

.light-pragraph {
    font-size: 16px;
    font-family: "Open Sans";
    font-weight: 400;
    color: #606060 !important;
    margin-bottom: 20px;
}

.button-theme-color,
.button-theme-color:hover,
.button-theme-color:focus {
    padding: 10px 15px !important;
    border-radius: 7px;
    color: #FFF;
    margin-bottom: 20px;
    margin-top: 20px;
}

.row.custom input[type="text"] {
    border: 2px solid #d6d6d6;
    background: transparent;
    border-radius: 7px !important;
    height: auto !important;
    padding: 10px !important;
}

.headding-three-box h2 {
    font-family: "Open Sans";
    font-size: 30px;
    color: #444444;
    font-weight: 700;
    margin-bottom: 20px;
}

.steps-main-ele .steps ul li a {
    background: #606060;
    padding: 5px 13px;
    border-radius: 50%;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    z-index: 99;
}

.steps-main-ele .steps ul li {
    position: relative;
    text-align: center;
}

.steps-main-ele .steps li h6 {
    font-size: 14px;
    font-weight: 600;
    color: #606060;
    text-transform: uppercase;
    line-height: 3;
}

.steps-main-ele .steps li h6.file-hpload:after {
    font-size: 14px;
    font-weight: 600;
    color: #606060;
    text-transform: uppercase;
    line-height: 3;
    content: "/Upload";
}

.steps-main-ele .steps ul li.col-sm-4 {
    padding: 0;
}

.steps-main-ele .steps ul li.step-second:before,
.steps-main-ele .steps ul li.step-end:before {
    content: "";
    position: absolute;
    background: #606060;
    height: 2px;
    width: 100%;
    top: 13px;
    left: -50%;
    z-index: 0;
}

.steps-main-ele .steps ul li.current:before,
.done:before {
    background: #A0AABF !important;
}

.steps-main-ele .steps ul li.current a,
.done a {
    background: #A0AABF !important;
}

.steps-main-ele .steps ul li:first-child:before {
    display: none;
}

.remove_btn {
    border: 0px solid #000;
    border-radius: 50%;
    height: 30px;
    margin-left: 10px;
    width: 30px;
    background: #A0AABF !important;
    padding: 0;
}

.steps-main-ele .steps_box {
    padding: 20px;
    font-family: "Open Sans";
    font-size: 14px;
    color: #ebebeb !important;
    background: #444444;
    border-radius: 5px 5px 0 0;
    margin-bottom: 0;
    text-transform: uppercase;
}

.inner-item-steps {
    border: 1px solid #ebebeb;
    padding: 50px 40px;
    height: calc(100% + 80px);
}

.inner-item-steps .input-group input[placeholder="Upload file here"].form-control {
    width: 100%;
}

.actions ul li a,
.actions ul li a:hover {
    padding: 10px 25px;
    border-radius: 7px;
    text-decoration: none;
}

.actions ul li a[href="#next"],
.actions ul li a[href="#finish"] {
    background: linear-gradient(-90deg, #A0AABF, #697998);
    color: #FFF;
    border: 1px solid #A0AABF;
    transition: 0.2s;
    text-transform: uppercase;
    font-weight: 700;
}

.actions ul li a[href="#next"],
.actions ul li a[href="#previous"] {
    background: linear-gradient(-90deg, #A0AABF, #697998);
    color: #FFF;
    border: 1px solid #A0AABF;
    transition: 0.2s;
    text-transform: uppercase;
    font-weight: 700;
}

.actions ul li a[href="#next"]:hover,
.actions ul li a[href="#finish"]:hover,
.actions ul li a[href="#previous"]:hover {
    background: #8b94a8 !important;
    color: #FFF;
    border: 1px solid #8b94a8 !important;
    transition: 0.2s;
    text-transform: uppercase;
    font-weight: 700;
}

.btn-action {
    text-transform: uppercase;
    font-weight: 700;
}

.circle.btn.btn-default.btn-action {
    text-transform: none !important;
    font-weight: normal !important;
}

.deshboard .circle.btn.btn-default.btn-action:hover {
    background: transparent !important;
    color: #444444 !important;
}

.add_btn.btn.btn-action,
.spotify_add,
.facebook_add,
.twitter_add,
.youtube_add,
.instagram_add,
.instagram_share_add,
.apple_share_add {
    background: linear-gradient(-90deg, #A0AABF, #697998);
    border-radius: 5px;
    border-color: #A0AABF;
    /*margin-bottom: 30px;*/
}

.add_btn.btn.btn-action i.fa.fa-user-plus,
.spotify_add i.fa.fa-user-plus {
    display: none;
}

.add_btn.btn.btn-action i.fa.fa-user-plus,
.instagram_add i.fa.fa-user-plus {
    display: none;
}

.add_btn.btn.btn-action i.fa.fa-user-plus,
.twitter_add i.fa.fa-user-plus {
    display: none;
}

.add_btn.btn.btn-action i.fa.fa-user-plus,
.youtube_add i.fa.fa-user-plus {
    display: none;
}

.add_btn.btn.btn-action i.fa.fa-user-plus,
.facebook_add i.fa.fa-user-plus {
    display: none;
}

.add_btn.btn.btn-action i.fa.fa-user-plus,
.instagram_share_add i.fa.fa-user-plus {
    display: none;
}

.add_btn.btn.btn-action i.fa.fa-user-plus,
.apple_share_add i.fa.fa-user-plus {
    display: none;
}

.add_btn.btn.btn-action:hover,
.add_btn.btn.btn-action:focus,
.spotify_add:hover,
.spotify_add:focus,
instagram_share_add:hover,
instagram_share_add:focus,
apple_share_add:focus,
apple_share_add:hover,
.facebook_add:hover,
.facebook_add:focus,
.twitter_add:hover,
.twitter_add:focus,
.youtube_add:hover,
.youtube_add:focus,
.instagram_add:hover,
.instagram_add:focus {
    background: #8b94a8 !important;
    border-radius: 5px;
    border-color: #8b94a8 !important;
}

button.btn-youtube1 {
    background: #cd201f !important;
    border: 2px solid #570e28 !important;
    border-radius: 7px;
}

.btn.btn-default.gate-connect.btn-action.btn-youtube1:hover,
.btn.btn-default.gate-connect.btn-action.btn-youtube1:focus {
    background: #cd201f !important;
    border: 2px solid #570e28 !important;
    border-radius: 7px;
}

button.btn-twitter1 {
    background: #1da1f2 !important;
    border: 2px solid #3b5998 !important;
    border-radius: 7px;
}

.btn.btn-default.gate-connect.btn-action.btn-twitter1:hover,
.btn.btn-default.gate-connect.btn-action.btn-twitter1:focus {
    background: #1da1f2 !important;
    border: 2px solid #3b5998 !important;
    border-radius: 7px;
}

button.btn-facebook1 {
    background: #3b5998 !important;
    border: 2px solid #2e1572 !important;
    border-radius: 7px;
}

.btn.btn-default.gate-connect.btn-action.btn-facebook1:hover,
.btn.btn-default.gate-connect.btn-action.btn-facebook1:focus {
    background: #3b5998 !important;
    border: 2px solid #2e1572 !important;
    padding: 10px;
    border-radius: 7px;
}

.field-gates-options .ckbox label {
    color: #606060 !important;
    font-family: "open sans";
    font-weight: 200;
}

.field-gates-gate_url .input-group .input-group-addon {
    padding: 15px;
    background: #ebebeb;
    border: 2px solid #c0c0c0;
    color: #606060;
}

.field-gates-gate_url .input-group .form-control {
    border-radius: 0 5px 5px 0 !important;
    height: auto;
    padding: 15px;
    border-color: #d6d6d6;
}

.field-gates-file_name .input-group-btn .btn-file {
    background: #7a7a7a !important;
    border: 2px solid #aaaaaa !important;
    color: #FFF !important;
    font-weight: 700;
}

.field-gates-file_name .input-group-btn input {
    border-radius: 0 !important;
    border: 2px solid #aaaaaa;
    padding: 16px 10px !important;
    height: auto;
}

.gate-box h4 {
    font-family: "Open Sans";
    font-size: 24px;
    color: #FFF;
    font-weight: 700;
}

.gate-box .btn-download,
.btn-sclogin,
.btn-sclogin:hover {
    font-family: "Open Sans";
    font-size: 18px;
    color: #FFF;
    font-weight: 700;
    background: #A0AABF !important;
    color: #FFF;
    text-transform: uppercase;
    border-color: #A0AABF !important;
    color: #FFF !important;
    border-radius: 7px;
}

.text-and-logo {
    text-align: center;
    color: #aaaaaa;
}

.text-and-logo a:hover,
.text-and-logo a {
    text-align: center;
    color: #aaaaaa;
    font-weight: normal;
    font-family: "Open Sans";
}

.text-and-logo p {
    padding-top: 20px;
}

.soundcloud-display input {
    border-radius: 7px;
    !important
}

.gate-bg {
    filter: blur(3px);
}

.borderer {
    border: 1px solid #ebebeb;
    padding: 20px;
}

.save-setting-button button[type="submit"] {
    float: none;
    margin: 0 auto;
    margin-top: 10px;
}

.inner-item-steps P {
    color: #606060 !important;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

#create_gate input.form-control[placeholder="Upload file here"] {
    border: 2px solid #c0c0c0;
    border-radius: 0 5px 5px 0 !important;
    height: 52px;
    border-left: 0px solid transparent !important;
}

#create_gate input.form-control[name="Gates[gate_url]"] {
    border: 2px solid #c0c0c0;
    border-radius: 0 5px 5px 0 !important;
    height: 52px;
    border-left: 0px solid transparent !important;
}

h5.social-headding {
    color: #606060;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 700;
    margin: 15px 0;
    text-transform: uppercase;
}

h5.social-headding.Pick_url {
    margin-top: 40px;
}

.table tr td i.stats-icon {
    margin-bottom: 22px;
}

#dasboard_div .table tr td:first-child {
    width: 5%;
}

#dasboard_div .table tr td:nth-child(2) {
    width: 55%;
    padding-right: 5% !important;
}

#dasboard_div .table tr td:nth-child(3) {
    width: 20%;
}

#dasboard_div .table tr td:nth-child(4) {
    width: 10%;
}

#dasboard_div .table tr td:nth-child(5) {
    width: 10%;
}

.headding-download {}

.margin-top-equle-s {
    margin-top: 2px !important;
}

.margin-top-equle-s img {
    margin: 0 auto !important;
    float: none;
}

.gate-box h4 {
    margin: 0 0 30px;
}

.verticle-cntr-full {
    display: table-cell;
    height: 89vh;
    padding-top: 0;
    vertical-align: middle;
    width: 1%;
    top: 0;
    position: relative;
}

.footer-download-custom {
    /*position: fixed; bottom: 0; left: 0;*/
    width: 100%;
}


/*.doted-bg{ background: url("http://demo.musidev.com/frontend/themes/musidev/image/doted_overlay.png") top center repeat; height: 100%; position: absolute;}
.doted-bg:after{ background: url("http://demo.musidev.com/frontend/themes/musidev/image/doted_overlay.png") top center repeat; height: 100%; position: absolute; content: "";}*/

header.deshboard-header-my {
    height: auto !important;
    display: inherit !important;
    min-height: auto !important;
}

.btn-orange-box {
    background: linear-gradient(-90deg, #A0AABF, #697998);
    color: #FFF !important;
    text-decoration: none;
    font-weight: 700;
    border-radius: 5px;
}

.btn-orange-box:hover,
.btn-orange-box:focus {
    background: #A0AABF !important;
    color: #FFF !important;
    text-decoration: none;
    font-weight: 700;
    border-radius: 5px;
}


/*END AIPDTECH CSS*/


/*
-----------------------------------------------
Responsive Css
-----------------------------------------------
*/

@media only screen and (max-width: 767px) {
    .navbar-brand {
        padding-top: 0;
    }
    .navbar-default .navbar-toggle,
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        border-color: transparent;
        background: transparent;
    }
    .icon-bar {
        background: #FFF !important;
    }
    header {
        display: block;
        width: 100%;
    }
    .custom-class .button-pragraph .btn-sclogin {
        font-size: 12px;
    }
    .music_headding h2 {
        font-size: 26px;
    }
    .music_headding p {
        font-size: 14px;
    }
    header .intro-text {
        margin-top: 27vh;
    }
    .navbar-collapse {
        background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
        border-top: 0 none;
        margin-top: 14px;
    }
    .navbar-nav {
        text-align: left;
    }
    .navbar-nav li:first-child {
        padding: 0 15px;
    }
    .dropdown-menu li:first-child {
        padding: 0 0;
    }
    section h2.section-heading {
        font-size: 26px;
    }
    .box-control .service-heading {
        font-size: 16px;
    }
    .box-control {
        margin-bottom: 15px;
    }
    .deshboard .page-header {
        font-size: 28px;
        margin-bottom: 50px;
    }
    .headding-three-box h2 {
        font-size: 24px;
    }
    .deshboard .page-header small {
        font-size: 22px;
    }
    .border-icon input {
        width: 80% !important;
    }
    .margin-top-equle {
        margin: 10px 0;
        display: block;
        width: 100%;
    }
    .padding-res-none {
        padding: 0 !important;
    }
    a.margin-top-equle {
        margin: 10px 0;
        display: block;
        width: 100%;
    }
    .wrapper.clear .custom-menu-style li:first-child {
        float: left;
        width: 73%;
        margin-right: 0;
    }
    .wrapper.clear .custom-menu-style>li:first-child {}
    .divider {
        width: 100%;
    }
    .steps-main-ele.wizard.clearfix {
        padding-right: 0 !important;
    }
    .steps-main-ele .steps ul li a {
        font-size: 10px;
        padding: 8px 13px;
    }
    .steps-main-ele .steps li h6 {
        font-size: 8px;
    }
    .steps ul[role="tablist"] {
        text-align: center;
    }
    .steps ul[role="tablist"] li {
        display: inline-block !important;
        float: none !important;
    }
    .wizard>.content {
        padding: 0;
        margin: 0;
    }
    .wizard>.content>.body {
        padding: 30px 0 0;
    }
    .newItem {
        position: relative;
    }
    .newItem input {
        width: 100%;
    }
    .newItem .remove_btn {
        position: absolute;
        width: 30px;
        height: 30px;
        padding: 0;
        right: -13px;
        top: -10px;
    }
    .marginMin2.delete_icon.btn.btn-danger.inline-btn.remove_btn.spotify {
        position: absolute;
        width: 30px;
        height: 30px;
        padding: 0;
        right: 17px;
        bottom: 40px;
    }
    .wizard>.actions {
        bottom: -120px;
    }
    .gate-connect {
        width: 190px;
    }
    #dasboard_div .table tr td:first-child,
    #dasboard_div .table tr td:nth-child(2),
    #dasboard_div .table tr td:nth-child(3),
    #dasboard_div .table tr td:nth-child(4) #dasboard_div .table tr td:nth-child(5) {
        width: 100%;
    }
    .inner-item-steps {
        height: calc(100% + 230px);
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .border-icon input {
        width: 80% !important;
    }
    .panel-heading .col-xs-9.text-right {
        font-size: 12px;
    }
    .panel-heading .col-xs-3 i {
        font-size: 64px;
    }
    .margin-top-equle {
        margin-top: 50px;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #343434 !important;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .custom-menu-style .input-group-addon,
    .input-group-btn,
    .input-group .form-control {
        display: inherit !important;
        float: left;
    }
    .custom-class nav.discover-custom-header .custom-search-design .input-group-btn button,
    .custom-class nav.discover-custom-header .custom-search-design input[type="text"] {
        width: 80%;
        float: left;
    }
    .inner-item-steps .input-group input[placeholder="Upload file here"].form-control {
        width: 100%;
        padding: 0 0 0 150px;
        top: 0;
        position: absolute;
        right: -3px;
    }
    .inner-item-steps .input-group {
        width: 100%;
    }
    .inner-item-steps .input-group span.input-group-btn {
        z-index: 99999;
        position: relative;
    }
    .inner-item-steps .form-group.field-gates-file_name .input-group {
        position: relative;
    }
}

.instagram-icon {
    font-size: 30px;
}

.icon-anchor-tag {
    color: white !important;
}

.open-popUp-Window {
    cursor: pointer;
}

.copy-icon {
    position: relative;
}


/* HARSHIT */

.social-headding.Pick_url:first-child {
    margin-top: 0;
}

.song-preview {
    display: none;
}

.sortable-title {
    padding: 20px !important;
    background: #3e3e3e;
    border-bottom: 1px solid #fff;
    position: relative;
    width: calc(100% - 26px);
    text-align: center;
    color: #fff;
}

#tracksortable li {
    padding: 10px !important;
    background: #3e3e3e;
    border-bottom: 1px solid #fff;
    position: relative;
    padding-right: 36px !important;
}

#tracksortable li a {
    color: #fff !important;
}

#tracksortable li::after {
    content: "\f047";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #3e3e3e;
    background: #fff;
    width: 26px;
    text-align: right;
    line-height: 48px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

.widget-loader {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.song-preview iframe {
    margin: auto;
    display: block;
    margin-bottom: 50px;
}

#tracksortable li img {
    max-height: 27px;
}

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.justify-content-center {
    justify-content: space-between;
}

a.text-uppercase.pagination-selected {
    color: #444444;
}

.d-none {
    display: none;
}

.pl-0 {
    padding-left: 0 !important;
}

h3.headding-three-box {
    font-size: 12px;
}

.select2 *,
.select2-results__options {
    color: #555555;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #444444 !important;
}

.select2 {
    width: 100% !important;
}

.select2-container--default .select2-selection--multiple {
    padding: 10px !important;
    border: 2px solid rgb(192, 192, 192) !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding: 5px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    padding: 0 5px !important;
}

.select2-container--default .select2-search--inline .select2-search__field {
    height: 33px !important;
    line-height: 33px !important;
}


.select2-container--default .select2-search--inline .select2-search__field {
    width: auto !important;
}


/* TOGGLE SWITCH */

.switch {
    display: inline-block;
}

.switch-input {
    display: none;
}

.switch-label {
    display: block;
    width: 40px;
    height: 20px;
    text-indent: -150%;
    clip: rect(0 0 0 0);
    color: transparent;
    user-select: none;
    position: relative;
}

.switch-label::before,
.switch-label::after {
    content: "";
    display: block;
    position: absolute;
    cursor: pointer;
}

.switch-label::before {
    width: 100%;
    height: 100%;
    background-color: #dedede;
    border-radius: 9999em;
    -webkit-transition: background-color 0.25s ease;
    transition: background-color 0.25s ease;
}

.switch-label::after {
    top: 2px;
    left: 2px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.45);
    -webkit-transition: left 0.25s ease;
    transition: left 0.25s ease;
}

.switch-input:checked+.switch-label::before {
    background-color: #89c12d;
}

.switch-input:checked+.switch-label::after {
    left: 22px;
}

.checkbox-switch-wrapper {
    display: flex;
    justify-content: space-between;
}

.w-100 {
    width: 100%;
}

.mr-15 {
    margin-right: 15px;
}


/* SWITCH END */

.site-about .section-heading,
.site-contact .section-heading {
    color: #fff;
    margin-bottom: 65px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-100 {
    margin-bottom: 100px;
}

.footer-nav {
    float: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-nav>li>a {
    font-weight: 400;
    color: #fff !important;
    background: transparent !important;
}

.footer-nav>li>a:hover {
    color: #aaa !important;
}
.home-alert-popup {
    position: fixed;
    top: 34px;
    right: 10px;
    z-index: 99999999;
}