/******* helpers *******/

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.mt-60 {
    margin-top: 60px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-15 {
    margin-top: 15px;
}
.pt-50 {
    padding-top: 50px;
}
p::selection,
{
    background-color: #f1c40f;
}
a::selection,
{
    background-color: #f1c40f;
}
/****** helpers end ******/

body {
    background-color: #f9f9f9;
    font-family: 'Nunito', sans-serif;
}
.header-container {
    width: 100%;
    height: 870px;
    background-image: url(../img/dor-photo-home.jpg);
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat;
    position: relative;
}
.header-container-live {
    width: 100%;
    height: 100%;
    background-image: url(../img/dor.jpg);
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: absolute;
}
.header-container-categorie {
    width: 100%;
    height: 333px;
    background-image: url(../img/dor-photo-pages.jpg);
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat;
    position: relative;
}
.header-container-articol {
    width: 100%;
    height: 333px;
    background-image: url(../img/dor-photo-pages.jpg);
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat;
    position: relative;
    display: block;
}
.header-container-contact {
    width: 100%;
    height: 869px;
    background-image: url(../img/dor.jpg);
    background-size: cover;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: absolute;
}
header {
    position: absolute;
    width: 100%;
    height: 72px;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 15px 75px 0;
    top: 0;
    z-index: 1000;
}
.logo {
    float: left;
    width: 100px;
}
.logo img {
    width: 100%;
}
.main-menu {
    float: right;
    font-size: 15px;
    font-weight: 700;
    margin-top: -15px;
}
.main-menu ul {
    padding: 0;
    margin: 0;
}
.main-menu ul li {
    display: block;
    color: #fff;
    float: left;
    padding-top: 30px;
}
.main-menu ul li a {
    color: #fff;
    text-decoration: none;
    letter-spacing: 0.3px;
    padding: 0 10px;
}
.main-menu ul li a:hover {
    color: #ee4242;
    transition: all 0.3s ease;
}
.listen-live {
    float: right;
    margin-top: 14px;
    margin-right: 10px;
}
.listen-live a {
    text-decoration: none;
    color: #fff;
    letter-spacing: 0.3px;
    font-size: 15px;
    font-weight: 700;
    background-color: #ee4242;
    border-radius: 20px;
    padding: 3px 13px;
    transition: all 0.3s ease;
}
.fa-headphones {
    padding-right: 2px;
}
.listen-live a:hover {
    background-color: #000;
    color: #ee4242;
}
.mobileonly {
    display: none;
}
#mobile-menu {
    color: #fff;
    position: absolute;
    right: 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    font-size: 35px;
    display: none;
    top: 0;
}
a.fb-btn-head {
    color: #fff;
    text-decoration: none;
    background-color: #ee4242;
    border-radius: 100px;
    width: 35px;
    height: 35px;
    display: block;
    transition: all 0.3s ease;
    position: absolute;
    right: 90px;
    bottom: 100px;
}
a.fb-categorie {
    bottom: 50px;
}
.fa-facebook {
    margin-left: 10px;
    margin-top: 7px;
    font-size: 21px;
}
a.fb-btn-head:hover {
    color: #000;
    background-color: #fff;
    transition: all 0.3s ease;
}
/***** search *****/

.icon {
    position: absolute;
    color: #fff;
}
#search-btn input {
    outline: none;
}
#search-btn input[type=text] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: inherit;
    font-size: 100%;
}
#search-btn input::-webkit-search-decoration,
#search-btn input::-webkit-search-cancel-button {
    display: none;
}
#search-btn input[type=text] {
    border: none;
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    float: right;
    width: 25px;
    height: 33px;
    border-radius: 100px;
    display: block;
}
#search-btn input[type=text]:focus {
    width: 200px;
    background-color: #fff;
    border-color: #66CC75;
    -webkit-box-shadow: 0 0 5px rgba(109, 207, 246, .5);
    -moz-box-shadow: 0 0 5px rgba(109, 207, 246, .5);
    box-shadow: 0 0 5px rgba(109, 207, 246, .5);
}
#search-btn {
    position: absolute;
    right: 90px;
    bottom: 60px;
    line-height: auto;
    z-index: 100;
}
#search-btn input[type=text] {
    padding-left: 10px;
    color: transparent;
    cursor: pointer;
    float: right;
    background-color: #ee4242;
    text-indent: -9999px;
}
#search-btn input[type=text]:hover {
    background-color: #fff;
    text-indent: 0px;
}
#search-btn input[type=text]:focus {
    width: 200px;
    padding-left: 32px;
    color: #000;
    background-color: #fff;
    text-indent: 0px;
    cursor: auto;
}
#search-btn input[type=text]:focus + .icon {
    color: #000;
}
#search-btn:hover .icon {
    color: #000;
}
#search-btn:hover input[type=text] {
    background-color: #fff;
    width: 200px;
    padding-left: 32px;
    color: #000;
    background-color: #fff;
    cursor: auto;
}
li.menu-search {
    list-style: none;
    margin-top: 5px;
}
li.menu-search a {
    color: #fff;
    text-decoration: none;
    background-color: #ee4242;
    border-radius: 100px;
    width: 35px;
    height: 35px;
    display: block;
    transition: all 0.3s ease;
}
.fa-search {
    margin-left: 8px;
    margin-top: 6px;
    font-size: 20px;
}
li.menu-search a:hover {
    color: #ee4242;
    background-color: #000;
    transition: all 0.3s ease;
}
.article {
    height: 310px;
    overflow: hidden;
}
.article-citeste {
    height: 222px;
    overflow: hidden;
}
.photo-article {
    height: 220px;
    overflow: hidden;
    background-size: cover;
    background-position: 50% 50%;
}
.photo-article-citeste {
    height: 137px;
    overflow: hidden;
}
.photo-article-citeste img {
    width: 100%;
    height: auto;
    opacity: 1;
    transition: all 0.3s ease;
}
.photo-article img {
    width: 100%;
    height: auto;
    opacity: 1;
    transition: all 0.3s ease;
}
.article:hover .photo-article img {
    opacity: 0.8;
    transition: all 0.3s ease;
}
.article-citeste:hover .photo-article-citeste img {
    opacity: 0.8;
    transition: all 0.3s ease;
}
.news-cat {
    text-align: center;
}
h3 {
    font-weight: 800;
    font-family: 'Raleway', sans-serif;
}
.title-article a {
    text-decoration: none;
    color: #2c2c2c;
    font-size: 20px;
    font-weight: 800;
    line-height: 1;
}
.title-article-citeste a {
    text-decoration: none;
    color: #2c2c2c;
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
}
.billboard {
    width: 970px;
    margin: 0 auto;
}
.billboard img {
    max-width: 100%;
}
.widget-dedicatii {
    position: relative;
    width: 100%;
    height: 650px;
    background-image: url(../img/bg-dedicatii.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.dedicatii {
    text-align: center;
    padding-top: 40px;
    width: 700px;
    margin: 0 auto;
}
.dedicatii h3,
p {
    color: #fff;
}
.dedicatii p {
    font-size: 25px;
    line-height: 1.3;
    padding-bottom: 20px;
    padding-top: 10px;
    font-weight: 400;
    font-style: italic;
    font-family: 'Noto Serif', serif;
}
.smiley {
    position: absolute;
    bottom: 0;
    left: 200px;
}
.button-special a {
    color: #0394ce;
    padding-top: 20px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    background-color: #fff;
    padding: 5px 20px;
    border-radius: 10px;
    border: 3px solid rgb(255, 255, 255, 0.3);
    border: 3px solid rgba(255, 255, 255, 0.3);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    transition: all 0.3s ease;
}
.button-special a:hover {
    background-color: #000;
    color: #fff;
    transition: all 0.3s ease;
}
.button-main { text-align: center; margin-bottom: 50px; }
.button-main a {
    color: #000;
    padding-top: 20px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    padding: 5px 20px;
    border: 1px solid #000;
    transition: all 0.3s ease;
}
.button-main a:hover {
    background-color: #000;
    color: #fff;
    transition: all 0.3s ease;
}
.hashtag {
    position: absolute;
    right: 20px;
    bottom: 50px;
    transition: all 0.3s ease;
}
.hashtag:hover {
    -ms-transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
    transition: all 0.3s ease;
}
.news-cat-ro {
    text-align: center;
}
.news-item {
    text-align: center;
}
.art-title {
    position: absolute;
    bottom: 0;
    margin: 20px;
    z-index: 20;
}
.art-title h2 {
    font-size: 20px;
}
.art-title h2 a {
    text-decoration: none;
    color: #2c2c2c;
    font-size: 20px;
    font-weight: 800;
    z-index: 3;
    bottom: 0;
    line-height: 22px;
    overflow: hidden;
    width: 100%;
}
.thumb {
    overflow: hidden;
    position: relative;
    height: 370px;
}
.thumb img {
    width: auto;
    height: 370px;
}
.thumb:after {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    content: "";
    top: 30%;
    left: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.thumb a.big-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 15;
}
.news-item:hover .thumb:after {
    top: 15%;
}
.thumb:after {
    display: block;
    width: 100%;
    height: 100%;
    bottom: 0;
    content: "";
    position: absolute;
    z-index: 2;
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, white 80%, white 100%);
    background: -o-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, white 80%, white 100%);
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, white 80%, white 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
.widget-vorbe-ro {
    background-color: #eeb342;
    width: 100%;
    height: 280px;
    position: relative;
}
.girl {
    position: absolute;
    right: 200px;
    top: 0;
}
.vorbe {
    text-align: center;
    padding-top: 40px;
    z-index: 20;
    width: 700px;
    margin: 0 auto;
}
.vorbe h3,
p {
    color: #fff;
}
.vorbe p {
    font-size: 25px;
    line-height: 1.3;
    padding-bottom: 20px;
    padding-top: 10px;
    font-weight: 400;
    font-style: italic;
    font-family: 'Noto Serif', serif;
}
.vorbe img {
    width: 120px;
}
/**** footer ****/

.footer {
    border-top: 10px solid #353535;
    background-color: #000;
    text-align: center;
}
.footer-content {
    padding-top: 50px;
}
.footer-content img {
    width: 100px;
    padding-bottom: 20px;
}
.footer-content p {
    color: #e7e7e7;
    font-size: 14px;
    letter-spacing: 0.5px;
}
p.rights {
    font-size: 13px;
    color: #8f8f8f;
    letter-spacing: 1;
    padding-bottom: 80px;
}
a.fb-footer {
    color: #fff;
    text-decoration: none;
    background-color: #8f8f8f;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    display: inline-block;
    transition: all 0.3s ease;
}
a.fb-footer .fa-facebook {
    margin: 0 auto;
    margin-top: 7px;
    font-size: 18px;
}
a.fb-footer:hover {
    color: #8f8f8f;
    background-color: #e7e7e7;
    transition: all 0.3s ease;
}
/***** winamp *****/

.winamp-container {
    position: fixed;
    bottom: 0;
    width: 100%;
}
.winamp-center {
    width: 1170px;
    margin: 0 auto;
}
.winamp-button {
    position: absolute;
    bottom: 80px;
    margin-left: 10px;
    display: block;
}
.winamp-button a {
    text-decoration: none;
}
.wmp {
    text-decoration: none;
    color: #ffcd0d;
    padding: 4px 10px;
    background-color: #242424;
    border-radius: 10px;
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 205, 13, 0.6);
}
.wmp:hover {
    background-color: #f9f9f9;
    color: #000;
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 205, 13, 1);
}
.ad-container {
    width: 1170px;
    margin: 0 auto;
    margin-top: 120px;
    padding-bottom: 100px;
    position: relative;
}
.color-overlay {
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    position: fixed;
}
.bill {
    position: relative;
    margin: 0 auto;
    width: 970px;
}
.bill img {
    width: 100%;
    height: auto;
}
.amintiri-noi {
    background-image: url(../img/bg-field-amintiri.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0;
    position: relative;
    width: 100%;
}
.amintiri-cat h3 {
    text-align: center;
}
.cuplu-de-romani { position: absolute; right: 100px; bottom: -70px; display: none; }
.box-amintiri {
    position: relative;
    text-align: left;
}
.box-amintiri:hover .thumb-amintiri img {
    opacity: 0.8;
    transition: all 0.3s ease;
}
.thumb-amintiri {
    float: left;
    width: 535px;
    height: 300px;
    margin-right: 20px;
}
.thumb-amintiri img {
    width: 100%;
    height: auto;
    border: 3px solid #fff;
    opacity: 1;
    transition: all 0.3s ease;
}
.content-amintiri a {
    text-decoration: none;
    color: #ee4242;
}
.content-amintiri h4 {
    font-weight: 800;
}
.content-amintiri p {
    color: #000;
    font-size: 17px;
    font-weight: 600;
}
.button-amintiri a {
    color: #fff!important;
    padding-top: 20px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    background-color: #ee4242;
    padding: 5px 20px;
    border-radius: 10px;
    border: 3px solid rgb(255, 255, 255, 0.3);
    border: 3px solid rgba(255, 255, 255, 0.3);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    transition: all 0.3s ease;
}
.button-amintiri a:hover {
    background-color: #000;
    color: #fff!important;
    border: 3px solid rgb(255, 255, 255, 0.3);
    border: 3px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
}
/****** categorie ******/

.tip-categorie {
    color: #fff;
    position: relative;
    margin-top: 188px;
    width: 300px;
}
h1 {
    font-weight: 800;
}
.stiri-categorie {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0;
    position: relative;
    width: 100%;
}
.box-stiri-cat { position: relative; text-align: left; margin-bottom: 20px; }
.box-stiri-cat:hover .thumb-stiri-cat img {
    opacity: 0.8;
    transition: all 0.3s ease;
}
.thumb-stiri-cat { float: left; width: 535px; height: 290px; margin-right: 20px; overflow: hidden; margin-bottom: 20px; }
.main-foto {
    width: 535px;
    height: 273px;
    overflow: hidden;
}
.main-foto img {
    width: 100%;
    height: auto;
    opacity: 1;
    transition: all 0.3s ease;
}
.motiv-traditional {
    width: 100%;
    height: 10px;
    float: left;
    margin-right: 20px;
    background-image: url(../img/traditional-border.png);
    background-repeat: no-repeat;
    padding-top: 20px;
    margin-top: 5px;
}
.motiv-traditional img {
    width: 100%;
    height: auto;
    opacity: 1;
    transition: all 0.3s ease;
}
.divider {
    width: 100%;
    overflow: hidden;
}
.thumb-stiri-cat img {
    width: 100%;
    height: auto;
    opacity: 1;
    transition: all 0.3s ease;
}
.content-stiri-cat a {
    text-decoration: none;
    color: #ee4242;
}
.content-stiri-cat h4 {
    font-weight: 800;
}
.content-stiri-cat p {
    color: #000;
    font-size: 17px;
    font-weight: 600;
}
.article-text p {
    color: #000;
    font-size: 17px;
    font-weight: 600;
}
.button-stiri-cat a {
    color: #ee4242;
    padding-top: 20px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    padding: 5px 20px;
    border: 1px solid #ee4242;
    border: 1px solid #ee4242;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    transition: all 0.3s ease;
}
.button-stiri-cat a:hover {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
    border: 1px solid #000;
    transition: all 0.3s ease;
}
.paginare-dor {
    margin: 0 auto;
    margin-top: 20px;
}
.paginare-dor .page-item.active .page-link {
    z-index: 2;
    color: #fff;
    background-color: #ee4242;
    border-color: #ee4242;
}
.paginare-dor .page-link {
    border: 1px solid #000;
    color: #000;
    background-color: #f9f9f9;
    font-size: 17px;
    font-weight: 600;
    padding: 5px 10px;
}
.paginare-dor .page-link:hover {
    background-color: #fff;
}
.paginare-dor .page-item.disabled .page-link {
    border: 1px solid #000;
    opacity: 0.5;
    background-color: #f9f9f9;
}
/****** articol *****/

.article-bg {
    background-color: #fff;
}
.col-left {
    min-width: 810px;
    padding-top: 20px;
}
.col-right {
    max-width: 330px;
    padding: 20px 15px;
}
.col-left h2 {
    font-weight: 800;
}
.art-details a {
    color: #ee4242;
    float: left;
    font-size: 13px;
    letter-spacing: 0.3px;
}
.art-details p {
    color: #a3a2a2;
    float: left;
    font-size: 13px;
}
.art-img img {
    max-width: 100%;
    height: auto;
}
.art-photo {
    height: 450px;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.art-photo img {
    width: 100%;
    height: auto;
}
.intro {
    padding: 0;
}
.social-icons-intro p {
    float: left;
    color: #a3a2a2;
}
.social-icons-intro a {
    text-decoration: none;
    color: #a3a2a2;
}
.social-icons-intro p {
    margin-right: 5px;
}
.fa-articol,
.fa-twitter,
.fa-google-plus {
    font-size: 23px;
    margin: 0 7px;
}
.fa-articol:hover {
    color: #4e71a8;
}
.fa-twitter:hover {
    color: #1cb7eb;
}
.fa-google-plus:hover {
    color: #e3411f;
}
.lead-article p {
    color: #000;
    font-weight: 800;
    font-size: 18px;
}
.full-article {
    margin-bottom: 20px;
}
.full-article p {
    color: #000;
    font-size: 18px;
}
.citeste {
    text-align: center;
    padding: 0;
    margin: 40px 0 30px;
}
.citeste h5 {
    font-weight: 700;
}
.banner-smiley {
    width: 100%;
    height: 110px;
    background-color: #31b3fe;
    position: relative;
    margin-bottom: 30px;
}
.banner-smiley:hover .smiley-small {
    opacity: 1;
    transition: all 0.3s ease;
}
.smiley-small {
    position: absolute;
    left: 40px;
    bottom: 0;
    opacity: 0.7;
    transition: all 0.3s ease;
}
.banner-smiley h4 {
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    position: relative;
    margin: 0 auto;
    width: 293px;
    padding-top: 30px;
}
.banner-smiley h4 a {
    color: #fff;
}
.button-banner-smiley {
    float: right;
    position: absolute;
    display: block;
    right: 75px;
    bottom: 42px;
}
.button-banner-smiley a {
    color: #0394ce;
    padding-top: 20px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    background-color: #fff;
    padding: 5px 20px;
    border-radius: 10px;
    border: 3px solid rgb(255, 255, 255, 0.3);
    border: 3px solid rgba(255, 255, 255, 0.3);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    transition: all 0.3s ease;
}
.button-banner-smiley a:hover {
    background-color: #000;
    color: #fff;
    transition: all 0.3s ease;
}
.comments img {
    width: 100%;
    height: auto;
}
.rectangle-article {
    max-width: 100%;
    padding-bottom: 20px;
}
.post-content a {
    color: #477cf3;
}
.contact {
    text-align: center;
    margin-top: 100px;
    background-color: rgba(255, 255, 255, 0.7);
    color: #000;
    padding: 30px 0;
    border-radius: 5px;
    border: 3px solid rgba(255, 255, 255, 0.2);
}
.contact h1 {
    margin-bottom: 20px;
}
.contact p {
    color: #000;
}
.contact-form {
    width: 50%;
    margin: 0 auto;
    font-family: 'Nunito', sans-serif;
}
.form-control {
    font-family: 'Nunito', sans-serif!important;
}
.btn-primary {
    cursor: pointer;
    background-color: #000;
    font-family: 'Nunito', sans-serif;
    letter-spacing: 1px;
    border: 1px solid #000;
}
.btn-primary:hover {
    background-color: #ee4242;
    border: 1px solid #ee4242;
}
/**** dedicatii page ****/

.dedicatii-main {
    background: #1e9ffd;
    background: -moz-linear-gradient(top, #1e9ffd 0%, #43d1fc 50%, #1e9ffd 100%);
    background: -webkit-linear-gradient(top, #1e9ffd 0%, #43d1fc 50%, #1e9ffd 100%);
    background: linear-gradient(to bottom, #1e9ffd 0%, #43d1fc 50%, #1e9ffd 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1e9ffd', endColorstr='#1e9ffd', GradientType=0);
    height: auto;
    max-width: 100%;
    margin-top: 30px;
    text-align: center;
    padding-top: 40px;
}
.dedicatii-main h3 {
    color: #fff;
}
.dedicatii-main p {
    font-family: 'Noto Serif', serif;
    font-size: 23px;
    line-height: 1.3;
    padding-bottom: 20px;
    padding-top: 10px;
    font-weight: 400;
    font-style: italic;
    width: 70%;
    margin: 0 auto;
}
.dedicatii-form {
    width: 73%;
    margin: 0 auto;
}
.form-control {
    background-color: rgba(255, 255, 255, 0.8);
}
.dedicatii-main h6 {
    color: #fff;
    font-weight: bold;
    margin: 25px 0;
    font-size: 20px;
}
.btn-big {
    padding: 15px 35px;
    font-size: 20px;
    margin-top: 30px;
    font-weight: bold;
}
.dedicatii-bottom {
    position: relative;
    margin: 40px 0;
}
.fl-left {
    float: left;
}
.fl-right {
    float: right;
}
.song-thumb {
    background-repeat: no-repeat;
    background-size: cover;
    width: 47px;
    height: 43px;
    border-radius: 10px;
    text-align: center;
    position: relative;
    margin-right: 10px;
    float: left;
}
.song-thumb i {
    font-size: 21px;
    margin-left: 4px;
    margin-top: 9px;
}
.song-thumb a {
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 100px;
    width: 41px;
    height: 41px;
    display: block;
    transition: all 0.3s ease;
    color: #ee4242;
    position: absolute;
    left: 2px;
    bottom: 1px;
}
.song-thumb a:hover {
    background-color: rgba(255, 255, 255, 1);
    color: #000;
}
.song-line {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 2px 10px;
    height: 49px;
}
.song-line:hover {
    background-color: rgba(255, 255, 255, 0.4);
}
.playlist {
    width: 100%;
    margin: 0 auto;
    height: auto;
    border: 5px solid rgba(255, 255, 255, 0.5);
}
.song-name {
    float: left;
    margin-top: 10px;
    color: #000;
}
.form-check {
    float: right;
    margin-top: 9px;
}
.btn-song {
    padding: 5px 10px;
    letter-spacing: 0.5px;
    font-size: 14px;
    background-color: none;
    border: 1px solid #fff;
    background: none;
}
.form-check-label {
    color: #676c72;
}
.overflow {
    margin-right: 0;
    margin-left: 0;
}
.no-padding {
    padding: 0;
}
button.close {
    right: 20px;
    position: absolute;
}
.modal-dialog {
    max-width: 800px;
}
.btn-default {
    background-color: #e8e8e8;
    color: #808080;
    cursor: pointer;
}
.btn-default:hover {
    background-color: #dcdcdc;
}
/**** photo gallery ******/

.art-photo:hover a.gallery-button {
    opacity: 1;
    right: 20px;
}
.art-photo:hover a.gallery-button.fs {
    opacity: 1;
    right: 245px;
}
.art-photo a.gallery-button {
    display: block;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 6px 20px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    opacity: 0.8;
    border-radius: 6px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 20px;
    line-height: 40px;
    font-weight: 300;
}
.art-photo a.gallery-button.fs {
    right: 245px;
}
.art-photo a.gallery-button:hover {
    background-color: #000;
}
strong.galbtn {
    float: left;
    display: block;
    margin-right: 8px;
    font-size: 28px;
    font-weight: 400;
}
i.fa-camera {
    font-size: 24px;
    float: left;
    margin-top: 9px;
}
span.galbtn {
    display: block;
    font-size: 14px;
    line-height: 16px;
    margin-top: 3px;
    margin-left: 10px;
    float: left;
}
.undervid {
    padding: 0 80px 0 160px;
}
.undervid .gallery-button {
    opacity: 1;
    position: relative;
    bottom: 0;
    right: 0;
    margin: 20px auto 0 auto;
    width: 220px;
}
#media-gallery {
    position: fixed;
    z-index: 1002;
    background-color: rgba(0, 0, 0, 0.95);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #fff;
}
#media-gallery .container,
#media-gallery .col-md-12 {
    height: 100%;
}
#media-gallery .flexbox {
    height: 100%;
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 100%;
    margin-top: 40px;
}
#media-gallery h2 {
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    width: calc(100% - 80px);
    float: left;
    font-size: 30px;
    line-height: 1.4em;
}
#media-gallery a.gallery-close {
    color: #fff;
    display: block;
    padding: 8px 0 7px;
    line-height: 20px;
    width: 40px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.5);
    float: right;
    margin-top: 35px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}
#media-gallery a.gallery-close:hover {
    background-color: #fff;
    border-color: #fff;
    color: #000;
}
#media-gallery i.fa.fa-close {
    font-size: 20px;
}
#media-gallery .nav-share {
    margin-top: 10px;
}
#media-gallery .nav-share > a {
    color: #fff;
    display: block;
    float: left;
    padding: 12px 32px 10px;
    height: 44px;
    margin-right: 8px;
    background-color: #282828;
    font-weight: 300;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}
#media-gallery .nav-share > a.gal-next,
#media-gallery .nav-share > a.gal-prev {
    padding: 0;
}
#media-gallery .nav-share > a a {
    color: #fff;
    padding: 12px 32px 10px;
    display: block;
}
#media-gallery .nav-share > a:hover {
    background-color: #333;
}
#media-gallery .nav-share > a.social-fb {
    background-color: #295D9A;
}
#media-gallery .nav-share > a.social-fb:hover {
    background-color: #3475c2;
}
#media-gallery .nav-share > a.social-twit {
    background-color: #22A1D7;
}
#media-gallery .nav-share > a.social-twit:hover {
    background-color: #4ab5e2;
}
#media-gallery .nav-share > a i {
    font-size: 14px;
}
#media-gallery .nav-share > a i.fa-facebook,
#media-gallery .nav-share > a i.fa-twitter {
    font-size: 20px;
}
#media-gallery .photo-frame {
    display: flex;
    flex: 1;
    flex-direction: column;
    position: relative;
    margin: 20px 0;
}
#media-gallery .photo-frame .inner {
    display: block;
    position: absolute;
    height: 100%;
    width: calc(100% - 320px);
    left: 0;
    top: 0;
}
#media-gallery .photo-frame .inner .gslide {
    height: 100%;
    position: absolute;
}
#media-gallery .photo-frame .inner .bx-viewport {
    height: 100% !important;
    position: absolute !important;
}
#media-gallery .photo-frame .inner .slide {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 0;
}
#media-gallery .photo-frame .inner .slide img {
    max-width: 100%;
    height: auto;
}
#media-gallery .photo-frame .inner .slide iframe {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
#media-gallery .photo-frame .banner {
    width: 300px;
    height: 250px;
    background-color: #333;
    position: absolute;
    top: 0;
    right: 0;
}
/*==========LIVE PLAYER===========*/

.live-player,
.audio-player {
    position: fixed;
    bottom: 0;
    margin-bottom: 0;
    left: 0;
    color: #fff;
    width: 100%;
    z-index: 999;
    background-color: #111;
    -webkit-box-shadow: 0px 7px 22px 3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 7px 22px 3px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 7px 22px 3px rgba(0, 0, 0, 0.75);
}
.audio-player {
    position: relative;
    width: 70%;
    margin: 0 auto 30px auto;
}
.audio-player #player,
.audio-player .audioplayer {
    padding-right: 20px;
}
.audio-player #player .player-inner,
.audio-player .audioplayer .player-inner {
    width: 100%;
}
.audio-player #player .player-inner .song strong,
.audio-player .audioplayer .player-inner .song strong {
    margin-top: 8px;
}
#player,
.audioplayer {
    background-color: #ee4242;
    width: 100%;
    display: block;
}
#player .player-inner,
.audioplayer .player-inner {
    width: 1170px;
    margin: 0 auto;
}
#player .player-inner .player-btn,
.audioplayer .player-inner .player-btn {
    color: #fff;
    width: 60px;
    text-align: center;
    display: block;
    float: left;
    color: #f15556;
    font-size: 18px;
    margin-right: 5px;
}
#player .player-inner .player-btn:hover,
.audioplayer .player-inner .player-btn:hover {
    background-color: #9c3131;
    color: #fff;
}
#player .player-inner .player-btn:focus,
.audioplayer .player-inner .player-btn:focus {
    outline: none;
}
#player .player-inner .spectrum,
.audioplayer .player-inner .spectrum {
    float: left;
    padding: 15px 25px;
}
#player .player-inner .song,
.audioplayer .player-inner .song {
    float: left;
}
#player .player-inner .song strong,
.audioplayer .player-inner .song strong {
    display: block;
    line-height: 14px;
    margin-top: 10px;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
}
#player .fa-play,
.audioplayer .fa-play {
    display: block;
}
#player .fa-pause,
.audioplayer .fa-pause {
    display: none;
}
#player .jp-state-playing .fa-play,
.audioplayer .jp-state-playing .fa-play {
    display: none;
}
#player .jp-state-playing .fa-pause,
.audioplayer .jp-state-playing .fa-pause {
    display: block;
}
#player .fa-play {
    font-size: 50px;
}
.fa-play-circle-o {
    color: #fff;
    font-size: 50px;
}
.fa-pause-circle-o {
    color: #fff;
    font-size: 50px;
}
.jp-title {
    font-size: 16px;
}
.jp-volume-controls {
    width: 150px;
    float: right;
    margin-top: 15px;
}
.jp-volume-controls:hover .jp-volume-bar {
    height: 10px;
    margin-top: 6px;
    transition: all 0.3s ease;
}
.jp-volume-controls:hover .jp-volume-bar-value {
    height: 10px;
    transition: all 0.3s ease;
}
.jp-volume-bar {
    background: #9c3131;
    position: absolute;
    width: 120px;
    height: 5px;
    overflow: hidden;
    cursor: pointer;
    float: left;
    margin-top: 8px;
    transition: all 0.3s ease;
}
.jp-volume-bar-value {
    background-color: #fff;
    height: 5px;
    transition: all 0.3s ease;
}
.fa-volume-up {
    font-size: 18px;
}
a.jp-mute {
    color: #fff;
    float: right;
}
a.jp-mute:focus {
    outline: none;
}
.page-live .main.wrapper > div,
.page-live .footer {
    display: none;
}
.page-live .main.wrapper #pjax-container,
.page-live .main.wrapper .live-player {
    display: block;
}
.footer-container .wrapper {
    display: none;
}
.header-container .supra-head ul li a.live-icon {
    display: block;
    color: #fff;
    padding: 15px;
    margin: -15px 0;
    background-color: #a0bd00;
    opacity: 1;
}
.header-container .supra-head ul li a.live-icon:hover {
    background-color: #000;
    color: #a0bd00;
}
.header-container .supra-head ul li a.live-icon i {
    font-size: 14px;
}
.jp-audio-stream i.fa-play-circle-o {
    display: block;
}
.jp-audio-stream i.fa-pause-circle-o {
    display: none;
}
.jp-audio-stream.jp-state-playing i.fa-play-circle-o {
    display: none;
}
.jp-audio-stream.jp-state-playing i.fa-pause-circle-o {
    display: block;
}
.jp-controls a {
    text-decoration: none;
}
.youtube-main {
    width: 100%;
    background: #1e9ffd;
    background: -moz-linear-gradient(top, #1e9ffd 0%, #43d1fc 50%, #1e9ffd 100%);
    background: -webkit-linear-gradient(top, #1e9ffd 0%, #43d1fc 50%, #1e9ffd 100%);
    background: linear-gradient(to bottom, #1e9ffd 0%, #43d1fc 50%, #1e9ffd 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1e9ffd', endColorstr='#1e9ffd', GradientType=0);
    height: auto;
    margin-top: 30px;
    text-align: center;
}
.youtube {
    background-image: url(../img/bg-field-amintiri.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0;
    position: relative;
    padding-top: 30px;
    padding-bottom: 20px;
}
.youtube h3 {
    text-transform: uppercase;
    padding-bottom: 10px;
    color: #fff;
}
.youtube iframe {
    width: 900px;
    height: 500px;
}
.youtube p {
    color: #000;
    font-size: 20px;
    margin-top: 10px;
    font-weight: 700;
    line-height: 25px;
}
.youtube img {
    width: 100px;
    height: auto;
}
/********** MEDIA QUERIES **********/

@media (max-width: 1200px) {
    .main-menu {
        font-size: 14px;
    }
    .listen-live a {
        font-size: 14px;
    }
    .listen-live {
        margin-left: -120px;
    }
    header {
        padding: 15px 10px 0;
    }
    .billboard {
        width: 100%;
    }
    .smiley img {
        width: 80%;
    }
    .article {
        height: 290px;
    }
    .photo-article {
        height: 180px;
    }
    .dedicatii p {
        font-size: 25px;
    }
    .widget-dedicatii {
        height: 550px;
    }
    .winamp-container {
        width: 100%;
    }
    .col-left {
        min-width: 100%;
    }
    .col-right {
        max-width: 100%;
        margin: 0 auto;
    }
    .rectangle-article {
        width: 300px;
        margin: 0 auto;
    }
    .fb-widget-article {
        width: 300px;
        margin: 0 auto;
    }
    .smiley-small {
        left: 90px;
    }
    .button-banner-smiley {
        right: 135px;
    }
    .ad-container {
        width: 100%;
    }
    .bill {
        width: 100%;
        padding: 0 10px;
    }
    .bill img {
        width: 100%;
        height: auto;
    }
    .playlist {
        width: 100%;
    }
    .dedicatii-main p {
        width: 80%;
    }
}
@media (max-width: 1024px) {
    .listen-live {
        float: none;
        margin: 0 auto;
        width: 108px;
        margin-top: 5px;
    }
    .listen-live a {
        padding: 6px 13px;
    }
    .header-container {
        height: 500px;
        background-size: 100%;
        background-image: url(../img/dor-photo-original.jpg);
    }
    header {
        height: 50px;
        padding: 0;
    }
    .logo {
        width: 70px;
        margin-top: 8px;
        margin-left: 15px;
    }
    .listen-live {
        margin-top: 13px;
    }
    #mobile-menu {
        display: inline-block;
        margin-right: 15px;
    }
    .mobileonly {
        display: block;
    }
    .main-menu {
        display: none;
        position: relative;
    }
    .main-menu {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        z-index: 200;
    }
    .main-menu ul {
        float: none;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.8);
        margin-top: 7px;
    }
    .main-menu ul li {
        width: 100%;
        float: none;
        text-align: center;
        font-size: 15px;
    }
    .item-bot {
        padding-bottom: 30px;
    }
    #search-btn {
        right: 15px;
    }
    a.fb-btn-head {
        right: 15px;
    }
}
@media (max-width: 992px) {
    .smiley {
        left: 20px;
    }
    .thumb-amintiri {
        float: none;
        width: 100%;
    }
    .content-amintiri {
        margin-top: 10px;
    }
    .cuplu-de-romani {
        display: none;
    }
    .thumb-stiri-cat {
        width: 100%;
        float: none;
    }
    .content-stiri-cat {
        margin-top: -10px;
    }
    .article {
        height: 246px;
    }
    .photo-article {
        height: 130px;
    }
    .photo-article-citeste {
        height: 120px;
    }
    .main-foto {
        width: 100%;
        height: auto;
    }
    .motiv-traditional {
        width: 100%;
        margin-top: -21px;
    }
    .button-banner-smiley {
        right: 40px;
    }
    .smiley-small {
        left: 0;
    }
    .art-photo {
        height: 370px;
    }
    .divider {
        margin-top: 20px;
    }
    .photo-frame .banner {
        display: none;
    }
    #media-gallery .photo-frame .inner {
        width: 100%;
    }
    .dedicatii-main p {
        width: 100%;
        margin: auto;
    }
    .dedicatii-form {
        width: 100%;
    }
    .playlist {
        width: 100%;
    }
    .youtube iframe {
        width: 100%;
        height: 400px;
    }
}
@media (max-width: 768px) {
    .header-container {
        height: 400px;
    }
    .article {
        height: auto;
    }
    .photo-article {
        height: auto;
    }
    .article-citeste {
        height: auto;
    }
    .photo-article-citeste {
        height: auto;
    }
    .title-article-citeste a {
        font-size: 20px;
    }
    .dedicatii p {
        font-size: 20px;
    }
    .hashtag {
        bottom: 130px;
        right: 10px;
        width: 150px;
        display: none;
    }
    .hashtag img {
        width: 100%;
    }
    .widget-vorbe-ro {
        height: auto;
        overflow: hidden;
    }
    .vorbe {
        width: 100%;
    }
    .vorbe p {
        font-size: 20px;
    }
    .vorbe img {
        width: 100px;
        padding-bottom: 20px;
    }
    .dedicatii {
        width: 100%;
        height: auto;
    }
    h3 {
        font-size: 24px;
        line-height: 33px;
    }
    .tip-categorie {
        width: 245px;
        margin-top: 57px;
    }
    .winamp-button {
        display: none;
    }
    .header-container-articol {
        height: 150px;
        background-image: url(../img/dor.jpg);
    }
    a.fb-hide {
        display: none;
    }
    .search-hide {
        display: none;
    }
    .banner-smiley {
        height: 190px;
    }
    .banner-smiley h4 {
        width: 100%;
        text-align: center;
    }
    .ytb-height {
        height: 200px;
    }
    .col-left {
        padding-top: 10px;
    }
    .art-photo {
        height: 300px;
    }
    .header-container-live {
        height: 100%;
        background-size: auto 100%;
    }
    .header-container-contact {
        height: 869px;
        background-size: auto 100%;
    }
    .contact {
        width: 90%;
        margin-top: 70px;
        padding: 15px;
    }
    .contact-form {
        width: 100%;
    }
    .btn-primary {
        margin-bottom: 20px;
    }
    #media-gallery {
        padding: 0 20px;
    }
    #media-gallery h2 {
        font-size: 18px;
        width: 100%;
    }
    #media-gallery h2.ellipsis {
        height: 80px;
    }
    #media-gallery .ellipsis {
        white-space: nowrap;
        overflow: hidden;
    }
    #media-gallery .ellipsis.multiline {
        white-space: normal;
    }
    #media-gallery .nav-share > a,
    #media-gallery .nav-share > a a {
        padding: 12px 20px 10px;
    }
    #media-gallery .nav-share .gal-num {
        display: none;
    }
    #media-gallery .nav-share .bx-prev,
    #media-gallery .nav-share .bx-next {
        font-size: 0;
    }
    #media-gallery .nav-share .bx-prev i,
    #media-gallery .nav-share .bx-next i {
        margin-top: 4px;
    }
    #media-gallery a.gallery-close {
        float: right;
        margin-top: 20px;
    }
    #media-gallery .col-md-12 {
        padding: 0;
    }
    #media-gallery .flexbox {
        margin-top: 0;
    }
    .dedicatii-main p {
        font-size: 18px;
    }
    .smiley-ded img {
        width: 80%;
    }
    .song-line {
        height: auto;
        width: 100%;
    }
    .song-thumb {
        float: none;
        margin: 0 auto;
        margin-top: 20px;
    }
    .song-name {
        float: none;
    }
    .form-check {
        float: none;
    }
    .dedicatii-main {
        padding-top: 20px;
    }
}
@media (max-width: 576px) {
    .header-container {
        height: 300px;
    }
    .header-container-articol {
        background-position: bottom;
    }
    .art-photo {
        height: auto;
    }
    .youtube {
        margin-bottom: 30px;
    }
    .youtube iframe {
        height: 300px;
    }
}
@media (max-width: 480px;) {
    .banner-smiley {
        height: 200px;
    }
    .banner-smiley h4 {
        font-size: 22px;
        padding-top: 15px;
    }
    .button-banner-smiley {
        right: 40px;
        bottom: 88px;
    }
    .smiley-small {
        left: 1px!important;
    }
}
@media (max-width: 320px) {
    .header-container {
        height: 245px;
    }
    h3 {
        font-size: 20px;
    }
    .dedicatii p {
        font-size: 18px;
    }
    .widget-dedicatii {
        height: 447px;
    }
    .vorbe p {
        font-size: 18px;
    }
    .banner-smiley {
        height: 200px;
    }
    .banner-smiley h4 {
        font-size: 22px;
        padding-top: 15px;
    }
    .button-banner-smiley {
        right: 40px;
        bottom: 88px;
    }
}

/* GDPR 25.05.2018 */
.gdpr-wrapper .alert-box .links a.btn-close {
    text-decoration: none;
}
.gdpr-wrapper .alert-box .links a.btn-close i {
    color: #646365;
    background-color: #fff;
    border-radius: 50%;
    line-height: 18px;
    padding: 5px 9px;
    font-size: 1rem;
}
.gdpr-wrapper .alert-box .links a.btn-close i:hover {
    opacity: 1;
}
.gdpr-wrapper {
	font-family: 'Roboto', sans-serif;
	max-width: 100%;
	z-index: 1000;
	background-color: #414042;
	padding: 30px 60px;
	position: fixed;
	bottom: 0px;
	width: 100%;
	color: #e4e4e4;
    font-size: 13px;
    font-weight: 300;
    box-sizing: border-box;
}
.gdpr-wrapper .alert-box {

}
.gdpr-wrapper .alert-box .text {
    float: left;
    width: 70%;
    letter-spacing: 0.5px;
    padding-right: 80px;
}
.gdpr-wrapper .alert-box .text a {
	color: #ec3e46;
	text-decoration: none;
}
.gdpr-wrapper .alert-box .text a:hover {
	text-decoration: underline;
}
.gdpr-wrapper .alert-box .links {
	float: right;
}
.gdpr-wrapper .alert-box .links a i {
	padding-right: 5px;
	opacity: 0.8;
}
.gdpr-wrapper .alert-box .links a {
	text-decoration: none;
}
.gdpr-wrapper .alert-box .links a.btn-politica-cookie {
	color: #ec3e46;
	text-decoration: none;
	margin-right: 30px;
}
.gdpr-wrapper .alert-box .links a.btn-politica-cookie:hover {
	text-decoration: underline;
}
.gdpr-wrapper .alert-box .links a.btn-accept {
	color: #fff;
	padding: 8px 18px;
	background-color: #ec3e46;
	border-radius: 5px;
	margin-right: 20px;
	margin-right: 30px;
}
.gdpr-wrapper .alert-box .links a.btn-accept:hover {
	background-color: #d0353c;
}
.image img {
	width: 100%;
}

@media (max-width: 1395px) {
	.gdpr-wrapper .alert-box .text {
		width: 65%;
		padding-right: 50px;
	}
}
@media (max-width: 1158px) {
	.gdpr-wrapper .alert-box .text {
		width: 60%;
	}
}
@media (max-width: 1002px) {
	.gdpr-wrapper .alert-box .text {
		width: 55%;
	}
}
@media (max-width: 903px) {
	.gdpr-wrapper .alert-box .text {
		width: 50%;
	}
}
@media (max-width: 890px) {
	.gdpr-wrapper .alert-box .text {
		width: 100%;
		float: none;
		margin-bottom: 20px;
		padding-right: 0;
	}
	.gdpr-wrapper .alert-box .links {
		width: 100%;
		text-align: right;
	}
}
@media (max-width: 480px) {
	.gdpr-wrapper {
		padding: 20px 15px;
	}
	.gdpr-wrapper .alert-box .links {
		text-align: center;
	}
}
@media (max-width: 320px) {
	.gdpr-wrapper .alert-box .links a.btn-politica-cookie {
		margin-right: 19px;
	}
	.gdpr-wrapper .alert-box .links a.btn-accept {
		margin-right: 19px;
	}
}
