.idiomes {float:right;padding:5px 20px;}
.current-lang{text-decoration:underline;font-weight:700;}
.idiomes ul{list-style:none;}
.idiomes li{display:inline;margin:0 10px;}
.idiomes li a {color:#fff;}
footer a {
    color: #fff !important;
    text-decoration: none;
}
body.custom-background {
    background-size: cover !important;
}
.attribution,.footer-links {display:none}
#text-4,#text-7 {text-align:right;}
h4, .h4 {
    line-height: 24px;
margin:0;
}
h3, .h3 {
    color: #56068b;
    font-family: obelix pro bold italic !important;    font-size: 18px !important;
}
.lead {
    font-size: 16px;
}
.btn-info {
    background-color: #e11676;
    border-color: #e11676;
}
.abWhiteBox {
    background: rgba(87, 6, 140, 0.5) none repeat scroll 0 0;
    color: #000;
    padding: 15px;
    border-radius:10px;
    text-align:center;
}
.abWhiteBox h4{
    color:white;
    font-weight:700;
}
.page-template-page-full-width .btn-lg {
    border-radius: 6px;
    font-size: 24px;
    line-height: 1.33;
    padding: 10px 16px;
}

.page-template-page-full-width .page-header {
    border-bottom: 0 solid #eeeeee;
    margin: 40px 0 20px;
    padding-bottom: 9px;
    text-align: center;
}
.logofooter{width:80px;}

span.wpcf7-list-item {
    font-size: 16px;
    margin-left: 0.8em;
}
label {
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 5px;
}
.text-danger {
    color: #e11676;
}
a {
    color: #e11676;
    text-decoration: none;
}
a:hover, a:focus {
    color: #56068b;
    text-decoration: underline;
}
.footer-links a {color:#fff;}
.btn-primary {
    background-color: #e11676;
    border-color: #e11676;
    color: #ffffff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background-color: #56068b;
    border-color: #56068b;
    color: #ffffff;
}
.tablepress tfoot th, .tablepress thead th {
    background-color: #e11676;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    vertical-align: middle;
}
#credit320{display:none;}


.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}
.navbar-default .navbar-toggle {
    border-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
.navbar-nav {
    float: left;
    margin: 10px;
}
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
.navbar-nav {
    float: left;
    margin: 10px;
}
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
.navbar-nav {
    float: left;
    margin: 10px;
}
}