/** Links **/

/*

a {
  color: #07731d;
  text-decoration: none;
  cursor: pointer;
}

a:hover,
a:focus {
  color: #141719;
  text-decoration: none;
}


.main-content a{
  color: #05e923;
  text-decoration: none;
  cursor: pointer;
}

.main-content a:hover,
.main-content a:focus {
  color: #04d120;
  text-decoration: none;
}

*/

html,
body {
    /* The html and body elements cannot have any padding or margin. */
    height: 100%;
}

/* Avoid the header overlapping */

body {
    padding-top: 100px;
}

@media screen and (max-width: 767px) {
    body {
        padding-top: 50px;
    }
}

/* Wrapper for page content to push down footer */

#wrap {
    min-height: 100%;
    background-color: #edf1f2;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by it's height */
    margin: 0 auto -309px;
    padding: 0 0 309px;
}

/* Set the fixed height of the footer here */

#footer {
    height: 309px;
}

/* Lastly, apply responsive CSS fixes as necessary */

@media (max-width: 767px) {
    #footer {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* Adjusted color for nav pills */

.nav-pills>li.active>a {
    color: #fff !important;
    background-color: #0efa2d !important;
}

.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:active {
    background-color: #05e923 !important;
}

/* Adjusted color for list group navigation */

.list-group-item.active {
    color: #04c21d !important;
    background-color: #ebf4d2 !important;
    border-color: #ebf4d2 !important;
}

/* Adjusted color for pagination */

.pagination>li>a,
.pagination>li>span {
    color: #04c21d !important;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    color: #fff !important;
    background-color: #0efa2d !important;
    border-color: #0efa2d !important;
}

.item-header a {
    color: #07731d;
    text-decoration: none;
    cursor: pointer;
}

.item-header a:hover,
.item-header a:focus {
    color: #141719;
    text-decoration: none;
}

a.text-info {
    color: #05e923;
    text-decoration: none;
    cursor: pointer;
}

a.text-info:hover,
a.text-info:focus {
    color: #04d120;
    text-decoration: none;
}

.link-info a {
    color: #05e923;
    text-decoration: none;
    cursor: pointer;
}

.link-info a:hover,
.link-info a:focus {
    color: #04d120;
    text-decoration: none;
}

.link-muted a {
    color: #9dfb4a;
    text-decoration: none;
    cursor: pointer;
}

.link-muted a:hover,
.link-muted a:focus {
    color: #9dfb4a;
    text-decoration: none;
}

.link-bg-light-hover a:hover,
.link-bg-light-hover a:focus {
    background-color: #f6f8f8 !important;
}

/** Frontpage **/

.frontpage-header {
    width: 100%;
    /*background-image: url(../img/backgrounds/frontpage-bg-sunrise.jpg);*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: relative;
}

.frontpage-header h1 {
    text-shadow: 0px 0px 5px rgba(0, 0, 5, 0.5);
}

.frontpage-header h3 {
    text-shadow: 0px 0px 5px rgba(0, 0, 5, 0.5);
}

.white-transparant-bg {
    background-color: rgba(255, 255, 255, 0.5) !important;
}

.black-transparant-bg {
    background-color: rgba(5, 77, 19, 0.8) !important;
}

.transparant-black-gradient-bg {
    background: linear-gradient(to bottom, transparent 0%, black 100%);
}

/** Free file page header */

.free-file-page-header {
    width: 100%;
    background-color: #07671a;
    background-image: url(../img/backgrounds/blue-gradient-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: relative;
}

/** extra text properties **/

.text-ellipsis {
    text-overflow: ellipsis;
}

.click-area-lg {
    display: block;
    position: relative;
}

.click-area-lg:after {
    content: "";
    padding: 200px;
    position: absolute;
    left: -100px;
    top: -100px;
}

a.text-white:hover,
a.text-white:focus {
    color: #eee;
    text-decoration: none;
}

a.text-black {
    color: #07731d;
}

a.text-black:hover,
a:focus {
    color: #141719;
    text-decoration: none;
}

.text-xl {
    font-size: 24px;
}

.text-xxl {
    font-size: 32px;
}

.text-xxxl {
    font-size: 50px;
}

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

/* Border left colors */

.b-l-light {
    border-left-color: #edf1f2 !important;
}

.b-l-dark {
    border-left-color: #048715 !important;
}

.b-l-black {
    border-left-color: #048715 !important;
}

.b-l-primary {
    border-left-color: #25fb42 !important;
}

.b-l-success {
    border-left-color: #05e422 !important;
}

.b-l-info {
    border-left-color: #0efa2d !important;
}

.b-l-warning {
    border-left-color: #c4f934 !important;
}

.b-l-danger {
    border-left-color: #9afb45 !important;
}

.b-l-white {
    border-left-color: #ffffff !important;
}

/* The ribbons */

.ribbon {
    position: absolute;
    right: -5px;
    top: 0px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

.ribbon span {
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 80px;
    display: block;
    background: #04ad1a;
    background: linear-gradient(#04d220 0%, #04ad1a 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 12px;
    right: -18px;
}

.ribbon span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #04ad1a;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #04ad1a;
}

.ribbon-info span {
    color: #fff;
    background: #05ee24;
    background: linear-gradient(#11fa30 0%, #05ee24 100%);
}

.ribbon-info span::before {
    border-left: 3px solid #05ee24;
    border-top: 3px solid #05ee24;
}

.ribbon-info span::after {
    border-right: 3px solid #05ee24;
    border-top: 3px solid #05ee24;
}

.ribbon-success span {
    color: #fff;
    background: #04d420;
    background: linear-gradient(#05ee24 0%, #04d420 100%);
}

.ribbon-success span::before {
    border-left: 3px solid #04d420;
    border-top: 3px solid #04d420;
}

.ribbon-success span::after {
    border-right: 3px solid #04d420;
    border-top: 3px solid #04d420;
}

.ribbon-danger span {
    color: #fff;
    background: #29fb45;
    background: linear-gradient(#98fb42 0%, #29fb45 100%);
}

.ribbon-danger span::before {
    border-left: 3px solid ec383c;
    border-top: 3px solid #29fb45;
}

.ribbon-danger span::after {
    border-right: 3px solid #29fb45;
    border-top: 3px solid #29fb45;
}

/** Item listing **/

.item-listing-title {
    height: 50px;
}

.item-listing-title-sm {
    height: 85px;
}

.item-listing-title-listview {
    height: 160px;
}

.item-listing-desc {
    height: 80px;
}

.item-listing-extra {
    height: 40px;
}

/* Item labels */

.item-options {
    opacity: 0;
    -moz-transition: all 0.2s ease-in;
    /* WebKit */
    -webkit-transition: all 0.2s ease-in;
    /* Opera */
    -o-transition: all 0.2s ease-in;
    /* Standard */
    transition: all 0.2s ease-in;
}

.item-header-overlay a {
    color: #ffffff;
}

.item-header-overlay a:hover {
    color: #05ec24;
}

.item-panel:hover .item-options {
    opacity: 1;
    -moz-transition: all 0.2s ease-in;
    /* WebKit */
    -webkit-transition: all 0.2s ease-in;
    /* Opera */
    -o-transition: all 0.2s ease-in;
    /* Standard */
    transition: all 0.2s ease-in;
}

.item-header-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -moz-transition: all 0.2s ease-in;
    /* WebKit */
    -webkit-transition: all 0.2s ease-in;
    /* Opera */
    -o-transition: all 0.2s ease-in;
    /* Standard */
    transition: all 0.2s ease-in;
}

.item-header-overlay.active,
.item-panel:hover .item-header-overlay {
    -moz-transition: all 0.2s ease-in;
    /* WebKit */
    -webkit-transition: all 0.2s ease-in;
    /* Opera */
    -o-transition: all 0.2s ease-in;
    /* Standard */
    transition: all 0.2s ease-in;
    background: rgba(255, 255, 255, 0.15);
}

/* Other styles goes here */

.item-label {
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    overflow: hidden;
    width: 100px;
    height: 32px;
    text-align: right;
}

.item-label span {
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    width: 80px;
    display: block;
    position: absolute;
    top: 12px;
    right: 0px;
}

.item-panel:hover .item-price-buttonOFF {
    background: #05ee24;
    border-color: #05ee24;
    color: #fff !important;
}

/** Extra buttons **/

.btn-transparant-white {
    color: #ffffff !important;
    border: 1px solid #fff;
}

.btn-transparant-white:hover,
.btn-transparant-white:focus,
.btn-transparant-white:active,
.btn-transparant-white.active,
.open .dropdown-toggle.btn-transparant-white {
    color: #10fa2f !important;
    border-color: #10fa2f !important;
}

/** Item page **/

.item-menu {
    padding-top: 8px;
    margin-bottom: -11px;
}

.item-menu .active {
    border-bottom: 5px solid #0efa2d;
    font-weight: bold;
    color: #07731d !important;
}

.item-menu a {
    color: #04c21d;
}

.item-menu a:hover,
.item-menu a:focus {
    text-decoration: none;
    color: #141719 !important;
    border-bottom: 5px solid #e5e9ec;
}

.item-menu .active:hover {
    text-decoration: none;
    border-bottom: 5px solid #05e623 !important;
}

.item-menu .active {
    border-bottom: 5px solid #05e623;
}

.screenshot-box {
    line-height: 100px;
    text-align: center;
}

.screenshot-thumb {
    vertical-align: middle;
    max-width: 100%;
    max-height: 96px;
}

.extra-screenshot {
    display: none;
}

#display-screenshots {
    display: block;
}

#hide-screenshots {}

.item-description h1 {
    font-size: 18px !important;
    font-weight: 600 !important;
}

.item-description h2 {
    font-size: 18px !important;
    font-weight: 600 !important;
}

.item-description h3 {
    font-size: 18px !important;
    font-weight: 600 !important;
}

.item-description a {
    color: #05e923;
    text-decoration: none;
    cursor: pointer;
}

.item-description a:hover,
.item-description a:focus {
    color: #04d120;
    text-decoration: none;
}

.item-description img {
    max-width: 100%;
}

img.size-full {
    width: 100%;
}

.blog-post img {
    max-width: 100%;
}

.blog-post h1 {}

.blog-post h2 {
    font-weight: 600 !important;
    font-size: 24px;
}

.blog-post h3 {
    font-weight: 600 !important;
}

/** User profile **/

.profile-menu {
    margin-bottom: -7px;
}

.profile-menu .active {
    border-bottom: 5px solid #0efa2d;
    font-weight: bold;
    color: #07731d !important;
}

.profile-menu a {
    color: #04c21d;
}

.profile-menu a:hover,
.profile-menu a:focus {
    text-decoration: none;
    color: #141719 !important;
    border-bottom: 5px solid #e5e9ec;
}

.profile-menu .active:hover {
    text-decoration: none;
    border-bottom: 5px solid #05e623 !important;
}

.profile-menu .active {
    border-bottom: 5px solid #05e623;
}

.profile-avatar {
    z-index: 99;
    position: relative;
    border: 3px solid #ffffff;
    background-color: #ffffff;
    border-radius: 11px;
}

/** User profile **/

.profile-avatar-sm {
    z-index: 99;
    position: relative;
    border: 3px solid #ffffff;
    background-color: #ffffff;
    border-radius: 8px;
}

/** Social buttons **/

.btn-facebook {
    color: #ffffff !important;
    background-color: #04ce1f;
    border-color: #04ce1f;
}

.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active,
.btn-facebook.active,
.open .dropdown-toggle.btn-facebook {
    color: #ffffff !important;
    background-color: #04bc1c;
    border-color: #04bc1c;
}

.btn-twitter {
    color: #ffffff !important;
    background-color: #10fa2f;
    border-color: #10fa2f;
}

.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter:active,
.btn-twitter.active,
.open .dropdown-toggle.btn-twitter {
    color: #ffffff !important;
    background-color: #05f525;
    border-color: #05f525;
}

.btn-googleplus {
    color: #ffffff !important;
    background-color: #05f525;
    border-color: #05f525;
}

.btn-googleplus:hover,
.btn-googleplus:focus,
.btn-googleplus:active,
.btn-googleplus.active,
.open .dropdown-toggle.btn-googleplus {
    color: #ffffff !important;
    background-color: #05e422;
    border-color: #05e422;
}

.btn-pinterest {
    color: #ffffff !important;
    background-color: #05e422;
    border-color: #05e422;
}

.btn-pinterest:hover,
.btn-pinterest:focus,
.btn-pinterest:active,
.btn-pinterest.active,
.open .dropdown-toggle.btn-pinterest {
    color: #ffffff !important;
    background-color: #04d520;
    border-color: #04d520;
}

.btn-linkedin {
    color: #ffffff !important;
    background-color: #04b11b;
    border-color: #04b11b;
}

.btn-linkedin:hover,
.btn-linkedin:focus,
.btn-linkedin:active,
.btn-linkedin.active,
.open .dropdown-toggle.btn-linkedin {
    color: #ffffff !important;
    background-color: #05a31a;
    border-color: #05a31a;
}

.btn-rss {
    color: #ffffff !important;
    background-color: #1afa38;
    border-color: #1afa38;
}

.btn-rss:hover,
.btn-rss:focus,
.btn-rss:active,
.btn-rss.active,
.open .dropdown-toggle.btn-rss {
    color: #ffffff !important;
    background-color: #08fa28;
    border-color: #08fa28;
}

/* extra margin properties */

.m-l-xxxl {
    margin-left: 70px;
}

.m-r-xxxl {
    margin-right: 70px;
}

/* Height properties */

.h-xxs {
    height: 50px;
}

.h-xs {
    height: 90px;
}

.h-sm {
    height: 150px;
}

.h {
    height: 200px;
}

.h-md {
    height: 240px;
}

.h-lg {
    height: 280px;
}

.h-xl {
    height: 320px;
}

.h-xxl {
    height: 360px;
}

.h-400 {
    height: 400px;
}

.h-500 {
    height: 500px;
}

.h-600 {
    height: 600px;
}

.p-l {
    padding-left: 15px;
}

.p-l-md {
    padding-left: 20px;
}

.p-l-lg {
    padding-left: 30px;
}

.pos-rel {
    position: relative;
}

.align-bottom {
    position: absolute;
    bottom: 0;
}

.text-shadow-sm {
    text-shadow: 0px 1px 2px rgba(0, 0, 5, 0.3);
}

/* Bootstrap carousel - Controls only visible on mouseover */

.carousel .carousel-control {
    visibility: hidden;
}

.carousel:hover .carousel-control {
    visibility: visible;
}

.carousel-indicators li {
    visibility: hidden;
}

.carousel-caption {
    bottom: 0;
    left: 0;
    right: auto;
    top: auto;
    margin-bottom: -30px;
}

/* Center bootstrap modals */

.modal {
    text-align: center;
}

.modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

/* Fix header movement when modal opens */

body.modal-open {
    overflow: inherit;
    padding-right: inherit !important;
}

#editor {
    overflow: scroll;
    max-height: 300px
}

/* Popover properties*/

.popover-usercard {
    display: block !important;
    max-width: 600px !important;
    width: auto;
}

.usercard {
    width: 350px;
    border: none !important;
}

.popover-itemcard {
    display: block !important;
    max-width: 800px !important;
    width: auto;
}

.itemcard {
    width: 550px;
    border: none !important;
}

.grow {
    display: inline-block;
    /* change the default display type to inline-block */
    overflow: hidden;
    /* hide the overflow */
}

.grow img {
    -webkit-transition: all 0.5s ease;
    /* Safari and Chrome */
    -moz-transition: all 0.5s ease;
    /* Firefox */
    -ms-transition: all 0.5s ease;
    /* IE 9 */
    -o-transition: all 0.5s ease;
    /* Opera */
    transition: all 0.5s ease;
}

.item-panel:hover .grow img,
.blog-panel:hover .grow img {
    -webkit-transform: scale(1.05);
    /* Safari and Chrome */
    -moz-transform: scale(1.05);
    /* Firefox */
    -ms-transform: scale(1.05);
    /* IE 9 */
    -o-transform: scale(1.05);
    /* Opera */
    transform: scale(1.05);
}

.box {
    display: block;
    width: 200px;
    height: 100px;
    background-color: #ddd;
}

#pop {
    padding: 0px 0px;
}

#example {
    position: relative;
}

.text-ellipsis {
    text-overflow: ellipsis;
}

.text-wordbreak {
    /* Add word break */
    -ms-word-break: break-all;
    word-break: break-all;
    /* Non standard for WebKit */
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.align-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
}

.animated-fast {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/* Forced properties */

#headerbar-notifications .b-l-3x {
    border-left-width: 3px !important;
}

#headerbar-notifications .bg-light.lt,
#headerbar-notifications .bg-light .lt {
    background-color: #f3f5f6;
}

/* Print properties*/

@media print {
    body {
        margin: 0;
        padding: 0;
        line-height: 1.4em;
        word-spacing: 1px;
        letter-spacing: 0.2px;
        font: 8px helvetica;
        color: #000;
    }
    h1 {
        font: 18px helvetica !important;
    }
    #content {
        font-size: 8px;
        font-weight: 100 !important;
        color: #05fa26 !important;
    }
    a[href]:after {
        content: none !important;
    }
    header,
    footer,
    aside,
    nav {
        display: none;
    }
    .hidden-print {
        display: none;
    }
    /* Redactor bullets in list fix */
    .redactor-editor ul {
        list-style-type: disc !important;
    }
    .redactor-editor ol {
        list-style: decimal !important;
    }