@import url(https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,300italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700);
body {
    font-family: 'Source Sans Pro', sans-serif;
    /*color: #666666;*/
    color: #4E4E4E;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: 'Source Sans Pro', sans-serif;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    padding-top: 0px;
    margin: 0 0 20px 0;
    color: #333;
}

h3 {
    font-size: 25px;
}

h4 {
    font-size: 20px;
}

h4. {
    color: #337ab7;
    margin-bottom: 0;
    font-weight: 300;
    margin-bottom: 8px;
}

p {
    font-size: 15px;
}
/*  
ul {
    padding-left: 0;
}

ul li {
    list-style: none;
}
*/
blockquote {
    font-size: 13px;
    font-style: italic;
}

code {
    font-size: 80%;
}

/* pk pagination as buttons */

a.xo-pagarrow {
    /* page navigation arrows */
    display: inline;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 3px 6px;
    margin: 0 2px 0 2px;
    border: 1px solid #ccc;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

a.xo-pagarrow:hover {
    /* page navigation arrows HOVER */
    display: inline;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 3px 6px;
    margin: 0 2px 0 2px;
    border: 1px solid #ccc;
    background-color: #eee;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.xo-pagact {
    /* active page */
    display: inline;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    padding: 3px 6px;
    margin: 0 2px 0 2px;
    border: 1px solid #ccc;
    background-color: #98C93B;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

a.xo-counterpage {
    /* visited page */
    display: inline;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 3px 8px;
    margin: 0 2px 0 2px;
    border: 1px solid #ccc;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

a.xo-counterpage:hover {
    /* visited page HOVER */
    display: inline;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 3px 8px;
    margin: 0 2px 0 2px;
    border: 1px solid #ccc;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #eee;
}

.xoops-comment-template {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eeeeee;
}
/* css especially for wedega theme */

html, body {
    height: 100%;
    background-color:#ffffff;
}

/* Header */
.container-header-home {
    padding-top: 30vH;
    padding-left:20px;
    padding-right:20px;
}

@media (max-width: 576px) {
    .container-header-home {
        padding-top: 10vH;
        padding-left:10px;
        padding-right:10px;
    }
} 
@media (min-width: 577px) {
    .container-header-home {
        padding-top: 15vH;
        padding-left:50px;
        padding-right:50px;
    }
}

@media (min-width: 768px) {
    .container-header-home {
        padding-top: 25vH;
        padding-left:100px;
        padding-right:100px;
    }
}
@media (min-width: 1200px) {
    .container-header-home {
        padding-top: 30vH;
    }
}
@media (min-width: 768px) {
	/* fade in effect - used only for normal or large devices */
	.fadeitem {
	  opacity:0;
		transition: opacity .5s ease-in-out;
	 }
	 .fadeitem-in-view {
	  opacity: 1;
	}
}

.header-home {
    display: table;
    position: relative;
    width: 100%;
    height: 75%;
    min-height: 75%;
    color: #fff;
    background: #ffffff;
    display: block;
}

.header-misc {
    display: table;
    position: relative;
    width: 100%;
    height: 25% !important;
    min-height: 25%;
    margin-bottom: 20px;
    color: #fff;
    display: block;
    background: #ffffff;
}

/* @media (max-width: 767px) {
    .logo-header {
        width: 50%;
    }
}

@media (min-width: 768px) {
    .logo-header {
        width: 50%;
    }
}  */
 
/* customs navbar styles */
.navbar-fixed-top {
    border:0;
}
.navbar {
    transition: 0.4s;
    background:#ffffff;
    border-bottom:1px solid #dedede;
    height:110px;
}
.navbar-shrink {
    transition: 0.4s;
    height:80px;
}
.nav-logo {
    margin-top:15px;
    height:60px;
    transition: 0.4s;
}
.nav-logo-shrink {
    margin-top:0;
    height:40px;
    transition: 0.4s;
}
@media (max-width: 576px) {
    .nav-logo, .nav-logo-shrink {
		margin-top:0;
		height:20px;
	}
}
@media (min-width: 577px) {
    .nav-logo, .nav-logo-shrink {
		margin-top:0;
		height:30px;
	}
}
@media (min-width: 768px) {
    .nav-logo {
		margin-top:10px;
		height:50px;
	}
    .nav-logo-shrink {
		margin-top:5px;
		height:40px;
	}
}
@media (min-width: 1280px) {
    .nav-logo {
		margin-top:10px;
		height:60px;
	}
    .nav-logo-shrink {
		margin-top:5px;
		height:40px;
	}
}
#navbar-items {
    margin:0;
    padding-top:20px;
    padding-bottom:30px;
    font-Size:20px;
    transition: 0.4s;
}
#navbar-items-shrink {
    margin:5px 0;
    padding-top:5px;
    font-Size:16px;
    transition: 0.4s;
}
#navbar-items li {
    margin:2px;
	border-top:2px solid #ffffff;
}
#navbar-items li:hover {
	border-top:1px solid #0088CC;
    margin-top:3px;
}
#navbar-items li a {
	color: #333333 !important;
}
#navbar-items li a:hover {
    color: #0088CC !important;
}
#navbar-items li.active, 
#navbar-items li.active:hover {
	border-top:2px solid #0088CC;
    margin-top:2px;
}
#navbar-items li.active a {
    background:transparent !important;
}
#navbar-toggle {
    border-color: #337ab7;
}
#navbar-toggle:hover,
#navbar-toggle:focus {
    color: #ffffff; 
    background-color: #337ab7;
}
#navbar-toggle .icon-bar {
    background-color: #337ab7;
}
#navbar-toggle:hover .icon-bar,
#navbar-toggle:focus .icon-bar {
    color: #ffffff; 
    background-color: #ffffff; 
}
.navbar .container .in {
    background-color:#ffffff;
}

.social-info {
    margin: 0 !important;
    padding:0;
    text-align: right;
}
.social-info a {
    color: #aeaeae;
    padding:0;
    border-right: 1px solid #dedede;
}

.social-info a:hover {
    color: #0088CC;
}
.social-info-first {
    margin-left: 20px !important;
    border-left: 1px solid #dedede;
}
/* banner */
#banner h1 {
    margin-bottom: 18px;
    line-height: 55px;
    color: #ffffff;
    font-weight: 700;
    font-size: 3em;
}
#banner h2 {
    color: #ffffff;
    text-align:left;
}

#banner p {
    font-size: 2em;
    color: #fff;
    font-weight: 260;
}

#banner .download-btn {
    margin-top: 30px;
    text-align: right;
}

#banner .download-btn li {
    margin: 8px 0;
}

#banner .download-btn li,
.download-btn li {
    /* display: inline-block; */
}

#banner .download-btn li a,
.download-btn li a {
    color: #fff;
    border: none;
    /*border-radius: 0;*/
    padding: 10px 28px 13px;
    font-size: 18px;
}

#banner .download-btn li a i,
.download-btn li a i {
    margin-right: 10px;
    font-size: 20px;
}

#banner .download-btn li .btn-apple,
.download-btn li .btn-apple {
    background: #8883bc;
    border: 1px solid transparent;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
}

#banner .download-btn li .btn-apple:hover,
.download-btn li .btn-apple:hover {
    color: #8883bc;
    background: #fff;
    border: 1px solid #8883bc;
}

#banner .download-btn li .btn-andriod,
.download-btn li .btn-andriod {
    background: #6fbf39;
    border: 1px solid transparent;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
    box-shadow: 0px 1px 1px #4A8226;
}

#banner .download-btn li .btn-andriod:hover,
.download-btn li .btn-andriod:hover {
    color: #ffffff;
    background: #81CB50;
    /*border: 1px solid #89CE5B;*/
}

#banner .download-btn li .btn-windows,
.download-btn li .btn-windows {
    background: #006699;
    border: 1px solid transparent;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
    box-shadow: 0px 1px 1px #003E5B;
}

#banner .download-btn li .btn-windows:hover,
.download-btn li .btn-windows:hover {
    color: #ffffff;
    background: #017BB6;
    /*border: 1px solid #00afec;*/
}
#banner2 {
    padding-top: 115px;
}
#banner2 h1 {
    margin-top: 10px !important;
    margin-bottom: 18px;
}
@media (min-width: 1600px) {
    #banner2 h1 {
        margin-top: 20px !important;
    }
}
@media (max-width: 576px) {
    .header-home {
        height: 100%;
        min-height: 100%;
    }
    #banner h1 {
        padding-top: 30px;
        margin-bottom: 10px;
        line-height: 30px;
        font-size: 1em;
    }
    #banner h2 {
        font-size: 1em;
    }

    #banner p {
        font-size: 1em;
    }
}
/* .icon-bar {
	background-color: #337ab7 !important;
} */

/* scrolling styles */
.scrollDown {
    padding-top:50px;
}
#scrollUp {
    bottom: 100px;
    right: 20px;
    width: 38px; /* Width of image */
    height: 38px; /* Height of image */
    background: url(../images/top.png) no-repeat;
}
.parallax {
  position: relative;
  background-attachment: fixed;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.maincontainer {
  padding: 0 !important;
}

.wgcontainer {
  width: 100%;
  padding: 0 0 50px 0;
  margin-right: auto !important;
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .wgcontainer {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .wgcontainer {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .wgcontainer {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .wgcontainer {
    max-width: 1140px;
  }
}


/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
  .parallax {
    background-attachment: scroll;
  }
}

/* blocks */
.wgblocks {
    margin-left: auto !important;
    margin-right: auto !important;
}

.wgblocks aside{}

.wgblocks_topleft {}

.divider{
    z-index:999;
    margin-top:50px;
    margin-left:5%;
    margin-bottom:30px;
    padding:0px;
    width:90%;
    display:table;
    border-top:1px solid #337ab7;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
    background-position:center center;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
} 


.footer-blocks {
    background-color:#333333;
}
.block-title {
	color:#337ab7;
	text-align:center;
	font-size:200%;
    background-color:#ffffff;
    border-bottom:1px solid #337ab7;
    border-radius:5px;
    padding:20px 0 10px 0;
}
.xoops-footer-blocks h4 {
	margin-top:30px;
	color:#ffcc00;
	border-bottom:1px solid #ffcc00;
}

/* customs style for service section */
.service-block {
    margin:10px;
}
.service-block h3 {
    color: #555;
    font-weight: 300;
    text-align:center;
}

.service-block p {
    color: #666;
    text-align:justify;
}
.service-block:hover h3 {
    color: #337ab7;
}

.service-block:hover .icon {
    border: 1px solid #FFFFFF;
    /*background: #139EE8;*/
    /*f48e5c*/
    /*color: #fff;*/
    -webkit-box-shadow: 0 0 0px 2px #6FBF39;
    -moz-box-shadow: 0 0 0px 2px #6FBF39;
    box-shadow: 0 0 0px 2px #6FBF39;
}

.service-block .icon {
    width: 90px;
    height: 90px;
    margin: 0 auto;
    border-radius: 100%;
    border: 1px solid #dedede;
    text-align: center;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
}

.service-block i {
    font-size: 25px;
    line-height: 90px;
    color: #989898;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
}

/* customs styles for recommended modules */
#feature {
    padding: 50px 0;
}

#feature .title {
    font-weight: 300;
}

#feature .feature-item {
    margin-top: 40px;
}

#feature .feature-item:first-child {
    margin-top: 0;
}

#feature .feature-item .icon {
    padding-right: 22px;
}

#feature .feature-item .icon i {
    color: #337ab7;
    font-size: 30px;
}

#feature .feature-item h4 {
    color: #337ab7;
    margin-bottom: 0;
    font-weight: 300;
    margin-bottom: 8px;
}

#feature .feature-item p {
    color: #9499a2;
}

#feature .block {
    text-align: center;
}

#feature .block img {
    display: inline-block;
}

/* wgteams */
.member_list div {
	padding:5px !important;
}
.member-table {
	background-color:#ffffff;
	border: 1px solid #ffffff;
	border-radius:10px;
	padding:10px !important;
}
.member-img {
    border:1px solid #cccccc;
}
.member-descr {
    background-color:#ffffff;
    border:1px solid #337ab7;
    border-radius:5px;
    margin-top:20px;
    padding:20px 0;
}

.member-name {
    color:#337ab7; /* Change the color */
    font-size:150%;
    font-weight: bold;
    border-bottom:1px solid #337ab7;
    margin:10px 0 20px 0;
}
.member-info ul{
	padding-left:10px;
}
@media (min-width: 576px) {
    .member-table {
        min-height:260px;
    }
}

/* contact 
.contact-info-text  {
	border: 0 !important;
}
.form-control:focus {
    border-color: #337ab7 !important;
}
.contact-map {
    margin-top:70px !important;
    margin-bottom:10px !important;
}
.contact-table tr td {
	padding:2px 10px 2px 0;
	vertical-align: top;
}
*/



/*publisher*/
.spot_publisher_items_list {
    padding:10px;
    background-color:#ffffff;
    border-radius:5px;
    margin-bottom:10px;
}
.publisher-group {
	padding:10px;
}
.publisher-itemPanel {
    background-color:#ffffff;
    border-radius:5px;
    height:auto;
}
.publisher-itemHeader {
    border-bottom: 1px solid #337ab7;
}
.publisher-itemTitle {
	padding:10px 10px 0 10px;
	font-size:150%;
}
.publisher-itemTitle a {
	color:#337ab7;
}
.publisher-itemInfo {
	padding:5px 0;
    font-size:.8em;
    color:#999999;
}
.publisher-itemInfo .glyphicon {
    padding:0 5px 0 15px;
}
.publisher-itemText {
    padding:10px;
    justify-content:center;
    align-items:center;
}
.publisher-itemImage {
	padding:0;
    justify-content:center;
    text-align: center;
}
.publisher-itemImage a img{
    display: center-block;
    justify-content:center;
    text-align: center;
}
.publisher-itemSummary {
	padding:0;
    width:100%;
    /*max-height:500px; overflow:hidden; use this if you use no truncate and fade in effect */
}
.publisher-itemSummary-short {
    padding:0;
    width:100%;
    height:250px;
    overflow:hidden;
}
.publisher_item_image {
    padding:0 !important;
    border:1px solid #cccccc;
}
.publisher-itemFooter {
	padding:0;
    margin:0;
    height:50px;
    border-top: 1px solid #337ab7;
}
.publisher-displaymore {
    width:100%;
}
.publisher-displaymore a {
    width:75%;
}
.publisher_breadcrumb li {
    display:inline;
    list-style-type:none;
}
.publisher_breadcrumb li:before {
    content:">>";
    padding:0 5px 0 10px;
}
.publisher-cat .btn-group {
    padding:3px;
}
.publisher-catimage {
    max-height:18px;
}
.publisher-catdescr {
    padding:0 10px;
}
.article_wf:first-child {
    border-top: 1px solid #cccccc;
}
.article_wf {
    border-bottom: 1px solid #cccccc !important;
    margin:20px 0;
}
.article_full {
    position: relative;
    display: block;
    background: #FBFBFB;
    border: 1px solid #E8E8E8;
    border-radius: 6px;
    margin-bottom: 20px;
    border-bottom: 4px solid #D8D8D8;
}

.article_full_img {
    width: 100%;
}

.article-column {}
/* buttons */
.btn-readmore {
    margin:10px;
}
/* .btn-primary {
    border-color:#333333;
    background-color:#e6e6e6;
    color:#000000;
}
.btn-primary:hover {
    background-color:#8c8c8c;
    color:#ffffff;
} */
/* misc */
/* .card {
    font-size: 1em;
    overflow: hidden;
    padding: 0;
    border: none;
    border-radius: .28571429rem;
    box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
    margin-bottom: 20px;
    background-color:#ffffff;
}

.card-block {
    font-size: 1em;
    position: relative;
    margin: 0;
    padding: 1em;
    border: none;
    border-top: 1px solid rgba(34, 36, 38, .1);
    box-shadow: none;
}

.card-img-top {
    display: block;
    width: 100%;
    height: auto;
}

.card-title {
    font-size: 1.28571429em;
    font-weight: 700;
    line-height: 1.2857em;
}

.card-text {
    clear: both;
    margin-top: .5em;
    color: rgba(0, 0, 0, .68);
}

.card-footer {
    font-size: 1em;
    position: static;
    top: 0;
    left: 0;
    max-width: 100%;
    padding: .75em 1em;
    color: rgba(0, 0, 0, .4);
    border-top: 1px solid rgba(0, 0, 0, .05) !important;
    background: #fff;
}

.card-inverse .btn {
    border: 1px solid rgba(0, 0, 0, .05);
} */
/* profile */
.profile {
    position: absolute;
    top: -12px;
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
    width: 25px;
    height: 25px;
    margin: 0;
    border: 1px solid #fff;
    border-radius: 50%;
}

.profile-avatar {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.profile-inline {
    position: relative;
    top: 0;
    display: inline-block;
}

.profile-inline ~ .card-title {
    display: inline-block;
    margin-left: 4px;
    vertical-align: top;
}

.text-bold {
    font-weight: 700;
}

h4.info{
    font-size: 14px;
}
.post_summary {
    display: block;
}
.btn {
    border-radius: 4px;
}

/* NEWBB */
.xoopsCode {
    overflow: scroll;
}
.newbb-head {
    padding:5px;
}
.newbb-head,
.newbb-head a {
    background: #337ab7;
    color: #ffffff;
}

.newbb-cat-title,
.newbb-topic-title {
    font-size: 14px;
    font-weight: normal;
}

thead.newbb-head>tr>th {
    border: none;
}

tbody>tr>th span {
    display: block;
    font-weight: normal;
}

th.newbb-cat-desc {
    font-weight: normal;
    font-size: 90%;
    background: #8dbce5;
}

.newbb-cat-title {
    text-align: center;
}

.newbb-cat-stat {
    font-size: 80%;
    padding-top: 5px;
    visibility: hidden;
}

.newbb-online {
    margin-top: 10px;
    width: 100%;
}

.newbb-online-title {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    font-weight: normal;
    background: #337ab7;
    color: #ffffff;
}

.newbb-post-head {
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 10px
}

.newbb-post-info {
    position: relative;
    top: 0;
    margin-left: 100px;
}

.newbb-quick-reply {
    background: #FFFFFF;
    border: 1px solid #CCCCCC
}

#quick_reply {
    background: #FFFFFF;
}

#message_hidden {
    white-space: pre-line;
    margin-bottom: 20px;
}

#message_hidden_data {
    border: 1px solid #cccccc;
    padding: 8px;
    border-radius: 4px;
}

.panel-body td.head {
    font-weight: bold;
    font-size: 110%;
}

/* newbb block render list*/
.newbb-block {
    margin:0 !important;
    padding:0 !important;
}

.newbb-panel {
    margin:0 0 50px 0!important;
}
.newbb-panel-left {
    padding:5px 5px 5px 0 !important;
}
.newbb-panel-right {
    padding:5px 0 5px 5px !important;
}
.newbb-item {
    background-color:#ffffff;
    border-radius:5px;
}
.newbb-item-title {
    font-size:150%;
    border-bottom:1px solid #337ab7;
}
.newbb-item-text {
    margin:20px 0;
}
.newbb-item-text img {
    max-height:25px;
    max-width:25px;
}
.newbb-footer{
    margin-top:20px;
    border-top:1px solid #337ab7;
}
.newbb-footer i {
    margin: 5px 5px 5px 10px;
}
.newbb-pagenav{
    background-color:#ffffff;
    border-radius:5px;
    padding:10px;
}

/*newbb mobil*/

@media (max-width: 768px) {
    .newbb-cat-stat {
        font-size: 80%;
        padding-top: 5px;
        visibility: visible;
    }
    .poster-rank {
        font-size: 80%;
    }
    .mob-margin-top {
        margin-top: 40px
    }
}


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

.post-profile-mob-vis {
    display: none;
}

.post-profile {
    width: 201px;
    /*border-right: 1px solid #eeeeee;*/
    float: left;
    text-align: center;
    display: block;
    padding: 15px;
    position: relative;
}

.post-profile>dt {
    float: left;
    clear: left;
    width: 164px;
    margin-bottom: 10px;
}

.post-profile>dt:after {
    content: " ";
}

.post-profile>dd {
    /*padding-left: 10px;*/
    float: none;
    min-height: 20px;
    line-height: 20px;
}

.post-body {
    border: 1px solid #dbdbdb;
    border-bottom: 4px solid #dbdbdb;
    padding: 0;
    margin-bottom: 10px;
    overflow: hidden;
    background: #F2F2F2;
}

.post-text {
    float: none;
    margin-left: 200px;
    width: auto;
    display: block;
    padding: 10px 10px 10px 15px;
    border-left: 1px solid #eeeeee;
    background: #FBFBFB;
}

.post-text h4 {
    padding-top: 0px;
    margin-top: 0px;
}

.post-datetime {
    display: block;
    margin: -10px 0 10px 0;
}

.forum_icon {
    display: inline;
}


/*********** DOWNLOAD MODULE ********************/

.d-theme-filter {
    width: 100%;
    padding: /*40px*/
    0 0 40px 0;
    /*border: 1px solid #EBEBEB;*/
}

.d-theme-filter li a {
    font-size: 12px;
    padding: 6px 11px;
}

.d-theme-image {
    height: 220px;
    position: relative;
    border: 1px solid #dedede;
    overflow: hidden;
}

.d-theme-screenshot {
    display: block;
    position: relative;
    overflow: hidden;
}

.d-theme-screenshot img {
    width: 100%;
    height: auto;
    left: 0;
    position: relative;
    top: 0;
}

.d-theme-downtitle {
    font-size: 13px;
    margin: 0;
    overflow: hidden;
    padding: 13px;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
    z-index: 99;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #4FC1E9;
    border-top: 1px solid #dedede;
    color: #FFFFFF;
}

.d-theme-downtitle a {
    color: #555;
}

.img-circle {
    border-radius: 0%;
}

.imgsmile {
    display: inline !important
}

.tdmdownloads-blockitem {
    padding:5px;
    background-color:#ffffff;
    border-radius:5px;
    margin-bottom:20px;
}
.tdmdownloads-blockpanel {
    padding:10px;
}
.tdmdownloads-card {
    padding:10px;
    background-color:#ffffff;
    border-radius:5px;
    border:1px solid #dedede;
}
.tdmdownloads-cardinfo {
    height:270px;
    overflow:hidden;
    border-bottom:1px solid #dedede;
}
.tdmdownloads-cardinfo-small {
    height:270px;
}
.tdmdownloads-cardinfo-large {
    height:500px;
}
.tdmdownloads-blockinfo {
    font-size:.6em;
    color:#999999;
    padding:5px 0 0 0;
}
.tdmdownloads-blocktitle {
    border-bottom:1px dotted #dedede;
    font-size:150% !important;
}
.tdmdownloads-blockbtns {
    padding:10px 10px 0 10px;
    background-color:#ffffff;
    border-radius:5px 5px 0 0;
}
.tdmdownloads-blockinfo .glyphicon {
    padding:0 5px 0 15px;
}
.tdmdownloads-cat-panel {
    padding:10px;
    margin-bottom:5px;
}
.tdmdownloads-cat-card {
    background-color:#ffffff;
    border: 1px solid #dedede;
    border-radius:5px;
}
.tdmdownloads-cat-title, .tdmdownloads-cat-desc {
    margin:0 10px;
}
.tdmdownloads-cat-divider {
    border-bottom: 1px solid #dedede;
}
.tdmdownloads-cat-title img {
    height:40px;
    padding:5px;
}
.tdmdownloads-cat-title a {
    font-size:25px;
    line-height:45px;
}
.tdmdownloads-cat-info {
    margin:5px 10px;
    font-size:80%;
}
.tdmdownloads-cat-info .glyphicon {
    padding-right:10px;
    color:#337ab7;
}
.tdmdownloads-cat-info .glyphicon {
    padding-right:10px;
    color:#337ab7;
}
.glyphicon-order-by {
    color:#337ab7;
}
.tdm-downloads-info .glyphicon {
    padding-right:10px;
    color:#337ab7;
}
.tdmdownloads-displaymore, .tdmdownloads-addnew {
    width:100%;
}
.tdmdownloads-displaymore a, .tdmdownloads-addnew a {
    width:75%;
}

.tdm-description {
    margin:20px 0 50px 0;
}

.tdmdownloads-btn-rate {
    margin-top:30px;
}

/**************************************************/
/*Mobilen Geräte*/

@media(max-width: 840px) {
    .post-profile-mob {
        display: none;
    }
    .post-text-mob {
        margin-left: 0px;
    }
    .post-text-mob h4 {
        font-size: 16px;
    }
    .post-profile-mob-vis {
        display: block;
        padding: 10px 10px 10px 20px;
        border-bottom: 1px solid #eeeeee;
        overflow: hidden;
        background: #eee
    }
    .post-profile-mob-vis h4 {
        padding: 0;
        margin: 0;
        font-size: 16px;
    }
    .post-profile-mob-vis span {
        font-size: 12px;
    }
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 8px;
    padding-left: 8px;
}

.row {
    margin-right: -8px;
    margin-left: -8px;
}
