/**
 * The main.css with style sheets of the body website
 * 
 * @author Cesar Augustus Silva <cesar@infoartweb.com>
 * @copyright Copyright (c) 2016, Infoart
 * @license http://www.gnu.org/licenses/gpl.html GNU GPL v3.0
 * 
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 * 
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * 
 * You should have received a copy of the GNU General Public License
 * along with this program.  If not, see <-http://www.gnu.org/licenses/>.
 */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html > object {display: block;}
body {
    background-color: #ffffff;
    color: #565656;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.42857143;
    position: relative;
}
@media (max-width: 315px) {
    body {zoom: 75%;}
}
@media (min-width: 1935px) and (max-width: 2393px) {
    body {zoom: 130%;}
}
@media (min-width: 2394px) and (max-width: 2894px) {
    body {zoom: 150%;}
}
@media (min-width: 2895px) and (max-width: 4544px) {
    body {zoom: 235%;}
}
@media (min-width: 4545px) and (max-width: 6379px) {
    body {zoom: 330%;}
}
@media (min-width: 6380px) {
    body {zoom: 390%;}
}
body.elrte {font-weight: 300;margin: 8px;}
body.elrte img {
    display: inline;
    height: auto !important;
    width: auto !important;
}
h4 {
    color: #ED3237;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 30px;
    text-transform: uppercase;
}
a:focus, button:focus {outline: #006CB5 auto 4px;}
@-moz-document url-prefix() {
    a:focus, button:focus {outline-width: 1px;}
}
a:hover {text-decoration: none;}
img {display: block;height: auto;max-width: 100%;}
form div.message,
form div.message p {
    display: none;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 300;
    margin: 5px 0;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media (min-width: 468px) {
    form div.message p {font-size: 14px;}
}
form.submitted div.message {display: block;}
form.submitted.error div.message p.error {color: #D54747;display: block;}
form.submitted.success div.message p.success {color: #003B63;display: block;}
section {
    display: inline-block;
    margin-bottom: 20px;
    max-width: 100%;
    float: left;
}
section .state-error + em {
    color: #D54747;
    float: left;
    font-family: Montserrat;
    font-size: 11px;
    font-weight: 300;
    margin: 2px 0 -17px;
    padding: 0 1px;
}
label span {cursor: default;}
.input {
    -webkit-transition: border linear 0.2s;
    background-color: #ffffff;
    border: 1px solid #004444;
    color: #444;
    font-family: Montserrat;
    font-size: 16px;
    height: 40px;
    outline: none;
    padding: 12px 14px 11px;
    text-transform: uppercase;
    transition: border linear 0.2s;
    width: 100%;
}
_:-ms-fullscreen, :root .input {padding: 6px 7px 5px;}
.input:focus {border-color: #888;}
.input.empty, .input.invalid {background-color: #FFF6F6;}
label.state-success .input {background-color: #FBFBFB;}
.input.disabled {background: #F3F3F3;}
.button {
    -webkit-transition: background 0.2s linear;
    background-color: #ff2830;
    border: 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 300;
    line-height: normal;
    padding: 11px 24px;
    text-align: center;
    text-transform: uppercase;
    transition: background 0.2s linear;
    vertical-align: middle;
}
.button:focus {box-shadow: 0 0 1px 2px #CB060F;outline: none;}
.button:focus:hover {box-shadow: 0 0 1px 2px #005086;outline: none;}
a.button.border {border-radius: 0;position: relative;}
a.button.border:before {
    border: 6px solid #EAE4E5;
    border-radius: 3px;
    content: "";
    height: 100%;
    left: -7px;
    padding: 1px;
    position: absolute;
    top: -7px;
    width: 100%;
}
.button:hover {background-color: #006CB5;}
form .button.disabled {background: #DDD;color: #FFF;cursor: default;}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    select.input {padding-bottom: 5px;padding-top: 6px;}
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .input {padding-left: 15px;padding-right: 15px;}
    select.input {line-height: 27px;padding: 6px 6px 5px 0;text-indent: 6px;}
}
@media screen and (min-width:0\0) {
    .input {padding-top: 8px;}
}
@-moz-document url-prefix() {
    select.input {padding-bottom: 6px;padding-left: 6px;padding-right: 6px;}
}
doesnotexist:-o-prefocus, .input {padding-top: 9px;}

#header,#wrapper,#footer {clear: both;overflow: hidden;}

#header {background: url('../img/bg-header.jpg') 50% 0 repeat-y;overflow: visible;width: 100%;}
#header a:focus {outline: #fff auto 4px;}
@-moz-document url-prefix() {
    #header a:focus {outline-width: 1px;}
}
#header .top {
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.3) 100%);
    background: -moz-linear-gradient(top, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.3) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.3) 100%);
}
#header .top .center-block {min-height: 53px;}
#header .top .social {padding: 16px 0;margin: 0 auto;width: 78px;}
#header .top .social a {
    background: url('../img/social.png') no-repeat;
    float: left;
    height: 20px;
    margin-left: 15px;
}
#header .top .social .facebook {background-position: 0;width: 11px;}
#header .top .social .instagram {background-position: -12px 0;width: 20px;}
#header .top .social .youtube {background-position: -33px 0;width: 17px;}
#header .top .social .twitter {background-position: -51px 0;width: 21px;}
#header .top .contact {position: absolute;right: 0;top: 17px;}
#header .top .contact p {color: #fff;display: none;float: left;font-weight: 600;margin-right: 15px;}
#header .top .contact p i.icon {
    background: url('../img/contact.png') 0 0 no-repeat;
    display: inline-block;
    height: 20px;
    margin-right: 0;
    vertical-align: middle;
    width: 20px;
}
#header .top .contact .whatsapp i.icon {background-position: 0 0;margin-top: -3px;}
#header .top .contact .phone i.icon {background-position: -21px 0;margin-top: -3px;}
#header .top .contact .email i.icon {background-position: -42px -3px;height: 14px;margin-top: -1px;}
#header .middle {
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 80%);
    background: -moz-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 80%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 80%);
}
#header .middle .center-block {min-height: 35px;overflow: hidden;}

#header .middle .main-menu {margin: 0 -10px;position: relative;}
#header .middle .main-menu li {border-bottom: 1px solid rgba(255, 255, 255, 0.2);text-align: center;}
#header .middle .main-menu li:first-child {border-top: 1px solid rgba(255, 255, 255, 0.2);}
#header .middle .main-menu li a,
#header .middle .main-menu:hover li a.active {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding: 7px 16px;
    text-transform: uppercase;
}
#header .middle .main-menu li a.active,
#header .middle .main-menu li a:hover {background-color: rgba(0, 108, 181, 0.3);}
#header .middle .toggle {
    background-color: rgba(0, 108, 181, 0.5);
    border: 2px solid rgba(0, 108, 181, 0.04);
    border-radius: 3px;
    display: block;
    height: 38px;
    margin: 5px auto;
    position: relative;
    width: 48px;
}
#header .middle .toggle:active {border: 2px solid #fff;box-shadow: 0 0 6px #fff;}
#header .middle .toggle:before {
    border-bottom: 2px solid #fff;
    border-top: 2px solid #fff;
    content: "";
    height: 10px;
    left: 10px;
    position: absolute;
    top: 8px;
    width: 24px;
}
#header .middle .toggle:after {
    background-color: #fff;
    content: "";
    height: 2px;
    left: 10px;
    position: absolute;
    top: 24px;
    width: 24px;
}
#header .bottom {position: relative;}
#header .bottom .logotipo {
    background: url('../img/logotipo.png') 50% no-repeat;
    background-size: cover;
    display: block;
    height: 115px;
    margin: 15px auto;
    position: relative;
    width: 275px;
}
#jp-radio {
    display: block;
    height: 158px;
    margin: 25px auto 0;
    max-width: 550px;
    position: relative;
}
#jp-radio:before,
#jp-radio:after {
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.3) 60%,rgba(0, 0, 0, 0) 100%);
    background: -moz-linear-gradient(left, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.3) 60%,rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.2) 70%,rgba(0, 0, 0, 0) 100%);
    content: "";
    width: -webkit-calc(100% - 73px);
    width: -moz-calc(100% - 73px);
    width: calc(100% - 73px);
    position: absolute;
    -webkit-transform: skew(30deg,0deg);
    -moz-transform: skew(30deg,0deg);
    -ms-transform: skew(30deg,0deg);
    transform: skew(30deg,0deg);
    border-radius: 8px 0px 0px 12px;
}
#jp-radio:before {height: 85px;left: 22px;top: 0;}
#jp-radio:after {height: 44px;left: 61px;top: 89px;}
#jp-radio .jp-details .announcer {
    border: 4px solid #2E5977;
    border-radius: 60px;
    display: none;
    margin: 6px 41px 0 0;
    float: right;
    position: relative;
    width: 120px;
    overflow: hidden;
    z-index: 2;
}
#jp-radio.fixed .jp-details .announcer {display: none !important;}
#jp-radio .jp-details .listen {
    color: #eaebec;
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 600;
    left: 125px;
    position: absolute;
    top: 12px;
}
#jp-radio .jp-details .live {
    color: #ff3c41;
    font-family: Montserrat;
    font-size: 30px;
    font-weight: 700;
    left: 150px;
    position: absolute;
    top: 34px;
}
#jp-radio .jp-details .live span {font-size: 22px;font-weight: 600;}
#jp-radio .jp-details .playing {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    left: 85px;
    overflow: hidden;
    position: absolute;
    text-overflow: ellipsis;
    text-transform: uppercase;
    top: 100px;
    white-space: nowrap;
    z-index: 1;
}
#jp-radio .jp-controls {height: 50px;left: 55px;margin: 0;position: absolute;top: 18px;width: 50px;}
@media (min-width: 432px) {
    #header .top .social {left: 0;padding: 0;position: absolute;top: 16px;}
    #header .top .contact .whatsapp {display: block;}
    #header .bottom .logotipo {height: 165px;width: 397px;}
    #jp-radio:before,
    #jp-radio:after {
        background: -webkit-linear-gradient(left, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.3) 60%,rgba(0, 0, 0, 0) 100%);
        background: -moz-linear-gradient(left, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.3) 60%,rgba(0, 0, 0, 0) 100%);
        background: linear-gradient(to right, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.3) 60%,rgba(0, 0, 0, 0) 100%);
    }
    #jp-radio .jp-controls {left: 70px;}
    #jp-radio .jp-details .listen {left: 140px;}
    #jp-radio .jp-details .live {left: 165px;}
    #jp-radio .jp-details .playing {left: 100px;}
}
@media (max-width: 543px) {
    #jp-radio .jp-details .announcer,
    #jp-radio .jp-details .playing span {display: none !important;}
}
@media (min-width: 544px) {
    #header .top .contact .phone {display: block;}
    #header .bottom .logotipo {height: 212px;width: 509px;}
}
@media (min-width: 656px) {
    #header .bottom .logotipo {height: 246px;width: 588px;}
}
@media (max-width: 767px){
    #header .main-menu {display: none;}
}
@media (min-width: 768px) {
    #header {background-size: cover;}
    #header .top {
        background: -webkit-linear-gradient(top, rgba(0,0,0,0.80) 0%,rgba(0,0,0,0.6) 100%);
        background: -moz-linear-gradient(top, rgba(0,0,0,0.80) 0%,rgba(0,0,0,0.6) 100%);
        background: linear-gradient(to bottom, rgba(0,0,0,0.80) 0%,rgba(0,0,0,0.6) 100%);
    }
    #header .top .center-block {border-bottom: 1px solid #fff;}
    #header .top .contact .email {display: block;}
    #header .middle {
        background: -webkit-linear-gradient(top, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.3) 50%,rgba(0, 0, 0, 0) 100%);
        background: -moz-linear-gradient(top, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.3) 50%,rgba(0, 0, 0, 0) 100%);
        background: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%,rgba(0,0,0,0.3) 50%,rgba(0, 0, 0, 0) 100%);
    }
    #header .middle .center-block {min-height: 80px;}
    #header .middle .toggle {display: none;}
    #header .middle .main-menu {
        display: block !important;
        float: left;
        height: auto !important;
        left: 50%;
        margin: 0;
        overflow: visible !important;
        position: relative;
        text-align: center;
        width: auto;
    }
    #header .middle .main-menu li {
        border: none !important;
        float: left;
        margin: 24px 0;
        position: relative;
        right: 50%;
    }
    #header .middle .main-menu li a,
    #header .middle .main-menu:hover li a.active {border-radius: 5px;}
    #header .middle .main-menu li a.active,
    #header .middle .main-menu li a:hover {background-color: #006cb5;}
    #header .bottom .center-block {min-height: 495px;}
    #header .bottom .logotipo {margin-top: 30px;}
    #jp-radio {height: 189px;margin-top: 70px;}
    #jp-radio.fixed {
        bottom: 10px;
        height: 133px;
        position: fixed;
        right: -125px;
        top: auto;
        width: 100%;
        z-index: 10;
    }
    #jp-radio.fixed.footer {display: none;}
    #jp-radio.fixed:hover {opacity: 1;}
    #jp-radio.fixed .jp-interface {
        top: 0;
        left: 0;
        margin-left: 0;
        right: 0;
        width: 330px;
    }
}
@media (min-width: 768px) and (max-width: 879px) {
    #header .middle .main-menu li:first-child {/*display: none;*/}
}
@media (min-width: 992px) {
    #header .middle .main-menu li {margin-left: 15px;margin-right: 15px;}
    #header .bottom .phone,
    #header .bottom .email {font-size: 14px;margin-left: -65px;left: 50%;}
    #header .bottom .phone {top: 35px;}
    #header .bottom .email {top: 60px;}
}
@media (max-width: 1034px) {
    #header .top .main-menu {display: none;}
}
@media (min-width: 992px) {
    #header .bottom .center-block {min-height: 260px;}
    #header .bottom .logotipo {
        background-size: contain;
        margin: 0;
        position: absolute;
        top: 0;
        width: 48%;
    }
    #jp-radio {
        height: 133px;
        margin-top: 0;
        position: absolute;
        right: 0;
        top: 55px;
        width: 48%;
    }
}
@media (min-width: 1890px) {
    #jp-radio.fixed {opacity: 1;}
}

#wrapper {
    background: #ffffff;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.center-block {
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
    max-width: 1220px;
}

.sidebar, .content {float: left;position: relative;width: 100%;}
@media (min-width:992px) {
    .sidebar {
        margin: 0 25px;
        width: -webkit-calc(35% - 25px);
        width: -moz-calc(35% - 25px);
        width: calc(34% - 25px);
    }
    .content {width: 66%;}
}
.sidebar.left {margin-left: 0;}
.sidebar.right {margin-right: 0;}

#footer {position: relative;width: 100%;}
#footer .top {background: #222;}
#footer .top a:focus {outline: #fff auto 4px;}
@-moz-document url-prefix() {
    #footer .top a:focus {outline-width: 1px;}
}
#footer .top .main-menu {display: none;}
#footer .top .address {
    background: url('../img/icon-address.png') 0 50% no-repeat;
    display: block;
    margin: 0 auto;
    padding: 26px 0 26px 45px;
    width: 225px;
}
#footer .top .address p {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    
}
#footer .top .address p span {display: none;}
#footer .bottom .center-block {min-height: 35px;}
#footer .bottom p {font-weight: 600;padding: 7px 0;text-align: center;text-transform: uppercase;}
#footer .bottom .createby {display: none;}
#footer .bottom .copyright span {display: none;}
#footer .bottom .createby a {-webkit-font-smoothing: subpixel-antialiased;}
#footer .bottom .createby a:focus,
#footer .bottom .createby a:hover {text-decoration: underline;}
@media (min-width: 432px) {
    #footer .top .address {width: 410px;}
    #footer .top .address p br {display: none;}
    #footer .top .address p span {display: inline;}
    #footer .bottom .copyright br {display: none;}
    #footer .bottom .copyright span {display: inline;}
}
@media (min-width: 656px) {
    #footer .bottom .center-block {min-height: 30px;}
    #footer .bottom p {position: absolute;}
    #footer .bottom .copyright {left: 10px;}
    #footer .bottom .createby {display: block;right: 10px;text-align: right;}
}
@media (min-width: 1104px) {
    #footer .top .center-block {min-height: 100px;}
    #footer .top .main-menu {display: block;float: left;}
    #footer .top .main-menu li {float: left;margin: 33px 0;}
    #footer .top .main-menu li a,
    #footer .top .main-menu:hover li a.active {
        border-radius: 5px;
        color: #fff;
        display: block;
        font-size: 14px;
        font-weight: 600;
        padding: 7px 16px;
        text-transform: uppercase;
    }
    #footer .top .main-menu li a.active,
    #footer .top .main-menu li a:hover {background-color: #006cb5;}
    #footer .top .address {float: right;width: 225px;}
    #footer .top .address p span {display: none;}
    #footer .top .address p br {display: inline;}
}

#loader {height: 0;position: absolute;width: 0;}

.blocks .center-block {padding-bottom: 15px;padding-top: 15px;overflow: hidden;}
.blocks .center-block > div {
    float: left;
    position: relative;
    width: 100%;
}
.blocks .header {
    font-family: Montserrat;
    font-weight: 300;
    margin: 10px 0 30px;
    position: relative;
    text-align: center;
}
.blocks .header:before {
    background: #e01807;
    bottom: 0;
    content: "";
    height: 1px;
    left: 50%;
    margin-left: -100px;
    position: absolute;
    width: 200px;
}
.blocks .header h1 {color: #003b63;font-size: 26px;text-transform: uppercase;}
.blocks .header p {color: #3E3E3E;font-size: 14px;}
@media (min-width: 432px) {
    .blocks .header h1 {font-size: 30px;}
    .blocks .header p {font-size: 18px;}
}
@media (min-width: 768px) and (max-width: 991px) {
    .blocks {margin: 0 -10px;}
    .blocks .block {
        margin-left: 10px;
        margin-right: 10px;
        width: -webkit-calc(100% - 20px) !important;
        width: -moz-calc(100% - 20px) !important;
        width: calc(100% - 20px) !important;
    }
}

.block.musicvideo {background: #e5e5e5 url('../img/bg-musicvideo.jpg') 50% 0 no-repeat;}
.block.musicvideo .center-block {
    -webkit-transition: height 0.4s ease-in-out;
    height: 590px;
    transition: height 0.4s ease-in-out;
}
.block .askformusic section {position: relative;width: 100%;}
.block .askformusic section label span {font-size: 14px;}
.block .askformusic section.message .input {height: 150px;}
.block .askformusic footer {float: right;}
.block .askformusic .button {}
.block div.weekvideo {margin-top: 25px;}
.block div.weekvideo .carousel {float: left;overflow: hidden;position: relative;width: 100%;}
.block div.weekvideo .carousel ul li {
    -webkit-transition: all 0.4s ease-in-out;
    background-position: 50%;
    background-size: cover;
    display: none;
    float: left;
    position: relative;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}
.block div.weekvideo .carousel ul li:nth-child(1) {
    display: block;
    height: 83px;
    margin: 10% -31.5% 0 15%;
    width: 16.5%;
}
.block div.weekvideo .carousel ul li:nth-child(2) {
    display: block;
    height: 96px;
    margin: 18.5px -26.8% 0 0;
    width: 41%;
    z-index: 3;
}
.block div.weekvideo .carousel ul li:nth-child(3) {
    display: block;
    height: 133px;
    margin: 0;
    width: 70%;
    z-index: 5;
}
.block div.weekvideo .carousel ul li:nth-child(4) {
    display: block;
    height: 96px;
    margin: 18.5px 0 0 -26.8%;
    width: 41%;
    z-index: 3;
}
.block div.weekvideo .carousel ul li:nth-child(5) {
    display: block;
    height: 70px;
    margin: 10% -15% 0 -31.5%;
    width: 16.5%;
}
.block div.weekvideo .carousel ul li .play {
    background: -webkit-linear-gradient(top, #000 0%,rgba(255, 255, 255, 0) 40%);
    background: -moz-linear-gradient(top, #000 0%,rgba(255, 255, 255, 0) 40%);
    background: linear-gradient(to bottom, #000 0%,rgba(255, 255, 255, 0) 40%);
    display: none;
    height: 100%;
    position: absolute;
    width: 100%;
}
.block div.weekvideo .carousel ul li:nth-child(3):hover .play {
    display: block;
}
.block div.weekvideo .carousel ul li .play p {
    color: #fff;
    font-weight: 600;
    padding: 0 15px;
}
.block div.weekvideo .carousel ul li .play .songster {
    font-family: Montserrat;
    font-size: 14px;
    padding-top: 10px;
}
.block div.weekvideo .carousel ul li .play .namesong {
    font-size: 12px;
    text-transform: uppercase;
}
.block div.weekvideo .carousel ul li .play .button {
    background-image: url('../img/btn-play.png');
    background-position: 12px;
    background-repeat: no-repeat;
    border-radius: 10px;
    bottom: 25px;
    height: 36px;
    left: 50%;
    line-height: 14px;
    margin-left: -41px;
    opacity: 0.6;
    padding-left: 30px;
    padding-right: 12px;
    position: absolute;
    text-align: left;
    text-transform: none;
    width: 82px;
}
.block div.weekvideo .carousel ul li .play .button:hover {
    background-color: #ff2830;
    opacity: 0.9;
}
.block div.weekvideo .carousel .nav a {
    height: 96px;
    margin: 18.5px 0;
    position: absolute;
    width: 14%;
    z-index: 3;
}
.block div.weekvideo .carousel .nav a.prev {left: 0;}
.block div.weekvideo .carousel .nav a.prev:hover {
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.75) 25%,rgba(0, 0, 0, 0) 100%); 
    background-image: -moz-linear-gradient(left, rgba(0,0,0,0.75) 25%,rgba(0, 0, 0, 0) 100%); 
    background-image: linear-gradient(to right, rgba(0,0,0,0.75) 25%,rgba(0, 0, 0, 0) 100%); 
}
.block div.weekvideo .carousel .nav a.next {right: 1px;}
.block div.weekvideo .carousel .nav a.next:hover {
    background-image: -webkit-linear-gradient(to left, rgba(0,0,0,0.75) 25%,rgba(0, 0, 0, 0) 100%); 
    background-image: -moz-linear-gradient(to left, rgba(0,0,0,0.75) 25%,rgba(0, 0, 0, 0) 100%); 
    background-image: linear-gradient(to left, rgba(0,0,0,0.75) 25%,rgba(0, 0, 0, 0) 100%); 
}
.block div.weekvideo .carousel .nav a:hover:focus {
    background-image: none;
}
.block div.weekvideo .carousel .nav a:before {
    content: "";
    height: 55px;
    margin-top: -27.5px;
    position: absolute;
    top: 50%;
    width: 25px;
}
.block div.weekvideo .carousel .nav a.prev:before {
    background-image: url('../img/btn-left.png');
    left: 10px;
}
.block div.weekvideo .carousel .nav a.next:before {
    background-image: url('../img/btn-right.png');
    right: 10px;
}
@media (min-width: 432px) and (max-width: 767px) {
    .block .askformusic section.name,
    .block .askformusic section.music {padding-right: 10px;width: 50%;}
    .block .askformusic section.city,
    .block .askformusic section.offerto {padding-left: 9px; width: 50%;}
}
@media (min-width: 432px) {
    .block.musicvideo .center-block {height: 550px;}
    .block div.weekvideo .carousel ul li:nth-child(2) {height: 146px;margin: 27px -36.6% 0 0;width: 51.5%;}
    .block div.weekvideo .carousel ul li:nth-child(3) {height: 200px;}
    .block div.weekvideo .carousel ul li:nth-child(4) {height: 146px;margin: 27px 0 0 -36.6%;width: 51.5%;}
    .block div.weekvideo .carousel ul li .play .button {margin-top: -18px;top: 50%;}
    .block div.weekvideo .carousel .nav a {height: 146px;margin: 27px 0;}
}
@media (min-width: 544px) {
    .block.musicvideo .center-block {height: 570px;}
    .block div.weekvideo .carousel ul li:nth-child(2) {height: 172px;margin: 27px -32% 0 0;width: 49.4%;}
    .block div.weekvideo .carousel ul li:nth-child(3) {height: 226px;width: 65%;}
    .block div.weekvideo .carousel ul li:nth-child(4) {height: 172px;margin: 27px 0 0 -32%;width: 49.4%;}
    .block div.weekvideo .carousel .nav a {height: 172px;margin: 27px 0;}
}
@media (min-width: 656px) and (max-width: 767px) {
    .block.musicvideo .center-block {height: 570px;}
    .block div.weekvideo .carousel ul li:nth-child(2) {margin: 27px -19.6% 0 0;width: 42%;}
    .block div.weekvideo .carousel ul li:nth-child(3) {width: 55%;}
    .block div.weekvideo .carousel ul li:nth-child(4) {height: 172px;margin: 27px 0 0 -19.6%;width: 42%;}
}
@media (min-width: 768px) {
    .block.musicvideo .center-block {height: 380px;}
    .block div.askformusic {padding-right: 20px;width: 50%;}
    .block div.weekvideo {margin-top: 0;padding-left: 20px;width: 50%;}
    .block div.weekvideo > h4 {text-align: center;}
    .block div.weekvideo .carousel {margin-top: 25px;}
}
@media (min-width: 992px) {
    .block div.askformusic {width: 35%;}
    .block div.weekvideo {width: 65%;}
    .block div.weekvideo .carousel {margin-top: 15px;}
    .block div.weekvideo .carousel ul li:nth-child(2) {margin: 27px -26% 0 0;}
    .block div.weekvideo .carousel ul li:nth-child(3) {width: 53%;}
    .block div.weekvideo .carousel ul li:nth-child(4) {margin: 27px 0 0 -26%;}
    .block div.weekvideo .carousel .nav a {width: 20%;}
}

.block.slides {background: #e5e5e5;}
.block.slides .center-block {padding: 0;}
.block.slides .center-block:before,
.block.slides .center-block:after {
    -webkit-transition: left 0.3s linear, right 0.3s linear;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    transition: left 0.3s linear, right 0.3s linear;
    width: 150px;
    z-index: 6;
}
.block.slides .center-block:before {
    background: -webkit-linear-gradient(left, #E5E5E5 0%,rgba(0, 0, 0, 0) 100%);
    background: -moz-linear-gradient(left, #E5E5E5 0%,rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, #E5E5E5 0%,rgba(0, 0, 0, 0) 100%);
    left: -150px;
}
.block.slides .center-block:after {
    background: 
    -webkit-linear-gradient(right, #E5E5E5 0%,rgba(0, 0, 0, 0) 100%);
    background: -moz-linear-gradient(right, #E5E5E5 0%,rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to left, #E5E5E5 0%,rgba(0, 0, 0, 0) 100%);
    right: -150px;
}
.block div.nivoSlider .nivo-directionNav a {
    background-repeat: no-repeat;
    display: none;
    height: 55px;
    margin-top: -27.5px;
    text-indent: 99999px;
    width: 25px;
}
.block.slides:hover .nivo-directionNav a {display: block;}
.block div.nivoSlider .nivo-prevNav {background-image: url('../img/btn-left.png');left: 10px;}
.block div.nivoSlider .nivo-nextNav {background-image: url('../img/btn-right.png');right: 10px;}
@media (min-width: 1235px) {
    .block.slides .center-block:before {left: 0;}
    .block.slides .center-block:after {right: 0;}
    .block div.nivoSlider .nivo-prevNav {background-image: url('../img/nav-prev.png');left: 0;}
    .block div.nivoSlider .nivo-nextNav {background-image: url('../img/nav-next.png');right: 0;}
}

.block.news {background: #E7E7E7 url('../img/bg-news.jpg') 50% 0 no-repeat;}
.block div.latest-news {text-align: center;}
.block div.latest-news .all-news {
    background: url('../img/icon-allnews.png') 0 50% no-repeat;
    display: inline-block;
    font-size: 14px;
    margin: 10px 0;
    padding-left: 25px;
}
.block div.latest-news ul {overflow: hidden;}
.block div.latest-news ul li {
    display: none;
    float: left;
    margin: 15px 0;
    text-align: left;
    width: 100%;
}
.block div.latest-news ul li:nth-child(-n+2) {display: block;}
.block div.latest-news ul li a {display: block;}
.block div.latest-news ul li img {margin-bottom: 5px;}
.block div.latest-news ul li span {color: #e01807;font-size: 12px;font-weight: 600;}
.block div.latest-news ul li p {font-size: 14px;font-weight: 600;margin-top: 3px;}
@media (min-width: 544px) {
    .block div.latest-news ul li:first-child {margin-left: 0;}
    .block div.latest-news ul li {
        margin-left: 25px;
        width: -webkit-calc(50% - 12.5px);
        width: -moz-calc(50% - 12.5px);
        width: calc(50% - 12.5px);
    }
}
@media (min-width: 768px) {
    .block div.latest-news ul li {
        margin-left: 25px;
        width: -webkit-calc(33.33% - 16.666px);
        width: -moz-calc(33.33% - 16.666px);
        width: calc(33.33% - 16.666px);
    }
    .block div.latest-news ul li:nth-child(3) {display: block;}
}
@media (min-width: 992px) {
    .block div.latest-news ul li {
        margin-left: 25px;
        width: -webkit-calc(25% - 18.75px);
        width: -moz-calc(25% - 18.75px);
        width: calc(25% - 18.75px);
    }
    .block div.latest-news ul li:nth-child(4) {display: block;}
}

.block.pollsocial {background: #f4f4f4;}
.block.pollsocial .center-block {overflow: visible;margin-top: 40px;padding-top: 23px;}
.block div.thepoll {display: none;padding-right: 20px;}
.block div.thepoll .title {
    color: #fff;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 300;
    height: 43px;
    left: 0;
    line-height: 43px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: -43px;
    width: 100%;
}
.block div.thepoll form {margin: 0 auto;max-width: 580px;padding-top: 15px;}
.block div.thepoll form p {
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    text-transform: uppercase;
}
.block div.thepoll form p strong {color: #444;font-weight: 600;}
.block div.thepoll form ul {margin-bottom: 25px;overflow: hidden;}
.block div.thepoll form ul li {float: left;margin-top: 10px;width: 100%;}
.block div.thepoll form .option {float: left;}
.block div.thepoll form .option .input {
    border: 0;
    clip: rect(0 0 0 0);
    float: left;
    height: 1px !important;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px !important;
}
.block div.thepoll form .option span {
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    height: 17px;
    line-height: 18px;
    text-align: justify;
}
.block div.thepoll form .option .input + span {
    background: url('../img/checkbox.png') no-repeat;
    padding: 0 0 0 20px;
}
.block div.thepoll form .option .input:checked + span {background-position: 0 -17px;}
.block div.thepoll form .option .input:disabled + span {background: none;padding-left: 0;}
.block div.thepoll form .total {display: none;font-weight: 600;}
.block div.thepoll form .button {
    background-image: url('../img/icon-poll.png');
    background-position: 20px 50%;
    background-repeat: no-repeat;
    padding-left: 50px;
}
.block div.fbsocial {display: none;text-align: center;}
.block div.fbsocial .fb-page {margin-top: -43px;}
.block div.fbsocial .fb-page span {
    vertical-align: bottom !important;
    width: 470px !important;
    height: 370px !important;
}
.block div.fbsocial .fb-page iframe {
    width: 470px !important;
    height: 370px !important;
}
@media (min-width: 432px) {
    .block div.thepoll .title {font-size: 17px;}
    .block div.thepoll form p {font-size: 16px;}
    .block div.thepoll form ul li {margin-top: 20px;}
    .block div.thepoll form .option span {font-size: 15px;}
}
@media (max-width: 767px) {
    .block div.thepoll {display: block;float: none;padding-right: 0;}
    .block div.thepoll .title {
        background: #ff2830;
        margin-left: -10px;
        width: -webkit-calc(100% + 20px);
        width: -moz-calc(100% + 20px);
        width: calc(100% + 20px);
    }
    .block div.thepoll form {max-width: 500px;text-align: center;}
    .block div.thepoll form p {text-transform: none;}
}
@media (min-width: 768px) {
    .block.pollsocial {border-bottom: 20px solid #f4f4f4;}
    .block.pollsocial .center-block {height: 350px;overflow: visible;margin-top: 40px;padding-top: 23px;}
    .block div.thepoll form {padding-top: 25px;}
    .block div.thepoll form ul li {margin-top: 30px;}
    .block div.thepoll form .option span {font-size: 16px;text-transform: uppercase;}
    .block div.fbsocial {display: block;}
}
@media (min-width: 992px) {
    .block.pollsocial {
        background: -webkit-linear-gradient(left, #e6e6e6 50%,#f4f4f4 50%);
        background: -moz-linear-gradient(left, #e6e6e6 50%,#f4f4f4 50%);
        background: linear-gradient(to right, #e6e6e6 50%,#f4f4f4 50%);
    }
    .block.pollsocial .center-block:before {
        background: #ff2830;
        color: #fff;
        content: "";
        height: 43px;
        position: absolute;
        right: 50%;
        text-align: right;
        top: -20px;
        width: 960px;
    }
    .block div.thepoll {display: block;width: 50%;}
    .block div.fbsocial {padding-left: 10px;width: 50%}
}

.block.about .center-block {padding-top: 0;}
.block.about .photo {margin-bottom: 10px;}
.block.about p {font-size: 13px;margin-bottom: 15px;text-align: justify;}
@media (min-width: 544px) {
    .block.about .photo {float: left;margin-right: 15px;width: 50%;}
    .block.about p {font-size: 14px;}
}
@media (min-width: 768px) {
    .block.about .photo {width: 315px;}
}
@media (min-width: 880px) {
    .block.about .photo {width: 415px;}
}

.block.announcers .not-found {height: 70px;}
.block.announcers .not-found p {
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}
.block.announcers ul li {float: left;margin-bottom: 25px;width: 100%;}
.block.announcers ul li .thumb {
    float: left;
    margin: 0 10px 3px 0;
    position: relative;
    width: 120px;
}
.block.announcers ul li .thumb:before {
    background: url("../img/mask-announcer.png") no-repeat;
    background-size: cover;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.block.announcers ul li h4 {font-size: 18px;font-weight: 600;margin-bottom: 10px;}
.block.announcers ul li p {font-size: 13px;text-align: justify;}
@media (min-width: 432px) {
    .block.announcers ul li .thumb {width: 165px;}
}
@media (min-width: 544px) {
    .block.announcers ul li .thumb {margin: 0 20px 13px 0;width: 201px;}
    .block.announcers ul li h4 {font-size: 20px;}
    .block.announcers ul li p {font-size: 14px;}
}
@media (min-width: 656px) {
    .block.announcers ul li {
        width: -webkit-calc(50% - 13px);
        width: -moz-calc(50% - 13px);
        width: calc(50% - 13px);
    }
    .block.announcers ul li:nth-child(2n+1) {margin-right: 26px;}
    .block.announcers ul li .thumb {width: 128px;}
    .block.announcers ul li h4 {font-size: 18px;}
    .block.announcers ul li p {font-size: 13px;}
}
@media (min-width: 880px) {
    .block.announcers ul li .thumb {width: 165px;}
}
@media (min-width: 992px) {
    .block.announcers ul li .thumb {width: 201px;}
    .block.announcers ul li h4 {font-size: 20px;}
    .block.announcers ul li p {font-size: 14px;}
}

.block.programs .center-block {padding-top: 0;}
.block.programs .not-found {height: 100px;}
.block.programs .not-found p {
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 600;
    padding-top: 20px;
    text-align: center;
}
.block.programs .pages {margin-bottom: 15px; overflow: hidden;padding: 0;}
.block.programs .pages li {
    float: left;
    margin: 0 20px;
    width: -webkit-calc(14.28% - 40px);
    width: -moz-calc(14.28% - 40px);
    width: calc(14.28% - 40px);
}
.block.programs .pages li a {
    background-color: rgba(0, 108, 181, 0.52);
    border: 0;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-family: "Open Sans";
    height: auto;
    margin: 0 0 0 -1px;
    padding: 0;
    text-transform: uppercase;
}
.block.programs .pages li:first-child a {margin-left: 0;}
.block.programs .list {display: none;}
.block.programs .list li {float: left;margin-top: 25px;width: 100%;}
.block.programs .list li:first-child {margin-top: 0;}
.block.programs .list li img {float: left;margin-bottom: 5px;width: 100%;}
.block.programs .list li.active {background: #EAFBEA;box-shadow: 0 0 20px #CAEFCA;}
.block.programs .list li h4 {
    display: inline;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: none;
}
.block.programs .list li p {
    border-top: 1px solid #ED3237;
    font-size: 13px;
    margin-top: 5px;
    padding-top: 5px;
    text-align: justify;
}
.block.programs .list li span {font-size: 13px;font-style: italic;}
@media (min-width: 432px) {
    .block.programs .list li img {margin-right: 15px;width: 150px;}
}
@media (min-width: 544px) {
    .block.programs .list li h4 {font-size: 18px;}
    .block.programs .list li p {font-size: 14px;margin-top: 10px;padding-top: 10px;}
    .block.programs .list li span {font-size: 14px;}
}
@media (min-width: 656px) {
    .block.programs .list li {
        width: -webkit-calc(50% - 10px);
        width: -moz-calc(50% - 10px);
        width: calc(50% - 10px);
    }
    .block.programs .list li:nth-child(2n+1) {margin-right: 20px;}
    .block.programs .list li:nth-child(2) {margin-top: 0;}
    .block.programs .list li img {width: 150px;}
    .block.programs .list li h4 {font-size: 16px;}
    .block.programs .list li p {font-size: 13px;}
    .block.programs .list li span {font-size: 13px;}
}
@media (max-width: 767px) {
    .block.programs .pages li {margin: 0 5px;}
    .block.programs .pages li:nth-child(-n+3) {
        width: -webkit-calc(33.334% - 10px);
        width: -moz-calc(33.334% - 10px);
        width: calc(33.334% - 10px);
        margin-bottom: 16px;
    }
    .block.programs .pages li:nth-last-child(-n+4) {
        width: -webkit-calc(25% - 10px);
        width: -moz-calc(25% - 10px);
        width: calc(25% - 10px);
    }
    .block.programs .pages li:nth-last-child(-n+4) a {margin-top: -1px;}
    .block.programs .pages li:nth-child(4) a {margin-left: 0;}
}
@media (min-width: 880px) {
    .block.programs .list li {
        width: -webkit-calc(33.333% - 13.333px);
        width: -moz-calc(33.333% - 13.333px);
        width: calc(33.333% - 13.333px);
    }
    .block.programs .list li:nth-child(2n+1) {margin-right: 0;}
    .block.programs .list li:nth-child(3n+2) {margin-left: 20px;margin-right: 20px;}
    .block.programs .list li:nth-child(3n+1) {clear: both;}
    .block.programs .list li:nth-child(-n+3) {margin-top: 0;}
    .block.programs .list li img {width: 150px;}
    .block.programs .list li p {font-size: 13px;}
}
@media (min-width: 992px) {
    .block.programs .list li img {width: 200px;}
    .block.programs .list li p {font-size: 14px;}
}
@media (min-width: 1104px) {
    .block.programs .list li {
        margin-bottom: 30px;
        margin-top: 30px !important;
        width: -webkit-calc(33.333% - 30px);
        width: -moz-calc(33.333% - 30px);
        width: calc(33.333% - 30px);
    }
    .block.programs .list li:nth-child(3n+2) {margin-left: 45px;margin-right: 45px;}
    .block.programs .list li h4 {font-size: 18px;}
    .block.programs .list li p {line-height: 24px;}
}

.block.newlist .center-block {padding-top: 0;}
.block.newlist .not-found {height: 100px;}
.block.newlist .not-found p {
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 600;
    padding-top: 20px;
    text-align: center;
}
.block.newlist ul.list {overflow: hidden;}
.block.newlist ul.list li {
    float: left;
    margin: 15px 0;
    text-align: left;
    width: 100%;
}
.block.newlist ul.list li a {display: block;}
.block.newlist ul.list li img {margin-bottom: 5px;}
.block.newlist ul.list li span {color: #e01807;font-size: 12px;font-weight: 600;}
.block.newlist ul.list li p {font-size: 14px;font-weight: 600;margin-top: 3px;}
@media (min-width: 544px) and (max-width: 767px) {
    .block.newlist ul.list li {
        margin-left: 25px;
        width: -webkit-calc(50% - 12.5px);
        width: -moz-calc(50% - 12.5px);
        width: calc(50% - 12.5px);
    }
    .block.newlist ul.list li:nth-child(2n+1) {clear: both;margin-left: 0;}
}
@media (min-width: 768px) and (max-width: 991px) {
    .block.newlist ul.list li {
        margin-left: 25px;
        width: -webkit-calc(33.33% - 16.666px);
        width: -moz-calc(33.33% - 16.666px);
        width: calc(33.33% - 16.666px);
    }
    .block.newlist ul.list li:nth-child(3n+1) {clear: both;margin-left: 0;}
}
@media (min-width: 992px) {
    .block.newlist ul.list li {
        margin-left: 25px;
        width: -webkit-calc(25% - 18.75px);
        width: -moz-calc(25% - 18.75px);
        width: calc(25% - 18.75px);
    }
    .block.newlist ul.list li:nth-child(4n+1) {clear: both;margin-left: 0}
}

.blocks#newshow .header h1 {font-weight: 600;text-transform: none;}
.block.newshow .center-block {padding-bottom: 25px;padding-top: 0;}
.block.newshow .body {font-size: 12px;}
.block.newshow .more {
    border-top: 1px solid #cecece;
    margin-top: 20px;
    padding-top: 20px;
    text-align: center;
}
.block.newshow .more a {
    color: #003B63;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 300;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 34%;
}
.block.newshow .more a:hover {color: #ED3237;}
.block.newshow .more .back {font-weight: 600;}
.block.newshow .more a span {display: none;font-weight: 600;}
.block.newshow .more .prev {float: left;}
.block.newshow .more .next {float: right;}
@media (min-width: 432px) {
    .block.newshow .body {font-size: 13px;}
    .block.newshow .more a span {display: inline;}
}
@media (min-width: 656px) {
    .block.newshow .body {font-size: 14px;}
}

.block.deallist .center-block {padding-top: 0;}
.block.deallist .not-found {height: 100px;}
.block.deallist .not-found p {
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 600;
    padding-top: 20px;
    text-align: center;
}
.block.deallist ul.list {overflow: hidden;}
.block.deallist ul.list li {
    float: left;
    margin: 15px 0;
    text-align: left;
    width: 100%;
}
.block.deallist ul.list li a {display: block;}
.block.deallist ul.list li img {margin-bottom: 5px;}
.block.deallist ul.list li span {color: #e01807;font-size: 12px;font-weight: 600;}
.block.deallist ul.list li p {font-size: 14px;font-weight: 600;margin-top: 3px;}
@media (min-width: 544px) and (max-width: 767px) {
    .block.deallist ul.list li {
        margin-left: 25px;
        width: -webkit-calc(50% - 12.5px);
        width: -moz-calc(50% - 12.5px);
        width: calc(50% - 12.5px);
    }
    .block.deallist ul.list li:nth-child(2n+1) {clear: both;margin-left: 0;}
}
@media (min-width: 768px) and (max-width: 991px) {
    .block.deallist ul.list li {
        margin-left: 25px;
        width: -webkit-calc(33.33% - 16.666px);
        width: -moz-calc(33.33% - 16.666px);
        width: calc(33.33% - 16.666px);
    }
    .block.deallist ul.list li:nth-child(3n+1) {clear: both;margin-left: 0;}
}
@media (min-width: 992px) {
    .block.deallist ul.list li {
        margin-left: 25px;
        width: -webkit-calc(25% - 18.75px);
        width: -moz-calc(25% - 18.75px);
        width: calc(25% - 18.75px);
    }
    .block.deallist ul.list li:nth-child(4n+1) {clear: both;margin-left: 0}
}

.blocks#dealshow .header h1 {font-weight: 600;text-transform: none;}
.block.dealshow .center-block {padding-bottom: 25px;padding-top: 0;}
.block.dealshow .body {font-size: 12px;}
.block.dealshow .more {
    border-top: 1px solid #cecece;
    margin-top: 20px;
    padding-top: 20px;
    text-align: center;
}
.block.dealshow .more a {
    color: #003B63;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 300;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 34%;
}
.block.dealshow .more a:hover {color: #ED3237;}
.block.dealshow .more .back {font-weight: 600;}
.block.dealshow .more a span {display: none;font-weight: 600;}
.block.dealshow .more .prev {float: left;}
.block.dealshow .more .next {float: right;}
@media (min-width: 432px) {
    .block.dealshow .body {font-size: 13px;}
    .block.dealshow .more a span {display: inline;}
}
@media (min-width: 656px) {
    .block.dealshow .body {font-size: 14px;}
}

.block.photolist .center-block {padding-top: 0;}
.block.photolist .not-found {height: 100px;}
.block.photolist .not-found p {
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 600;
    padding-top: 20px;
    text-align: center;
}
.block.photolist ul.list {overflow: hidden;}
.block.photolist ul.list li {
    float: left;
    margin: 15px 0;
    text-align: left;
    width: 100%;
}
.block.photolist ul.list li a {display: block;}
.block.photolist ul.list li img {margin-bottom: 5px;}
.block.photolist ul.list li span {color: #e01807;font-size: 12px;font-weight: 600;}
.block.photolist ul.list li p {font-size: 14px;font-weight: 600;margin-top: 3px;}
@media (min-width: 544px) and (max-width: 767px) {
    .block.photolist ul.list li {
        margin-left: 25px;
        width: -webkit-calc(50% - 12.5px);
        width: -moz-calc(50% - 12.5px);
        width: calc(50% - 12.5px);
    }
    .block.photolist ul.list li:nth-child(2n+1) {clear: both;margin-left: 0;}
}
@media (min-width: 768px) and (max-width: 991px) {
    .block.photolist ul.list li {
        margin-left: 25px;
        width: -webkit-calc(33.33% - 16.666px);
        width: -moz-calc(33.33% - 16.666px);
        width: calc(33.33% - 16.666px);
    }
    .block.photolist ul.list li:nth-child(3n+1) {clear: both;margin-left: 0;}
}
@media (min-width: 992px) {
    .block.photolist ul.list li {
        margin-left: 25px;
        width: -webkit-calc(25% - 18.75px);
        width: -moz-calc(25% - 18.75px);
        width: calc(25% - 18.75px);
    }
    .block.photolist ul.list li:nth-child(4n+1) {clear: both;margin-left: 0}
}

.blocks#photoshow .header h1 {font-weight: 600;text-transform: none;}
.block.photoshow .center-block {padding-bottom: 25px;padding-top: 0;}
.block.photoshow .galleria {margin-bottom: 20px;}
.block.photoshow .body {font-size: 12px;}
.block.photoshow .more {
    border-top: 1px solid #cecece;
    margin-top: 20px;
    padding-top: 20px;
    text-align: center;
}
.block.photoshow .more a {
    color: #003B63;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 300;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 34%;
}
.block.photoshow .more a:hover {color: #ED3237;}
.block.photoshow .more .back {font-weight: 600;}
.block.photoshow .more a span {display: none;font-weight: 600;}
.block.photoshow .more .prev {float: left;}
.block.photoshow .more .next {float: right;}
@media (min-width: 432px) {
    .block.photoshow .body {font-size: 13px;}
    .block.photoshow .more a span {display: inline;}
}
@media (min-width: 656px) {
    .block.photoshow .body {font-size: 14px;}
}

#register-deal {clear: both;margin: 0 auto;max-width: 700px;padding-top: 20px;}
#register-deal section {width: 100%;}
#register-deal section.message .input {height: 100px;}
#register-deal footer {float: right;}
@media (min-width: 432px) {
    #register-deal section.city {padding-right: 10px;width: 59%;}
    #register-deal section.phone {padding-left: 10px; width: 41%;}
}
@media (min-width: 544px) {
    #register-deal section.name {padding-right: 10px;width: 50%;}
    #register-deal section.email {padding-left: 10px; width: 50%;}
    #register-deal section.city {width: 68%;}
    #register-deal section.phone { width: 32%;}
    #register-deal section.message .input {height: 190px;}
}
@media (min-width: 768px) {
    #register-deal section.city {width: 76%;}
    #register-deal section.phone { width: 24%;}
}

.block .info {}
.block .info p {
    font-size: 16px;
}
.block .info h4 {font-weight: 300;margin-bottom: 10px;text-transform: none;}
.block .info h4 i.icon {
    background: url('../img/info.png') 0 0 no-repeat;
    display: inline-block;
    margin-right: 0;
    margin-top: -4px;
    vertical-align: middle;
    width: 24px;
}
.block .info .lister i.icon {height: 22px;}
.block .info .commercial i.icon {background-position: 0 -23px;height: 24px;}
.block .info .email i.icon {background-position: 0 -48px;height: 16px;}
.block .info .schedule i.icon {background-position: 0 -90px;height: 24px;}
.block .info .deadline i.icon {background-position: 0 -65px;height: 24px;}
.block .info .address i.icon {background-position: 0 -115px;height: 24px;}
.block .contact-us {margin-top: 25px;}
.block .contact-us section {position: relative;width: 100%;}
.block .contact-us section label span {font-size: 14px;}
.block .contact-us section.message .input {height: 150px;}
.block .contact-us footer {float: right;}
@media (min-width: 656px) and (max-width: 767px) {
    .block .contact-us section.name {padding-right: 10px;width: 33.3%;}
    .block .contact-us section.email {padding-left: 8px;padding-right: 8px;width: 33.3%;}
    .block .contact-us section.phone {padding-left: 10px;width: 33.3%;}
}
@media (min-width: 768px) {
    .block div.info {padding-right: 20px;width: 50%;}
    .block div.contact-us {margin-top: 0;padding-left: 20px;width: 50%;}
}
@media (min-width: 992px) {
    .block div.askformusic {width: 35%;}
    .block div.weekvideo {width: 65%;}
}

.pages {
    clear: both;
    float: none !important;
    padding: 15px 0;
    text-align: center;
    width: auto !important;
}
.pages li {display: inline;}
.pages li a {
    background-color: #ff2830;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    height: 32px;
    line-height: 33px;
    margin: 0 5px;
    padding: 0 12px;
    position: relative;
    text-align: center;
    vertical-align: middle;
}
.pages li a:focus {outline-color: #cb060f;}
.pages li.active a:focus {outline: none;}
.pages li.first a:before {content: "<<";}
.pages li.previous a:before {content: "<";}
.pages li.next a:before {content: ">";}
.pages li.last a:before {content: ">>";}
.pages li.active a,
.pages li a:hover {background-color: #006CB5 !important;color: #FFF !important;}
.pages li.active a {cursor: default;}
@media (min-width: 544px) {
    .pages li.first a:before {content: "Início";}
    .pages li.previous a:before {content: "Anterior";}
    .pages li.next a:before {content: "Próximo";}
    .pages li.last a:before {content: "Último";}
}

#error404 h4 {
    color: #003b63;
    font-family: Montserrat;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 0;
    text-align: center;
    text-transform: none;
}
#error404 .content .ops {
    color: #ed353a;
    font-family: Montserrat;
    font-size: 90px;
    font-weight: 600;
    text-align: center;
}
#error404 .content .not-found {
    font-family: Montserrat;
    font-size: 14px;
    margin-bottom: 30px;
    text-align: center;
}
@media (min-width: 544px) {
    #error404 h4 {text-transform: uppercase;}
    #error404 .content .ops {float: left;width: 50%;}
    #error404 .content .not-found {
        float: right;
        font-size: 18px;
        margin-bottom: 0;
        padding-top: 25px;
        width: 50%;
    }
}
@media (min-width: 768px) {
    #error404 .content .ops {font-size: 140px;}
    #error404 .content .not-found {font-size: 28px;padding-top: 45px;}
}
@media (min-width: 992px) {
    #error404 h4 {font-size: 80px;}
    #error404 .content .ops {font-size: 210px;}
    #error404 .content .not-found {
        font-size: 34px;
        padding-left: 60px;
        padding-top: 75px;
        text-align: left;
        text-transform: uppercase;
    }
}