/*=================mixins===============*/


/*=========placehoilders blackpower effect==========*/


/*==========================================*/


/*============spcial sprites===========*/

.soc-sprite {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: auto 4px;
}

.fb-sprite {
    background: url('/assets/frontend/images/social-sprite.png') no-repeat 0 0;
}

.tw-sprite {
    background: url('/assets/frontend/images/social-sprite.png') no-repeat -33px 0;
}

.gplus-sprite {
    background: url('/assets/frontend/images/social-sprite.png') no-repeat -66px 0
}

.pi-sprite {
    background: url('/assets/frontend/images/social-sprite.png') no-repeat -99px 0;
}

.linkedin-sprite {
    background: url('/assets/frontend/images/social-sprite.png') no-repeat -66px -33px;
}

.tumblr-sprite {
    background: url('/assets/frontend/images/social-sprite.png') no-repeat 0 -33px;
}

.digg-sprite {
    background: url('/assets/frontend/images/social-sprite.png') no-repeat -231px -33px;
}

.ok-sprite {
    background: url('/assets/frontend/images/social-sprite.png') no-repeat -231px 0;
}

.vk-sprite {
    background: url('/assets/frontend/images/social-sprite.png') no-repeat -264px 0;
}


/*declarations======================*/

.img-responsive {
    display: inline-block;
    width: 100%;
}

input::-webkit-input-placeholder {
    color: #999999;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

input::-moz-placeholder {
    color: #999999;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

input:-moz-placeholder {
    color: #999999;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

input:-ms-input-placeholder {
    color: #999999;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

input:focus::-webkit-input-placeholder {
    color: #999999;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

input:focus::-moz-placeholder {
    color: #999999;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

input:focus:-moz-placeholder {
    color: #999999;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

input:focus:-ms-input-placeholder {
    color: #999999;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}


/*===============end declares===============*/

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

html,
body {
    background: #ffffff;
    margin: 0;
    padding: 0;
    color: #424242;
    font-family: 'roboto';
}


/*==========header===========*/

.center {
    margin: 0 auto;
    max-width: 1225px;
}

header {
    position: relative;
    width: 100%;
    z-index: 999;
    background: #ffe6e2;
}

.top-log {
    position: absolute;
    top: 4px;
    left: 48px;
    color: #353535;
    font-size: 13px;
}


/*.row {
    margin: 0;
}
*/

.logo {
    position: relative;
    max-width: 100%;
}

.navbar-header img {
    margin-top: 7px;
    position: absolute;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.top-nav {
    padding-top: 10px;
}

.top-nav li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 1px;
}

.top-nav2 li {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.social {
    display: block;
    text-align: right;
    margin-bottom: -15px;
}

.social li {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    display: inline-block;
    margin: 0 5px;
}

.social li .mdi {
    font-size: 24px;
    color: #c73420;
}

.social li .mdi-twitter {
    color: #55acee;
    font-size: 24px;
}

.social li .mdi-facebook {
    color: #3a5795;
    font-size: 24px;
}

.social li .mdi-linkedin {
    color: #287bbc;
    font-size: 24px;
}

header .social li:hover .mdi {}

.top-nav li a {
    color: #656565;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    padding: 6px 7px;
}

.top-nav li a:hover,
.top-nav li a.active {
    background: #c62828;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
}

.top-nav li.active a {
    background: #c62828;
    color: #fff;
}

.top-nav li.active a {}

.top-nav li a:hover {
    text-decoration: none;
}

.top-nav2 .search form > * {
    display: inline-block;
    vertical-align: middle;
    outline: none;
}

.top-nav2 .search input {
    border: 1px solid #ffcdd2;
    height: 40px;
    max-width: 100%;
    padding-left: 12px;
    overflow: hidden;
}

.top-nav2 .find-btn {
    width: 40px;
    height: 40px;
    border: 1px solid #ffcdd2;
    border-left: none;
    color: #bdbdbd;
    padding: 7px;
    margin-left: -5px;
    background: #fff;
}

.find-btn-mob {
    width: 180px;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
}

.find-btn-mob input#search {
    width: 10px;
    height: 40px;
    border: none;
    font-size: 12px;
    text-align: center;
    margin-right: -10px;
    float: right;
    color: #c62828;
    background: transparent;
    padding-left: 5px;
    color: #000;
    outline: none;
    -webkit-transition: width .55s ease;
    -moz-transition: width .55s ease;
    -ms-transition: width .55s ease;
    -o-transition: width .55s ease;
    transition: width .55s ease;
}

.find-btn-mob input#search::-webkit-input-placeholder {
    color: #000;
}

.find-btn-mob input#search:-moz-placeholder {
    color: #000;
}

.find-btn-mob input#search::-moz-placeholder {
    color: #000;
}

.find-btn-mob input#search:-ms-input-placeholder {
    color: #000;
}

.find-btn-mob .iconss {
    font-size: 25px;
    margin-left: 20px;
    top: 0;
    right: 0;
    margin-top: 7px;
    z-index: 1;
    color: #c62828;
}

.find-btn-mob:hover input#search {
    width: 300px;
    background: #fff;
}

.find-btn-mob:hover .icon {
    color: #c62828;
}

.top-nav2 li.langs {
    margin: 0 auto;
    position: relative;
    z-index: 100;
}

.social-lang-search {
    margin-top: 15px;
}

.langs-search {
    margin-top: 25px;
}

.langs span {
    height: 38px;
    line-height: 35px;
    border-bottom: 2px solid #9c1212;
    display: block;
    padding: 0 10px;
    background: #c62828;
    text-align: center;
    cursor: pointer;
    color: #fff;
    margin: 0;
    font-size: 14px;
}

.langs i {
    font-size: 20px;
    margin-left: 10px;
}

.all-langs {
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 999;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.all-langs.expanded {
    display: block;
    opacity: 1;
    width: 100%;
}

.all-langs li {
    text-align: left;
    display: block;
    width: 100%!important;
    height: 38px;
    line-height: 35px;
    margin: 0;
    background: #9c1212;
    overflow: hidden;
}

.all-langs li a {
    width: 100%;
    height: 100%;
    display: block;
    text-decoration: none;
    padding-left: 12px;
    color: #fff;
    font-size: 14px;
    line-height: 35px;
    font-weight: 400;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.all-langs li a:hover {
    text-decoration: underline;
    color: #fff;
}

.navigation-back {
    background: #c62828;
    margin-top: 31px;
    padding: 0 15px;
}

.navi-nav {
    font-size: 13px;
    text-align: center;
}

.nav-bar-toggle .search {}

.navbar-toggle .icon-bar {
    background: #fff;
    height: 3px;
    width: 25px;
    margin-right: -20px !important;
}

.navi-nav li a {
    text-decoration: none;
    color: #fff;
    padding: 8px;
    text-transform: uppercase;
    font-weight: 300;
}

.navi-nav li {
    height: 100%;
    padding: 15px 4px;
    display: inline-block;
    position: relative;
}

.navi-nav > li:hover {
    padding: 12px 4px;
    border-bottom: 3px solid #fff;
}

.navi-nav > li.active {
    height: 100%;
    padding: 12px 4px;
    border-bottom: 3px solid #fff;
}

.slick {
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.75);
}

.item {
    position: relative;
    max-width: 1195px;
    max-height: 169px;
}

.item h2 {
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    opacity: 0;
    position: absolute;
    left: 33px;
    top: -18px;
    line-height: 53px;
    z-index: 200;
    font-family: 'roboto';
    color: #fff;
    font-size: 56px;
    width: 500px;
}

.item h2 {
    opacity: 1;
}

.navbar-collapse.in {
    overflow: visible;
}


/*===================================*/


/*==========content===========*/

.article {
    /*background: #fff;*/
}

.article .row {
    margin: 0 -15px;
}

.article-head {
    background: #c62828;
    height: 50px;
    overflow: hidden;
}

.article-slide {
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.14);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.14);
}

.side-article {
    background: #fff;
    text-align: center;
    padding: 0;
}

.article-slide,
.side-articles {
    margin: 15px 0;
}

.article-slide,
.side-article img {
    max-width: 100%;
    min-width: 100%;
    max-height: 100%;
}

.art-title {
    font-size: 20px;
    display: inline-block;
    font-weight: 700;
    color: #393a3b;
}

.article-info .art-title {
    font-size: 24px;
    margin-top: -15px;
    display: inline-block;
    font-weight: 500;
    text-align: left;
    margin-bottom: 11px;
    color: #424242;
    line-height: 26px;
}

.art-title a {
    text-decoration: none;
    color: #424242;
}

.art-title a:hover {
    text-decoration: underline;
}

.article-info {
    font-size: 15px;
    font-weight: 400;
    color: #616161;
    padding: 0 15px;
    text-align: left;
}

.all-text {
    color: #c62828;
}

.all-text:hover {
    color: #c62828;
}

.date-social {
    font-weight: 300;
    font-size: 15px;
    margin: 0;
    padding-bottom: 15px;
    color: #9e9e9e;
    text-align: left;
}

.date-time {
    font-weight: 300;
    font-size: 13px;
    margin: 0;
    color: #9e9e9e;
    padding: 0;
    text-align: left;
}

.date-time i.mdi {
    margin-left: 0;
}

.likes {
    font-weight: 300;
    font-size: 13px;
    margin: 0;
    color: #9e9e9e;
    padding: 0;
    text-align: left;
}

.date-social > * {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.date-social .mdi {
    margin: 0 9px;
    color: #c73420;
}

.date-social .mdi-eye {}

.date-social .red-line {
    background: #c73420;
    height: 3px;
    width: 80px;
}

.soc-thumb {
    margin-bottom: 10px;
}

.soc-thumb .name {
    padding-right: 10px;
}

.soc-thumb img {
    max-width: 40px;
    min-width: 40px;
    max-height: 40px;
    min-height: 40px;
    height: 36px;
    width: 36px;
    border-radius: 100%
}

.article-head > * {
    display: inline-block;
    vertical-align: middle;
    line-height: 25px;
}

.article-head .art-square {
    color: #fff;
    padding: 25px 0;
    margin-left: 10px;
    margin-right: -1px;
    background: #c62828;
}

.art-square .mdi-dots-vertical {
    font-size: 25px;
}

.article-head .article-title {
    margin: 0;
    padding-top: 13px;
    padding-left: 15px;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
}

.article-head a {
    float: right;
    margin: 0 10px;
    padding-top: 13px;
    color: #fff;
    text-transform: uppercase;
}

.article-head i {
    float: right;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
}

.slick-news .slick-slide {
    margin: 0;
}

.slick-news .slick-slide img {
    max-width: 100%;
    min-width: 100%;
    max-height: 100%;
}

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

.slick-news {
    position: relative;
    margin-bottom: 25px;
}

.slick-news .slick-dots {
    position: absolute;
    bottom: 27px;
}

.slick-news .slick-dots li button:before {
    font-size: 0;
}

.slick-news .slick-dots li button {
    content: '';
    border: 2px solid #fff;
    display: inline-block;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    background: none;
    width: 14px;
    height: 14px;
}

.slick-news .slick-dots li.slick-active button {
    border: 2px solid #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    background: #fff;
    width: 14px;
    height: 14px;
}

.side-article:nth-of-type(1) {
    margin-bottom: 31px;
}

.side-article {
    font-size: 15px;
    font-weight: 400;
    color: #616161;
    text-align: left;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.14);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.14);
}

.side-article .art-title {
    padding-top: 10px;
    margin-left: 15px;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
}

.side-article-info {
    margin: 15px;
    color: #616161;
}

.side-article-info h4 {
    font-size: 14px;
    font-weight: 500;
}


/*===========================*/


/*==========aside============*/

.side-blocks ul li > * {
    display: inline-block;
    /*vertical-align: middle;*/
}

.side-blocks ul li {
    padding-top: 10px;
}

.news span {
    font-size: 13px;
    font-weight: 300;
    color: #9e9e9e;
}

.data i {
    font-size: 15px;
    margin-right: 5px;
    color: #c73420;
}

.time-date {
    font-weight: 300;
    font-size: 13px;
    margin: 5px 0 4px;
    color: #9e9e9e;
    text-align: left;
}

.time-date i {
    color: #c62828;
    margin-right: 5px;
    font-size: 15px;
}

.articles ul li {
    border-bottom: 1px solid #eeeeee;
}

.banner {
    text-align: center;
}

.side-blocks ul li:last-of-type {
    border: none;
}

.block-heading {
    background: #c62828;
    font-size: 16px;
    font-family: 'roboto';
    letter-spacing: 2px;
    font-weight: 500;
    padding: 14px 15px;
    min-height: 50px;
    text-transform: uppercase;
    color: #fff;
}

.side-blocks {
    background: #fff;
    margin-bottom: 30px;
    overflow: hidden;
    text-align: left;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.14);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.14);
}

.side-blocks img {
    max-width: 100%;
    max-height: 100%;
}

.on-line img {
    max-width: 100%;
    min-width: 100%;
    padding: -15px;
}

.side-blocks ul {
    text-align: center;
}

.side-blocks ul:last-of-type {
    padding-bottom: 0;
}

.side-blocks a.var {
    width: 100%;
    display: block;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.news ul li {
    text-align: left;
}

.more-read ul li {
    text-align: left;
}

.more-read ul:last-of-type {
    padding-bottom: 0;
}

.more-read title {
    font-size: 15px;
    font-weight: 500;
}

.more-read span {
    font-size: 13px;
    font-weight: 300;
    color: #9e9e9e;
}

.side-blocks a.var:after,
a.video.var:after {
    content: '';
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #fff;
    text-align: center;
    right: 0;
    font-size: 48px;
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    background: url(../images/ico/play.png) center no-repeat, transparent;
    z-index: 15;
}

.multi-img {
    position: relative;
}

.play_multi_btn {
    background-image: url(../images/ico/play.png);
    background-color: rgba(0, 0, 0, 0.25);
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3s ease;
}

.play_multi_btn:hover {
    background-color: rgba(0, 0, 0, 0.45);
}

.side-blocks a.var:hover:after {
    background: url(../images/ico/play.png) center no-repeat, rgba(0, 0, 0, 0.4);
}

.side-blocks ul li p {
    margin: 0;
    text-align: left;
}

.side-blocks .row {
    margin: 0 -15px;
}


/*.margin {
    margin: 0 -15px;
}
*/

.side-blocks .title {
    color: #393a3b;
    font-size: 13px;
    display: block;
    line-height: 1.3em;
    height: initial;
    font-weight: 500;
    padding-bottom: 10px;
}

.side-blocks .date .mdi {
    color: #c73420;
    margin-right: 5px;
}

.side-blocks .date {
    font-size: 11px;
    font-weight: 600;
    color: #616161;
}

.on-line .stream {
    padding: 0;
}

.img-wrap {
    margin-bottom: 25px;
}

.img-wrap img {
    max-width: 100%;
    min-width: 100%;
}


/*============================*/


/*=============middle-block- blog====*/

.blogs {
    margin-top: 0px;
    margin-bottom: 15px;
    background: #fff;
    padding: 15px 15px;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.14);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.14);
}

.blogs {
    text-align: center;
    background-color: #ffe6e2;
}

.blogs .art-title {
    text-align: left;
}

.blogs ul li .blog-img img {
    min-width: 100%;
    max-width: 100%;
    max-height: 100%;
}

.blogs ul li {
    margin-bottom: 10px;
    text-align: center;
    border-bottom: 1px solid #DCAAA2;
}

.blogs ul li:last-of-type {
    margin: 0;
    border: none;
    margin-bottom: -15px;
}

.blogs .art-title {
    padding: 10px 0;
    color: #424242;
    font-size: 18px;
    font-weight: 700;
}

.blogs-info {
    font-size: 14px;
    color: #616161;
    font-weight: 400;
    text-align: left;
}

.blogs-info p {}


/**************************************************/


/*================calendar===============*/

.arhive {
    padding: 25px;
}

.ui-datepicker-inline,
.ui-datepicker,
.ui-widget,
.ui-widget-content,
.ui-helper-clearfix,
.ui-corner-all {
    display: block;
    margin: 0 auto;
    background-color: #fff;
    border: none;
    border-radius: 0;
    padding: 0;
}

.ui-datepicker {
    width: 100%;
}

.ui-datepicker .ui-datepicker-header {
    border: 1px solid #f2cbc5;
}

.ui-datepicker table {
    margin-bottom: 0;
}

.ui-datepicker table thead {
    border-left: 1px solid #f2cbc5;
    border-right: 1px solid #f2cbc5;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    border: none;
}

.ui-datepicker td {
    padding: 0px;
    border: 1px solid #f2cbc5;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
    background: transparent;
    border: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-align: center;
    color: #c73420;
}

.ui-state-default.ui-state-hover {
    background: #DF4E3B;
    color: #fff;
}

.ui-state-default.ui-state-active {
    background: #c73420;
    color: #fff;
}

.ui-state-default.ui-state-highlight {
    background: grey;
}

.ui-datepicker-prev {
    cursor: pointer;
    background: url("../images/ico/left-calendar.png") no-repeat center;
}

.ui-datepicker-next {
    cursor: pointer;
    background: url("../images/ico/right-calendar.png") no-repeat center;
}

.ui-datepicker-next:hover {
    background: url("../images/ico/right-calendar.png") no-repeat 10px center;
}

.ui-datepicker-prev:hover {
    background: url("../images/ico/left-calendar.png") no-repeat 11px center;
}

.ui-datepicker .ui-datepicker-title {
    color: #393a3b;
}

.ui-datepicker th {
    color: #393a3b;
}

.select-author {
    margin-top: 21px;
    position: relative;
}

.select-author select {
    cursor: pointer;
    outline: none;
    height: 34px;
    padding-left: 16px;
    width: 100%;
    -webkit-appearance: none;
    border: 1px solid #f2cbc5;
    position: relative;
    background: none;
    z-index: 100;
}

.select-author .select-button {
    height: 100%;
    width: 60px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    text-decoration: none;
    background: #c73420;
    color: #fff;
    z-index: 50;
}

.select-author .select-button:before {
    content: '\f078';
    font-family: 'fontawesome';
    height: 100%;
    width: 100%;
    line-height: 34px;
}

.signin {
    padding: 15px;
    text-align: left;
}

.signin > * {
    text-align: left;
}

.signin p {
    font-size: 15px;
    font-weight: 400;
}

.signin a {
    font-size: 15px;
    font-weight: 400;
    color: #c62828;
}

.signin .red-btn {
    width: 100%;
    height: 40px;
}


/*============================*/


/*=====================mapg- form--------*/


/* #map_canvas {
    width: 100%;
    height: 300px;
} */

.content-wrap {
    background: #fff;
    margin-bottom: 15px;
    /*   -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.14);
   -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.14);
   box-shadow: 0 1px 2px rgba(0, 0, 0, 0.14);
*/
}

.big-map-wrap {
    border: 2px solid #c73420;
}
.map-wrap{
    position: relative;
    z-index: 50;
}
.full_screen_map{
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 35px;
    z-index: 100;
    background-color: #fff;
    padding: 5px;
    margin: 5px;
    box-shadow: 0px 0px 3px 1px #999;
    border-radius: 3px;
}
.form-title {
    font-size: 27px;
    color: #c73420;
    font-weight: 500;
}

.form-subtitle {
    color: #6d6d6d;
}

.warning-form > * {
    width: 100%;
    outline: none;
}

.warning-form input,
.signin input {
    margin: 9px 0 9px;
    height: 35px;
    padding-left: 11px;
    width: 100%;
    outline: none;
}

.red-btn {
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 7px 0px;
    background: #c73420;
    border: none;
    color: #fff;
    display: block;
    text-align: center;
    margin-bottom: 10px;
}

a.red-btn:hover {
    color: #fff;
}

.red-btn > * {
    display: inline-block;
    vertical-align: middle;
}

.warning-form button .bell {
    margin-right: 15px;
    background: url(../images/ico/bell.png) no-repeat center;
    width: 18px;
    height: 18px;
}


/*---------------=====================*/


/*=============last releases===========*/

.last-release-block {
    margin-left: -15px;
    margin-right: -15px;
}

.last-release {
    font-size: 26px;
    color: #c62828;
    font-weight: 700;
    margin: 25px 0;
    text-transform: uppercase;
}

.last-release a {
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    background-color: #c73420;
    margin-left: 15px;
    padding: 5px 10px;
}

.release .rel-title {
    font-size: 20px;
    color: #393a3b;
    font-size: 20px;
    font-weight: 700;
    padding-top: 15px;
    padding-bottom: 5px;
    display: inline-block;
    margin-top: -10px;
}

.pink-border {
    border: 1px solid #f2cbc5;
}

.release .rel-date {
    float: right;
    font-size: 13px;
    font-weight: 400;
    color: #616161;
}

.release .rel-date:before {
    height: 100%;
    width: 2px;
    margin-right: 20px;
}

.release .rel-date .mdi {
    margin-right: 5px;
    font-size: 15px;
    color: #c73420;
}

.release a {
    color: #c62828;
    font-size: 15px;
}

.release p {
    margin-bottom: 6px;
    color: #616161;
    font-size: 15px;
    font-weight: 400;
}

.release {
    padding: 9px 18px;
    margin: 15px 0;
}

.release:last-of-type {
    margin-bottom: 0;
}


/*================================*/


/*=========sondaj-=================*/

.progress {
    margin-bottom: 5px;
}


/* .progress {
    border: 1px solid #f2cbc5;
    overflow: hidden;
    height: 10px;
    margin-bottom: 17px;
    background-color: transparent;
    border-radius: 110px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.progress-bar {
    -webkit-box-shadow: none;
    box-shadow: none;
} */

.vote .title {
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #f2cbc5;
    padding: 17px 25px;
}

.answers-block {
    padding: 0 25px;
}

.answers {
    padding: 4px 0;
    border-bottom: 1px solid #f2cbc5;
    margin-bottom: 11px;
}

.answer-block {
    padding: 2px 0 7px;
}

.answer {
    font-weight: 700;
}

.percent {
    float: right;
    color: #c73420;
    font-weight: 700;
}

.percent:before {
    content: '';
    border-left: 1px solid #dcdcdc;
    height: 100%;
    width: 2px;
    margin-right: 8px;
}

.progress-bar-red {
    background: #f84d4c;
}

.progress-bar-green {
    background: #4abf56;
}

.progress-bar-black {
    background: #393a3b;
}

.progress-bar-blue {
    background: #237dbb;
}


/*==============================*/


/*============================multimedia*/

.grey-border {
    border: 1px solid #dcdcdc;
}

.margin {
    margin-top: 15px;
    margin-bottom: 15px;
}

.banner {
    margin-top: 15px;
    margin-bottom: 15px;
}

.slick-multimedia {
    padding: 15px 50px;
    margin: 0 20px;
}

.slick-multimedia li {
    width: 170px;
    border: 1px solid #f2cbc5;
    overflow: hidden;
    margin: 0 10px;
}

.slick-multimedia li a {
    text-decoration: none;
    color: #393a3b;
}

.slick-multimedia li img {
    max-width: 100%;
    min-width: 100%;
    max-height: 100%;
}

.slick-multimedia li > * {
    max-width: 100%;
}

.multi-content {
    padding: 10px 14px;
}

.slick-multimedia li:hover .multi-content .multi-title {
    text-decoration: underline;
}

.multi-content .date {
    font-size: 13px;
    font-weight: 300;
    color: #616161;
}

.multi-content .date .mdi {
    color: #c62828;
    margin-right: 10px;
    font-size: 15px;
}

.multi-content .multi-title {
    color: #424242;
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
    /*text-transform: uppercase;*/
    letter-spacing: 1px;
    padding-bottom: 12px;
    margin-bottom: 10px;
    display: inline-block;
}

.slick-multimedia .slick-prev:before {
    content: '\f053';
}

.slick-multimedia .slick-next:before {
    content: '\f054';
}

.slick-multimedia .slick-prev:before,
.slick-next:before {
    font-family: 'fontawesome';
    font-size: 27px;
    line-height: 1;
    font-weight: 100;
    color: #424242;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 1;
}

.slick-multimedia .slick-prev {
    left: -7px;
    height: 23px;
}

.slick-multimedia .slick-next {
    right: -7px;
    height: 23px;
}


/*===========================*/


/*=================footer=======*/

footer {
    background: #313131;
    margin-top: 20px;
}

.links-wrap {
    padding: 61px 0;
}

.links {
    color: #cdcdcd;
    display: inline-block;
}

.links ul li a {
    color: #cdcdcd;
    font-size: 11px;
    font-weight: 600;
}

.links span:first-of-type {
    display: inline-block;
    border-top: 1px solid #fff;
    width: 49px;
    height: 15px;
}

.links p:first-of-type {
    text-transform: uppercase;
    margin-bottom: 30px;
}

.links ul {
    list-style-type: disc;
    padding-left: 15px;
    font-size: 8px;
}

.links ul li {
    margin-bottom: 8px;
}

.links-wrap div:nth-child(2n+1) .links span:first-of-type {
    border-top: 1px solid #49bf55;
}

.links-wrap div:nth-child(2n+2) .links span:first-of-type {
    border-top: 1px solid #237dbb;
}


/*===========================*/


/*============organizators=====*/

.organizators {
    background: #262626;
}

.org-wrap {
    padding: 38px 0;
}

.org-wrap > * {
    display: inline-block;
    vertical-align: middle;
}

.org-wrap ul {
    text-align: center;
    width: 100%;
    overflow: hidden;
}

.org-wrap ul li {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-family: 'roboto slab';
    text-align: center;
    margin: 9px;
    width: 100px;
    height: 70px;
}

.org-wrap > p {
    color: #fff;
    text-transform: uppercase;
    font-family: 'roboto slab';
    font-size: 20px;
    font-weight: 400;
}

.org-wrap ul li p {
    font-size: 19px;
    padding-top: 14px;
}


/*===========================*/


/*================partners====*/

.part-wrap {
    padding: 30px 0;
    border-bottom: 1px solid #6f6f6f;
}

.part-wrap > * {
    display: inline-block;
    vertical-align: middle;
}

.part-wrap ul {
    margin-left: 48px;
    text-align: center;
    overflow: hidden;
}

.part-wrap ul li {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 15px;
    margin: 6px;
}

.part-wrap ul li img {
    max-width: 100%;
}

.part-wrap > p {
    color: #fff;
    text-transform: uppercase;
    font-family: 'roboto slab';
    font-size: 20px;
    font-weight: 400;
}


/*============================*/


/*===============bottom=====*/

.bottom-wrap {
    color: #e2e2e2;
    padding: 56px 0;
}

.bottom-wrap .logo .top-log {
    color: #fff;
}

.bottom-wrap .social li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 23px;
}

.bottom-wrap .social a:hover .fa {
    opacity: 0.5;
}

.bottom-wrap .social a .fa {
    font-size: 27px;
}

.bottom-wrap .social .fa-twitter {
    color: #81e0fe;
}

.bottom-wrap .social .fa-linkedin {
    color: #30a8e6;
}

.bottom-wrap .social .fa-facebook {
    color: #81b9fe;
}

.bottom-wrap .social .fa-google-plus {
    color: #dc6266;
}

.bottom-wrap .social {
    margin: 0;
    padding-top: 19px;
}

.bot-links {
    padding-top: 19px;
}

.bot-links ul {
    text-align: right;
}

.bot-links ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 11px;
}

.bot-links ul li a {
    color: #e2e2e2;
    text-decoration: underline;
    font-size: 12px;
    font-weight: 600;
}

.bot-links ul li a:hover {
    text-decoration: none;
}


/*============================*/


/*=====media queries=========*/

@media (max-width: 991px) {
    .navi-nav li {
        display: block;
        border: none;
    }
    .navigation-back {
        margin-top: 5px;
    }
    .all-langs li {
        text-align: left;
        display: block;
        width: 93px;
    }
    .top-nav2 li.langs {
        margin: 0 auto;
        position: relative;
        float: left;
        z-index: 100;
    }
    .top-nav2 {
        font-size: 11px;
    }
    .top-nav {
        padding: 10px;
        display: inline;
    }
    .date-social {
        font-size: 13px;
    }
    .date-time {
        font-size: 12px;
        margin: 0;
    }
    .date-social > * {
        margin: 0;
    }
    .navi-nav li:hover {
        padding: 15px 7px;
        border-bottom: none;
    }
    .navi-nav li.active {
        height: 100%;
        padding: 15px 7px;
        border-bottom: none;
    }
    header {
        padding-top: 5px;
    }
    .last-release a {
        margin-left: 0;
        padding: 5px 10px;
    }
    .form-title {
        margin-top: 25px;
        line-height: 15px;
    }
}

@media (min-width: 767px) and (max-width: 1010px) {
    .links-wrap div div {
        min-height: 308px;
    }
    .links-wrap {
        padding: 61px 0 0;
    }
}

@media (max-width: 1242px) {
    .part-wrap ul {
        margin: 0;
    }
    .org-wrap ul {
        margin: 0;
    }
}

@media (max-width: 614px) {
    .item h2 {
        font-size: 45px;
    }
    .org-wrap ul li {
        width: 219px;
    }
}

@media (max-width: 768px) {
    .article-head .article-title {
        font-size: 12px;
    }
    .article-head a {
        font-size: 10px;
    }
}

@media (max-width: 640px) {}

@media (max-width: 530px) {
    .top-nav .social li {
        margin: 0 14px;
    }
    .top-nav .aditional li {
        white-space: initial;
        margin: 0 7px 12px;
    }
    .top-nav .aditional {
        white-space: initial;
    }
}

@media (max-width: 991px) {
    .url-share {
        /*margin-bottom: 15px;*/
    }
    .bottom-wrap div .logo {
        display: inline-block;
        width: 265px;
    }
    .bottom-wrap div div {
        text-align: center;
    }
    .bottom-wrap div div ul {
        text-align: center;
    }
    .article-head {
        margin-top: 30px;
    }
}


/*# sourceMappingURL=style.css.map */


/* ------------My style------------- */

.main {
    margin: 0 auto;
}


/*--------First Img and Description----------*/

.header {
    background: no-repeat center top;
    background-size: cover;
    height: 600px;
    padding: 200px 0 65px;
    position: relative;
}

.info {
    padding-left: 15px;
    max-width: 60%;
}

.info h2 {
    font-size: 45px;
    line-height: 1.2em;
    font-weight: 400;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    padding-right: 15px;
    padding-left: 15px;
}

.info h4 {
    font-size: 26px;
    font-weight: 300;
    color: #fff;
    line-height: 1.3em;
    background-color: rgba(0, 0, 0, 0.4);
    padding-right: 15px;
    padding-left: 15px;
}

.info > * {
    display: block;
    float: left;
    clear: both;
    background-color: rgba(0, 0, 0, 0.4);
    padding-right: 15px;
    padding-left: 15px;
}

span.bg-red {
    background-color: #c62828;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    padding: 6px 12px;
    border-radius: 2px;
}

.button {
    background-color: transparent;
    background-repeat: no-repeat;
    border: 1px solid white;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 15px;
    width: 195px;
    height: 50px;
    border-radius: 2px;
    color: #fff;
    outline: none;
}

.button:hover {
    background-color: #fff;
    background-repeat: no-repeat;
    border: 1px solid white;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 15px;
    width: 195px;
    height: 50px;
    border-radius: 2px;
    color: #000;
}


/*--------Author bar and Share Plugins-----------*/

.author-bar {
    margin: 30px 0;
    padding: 0;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 24px;
}

.author-bar span {
    color: #9e9e9e;
    font-size: 13px;
    font-weight: 300;
    margin-right: 45px;
}

.author-bar i {
    color: #c62828;
    margin-right: 3px;
}

.share {
    text-align: right;
}

.addthis_button_facebook_share {
    width: 125px!important;
}


/*---------Categorii lista-------------*/

.top-container {
    display: inline-block;
    margin-top: 20px;
    padding-bottom: 7px;
    border-bottom: 1px solid #eeeeee;
}

.left-image {
    border: 4px solid #c62828;
    max-height: 335px;
    overflow: hidden;
}

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

.categorii-info-text {
    text-align: left;
}

.categorii-info-text p {
    font-size: 15px;
    font-weight: 400;
    color: #616161;
    padding-top: 15px;
}

.categorii-info-title a {
    font-size: 26px;
    color: #424242;
    font-weight: 500;
}

.citeste-mai-mult {
    padding-top: 5px;
    padding-bottom: 25px;
}

.citeste-mai-mult a {
    font-size: 15px;
    font-weight: 400;
    color: #c62828;
}

.posts-block {
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.14);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.14);
    margin-bottom: 30px;
    position: relative;
}

.posts-block:hover {
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
}

.posts-block .img_wrapp {
    height: auto;
    min-height: 175px;
    max-height: 200px;
    overflow: hidden;
}

.posts-block img {
    width: 100%;
    max-height: 100%;
}

.post-block-title {
    text-align: left;
    margin: 11px 15px;
    border-bottom: 1px solid #eeeeee;
}

.post-body {
    margin: 11px 15px;
}

.post-block-title p {
    font-size: 14px;
    font-weight: 500;
    color: #424242;
    height: 60px;
    overflow: hidden;
}

.date-social-posts {
    font-weight: 400;
    font-size: 15px;
    margin: 9px 0 6px;
    padding-left: 5px;
    color: #9e9e9e;
    text-align: left;
}

.date-time-posts {
    font-weight: 400;
    font-size: 13px;
    margin: 9px 0 4px;
    color: #9e9e9e;
    text-align: left;
}

.likes-posts {
    font-weight: 400;
    font-size: 13px;
    margin: 9px 0 4px;
    color: #9e9e9e;
    text-align: left;
}

.date-social-posts > * {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 13px 0;
}

.date-social-posts .mdi {
    margin: 0 9px;
    color: #c73420;
    font-size: 17px;
}

.center-banner img {
    display: block;
    margin: 30px auto 60px;
    text-align: center;
    max-height: 100%;
    max-width: 100%;
}


/*----------------About US------------*/

.about-top-box {
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
    padding-top: 55px;
}

.about-top-title p {
    font-size: 24px;
    font-weight: 300;
    color: #424242;
}

.about-top-title p:last-child {
    font-size: 34px;
    font-weight: 300;
    text-align: center;
    color: #424242;
}

.about-content {
    margin-top: 50px;
}

.blogger-box-about:hover img {
    box-shadow: #000 0px 0px 15px;
}

.blogger-box-about {
    text-align: center;
    margin-bottom: 50px;
}

.blogger-box-about img {
    border-radius: 50%;
    display: block;
    width: 150px;
    height: 150px;
    margin: 0 auto 5px;
}

.blogger-box-about h3 {
    font-size: 24px;
    font-weight: 700;
    color: #424242;
    line-height: 10px;
}

.blogger-box-about.modal_content h3 {
    margin-bottom: 30px;
}

.blogger-box-about.modal_content img {
    box-shadow: none;
}

.blogger-box-about.modal_content {
    width: 100%;
    max-width: 800px;
}

.blogger-box-about p {
    font-size: 15px;
    font-weight: 400;
    color: #9e9e9e;
    height: 2.4em;
}

.about-border {
    border-bottom: 1px solid #e0e0e0;
}

.about-info {
    text-align: center;
    margin: 40px auto;
}

.about-info p:first-child {
    font-size: 34px;
    font-weight: 300;
    color: #424242;
    padding-bottom: 25px;
}

.about-info p {
    font-size: 20px;
    font-weight: 300;
    color: #424242;
    line-height: 36px;
}


/*----------end about us--------------*/


/*----------Contacts--------------*/


/* #map {
    width: 100%;
    height: 380px;
} */

.contact-title {
    text-align: center;
    border-bottom: 2px solid #e0e0e0;
    margin: 40px auto;
}

.contact-title p:first-child {
    font-size: 24px;
    font-weight: 300;
    color: #424242;
    line-height: 10px;
}

.contact-title p {
    font-size: 34px;
    font-weight: 300;
    color: #424242;
}

.contact-info {
    text-align: center;
    margin: 40px 0;
}

.contact-info p {
    font-size: 20px;
    font-weight: 400;
    color: #424242;
}

.contact-form {
    margin-top: 75px;
    margin-bottom: 100px;
}

.cont-form {}

.cont-form input[type=text] {
    text-align: left;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    display: block;
    width: 100%;
    height: 50px;
    margin: 20px auto;
    padding-left: 20px;
    border-radius: 2px;
    border: 1px solid #e0e0e0;
}

.cont-form textarea {
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    color: #9e9e9e;
    display: block;
    width: 100%;
    height: 100px;
    margin: 20px auto;
    padding-top: 10px;
    padding-left: 20px;
    border-radius: 2px;
    border: 1px solid #e0e0e0;
}

.cont-form::-webkit-input-placeholder {
    color: #9e9e9e;
}

.cont-form::-moz-placeholder {
    /* Firefox 19+ */
    color: #9e9e9e;
}

.cont-form:-ms-input-placeholder {
    color: #9e9e9e;
}

.cont-form:-moz-placeholder {
    /* Firefox 18- */
    color: #9e9e9e;
}

.submit-button {
    background: #c62828;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    display: block;
    min-height: 50px;
    width: 100%;
    margin: 20px auto;
    border-radius: 2px;
    outline: none;
    border: none;
    position: relative;
    overflow: hidden;
}

.submit-button span {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.submit-button.active {
    background: #c62828;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    display: block;
    height: 50px;
    min-width: 35%;
    margin: 20px auto;
    border-radius: 2px;
    border: none;
}

.submit-button span:first-of-type {
    display: block;
    top: 13px;
}

.submit-button span:nth-of-type(2) {
    display: block;
    top: 100px;
}

.submit-button.active span:first-of-type {
    top: -30px;
}

.submit-button.active span:nth-of-type(2) {
    top: 13px;
}


/*----------end contacts--------------*/

.search-result {
    margin-top: 40px;
}

.search-result p {
    font-size: 15px;
    font-weight: 400;
    color: #424242;
}

.search-result span {
    font-size: 20px;
    font-weight: 700;
    color: #424242;
}

.result p:last-child {
    font-size: 13px;
    font-weight: 400;
    color: #9e9e9e;
}

.result span {
    font-size: 13px;
    font-weight: 400;
    color: #9e9e9e;
}


/*------------search result-----------*/

.search-result-content {
    padding: 30px 0;
}

.search-box {
    margin-bottom: 20px;
    margin-left: -15px;
}

.margin1 {
    margin-left: -30px;
}

.margin2 {
    margin: 0 -15px;
}

.search-box:hover {
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
}

.search-box img {
    max-width: 100%;
    max-height: 100%;
}

.search-box-text {
    padding-bottom: 20px;
    padding-left: 10px;
}

.search-box-text p:first-child {
    font-size: 24px;
    font-weight: 500;
    color: #424242;
}

.search-box-text p {
    font-size: 15px;
    font-weight: 400;
    color: #616161;
}

.search-box-text a {
    color: red;
}

.date-social-search {
    padding-left: 10px;
    font-weight: 400;
    font-size: 15px;
    margin: 0 0 6px;
    color: #9e9e9e;
    text-align: left;
}

.date-time-search {
    font-weight: 400;
    font-size: 13px;
    margin: 0 0 4px;
    color: #9e9e9e;
    text-align: left;
}

.likes-search {
    font-weight: 400;
    font-size: 13px;
    margin: 0 0 4px;
    color: #9e9e9e;
    text-align: left;
}

.date-social-search > * {
    display: inline-block;
    vertical-align: middle;
}

.date-social-search .mdi {
    margin: 0 9px;
    color: #c73420;
    font-size: 17px;
}


/*-----end search-----*/


/*------------Arhiva--------------*/

.arhiv-title {
    text-align: center;
    margin: 50px auto;
}

.arhiv-title p:first-child {
    font-size: 24px;
    font-weight: 300;
    color: #424242;
    line-height: 10px;
}

.arhiv-title p {
    font-size: 34px;
    font-weight: 300;
    color: #424242;
}

.nav.nav-tabs {
    text-align: center;
}

.nav-tabs>li {
    display: inline-block;
    float: none;
}

.nav>li>a {
    padding: 5px 35px;
}

.nav-tabs>li>a {
    font-size: 14px;
    font-weight: 400;
    color: #424242;
    margin-right: 5px;
    line-height: 1.42857143;
    border: 1px solid #e0e0e0;
    border-radius: 0px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus {
    font-size: 15px;
    font-weight: 400;
    color: #c62828;
}

.nav>li>a:hover,
.nav>li>a:focus {
    background: #fff;
    color: #c62828;
}

.nav-tabs>li.active {
    border-bottom: none;
}

.arhive-menu-month {
    margin-top: 20px;
    margin-bottom: 20px;
}

.arhive-menu-month {
    text-align: center;
}

.arhive-menu-month ul {
    list-style-type: none;
    padding: 0;
    overflow: hidden;
    text-align: center;
    width: 100%;
    max-height: 48px;
    display: inline-block;
}

.arhive-menu-month li {
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-top: 10px;
    font-size: 13px;
    font-weight: 400;
    color: #424242;
    text-transform: uppercase;
    padding: 10px 15px;
    border-radius: 2px;
}

.arhive-menu-month li.active {
    background: #c62828;
    color: #fff;
}

.arhive-menu-month li:hover {
    background: #c62828;
    color: #fff;
}

.arhiv-box {
    margin-top: 20px;
    display: none;
    border-top: 1px solid #f8f8f8;
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.10);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.10);
}

.arhiv-box img {
    max-width: 100%;
    max-height: 100%;
}

.arhiv-box-text {
    padding-bottom: 45px;
    padding-top: 20px;
    margin: 0 10px;
}

.arhiv-box-text h3 {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}

.arhiv-box-text h3 a {
    color: #424242;
}

.date-social-arhiv {
    font-weight: 400;
    font-size: 15px;
    margin: 0 6px;
    color: #9e9e9e;
    text-align: left;
}

.date-time-arhiv {
    font-weight: 400;
    font-size: 13px;
    margin: 0 0 4px;
    color: #9e9e9e;
    text-align: left;
}

.likes-arhiv {
    font-weight: 400;
    font-size: 13px;
    margin: 0 0 4px;
    color: #9e9e9e;
    text-align: left;
}

.date-social-arhiv > * {
    display: inline-block;
    vertical-align: middle;
}

.date-social-arhiv .mdi {
    margin: 0 9px;
    color: #c73420;
    font-size: 17px;
}

.arhiv-box-text {}

.arhiv-box-text p {
    font-size: 15px;
    font-weight: 400;
    color: #616161;
}

.arhiv-box-text a {
    color: red;
}


/*------end arhiva---------------*/


/*-------Interior post-----------*/

.interior-post {
    margin-top: 20px;
}

.interior-post img {
    max-width: 100%!important;
    height: auto!important;
}

.interior-post-top-box {
    text-align: left;
}

.interior-post-top-text {
    margin-bottom: 30px;
}

.interior-post-top-text h2 {
    font-size: 32px;
    font-weight: 700;
    color: #424242;
    line-height: 1.4em;
}

.interior-post-top-text p {
    font-size: 18px;
    font-weight: 500;
    color: #424242;
}

.interior-img {
    padding-top: 30px;
}

.interior-share {
    text-align: right;
    float: right;
    padding-top: 5px;
    margin-right: -50px;
}

.date-social-interior {
    font-weight: 400;
    font-size: 15px;
    margin-right: 6px;
    margin-bottom: 15px;
    color: #9e9e9e;
    text-align: left;
}

.date-time-interior {
    font-weight: 400;
    font-size: 13px;
    margin: 0 0 4px;
    color: #9e9e9e;
    text-align: left;
}

.likes-interior {
    font-weight: 400;
    font-size: 13px;
    margin: 0 0 4px;
    color: #9e9e9e;
    text-align: left;
}

.date-social-interior > * {
    display: inline-block;
    vertical-align: middle;
}

.date-social-interior .mdi {
    margin: 0 9px;
    color: #c73420;
    font-size: 17px;
}

.interior-describe {
    margin: 30px auto;
    padding-right: 10px;
}

.interior-describe p {
    font-size: 15px;
    font-weight: 400;
    color: #616161;
    font-weight: 24px;
}

.interior-video {
    margin: 30px auto;
}

.a-side-banner {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.side-blocks-interior {
    background: #eeeeee;
    font-weight: 400;
    margin-bottom: 30px;
    overflow: hidden;
    text-align: left;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.14);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.14);
}

.grey-btn {
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 7px 0px;
    background: #9e9e9e;
    border: none;
    color: #fff;
}

.signin .grey-btn {
    width: 100%;
    height: 40px;
}

.interior-coments {
    border-top: 1px solid #eeeeee;
    padding-top: 30px;
}

.interior-coments p {
    font-size: 24px;
    font-weight: 500;
    color: #424242;
}

.share-inter {
    text-align: right;
}


/*-----end interior post-----------*/


/*---------Containere cu informatii sting si drept-------------*/

.central-info {
    color: #b6b6b6;
    font-weight: 400;
    font-size: 14px;
}

.left-text {
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.14);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.14);
}

.left-text img {
    min-width: 100%;
    max-width: 100%;
    max-height: 100%;
}

.left-text p {
    font-size: 14px;
    font-weight: 300;
    color: #9e9e9e;
    margin: 10px;
    line-height: 24px;
    padding-bottom: 10px;
}

.center-text {
    margin: 0 auto;
}

.center-text > p:first-of-type {
    font-weight: 500;
    font-size: 15px;
    color: #424242;
}

.center-text  a { 
    font-size: 15px;
    font-weight: 500;
    color: #c62828;
}


/*--------First slide use image and info in squre on slide---------*/

.first-slide {
    padding-top: 40px;
    margin: 0px auto;
    width: 100%;
}

.first-slide ul {
    position: relative;
}

.single-item .slick-slide .slick-img {
    position: relative;
    z-index: 15;
}

.single-item .slick-slide .slick-img:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 30;
}

.arrows1 .slick-next {
    background: transparent;
    float: right;
    border-radius: 50%;
    border: 2px solid #fff;
    background-image: url(../images/ico/arrow-to-right-default.png);
    width: 50px;
    height: 50px;
    margin-right: 35px;
    margin-bottom: 30px;
    outline: none;
}

.arrows1 .slick-next:hover {
    color: #fff;
    background: #fff;
    float: right;
    border-radius: 50%;
    border: 2px solid #fff;
    background-image: url(../images/ico/arrow-to-right-hover.png);
    width: 50px;
    height: 50px;
    margin-right: 35px;
    margin-bottom: 30px;
    outline: none;
}

.first-slide {
    position: relative;
}

.first-slide .arrows1 {
    position: absolute;
    bottom: 20px;
    width: 100%;
}

.arrows1 .slick-prev {
    background: transparent;
    float: left;
    border-radius: 50%;
    border: 2px solid #fff;
    background-image: url(../images/ico/arrow-to-left-default.png);
    width: 50px;
    height: 50px;
    margin-left: 35px;
    margin-bottom: 30px;
    outline: none;
}

.arrows1 .slick-prev:hover {
    background: #fff;
    float: left;
    border-radius: 50%;
    border: 2px solid #fff;
    background-image: url(../images/ico/arrow-to-left-hover.png);
    width: 50px;
    height: 50px;
    margin-left: 35px;
    margin-bottom: 30px;
    outline: none;
}

.single-item .slick-slide {
    position: relative;
    z-index: 5;
}

.square {
    position: absolute;
    width: 390px;
    height: 130px;
    background: #fff;
    z-index: 100;
    top: 35px;
    left: 35px;
}

.square i {
    color: #9e9e9e;
    margin-top: 25px;
    margin-left: 25px;
    width: 20px;
    height: 20px;
}

.square p {
    margin-right: 45px;
    margin-left: 60px;
    color: #424242;
    font-size: 20px;
    font-style: italic;
    font-weight: 500;
    line-height: 30px;
}

.square p:last-of-type {
    margin-right: 45px;
    margin-left: 60px;
    color: #616161;
    font-size: 15px;
    font-weight: 300;
    line-height: 30px;
}


/*-------Information block after slide----------*/

.text-block p {
    line-height: 30px;
    font-weight: 400;
    font-size: 15px;
    color: #616161;
}

.text-block a {
    font-size: 15px;
    font-weight: 500;
    color: #c62828;
}


/*------Red Title block-------*/

.title-politic {
    margin: 40px;
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    color: #c62828;
}


/*------Information block 2 after title---------*/

.text-block1 {
    border-top: 1px solid #eeeeee;
    padding: 20px 0;
    font-size: 15px;
    color: #b6b6b6;
}

.text-block1 p {
    padding-top: 40px;
    line-height: 30px;
    font-weight: 400;
    font-size: 15px;
    color: #616161;
}

.text-block1 a {
    font-size: 15px;
    font-weight: 500;
    color: #c62828;
}


/*-------Youtube Player----------*/

.player {
    padding-top: 40px;
    padding-bottom: 90px;
}

.player > div {
    margin: auto;
    max-width: 100%;
}


/*-----------Slide Title--------------*/

.titlu {
    height: 100px;
    border-top: 1px solid #eeeeee;
    padding-top: 45px;
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    color: #424242;
}


/*-------Slide 2 with information ---------*/

.slide-post {
    padding-top: 35px;
    position: relative;
}

.slide-post li {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 350px;
}

.slide-post .black {
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.slide-post .container {
    z-index: 1;
    position: relative;
}

.slide-post .slide_post_info {
    text-align: center;
    padding-bottom: 20px;
}

.slide-post .container p:first-of-type {
    padding-top: 35px;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
}

.slide-post .container p {
    color: #fff;
    font-family: 'roboto';
    font-size: 15px;
    font-weight: 300;
}

.slide-post .container .button {
    margin-top: 50px;
}

.button-bar-slide {
    padding: 36px 50px;
    height: 79px;
    background-color: #eeeeee;
}

.arrows2 {
    position: relative;
}

.arrows2 .text-button-left {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

.text-button-left p {
    padding: 0 !important;
    margin-left: 40px;
    font-size: 15px;
    font-weight: 400;
    color: #424242;
    line-height: 50%;
}

.text-button-left p:last-child {
    padding: 0 !important;
    margin-left: 40px;
    font-size: 20px;
    font-weight: 500;
    color: #424242;
}

.text-button-right {
    position: absolute;
    top: 0;
    right: 0px;
    bottom: 0;
}

.text-button-right p {
    padding: 0 !important;
    margin-right: 40px;
    font-size: 15px;
    font-weight: 400;
    color: #424242;
    line-height: 50%;
}

.text-button-right p:last-child {
    padding: 0 !important;
    margin-left: 40px;
    font-size: 20px;
    font-weight: 500;
    color: #424242;
}

.arrows2 .slick-next {
    border: none;
    background: transparent;
    background-image: url(../images/ico/arrows-sld2.png);
    background-position: 20px 0;
    float: right;
    width: 20px;
    height: 28px;
    outline: none;
}

.arrows2 .slick-prev {
    float: left;
    border: none;
    background: transparent;
    background-image: url(../images/ico/arrows-sld2.png);
    background-position: 0 0;
    width: 20px;
    height: 28px;
    outline: none;
}

.arrows2 p:first-of-type {
    float: right;
    font-weight: 300;
    font-size: 15px;
    color: #424242;
}


/*------Text after slide2--------*/

.txt {
    margin: 25px;
    padding: 20px 0;
    border-bottom: 1px solid #eeeeee;
    font-style: italic;
    line-height: 22px;
    font-size: 14px;
    color: #adadad;
    text-align: center;
    padding-bottom: 25px;
}

.txt a {
    font-size: 14px;
    color: #c62828;
}


/*-------facebook comment plugin ---------*/

.fb-coment {
    margin: 0 auto;
    padding-top: 5px;
    margin-bottom: 30px;
}

.fb-coment p {
    font-size: 24px;
    font-weight: 300;
    color: #424242;
}


/********Blog Page************/

.main-block {
    padding-top: 50px;
}

.left-block {
    text-align: center;
    border: 1px solid #f1f1f1;
    border-radius: 2px;
}

.left-block img {
    text-align: center;
    margin: 20px;
}

.left-block p:first-of-type {
    font-size: 20px;
    color: #424242;
    font-weight: 600;
}

.left-block p {
    color: #9e9e9e;
    line-height: 1em;
}

.btn-bloger {
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #55acee;
    border: 1px solid white;
    border-radius: 5px;
    font-size: 15px;
    text-transform: uppercase;
    cursor: pointer;
    width: 200px;
    height: 50px;
    color: #fff;
    outline: none;
}

.left-block-two-section {
    display: -webkit-flex;
    display: flex;
}

.part1 {
    -webkit-flex: initial;
    flex: initial;
    width: 50%;
    min-width: 50%;
    border-top: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
}

.part1 p:first-of-type {
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 400;
}

.part1 p {
    font-size: 24px;
    color: #424242;
    font-weight: 700;
    margin-bottom: 20px;
}

.part2 {
    border-top: 1px solid #f1f1f1;
    -webkit-flex: none;
    flex: none;
    width: 50%;
}

.part2 p:first-of-type {
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 400;
}

.part2 p {
    font-size: 24px;
    font-weight: 700;
    color: #424242;
    margin-bottom: 20px;
}

.left-block-part1 li {
    color: #424242;
    font-size: 15px;
    font-weight: 400;
    width: 40%;
    display: inline-block;
    margin: 5px;
    padding: 5px;
}

.left-block-part1 p:first-of-type {
    color: #424242;
    font-size: 15px;
}

.left-block-part2 {
    padding: 10px;
    border-top: 1px solid #f1f1f1;
}

.left-block-part2 a {
    font-size: 14px;
    color: #9e9e9e;
}

.left-block-part2 i {
    margin-right: 10px;
    line-height: 24px;
    font-size: 20px;
}

.left-block-part2 ul {
    padding: 10px;
    line-height: 25px;
    list-style: none;
}

.center-block {
    margin: 0 auto;
}

.center-block-title {
    text-transform: uppercase;
    min-height: 70px;
    padding-top: 20px;
    padding-left: 40px;
    border: 1px solid #f1f1f1;
    border-radius: 2px;
}

.center-block-title p {
    font-size: 20px;
    color: #424242;
    font-weight: 400;
}

.center-block-title b {
    font-size: 20px;
    color: #424242;
    font-weight: 700;
}


/*------Postarile de pe centru-------*/

.center-block-posts {
    padding: 20px;
    border: 1px solid #f1f1f1;
    border-top: none;
    border-radius: 2px;
}

.center-block-posts img {
    display: block;
    min-width: 100%;
    max-width: 100%;
    max-height: 100%;
}

.center-block-post-title {
    text-transform: uppercase;
    padding-top: 20px;
    font-size: 22px;
    font-weight: 700;
    color: #424242;
}

.center-block-post-info {
    font-size: 15px;
    color: #616161;
    font-weight: 400;
}

.center-block-post-date {
    padding-top: 10px;
}

.center-block-post-date p {
    text-align: left;
    color: #9e9e9e;
    display: inline-block;
    font-weight: 400;
}

.center-block-post-date a {
    text-align: right;
    font-weight: 400;
    color: #c62828;
    display: inline-block;
}

.center-block-articles {
    border: 1px solid #f1f1f1;
    padding-top: 30px;
    padding-bottom: 15px;
    border-top: none;
    margin-bottom: 40px;
}

.center-block-articles p {
    color: #616161;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}

.right-block {
    border: 1px solid #f1f1f1;
    border-radius: 2px;
}

.right-block-title {
    height: 70px;
    border-bottom: 1px solid #f1f1f1;
}

.right-block-title p {
    padding-top: 20px;
    padding-left: 20px;
    color: #424242;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
}

.right-content-all {
    padding-top: 10px;
}

.right-block-content-data {
    display: inline-block;
    width: 100%;
    padding: 10px;
    padding-top: 15px;
}

.right-block-border {
    padding-top: 10px;
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
}

.right-block-content-data img {
    margin-top: -8px;
    margin-right: 14px;
}

.right-block-content-data p {
    font-size: 14px;
    font-weight: 300;
    color: #9e9e9e;
}

.right-block-content-data a {
    font-size: 15px;
    font-weight: 700;
    color: #424242;
    text-transform: uppercase;
}


/*-------------Bloggers---------------*/

.blog-page {
    margin-top: 35px;
    margin-bottom: 120px;
}

.blogger-box {
    height: 200px;
    width: 45%;
    text-align: center;
    display: inline-block;
    margin: 12px;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.14);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.14);
}

.blogger-box:hover {
    -moz-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 4px 0 15px rgba(0, 0, 0, 0.14);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.14);
}

.blogger-box-left-side {
    float: left;
    background: url(../images/ico/fon.png) no-repeat center;
    max-width: 100%;
    max-height: 100%;
    background: cover;
    height: 200px;
    width: 75%;
    border-right: 1px solid #e9e9e9;
    padding: 5px;
}

.blogger-box-left-side img {
    border-radius: 50%;
    display: block;
    margin: 10px auto 0;
    width: 100px;
    height: 100px;
}

.blogger-box-left-side p:first-of-type {
    padding-top: 20px;
    font-size: 24px;
    font-weight: 500;
    color: #424242;
    line-height: 15px;
}

.blogger-box-left-side p {
    font-size: 15px;
    font-weight: 200;
    color: #9e9e9e;
    line-height: 15px;
}

.blogger-box-two-side {
    display: -webkit-flex;
    display: flex;
    height: 200px;
}

.blogger-box-side1 {
    -webkit-flex: initial;
    flex: initial;
    text-align: center;
    float: right;
    height: 100px;
    width: 25%;
    min-width: 25%;
}

.blogger-box-side1 p:first-of-type {
    font-size: 15px;
    font-weight: 400;
    color: #424242;
    text-transform: uppercase;
    padding-top: 25px;
    line-height: 20px;
}

.blogger-box-side1 p {
    font-size: 24px;
    font-weight: 600;
    color: #424242;
    line-height: 10px;
}

.blogger-box-side2 {
    -webkit-flex: none;
    flex: none;
    float: right;
    width: 25%;
    min-width: 25%;
    height: 50%;
    border-top: 1px solid #e9e9e9;
}

.blogger-box-side2 p:first-of-type {
    padding-top: 25px;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
}

.blogger-box-side2 p {
    font-size: 24px;
    line-height: 10px;
    font-weight: 600;
    color: #424242;
}


/*----------modifications ----------------*/

.author-bar span:first-of-type {
    color: #000;
    font-size: 15px;
    font-weight: 300;
    margin-right: 45px;
}

.author-bar .name {
    padding-left: 5px;
    color: #000;
    font-weight: bold;
}

.name {
    padding-left: 5px;
    color: #000;
    font-weight: bold;
}

.center-text p {
    font-weight: 400;
    line-height: 30px;
    font-size: 15px;
    color: #424242;
}

.central-info iframe[align='right'] {
    margin: 15px 0 15px 15px;
}

.central-info iframe[align='left'] {
    margin: 15px 15px 15px 0;
}

.text-block {
    border-bottom: 1px solid #eeeeee;
}

.text-block p {
    color: #000;
}

blockquote {
    font-style: italic;
}

.url-share.social>ul li {
    display: inline-block;
    margin: 0 3px;
}

.url-share.social>ul li a {
    display: block;
    font-size: 0;
}

.url-share>ul li a:hover i {
    opacity: .8;
}


/*------------------------new styles----------------*/

.no-padd {
    padding-left: 0!important;
    padding-right: 0!important;
}

.no-padd-l {
    padding-left: 0!important;
}

.half-padd-r {
    padding-right: 8px!important;
}

.navi-nav li a {
    padding: 8px 4px;
    font-size: 11px;
}

.part-wrap ul li img {
    max-height: 100%;
}

.part-wrap ul li {
    height: 70px;
}

.article_ section img,
.article_ section iframe {
    max-width: 100%;
}

iframe {
    max-width: 100%;
}

img {
    max-width: 100%;
}


/*------------------------/ new styles----------------*/


/*changes from marin*/

.article.medium .art-title {
    padding: 0 15px;
    margin-bottom: 0;
    height: 2.4em;
}

.article.medium .art-text {
    margin-top: 0;
    padding-top: 0;
}

.page_404_error {
    color: #424242;
    text-align: center;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.page_404_error tr td {
    padding: 40px 0;
}

.page_404_error tr td a {
    color: #c62828;
    font-size: 15px;
}

.page_404_error h1 {
    font-size: 34px;
    font-weight: 300;
}

.page_404_error h3 {
    font-size: 20px;
    font-weight: 300;
}

.map_block .title_ {
    text-align: center;
    font-weight: 600;
    font-size: 40px;
}

.map_block .title_+ p {
    font-weight: 500;
    text-align: center;
}

.blogs .date-social {
    padding-bottom: 0;
}

.blogs .art-title {
    margin: 0;
    padding: 0;
}

.side-blocks ul li h4 {
    font-size: 14px;
    font-weight: 500;
    color: #393a3b;
    text-overflow: inherit;
    height: auto;
    text-align: left;
}

.date-social-interior > * {
    display: block;
    float: left;
    margin-right: 10px;
}

.date-social-interior .soc-thumb {
    margin-bottom: 10px;
}

.url-share.social>ul li {
    margin: 5px 0;
}

.date-social-interior .mdi.date-time-interior {
    margin-left: 0;
}

.fb-comments {
    width: 100%!important;
}

.fb-comments > span {
    width: 100%!important;
}

.fb-comments > span > iframe {
    width: 100%!important;
}

.posts-block .img_wrapp {
    text-align: center;
}

.info_card {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 6px;
}

.info_card > * {
    float: left;
}

.art-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4em;
    padding-top: 5px;
}

.side-blocks.articles {}

.side-blocks.articles .article_ {
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
}

.side-blocks.articles .article_ p {
    padding-bottom: 10px;
}

.side-blocks.articles .article_ > [class*="col"] {
    padding: 0;
}

.side-blocks.articles .article_ .wrapp_img {
    padding-right: 8px;
    padding-bottom: 10px;
}

.articles .article_ .wrap_img {
    overflow: hidden;
}

.articles .article_ .wrapp_img img {
    min-width: 100%;
    max-height: auto;
}

.wrapp_banner {
    margin-bottom: 30px;
}


/* /-changes from marin*/


/*-------------media queries----------*/

@media (min-width: 1201px) {
    .navi-nav li a {
        font-size: 13px;
    }
    .posts-block {
        height: 303px;
    }
    .side-blocks.articles .article_ > [class*='col-lg'] .wrapp_img {
        padding-right: 8px;
    }
    .no-padd-lg-l {
        padding-left: 0!important;
    }
}

@media (max-width: 1200px) {
    /*changes*/
    .articles li .img_wrapp {
        overflow: hidden;
        max-height: 100px;
    }
    /* /-changes*/
}

@media (min-width: 521px) and (max-width: 991px) {
    /*changes*/
    .posts-block {
        overflow: hidden;
    }
    .posts-block .img_wrapp {
        max-width: 200px;
        float: left;
        padding-right: 15px;
    }
    .post-block-title {
        margin-top: 0;
        border: none;
    }
    .post-block-title h4 {
        margin-top: 0;
    }
    .date-social-posts {
        float: left;
        clear: both;
    }
    /* /-changes*/
}

@media (min-width: 992px) {
    .side-blocks.articles .article_ .wrapp_img {
        padding-right: 0px;
    }
    .part-wrap ul li {
        max-width: 14%;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .no-padd-md_to_lg {
        padding-left: 0!important;
        padding-right: 0!important;
    }
    @media (max-width: 991px) {
        .post-block-title h4 {
            font-size: 20px;
            height: auto;
        }
        .header {
            padding: 140px 0 65px;
        }
        .logo {
            width: 270px;
        }
    }
    .top-log {
        top: 3px;
        left: 54px;
        font-size: 12px;
        white-space: nowrap;
    }
}

@media (min-width: 768px) {
    .part-wrap ul li {
        max-width: 25%;
    }
    blockquote {
        padding: 10px 35px;
    }
    .side-article.medium {
        height: 430px;
    }
    .side-article.medium img {
        max-height: 210px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .top-nav li {
        margin: 0 3px;
    }
    .blogger-box {
        width: 100%;
        display: inline-block;
        margin: 5px;
        min-width: 30%;
    }
    .square-info p:first-of-type {
        color: #424242;
        font-size: 15px;
    }
    .square-info p:last-of-type {
        color: #616161;
        font-size: 10px;
    }
    .info h2 {
        font-size: 30px;
        max-width: 80%
    }
    .info p {
        font-weight: 100;
        font-size: 20px;
        max-width: 60%
    }
    .info .bg-red {
        background-color: #c62828;
        font-size: 11px;
    }
    .title {
        font-size: 25px;
    }
    .titlu {
        font-size: 30px;
    }
    .slid-info {
        text-align: center;
        font-size: 15px;
    }
    .slid-info p:first-of-type {
        font-size: 20px;
    }
}

.submeniu {
    position: absolute;
    z-index: 200;
    background-color: #C62828;
    border-top: 3px solid #fff;
    top: 100%;
    width: 100%;
    margin-left: -6px;
    display: none;
    min-width: 125px;
}

.submeniu li {
    padding: 5px 0px;
    width: 100%;
}

.submeniu li a {
    font-size: 10px;
}

.submeniu li:hover a {
    color: #C62828;
}

.submeniu li:hover {
    background-color: #FFE6E2;
}

.navi-nav > li:hover .submeniu {
    display: block;
}

.container td {
    border: 1px solid;
    padding: 15px;
}

.msg_succes {
    margin: 0 auto;
    text-align: center;
    color: green;
    border: 1px solid green;
    padding: 3px;
    background-color: rgba(0, 128, 0, 0.13);
    display: none;
}

.msg_error {
    margin: 0 auto;
    text-align: center;
    color: red;
    border: 1px solid red;
    padding: 3px;
    background-color: rgba(255, 0, 0, 0.13);
    display: none;
}

.banner_top {
    height: 300px;
    cursor: pointer;
    margin-bottom: 30px;
    background-position: center;
    width: 100%;
}

.blog-img {
    max-height: 320px;
    overflow: hidden;
}

figure.image_caption,
figure.image {
    position: relative;
}

figure.image_caption figcaption,
figure.image figcaption,
.investigatii_source {
    font-size: 12px;
    font-style: italic;
    text-align: left;
    position: absolute;
    padding: 5px;
    line-height: 13px;
    bottom: 0px;
    color: #000;
    background-color: rgba(255, 255, 255, 0.72);
}

figure.image_caption img,
figure.image img {
    margin: 0px !important;
}

figure.image_caption[style*="float:left"],
figure.image[style*="float:left"] {
    margin: 15px 15px 15px 0px !important;
}

figure.image_caption[style*="display:inline-block"] img,
figure.image[style*="display:inline-block"] img {
    width: 100%;
}

figure.image_caption[style*="float:right"],
figure.image[style*="float:right"] {
    margin: 15px 0px 15px 15px !important;
}

.center-text img {
    margin: 15px 15px 15px 15px !important;
}

.center-text img[style*="float:right"] {
    margin: 15px 0px 15px 15px !important;
}

.center-text img[style*="float:left"] {
    margin: 15px 15px 15px 0px !important;
}

.content-box {
    text-align: center;
}

.notification-sesizare {
    margin-top: 20px;
}

@media (max-width: 767px) {
    /*changes*/
    .org-wrap ul li {
        height: auto;
    }
    .social ul {
        text-align: left;
    }
    /* /-changes*/
    .arrows2 .text-button-left,
    .arrows2 .text-button-right {
        display: none;
    }
    .header {
        height: auto;
        padding: 60px 0 65px;
    }
    .interior-post-top-text h2 {
        font-size: 24px;
    }
    .interior-post-top-text p {
        font-size: 15px;
    }
    .blogger-box-left-side {
        width: 70%;
    }
    .blogger-box-side1 {
        width: 30%;
    }
    .blogger-box-left-side p:first-of-type {
        font-size: 18px;
        font-weight: 600;
        color: #424242;
    }
    .blogger-box-side2 {
        width: 30%;
    }
    .blogger-box {
        width: 100%;
        text-align: center;
        border: 1px solid #e9e9e9;
        display: inline-block;
        margin: 5px;
        min-width: 30%;
    }
    .slid-info {
        text-align: center;
        font-size: 10px;
    }
    .slid-info p:first-of-type {
        font-size: 15px;
    }
    .titlu {
        font-size: 15px;
    }
    .square {
        position: absolute;
        width: 90%;
        min-height: 40px;
        height: auto;
        background: #fff;
        z-index: 100;
        top: 0px;
        left: 5%;
    }
    .square i {
        margin-top: 0;
    }
    .square p {
        line-height: 20px;
        color: #616161;
        display: inline-block;
        vertical-align: middle;
        font-size: 20px;
    }
    .info {
        max-width: 100%;
    }
    .info p {
        font-weight: 100;
        font-size: 15px;
        max-width: 80%;
    }
    /*  .info span {
      background-color: #c62828;
      font-size: 8px;
  }
*/
    .title {
        font-size: 15px;
    }
    .slid-info {
        text-align: center;
        font-size: 14px;
        position: absolute;
        top: 8px;
        right: 0;
        left: 0;
    }
    .slid-info p:first-of-type {
        font-size: 12px;
    }
    .slid-info p:last-of-type {
        font-size: 10px;
    }
    .part-wrap ul li {
        max-width: 50%;
    }
}

@media(max-width: 520px) {
    /*changes from marin*/
    .posts-block .img_wrapp {
        width: 100%;
    }
    .posts-block .img_wrapp {
        height: auto;
        max-height: 300px;
    }
    /* /-changes from marin*/
    .central-info img {
        margin: auto!important;
        float: none!important;
        display: block;
    }
    .article_ section img {
        max-width: 100%!important;
        height: auto!important;
        float: none!important;
        margin: auto!important;
        display: block;
    }
}

@media(max-width: 380) {
    .part-wrap ul li {
        max-width: 100%;
    }
    .hidden-less_380 {
        display: none;
    }
}

.opacity-08:hover {
    opacity: 0.8;
}

.page-inside {
    margin-top: 20px;
}

.search_cat {
    float: right;
    margin-right: 10px;
    background-color: #c62828;
    color: #fff;
    padding: 8px 13px;
}

.arhive-menu-cat {
    text-align: center;
    color: #424253;
}

.arhive-menu-cat .btn-group button {
    min-width: 150px;
    font-size: 13px;
    color: #BABABA;
}

#absolute_link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
div#map2 {
    width: 100%;
    height: 300px;
}
.lng_a {
        margin-right: 15px !important;
}
.lng_a.active {
        background-color: #C62828;
    
    padding: 5px 10px;
}
.lng_a.active a {
    color: #fff;
}
.lng_a a {
            color: #666;
}
.gallery {
margin: 30px 0px;
}

.gallery > .row > .col-md-6 {
	float: none;
	display: inline-block;
}
.gallery > .row {
	text-align: center;
}
.gallery div {
    list-style: none;
}

.gallery > div  img{
    width: 100%;
    margin: 0px 0px 30px 0px !important;
    transition: all 0.5s ease;
}
.gallery > div  img:hover {
    box-shadow: 0px 0px 16px -1px #000;
    transition: all 0.5s ease;
}

blockquote {
    font-family: "Times New Roman", Times, serif;
}
blockquote, blockquote p {
    font-size: 17px !important;
}
.mini_info_blok {
    background-color: antiquewhite;
    border: 5px solid rgb(255, 255, 255);
    box-sizing: border-box;
    border-top-color: #c62828;
    border-top-width: 4px;
    padding: 15px 15px;

}
.mini_info_blok p {
	    font-size: 13px !important;
    line-height: 21px;
}
.mini_info_blok i {
	color: #616060;
}
.mini_info_blok a {
	    font-size: 13px;
    font-weight: 400;
}
@media (min-width: 1199px) {
    .mini_info_blok {
        min-height: 220px;
    }
    .col-md-6.mini_info_blok.grey_bl {
        min-height: 375px;
    }
}

.mini_info_blok.grey_bl {
    margin-top: 15px;
    border-left-color: #a7a6a6;
    border-top-color: #ffffff;
    background-color: #f1f1f1;
}
.mini_info_blok.grey_bl p {
    font-size: 15px !important;
    font-weight: 500;
    font-style: italic;
        line-height: 21px;
}
.mini_info_blok.right_side {
    margin-right: 10px;
}
.mini_info_blok.right_side p {
    font-size: 14px !important;
    line-height: 21px;
}
.mini_info_blok.right_side strong {
    font-size: 15px !important;
}
.mini_info_blok.grey_bl.grey_bl2 p  {
    font-style: normal !important;
}
.mini_info_blok.grey_bl a {
    font-size: 15px !important;
}

.center-text .bigquote {
    height: 362px;
    margin-bottom: 20px;
    background-color: antiquewhite;
    border: 1px solid #f3cb95;
    padding: 25px;
}
.center-text .bigquote i {
    float: left;
    font-size: 60px;
    margin-right: 15px;
}
.center-text .bigquote p {
    font-size: 22px !important;
    font-weight: 300 !important;
    font-style: italic;
    color: #525252 !important;
}
.center-text .bigquote span {
    font-size: 18px;
    text-decoration: underline;
    font-style: italic;
}
.center-text .bigquote span a {
    font-size: 18px;
}
.electorala {background-color: #ff8d2c;}
.float-right{
    float:right;
    margin-left:10px;
}
.float-left{
    float:left;
    margin-right:10px;
}
.entry-style-deep-orange{
    background-color: #fbe9e7;
    border: 5px solid #fff;
    box-sizing: border-box;
    border-top-color: #c62828;
    border-top-width: 4px;
    padding: 15px;
    max-width: 400px; 
}

.entry-style-roz{
    background-color: #F2F2F2;
    border: 5px solid #fff;
    box-sizing: border-box;
    border-top-color: #c62828;
    border-top-width: 4px;
    padding: 15px;
    max-width: 400px;

}

.entry-style-deep-orange-2{
    background-color: #ffccbc;
    border: 5px solid #fff;
    box-sizing: border-box;
    border-top-color: #c62828;
    border-top-width: 4px;
    padding: 15px;
    max-width: 400px; 
}
.type_antiquewhite, .mini_info_blok {
    min-height: 40px;
    background-color: antiquewhite;
    padding: 15px;
    border: 5px solid #fbfbfb;
    border-top-color: #c62828;
    border-top-width: 4px;
    box-sizing: border-box;
}
.type_aliceblue {
    min-height: 40px;
    background-color: aliceblue;
    padding: 15px;
    border: 5px solid #fbfbfb;
    border-top-color: #2892c6;
    border-top-width: 4px;
    box-sizing: border-box;
}
.type_darkseagreen {

    min-height: 40px;
    background-color: darkseagreen;
    padding: 15px;
    border: 5px solid #fbfbfb;
    border-top-color: #2c792c;
    border-top-width: 4px;
    box-sizing: border-box;
}
.type_antiquewhite p, .type_aliceblue p, .type_darkseagreen p {
    font-size: 13px !important;
    line-height: 21px;
}
.type_antiquewhite a, .type_aliceblue a, .type_darkseagreen a {
    font-size: 13px !important;
}
div.type_darkseagreen p {
    color: #fff !important;
}

li.sesizari_just { 
    background-color: #ff8d2c;
    padding-top: 15px !important;
}