body {
    font-size: 15px!important;
    /*background: #efeded;*/
    background: url(https://tmevents.ro/images/bg.jpg) no-repeat center center fixed !important;
}
a {
  color: #c8297e;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #ac1666;
  text-decoration: none;
}
img{
    max-width: 100%;
}
.t3-mainnav{
    background: #00BAB9;
    border: none;
}
.navbar-default .navbar-nav > li > a{
    color: #fff;
    font-size: 17px;
}
.navbar-default .navbar-nav > li > a:hover{
    color: #eaeaea;
}
.navbar-default .navbar-toggle{
    color: #fff;
}
.navbar-default .navbar-toggle:hover{
    color: #555;
}
.t3-content{
    background: #fff;
    border-radius: 4px;
}
.t3-sidebar{
    padding-top: 0;
}
div.itemListCategory{
    background: none;
    border: none;
    margin: 0;
    padding: 8px;
}
div.catItemBody{
    background: #fff;
    padding: 0;
    border-radius: 4px;
}
div.catItemImageBlock{
    border-radius: 4px 4px 0 0;
}
.catItemTitle{
    padding: 0 10px;
}
.catItemDateCreated{
    padding: 0 10px;
    font-size: 13px;
    color: #999;
}
div.catItemIntroText{
    padding:10px;
}
.k2item{
    background: #fff;
    border-radius: 4px;
}
.itemHeader, .itemIntroText, .itemFullText, .itemSocialSharing, .itemLinks, .itemBackToTop, span.itemImageCaption, div.itemRelated{
    padding:0 10px!important;
}
div.itemVideoBlock{
    background:none!important;
    padding: 0;
}
.banners, .banners iframe{
    max-width: 100% !important;   
}
.banneritem{
    margin-bottom: 10px;
}
div.catItemImageBlock{
    margin: 0;
    padding: 0;
}
div.catItemHeader h3.catItemTitle{
    padding: 10px 0 0 0;
}
div.catItemHeader h3.catItemTitle a{
    color: #333333;
}div.catItemHeader h3.catItemTitle a:hover{
    color: #e82839;
}
span.catItemImage{
    margin: 0;
    background: #000;
}
div.itemToolbar{
    margin: 0;
    padding: 0;
    background: none!important;
}
div.itemRatingBlock{
    font-size: 12px;
}
span.itemDateCreated, span.itemDateModified, .moduleItemDateCreated, span.itemAuthor{
    font-size: 13px;
    color: #999;
}
div.itemBackToTop a, div.itemBackToTop a:hover{
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
}
div.catItemView{
    margin-bottom: 10px;
}
div.itemIntroText{
    font-weight: 400!important;
}
div.k2Pagination{
    margin: 5px 0;
}
div.itemCategory span, div.itemTagsBlock span{
    font-weight: 400;
}
div.itemRelated ul{
    padding-left: 15px;
}
.itemRelated a, .itemLinks a {
    color: #333;
}
.itemRelated a:hover, .itemLinks a:hover{
    color: #d21526;
}
#k2Container .itemList .itemContainer .catItemView .catItemImageBlock {
  overflow: hidden;
  position: relative;
}
#k2Container .itemList .itemContainer .catItemView .catItemImageBlock img {
  transition: all 0.3s ease-in-out;
}
#k2Container .itemList .itemContainer .catItemView .catItemImageBlock:hover img {
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
  opacity: .60;
}
div.itemHeader span.itemDateCreated{
    font-size: 14px;
}
div.itemRelated, div.itemLinks{
    font-size: 14px;
}
div.itemRelated ul li {
    border-bottom: dashed 1px #adadad;
}

.featured .odd, .featured .even{
    padding:0 2px !important;
}
div.featured ul li{
    margin: 0!important;
    padding-right: 0px !important;
}
.modulefeatured h3.module-title{
    font-size: 24px!important;
    border-bottom: solid 2px #e82839;
    width: 10%;
}
.modulefeatured .module-ct{
    margin-left: -5px;
}
.modulefeatured{
    
    margin-bottom: 0;
}
div.featured ul li:nth-child(3n+1){
    clear:both;
}
.featured{
  overflow: hidden;
  position: relative;
}
.featured span{
    position: absolute;
    left: 5px;
    right: 5px;
    bottom: 5px;
    line-height: 20px;
    font-weight: 700;
    color: #fff;
    font-size: 20px;
    background: #c8297e;
    padding: 10px;
}
.featured img{
    object-fit: cover;
    object-position: 50% 50%;
    height: 350px;
    background: #000;
    transition: all 0.3s ease-in-out;
}
.featured img:hover{
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
}

.style1 .odd, .style1 .even{
    padding:0 2px !important;
}
.modulestyle1 h3.module-title{
    font-size: 24px!important;
    border-bottom: solid 2px #c8297e;
    width: 40px;
    margin-left: 5px;
}

div.style1 ul li:nth-child(3n+1){
    clear:both;
}
.style1{
  overflow: hidden;
  position: relative;
}
.style1 span{
    position: absolute;
    left: 5px;
    right: 5px;
    bottom: 5px;
    line-height: 20px;
    font-weight: 700;
    color: #fff;
    font-size: 20px;
    background: #c8297e;
    padding: 10px;
}
.style1 img{
    object-fit: cover;
    object-position: 50% 50%;
    height: 250px;
    background: #000;
    transition: all 0.3s ease-in-out;
}
.style1 img:hover{
  transition: all 0.3s ease-in-out;
    background: #000;
    opacity: .70;
}


.style2 .odd, .style2 .even{
    padding:0 2px !important;
}
div.style2 ul li{
    margin: 0!important;
    padding-right: 0px !important;
}
.modulestyle2 h3.module-title{
    font-size: 24px!important;
    border-bottom: solid 2px #e82839;
    width: 10%;
}
.modulestyle2 .module-ct{
    margin-left: -5px;
}
.modulestyle2{
    
    margin-bottom: 0;
}
div.style2 ul li:nth-child(3n+1){
    clear:both;
}
.style2{
  overflow: hidden;
  position: relative;
}
.style2 span{
    position: absolute;
    left: 5px;
    right: 5px;
    bottom: 5px;
    line-height: 20px;
    font-weight: 700;
    color: #fff;
    font-size: 15px;
    background: #c8297e;
    padding: 10px;
}
.style2 img{
    object-fit: cover;
    object-position: 50% 50%;
    height: 160px;
    background: #000;
    transition: all 0.3s ease-in-out;
}
.style2 img:hover{
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
}

.t3-spotlight .col-lg-12, .t3-spotlight .col-md-12, .t3-spotlight .col-sm-12, .t3-spotlight .col-xs-12{
    padding-left: 0px!important;
    padding-right: 0px!important;
}

div.k2ItemsBlock ul li a.moduleItemTitle{
    color: #333333;
}
div.k2ItemsBlock ul li a.moduleItemTitle:hover{
    color: #e82839;
}
#disqus_thread{
    padding: 0 10px;
}
.t3-copyright{
    padding: 20px 0 0;
}
.imgbottom{
    position:fixed;
    /*width: 74.5%;*/
    width:52.8%;
    left: 50%;
    margin-left: -36.9%;
    bottom:0;
    z-index:999;
}
@media (max-width: 979px) {
	.imgbottom{
    left:0;
    width:100%;
    margin-left:0;
}
}
@media screen and (max-width: 600px) {
    div.featured ul li{
    margin-bottom: 10px!important;
}
.t3-content{
    border: none!important;
}
}