/* Add here all your css styles (customizations) */

.navbar-brand {
    width: 0;
}

.pricingStandard .pricing-head h3 {
    background: rgba(52, 152, 219, 0.2);
}
.pricingGold .pricing-head h3 {
    background: rgba(52, 152, 219, 0.5);
}
.pricingPlatinum .pricing-head h3 {
    background: rgba(52, 152, 219, 1.0);
}
.one-page-inner ul {
    margin-left: 25px;
}
.darkBg li,
.one-blue li {
    color: #fff;
}
.fixBoxHeight {
    height: 190px;
}
table {
    width: 100%;
}
table td {
    padding: 10px;
}
.header-v1 .topbar-v1 {
    background: none;
}
.header-v1 .topbar-v1 .top-v1-data li:first-child {
    border-left: none;
}
.header-v1 .topbar-v1 .top-v1-data li {
    border-right: none;
}




/*languages*/
.header-v1 .topbar-v1 ul.languages {
    top: 25px;
    display: none;
    padding: 4px 0;
    padding-left: 0; 
    list-style: none;
    min-width: 100px;
    position: absolute;
    background: #f0f0f0;
    z-index: 100;
}

.header-v1 .topbar-v1 li:hover ul.languages {
    display: block;
}

.header-v1 .topbar-v1 ul.languages:after {
    top: -4px;
    width: 0; 
    height: 0;
    left: 8px;
    content: " "; 
    display: block; 
    position: absolute;
    border-bottom: 6px solid #f0f0f0;	
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-left-style: inset; /*FF fixes*/
    border-right-style: inset; /*FF fixes*/
}

.header-v1 .topbar-v1 ul.languages li {
    display: block;
    padding: 0;
}
.header-v1 .topbar-v1 ul.languages li a {
    color: #555;
    display: block;
    font-size: 10px;
    padding: 2px 12px;
    margin-bottom: 1px;
    text-transform: uppercase; 
    text-align: center;
}

.header-v1 .topbar-v1 ul.languages li.active a i {
    color: #999;
    /*float: right;*/
    margin-top: 2px;
}

.header-v1 .topbar-v1 ul.languages li a:hover, 
.header-v1 .topbar-v1 ul.languages li.active a {
    background: #fafafa;
}

.header-v1 .topbar-v1 ul.languages li a:hover {
    text-decoration: none; 
}

table th {
    white-space: nowrap;
}
.vaList .vaLogo {
    height: 60px;
}
.col-md-12 input[type=submit] {
    width: 100%;
}


.green {
    color: #3c3;
}
.red {
    color: #e33;
}
.blue {
    color: #00f;
}
.yellow {
    color: #fc3;
}
