.agb {
    width: 100%;
    height: 150px;
    overflow: auto;
}

label.error, .errormsg {
    color: red !important;
}

.successmsg {
    color: green !important;
}

.ts-compare-table th, .ts-compare-table td {
    width: inherit;
}

/*.ts-compare-table td:first-child {
    width: 20%;
}*/

.pagination {
    margin: 50px 0 0 0;
}

.form-group textarea {
    width: 100%;
    min-height: 225px;
    border: 1px solid #e3e3e3;
    padding: 10px;
}

.input-group-btn {
    font-size: inherit;
}

#container_full > .container {
    margin-bottom: 20px;
}

/* ----------------------- */
/*		  SERVICE - 1      */
/* ----------------------- */
.ts-service-style-1 {
    margin-top: 60px
}

.ts-service-style-1 .service-icon {
    background-color: #42454a;
    position: relative;
    color: white;
    text-align: center;
    line-height: 57px;
    width: 57px;
    height: 57px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    margin-right: 16px;
    transition: background 0.2s ease 0s, color 0.2s ease 0s;
    -moz-transition: background 0.2s ease 0s, color 0.2s ease 0s;
    -webkit-transition: background 0.2s ease 0s, color 0.2s ease 0s;
    font-size: 20px;

}

.ts-service-style-1 .service-icon:after {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    content: "";
    height: 100%;
    pointer-events: none;
    position: absolute;
    width: 100%;
    box-shadow: 0 0 0 4px #fd4326;
    -moz-box-shadow: 0 0 0 4px #fd4326;
    -webkit-box-shadow: 0 0 0 4px #fd4326;
    left: -7px;
    opacity: 0;
    filter: alpha(opacity=0);
    padding: 7px;
    top: -7px;
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
    -moz-transition: -moz-transform 0.2s ease 0s, opacity 0.2s ease 0s;
    -webkit-transition: -webkit-transform 0.2s ease 0s, opacity 0.2s ease 0s;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

.ts-service-style-1:hover .service-icon:after,
.ts-service-style-1 .service-icon.active {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
}

.ts-service-style-1:hover .service-icon,
.ts-service-style-1 .service-icon.active{
    color: white;
    background: #fd4326;
}

.ts-service-style-1 .service-title h3 {
    display: inline-block;
    margin: 0;
    font-size: 20px;
    color: #252525;
    width: calc(100% - 77px);
}

.ts-service-style-1 .service-content {
    margin: 30px 0 30px 0;
    line-height: 26px;
    font-weight: 300;
}

.ts-service-style-1 .read-more {
    color: #fd4326;
    font-size: 12px;
    font-weight: 300;
    text-decoration: none;
}

.ts-service-style-1 .read-more .fa {
    margin-left: 7px
}

.downloadtable td {
    background-color: rgb(243, 243, 243);
    border: 1px solid #D9D9D9;
}

.votingstars {
    text-align: center;
    line-height: 1;
}

.yellowstar {
    color: gold;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;

}

img.gray {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.ficon {
    float: left;
    margin-left: 10px;
}

.ficon input {
    margin-right: 5px;
}

.ts-compare-table td:first-child {
    width: inherit;
}

.ts-compare-table td {
    text-transform: inherit;
}

.comment {
    background: #f7f6f6;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    padding: 11px;
    margin-bottom: 15px;
}

.comment-meta {
    width: 20%;
    float: right;
    text-align: right;
}

.comment-content {
    width: 80%;
    float: left;
}

.comment-foot {
    clear: both;
}

.attachments {
    clear: both;
    display: inline;
    list-style: none;
    padding: 0;
    float: left;
}

.attachments li {
    display: inline;
}

.attachments li:after {
    content: ", ";
}

.attachments li:last-child:after {
    content: "";
}

.ts-compare-table {
    margin-top: 15px;
}

#top-menu ul {
    background-color: #737373;
}

#top-menu ul li {
    width: 100%;
    border: inherit;
}

.ts-section-title {
    margin-top: 20px;
}

.resp-tab-content {
    padding: inherit;
}

.service-icon-button span {
    margin-bottom: 10px;
}

.main-menu ul li a {
    padding: 30px 16px 30px;
}

.usercol {
    width: 30% !important;
}

.red {
    color: red;
}

.showroom-categories {
    width: 300px;
    float: left;
    position: fixed;
    text-align: center;

    z-index: 10;
}

.showroom-categories a {
    margin-left: 0;
    margin-right: 0;
    margin: auto;
    margin-bottom: 10px;
}

.showroom-content {
    margin-left: 300px;
    float: left;
    min-height: 400px;
    width: calc(100% - 300px);
}

.srjumper {
    margin-top: -300px;
    padding-top: 300px;
    background-color: inherit !important;
}

.fc-bgevent {
    opacity: inherit !important;
}

.eventCustom {
    opacity: inherit !important;
    cursor: pointer;
}

.fc-row .fc-bgevent-skeleton {
    z-index: -1;
}

.fc-row .fc-content-skeleton {
    padding: inherit;
}

.fc-basic-view .fc-body .fc-row {
    min-height: 6em;
}

.training, .price {
    border-top: 1px solid #d4d4d4;
    padding-top: 15px;
    padding-bottom: 15px;
}

.training-header {
    font-family: "Oswald", sans-serif;
    font-size: 15px;
    margin: 0 0 10px 0;
}

.price {
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 30px;
}

.status {
    font-family: "depressionist", sans-serif;
    font-size: 20px;
    color: #93c619;
}

.status.few-seats {
    color: #ed810d;
}

.status.sold-out {
    color: #ed0d2a;
}

@font-face {
    font-family: 'depressionist';
    src: url('../fonts/depressionist.ttf') format('truetype');
}

.langbutton {
    width: 100%;
    text-align: left;
}

.clear {
    clear: both;
}

a.thumbnail {
    border: inherit;
    margin-bottom: inherit;
}

.truncate {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
}

.srcomment {
    height: 120px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.pull-down {
    display: table-cell;
    vertical-align: bottom;
}

.nickcol {
    background-color: #42454a;
}

.logoutform {
    display: inline-block;
}

.nobullet {
    list-style-type: none;
}

.mfp-close {
    color: red !important;
    font-size: 7em;
}

.removeBorders {
    border: 0 !important;
}

.downlcolumn {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dlcols .tooltip-inner {
    max-width: 800px;
}

.wrapReferenceMap{
    margin: 0 auto;
}

.referencetable{
    margin-top: 20px;
}

.referencetable thead tr{
    background-color:  rgb(239, 239, 239);
}
.subtitletutorial{
    font-size: 10px;
    line-height: 0;
}
.sublineborder{
    padding-bottom: 6px !important;
}
.spta{
    min-height: 0 !important;
}
.shopThumb {
    cursor: pointer;
}
.ordernumber{
    margin-top: -20px;
    font-size: 0.8em;
}
.deliverycosts{
    margin-left: 20px;
}
ul.shoptabs li{
    max-width: 25%;
}
.modal-body{
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}
.fb-like span{
    width: 450px !important;
}

div.megamenu-content >  div > a{
    border-bottom: 1px solid #56585B !important;
}

li.megamenu-item div.megamenu-content div.menu-layout-features-container{
    padding-left: 20px;
    margin-top: -30px;
}
li.megamenu-item div.megamenu-content h2.widgettitle{
    padding-top:10px;
}

li.megamenu-item div.megamenu-content div.menu-layout-features-container{
    border-bottom: 1px solid #56585B !important;
}

.project-back {
    font-size: 17px;
}

#userorders tr.list-feature {
    cursor: pointer;
}

#userorders tr.list-feature:hover td {
    background: #cccccc;
}

