/* Air */
.pagination > .active > span {
    background-color: #c80913;
    border-color: #c80913;
}
.pagination > .active > span:hover, .pagination > li > a:focus {
    background-color: #a0030b;
    border-color: #a0030b;
    color:#FFF;
}
.pagination > li > a, .pagination > .active > span {
    margin: 0px 3px 0 0;
}
.pagination > li > a {
    background: none;
    color:#FFF;
    border: 1px solid #676767
}
.pagination > .disabled > span {
    background: none;
    color:#FFF;
    opacity: 0.4;
}
.pagination > li > a:hover {
    background: none;
    color:#FFF;
    border: 1px solid #FFF;
}
form.air-form .form-control {
    min-height: 48px;
    padding: 13px 12px 13px 15px;
    font-size: 14px;
    line-height: 20px;
    color: #888888;
    background-color:#353535;
    border: none;
    border-bottom: 2px solid #676767;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
form.air-form .form-control:focus {
    color: #fff;
    border-color: #fff;
    box-shadow: none;
    moz-box-shadow: none;
    -webkit-box-shadow: none;
}
form.air-form select.form-control {
    height: 48px;
}
/* Forms */

.pdd-checkbox {
    display: inline-block;
    position: relative;
    min-width: 30px;
    min-height: 30px;
    vertical-align: middle;
}
.pdd-checkbox>input[type=checkbox] {
    visibility: hidden;
}
.pdd-checkbox>label {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    padding: 10px;
    margin: 5px;
    box-sizing: border-box;
    font-size: 14px;
    background: -webkit-gradient(linear, left top, left bottom, from(#222222), to(#45484d));
    background: linear-gradient(to bottom, #222222 0%, #45484d 100%);
    border-radius: 4px;
    -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.4);
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.4);
}
.pdd-checkbox>label:after {
    content: '';
    width: 9px;
    height: 5px;
    position: absolute;
    top: 4px;
    left: 4px;
    border: 3px solid #fcfff4;
    box-sizing: content-box;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.pdd-checkbox>input[type=checkbox]:checked + label:after {
    opacity: 1;
}
label.pdd-checkbox-label {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    margin: 5px 10px 5px 5px;
    font-size: 14px;
    line-height: 14px;
}

.pdd-radio {
    display: inline-block;
    position: relative;
    min-width: 30px;
    min-height: 30px;
    vertical-align: middle;
}
.pdd-radio>input[type=radio] {
    visibility: hidden;
}
.pdd-radio>label {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    padding: 10px;
    margin: 5px;
    box-sizing: border-box;
    font-size: 14px;
    background: -webkit-gradient(linear, left top, left bottom, from(#222222), to(#45484d));
    background: linear-gradient(to bottom, #222222 0%, #45484d 100%);
    border-radius: 4px;
    -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.4);
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.4);
}
.pdd-radio>label:after {
    content: '';
    width: 9px;
    height: 5px;
    position: absolute;
    top: 4px;
    left: 4px;
    border: 3px solid #fcfff4;
    box-sizing: content-box;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.pdd-radio>input[type=radio]:checked + label:after {
    opacity: 1;
}
label.pdd-radio-label {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    margin: 5px 10px 5px 5px;
    font-size: 14px;
    line-height: 14px;
}

/* My Account */

ul.dashboard-menu {
    padding:0;
    list-style: none;
}
ul.dashboard-menu>li {
    display: block;
}
ul.dashboard-menu>li>a {
    display:block;
    padding:5px 8px;
    background:#4a4a4a;
    transition: all 200ms;
}
ul.dashboard-menu>li>a:hover {
    background: #a82930;
}
ul.dashboard-menu>li>a.active {
    background: #c61915;
}
.dashboard {
    font-size:0;
    display: block;
    width: 100%;
    text-align: center;
}
.dashboard>.block {
    display: inline-block;
    width: 45%;
    vertical-align: top;
    padding:20px;
    border:1px solid white;
    margin:0 10px 10px 10px;
}
.dashboard>.block h2 {
    font-size: 20px;
    word-wrap: unset;
    font-weight: bold;
    text-transform: uppercase;
}
.dashboard>.block h2>span {
    display: block;
    font-size: 14px;
}
.dashboard>.block h3 {
    margin: 5px 0 0 0;
    padding: 0;
    font-size: 45px;
}
/* End My Account */
/* Utilities */
strong {
    color:#c80913;
}
.btn-red {
    display: inline-block;
    background: #c80913;
    color: #fff;
    font-family: 'Roboto';
    font-size: 12px;
    line-height: 20px;
    font-weight: 800;
    padding: 7px 20px;
    text-decoration: none;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border: none;
    text-transform: uppercase;
    border: 1px solid #c80913;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}
.btn-red:hover, .btn-red:active, .btn-red:focus {
    background: #9a1118;
    border: 1px solid #7b0d13;
    color:#FFF;
}
.btn-red:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.btn-gray {
    display: inline-block;
    background: #252525;
    color: #fff;
    font-family: 'Roboto';
    font-size: 12px;
    line-height: 20px;
    font-weight: 800;
    padding: 7px 20px;
    text-decoration: none;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border: none;
    text-transform: uppercase;
    border: 1px solid #252525;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    text-decoration: none;
}
.btn-gray:hover, .btn-gray:focus, .btn-gray:focus {
    background: #9a1118;
    border: 1px solid #7b0d13;
    text-decoration: none;
}
video#bgvid {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-color: #252525;
    background-size: cover;
}
.bgvid-over {
    top:0;
    left: 0;
    position: fixed;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    background: rgba(0,0,0,0.6);
}
.parallax-window {
    min-height: 400px;
    background-size: cover;
    -webkit-background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}
.parallax-window.comunicacion-y-comercializacion {
    background-image: url("/files/cms/bg-new-york-city-parallex.jpg");
    text-align: center;
    padding-top:130px;
}
.parallax-window.nuestros-servicios {
    background-image: url("/files/cms/ny-city-bg-services.jpg");
    text-align: center;
    padding-top:130px;
}
form#login_form {
    padding:30px;
    background: rgba(0,0,0,0.6);
    max-width: 550px;
    margin:100px auto 0 auto;
}
form#login_form a {
    color:#FFF;
}
form#login_form hr {
    width: 100px;
    border:dotted 1px #FFF;
}
table.radio-stations {
    width: 100%;
}
table.radio-stations thead th {
    padding: 15px 0;
    color:#888888;
    border-bottom: 2px solid #676767;
}
table.radio-stations tbody td {
    padding: 15px 0;
    border-bottom: 1px solid #676767;
}

table.invoices {
    width: 100%;
}
table.invoices thead th {
    padding: 15px 0;
    color:#888888;
    border-bottom: 2px solid #676767;
}
table.invoices tbody td {
    padding: 15px 0;
    border-bottom: 1px solid #676767;
}
ul.invoice_list_details {
    padding:0;
    list-style: none;
}
ul.invoice_list_details>li {
    padding: 5px;
}
ul.invoice_list_details>li.invoice-id {
    background: #9a1118;
    padding: 5px 15px;
    font-weight: bold;
    text-transform: uppercase;
}
ul.invoice_list_details>li.amount {
    border-top:1px dotted #cacaca;
    border-bottom:1px dotted #cacaca;
}
ul.invoices-total {
    padding:0;
    list-style: none;
    margin-top:50px;
}
ul.invoices-total li.total {
    padding: 10px 0;
    border-top:1px solid #cacaca;
    border-bottom:1px solid #cacaca;
    font-size: 16px;
}
.checkout-page h2 {
    font-size:26px;
    letter-spacing: normal;
}
.alert-success strong {
    color:#3c763d;
}
.air-tabs .btn-red {
    background: #4a4a4a;
    border: 1px solid #4a4a4a;
}
.air-tabs .btn-red.active {
    background: #c80913;
    border: 1px solid #c80913;
}
#home_player .AudioPrev, #home_player .AudioNext{
    display: none;
}
#radio_stations_with_logos {
    text-align: center;
    padding-top: 130px;
}
#radio_stations_with_logos > div {
    display: inline-block;
    vertical-align: top;
    max-width: 110px;
}
#radio_stations_with_logos > div > img {
    max-width: 100%;
}
.testimonial-audio {
    background-image: url("/images/play-button.svg");
    background-size: 50px 50px;
    display: inline-block;
    width: 50px;
    height: 50px;
    border:none;
    background-color: transparent;
}
.testimonial-audio.paused {
    background-image: url("/images/rounded-pause-button.svg");
}
.mt0 {
    margin-top:0;
}
.mt10 {
    margin-top:10px;
}
.mt20 {
    margin-top:20px;
}
.mb25 {
    margin-bottom:25px;
}
.mt50 {
    margin-top:50px;
}
.mb0 {
    margin-bottom: 0px;
}
.mb10 {
    margin-bottom:10px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb50 {
   margin-bottom: 50px;
}
.pt0 {
    padding-top:0px !important;
}
.pb0 {
    padding-bottom: 0 !important;
}