@import url(http://fonts.googleapis.com/css?family=Ropa+Sans:400,400italic);

body {
    background-color: red;
    font-family: 'Ropa Sans', sans-serif;
    font-size: 16px;
}

.toleft {
    float: left;
}

.toright {
    float: right;
}

#up-header{
    /*background-color: #28a4c9;*/
    background-color: #DDD;
    margin-top: 0px;
    text-align: right;
    padding: 4px 0;
}

#mainheader {
    border-bottom: 2px solid #DDDDDD;
}

.border-right{
    background-color: none;
}

#topright-buttons {
    text-align: right;
    padding: 4px;
}
#topright-buttons a {
    padding-top: 4px;
    padding-bottom: 4px;
}
#mainmenu {
    border: none;
    background-color: #FFF;
    margin-top: 40px;
    margin-bottom: 0;
    font-weight: bold;
    
}



#mainmenu > ul {
    margin-right: 0px;
}

#mainmenu .navbar-nav>li>a { 
    padding: 15px 10px;
    margin-left: 30px;
}
#mainmenu .navbar-nav>li:last-child>a {
    padding-right: 0;
}
#mainmenu .navbar-nav>li :active{

}
#slider{
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

#searchbutton{
    background-color: #23527c;
}



h1.title {
    font-size: 20px;
    font-weight: bold;
}
h2.title {
    font-size: 17px;
    font-weight: bold;
}


#col1{
    text-align: center;
    padding: 24px 30px;
}
#myfooter {
    bottom: 0;
    width: 100%;
    padding-bottom: 5px;
    padding-top: 5px;
    background-color: rgba(241, 241, 240, 1);
    color: grey;
}
#myfooter a {
    color: grey;
}


.footer-links, .copyright { display: block; float: left; }
.footer-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-links ul li {
    float: left;
    margin-right: 15px;
}


.copyright {
    clear: left;
    display: block;
    font-size: 0.8em;
    margin-top: 10px;
}

a.poweredby {
    font-size: 0.75em;
    text-decoration: none;
}
a.poweredby:hover {
    color: #28a4c9 !important;
}

/*
*Pulsante registrazione nuovo utente
*/
#registrami{
    color: white;
    /*background: blue;*/
    background:#28a4c9;
    border: 2px blue;
    border-radius: 4px;
    text-transform: uppercase;
    
}
/* login page*/
#login{
    font: bold;
    padding: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
}
/* contatti style*/
#contatti{
    font: bold; 
    padding: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    
}
/*
* stile per il container dei 3 servizi(soppra il footer) 
*/
#maincontent {
/*    margin-top: 26px;*/
    margin-bottom: 26px;
}




table, th, td {
    border-collapse: collapse;
}
th, td {
    padding: 5px;
}

#ricarica_credito{
    color: white;
    background: #28a4c9;
    border: 2px blue;
    border-radius: 4px;
    text-transform: uppercase;
    width: 100%;
    height: 70px;
}
#ricarica_credito25{
    color: white;
    background: #B8004A;
    /*border: 2px blue;*/
    border-radius: 4px;
    text-transform: uppercase;
    width: 100%;
    height: 70px;
}
#ricarica_credito50{
    color: white;
    background: #95003C;
    /*border: 2px blue;*/
    border-radius: 4px;
    text-transform: uppercase;
    width: 100%;
    height: 70px;
}
#ricarica_credito100{
    color: white;
    background: #7A0000;
    /*border: 2px blue;*/
    border-radius: 4px;
    text-transform: uppercase;
    width: 100%;
    height: 70px;
}


/* fullcenter pagina login*/
#fullcenter{
    width: 980px;
    margin: 0 auto;
    padding: 10px;
    overflow: hidden;
}
/**/
#box_lef{
      float: left;
  padding: 10px 40px;
  width: 50%;
  min-height: 300px;
  display: block;
  
}
#box_right{
    float: left;
  padding: 10px 40px;
  width: 50%;
  -webkit-box-sizing: border-box;
  min-height: 300px;
  display: block;
}
/*registrazione nuovo utente*/
#registration_form{
    width: 1170px;
    height: 600px;
   
}

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

#screenshots{
    width: 25px;
    height: 25px;
}
/* prova funcybox*/
#links {
    position: relative;
    bottom: 10px;
    width: 100%;
    padding-top: 500px;
    list-style: none;
    text-align: center;
    z-index: 99999;
}

#links li {
    display: inline;
    padding: 0 5px;
}

#links li label {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.6);
    cursor: pointer;
}

#links li.active label {
    background-color: white;
}
/* fine prova funcybox*/

.thumb{
    margin-top: 10px;
    margin-bottom: 10px;
    height: 150px;
    overflow: hidden;
}

.vcenter {
    height: 140px;
    padding-top: 33px;
    padding-bottom: 33px;
}

.nopadding{
    padding-left: 0px;
    padding-right: 0px;
}

.box-info {
    border: 1px solid black;
    border-style: dashed;
}
.credit , .myinfo {
    margin: 0px 0px;
}

.myinfo {
    margin-bottom: 10px;
}

.credit > a > .btn {
    width: 100%;
}

table.personalinfo, .personalinfo th,.personalinfo td {
    border: none;
}

#pb_5,#pb_11 {
    display: inline-block;
}

#pb_11 {
    margin-left: 15px;
}


.product-detail .buttons {
    float: right;
    margin-top: 5px;
    padding: 0px 0px;
    margin-left: 15px;
    margin-bottom: 10px;
}

.product-detail .buttons p {
    margin-top: 5px;
    margin-bottom: 5px;
}

.product-detail .buttons div {
    margin-top: 10px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
    background-color: transparent;
    color:#4e4e4e;
    border-bottom: 1px solid #4e4e4e;
}
p{
    margin: 15px 0px;
}

.extra-label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    font-size: 14px;
    line-height: 18px;
}
.extra-radio {
    display: none;
}

.extra-label:before {
    content: "";
    display: inline-block;
 
    width: 16px;
    height: 16px;
 
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 1px;
    background-color: #aaa;
    box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
    margin-bottom: 2px;
}

.radio label:before {
    border-radius: 8px;
}

input[type=radio]:checked + label:before {
    content: "\2022";
    color: #f3f3f3;
    font-size: 60px;
    text-align: center;
    line-height: 13px;
}


.box-news {
    padding: 0 20px 0 0;
}

.box-news a {
    color: inherit !important;
}

.news-date {
    color: #5bc0de;
    margin-bottom: 0;
    font-size: 0.9em;
}

.box-news ul {
    list-style: none !important;
    list-style-position: inside;
}

.box-news ul li {
    
}

.box-news .news-body {
    border-bottom: 1px solid #AFAFAF;
    margin: 25px 0;
}

.box-news .news-description {
    line-height: 20px;
}

.box-news li:last-child {
    border-bottom: 0;
}


.box-news img {
    max-width: 100%;
    height: 7rem;
}

.box-news .readmore {
    text-align: right;
}

.media__img {
    display: block;
    margin-right: 1.5rem;
    margin-bottom: 0.75rem;
    float: left;
}

.news_style2 .image {
    width: 300px;
    float: left;
    margin-right: 20px;
}
.news_style2 div.content {
    padding: 0px 20px;
}

.news_style2 .pageTitle {
    margin-left: 20px;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #5bc0de;
    border-color: #5bc0de;
}
.pagination>li>a, .pagination>li>span{
    color: #5bc0de;
}
.pagination>li>a:hover, .pagination>li>span:hover{
    color: #5bc0de;
}

.product_logo {
    width: 100%;
    float:right;
}
.faq {
    float: right;
    margin: 0px 0px;
    padding: 0px 0px;
}

#pb_3 {
    text-align: center;
    padding-top: 15px;
}

a.lightgray {
    color: lightgray;
    text-decoration: none;
}

.bs-example {
    margin-top: 20px;
}

.main-single {
    margin-top: 20px;
}

.request_button {
    margin-top: 10px;
}

.component {
    margin-top: 20px;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover{
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.powered{
    text-align: right
}

.btn-cart {
    color: #fff;
    background-color: #F9B70C;
    border-color: #F9B70C;
}

.btn-cart:hover {
    color: #fff;
    background-color: #F19E1D;
    border-color: #F19E1D;
}

#pb_11 .dropdown-menu {
    right: 0;
    left: initial;
}


@media(max-width: 1200px){
    #mainmenu .navbar-nav>li>a{
        margin-left: 20px;
    }
}

@media(max-width: 992px){
    #mainmenu .navbar-nav>li>a{
        margin-left: 0px;
    }
    
    #pb_1 img {
        height: 90px;
        margin-top: 17px;
    }
    .navbar-nav > li {
        font-size: 15px;
    }
    
}


@media  (max-width: 767px){
    .news_style2 .image {
        float: none;
    }
    
    #mainmenu{
        margin-top: 0px;
    }
    
    #pb_6 {
        margin-top: 67px;
    }
    
    #pb_1 {
        position: absolute;
        height: 100px;
        z-index: 100;
    }
    
    #pb_1 img {
        height: 130px;
        margin-top: 0px;
    }
}