p, pre, ul, ol, dl, dd, blockquote, address, table, fieldset, form{
    margin-bottom: 15px;
}
#main h1 > span, h2 > span, h3 > span, h4 > span, h5 > span, h6 > span {
    color: RGBA(62, 163, 216, 0.85);
}
.thumbnail{
    border: none;
}
#topNav #topMain > li.mega-menu div.row div{
    padding: 0px;
}
#topNav div.submenu-color ul.dropdown-menu{
    background-color: #07344B;
    border-color: #888 #07344B #07344B;

}
ul.ul-margin-bottom-10 > li{
    margin-bottom: 10px;
}
#topMain li.dropdown:hover > a.dropdown-toggle.sub-menu:before{
    position: absolute;
    display: block;
    content: " ";
    width: 0;
    height: 0;
    margin-left: 30%;
    bottom: -1px;
    border: 8px inset rgba(0, 0, 0, 0);
    border-bottom-color: #07344B;
    border-bottom-color: #07344B;
    -moz--bottom-color: #07344B;
    -webkit-bottom-color: #07344B;
    -o-bottom-color: #07344B;
}
.ul-align-left-head-line{
    psadding-left: 15px;
}
.center-content{
    display: flex;
    align-items: center;
    justify-content: center;
}
.h-center-content{
    display: flex;
    align-items: center;
}

.h-center-content-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.v-center-content,#footer-certifications > a{
    display: flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
}

#privacy-shield div.row.info-bar{
    display: flex;
    align-items: center;
}

#privacy-shield div.row.info-bar > .col-xs-12{
    max-width: 40px;
    max-height: 40px;
}

.image-height-130{
    max-height: 130px;
}

.image-height-350{
    max-height: 350px;
}

.image-size-200{
    max-height: 200px;
    max-width: 200px;
}

.image-size-300x420{
    max-height: 420px !important;
    max-width: 300px !important;
}

.image-size-200x140{
    max-height: 140px !important;
    max-width: 200px !important;
}


.image-size-50{
    max-height: 50px;
    max-width: 50px;
}

.image-size-36{
    max-height: 36px;
    max-width: 36px;
}

.image-size-63{
    max-height: 63px;
    max-width: 63px;
}

.image-size-200x100{
    max-width: 200px;
    max-height: 100px;
}

#topBar .container > div{
    display: flex;
    justify-content: space-around;
}

#topBar .container > div > span {

}

#news hr {
    background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.2), transparent);
    background-image: -moz-linear-gradient(transparent, rgba(0, 0, 0, 0.2), transparent);
    background-image: -ms-linear-gradient(transparent, rgba(0, 0, 0, 0.2), transparent);
    background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.2), transparent);
    background-image: linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#d6d6d6',GradientType=0 );
}

/*Footer*/
#footer-list-inline li:not(:first-child){
    border-left: 1px solid rgba(255,255,255,0.6);
}
#footer-certifications, #footer-members, #footer-crypto,#footer-compatibilty,#footer-copyright{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: flex-start;
}
#footer-certifications > a{
    text-align: center;
    justify-content: start;
    max-width: 95px;
    padding: 10px 0 10px;
    font-size: smaller;
}

#footer-certifications > a > img{
    max-height: 40px;
    max-width: 40px;
}
#footer-members > a > img{
    max-width: 95px;
    max-height: 40px;
}
#footer-crypto > a > img, #footer-compatibilty > a> img{
    max-width: 95px;
    max-height: 50px;
}
#footer-members > a{
    padding: 10px 0 10px;
    justify-content: start;
}
#footer-members > a:not(:first-child),
#footer-certifications > a:not(:first-child){
    padding-left: 20px;
}
#footer-crypto{
    align-items: center;
}
#footer hr{
    height: inherit;
}
@media only screen and (max-width: 768px){
    #footer .row>div {
        margin-bottom: 10px;
    }
}
/*END FOOTER*/
.form-control{
    border: #ddd 1px solid;
}
.btn-default {
    border-width: 1px;
}
.position-none {
    position:static;
}
#error-page-header{
    color: rgba(255,255,255,0.6);
    background: #313131;
    border-bottom: #313131 1px solid;
    background: -moz-linear-gradient(top, #555555 0%, #313131 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1a1d2b), color-stop(100%, #313131));
    background: -webkit-linear-gradient(top, #555555 0%, #313131 100%);
    background: -o-linear-gradient(top, #555555 0%, #313131 100%);
    background: -ms-linear-gradient(top, #555555 0%, #313131 100%);
    background: linear-gradient(to bottom, #555555 0%,#313131 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#313131',GradientType=0 );
}

#error-page-header h1 {
    color:rgba(255,255,255,0.8)
}
#error-detail{
    font-weight: normal;
    color: #676a6c;
}
