/* font-family: 'Montserrat', sans-serif; */
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
/* font-family: 'Open Sans', sans-serif; */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
/* End Fonts */

/* Start Default Edit */

body{
    background-color: #fff;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
}

a:hover{
    text-decoration: none;
}

/* End Default Edit */

/* Start Edit Bootstrap */

.navbar{
    border-radius: 0px;
    border: none;
    min-height: 80px;
    margin-bottom: 0px;
}
.navbar-default{
    background-color: #fff;
    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.17);
}
.navbar-nav {}
.navbar-nav > li {
    border-left: 1px solid #f9f9f9;
}
.navbar-nav > li:first-child{  border: none;  }
.navbar-nav > li > a {
    padding: 0px 10px;
    line-height: 80px;
    font-size: 13.5px;
    font-weight: 600;
    text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a{
    transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
    color: #0da5e8;
    background-color: transparent;
}
.navbar-default .navbar-nav > .open > a{
    transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus{
    color: #089ee2;
    background-color: #fff;
}

.dropdown-menu {
    position: absolute;
    top: 105%;
    left: -1px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 183px;
    padding: 4px;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 0px 12px rgba(0, 0, 0, 0.08);
}

.dropdown-menu > li > a {
    display: block;
    padding: 7px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #fff;
    white-space: nowrap;
    /* background-color: #00afeb; */
    margin-bottom: 2px;
    background: -moz-linear-gradient(left, #142cc9 0%, #11acf9 100%);
    background: -webkit-linear-gradient(left, rgb(255, 255, 255) 0%,#11acf9 100%);
    background: linear-gradient(to right, #495ee6 0%,#11acf9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#142cc9', endColorstr='#11acf9',GradientType=1 );
    text-shadow: 2px 1px 0px rgba(0, 0, 0, 0.2);
    transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
}

.dropdown-menu > li > a:hover{
    color: #fff;
    background-position:174px;

}

/* End Edit Bootstrap */

/* Start LayOut The Site */

.line-nav{
    background: url("../images/line-nav.png") 0px 0px repeat-x;
    height: 5px;
    z-index: 9999;
}

.header{  background-size: cover;  }
.header .head-top{
    background: url("../images/head-top.jpg") center center no-repeat;
    height: 197px;
    background-size: cover;
}
.header .head-center{
    background: url("../images/head-center.jpg") center center no-repeat;
    height: 168px;
    background-size: cover;
}
.header .head-bottom{
    background: url("../images/head-bottom.jpg") center center no-repeat;
    height: 178px;
    background-size: cover;
}
.box-all{
    margin-top: 30px;
}
section.box-small{
    margin-bottom: 20px;
}
section.box-small .title{
    background-color: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.11), inset 0px 0px 30px rgba(0, 0, 0, 0.02);
    height: 70px;
    line-height: 70px;
    font-size: 14px;
    font-weight: 600;
    color: #1e8ae6;
    border-bottom: 3px solid transparent;
    border-image: url(../images/line-nav.png) 43% round;
    text-transform: uppercase;
}
section.box-small .title i{
    line-height: 70px;
    padding: 0px 20px 0px 20px;
    font-size: 30px;
    font-weight: bold;
    color:  #40a8ec;
    text-shadow: 0px 3px 1px rgba(0, 0, 0, 0.09);
}
section.box-small .body{
    background-color: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.11);
    padding: 16px;
    border-bottom: 3px solid transparent;
    border-image: url(../images/line-nav.png) 43% round;
    text-align: center;
    height: 290px;
    overflow: hidden;
}
section.box-small .body .description{
    color: #818181;
    font-size: 11px;
}

section.box-small .body .players-in{
    margin: 0px auto;
    display: inline;
    padding: 0px;
}
section.box-small .body .players-in li{
    display: block;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    padding: 11px 20px;
    margin: -1px auto;
    font-size: 12px;
    font-weight: 500;
    text-align: left;
}

/* End Small Box */


section.box-big{
    margin-bottom: 20px;
}
section.box-big .title{
    background-color: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.11), inset 0px 0px 30px rgba(0, 0, 0, 0.02);
    height: 70px;
    line-height: 70px;
    font-size: 14px;
    font-weight: 600;
    color: #1e8ae6;
    border-bottom: 3px solid transparent;
    border-image: url(../images/line-nav.png) 43% round;
    text-transform: uppercase;
}
section.box-big .title i{
    line-height: 70px;
    padding: 0px 20px 0px 20px;
    font-size: 30px;
    font-weight: bold;
    color:  #40a8ec;
    text-shadow: 0px 3px 1px rgba(0, 0, 0, 0.09);
}
section.box-big .body{
    background-color: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.11);
    padding: 16px;
    border-bottom: 3px solid transparent;
    border-image: url(../images/line-nav.png) 43% round;
    text-align: center;
}
section.box-big .body .description{
    color: #818181;
    font-size: 11px;
}


section.box-big .body .titles-news{
    background-color: rgba(27,127,204,.8);
    padding: 10px;
    text-transform: capitalize;
    /* box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.2); */
    border-bottom: 5px solid rgba(114, 194, 255, 0.8);
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.12);
}
section.box-big .body .titles-news h1{
    text-align: left;
    font-size: 14px;
    /* display: table-caption; */
    margin: 0px
}
section.box-big .body .titles-news h1 span{
    font-size: 10px;
    position: relative;
    display: block;
    margin: 5px 0px;
}

section.box-big .body .body-news{
    background-color: #668ba8;
    padding: 10px;
    text-align: center;
    font-size: 11px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.12);
    color: #fff;
    text-transform: capitalize;
}

.titles-n{
    background-color: rgba(255, 255, 255, 0.8);
    padding: 16px;
    text-transform: capitalize;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.14);
    border-left: 7px solid #648be4;
    color: #ff7d7d;
    transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    margin-bottom: 15px;
}
.titles-n:hover{
    border-left: 7px solid #ff7d7d;
    color: #648be4;
}
.titles-n h1{
    text-align: left;
    font-size: 14px;
    /* display: table-caption; */
    margin: 0px
}
.titles-n h1 a{
    float: right;
    font-size: 9px;
    vertical-align: middle;
    text-transform: uppercase;
    line-height: 17px;
    color: #565656;
    font-weight: lighter;
}
/* End Big Box */


/* footer */

footer{
    background-color: #fff;
    border-top: 5px solid #ddd;
    height: 70px;
}
footer .copyright {
    line-height: 70px;
    margin: 0px;
    color: #3b84bd;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.12);
}
footer .link-website{
    text-align: right;
    line-height: 70px;
    margin: 0px 30px;
}
footer .link-website li{
    display: inline-block;
}
footer .link-website li > a{  color: #4898d6;  }


.form-define{
    width: 630px;
    margin: 20px auto;
    font-family: 'Montserrat', sans-serif;
}

.form-define input[type="text"],
.form-define input[type="password"],
.form-define input[type="email"]{
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    background-color: #f6f6f6;
    text-shadow: 1px 1px 0px #fff;
    /*padding: 20px;*/
    font-size: 12px;
    height: 45px;
}

.form-define input[type="submit"],
.form-define .btn-define{
    width: 65%;
    padding: 12px;
    border: none;
    text-transform: uppercase;
    background: -moz-linear-gradient(left, #142cc9 0%, #11acf9 100%);
    background: -webkit-linear-gradient(left, rgb(255, 255, 255) 0%,#11acf9 100%);
    background: linear-gradient(to right, #495ee6 0%,#11acf9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#142cc9', endColorstr='#11acf9',GradientType=1 );
    text-shadow: 2px 1px 0px rgba(0, 0, 0, 0.2);
    transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    color: #fff;
}
.form-define input[type="submit"]:hover,
.form-define .btn-define:hover{
    background: -moz-linear-gradient(left, #142cc9 0%, #11acf9 100%);
    background: -webkit-linear-gradient(left, rgb(255, 255, 255) 0%,#f9d211 100%);
    background: linear-gradient(to right, #c8e649 0%,#40c0ff 100%);
    background-position: -410px;
}

.subject{
    font-family: 'Montserrat', sans-serif;
    background-color: #f6f6f6;
    text-shadow: 1px 1px 0px #fff;
    padding: 10px 0px;
    text-align: center;
    max-height: 300px !important;
    width: 410px !important;
}

/* Start Alerts */

.alert{
    width: 35%;
    margin: 8px auto;
    color: #fff;
    text-shadow: 2px 1px 1px rgba(0, 0, 0, 0.36);
}

.alert-error {  background-color: #e24040;  }
.alert-good  {  background-color: #40e263;  }
.alert-about {  background-color: #40aee2;  }

.alert-warn{
    width: 90%;
    margin: 8px auto;
    color: #fff;
    text-shadow: 2px 1px 1px rgba(0, 0, 0, 0.36);
    background-color: #de3939;
    padding: 15px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
}

/* End Alerts */

/* Start Table Edit */

.main-table{
    -webkit-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.05);
}
.main-table td{
    background-color: #ffffff;
    vertical-align: middle !important;
    padding: 11px !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05);
    color: #666666;
    box-shadow: inset 0px 0px 0px rgba(255, 255, 255, 0.07);
    transition: box-shadow 0.4s ease-in-out;
    -webkit-transition: box-shadow 0.4s ease-in-out;
    -moz-transition: box-shadow 0.4s ease-in-out;
    -o-transition: box-shadow 0.4s ease-in-out;
    text-transform: capitalize;
    font-weight: 600;
}
.main-table td:hover{
    box-shadow: inset 0px 0px 50px rgba(0, 0, 0, 0.06);
}
.main-table tr:first-child td{
    background-color: rgba(70, 172, 237, 0.99);
    color: #fff;
    padding: 12px !important;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td{
    border: 1px solid rgba(0, 0, 0, 0.07);
}

/* End Table Edit */


/* START Caption */

.caption{
    background: -moz-linear-gradient(left, #142cc9 0%, #11acf9 100%);
    background: -webkit-linear-gradient(left, rgb(255, 255, 255) 0%,#11acf9 100%);
    background: linear-gradient(to right, #495ee6 0%,#11acf9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#142cc9', endColorstr='#11acf9',GradientType=1 );
    padding: 26px;
    color: #fff;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.09);
    border-radius: 10px;
    border: 3px solid #13a3ea;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    opacity: 0.7;
}

.caption:hover{
    opacity: 10;
}

/* END Caption */

/* End LayOut The Site */

/* Start Panel Card */

.details-site{
    margin-top: 10%;
}
.details-site .title{
    font-weight: bold;
    text-shadow: 1px 3px 5px rgba(0, 0, 0, 0.32);
    color: #fff !important;
    font-size: 26px;
}
.details-site .disc{
    font-weight: bold;
    text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.25);
    color: #ef5551;
    font-size: 14px;
}
.details-dash{
    margin-top: 3%;
}
.details-dash .title-dash{
    font-weight: bold;
    text-shadow: 1px 3px 5px rgba(0, 0, 0, 0.32);
    color: #fff !important;
    font-size: 26px;
}

.details-dash p.disc-dash{
    font-weight: lighter;
    text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.25);
    color: #e2504d;
    font-size: 10px;
}

.welcome-user{
    margin: 32px auto;
    background-color: #342f2f;
    color: #fff;
    width: 130px;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.42);
    font-weight: 600;
    box-shadow: 2.5px 4.33px 5px 0px rgba(0, 0, 0, 0.11);
}
.welcome-user .User{
    padding: 10px;
}
.welcome-user .logout{
    background-color: #6d2624;
    padding: 10px;
    color: #fff !important;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.welcome-user .logout:hover{
    background-color: #4a4848;
}

/* Start Edit Optional  */

.tb-edit{
    width: 70%;
    margin: 0px auto;
    /* background-color: #222; */
    text-align: center;
    margin-bottom: 11px;
}
.tb-edit .color {
    display: inline-block;
    margin-left: 0px;
    height: 90px;
    width: 33%;
    color: #fff;
    line-height: 90px;
    text-shadow: 2.5px 4.33px 5px rgba(0, 0, 0, 0.12);
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    border-left: 1px solid rgba(0, 0, 0, 0.12);
    border-right: 1px solid rgba(0, 0, 0, 0.12);
    box-shadow: inset 0px 0px 0px rgba(255, 255, 255, 0.28), 3px 4px 3px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.4s ease-in-out;
    -webkit-transition: box-shadow 0.4s ease-in-out;
    -moz-transition: box-shadow 0.4s ease-in-out;
    -o-transition: box-shadow 0.4s ease-in-out;
    border-radius: 6px;
}
.tb-edit .color:last-child{  border: none;  }
.tb-edit .color:first-child{  border: none;  }
.tb-edit .color:hover{
    box-shadow: inset 0px 0px 50px rgba(255, 255, 255, 0.28);
}
.tb-edit .peterRiver{  background-color: #2980b9;  }
.tb-edit .EmeRald{  background-color: #29b841;  }
.tb-edit .AliZarn{  background-color: #b92c29;  }
.tb-edit .Asphalt{  background-color: #3b556f;  }

.back{
    color: #fff !important;
    position: fixed;
    background-color: #433e3e;
    top: 67px;
    left: 30px;
    padding: 10px;
    display: inline-block;
    text-align: center;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.15);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}
.back:hover{
    background-color: #b92c29;
}

.generate {
    position: absolute;
    background-color: #1e98f4;
    border: none;
    padding: 12px;
    border-radius: 6px;
    color: #ffffff;
    right: 349px;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.12);
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
}

.generate:hover{
    background-color: #4562e7;
}
.generate:active{
    background-color: #f41e1e;
}
.generate:focus{
    outline: none;
}

.reg-button a{
    background: url(../images/reg.png) center top no-repeat;
    height: 100px;
    width: 387px;
    display: block;
    position: relative;
    z-index: 99999999;
    bottom: 53px;
    margin: 0px auto;
    
}
.reg-button a:hover{
    background-position: bottom;
}

/* End Panel Card */

.partners-block { 
    background: #f6f6f6;
    padding: 6px 0;
    text-align: center;
}

.profiles-gm {
    background-color: #0990ea;
    padding: 15px;
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.14);
    border: 5px solid #ffffff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.14);
}

.profiles-gm .name-item {
    font-size: 17px;
    background-color: #ffffff;
    padding: 10px;
    color: #8340cc;
    border-radius: 6px;
    font-weight: 400;
    box-shadow: 1px 3px 9px rgba(0,0,0,0.21);
    margin: 17px auto;
}

.profiles-gm .price {
    background-color: #ff7575!important;
    color: #fff!important;
}

.buttons .btn-success {
    width: 90%;
    padding: 12px;
        border: 1px solid #c8e649;
    background: linear-gradient(to right, #495ee6 0%,#11acf9 100%);
    
    color: #fff;
}

.profiles-gm .buttons :hover {
    background: linear-gradient(to right, #c8e649 0%,#40c0ff 100%);
    border: 1px solid #495ee6;
}
.profiles-gm h1 {
    font-size: 17px;
    background-color: #c79f2f;
    padding: 12px;
    border-radius: 6px;
    font-weight: 400;
    margin-bottom: -12px;
}
.profiles-gm img {
    width: 30%;
}
 .profiles-gm ul>li>a {
    background-color: #48aced;
    color: #fff;
    padding: 10px;
    border-radius: 6px;
    text-align: left;
    line-height: 24px;
    transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
}
 .profiles-gm ul>li {
    display: grid;
    margin: 5px auto;
}
.profiles-gm ul {
    margin: 0px auto;
    display: inline;
}
.profiles-gm ul>li>a>i {
    background-color: #2e2e2e;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 20%;
    margin-right: 0px;
    float: left;
    text-align: center;
    margin-right: 10px;
}

.profiles-gm ul>li>a:hover {
    background-color: #ffffff;
    color: #48aced;
}
.vip-center {
    background-color: #ffffff;
    padding: 10px;
    width: 35%;
    margin: 8px auto;
    border-radius: 3px;
    border-left: 8px solid #4387dd;
    box-shadow: 0px 0px 11px rgba(0,0,0,0.11);
    border-right: 8px solid #4387dd;
    text-align: center;
}
.vip-center .points {
    color: #000;
    font-size: 13px;
    font-weight: 500;
}