@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');

.nav-bar .navbar-brand {
    width: 200px;
}

.navbar {
    background: rgb(27, 31, 43) !important;
    padding-top: 20px !important;
    margin-bottom: 0px !important;
}

body {
    background: url("../img/bg.png");
    background-size: cover;
}

.nav > li > a {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
	font-family: Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background: transparent !important;
}


.navbar-nav > li > a:hover {
    margin-bottom: -2px !important;
    border-bottom: 2px solid rgb(107, 49, 253);
}


i {
    color: #51586b;
}
 
.navbar-nav > li > a {
    padding-bottom: 20px !important;
}

.navbar-toggle .icon-bar {
    background: #ffffff !important;
}

.navbar-toggle .icon-bar + .icon-bar {
    background: #ffffff !important;
}

.header {
    background: url("../img/header_bg.png");
    width: auto;
}

a:focus, a:hover {
    text-decoration: none !important;
}

.column {
    float: left;
    width: 33%;
    padding: 0 10px;
}
  
.row {
    margin-left: 90px !important;
    margin-right: 0px !important;
    padding-top: 55px;
    padding-bottom: 110px;
}

.connect-cell {
    display: inline-table;
    margin-top: 25px !important;
    margin-right: 10px !important;
}

.atsiblokavimai {
    background: url("../img/atsiblokavimu-bg.png") center / contain no-repeat;
    background-size: cover;
}

.atsiblokavimai-icon {
    width: 62px;
    height: 62px;
    background: rgb(107, 49, 253);
    box-shadow: 0px 0px 59px 0px rgba(107, 49, 253, 0.79);
    display: block;
    border-radius: 50%; 
    margin-left: auto;
    margin-right: auto;
}

.circle {
    display: inline-block;
    border-radius: 50%;
    color: white;
    text-align: center;
    line-height: 1;
    box-sizing: content-box;
    white-space: nowrap;
    width: 62px;
    height: 62px;
    margin-top: 20px;
  }

.cb {
    background: rgb(107, 49, 253);
    box-shadow: 0px 0px 59px 0px rgba(107, 49, 253, 0.79);
}

.cp {
    background: rgb(253, 49, 97);
    box-shadow: 0px 0px 59px 0px rgba(253, 49, 97, 0.004);
}

.ca {
    background: rgb(253, 121, 49);
    box-shadow: 0px 0px 59px 0px rgba(253, 121, 49, 0.004);  
}

.circle:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    padding-top: 100%;
    height: 0;
}

.circle img {
    display: inline-block;
    vertical-align: middle;
}

.column p {
    color: white;
    font-size: 20px;
    font-weight: 600;
    font-family: Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
    padding-top: 20px;
}

.next {
    float: right;
    padding-top: 10px;
}

.paslaugos {
    background: url("../img/paslaugu-bg.png") center / contain no-repeat;
    background-size: cover;
}

.atrankos {
    background: url("../img/atranku-bg.png") center / contain no-repeat;
    background-size: cover;
}
  
.row:after {
    content: "";
    display: table;
    clear: both;
}

.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 16px;
    text-align: center;
    width: 380px;
    height: 208px;
}

.server-list {
    margin-left: 15%;
    margin-right: 0px !important;
    width: 70% !important;
}

.server-list-pos {
    overflow-x: auto;
    top: -33px;
    position: relative;
}

.server-list-title {
    background: rgb(33, 37, 49);
    box-shadow: 0px 0px 88.35px 6.65px rgba(255, 255, 255, 0.08);
    color: white;
}

.table > thead > tr > th {
    border-bottom: 2px solid transparent !important;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-top: 1px solid transparent !important;
    vertical-align:middle !important;
}

.table > tbody > tr:nth-child(odd) {
    background: #2d3241;
}

.online {
    width: 23px;
    height: 13px;
    background: rgb(62, 68, 86);
}

.online:before {
    content: "";
}

.on {
    font-family: 'Montserrat';
    font-size: 14px;
    color: #ffffff;
    position: absolute;
    padding-left: 11px;
}

.off {
    font-family: 'Montserrat';
    font-size: 14px;
    color: #ffffff;
    position: absolute;
    padding-left: 11px;
}

.coppy {
    display: inline-block !important;
}

.connect {
    font-family: 'Montserrat';
    font-size: 14px;
    color: #ffffff;  
}

.connect:hover {
    font-family: 'Montserrat';
    font-size: 14px;
    color: #ffffff;  
    text-decoration: none !important;
}

.onoffswitch {
    display: inline-block;
    position: relative; 
    width: 33px;
    -webkit-user-select:none;
     -moz-user-select:none; 
     -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden; 
    border-radius: 20px;
}

.onoffswitch-inner {
    display: block; 
    width: 200%; 
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; 
    float: left; 
    width: 50%;
    height: 13px; 
    padding: 0; 
    line-height: 13px;
    font-size: 10px; 
    color: white; 
    font-family: Trebuchet, Arial, sans-serif; 
    font-weight: bold;
    box-sizing: border-box;
}

.onoffswitch-inner:before {
    content: "";
    padding-left: 5px;
    background: rgb(62, 68, 86);
}

.onoffswitch-inner:after {
    content: "";
    padding-right: 5px;
    background: #3e4456;
    text-align: right;
}

.onoffswitch-switch {
    display: block; 
    width: 18px;
    height: 18px; 
    margin: 0px;
    position: absolute; 
    top: 0; 
    bottom: 0;
    right: 6px;
    border-radius: 50%;
    transition: all 0.3s ease-in 0s; 
}

.online {
    right: 0px !important; 
    background: rgb(25, 212, 109);
    top: -8% !important;
}

.offline {
    left: 0px !important; 
    background: rgb(212, 25, 91);
    top: -8% !important;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.no-players {
    text-align: center;
    width: 86px;
    height: 30px;
    background: rgb(45, 50, 65);
    padding-top: 10px;
    border-radius: 20px;
}

.players {
    text-align: center;
    width: 86px;
    height: 30px;
    background: #212531;
    padding-top: 10px;
    border-radius: 20px; 
}

.player-online {
    background-image: -moz-linear-gradient( -145deg, rgb(107,49,253) 0%, rgb(47,128,237) 100%);
    background-image: -webkit-linear-gradient( -145deg, rgb(107,49,253) 0%, rgb(47,128,237) 100%);
    background-image: -ms-linear-gradient( -145deg, rgb(107,49,253) 0%, rgb(47,128,237) 100%);
    background-repeat: no-repeat;
}

.name-cell {
    padding: .2em 6.6em .3em;
    color: #ffffff; 
    font-size: 10px;
}

.cell {
    padding: .2em .6em .3em; 
    color: #ffffff; 
    font-size: 10px;
}

.player-cell {
    padding: .2em .3em .3em; 
    color: #ffffff; 
    font-size: 10px;
}

.content {
    margin-left: 15%;
    width: 70% !important;
}

.col-xs-3 {
    width: 23% !important;
}

.title {
    color: white;
    font-size: 24px;
    font-weight: 600;
    font-family: Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
    padding-top: 27px;
    padding-left: 25px;
    padding-bottom: 11px;
}

.data {
    font-family: Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #7c9cf5;
    padding-left: 25px;
}

.card-content {
    font-family: Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    padding-left: 25px;
    color: #545d79;
    line-height: 1.714;
    padding-top: 26px;
    padding-bottom: 31px;
}

.bottom-text {
    color: white;
    font-weight: 600;
    font-family: Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.714;
}

.bottom-text-second {
    color: #7c9cf5;
    font-weight: 600;
    font-family: Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.714;
}

.cards {
    background: rgb(33, 37, 49) url("../img/cardsBG.png");
    box-shadow: 0px 0px 63.24px 4.76px rgba(255, 255, 255, 0.08);
    border-radius: 5px;
    height: 391px;
    background-repeat: no-repeat;
    margin-bottom: 70px;
}

.kontaktu-card {
    background: rgb(33, 37, 49) url("../img/Kontaktu-bg.png");
    box-shadow: 0px 0px 63.24px 4.76px rgba(255, 255, 255, 0.08);
    border-radius: 5px;
}

.read-more {
    text-align: center;
    border-radius: 20px;
    width: 176px !important;
    height: 47px !important;
    position: absolute;
    padding-top: 15px;
    background-image: -moz-linear-gradient( -145deg, rgb(39,79,239) 0%, rgb(47,128,237) 100%);
    background-image: -webkit-linear-gradient( -145deg, rgb(39,79,239) 0%, rgb(47,128,237) 100%);
    background-image: -ms-linear-gradient( -145deg, rgb(39,79,239) 0%, rgb(47,128,237) 100%);
    color: #ffffff !important;  
    text-decoration: none;
}

.read-more:hover {
    text-decoration: none;
    color: #ffffff !important; 
}

.text-list {
    display: inline-flex;
    padding-left: unset;
}

.col-xs-3 {
    border-right: 2px solid  rgba(62,68,84, 0.6);
}

.col-xs-3:nth-last-child(-n+2) {
    border-right: none;
}

.players-0 {
    background-size: 0% 100%;
}

.players-1 {
    background-size: 3.13% 100%;
}

.players-2 {
    background-size: 6.25% 100%;
}

.players-3 {
    background-size: 9.38% 100%;
}

.players-4 {
    background-size: 12.5% 100%;
}

.players-5 {
    background-size: 15.63% 100%;
}

.players-6 {
    background-size: 18.75% 100%;
}

.players-7 {
    background-size: 21.88% 100%;
}

.players-8 {
    background-size: 25% 100%;
}

.players-9 {
    background-size: 28.13% 100%;
}

.players-10 {
    background-size: 31.25% 100%;
}

.players-11 {
    background-size: 34.38% 100%;
}

.players-12 {
    background-size: 37.5% 100%;
}

.players-13 {
    background-size: 40.63% 100%;
}

.players-14 {
    background-size: 43.75% 100%;
}

.players-15 {
    background-size: 46.88% 100%;
}

.players-16 {
    background-size: 50% 100%;
}

.players-17 {
    background-size: 53.13% 100%;
}

.players-18 {
    background-size: 56.25% 100%;
}

.players-19 {
    background-size: 59.38% 100%;
}

.players-20 {
    background-size: 62.5% 100%;
}

.players-21 {
    background-size: 65.63% 100%;
}

.players-22 {
    background-size: 68.75% 100%;
}

.players-23 {
    background-size: 71.88% 100%;
}

.players-24 {
    background-size: 75% 100%;
}

.players-25 {
    background-size: 78.13% 100%;
}

.players-26 {
    background-size: 81.25% 100%;
}

.players-27 {
    background-size: 84.38% 100%;
}

.players-28 {
    background-size: 87.5% 100%;
}

.players-29 {
    background-size: 90.63% 100%;
}

.players-30 {
    background-size: 93.75% 100%;
}

.players-31 {
    background-size: 96.88% 100%;
}

.players-32 {
    background-size: 100% 100%;
}

.tooltips {
    position: relative;
    display: inline-block;
    font-weight: 500;
    font-family: Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
}
  
.tooltips .tooltiptext {
    visibility: hidden;
    width: 140px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
}
  
.tooltips:hover .tooltiptext {
    visibility: visible;
}

.skype {
    border-radius: 5px;
    background: #282c39;
    border-right: 2px solid #fd7931;
    width: 253px;
    height: 48px;
    text-align: center;
    padding-top: 15px;
    color: #ffffff;
    font-family: Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.email {
    border-radius: 5px;
    background: #3b3f4d;
    border-right: 2px solid #fd3161;
    width: 253px;
    height: 48px;
    text-align: center;
    padding-top: 15px;
    color: #ffffff;
    font-family: Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    margin-top: 12px;
}

.discord {
    border-radius: 5px;
    background: #282c39;
    border-right: 2px solid #6b31fd;
    width: 253px;
    height: 48px;
    text-align: center;
    padding-top: 15px;
    color: #ffffff;
    font-family: Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    margin-top: 11px;
    margin-bottom: 30px;
}

.kontaktu-img {
    padding-right: 20px;
}

.footer {
    background: #171922;
    clear: both;
    position: relative;
    height: 250px;
    margin-top: -200px;
}


.footer-title {
    margin-top: 55px;
    position: absolute;
    color: #ffffff;
    font-weight: 600;
    font-family: Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
    /*background: linear-gradient(to right,red 0,  red 33.3%,orange 33.3%, orange 66.6%, blue 66.6%,  blue) bottom no-repeat;
    background-size: 100% 3px, 100% 3px;*/
}

.footer-read-more {
  color: rgb(124, 156, 245);
  font-weight: bold;
  line-height: 2;
  font-size: 15px;
  font-family: "Montserrat";
}

.footer-read-more:hover {
    color: #ffffff;
}

.footer-naujienos {
    margin-top: 90px;
    color: #545d79;
    font-size: 14px;
    font-family: Montserrat, "Open Sans", Helvetica, Arial, sans-serif;
}

.footer-list {
    margin-top: 90px;
    list-style: none;
    padding-left: 0px;
}

.footer-list-link {
    font-size: 14px;
    font-family: "Montserrat";
    color: rgb(84, 93, 121) !important;
    line-height: 2.143;
}

.footer-list-link:hover {
    color: #ffffff !important;
    text-decoration: none;
    font-weight: bold;
}

.statistikos-links {
    margin-top: 90px;
}

.statistikos-linkai {
    font-size: 14px;
    font-family: "Montserrat";
    color: rgb(84, 93, 121) !important;
    line-height: 2.143;
}

.statistikos-online {
    font-size: 14px;
    font-family: "Montserrat";
    color: #ffffff !important;
    line-height: 2.143;
}

.secondary-footer {
    background: #131419;
    clear: both;
    position: relative;
    height: 65px;
}

.piesimas {
    color: #545d79;
}

.piesimas-by {
    display: unset;
    float: left;
    margin-left: 15%;
    margin-top: 2%; 
}

.code {
    color: #545d79;
}

.coded-by {
    display: unset;
    float: right;
    margin-right: 15%;
    margin-top: 2%;
}

.copy {
    display: inline-block;
    padding-top: 2%;
    padding-left: 20%;
}

.copyright {
    color: #ffffff;
}

.kas {
    color: #ffffff;
}

@media (min-width: 768px) {
    .col-sm-4 {
        width: 28.333333% !important;
        float: right !important;
    }
}
  
@media screen and (max-width: 600px) {
    .column {
      width: 100%;
      display: block;
      margin-bottom: 20px;
    }

    .col-xs-3 {
        width: 33% !important;
    }    

    .skype {
        width: 88%;
    }

    .email {
        width: 88%;
    }

    .discord {
        width: 88%;
    }

    .row {
        margin-left: 0px !important;
    }

    .table {
        width: 100% !important;
        max-width: 100%;
        margin-bottom: 20px;
        margin-left: 0%;
    }

    .onoffswitch {
        display: block;
    }

    .card {
        width: 100%;
    }

    .off {
        padding-top: 7px;
        padding-left: 0px;
    }

    .on {
        padding-top: 7px;
        padding-left: 0px;
    }

    .online {
        top: -10% !important;
    }

    .offline {
        top: -10% !important;
    }

    .name-cell {
        padding: .2em .6em .3em;
    }

    .coppy-cell {
        padding-top: 25px !important;
        display: inline-flex;
    }

    .cards {
        width: 100%;
        height: 100%;
    }

    .col-xs-3 {
        border-right: none;
    }

    .read-more {
        padding-top: 15px;
        padding-bottom: 15px;
        width: auto !important;
        height: auto !important;
    }

    .footer {
        height: 0px !important;
        margin-top: -0px !important;
    }

    .footer-naujienos {
        margin-top: 110px !important;
    }

    .footer-list {
        margin-top: 110px !important;
    }

    .statistikos-links {
        margin-top: 110px !important;
    }

    .secondary-footer {
        height: 87px !important;
    }

    .second-footer {
        display: inline;
    }
}
  