@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700);

body {
	font-family: 'Roboto', sans-serif !important;
    padding-top: 54px;
    background-color: #57A857;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 200;
}


.bg-with{
    background-color: white;
}

.navbar-toggler {
    
    margin: 8px;
}

.navbar {
    padding: 0 0 ;
}


.navbar-light .navbar-nav .nav-link {
    color: #168393;
    padding: 15px 15px;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #FFF;
    background-color: #167B98;
}


.main{
    min-height: 400px;
    background: #167B98 url(../images/background_main.png) ;
}


.maintow{
    background-color: white;
    background-image: url(../images/bg-post2.png);
    background-repeat: repeat-x;

}

.card-page{
    box-shadow: 1px 1px 3px #167B98 ;
}



.logo{
    background: url(../images/logo_v1.png) no-repeat scroll 0% 0% / 160px 38px;
    height: 38px;
    width: 160px;
    margin: 8px 0 0 0;
}

.logo > span{
    display: none;
}

.logoMain h2{
    color: white;
    margin-top: 20px;
    font-weight: 200;
}

.logoMain h2 > span{
    font-weight: 400;
}

.p-t-20p{ padding-top: 20%; }
.p-t-100{ padding-top: 100px; }
.p-y-100{ padding-top: 100px; padding-bottom: 100px; }

.p-y-2p {
    padding: 2% 0;
}

.p-y-5p {
    padding: 5% 0;
}


.p-y-20p {
    padding: 20% 0;
}

.p-y-10 {
    padding: 10px 0;
}


.p-y-20 {
    padding: 20px 0;
}

.p-b-20 {
    padding-bottom: 20px;
}


.p-b-30{
    padding-bottom: 30px;
}

.m-y-100{
    margin-top: 100px;
    margin-bottom: 100px;
}
.footer{
    background-color: #5cb85c;
    color: white;
}
.footer a{
    color: white ;
}

footer{
    background-color: #57A857;
    color: white;
}

.img-footer {
    position: absolute;
    top: -10px;
    right: 50px;
    z-index: 10;
    
}
.fa-color-8bc34a
{
    color: #8bc34a;
}
.text-white{
    color: white;
      
}

.mainbtn .btn{
    padding: 0.375rem 3.8rem;
    margin: 5px 0 5px 0; 
}
.nav-main{
    padding-left: 15px;
}

.news-text{
    background-color: white;
    border-bottom: 2px solid rgb(20, 135, 151);
    margin-bottom: 20px;
}

.news-text:last-child {
  border-bottom: 0px;
}


.panel-heading a:focus, .panel-heading a:hover{
    text-decoration: none;
}

.fa {
    line-height: 1.5;
}

.boxed .box {
    width: 75px;
    height: 75px;
    border-radius: 3px;
    background-color: #167B98;
    color: #FFF;
    position: absolute;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}


.boxed .text {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    padding-left: 90px;
}

.boxed .text h3 {
    padding: 0px;
    margin: 0px;
    font-weight: bold;
}

.boxed {
    padding-top: 30px;
    padding-bottom: 30px;
    height: 120px;
}


@media (min-width: 34em) {


      .logoM{
        background: url(../images/logo_new_v1.png) no-repeat scroll 0% 0% / 100% 100%;
        height: 70px;
        width: 100%;
        margin: 0 auto;
        
    }
    
    .boxed {
        padding-top: 15px;
        padding-bottom: 15px;
    }


    
    
    .boxed .text h3 {
        font-size: 20px;
    }
    
    .boxed .text p {
        font-size: 14px;
    }
  
}



/* Small devices (landscape phones, 34em and up)*/
@media (max-width: 33.9em) {

    .hfoot {
        padding: 10px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.22);
    }

    .hfoot > .fa {
        line-height: 1;
    }


    .footer ul > li > a.nav-link {
        padding-left: 20px;
    }
    .nopadi{
        padding-left: 0;
        padding-right: 0;
    }

    .nomagi{
        margin-top: 0;
        margin-bottom: 0;
    }
    
    .container {
        max-width: 100%;
      }
    
    
    .logoM{
        background: url(../images/logo_new_v1.png) no-repeat scroll 0% 0% / 100% 100%;
        height: 70px;
        width: 100%;
        margin: 0 auto;
        
    }
    
    .boxed {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    
    
    .boxed .text h3 {
        font-size: 20px;
    }
    
    .btn-block-xs{
     display: block;
     width: 100%;
     margin-left:0 !important;
    }
    
    
}

/* Medium devices (tablets, 48em and up)*/
@media (min-width: 48em) {
    
    .logoM{
        background: url(../images/logo_new_v1.png) no-repeat scroll 0% 0% / 100% 100%;
        height: 80px;
        width: 100%;
        margin: 0 auto;
        
    }
    
    .boxed {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    
    
    .boxed .text h3 {
        font-size: 20px;
    }
    
    .boxed .text p {
        font-size: 14px;
    }
    
}

/* Large devices (desktops, 62em and up)*/
@media (min-width: 62em) { 
    

    .logoM{
        background: url(../images/logo_new_v1.png) no-repeat; /*scroll 0% 0% / 100% 100%;*/
        height: 100px;
        width: auto;
        margin: 0 auto;
        
    }
    
    .boxed {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    
    
    .boxed .text h3 {
        font-size: 22px;
    }
    
    .boxed .text p {
        font-size: 16px;
    }
    
}

/* Extra large devices (large desktops, 75em and up)*/
@media (min-width: 75em) { 
    
    .logoM{
        background: url(../images/logo_new_v1.png) no-repeat; /*scroll 0% 0% / 100% 100%;*/
        height: 100px;
        width: auto;
        margin: 0 auto;
        
    }
    
    
    .boxed {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    

}



.table-xs th, .table-xs td {
    padding: 5px;

}

.coldl {
    float: left;
    padding-right: 15px;
    padding-left: 15px;
    width: 20px;
    vertical-align: middle;
    font-size: 48px;
    color: #F00;
}

.form-control.input-xs {
    padding: 2px;
    font-size: 12px;
    width: 50px;
    display: inline-block;
    margin: 0 0 3px 0;
}

.alert-player{
    display: block;
    margin: 25% 25%;
    height: auto;
    font-weight: bold;
    background-color: #167B98;
    color: #D3EEF2;
    border-color: #3D5457;
}

.image-player{
    background-attachment: inherit;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    
}

.table-nomb{
    margin-bottom: 0px;
}

.alert-success-money{
    color: #693;
    background-color: transparent;
    border-color: #693;
    padding: 40px;
    border: 7px solid #693;
    border-radius: 1rem;
}

.embed-responsive {
    margin: -1px -1px 0;
}


pre {
    background-color: #ECECEC;
    padding-left: 20px;
}

.item-news{
    background-color: rgb(242, 242, 242);
    padding: 10px;
    border-radius: 4px;
    position: relative;
}

.title-video{
    padding: 10px;
    border-radius: 0;
    margin-bottom: 0;
}


a.mbi{
    color: white;
}
a.mbi:hover{
    background-color: rgb(39, 39, 39);
}
.hfoot{
    position: relative;
    display: block;
}
.vb688c1303f {
    padding: 8px;
    margin: 15px auto 10px;
    font-size: 17px;
    border: 1px solid #ffffff;
    color: #FFFFFF;
    text-align: center;
    background-color: #4c9c10;
    box-shadow: 0px 0px 20px #666;
}
.vb688c1303f a {
    font-weight: bold;
    color: white;
    text-decoration: underline;
    display: block;
    margin: 5px;
}