/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video{ display: block; }
mark, rp, rt, ruby, summary, time{ display: inline }

@font-face {
	font-family: 'Lobster1.1Regular';
	src: url('http://st.interakt.md/content/assets/fonts/Lobster_1.1_-webfont.eot');
	src: local('☺'), url('http://st.interakt.md/content/assets/fonts/Lobster_1.1_-webfont.woff') format('woff'), url('http://st.interakt.md/content/assets/fonts/Lobster_1.1_-webfont.ttf') format('truetype'), url('http://st.interakt.md/content/assets/fonts/Lobster_1.1_-webfont.svg#webfont30G9S4nm') format('svg');
	font-weight: normal;
	font-style: normal; }
    
@font-face {
    font-family: 'FullerSansDTBold';
    src: url('http://st.interakt.md/content/assets/fonts/fullersansdt-bold-webfont.eot');
    src: url('http://st.interakt.md/content/assets/fonts/fullersansdt-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://st.interakt.md/content/assets/fonts/fullersansdt-bold-webfont.ttf') format('truetype'),
         url('http://st.interakt.md/content/assets/fonts/fullersansdt-bold-webfont.svg#FullerSansDTBold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'FullerSansDTRegular';
    src: url('http://st.interakt.md/content/assets/fonts/fullersansdt-regular-webfont.eot');
    src: url('http://st.interakt.md/content/assets/fonts/fullersansdt-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://st.interakt.md/content/assets/fonts/fullersansdt-regular-webfont.ttf') format('truetype'),
         url('http://st.interakt.md/content/assets/fonts/fullersansdt-regular-webfont.svg#FullerSansDTRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}



/* Site-wide properties ======================================================== */
/*body{font: normal normal 10px/10px 'Open Sans', Arial, Helvetica, Verdana, sans-serif;background: #E0E0E0} */
body{font: normal normal 10px/10px 'Open Sans', Arial, Helvetica, Verdana, sans-serif;background: #E0E0E0} 
    
    
    /* Fibonacci based heading scale ratio */
    h1{ font-size: 4.4em; font-weight: normal; }
    h2{ font-size: 2.8em; font-weight: bold; }
    h3{ font-size: 1.6em; font-weight: bold; }
    h4{ font-size: 1.2em; font-weight: bold; }

/* Reusable classes ============================================================ */

/* Left & Right alignment */
.left{ float: left; }
.right{ float: right; }
.center{margin: 0 auto;}
.lefted{text-align: left;}
.righted{text-align: right;}
.centered{text-align: center;}
.top-align{vertical-align:top;}
/* The inside class provides consistent padding. To be used often! */
.inside{ padding: 15px; }

/* The fraction classes are useful for column lists */
/*
.half, .third, .quarter, .fifth, .sixth{ width: 100%; }
.half li, .third li, .quarter li, .fifth li, .sixth li{ float: left; }
.half li{ padding-right: 5%; width: 45% }
.third li{  padding-right: 5%; width: 28.3% }
.quarter li{  padding-right: 5%; width: 20% }
.fifth li{  padding-right: 5%; width: 15% }
*/

/* For when a <br /> just ain't enough */
.separator{
    clear: both;
    float: left;
    height: 1px;
    width: 100%;
}
form{
    margin: 0;
    padding: 0;
}
input{
    margin: 1px 0px;
}

.f1{
    background: #CCC;
}
.f2{
    background: #ddd;
}
.half{
    width: 49%;
    float: left;
}
.halfend{
    width: 49%;
    padding-left: 2%;
    float: left;
}
.topnews-half{
    width: 54%;
    float: left;
}
.topnews-halfend{
    width: 44%;
    padding-left: 2%;
    float: left;
}
.no-list-type{
    list-style: none;
}
.white-text-shadow{
    text-shadow: 1px 1px 0px #FFF;
}
.no-text-shadow{
    text-shadow: 0px 0px 0px #FFF;
}
.no-weight{
    font-weight: normal;
}
.no-margin{
    margin: 0px;
}
.no-bottom-margin{
    margin-bottom: 0px;
}
.top-separator{
    margin-top: 15px;
}
.bottom-separator{
    margin-bottom: 15px;
}
.blue-separator{
    height: 4px;
    width: 100%;
    margin: 5px 0;
    background: #2E65A3;
}
.left-image{
    margin: 0px 7px 7px 0px;
}
.left-image-rmargin{
    margin: 0px 7px 0px 0px;
}
.display-block{
    display: block;
}
.inline-block{
    display: inline-block;
}
.display-none{
    display: none;
}

.relative{
    position: relative;
}
.noned{
    display: none;
}
.blue{
    color: #2E65A3;
}
.white{
    color: #FFFFFF;
}
.grey{
    color: #333;
}
.light-grey{
    color: #adadad;
}
.red{
    color: #C90000;
}
.green{
    color: #64AF2B;
}
.grey-bg{
    background-color: #E0E0E0;
}
.white-bg{
    background-color: #FFF;
}
.grey-gradient-bg{
    background: #e6e2e2;
    background: rgb(229,229,229); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(229,229,229,1) 0%, rgba(220,221,223,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,1)), color-stop(100%,rgba(220,221,223,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(220,221,223,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(220,221,223,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(220,221,223,1) 100%); /* IE10+ */
    background: linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(220,221,223,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#dcdddf',GradientType=0 ); /* IE6-9 */
}
.blue-gradient-bg{
    background: -moz-linear-gradient(top, #004d9b 0%, #2e65a3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#004d9b), color-stop(100%,#2e65a3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #004d9b 0%,#2e65a3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #004d9b 0%,#2e65a3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #004d9b 0%,#2e65a3 100%); /* IE10+ */
    background: linear-gradient(top, #004d9b 0%,#2e65a3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004d9b', endColorstr='#2e65a3',GradientType=0 ); /* IE6-9 */
}
.orange-gradient-bg{
    background: rgb(237,167,130); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(237,167,130,1) 0%, rgba(241,116,50,1) 50%, rgba(234,85,7,1) 51%, rgba(251,149,94,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,167,130,1)), color-stop(50%,rgba(241,116,50,1)), color-stop(51%,rgba(234,85,7,1)), color-stop(100%,rgba(251,149,94,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(237,167,130,1) 0%,rgba(241,116,50,1) 50%,rgba(234,85,7,1) 51%,rgba(251,149,94,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(237,167,130,1) 0%,rgba(241,116,50,1) 50%,rgba(234,85,7,1) 51%,rgba(251,149,94,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(237,167,130,1) 0%,rgba(241,116,50,1) 50%,rgba(234,85,7,1) 51%,rgba(251,149,94,1) 100%); /* IE10+ */
    background: linear-gradient(top,  rgba(237,167,130,1) 0%,rgba(241,116,50,1) 50%,rgba(234,85,7,1) 51%,rgba(251,149,94,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eda782', endColorstr='#fb955e',GradientType=0 ); /* IE6-9 */
}
.dark-grey-gradient-bg{
    background: rgb(136,139,145); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(136,139,145,1) 1%, rgba(73,73,68,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(136,139,145,1)), color-stop(100%,rgba(73,73,68,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(136,139,145,1) 1%,rgba(73,73,68,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(136,139,145,1) 1%,rgba(73,73,68,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(136,139,145,1) 1%,rgba(73,73,68,1) 100%); /* IE10+ */
    background: linear-gradient(top,  rgba(136,139,145,1) 1%,rgba(73,73,68,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#888b91', endColorstr='#494944',GradientType=0 ); /* IE6-9 */
}
.light-grey-gradient-bg{
    background: rgb(238,238,238); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(237,237,237,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(237,237,237,1) 100%); /* IE10+ */
    background: linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(237,237,237,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}
.bold{
    font-weight: 700;
}
.semi-bold{
    font-weight: 600;
}

.normal_text{
    font-weight: normal;
}

.italic{
    font-style: italic;
}
.georgia{
    font-family: 'Open Sans';
    line-height: 1.4em;
}
.bebas{
    font-family: 'Open Sans', Georgia;
    line-height: 1.4em;
    letter-spacing: 1px;
}

.grey-orange{
    color: #999;
}
.grey-orange:hover{
    color: #F58974;
}
.blue-orange{
    color: #2E65A3;
}
.blue-orange:hover{
    color: #F58974;
}
.red-bordo{
    color: #c61c1c;
}
.red-bordo:hover{
    color: #791212;
}
.fs9{
    font-size: 9px;
    line-height: 11px;
}
.fs10, .fs10 p {
    font-size: 10px;
    line-height: 12px;
}
.fs11, .fs11 p {
    font-size: 11px;
    line-height: 13px;
}
.fs12, .fs12 p {
    font-size: 12px;
    line-height: 15px;
}
.fs13, .fs13 p {
    font-size: 13px;
    line-height: 19px;
}
.fs14, .fs14 p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.2px;
}
.fs15{
    font-size: 15px;
    line-height: 21px;
}
.fs16{
    font-size: 16px;
    line-height: 21px;
}
.fs18{
    font-size: 18px;
    line-height: 23px;
}
.fs23{
    font-size: 23px;
    line-height: 26px;
}
.fs25{
    font-size: 25px;
    line-height: 30px;
}

.lh13
{
    line-height: 1.3em !important;
}

.lh15
{
    line-height: 1.5em !important;
}

.pad0{
    padding: 0px !important;
}

.pad5{
    padding: 5px !important;
}
.pad10{
    padding: 10px !important;
}
.pad15{
    padding: 15px !important;
}
.pad-top5 {
    padding-top:5px !important;
}
.pad-top10 {
    padding-top:10px !important;
}

.pad-top15 {
    padding-top:15px !important;
}

.pad-top20 {
    padding-top:20px !important;
}
.pad-bottom5 {
    padding-bottom:5px !important;
}
.pad-bottom10 {
    padding-bottom:10px !important;
}
.pad-bottom15 {
    padding-bottom:15px !important;
}

.pad-bottom20 {
    padding-bottom:20px !important;
}

.pad-left5 {
    padding-left:5px !important;
}
.pad-left10 {
    padding-left:10px !important;
}

.pad-left15 {
    padding-left:15px !important;
}

.pad-left20 {
    padding-left:20px !important;
}

.pad-right5 {
    padding-right:5px !important;
}
.pad-right10 {
    padding-right:10px !important;
}

.pad-right15 {
    padding-right:15px !important;
}

.pad-right20 {
    padding-right:20px !important;
}


.marg0 {
    margin:0px !important;
}

.marg-top5 {
    margin-top:5px !important;
}

.marg-top8 {
    margin-top:8px !important;
}

.marg-top10 {
    margin-top:10px !important;
}
.marg-top15 {
    margin-top:15px !important;
}
.marg-top20 {
    margin-top:20px !important;
}
.marg-bottom5 {
    margin-bottom:5px !important;
}

.marg-bottom8 {
    margin-bottom:8px !important;
}

.marg-bottom10 {
    margin-bottom:10px !important;
}
.marg-bottom15 {
    margin-bottom:15px !important;
}
.marg-bottom20 {
    margin-bottom:20px !important;
}
.marg-right5 {
    margin-right:5px !important;
}
.marg-right10 {
    margin-right:10px !important;
}
.marg-right15 {
    margin-right:15px !important;
}
.marg-right20 {
    margin-right:20px !important;
}
.marg-left5 {
    margin-left:5px !important;
}
.marg-left10 {
    margin-left:10px !important;
}
.marg-left15 {
    margin-left:15px !important;
}
.marg-left20 {
    margin-left:20px !important;
}

.no-decoration{
    text-decoration: none;
}

.hover-decoration {
    text-decoration: none;
}

.hover-decoration:hover {
    text-decoration: underline;
}

.news-image-bordered{
    padding: 1px;
    border: 1px solid #ccc;
}
.white-bg-hover:hover{
    background: #FFF;
}
.inset-shadow{
    -moz-box-shadow: inset 0px 0px 5px #888;
    -webkit-box-shadow: inset 0px 0px 5px #888;
    box-shadow: inset 0px 0px 5px #888;
}
.shadow-on-hover:hover{
    -moz-box-shadow: 0px 0px 5px #888;
    -webkit-box-shadow: 0px 0px 5px #888;
    box-shadow: 0px 0px 5px #888;
}
.border2{
    border: 2px solid #DCDDDF;
}
.border7{
    border: 7px solid #DCDDDF;
}
.border10{
    border: 10px solid #DCDDDF;
}
.bordered-block{
    margin-top: -2px;
}
    .bordered-block a{
        color: #2E65A3;
        text-decoration: none;
    }

    .bordered-block a:hover{
        color: #F58974;
        text-decoration: none;
    }
.text-input1{
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
    background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
    border: 1px solid #aaa;
    padding: 2px 3px;
    color: #666;
    text-shadow: 1px 1px 0px #FFF;
}
.button1{
    background: rgb(136,139,145); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(136,139,145,1) 1%, rgba(73,73,68,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(136,139,145,1)), color-stop(100%,rgba(73,73,68,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(136,139,145,1) 1%,rgba(73,73,68,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(136,139,145,1) 1%,rgba(73,73,68,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(136,139,145,1) 1%,rgba(73,73,68,1) 100%); /* IE10+ */
    background: linear-gradient(top,  rgba(136,139,145,1) 1%,rgba(73,73,68,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#888b91', endColorstr='#494944',GradientType=0 ); /* IE6-9 */
    color: #FFF;
    text-shadow: 1px 1px 0px #333;
    border: 1px outset #999;
    padding: 2px 5px;
}
.button1:active{
    border: 1px inset #999;
}
.button2{
    background: #004d9b; /* Old browsers */
    background: -moz-linear-gradient(top, #004d9b 0%, #2e65a3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#004d9b), color-stop(100%,#2e65a3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #004d9b 0%,#2e65a3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #004d9b 0%,#2e65a3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #004d9b 0%,#2e65a3 100%); /* IE10+ */
    background: linear-gradient(top, #004d9b 0%,#2e65a3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004d9b', endColorstr='#2e65a3',GradientType=0 ); /* IE6-9 */
    color: #FFF;
    text-shadow: 1px 1px 0px #004d9b;
    border: 1px outset #004d9b;
    padding: 2px 7px;
}
.button2:active{
    border: 1px inset #004d9b;
}
.child{
    margin-left: 25px;
}
.bottom-line-bordered{
    border-bottom: 1px solid #cecece;
    box-shadow: 0 1px 0 #FFF;
}
.region-selector{
    padding: 2px 7px;
    position:absolute;
    left: 246px;
    top: -20px;
    height: 15px;
    line-height: 14px;
}
/* Basic Structure ============================================================= */
#wrap{
    margin: 0 auto;
    position: relative;
    width: 1240px;
}
#ucontent{
    width: 1200px;
    background: #FFF;
    clear: both;
    min-height: 900px;
}
#content{
    margin-top: 10px;
}
.clear{
    clear: both;
}

.item-lister1{
    
}
    .item-lister1 li{
        border-bottom: 1px solid #ECECEC;
        border-top: 1px solid #ddd;
        background: rgb(239,239,239); /* Old browsers */
        background: -moz-linear-gradient(top,  rgba(239,239,239,1) 1%, rgba(232,232,232,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(239,239,239,1)), color-stop(100%,rgba(232,232,232,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  rgba(239,239,239,1) 1%,rgba(232,232,232,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  rgba(239,239,239,1) 1%,rgba(232,232,232,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  rgba(239,239,239,1) 1%,rgba(232,232,232,1) 100%); /* IE10+ */
        background: linear-gradient(top,  rgba(239,239,239,1) 1%,rgba(232,232,232,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
        border-right: 1px solid #E2E2E2;
        border-left: 1px solid #E2E2E2;
    }
        .item-lister1 li a{
            text-decoration: none;
            font-weight: bold;
        }
        .item-lister1 li a:hover{
            text-decoration: none;
            font-weight: bold;
            background: #FFF;
        }
.bullet-item-lister{
    
}        
.news-img{
    width: 120px;
}
.news-img-small{
    width: 48px;
}
.news-text{
    line-height: 1.5em;
    font-family: Arial, sans-serif;
}

.news-text img{max-width: 100%;}


.anytext a{
    color: #2E65A3;
}
.anytext a:hover{
    color: #F58974;
}
::-moz-selection{
    background:#2E65A3;
    color:#fff;
}
 
::selection{
    background:#2E65A3;
    color:#fff;
}

/* Project specifics =========================================================== */

.bigtitle{
    font-size: 2.3em;
    line-height: 1.3em;
    text-decoration: none;
}
.bigtitlex2{
    font-size: 2.5em;
    line-height: 1.2em;
    text-decoration: none;
}
.midtitle{
    font-size: 1.5em;
    line-height: 1.4em;
    text-decoration: none;
    display: inline-block;
    margin: 5px 0;
}

.image-info{
    padding: 1px;
    background: #CCC;
    background: rgb(219,219,219); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(219,219,219,1) 0%, rgba(241,241,241,1) 99%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(219,219,219,1)), color-stop(99%,rgba(241,241,241,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(219,219,219,1) 0%,rgba(241,241,241,1) 99%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(219,219,219,1) 0%,rgba(241,241,241,1) 99%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(219,219,219,1) 0%,rgba(241,241,241,1) 99%); /* IE10+ */
    background: linear-gradient(top,  rgba(219,219,219,1) 0%,rgba(241,241,241,1) 99%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-9 */
    border: 1px solid #CCC;
    position: relative;
    margin-bottom: 15px;
}
    .image-info img{
        margin-bottom: 5px;
        clear: both;
    
    }
    .image-info .foto-description{
        color: #555;
        text-shadow: 1px 1px 0px #FFF;
        padding-left: 5px;
        margin-bottom: 5px;
    }
    .image-info .overfoto-text{
        position: absolute;
        bottom: 37px;
        width: 100%;
        background: #f6d601;
        padding: 7px 0px 7px 0px;
        color: #000;
        left: 0px;
    /*    text-transform: uppercase; */
        line-height: 1.1;
        text-shadow: 1px 1px 0px #FFF;
    }
.preamble {
    line-height: 1.5em;
    padding-top: 5px;
    font-size: 13px;
    color: #333;
    font-family: Arial, sans-serif;
}
    .preamble img{
        margin: 0 7px 7px 0;
    }
.preamble p {
    padding-bottom: 12px;
}

.news-details .white-v-separator{
    border-right: 1px solid #FFF;
    padding-right: 5px;
    padding-left: 4px;
}
.news-details{
    background: rgb(229,229,229); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(229,229,229,1) 0%, rgba(220,221,223,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,1)), color-stop(100%,rgba(220,221,223,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(220,221,223,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(220,221,223,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(220,221,223,1) 100%); /* IE10+ */
    background: linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(220,221,223,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#dcdddf',GradientType=0 ); /* IE6-9 */
    font-size: 11px;
    color: #777;
    text-shadow: 1px 1px 0px #FFF;
    padding: 2px 5px;
    margin-top: 6px;
    margin-bottom: 6px;
    border: 1px solid #d7d7d7;
    line-height: 13px;
    clear: both
}
.blueblock{
    background: #004d9b; /* Old browsers */
    background: -moz-linear-gradient(top, #004d9b 0%, #2e65a3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#004d9b), color-stop(100%,#2e65a3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #004d9b 0%,#2e65a3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #004d9b 0%,#2e65a3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #004d9b 0%,#2e65a3 100%); /* IE10+ */
    background: linear-gradient(top, #004d9b 0%,#2e65a3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004d9b', endColorstr='#2e65a3',GradientType=0 ); /* IE6-9 */
    text-shadow: 1px 1px 0 #254161;
    position: absolute;
    left: 0;
    top: -6px;
    height: 15px;
    padding: 6px 8px 2px 8px;
    font-size: 13px;
    border-right: 1px solid #FFF;
    line-height: 11px;
    font-weight: 600;
}
.greyblock{
    /*background: #DCDDDF;*/
    background: rgb(229,229,229); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(229,229,229,1) 0%, rgba(220,221,223,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,1)), color-stop(100%,rgba(220,221,223,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(220,221,223,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(220,221,223,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(220,221,223,1) 100%); /* IE10+ */
    background: linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(220,221,223,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#dcdddf',GradientType=0 ); /* IE6-9 */
    height: 17px;
    position: relative;
    margin-bottom: 3px;
}
.greyblock a.rss{
    display: block;
    background: url('http://st.interakt.md/content/assets/img/rss.gif') no-repeat;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 3px;
    right: 3px;
}

.content_box p {
/*  background-color: #dddddd; */
    padding: 8px 0px;
}

.content_box p:first-child {
    padding-top: 0px;
}

.content_box p:last-child {
    padding-bottom: 0px;
}

.content_box .semi-bold p:last-child {
    padding-bottom: 8px;
}

.top-news-change{
    padding: 4px 0px;
}
.top-news-change:hover{
    background: #FFF;
}
.top-news-selecter1{
    border-right: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
}
.top-news-selecter2{
    border-left: 1px solid #fff;
    border-right: 1px solid #e2e2e2;
}
.categ-other-news-separator{
    background: url('http://st.interakt.md/content/assets/img/t_back.gif') 0 3px repeat-x;
    clear: both;
    font-size: 10px;
    text-align: right;
    margin: 1px 0px 3px 0px;
}
    .categ-other-news-separator-text{
        background: #FFF;
        display: inline-block;
        padding: 0px 10px;
        color: #999;
    }
.change-stiri-options{
    position: absolute;
    top: 23px;
    width: 150px;
    left: 0;
    z-index: 999;
}

#cautare .s{
    width: 120px;
}
#cautare .b{
    width: 29px;
}
#login .e{
    width: 152px;
}
#login .p{
    width: 100px;
}
#login .b{
    width: 49px;
}
#galeria-video .video-title{
    padding: 3px 5px;
    margin-bottom: 5px;
}
#top-news .news-details{margin-bottom: 0px;}

.top-news-scroll{
    height: 600px;
    width: 100%;
    overflow: auto;
    margin-top: 5px;
}
.top-news-three{
    width: 233px;
}
.top-news-three:last-child{
    width: 234px;
}

.top-tab-selected {
    background:#ffffff !important;
}

.top-tag-tab {
   width: 100px; 
}


.top-news-container {
    border-bottom:1px solid #B2B2B2;
    margin-bottom:1px;
    padding-left:5px;
    height:30px;
    vertical-align:top;
}

.top-tab {
    width:250px;
    background-color:#EDEDED;
    border:1px solid #EDEDED;
    padding:4px 0px;
    margin:0px;
}
.top-tab:hover {
    background-color:#ffffff;
    border:1px solid #EDEDED;
    border-bottom:0px;
}

#selected_top_tab {
    
    border:1px solid #B2B2B2;
    background-color:#ffffff;
    padding-bottom:5px;
    border-bottom:2px solid #ffffff;
    margin: -2px 1px 0px 1px !important;
}

.big-input{
    border: 1px solid #ccc;
    outline: 1px solid #efefef;
    padding: 6px 10px;
    color: #333;
}
.big-input:active{
    border: 1px solid #2E65A3;
    padding: 6px 10px;
    color: #333;
}
.big-input:focus{
    border: 1px solid #ADADAD;
    padding: 6px 10px;
    color: #333;
}
.big-input-error{
    border: 1px solid #ccc;
    outline: 1px solid #E89696;
    padding: 6px 10px;
    color: #333;
}
.big-submit-button{
    padding: 8px 16px;
    border: 1px solid #D1D1D1;
    outline: 1px solid #BCBCBC;
    text-shadow: 1px 1px 0px #4F4F4F;
}
.big-submit-button:hover{
    padding: 8px 16px;
    border: 1px solid #D1D1D1;
    outline: 1px solid #848484;
    text-shadow: 1px 1px 0px #4F4F4F;
}
.big-submit-button:focus{
    padding: 8px 16px;
    border: 1px solid #D1D1D1;
    outline: 1px solid #000;
    text-shadow: 1px 1px 0px #000;
}
.register-button{
    padding: 10px 20px;
    border: 1px solid #6E93C9;
    outline: 1px solid #284E87;
    text-shadow: 1px 1px 0px #0D3066;
}
.register-button:hover{
    padding: 10px 20px;
    border: 1px solid #B3C4DD;
    outline: 1px solid #000;
    text-shadow: 1px 1px 0px #000;
}
.register-button:focus{
    padding: 10px 20px;
    border: 1px solid #000;
    outline: 1px solid #6E93C9;
    text-shadow: 1px 1px 0px #0D3066;
}
.basic-textarea{
    border: 1px solid #E8E8E8;
    outline: 1px solid #ddd;
}
.play-video-homepage{
    background: transparent url('http://st.interakt.md/content/design/img/play2.png') 50% 45% no-repeat;
    position: absolute;
    display: block;
    top:0;
    width: 100%;
    height: 93%;
}
.play-video-homepage:hover{
    background: transparent url('http://st.interakt.md/content/design/img/play1.png') 50% 45% no-repeat;
    position: absolute;
    display: block;
    top:0;
    width: 100%;
    height: 93%;
}
#header-weather{
    position: absolute;
    left: 400px;
    top: 7px;
    padding: 3px 0px 5px 0px;
    background: #FFF;
}

#social-bar{
    position: absolute;
    left: 810px;
    top: 12px;
    display: inline-block;
}

.weatherul li{
    background: url('http://st.interakt.md/content/assets/img/weather-separator.png') right center no-repeat;
}
.weatherul li:last-child{
    background-image: none;

}
a.more_weather{
    height: 33px;
    width:13px;
    float: right;
    background: #2e65a3 url('http://st.interakt.md/content/assets/img/sagetuza.png') no-repeat 5px 13px;
    display: block;
    margin-top: -3px;
}
a.more_weather:hover{
    height: 33px;
    width:13px;
    float: right;
    background: #F58974 url('http://st.interakt.md/content/assets/img/sagetuza.png') no-repeat 5px 13px;
    display: block;
    margin-top: -3px;
}
#stiri-locale ul li{

}
/* Pagina de stire ==============================================================*/

.video-playlist{
    
}
.video-playlist ul{
    
}
.video-playlist ul li{
    width: 173px;
    border: 1px solid #ccc;
    height: auto;
}
.video-playlist ul li a{
    min-height: 130px;
}
.video-playlist ul li.selected{
    background: #FFF;
}
.documente-atasate{
    
}
.documente-atasate ul{
    padding-left: 45px;
    background: transparent url('http://st.interakt.md/content/assets/img/document.png') no-repeat;
    min-height: 35px;
    margin-top: 5px;
}
.more-news-info{
    color: #7f7f7f;
    clear: both;
}
.more-news-info a.tags{
    padding: 2px 5px;
    border: 1px solid #d3d3d3;
    line-height: 18px;
    text-decoration: none;
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 3px;
    background: #e6e2e2;
    background: rgb(229,229,229); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(229,229,229,1) 0%, rgba(220,221,223,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,1)), color-stop(100%,rgba(220,221,223,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(220,221,223,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(220,221,223,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(220,221,223,1) 100%); /* IE10+ */
    background: linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(220,221,223,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#dcdddf',GradientType=0 ); /* IE6-9 */
    }
#comments .comment-info{
    height: 25px;
    line-height: 27px;
    background: #CCC;
    padding: 0 5px;
    background: rgb(237,237,237); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(237,237,237,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,237,237,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(237,237,237,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(237,237,237,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(237,237,237,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
    background: linear-gradient(top,  rgba(237,237,237,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
    border: 1px solid #ddd;
    text-shadow: 1px 1px 0px #FFF;
    clear: left;
}
#comments .comment-info:hover{
    border: 1px solid #ccc;
}
#comments ul li{
    border-left: 1px solid #FFF;
}
#comments ul li:hover{
    border-left: 1px dotted #ddd;
}
#comments ul > li:first-child{
    border: none;
    
}
#comments ul li:last-child{
    margin-bottom: 15px;
    
}
#comments ul li:last-child{
    margin-bottom: 0px;
}
#comments ul li ul{
    margin-left: 20px;
    //width: 100%;
}

    #comments .comment-info .comment-actions{
        width: 80px;
        line-height: 25px;
        height: 23px;
    }
        #comments .comment-info .comment-actions span{
            line-height: 22px;
        }
        #comments .comment-info .comment-actions .like-buttons{
            float: right;
            margin-top: 5px;
        }
        #comments .comment-info .comment-actions .like-buttons a{
        }
        #comments .comment-info .comment-actions .like-buttons a:hover{
        }
        
#comments .comment-text{
    padding-bottom: 5px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-right: 20px;
    position: relative;
    word-wrap: break-word;
}
#comments .comment-text .comment-commands{
    position: absolute;
    top: 5px;
    right: 0px;
    text-align: right;
    opacity: 0;
    background: white;
}
    #comments .comment-text .comment-commands .raspunde{
        padding: 1px 2px;
        text-decoration: none;
        border: 1px solid #2E65A3;
        font-size: 11px;
        text-shadow: 1px 1px 0px #000;
        display: inline-block;
        height: 15px;
        position: relative;
        overflow: hidden;
        color: white;
    }
    #comments .comment-text .comment-commands .raspunde:after{
        content: url("http://st.interakt.md/content/assets/img/comment-reply.png");
    }
    #comments .comment-text .comment-commands .raporteaza:after{
        content: url("http://st.interakt.md/content/assets/img/comment-report.png");
    }
    #comments .comment-text .comment-commands .raspunde:hover{
        border: 1px solid #F58974;
        line-height: 20px;
    }
    #comments .comment-text .comment-commands .raporteaza{
        padding: 1px 2px;
        text-decoration: none;
        border: 1px solid #dc7d01;
        font-size: 11px;
        text-shadow: 1px 1px 0px #cd7604;
        display: inline-block;
        height: 15px;
        position: relative;
        overflow: hidden;
        color: white;
    }
    #comments .comment-text .comment-commands .raporteaza:hover{
        border: 1px solid #9f5d07;
        text-shadow: 1px 1px 0px #9f5d07;
    }
    #comments .comment-text .comment-commands .button-texts{
        position: absolute;
        top: 2px;
        left: 3px;
        line-height: 12px;
        text-align: center;
        width: 50px;
    }
#comments .comment-child{
    clear: both;
    margin-left: 20px;
}

.comment-box{
    width: 98%;
}

.show_bad_comment, .bad_comment {
    color: #8E8E8E;
    font-size: 11px;
}


#signature{
    width: 200px;
}

.signature{
    font-size: 11px;
    line-height: 14px !important;
    color: #909090;
}

span.delete-comment, span.delete-comment-and-name, span.validate-comment{
    cursor: pointer;
    padding: 1px 3px;
    font-size: 11px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; /* future proofing */
    -khtml-border-radius: 3px; /* for old Konqueror browsers */
    text-shadow: none !important;
}

span.delete-comment{
    color:#7F1F2C;
    background: #DF99A2;
}

span.delete-comment-and-name{
    color: #9F5213;
    background: #FFCB8F;
}

span.validate-comment{
    color:#defdce;
    background: #499c20;
}

.uni-comment{
    position: relative;
}


.news_gallery_block{
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* W3C */
    width: 678px;
    height: 55px;
    padding: 10px;
    margin: 0 0 15px 0;
    border: 1px solid #d0d0d0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-box-shadow: 0 0 2px 2px #eaeaea;
    -webkit-box-shadow: 0 0 2px 2px #eaeaea;
    box-shadow: 0 0 2px 2px #eaeaea;
    clear: both;
    overflow: hidden;
}
.news_gallery_item{
    list-style: none;
    padding: 2px;
    margin: 0;
    height: 50px;
    overflow: hidden;
    float: left;
    margin-right: 10px;
    background: #FFF;
    border: 1px solid #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-box-shadow: 0 0 2px 2px #eaeaea;
    -webkit-box-shadow: 0 0 2px 2px #eaeaea;
    box-shadow: 0 0 2px 2px #eaeaea;
}
.news_gallery_item:hover{
    border: 1px solid #2E65A3;
    -moz-box-shadow: 0 0 2px 2px #d0d0d0;
    -webkit-box-shadow: 0 0 2px 2px #d0d0d0;
    box-shadow: 0 0 2px 2px #d0d0d0;
}
.news_gallery_item_img{
    height: 50px;
    overflow: hidden;
}
.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 650px;
    margin: 0 10px;
}

/* Structura ========================================================= */

#topmenu{
    width: 1200px;
    text-align: right;
    font-size: 12px;
    margin-bottom: 10px;
    clear: both;
}
#header{
    position: relative;
    height: 90px;
}
    #header #header-stripe{
        background: #DCDDDF;
        background: rgb(229,229,229); /* Old browsers */
        background: -moz-linear-gradient(top,  rgba(229,229,229,1) 0%, rgba(220,221,223,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,1)), color-stop(100%,rgba(220,221,223,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(220,221,223,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(220,221,223,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(220,221,223,1) 100%); /* IE10+ */
        background: linear-gradient(top,  rgba(229,229,229,1) 0%,rgba(220,221,223,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#dcdddf',GradientType=0 ); /* IE6-9 */
        height: 40px;
        margin-top: 40px;
        width: 1200px;
        clear: both;
    }
    #header #slogan{
        border-right: 1px solid #FFF;
        width: 130px;
        left: 255px;
        bottom: 0;
        position: absolute;
        height: 35px;
        font-size: 14px;
        padding-right: 5px;
        line-height: 16px;
        vertical-align: center;
        padding-top: 5px;
    }
    #header #logo{
        position: absolute;
        bottom: -1px;
    }
    #localitatile{
        position: absolute;
        left: 246px;
        top: 0;
        width: 200px;
        z-index: 3;
    }
#menu{
    background: #2E65A3;
    margin-top: 10px;
}
    #menu ul li{
        float: left;
        list-style: none;
    }
        #menu ul li a{
            color: white;
            font-size: 13px;
            text-decoration: none;
            background: #2E65A3;
            display: block;
            padding: 12px 10px;
            margin-top: 10px;
            border-right: 1px solid #254161;
            border-left: 1px solid #5686bc;
            height: 10px;
            background: #004d9b; /* Old browsers */
            background: -moz-linear-gradient(top, #004d9b 0%, #2e65a3 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#004d9b), color-stop(100%,#2e65a3)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #004d9b 0%,#2e65a3 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #004d9b 0%,#2e65a3 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #004d9b 0%,#2e65a3 100%); /* IE10+ */
            background: linear-gradient(top, #004d9b 0%,#2e65a3 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004d9b', endColorstr='#2e65a3',GradientType=0 ); /* IE6-9 */
            text-shadow: 1px 1px 0 #254161;
        }
        #menu ul li a:hover{
            background: #004489; /* Old browsers */
            background: -moz-linear-gradient(top, #004489 0%, #2e65a3 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#004489), color-stop(100%,#2e65a3)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #004489 0%,#2e65a3 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #004489 0%,#2e65a3 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #004489 0%,#2e65a3 100%); /* IE10+ */
            background: linear-gradient(top, #004489 0%,#2e65a3 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004489', endColorstr='#2e65a3',GradientType=0 ); /* IE6-9 */
        }
        #menu ul li a:active{
            background: #003972; /* Old browsers */
            background: -moz-linear-gradient(top, #003972 0%, #2e65a3 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#003972), color-stop(100%,#2e65a3)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #003972 0%,#2e65a3 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #003972 0%,#2e65a3 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #003972 0%,#2e65a3 100%); /* IE10+ */
            background: linear-gradient(top, #003972 0%,#2e65a3 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003972', endColorstr='#2e65a3',GradientType=0 ); /* IE6-9 */
            text-shadow: 2px 2px 3px #333;
        }
        #menu ul li a.actived{
            border-right: 1px solid #FFF;
            padding: 18px 15px;
            margin: 0;
            background: #F58974;
            font-weight: bold;
            font-size: 14px;
            height: 8px;
            margin-left: -1px;
            border-left: 0;
            border-bottom: 1px solid #F58974;
        }
        #menu ul li:first-child a.actived{
            margin-left: 0px;
        }

#undermenu{
    background: #004d9b; /* Old browsers */
    background: -moz-linear-gradient(top, #004d9b 0%, #2e65a3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#004d9b), color-stop(100%,#2e65a3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #004d9b 0%,#2e65a3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #004d9b 0%,#2e65a3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #004d9b 0%,#2e65a3 100%); /* IE10+ */
    background: linear-gradient(top, #004d9b 0%,#2e65a3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004d9b', endColorstr='#2e65a3',GradientType=0 ); /* IE6-9 */
    height: 34px;
    margin-top: 20px;
    border-bottom: 1px solid #FFF;
}
#undermenuline{
    min-height: 3px;
    clear: both;
    background: #F58974;
    z-index: 0.1
}

.submenu {
    margin-bottom: 10px;
}

.submenu li {
    display:inline-block;
    border-right: 1px solid #E2E2E2;
    border-left: 1px solid #ffffff;
}

.submenu li:last-child {
    border-right: 0px;
}

.submenu a {
    padding:5px 18px;   
}


#footer-menu li a{
    display: block;
    padding: 2px 5px;
    border-right: 1px solid #444;
}
#footer-menu li:last-child a{
    border-right: none;
}
#footer-pages{
    background: #DCDDDF;
    height: 20px;
    margin-top: 10px;
    position: relative;
}
#footer-pages .footer-list{
    position: absolute;
    left: 200px;
    top: 2px;
}
#footer-pages .footer-list li a{
    padding: 1px 7px;
    border-right: 1px dotted #FFF;
}
#footer-pages #cautare{
    background: #FFF;
    position: absolute;
    top: -4px;
    right: 0px;
    padding: 2px 0px 2px 5px;
}
#footer-copyright{
    padding: 7px 15px;
    margin-bottom: 50px;
    color: #999;
}
.left-container{
    width: 700px;
    margin-right: 500px;
    font-size: 12px;
    float: left;
}
.center-column{
    width: 310px;
    min-height: 100px;
    margin-left: 715px;
    float: left;
    margin-left: -485px;
}
.right-column{
    width: 160px;
    min-height: 150px;
    float: left;
    margin-left: -160px;
}

/* ##### --- Widgets --- ##### */
.galerie-foto {
    position: relative;
}
.galerie-foto a{
    display: inline-block;
    margin-right: 5px;
    padding: 1px;
    border: 1px solid #ccc;
    margin-top: 5px;
}
.galerie-foto a:hover{
    border-color: #F58974;
}

.galerie-foto a img {
    max-height:80px;
}

.alte-galerii-foto{
    position: absolute;
    top: 5px;
    right: -2px;
    width: 30px;
}
.alte-galerii-foto a{
    padding: 0px 10px;
    color: #FFF;
    font-size: 11px;
    margin: 0;
    border: none;
    color: #000;
    margin-bottom: 1px;
}
.alte-galerii-foto a.selected{
    background: #2E65A3;
    
    color: white;
}
a.galerie-foto-title{
    border: none;
}
/* Sondaj =================*/


.sondaj-raspuns{
    width: 250px;
    display: inline-block;
}
.sondaj-procentaj{
    width: 75px;
    display: inline-block;
}
.sondaj-line-container{
    width: 350px;
    display: inline-block;
    border: 1px solid #ccc;
    padding: 1px;
    height: 10px;
}
.sondaj-line{
    height: 10px;
    line-height: 15px;
}
.linii-rezultate ul li{
    margin-bottom: 10px;
}
/* Paginare =============================*/

.paginare{

}
.paginare-item{
    padding: 3px 5px;
    border: 2px solid #ccc;
    color: #2E65A3;
    text-decoration: none;
    background: #efefef;
    display: inline-block;
}
.paginare-item:hover{
    border: 2px solid #2E65A3;
    color: #444;
}
.paginare-item-active{
    border: 2px solid #2E65A3;
    color: #444;
    text-decoration: none;
    background: #efefef;
    padding: 3px 5px;
    margin-left: 4px;
}
.paginare-item:focus{
    border: 2px solid #F58974;
    color: #444;
}
/* ADs ========================================================= */

.ban{
    margin: 0 auto;
}
.leaderboard-top{
    width: 100%;
    min-height: 90px;
    margin-bottom: 10px;
    text-align:center;
}

.news-banner {
    margin:0 auto;
    margin-bottom: 8px;
}

.bn468 {
    min-width: 468px;
    width: 700px;
    text-align: center;
    min-height: 60px;
    height: auto;
}

/* The H1 declarations - for @font-face presentational purposes only */
h1{ font: 88px 'Lobster1.1Regular', Arial, sans-serif; }
    h1 span{ font: 88px RalewayThin, Arial, sans-serif; letter-spacing: -4px }


/* Curs valutar ================================================ */
.input_curs {
    width:60px;
}

/* Ştiri din regiuni in header ================================= */
.region_close_button {
    right:0;
    position:absolute;
    cursor: pointer;
    margin-top:-5px;
}

/* Voxreport featured post ================================= */

#voxfeatured {
    background: -moz-linear-gradient(-45deg, #FFFFFF 0%, #E5E5E5 100%) repeat scroll 0 0 transparent;
    border-color: #C6C6C6 #B5B5B5 #AAAAAA #C6C6C6;
    border-left: 1px solid #C6C6C6;
    border-radius: 2px 2px 2px 2px;
    border-style: solid;
    border-width: 1px;
    clear: both;
    font-size: 12px;
    margin: 20px 0px 20px 0px;
    padding: 0 5px;
    position: relative;
    text-align: left;
    width: 298px;

}
#voxfeatured-line {
    background: #c8c8c8;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M4YzhjOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhNGE0YTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #c8c8c8 0%, #a4a4a4 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c8c8c8), color-stop(100%,#a4a4a4));
background: -webkit-linear-gradient(top,  #c8c8c8 0%,#a4a4a4 100%);
background: -o-linear-gradient(top,  #c8c8c8 0%,#a4a4a4 100%);
background: -ms-linear-gradient(top,  #c8c8c8 0%,#a4a4a4 100%);
background: linear-gradient(top,  #c8c8c8 0%,#a4a4a4 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8c8c8', endColorstr='#a4a4a4',GradientType=0 );

    border-top: 1px solid #AAAAAA;
    color: #FFFFFF;
    font-size: 10px;
    height: 15px;
    line-height: 15px;
    margin-left: -5px;
    margin-top: 5px;
    text-align: center;
    text-shadow: 1px 1px 0 #999999;
    width: 309px;
}
#voxfeatured-logo {
    margin: -20px 0 0 90px;
}

a.voxtitle {
    color: #000000;
    font-family: Georgia;
    font-size: 16px;
    font-weight: bold;
    line-height:1.1em;
}
a.voxtitle:hover {
    color: #D21712;
    font-family: Georgia;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}
.voxpreamble {
    color: #545353;
    font-family: Tahoma;
    font-size: 11px;
    line-height: 15px;
    margin: 0;
    min-height: 30px;
    padding: 5px 0;
}
.voximage {
    clear: both;
    float: left;
    margin: 0 10px 10px 0;
    overflow: hidden;
    width: 45px;
}


.blog_files {
    padding:3px 0px;
    width:160px;
    display: block;
    overflow: hidden;
    position: relative;
}

.blogs_line {
    display: block;
    margin-bottom:4px;
    padding:2px 0px 5px 0px;
    clear:both;
}

.blogs_line img {
    border:1px solid #dddddd;
    background-color:#ffffff;
    padding:2px;
    float: left;
    margin-right:5px;
    position: absolute;
    margin-top:-30px;
    max-height:41px;
}

.blog_title {
    text-indent:53px;
    padding-top:3px;
}

.blog_title a {
    color:#2E65A3;
    font-size:12px;
    line-height:1.4em;
    font-weight:bold;
    text-decoration:none;
}

.blog_title a:hover {
    color:#F58974;
}


.blog_author {
    clear:both;
    display: block;
    background-color:#F2F2F2;
    border:1px solid #DEDFE0;
    font-size: 11px;
    font-weight:bold;
    text-decoration:none;
    font-family:Arial, sans-serif;
    text-shadow: 1px 1px 0px #FFF;
    padding: 6px 4px 6px 53px;
    margin-top:5px;
}

.blog_author a {
    color:#000000;
    text-decoration:none;
}

/**
 * Logare utilizatorilor
 */
#user-info{
    font-size: 14px;
    font-family: inherit;
    padding-left: 6px;
    line-height: 29px;
}

#user-menu li{
    list-style-type: none;
}

#user-menu li a{
    font-size: 12px;
    line-height: 30px;
    display: block;
    padding-left: 35px;
    height: 29px;
    text-decoration: none;
    color: #2E65A3;
}

#user-settings{
    background: white url('http://st.interakt.md/content/assets/img/icons/id-card.png') no-repeat  6px 6px;
}

#user-logout{
    background: white url('http://st.interakt.md/content/assets/img/icons/logout.png') no-repeat  10px 6px;
}

.like-box {
    float: left;
    display: block;
    margin-right:5px;
    overflow: hidden;
}

.top-tags {
    display: block;
    padding: 10px 0px;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 180px;
}

.top-tags ul li {
    margin-left: 22px;
    list-style:url('http://st.interakt.md/content/assets/img/bullet-blue.png');
    vertical-align:middle;
    font-size:12px;
    line-height:1.5em;
}

.partners li {
    margin-left: 22px;
    list-style:url('http://st.interakt.md/content/assets/img/bullet-blue.png');
    font-size:11px;
    line-height:1.4em;
}

.pages-meniu-static {
    width:160px;
    padding:5px 3px 10px 3px;
}

.pages-menu-title {
    color:#333333;
    
}

.long-news-container {
    display: block;
    margin-bottom: 13px;
}

.long-news-container .img-container {
    display: inline-block;
    width: 125px;
    vertical-align: top;
    margin-right: 5px;
}

.long-news-container .news-details-container {
    display: inline-block;
    width: 560px;
    vertical-align: top;
}

.long-news-container .news-details-container .midtitle {
    margin: 0px;
    font-size: 1.4em;
}



/**
 * Popup DA / NU
 */

button.cupid-green {
  background-color: #7fbf4d;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7fbf4d), color-stop(100%, #63a62f));
  background-image: -webkit-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: -moz-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: -ms-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: -o-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: linear-gradient(top, #7fbf4d, #63a62f);
  border: 1px solid #63a62f;
  border-bottom: 1px solid #5b992b;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 0 #96ca6d;
  -moz-box-shadow: inset 0 1px 0 0 #96ca6d;
  box-shadow: inset 0 1px 0 0 #96ca6d;
  color: #fff;
  font: bold 11px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  line-height: 1;
  padding: 7px 0 8px 0;
  text-align: center;
  text-shadow: 0 -1px 0 #4c9021;
  width: 70px; }
  button.cupid-green:hover {
    background-color: #76b347;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #76b347), color-stop(100%, #5e9e2e));
    background-image: -webkit-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -moz-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -ms-linear-gradient(top, #76b347, #5e9e2e);
    background-image: -o-linear-gradient(top, #76b347, #5e9e2e);
    background-image: linear-gradient(top, #76b347, #5e9e2e);
    -webkit-box-shadow: inset 0 1px 0 0 #8dbf67;
    -moz-box-shadow: inset 0 1px 0 0 #8dbf67;
    box-shadow: inset 0 1px 0 0 #8dbf67;
    cursor: pointer; }
  button.cupid-green:active {
    border: 1px solid #5b992b;
    border-bottom: 1px solid #538c27;
    -webkit-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
    -moz-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
    box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee; }

button.clean-gray {
  background-color: red;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #cccccc));
  background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
  background-image: linear-gradient(top, #eeeeee, #cccccc);
  border: 1px solid #ccc;
  border-bottom: 1px solid #bbb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #333;
  font: bold 11px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  line-height: 1;
  padding: 8px 0;
  text-align: center;
  text-shadow: 0 1px 0 #eee;
  width: 70px; }
  button.clean-gray:hover {
    background-color: #dddddd;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dddddd), color-stop(100%, #bbbbbb));
    background-image: -webkit-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -moz-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -ms-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -o-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: linear-gradient(top, #dddddd, #bbbbbb);
    border: 1px solid #bbb;
    border-bottom: 1px solid #999;
    cursor: pointer;
    text-shadow: 0 1px 0 #ddd; }
  button.clean-gray:active {
    border: 1px solid #aaa;
    border-bottom: 1px solid #888;
    -webkit-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -moz-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee; }


/**
 * Stilurile pentru pop-upurile de la votare si moderare a comentariilor
 */
.voted-popup, .accepted-popup {
    position: absolute;
    right: -6px;
    top: 20px;
    width: 100px;
    padding: 0;
    margin: 0;
    padding-top: 0px;
    background-color: #CCC;
    padding-left: 10px;
    border: 1px solid #CCC;
    z-index: 999;
}
.voted-popup{
    color: red;
    background-color: #E9E9E9;

}
.accepted-popup{
    background-color: #E9E9E9;
    color: #1D9610;
    width: 160px;

}
.like-buttons{
    position: relative;
}

.hidden_comment{
    display: none;
}

#error-message-box{
    width:355px;
    height: 200px;
}

.top_news_container {
    overflow-x:scroll;
    overflow-y:hidden;
    height: 120px;
    width: 700px;
    border: 1px solid red;

}

.top_horizontal_news {
    width: 2000px;
}

.top_news_element {
    width: 208px;
    display: inline-block;
}

.top_news_image {
    width: 80px;
    height: 55px;
    overflow: hidden;
    float: left;
    position: relative;
    margin: 1px 5px 2px 1px;
    border:2px solid #fff;
    outline: 1px solid #ccc;
}

.top_news_image img {
    max-width: 100%;

}

.top_news_title {
    font-size: 13px;
    line-height: 1.3em;
}

.advertise_container {
    clear: both;
    margin-top:20px;
}

.advertise_container .adtitle {
    font-size: 11px;
    line-height: 1.3em;
    color: #333333;
    margin-bottom: 2px;
}

.homepage_comunicat_container {
    clear: both;
    border:1px solid #2660A1;
    border-top:3px solid #2660A1;
    margin-bottom: 19px;
    padding:8px 2px;
    vertical-align: top;
    background: #ededed;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ededed 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top,  #ededed 0%,#ffffff 100%);
    background: -o-linear-gradient(top,  #ededed 0%,#ffffff 100%);
    background: -ms-linear-gradient(top,  #ededed 0%,#ffffff 100%);
    background: linear-gradient(to bottom,  #ededed 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 );

}

.comunicat_box {
    display: inline-block;
    width: 328px;
    margin: 0px 5px 10px 5px;
    vertical-align: top;

}

.comunicat_box:hover {
    background-color: #ffffff;
}


.comunicat_image {
    display: inline-block;
    overflow: hidden;
    height: 45px;
    width: 70px;
    position: relative;
    border:3px solid #ffffff;
    outline:1px solid #dddddd;
    margin-bottom: 8px;
    vertical-align: top;
    margin: 4px;
}

.comunicat_image img {
    max-width: 100%;
  
}



.comunicat_logo {
    margin-bottom: 8px !important;
    margin-top:4px;
}

.comunicat_logo img {
    max-width: 100%;
}

.comunicat_otherones {
    display: inline-block;
    width: 200px;
    vertical-align: top;
}

.comunicat_content_box {
    display: inline-block;
    width: 480px;
    vertical-align: top;
    padding-left: 12px;
}

.comunicat_title {
    display: inline-block;
    width: 238px;
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 600;
}

.comunicat_title a {
    text-decoration: none;
}

.comunicat_container {
    vertical-align: top;
    display:block;
}

.comunicat_container img {
/*
    max-width: 140px;
    float:left;
*/
}


/*
.com_thumb {
    width: 170px;
    padding: 2px;
    border:2px solid #ffffff;
    outline:1px solid #dddddd;
    overflow:hidden;
    height:90px;
    position:relative;
}

.com_thumb img {
    width:100%;
}
*/

.com_thumb {
    width: 80px;
    padding: 2px;
    border:2px solid #ffffff;
    outline:1px solid #dddddd;
    overflow:hidden;
    height:auto;
    position:relative;
    float:left;
    margin-right: 5px;
}

.com_thumb img {
    width:100%;
}


.party_container_header {
    font-size: 14px;
    font-family: 'Arial', sans-serif;
    color:#555555;
    padding:7px 0px 12px 8px;
    font-weight: bold;
    text-shadow:1px 1px 0px #ffffff;
}

.party_container_header a {
    font-size: 10px;
    font-weight: normal;
}

.party_home_container {
    padding:12px 0px 2px 0px;
}

.comunicat_footer {
    border-top: 1px solid #cccccc;
    margin-top: 15px;
    color: #555555;
    font-size: 11px;
    line-height: 1.2em;
    position:relative;
    padding-top:12px;
}

.comunicat_footer a {
    color: #555555;
    text-decoration: underline;   
}

.comunicat_footer a:hover {
    text-decoration: none;
}

.party_details, .party_logo, .party_info
{
    display:inline-block;
    width:23%;
    overflow:hidden;
    padding:8px 4px;
    vertical-align: top;
}
.party_logo {
    border-right: 0px;
    position:relative;
}

.party_logo img {
    width:100%;
}


.party_info {
    width:46%;
    padding-left:5px;
}


.tag_news_container {
    display: inline-block;
    width: 217px;
    height: 210px;
    vertical-align: top;
    margin: 7px;
    margin-bottom: 10px;
}

.tag_news_img img {
    max-width: 227px;
}

.tag_news_img {
    overflow: hidden;
    height: 140px;
    border:1px solid #ffffff;
    outline: 1px solid #cccccc;
    position: relative;
}

.tag_news_date {
    position: absolute;
    bottom:0px;
    right: 0px;
    background-color: rgba(0,0,0,0.7);
    color:#ffffff;
    font-weight: normal;
    font-size: 9px;
    padding:6px 6px;
    z-index: 1003;
}

.admincombuttons {
    display:inline-block;
    vertical-align: middle;
    margin-top:-5px;
}

.admincombuttons img {
    opacity: 0.5;
    cursor: pointer;
    vertical-align: middle;
}

.admincombuttons img:hover {
    opacity: 1;
}


.newsimg {
    max-width: 350px;
}

/* Eurovision */

.eurovision_news {
    display: inline-block;
    width:200px;
    vertical-align: top;
    padding-right: 8px;
}


.eurovision_container {
    display: inline-block;
    width:480px;

    vertical-align: top;
}

.eurovision_line {
    border-bottom:1px solid #F3F3F3;
    padding:5px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.eurovision_line:hover {
    background-color: #f2f2f2;
}


.eurovision_line .eur_picture img {
    max-width: 90px;
}

.eurovision_line .eur_picture {
    display: inline-block;
    width: 90px;
    overflow:hidden;
    border:3px solid #ffffff;
    outline: 1px solid #dddddd;
}

.eurovision_line .eur_artist {
    display:inline-block;
    width: 255px;
    vertical-align: top;
    padding: 10px 3px 3px 6px;
}

.eurovision_line .eur_artist a {
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 1em;

}

.eurovision_line .eur_artist .song_title {
    padding-top: 8px;
    color: #333333;
    font-size: 12px;
    padding-bottom: 8px;
}

.eurovision_line .eur_artist .song_title img {
    vertical-align: middle;
    margin-top: -5px;
}

.eurovision_line .eur_likes {
    display:inline-block;
    width: 100px;
    vertical-align: top;  
    padding-top:10px; 
}

.eurovision_line .eur_audio {
    min-height: 30px;
    padding:3px 0px;
    position:relative;
}
.eurovision_picture {
    text-align: center;
    position:relative;
    overflow:hidden;
}

.eurovision_picture img {
    max-height: 300px;
    text-align: center;
    padding: 3px;
    border: 1px solid #dddddd;
}

#dezbateri, #interviu, #face2face, #analiza, #perla, #caricatura {
    background-color: #ffffff;
}

/* .highlight_user_comment {
    background-color: #E6EFF7;
} */

.highlight_user_comment .comment-info {
    background: #DEE9F2 !important;
    border: 1px solid #BDD7ED !important;

}

.moderation_text {
    color:#999999;
    font-size: 10px;
}

.errortext_container {
    border: 1px solid #F58974;
    background-color: #F7CAC0;
    color: #a50000;
    padding:8px 12px;
    margin-bottom: 15px;
}

.tag_letters {
    clear:both;
    text-align: center;
    margin: 8px 0px;
}

.tag_letters a {
    font-size: 14px;
    padding:3px 6px;
    text-decoration: none;
    color: #777777;
}

.tag_letters .selected_letter {
    color: #05509C;
    font-weight: bold;
}

.ul_arranged li {
    padding-left:20px;
}


.tvbox_container {
    position: relative;
    display: block;
    overflow: hidden;
}

.tvbox_container .tvbox_picture {
    width: 100%;
}

.center-column .tvbox_container .bigtvpict {
        display: none;
}

.left-container .tvbox_container .smalltvpict {
        display: none;
}

.tvbox_preview {
   overflow: hidden;
   position: relative;
   display: block;
}

.center-column .tvbox_container .tvbox_preview {
    height: 180px;
}

.left-container .tvbox_container .tvbox_preview {
    height: 370px;
}

.left-container .tvbox_container .tvbox_preview .bigtvpict {
    margin-top: -30px;
}

.center-column .tvbox_container .tvbox_preview .bigtvpict {
    margin-top: -10px;
}

.playbtn {
    position: absolute;
    z-index: 500;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0);
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    -ms-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
}

.playbtn:hover {
    background-color: rgba(255,255,255, 0.1);
}

.playbtn .playbtn_image {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    opacity: 0.8;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    -ms-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
}

.center-column .playbtn .playbtn_image {
    width: 70x;
    height: 70px;
    margin-top: -45px;
    margin-left: -35px;
}

.tvshow_list .playbtn .playbtn_image,
.tag_news_container .tag_news_img .playbtn .playbtn_image {
    width: 50px;
    height: 50px;
    margin-top: -35px;
    margin-left: -25px;
}

.playbtn:hover .playbtn_image {
    opacity: 1;
}


.tv_debate_container {
    background-color: #dddddd;
    padding: 10px 8px;
    margin-top: 10px;
}

.tv_debate_container .option_vote {
    display: inline-block;
    border: 1px solid #dddddd;
    width: 49%;
    vertical-align: top;
}

.option_vote .blackball, .option_vote .whiteball {
    display: inline-block;
    border: 1px solid red;
    vertical-align: top;

}

.left_like_buttons, .right_like_buttons {
    display: inline-block;
    vertical-align: top;
    margin-top: 40px;
}

.right_like_buttons {
    text-align: right;
    float:right;
}

.likebox_container {
    min-height: 34px;
}

.tvshow_promo {
    position: relative;
}

.tvshow_promo img {
    width: 100%;
}

.tvshow_list {
    position: relative;
    width: 32%;
    border:1px solid #dddddd;
    display: inline-block;
    overflow: hidden;
    position: relative;
    height: 160px;
    margin: 3px 2px;
}

.tvshow_list .smalltvpict {
    width: 100%;
}

.tvshow_title {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 10px 10px;
    position: absolute;
    bottom: 0px;
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    width: 100%;
    line-height: 1.3em;
    text-shadow: 1px 1px 1px #000000;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    max-height: 100%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;

}

.center-column .tvshow_title {
    width: 296px !important;
    padding: 8px;
}

.tvshow_list .tvshow_title {
    font-size: 12px;
    padding: 6px 4px 3px 4px;
    width: 220px;
}

.hide_long_title {
    overflow: hidden;
    max-height: 32px;
}

.bordered {
    border: 1px solid pink;
    vertical-align: top;
}

.widget_send_news {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.widget_send_news .big-input {
    display: block;
    width: 100%;
    padding: 2px 6px;
    box-sizing: border-box;
}

.widget_send_news .double, 
.widget_send_news .widthFull
{
    position: relative;
    display: inline-block;
    width: 49.5%;
    box-sizing: border-box;
    padding: 0px 5px;
}

.widget_send_news .widthFull {
    width: 100%;
    margin-right: 2px;
}
   
.widget_send_news .widthFull textarea {
    display: block;
    width: 100%;
    min-height: 60px;
    margin-right: 3px;
    box-sizing: border-box;


}

.widget_send_news .annotation {
    font-size: 10px;
    color: #999999;
}

.widget_send_news .captcha-input {
    width: 33%;
    margin-bottom: 8px;
}


.center-column .widget_send_news .double {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 5px;
    margin-bottom: 5px;

}

.center-column .widget_send_news .captcha-input {
    width: 50%;
}

.short_version .show_on_extended {
    display: none;
}

.extended_version .show_on_extended {
    display: block;
}

.pagination {
	text-align: center;
	margin-top: 25px;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 13px;
}

.pagination a,
.pagination strong {
	display: inline-block;
	padding: 3px 5px;
	text-decoration: none;
	color: #0D549D;
}