/*Basic Styles*/
@import '_copyright.css';

html, body {
    height: 100%;
}

* {
    margin: 0px;
}

body {
    background: #111111;
    color: #fff;
    font-weight: 100;
    -webkit-font-smoothing: antialiazing;
    font-size: 13px;
    font-family: 'Raleway', sans-serif;
}

.body-content {
    margin-top: 66px;
    min-height: calc(100% - 66px);
}

.subtitle-font {

    font-size: 18px;
    /*font-family: 'lato', serif; */
    text-align: center;

}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.dolphi-float-right {
    float: right;
}

.dolphi-float-left {
    float: left;
}

.dolphi-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.dolphi-hide {
    display: none !important;
    visibility: hidden !important;
}

.dolphi-show {
    display: block !important;
}

.dolphi-preloader {
    width: 100%;
    height: 100%;
}



.dolphi-wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: auto;
    padding-right: auto;
}


/*Header*/

.heading {
    height: auto;
    min-height: 65px;
    background: rgba(24,24,24,0.87);
    padding-top: 10px;
    border-color: #00E0C0;
}

.dolphi-logo {
    width: 190px;
    height: 90px;
    position: absolute;
    left: 25px;
    top: 5px;
    bottom: 25px;
}

@media (max-width: 400px) {
    .dolphi-logo {
        width: 65px;
    }

        .dolphi-logo > img:first-of-type {
            display: none;
        }

        .dolphi-logo > img:last-of-type {
            display: block !important;
        }
}
.downloadbtn {
    background: rgba(100,100,100,0.1)!important;
    color: #ddd !important;
    border: 1px solid rgba(200,200,200,0.7) !important;
    border-radius: 0%;
}

    .downloadbtn:hover {
    color: #fff !important;
    background: rgba(100,100,100,0.1)!important;
    border: 1px solid #fff !important;
    }

a.loginbtn {
    /*background: #313131;*/
    background: rgba(50,50,50,0.5);
    border: 1px solid rgba(100,100,100,0.5);
    padding: 1px 7px !important;
    border-radius: 10%;
    margin-top: 13px;
    margin-left: 25px;
}

@media (max-width: 768px){
    a.loginbtn
    {
        margin-left: 10px;
        margin-right: 10px;
    }
}


    a.loginbtn:hover {
        background: rgba(60,60,60,0.8)!important;
        border: 1px solid rgba(110,110,110,0.8); 
    }

/*---option----*/

.container {
    margin: 0 auto;
}

.apps {
    font-size: 23px;
    padding: 10px;
}

    .apps a {
        padding-left: 30px;
    }

.fe-icon {
    font-size: 5em;
    padding-top: 20px;
    text-align: center;
}

@media (min-width: 480px) and (max-width: 767px) {
    .fe-icon {
        padding-top: 1%;
    }
}

.col-xlg-1, .col-xlg-2, .col-xlg-3, .col-xlg-4, .col-xlg-5, .col-xlg-6, .col-xlg-7, .col-xlg-8, .col-xlg-9, .col-xlg-10, .col-xlg-11, .col-xlg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 1300px) {
  .col-xlg-1, .col-xlg-2, .col-xlg-3, .col-xlg-4, .col-xlg-5, .col-xlg-6, .col-xlg-7, .col-xlg-8, .col-xlg-9, .col-xlg-10, .col-xlg-11, .col-xlg-12 {
    float: left;
  }
  .col-xlg-12 {
    width: 100%;
  }
  .col-xlg-11 {
    width: 91.66666667%;
  }
  .col-xlg-10 {
    width: 83.33333333%;
  }
  .col-xlg-9 {
    width: 75%;
  }
  .col-xlg-8 {
    width: 66.66666667%;
  }
  .col-xlg-7 {
    width: 58.33333333%;
  }
  .col-xlg-6 {
    width: 50%;
  }
  .col-xlg-5 {
    width: 41.66666667%;
  }
  .col-xlg-4 {
    width: 33.33333333%;
  }
  .col-xlg-3 {
    width: 25%;
  }
  .col-xlg-2 {
    width: 16.66666667%;
  }
  .col-xlg-1 {
    width: 8.33333333%;
  }
  .col-xlg-pull-12 {
    right: 100%;
  }
  .col-xlg-pull-11 {
    right: 91.66666667%;
  }
  .col-xlg-pull-10 {
    right: 83.33333333%;
  }
  .col-xlg-pull-9 {
    right: 75%;
  }
  .col-xlg-pull-8 {
    right: 66.66666667%;
  }
  .col-xlg-pull-7 {
    right: 58.33333333%;
  }
  .col-xlg-pull-6 {
    right: 50%;
  }
  .col-xlg-pull-5 {
    right: 41.66666667%;
  }
  .col-xlg-pull-4 {
    right: 33.33333333%;
  }
  .col-xlg-pull-3 {
    right: 25%;
  }
  .col-xlg-pull-2 {
    right: 16.66666667%;
  }
  .col-xlg-pull-1 {
    right: 8.33333333%;
  }
  .col-xlg-pull-0 {
    right: auto;
  }
  .col-xlg-push-12 {
    left: 100%;
  }
  .col-xlg-push-11 {
    left: 91.66666667%;
  }
  .col-xlg-push-10 {
    left: 83.33333333%;
  }
  .col-xlg-push-9 {
    left: 75%;
  }
  .col-xlg-push-8 {
    left: 66.66666667%;
  }
  .col-xlg-push-7 {
    left: 58.33333333%;
  }
  .col-xlg-push-6 {
    left: 50%;
  }
  .col-xlg-push-5 {
    left: 41.66666667%;
  }
  .col-xlg-push-4 {
    left: 33.33333333%;
  }
  .col-xlg-push-3 {
    left: 25%;
  }
  .col-xlg-push-2 {
    left: 16.66666667%;
  }
  .col-xlg-push-1 {
    left: 8.33333333%;
  }
  .col-xlg-push-0 {
    left: auto;
  }
  .col-xlg-offset-12 {
    margin-left: 100%;
  }
  .col-xlg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xlg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xlg-offset-9 {
    margin-left: 75%;
  }
  .col-xlg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xlg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xlg-offset-6 {
    margin-left: 50%;
  }
  .col-xlg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xlg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xlg-offset-3 {
    margin-left: 25%;
  }
  .col-xlg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xlg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xlg-offset-0 {
    margin-left: 0;
  }
}

.mCustomScrollbar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCustomScrollbar .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCustomScrollbar .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background-color: #00e0c0;
}

.img.hover .over {
    height: 100%;
}

.expand {
    display: block;
    position: absolute;
    z-index: 100;
    text-align: center;
    color: #cfcfcf;
    font-size: 60px;
}

.over {
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
}

.gap {
    width: 100%;
    height: 80px;
}

.togglebutton {
    width: 45px;
    height: 35px;
}

.dolphi-user-title {
    color: #222;
    text-align: center;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover
{
     border-bottom: 1px solid #787878;
     color: #dddddd;
     background-color: transparent; /*transparent!important;*/
     /*text-decoration: underline;*/
}

.dolphi-general-font-black {
    color: #111;
}
.dolphi-general-font-white {
    color: #fff;
}