@import url('bootstrap.min.css');
@import url('http://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,700italic,400,300,600,700&subset=latin,latin-ext');

body {
    font-family: "Open Sans", sans-serif;
    background: #eee;
}

a{
    text-decoration: none;
}
a:hover{
    text-decoration: none !important;	
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
}

h1 {
    margin-top: 0;
}

h2 {
    font-size: 24px;
}

h2 span {
    font-weight: 400;
    font-size: 30px;
}

h3 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 400;
    color: #242728;
}

h3 a {
    color: #242728;
}

.center{
    text-align: center;
}
.navbar-toggle {
    margin-top: 32px;
}

.breadcrumb {
    padding: 5px 15px 15px 15px;
    margin: 0;
    background: none;
}

.pane {
}

/*.white-pane {
    background: #fff;
}*/
.blue-pane {
    background: #d4dee2;
}

.black-pane {
    background: #000;
}

.social-media-pane {
    padding: 40px 0 30px 0;
}

.navbar {
    border: 0;
}

.navbar-default {
    margin: 0;
}

.navbar-inverse {
    background: url(../images/header-juriu-new.png) no-repeat 10% center #2e000a;
    /*background: #2e000a;*/
}
.juriu {
    display: block;
    position: absolute;
    bottom: 0;
    left: 300px;
}
@media screen and (max-width:768px) {
    .juriu {
        display: none;
    }
}
.ora-difuzare {
    position: absolute;
    top: 28px;
    left: 160px;
    color: #d8a07d;
    /*text-transform: uppercase;*/

    text-align: center;
}

.ora-difuzare span.row1 {
    display: block;
    font-size: 20px;
    line-height: 20px;
}

.ora-difuzare span.row2 {
    display: block;
    font-size: 18px;
    line-height: 18px;
}

.ora-difuzare span.ora {
    display: block;
    font-size: 24px;
    line-height: 24px;
}

.branding-cosmote {
    width: 85px;
    height: 53px;
    display: block;
    position: absolute;
    top: 20px;
    left: 28%;
    background: url(../images/branding-cosmote.png) no-repeat 0 0;
}

.logo-protv {
    width: 70px;
    height: 50px;
    display: block;
    float: left;
    background: url(../images/logo-protv.png) no-repeat center center;
}

a.btn_inscriere_mchef{
    width: 186px;
    height: 49px;
    position: absolute;
    top: -3px;
    left: 0px;
    background: url(../images/btn_inscriere_masterchef.png) no-repeat top left;
}

a.btn_inscriere_mchef:hover{
    background: url(../images/btn_inscriere_masterchef.png) no-repeat bottom left;
}

.search-button {
    width: 50px;
    height: 50px;
    display: block;
    float: left;
    background: url(../images/search.png) no-repeat center center;
}

.logo {
    width: 146px;
    height: 90px;
    display: block;
    /*background: url(../images/logo_mc.png) no-repeat center center;*/

    /* NEW : LOGO */
    background: url(../images/logo_mc_new.png) no-repeat center center;
}

.navbar-inverse .navbar-nav>li>a {
    font-size: 18px;
    padding: 10px;
}

.navbar-inverse .navbar-nav>li.signup>a {
    border-radius: 4px;
    background-color: #B02B26;
    padding: 6px;
    margin: 4px;
    color: #FFF;
}
.navbar-inverse .navbar-nav>li.signup>a:hover {
    background-color: #F6672B;
}

.navbar-inverse .navbar-nav {
    padding: 22px 0;
}

.search-protv {
    width: 300px;
    display: none;
    padding: 0 15px 0 0;
}

.container {
    max-width: 1000px;
}

.container.full{
    width: 100%;
    max-width: none;
}

.main-article {
    position: relative;
}

.main-article img {
    width: 100%;
    height: auto;
}

.main-article h1 {
    width: 100%;
    margin: 0;
    padding: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../images/gradient.png) repeat-x 0 0;
}

.main-article h1 a {
    color: #fff;
}

.article-box {
    padding: 0 0 20px 0;
    cursor: pointer;
}

.item-image {
    display: block;
    position: relative;
}

/*span.play-button {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -35px 0 0 -35px;
    background: rgba(46,0,10,0.8);

}

span.play-button span.glyphicon {
    margin: 18px 0 0 20px;
    font-size: 30px;
    color: #fff;
}

a.item-image:hover span.play-button {
    background: #2e000a;
}*/

.item-meta {
    display: block;
    padding: 10px 0 0 0;
    font-size: 12px;
    color: #131313;
}

.article-date {
    padding: 0 0 20px 0;
}

.article-image {
    padding: 15px 0 10px 0;
}

.article-image.relative{
    position: relative;
}

.article-image div.gallery_thumb_notification{
    padding: 4px;
    position: absolute;
    top: 28px;
    right: 10px;

    background: rgba(0, 0, 0, 0.8);	

    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;

    box-shadow: 0 2px 10px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 2px 10px 2px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 2px 10px 2px rgba(0,0,0,0.3);

    cursor: pointer;
}

.article-image div.gallery_thumb_notification p{
    margin: 2px 0px 0px 0px;
    color: #FFFFFF;
    font-size: 12px;
    text-align: center;
}

.article-image div.gallery_thumb_notification .img_shim{
    width: 64px;
    max-height: 64px;
    position: relative;
    margin: 0px 0px 4px 0px;
    overflow: hidden;

    transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
}

.article-image div.gallery_thumb_notification .img_shim .overlay{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    padding-top: 32%;
    top: 0px;
    left: 0px;
    opacity: 0;
    color: #FFFFFF;
    font-size: 20px;
    text-align: center;

}

.article-image div.gallery_thumb_notification .img_shim:hover .overlay{
    opacity: 1;
}

.article-image img{
    width: 100%;
}

.ed-image {
    padding: 30px 0 0 0;
}

.ed-image img {
    border-bottom: solid 4px rgba(242,106,53,1);
    margin-bottom: 30px;
}

.ed-image:hover {
    opacity: .7;
}

.lead {
    /*margin-top: 20px;*/
}

.article-text img {
    width: 100%;
    height: auto;
    /*margin: 10px 0 30px -52.3%;*/
}

.video-player {
    width: 960px;
    height: 540px;
    position: relative;
    margin: 15px 5px 0 5px;
}

#videoPlayer {
    width: 960px;
    height: 540px;
    position: relative;
}

.video-overlayer {
    top: 245px;
    left: 0px;
    width: 600px;
    height: 70px;
    position: absolute;
    background: transparent;
    visibility: hidden;
    overflow: hidden;
}

.white-row {
    clear: both;
    padding: 15px 0;
    margin: 0 0 20px 0;
    background: #fff;
    overflow: hidden;
}

.rebel-mouse-container {
    padding: 0 0 20px 0;
}

.padding-box {
}

.padding-box h3 {
    margin-bottom: 10px;
}

.padding-box.border-left {
    padding: 10px 0 10px 20px;
    border-left: solid 2px #eee;
}

.border-left div {
    padding: 5px 0 5px 0;
}

.broadcast {
    font-size: 16px;
    color: #858585;
    font-weight: 600;
}

.comments-list {
    padding: 20px 0 0 0;
}

.comment {
    padding: 10px 0;
}

.comment-name {
    font-size: 18px;
    font-weight: 700;
}

.comment-name span {
    font-size: 16px;
    font-weight: 400;
    color: #858585;
}

.comment-text {
    padding: 5px 0 15px 0;
    /*border-bottom: solid 1px #ccc;*/
}

.dezbatere .contents {
    padding: 0 0 30px 0;
}

.row .related {
    padding-bottom: 10px;
}

.share-buttons {
    clear: both;
    padding: 20px 0;
    overflow: hidden;
}

.share-buttons div {
    float: left;
    padding: 0 10px 0 0;
}

.share-buttons a.top_comment_button{
    width: 180px;
    margin: 15px 0px 0px 0px;
    padding: 10px;
    float: right;
    background-color: #cd3709;
    color: #FFFFFF;
    font-size: 18px;
    text-align: center;
}


.footer-social-media {
    padding: 5px 0;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.social-media-pane {
    text-align: center;
}

.social-media-pane a {
    width: 35px;
    height: 34px;
    display: inline-block;
    margin: 0 5px;
    background: url(../images/social-media-icons.png) no-repeat 0 0;
}

a.facebook-round-button {
    background-position: 0 0;
}

a.twitter-round-button {
    background-position: -35px 0;
}

a.instagram-round-button {
    background-position: -70px 0;
}

.program {
    padding: 20px 0 10px 0;
    color: #fff;
    background: #2e000a;
    position: relative;
}

.program li {
    padding: 0 0 0 25px;
    font-weight: bold;
    text-align: center;
}

.program li.program-label {
    padding: 0 0 0 15px;
}

.program li span {
    font-weight: normal;
}

.program li a {
    color: #fff;
}

.footer .nav {
    padding: 10px 0 0 0;
}

/* box special foodstory */
.container.special{
    margin: 20px 0px;
}
.container.foodstory{
    padding: 0px 0px 20px 0px;
    background: #d4dee2;
    position: relative;
}

.alta-culoare{
    background: #fff;
    position: relative;

}

.row.foodstorybar{
    width: 100%;
    padding: 20px;
    position: relative;
}
.row.foodstorybar .logo_foodstory{
    width: 60px;
    height: 60px;
    display: block;
    margin: 0px 0px 0px 30%;
}

.row.foodstorybar span{
    width: 60px;
    display: inline-block;
    margin: 2px 0px 0px 30%;
    color: #525250;
    font-size: 12px;
    text-align: center;	
}

.row.foodstorybar p{
    width: 80%;
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -100px;
    font-size:  40px;
    text-align: left;
}

.container.foodstory .recepie{
    display: block;
    text-align: center;
}

.container.foodstory .recepie img{
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.25);
    -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.25);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.25);
}

.container.foodstory .recepie p.title{
    width: 90%;
    margin: 10px auto 0px auto;
    padding: 0px;
    color: #000000;
    line-height: 16px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}

.container.foodstory .recepie p.lead{
    width: 90%;
    margin: 6px auto 0px auto;
    padding: 0px;
    color: #353535;
    line-height: 14px;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
}

.foodstory_data{
}

/* e: box special foodstory */

/* section-fblike */
.social-like{
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align:center;
}

a.juriu_image{
    width: 620px;
    height: 252px;
    padding: 0px;
    margin: 0px 10px 20px 10px;
    display: inline-block;
    float: left;
}

div.fb_like_box{
    width: 300px;
    float: right;
    display: inline-block;
    margin: 0px 20px 0px 0px;
}
/* e: section-fblike */

.row.thumbs{
    padding-bottom: 20px;
}

a.image-gallery-image{
    margin-top: 10px;
    margin-bottom: 10px;
}

@media screen and (max-width: 1520px) {
    /* btn inscriere */
    .navbar-inverse {
        /* background: url(../images/header.jpg) no-repeat 0px center #2e000a; */
    }
}

@media screen and (max-width: 1380px) {
    .navbar-inverse {
        /* background: url(../images/header.jpg) no-repeat 0px center #2e000a; */
    }
}

@media screen and (max-width: 1330px) {
    /* btn inscriere */
    .navbar-inverse {
        /*background-image: none;*/
    }
}

@media screen and (max-width: 1200px) {
    .navbar-inverse {
        background-image: none;
    }
    .video-player {
        width: 100%;
        height: 529px;
        margin: 15px 0 0 0;
    }

    #videoPlayer {
        width: 100%;
        height: 529px;
    }

    a.juriu_image{
        float: none;	
    }

    div.fb_like_box{
        float: none;
    }
}

@media screen and (max-width: 1130px) {
    .navbar-inverse {
        background-image: none;
    }

    .branding-cosmote {
        left: 315px;
    }

    .program .container {
        width: 100%;
    }
}

@media screen and (max-width: 1060px) {
    /* btn inscriere */
    .ora-difuzare {
        display: none;
    }
}

@media screen and (max-width: 960px) {
    .ora-difuzare {
        display: none;
    }

    .branding-cosmote {
        left: 220px;
    }
    .row.foodstorybar .logo_foodstory{
        margin: 0px 0px 0px 25%;
    }

    .row.foodstorybar span{
        margin: 0px 0px 0px 25%;
    }
    .row.foodstorybar p{
        margin-left: -100px;	
    }

    /* btn inscriere */
    .navbar-inverse .navbar-nav>li>a {
        font-size: 16px;
        padding: 10px 5px;
    }

}

@media screen and (max-width: 860px) {
    .navbar-inverse .navbar-nav>li>a {
        font-size: 16px;
        padding: 10px 5px;
    }

    .branding-cosmote {
        left: 170px;
    }
}

@media screen and (max-width: 772px) {
    .navbar-inverse .navbar-nav.pull-right {
        float: none !important;
    }

    .main-article h1 {
        background-position: 0 bottom;
    }

    .video-player {
        height: 405px;
    }

    #videoPlayer {
        height: 405px;
    }

    h1 {
        font-size: 22px;
    }

    .container.foodstory{
        padding: 0px;	
    }

    .container.foodstory .col-sm-3{
        margin: 0px 0px 20px 0px;	
    }

    .col-sm-3.foodstory_data{
        width: 100%;
        padding: 20px;
        position: relative;
        background: rgba(255, 255, 255, 0.6);
    }

    .foodstory_data span{
        margin: 0px 0px 0px 36px;
        display: block;
        text-align: left;
    }
    .row.foodstorybar .logo_foodstory{
        margin: 0px 0px 0px 25%;
    }

    .row.foodstorybar span{
        margin: 0px 0px 0px 25%;
    }
    .row.foodstorybar p{
        margin-left: 20px;
        left: 38%;
        top: 34px;
        font-size: 25px;		
    }
    a.juriu_image{
        width: 96%;
        height: auto;	
    }

}

@media screen and (max-width: 450px) {
    .row.foodstorybar .logo_foodstory{
        margin: 0px 0px 0px 10%;
    }
    .row.foodstorybar span{
        margin: 0px 0px 0px 10%;
    }
    .row.foodstorybar p{
        margin-left: 0px;
        left: 40%;
        top: 39px;
        font-size: 20px;		
    }
}

.margine-sus {margin-top: 10px;}

.aliniere-centrata { 
    background: url(../images/bkg-mc.jpg) no-repeat scroll center top;
    padding: 25px 0 25px 0;
    background-size: cover;
    text-align: center;
}

.no-padding {
    padding: 0;
}

.navbar { 
    z-index: 99999999;
}

.omniLink p {
    font-weight: 500;
}