body {
    line-height: 1.25;
    color: #4D4D4D;
}

h1, .h1 {
    font-size: 24pt;
    font-weight: 200;
}

.navbar {
    margin-bottom: 0;
}

.navbar .fb-like {
    margin-top: 30px;
}

.navbar .fb-like-container {
    overflow: hidden;
}

a {
    color: #1569c9;
}

a:hover {
    text-decoration: none;
}

.carousel-inner > .item {
    -webkit-transition: 0.3s ease-in-out left;
    -moz-transition: 0.3s ease-in-out left;
    -o-transition: 0.3s ease-in-out left;
    transition: 0.3s ease-in-out left;
}

#webicina-carousel .carousel-inner {
    padding-bottom: 20px;
}

#carousel-index .carousel-inner {
    margin-bottom: 40px;
}

#carousel-index .carousel-inner .item {
    height: 400px;
    background-size: cover;
}

.carousel.carousel-fade .item {
    -webkit-transition: opacity 2s ease-in-out;
    -moz-transition: opacity 2s ease-in-out;
    -ms-transition: opacity 2s ease-in-out;
    -o-transition: opacity 2s ease-in-out;
    transition: opacity 2s ease-in-out;
}

.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
    left: 0;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
}

.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
    left: 0;
    z-index: 1;
}

.carousel.carousel-fade .carousel-control {
    z-index: 3;
}

.btn-register-container {
    z-index: 1100;
    padding-top: 135px;
}

.btn-register, .btn-primary, .btn-tour {
    background: #1569c9;
    color: #fff;
    border-radius: 4px;
    border-top: 1px solid #82b0e2;
    padding: 10px 9px;
    display: inline-block;
}

.btn-primary.btn-sm {
    padding: 5px 13px;
}

.btn-tour {
    padding: 4px 9px;
}

.btn-register {
    background: #0f9a33;
    border-top: 1px solid #81ca93;
    border-bottom: 1px solid #0a6c21;
    padding: 10px 30px;
}

.btn-register:hover, .btn-primary:hover, .btn-tour:hover {
    color: #fff;
    background: #0f9a33;
}

.btn-upload {
    background: #0aba72;
    color: #fff;
    border-radius: 4px;
    border-top: 1px solid #82b0e2;
    padding: 10px 9px;
    width: 100%;
    font-size: 11pt;
}

.btn-upload:hover {
    color: #fff;
}

.btn-primary:hover {
    background: #1569c9;
    border-top: 1px solid #82b0e2;
    opacity: .95;
}

.carousel-caption b {
    font-weight: 500;
}

.carousel-cover {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: .5;
}

.carousel-cover.white {
    background-color: #fff;
    opacity: .1;
}

.carousel-indicators .active {
    background: #0e6ccc;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    margin: 3px;
}

.carousel-indicators li {
    background: #cccccc;
    border: none;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    margin: 4px;
}

#stream_container .carousel-indicators {
    bottom: 0px;
    z-index: 1200;
    padding-bottom: 10px;
}

#carousel-index .carousel-indicators {
    bottom: 10px;
    z-index: 1200;
}

.canvas-slid .carousel-control, .canvas-sliding .carousel-control {
    display: none !important;
}

.canvas {
}

.canvas.blue {
    background: #e3edf7;
}

.canvas .navbar {
    right: 0;
    min-height: 80px;
    background: #e3edf7;
    border-radius: 0;
}

.tt-dropdown-menu {
    min-width: 300px;
    margin-top: 0;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    /*-webkit-border-radius: 8px;*/
    /*-moz-border-radius: 8px;*/
    /*border-radius: 8px;*/
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    z-index: 10000 !important;
}

.twitter-typeahead {
    width: 100%;
}

.tt-suggestion {
    padding: 0;
    font-size: 18px;
    line-height: 14px;
}

.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #0097cf;
}

.tt-suggestion p {
    margin: 0;
}

.empty-message {
    padding: 10px;
    font-style: italic;
}

.empty-message-empty {
    padding: 0;
    margin: 0;
    height: 0;
    line-height: 0;
    font-size: 1px;
}

.gist {
    font-size: 14px;
}

.modal.custom .modal-dialog {
    width: 100%;
    margin: 0 auto;
    /*add what you want here*/
}

.footer-bg {
    background: #c8ddf2;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
}

.footer .container .row {
    border-top: 1px solid #eee;
    margin-left: 0;
    margin-right: 0;
}

.footer ul, .footer ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 10pt;
    line-height: 40px;
}

.footer ul li {
    display: inline-block;
    padding: 6px 12px;
}

.footer .footer-copyright {
    color: #1569c9;
}

.modal-content {
    background: transparent;
    border: none;
    border-radius: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.modal-backdrop.in {
    filter: alpha(opacity=60);
    opacity: .6;
    background-color: #111;
}

.modal-title.white {
    color: #ffffff;
}

.modal-dialog {
    margin-top: 30px;
    background: #e3edf7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.modal-dialog p {
    padding: 0;
}

.modal-dialog p.accept-terms-text {
    color: #666;
    padding-top: 10px;
    font-size: 11px;
    opacity: .7;
}

.modal-dialog hr {
    border-color: #b0ceea;
}

#modal-box-sm .modal-dialog {
    width: 300px;
}

#modal-box .modal-dialog {
    width: 500px;
}

#modal-box-lg .modal-dialog {
    width: 700px;
}

#modal-box-xl .modal-dialog {
    width: 1020px;
}

.modal-dialog h1 {
    /*color: #ffffff;*/
    margin-top: 0;
}

.modal-dialog h2 {
    /*color: #ffffff;*/
    font-weight: 500;
    font-size: 16pt;
    margin-top: 0;
}

.modal-dialog h3 {
    font-size: 14pt;
}

.big-plus {
    font-size: 45pt;
    font-weight: bold;
}

.modal-dialog .close-link {
    font-size: 10px;
    color: #333;
    float: right;
    line-height: 1;
    cursor: pointer;
}

.modal-dialog .close-link .icon {
    font-size: 21px;
}

.modal-dialog .form-group ul li, .checkbox ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    color: rgb(240, 113, 113);
}

.checkbox ul,
.form-group ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.form-group ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    color: darkred;
    line-height: 20px;
}

/* stream */
#stream-grid {
    margin-top: 30px;
}

#stream-grid .grid-sizer {
    height: 0;
    top: -1px !important;
}

#stream_container {
    position: relative;
    min-height: 200px;
    /*padding-bottom: 30px;*/
}

#stream_container .ajax-loader-img {
    /*position: absolute;*/
    /*top: calc(50% - 80px);*/
    /*top: -18px;*/
    /*bottom: auto;*/
    /*left: calc(50% - 40px);*/
    /*right: auto;*/
    z-index: 12300;
    display: inherit;
}

.stream-item {
    font-family: Helvetica;
    /*height: 400px;*/
    margin-bottom: 30px;
    position: relative;
    padding: 0;
    border-radius: 4px;
    border: 1px solid #bbb;
    /*cursor: pointer;*/
}

.stream-item span {
    display: block;
}

.stream-item .content {
    /*display: table-cell;*/
    vertical-align: middle;
    margin: 0;
}

.module-card {
    background: #eee;
}

.stream-item h2 {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 30px;
    text-align: left;
}

.stream-item.collection, .stream-item.library {
}

.stream-item .follow-link-container {
    /*display: none;*/
    position: relative;
}

.stream-item .follow-link-container span.text {
    display: none;
}

.stream-item .follow-link-container a.follow .icon {
    background: url('/images/sprite.png') -3px -81px no-repeat;
    width: 22px;
    height: 22px;
    display: inline-block;
    outline: none;
    vertical-align: middle;
}

.stream-item .follow-link-container a:hover.follow .icon {
    background: url('/images/sprite.png') -93px -81px no-repeat;
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
}

.stream-item.content .follow-link-container a.follow {
    background: url('/images/sprite.png') -3px -81px no-repeat;
}

.stream-item.content .follow-link-container a:hover.follow {
    background: url('/images/sprite.png') -60px -81px no-repeat;
}

.stream-item.user .follow-link-container a.follow {
    background: url('/images/sprite.png') -33px -81px no-repeat;
}

.stream-item.user .follow-link-container a:hover.follow {
    background: url('/images/sprite.png') -63px -81px no-repeat;
}

.stream-item .follow-link-container a.follow {
    font-size: 10px;
    margin-left: 4px;
    color: #fff;
    text-shadow: 1px 1px 1px #111;
}

.stream-item.topic .follow-link-container a.follow .icon {
    background: url('/images/sprite.png') -3px -81px no-repeat;
}

.stream-item.topic .follow-link-container a:hover.follow .icon {
    background: url('/images/sprite.png') -63px -81px no-repeat;
}

.stream-item .follow-link-container a.unfollow {
    font-size: 10px;
    text-shadow: 1px 1px 1px #111;
    color: #fff;
    margin-left: 4px;
}

.stream-item .follow-link-container a.unfollow .icon {
    background: url('/images/sprite.png') -123px -81px no-repeat;
    width: 22px;
    height: 22px;
    display: inline-block;
    outline: none;
    vertical-align: middle;
    margin-right: 3px;
}

.stream-item.content .follow-link-container a.save {
    font-size: 10px;
    display: none;
}

.stream-item.content .follow-link-container a.save .icon {
    background: url('/images/sprite.png') -33px -81px no-repeat;
    width: 22px;
    height: 22px;
    display: inline-block;
    outline: none;
    vertical-align: middle;
    margin-right: 3px;
}

.stream-item.content .follow-link-container a:hover.save .icon {
    background: url('/images/sprite.png') -63px -81px no-repeat;
    width: 22px;
    height: 22px;
    display: inline-block;
}

.stream-item.content .follow-link-container a.delete {
    font-size: 10px;
}

.stream-item.content .follow-link-container a.delete .icon {
    background: url('/images/sprite.png') -33px -112px no-repeat;
    width: 22px;
    height: 22px;
    display: inline-block;
    outline: none;
    vertical-align: middle;
    margin-right: 3px;
}

.stream-item.content .follow-link-container a:hover.delete .icon {
    background: url('/images/sprite.png') -63px -112px no-repeat;
    width: 22px;
    height: 22px;
    display: inline-block;
}

.stream-item .follow-link-container a.share {
    font-size: 10px;
}

.stream-item .follow-link-container a.share .icon {
    background: url('/images/sprite.png') -2px -51px no-repeat;
    width: 22px;
    height: 22px;
    display: inline-block;
    outline: none;
    vertical-align: middle;
    margin-right: 3px;
}

.stream-item .follow-link-container a:hover.share .icon {
    background: url('/images/sprite.png') -92px -51px no-repeat;
}

.stream-item.source .follow-link-container a.share .icon {
    background: url('/images/sprite.png') -32px -51px no-repeat;
}

.stream-item.source .follow-link-container a:hover.share .icon {
    background: url('/images/sprite.png') -92px -51px no-repeat;
}

.stream-item.topic .follow-link-container a.share {
    text-shadow: 1px 1px 1px #111;
    color: #fff;
}

.stream-item.topic .follow-link-container a.share .icon {
    background: url('/images/sprite.png') -2px -51px no-repeat;
}

/*.stream-item .follow-link-container a.share .icon{*/
/*}*/

.stream-item.topic .follow-link-container a:hover.share .icon {
    background: url('/images/sprite.png') -63px -51px no-repeat;
}

.stream-item.user .follow-link-container a.share {
    background: url('/images/sprite.png') -32px -51px no-repeat;
}

.stream-item.user .follow-link-container a:hover.share {
    background: url('/images/sprite.png') -63px -51px no-repeat;
}

.stream-item.content .follow-link-container a.share .icon {
    background: url('/images/sprite.png') -32px -51px no-repeat;
}

.stream-item.content .follow-link-container a:hover.share .icon {
    background: url('/images/sprite.png') -63px -51px no-repeat;
}

.stream-item .follow-link-container .action {
    display: none;
}

.stream-item .follow-link-container img {
    width: 24px;
}

.stream-item.library a {
    color: #ffffff;
}

.stream-item.collection a {

}

.stream-item .footer {
    color: #666;
    font-weight: normal;
    font-size: 11px;
    width: 100%;
    z-index: 22;
}

.stream-item.topic .footer {
    color: #fff;
}

.stream-item.library .footer {
    color: #fff;
}

.stream-item.collection .footer {
    color: #999;
}

.stream-item .footer a {
    color: #ffffff;
    font-weight: bold;
}

.stream-item.content {
    background: #ffffff;
    border: 1px solid #c8ddf0;
    padding: 0;
}

.stream-item.content.twitter {
    border: none;
    padding: 0;
}

.stream-item.content.twitter iframe {
    /*height: 100% !important;*/
    margin-top: 0 !important;
}

.stream-item.content.youtube {
    /*border: none;*/
    padding: 0;
}

.stream-item.content .inner-content,
.stream-item.collection .inner-content,
.stream-item.source .inner-content,
.stream-item.topic .inner-content {
    padding: 15px;
}

.stream-item.topic .topic-layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*z-index:22;*/
    background: #000;
    opacity: .4;
}

.stream-item.content.youtube iframe {
    height: 100% !important;
    margin-top: 0 !important;
}

.stream-item.content .footer a {
    color: #999;
    font-weight: 600;
}

.stream-item .type, .stream-item .date {
    font-size: 10px;
    padding-top: 4px;
}

.stream-item.content .type, .stream-item.content .date {
    color: #999;
}

.stream-item.collection .type {
    color: #999;
    font-size: 10px;
    padding-top: 4px;
}

.stream-item.content p.lead {
    font-size: 13px;
    margin-bottom: 10px;
}

.stream-item.content h2.title {
    color: #1469c9;
    font-weight: bold;
}

.stream-item.content .footer {
    color: #999;
    background: #fff;
}

.stream-item.content .date {
    font-size: 10px;
}

.stream-item.content .title {
    margin-bottom: 15px;
}

.stream-item.source {
    border: 1px solid #c8ddf0;
    background: #D0E1F5;
    /*color: #ffffff;*/
}

.stream-item.source h2.title {
    text-align: center;
}

.stream-item.source h2.title a, .stream-item.source a {
    /*color: #fff;*/
}

.stream-item.source p.lead {
    font-size: 13px;
    margin-bottom: 10px;
}

.stream-item.source p.quality {
    font-size: 13px;
    font-weight: bold;
}

.stream-item.source .footer a {
    /*color: #ffffff;*/
    font-weight: bold;
}

.stream-item.topic {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
}

.stream-item.topic h2.title, .stream-item.topic h2.title a {
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.stream-item.topic.black {
    color: #4D4D4D;
    background: #ccc;
}

.stream-item.topic .content {
    font-size: 10px;
    padding: 40px 0;
}

.stream-item.topic .content a {
    color: #fff;
}

.stream-item.topic.black h2.title, .stream-item.topic.black h2.title a {
    color: #4D4D4D;
}

.stream-item .content {
    width: 100%;
    /*z-index: 23;*/
}

.stream-item.source .content a {
    font-weight: bold;
}

.stream-item .items-nr, .stream-item .followers-nr {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 3px;
}

.stream-item.user {
    border: 1px solid #C8DCF2;
    background: #E3EDF8;
}

.stream-item.user .image img {
    width: 150px;
    height: 150px;
}

.stream-item.user .title {
    color: #1569c9;
    font-weight: 400;
    margin-bottom: 10px;
}

.stream-item.user .lead {
    font-size: 13px;
}

.stream-item .image-container {
    display: table;
    width: 100%;
    min-height: 120px;
}

.stream-item .image-container.source-img {
    min-height: auto;
}

.stream-item .image-container .image-container-cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    position: relative;
}

.stream-item .image-container .image-container-cell a {
    z-index: 20;
}

.stream-item .image-container .image-container-cell img {
    width: 100%;
    border-radius: 3px 3px 0 0;
}

.stream-item .image-container .image-container-cell .image-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #1868cb;
    opacity: .2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}

.stream-item.source .image-container .image-container-cell .image-overlay {
    background: transparent;
    opacity: 1;
    border-bottom: 1px solid #c8ddf0;
}

.stream-item .image-container.video .image-container-cell .icon {
    background: url('/images/sprite.png') -255px -60px no-repeat;
    width: 81px;
    height: 81px;
    position: absolute;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
}

.stream-item .image-container.website .image-container-cell .icon {
    background: url('/images/sprite.png') -513px -313px no-repeat;
    width: 81px;
    height: 81px;
    position: absolute;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
}

.stream-item .image-container.blog .image-container-cell .icon {
    background: url('/images/sprite.png') -514px -313px no-repeat;
    width: 81px;
    height: 81px;
    position: absolute;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
}

.stream-item .image-container.podcast .image-container-cell .icon {
    background: url('/images/sprite.png') -436px -60px no-repeat;
    width: 81px;
    height: 81px;
    position: absolute;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
}

.stream-item .image-container.slideshow {
    min-height: 146px;
}

.stream-item .image-container.slideshow .image-container-cell .icon {
    background: url('/images/sprite.png') -649px -50px no-repeat;
    width: 107px;
    height: 117px;
    position: absolute;
    top: calc(50% - 56px);
    left: calc(50% - 54px);
}

.stream-item .image-container.collection .image-container-cell .icon {
    background: url('/images/sprite.png') -596px -303px no-repeat;
    width: 91px;
    height: 91px;
    position: absolute;
    top: calc(50% - 46px);
    left: calc(50% - 46px);
}

.stream-item .image-container.twitter .image-container-cell .icon {
    background: url('/images/sprite.png') -685px -222px no-repeat;
    width: 81px;
    height: 81px;
    position: absolute;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
}

.stream-item .image-container.wiki .image-container-cell .icon {
    background: url('/images/sprite.png') -678px -167px no-repeat;
    width: 81px;
    height: 50px;
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 40px);
}

/** entity pages*/

section.entity-header {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    color: #ffffff;
}

section.entity-header.source, section.entity-header.topic {
    text-shadow: 1px 1px 2px #111;
}

section.entity-header-simple {
    background-image: none !important;
    background-color: #fff;
}

section.entity-header-simple .entity-header-cover {
    background: none !important;
    padding: 0;
    height: auto;
    margin-bottom: 14px;
}

section.entity-header-simple .entity-header-cover .container {
    position: relative;
}

section.entity-header-simple .entity-header-cover .content {
    position: static;
    margin: 0 auto;
    transform: none;
    -ms-transform: none; /* IE 9 */
    -webkit-transform: none; /* Chrome, Safari, Opera */
    -moz-transfom: none; /* FF */
}

section.entity-header-simple .entity-header-cover .content img {
    display: none;
}

section.entity-header-simple h1 {
    font-size: 14pt;
    margin-top: 0;
    line-height: 17px;
    margin-bottom: 6px;
}

section.entity-header-simple .type-title, section.entity-header-simple .follow {
    display: none;
}

section.entity-header .type-title {
    padding-top: 10px;
    font-weight: 300;
}

.entity-header-cover {
    background-color: #999;
    padding: 40px 0 40px 0;
    /*min-height: 465px;*/
    position: relative;
}

.entity-header-cover .content {
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*margin-right: -50%;*/
    /*transform: translate(-50%, -50%);*/
    /*-ms-transform: translate(-50%, -50%); *//* IE 9 */
    /*-webkit-transform: translate(-50%, -50%); *//* Chrome, Safari, Opera */
    /*-moz-transform: translate(-50%, -50%); *//* FF */
}

.entity-header-cover .content h1 {
    margin-top: 0;
}

.entity-header-cover.topic {
    background-color: rgba(64, 64, 64, 0.6);
}

section.entity-header-simple .entity-header-cover {
    min-height: 51px !important;
}

.follow {
    position: relative;
    display: none !important;
}

.follow a {
    color: #ffffff;
}

.follow-button-container {
    text-align: right;
    position: relative;
    z-index: 1111;
}

.follow-button-container .share-link-tooltip, .follow-button-container .follow-link-tooltip, .follow-button-container .unfollow-link-tooltip {
    font-size: 11px;
    position: absolute;
    top: -16px;
    margin-left: 7px;
    display: none;
}

.follow-button-container .follow-link-tooltip {
    margin-left: 7px;
}

.follow-button-container .unfollow-link-tooltip {
    margin-left: 2px;
}

.content-card-tools {
    height: 22px;
}

.content-card-tools .follow-link-container {
    display: none;
}

.content-card-tools .date {
    display: block;
}

.follow-link-container .share-link-tooltip, .follow-link-container .follow-link-tooltip, .follow-link-container .unfollow-link-tooltip, .follow-link-container .save-link-tooltip {
    font-size: 11px;
    margin-left: 4px;
}

.follow-link-container .follow-link-tooltip {
    margin-left: -4px;
}

.follow-link-container .unfollow-link-tooltip {
    margin-left: -10px;
}

.follow-link-container .save-link-tooltip {
    color: #1569c9;
    width: 30px;
    margin-left: 4px;
}

.entity-header-simple .follow-button-container .share-link-tooltip {
    top: -15px;
    margin-left: -5px;
}

.entity-header-simple .follow-button-container .follow-link-tooltip {
    top: -15px;
    margin-left: -5px;
}

.entity-header-simple .follow-button-container .unfollow-link-tooltip {
    top: -15px;
    margin-left: -9px;
}

.share-link {
    cursor: pointer;
}

.share-link-icon {
    display: block;
    line-height: 30px;
}

.entity-header .follow-button-container .share-link.share {
    display: inline-block;
    text-align: center;
    /*padding-bottom: 20px;*/
    color: #fff;
    font-size: 10px;
}

.entity-header .follow-button-container .share-link.share .icon {
    background: url('/images/sprite.png') -3px -149px no-repeat;
    width: 45px;
    height: 45px;
    display: block;
    margin: 0 auto;
}

.entity-header .follow-button-container .follow-link-tooltip {
    right: 7px;
}

.entity-header .follow-button-container .share-link-tooltip {
    right: 58px;
    color: #fff;
}

.entity-header .follow-button-container .share-link.share:hover .icon {
    background: url('/images/sprite.png') -153px -149px no-repeat;
}

.entity-header.user .follow-button-container .share-link.share span.text {
    color: #b3ccea;
}

.entity-header.user .follow-button-container .share-link.share .icon {
    background: url('/images/sprite.png') -153px -149px no-repeat;
}

.entity-header.user .follow-button-container .share-link.share:hover .icon {
    background: url('/images/sprite.png') -103px -149px no-repeat;
}

.entity-header .topic .follow-button-container .share-link.share .icon {
    background: url('/images/sprite.png') -3px -149px no-repeat;
}

.entity-header .topic .follow-button-container .share-link.share:hover .icon {
    background: url('/images/sprite.png') -103px -149px no-repeat;
}

.entity-header .follow-button-container .follow-link.follow {
    color: #ffffff;
    font-size: 11pt;
    display: inline-block;
    /*padding-bottom: 20px;*/
    text-align: center;
    position: relative;
    font-size: 10px;
}

.entity-header .follow-button-container .follow-link.follow .icon {
    background: url('/images/sprite.png') -3px -199px no-repeat;
    width: 45px;
    height: 45px;
    display: block;
    margin: 0 auto;
}

.entity-header .follow-button-container .follow-link.follow:hover .icon {
    background: url('/images/sprite.png') -153px -199px no-repeat;
}

.entity-header.user .follow-button-container .follow-link.follow .icon {
    background: url('/images/sprite.png') -53px -199px no-repeat;
}

.entity-header.user .follow-button-container .follow-link.follow:hover .icon {
    background: url('/images/sprite.png') -103px -199px no-repeat;
}

.entity-header .topic .follow-button-container .follow-link.follow .icon {
    background: url('/images/sprite.png') -3px -199px no-repeat;
}

.entity-header .topic .follow-button-container .follow-link.follow:hover .icon {
    background: url('/images/sprite.png') -103px -199px no-repeat;
}

.entity-header .follow-button-container .follow-link.unfollow {
    color: #ffffff;
    font-size: 11px;
    display: inline-block;
    /*padding-bottom: 20px;*/
    position: relative;
}

.entity-header .follow-button-container .follow-link.unfollow .icon {
    background: url('/images/sprite.png') -203px -199px no-repeat;
    width: 45px;
    height: 45px;
    display: block;
    margin: 0 auto;
}

.entity-header .follow-button-container .delete-link {
    color: #ffffff;
    font-size: 11px;
    display: inline-block;
    /*padding-bottom: 20px;*/
    text-align: center;
    position: relative;
}

.entity-header .follow-button-container .delete-link .icon {
    background: url('/images/sprite.png') -3px -249px no-repeat;
    width: 45px;
    height: 45px;
    display: block;
    margin: 0 auto;
}

.entity-header .follow-button-container .delete-link:hover .icon {
    background: url('/images/sprite.png') -153px -249px no-repeat;
}

.checked-big {
    background: url('/images/sprite.png') -203px -199px no-repeat;
    width: 45px;
    height: 45px;
    display: inline-block;
}

.entity-header-simple .follow-button-container {
    /*display: none;*/
    text-align: right;
    position: absolute;
    right: 15px;
    top: 16px;
    left: auto;
}

.entity-header-simple .follow-button-container .share-link.share {
    display: inline-block;
}

.entity-header-simple .follow-button-container .share-link.share .icon {
    background: url('/images/sprite.png') -33px -52px no-repeat;
    width: 22px;
    height: 22px;
    display: block;
    margin: 0 auto;
}

.entity-header-simple .follow-button-container .share-link.share:hover .icon {
    background: url('/images/sprite.png') -62px -52px no-repeat;
}

.entity-header-simple .follow-button-container .follow-link.follow {
    color: #ffffff;
    font-size: 11pt;
    display: inline-block;
}

.entity-header-simple .follow-button-container .follow-link.follow .icon {
    background: url('/images/sprite.png') -33px -82px no-repeat;
    width: 22px;
    height: 22px;
    display: block;
    margin: 0 auto;
}

.entity-header-simple .follow-button-container .follow-link.follow:hover .icon {
    background: url('/images/sprite.png') -63px -82px no-repeat;
}

.entity-header-simple .follow-button-container .follow-link.unfollow {
    color: #ffffff;
    font-size: 11pt;
    display: inline-block;
}

.entity-header-simple .follow-button-container .follow-link.unfollow .icon {
    background: url('/images/sprite.png') -123px -82px no-repeat;
    width: 22px;
    height: 22px;
    display: block;
    margin: 0 auto;
}

.entity-header-simple .follow-button-container .follow-link.follow span.text {
    display: inline-block;
    margin-top: 5px;
    position: absolute;
    left: -8px;
}

.follow-button-container .follow-link.follow span.text,
.follow-button-container .follow-link.unfollow span.text,
.follow-button-container .share-link.share span.text,
.follow-button-container .delete-link span.text {
    display: inline-block;
    margin-top: 10px;
    font-size: 11px;
    color: #ffffff;

}

.follow-container {
    color: #ffffff;
    /*position: absolute;*/
    right: 20px;
    top: -20px;
}

.follow-container a.edit-profile {
    display: inline-block;
    padding: 8px 15px 8px 15px;
    color: #1469c9;
}

.follow-container a.edit-profile span.glyphicon {
    background-color: #1469c9;
    color: #ffffff;
    border-radius: 50%;
    padding: 10px;
}

.follow-container button.save-profile {
    display: inline-block;
    padding: 8px 15px 8px 15px;
    color: #0aba72;
    border: 0;
    background: none;
    outline: none;
}

.follow-container button.save-profile span.glyphicon {
    background-color: #0aba72;
    color: #ffffff;
    border-radius: 50%;
    padding: 10px;
}

.follow-container a.close {
    padding-top: 15px;
}

.entity-header-cover.source {
    background-color: rgba(64, 64, 64, 0.6);
}

.entity-header-cover.source hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 0;
    border-top: 1px solid #fff;
    opacity: .2;
}

.entity-header-cover.user {
    background-color: #e3edf7;
    color: #4D4D4D;
    padding-top: 10px;
}

.entity-header-cover.collection, .entity-header-cover.library {
    background-color: #1469c9;
    /*background-image: -webkit-linear-gradient(-458deg, #1473D6 10%, #1469c9 90%);*/
    /*background-image: linear-gradient(19deg, #1473D6 10%, #1469c9 90%);*/
    /*background-size: cover;*/
    /*-webkit-background-size: cover;*/
    /*-moz-background-size: cover;*/
    /*-o-background-size: cover;*/
}

section.entity-header .lead {
    font-size: 12pt;
}

section.entity-header-simple .lead {
    display: none;
}

section.entity-header .type-filter-link {
    color: #cbdcee;
    font-size: 14px;
}

section.entity-header .type-filter-link.active, section.entity-header .type-filter-link:hover {
    color: #ffffff;
    opacity: 1;
}

section.entity-header-simple .type-filter-link.active, section.entity-header-simple .type-filter-link:hover {
    color: #333;
    opacity: 1;
}

section.entity-header.user .type-filter-link {
    color: #1569c9;
    font-size: 14px;
}

section.entity-header.user .type-filter-link.active, section.entity-header.user .type-filter-link:hover {
    color: inherit;
    font-weight: bold;
}

section.entity-header.user .lead {
    font-size: 11pt;
    line-height: 20px;
}

section.entity-stream {
    margin-top: 20px;
}

section.entity-header.source h1 {
    color: #ffffff;
}

section.entity-header.source a {
    color: #eee;
    font-weight: 500;
}

section.entity-header a.related {
    background: #1569c9;
    display: inline-block;
    padding: 7px 10px;
    border-radius: 16px;
    text-shadow: none;
    margin-left: 10px;
    color: #ffffff;
}

section.entity-header.collection h1, section.entity-header.library h1 {
    color: #ffffff;
}

section.entity-header.collection h3,
section.entity-header.collection h3 a {
    color: #ffffff;
}

.stream-control {
    position: absolute;
    top: 50%;
    /*left: 0;*/
    bottom: 0;
    width: 50px;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.stream-control.right {
    background-image: url('../images/arrow-next.png');
    background-repeat: no-repeat;
    left: auto;
    right: 0;
}

.stream-control.left {
    background-image: url('../images/arrow-previous.png');
    background-repeat: no-repeat;
    left: 0;
    right: auto;
}

.stream-control:hover,
.stream-control:focus {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: none;
    opacity: .9;
}

/* search*/
.tt-dataset-search {
    padding-bottom: 5px;
}

.tt-dataset-search div {
    font-size: 10pt;
    font-weight: 200;
    cursor: pointer;
}

.tt-dataset-search div.type {
    color: #ccc;
}

.tt-dataset-search div.title {
    /*padding-left: 20px;*/
}

/*.tt-dataset-search .topics, .tt-dataset-search .libraries {*/
/*padding-bottom: 5px;*/
/*}*/

/*.tt-dataset-search .topics div,*/
/*.tt-dataset-search .libraries div,*/
/*.tt-dataset-search .sources div,*/
/*.tt-dataset-search .users div {*/
/*font-size: 14px;*/
/*cursor: pointer;*/
/*padding-left: 10px;*/
/*}*/

/*.tt-dataset-search .topics div.type,*/
/*.tt-dataset-search .libraries div.type,*/
/*.tt-dataset-search .sources div.type,*/
/*.tt-dataset-search .users div.type {*/
/*color: #ccc;*/
/*}*/

/*.tt-dataset-search .libraries div.title,*/
/*.tt-dataset-search .sources div.title {*/
/*padding-left: 20px;*/
/*}*/

.tt-dataset-search .library div.bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #1469c9;
    display: inline-block;
}

.tt-dataset-search .source div.bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #0aba72;
    display: inline-block;
}

.search-dropdown-item {
    padding: 3px 10px;
}

.search-dropdown-item .title {
    overflow: hidden;
}

.search-dropdown-separator {
    border-top: 1px solid #eeeeee;
    margin-top: 0;
    margin-bottom: 5px;
}

.btn-google {
    background-color: #db4c3e;
    color: #fff !important;
    font-weight: 400;
    border-radius: 4px;
    padding: 10px 9px;
}

.btn-twitter {
    background-color: #56a6e1;
    color: #fff !important;
    font-weight: 400;
    border-radius: 4px;
    padding: 10px 9px;
}

.btn-facebook {
    background-color: #4e69a0;
    color: #fff !important;
    font-weight: 400;
    border-radius: 4px;
    padding: 10px 9px;
}

.nav-item-prev,
.nav-item-next {
    background-color: #e3edf7;
    color: #1668cc;
    min-height: 100%;
    left: 0;
    padding-top: 15px;
    /*position: absolute;*/
    text-align: center;
    position: fixed;
    width: 55px;
    opacity: 1;
    filter: alpha(opacity=100);
    text-shadow: none;
    display: none;
}

.nav-item-next {
    left: auto;
    right: 0;
    padding-left: 10px;
    text-align: left;
}

.nav-item-prev:hover,
.nav-item-next:hover {
    background-color: #dedede;
    color: #1668cc;
    text-decoration: none;
}

.nav-item-prev span {
    left: 22px !important;
    font-size: 22px !important;
    font-weight: normal !important;
}

.nav-item-next span {
    right: 10px !important;
    font-size: 22px !important;
    font-weight: normal !important;
}

#webicina-carousel-header {

}

#webicina-carousel {
    /*margin-top: 20px;*/
    /*height: 750px;*/
}

.settings-title {
    font-size: 36px;
    font-weight: 100;
    color: #999;
}

.general-message {
    display: none;
    background: #0aba72;
    color: #ffffff;
    font-size: 11pt;
    padding: 15px 20px;
    position: fixed;
    top: calc(50% - 100px);
    left: calc(50% - 150px);
    z-index: 12000;
    width: 300px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.51);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.51);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.51);
}

.general-error {
    display: none;
    background: #ba4e5f;
    color: #ffffff;
    font-size: 11pt;
    padding: 15px 20px;
    position: fixed;
    top: calc(50% - 100px);
    left: calc(50% - 150px);
    z-index: 12000;
    width: 300px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.51);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.51);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.51);
}

.form-error {
    color: #ba4e5f;
    display: inline-block;
    font-weight: bold;
}

.user-collection-list {
    padding: 0;
}

.user-collection-list li {
    position: relative;
    float: left;
    list-style: none;
    margin: 10px 15px 0 0;
    font-weight: 400;
    font-size: 14pt;
}

.user-collection-list li input[type="radio"],
.user-collection-list div input[type="radio"] {
    opacity: 0;
    position: absolute;
}

/* Matches the direct descendant of a label preceded by a
   radio button */
.user-collection-list li input[type="radio"] + label,
.user-collection-list div input[type="radio"] + label {
    position: relative;
    background: #1469c9;
    /*padding: 15px;*/
    height: 150px;
    display: inline-block;
    color: #ffffff;
    cursor: pointer;
    overflow: hidden;
    margin-bottom: 20px;
}

.table-cell-middle {
    display: table-cell;
    vertical-align: middle;
    width: 180px;
    height: 150px;
    padding: 15px;
}

.user-collection-list div input[type="radio"] + label {
    width: 100%;
}

/* Matches the direct descendant of a label preceded by a
   checked radio button */
.user-collection-list li input[type="radio"]:checked + label,
.user-collection-list div input[type="radio"]:checked + label {
    background: #1469c9 url('/images/check.png') no-repeat 90% 10%;
    box-shadow: 0px 0px 15px rgba(255, 255, 255, 1);
}

.user-collection-list li input[type="radio"]:focus + label,
.user-collection-list div input[type="radio"]:focus + label {
    box-shadow: 0px 0px 15px rgba(255, 255, 255, 1);
}

.user-collection-list li.new div {
    font-style: normal;
    color: #1469c9;
    border: 1px dashed #1469c9;
    background: #bfbfbf;
    cursor: pointer;
    padding: 15px;
    width: 150px;
    height: 150px;
}

#user-collection-new-link {
    font-style: normal;
    /*color: #fff;*/
    border: 1px dashed #333;
    /*background: #bfbfbf;*/
    cursor: pointer;
    padding: 15px;
    height: 150px;
    font-size: 11pt;
}

.user-collection-list li.new:hover div,
#user-collection-new-link {
    background: transparent;
}

.user-collection-list li.new-form,
.user-collection-list div.new-form {
    border: 1px dashed #1469c9;
    background: #ffffff;
    /*width: 150px;*/
    height: 180px;
}

.user-collection-list li.new-form textarea,
.user-collection-list div.new-form textarea {
    padding: 10px;
    width: 130px;
    height: 135px;
    border: none;
    background: none;
    outline: none;
    resize: none;
}

.user-collection-list li.new-form .close,
.user-collection-list div.new-form .close {
    margin-right: 5px;
    font-size: 17px;
}

textarea.user-collection-comment {
    width: 100%;
    height: 100px;
    outline: none;
    resize: none;
}

#offcanvas-menu {
    padding-top: 30px;
}

#offcanvas-menu .bottom-menu {
    margin-top: 50px;
}

#offcanvas-menu .bottom-menu.absolute {
    margin-top: 0;
    position: absolute;
    bottom: 30px;
}

#offcanvas-menu .bottom-menu li {
    color: #b4b4b4;
}

#offcanvas-menu .bottom-menu li a {
    padding: 3px 10px 0;
    font-size: 12px;
    color: #b4b4b4;
}

#offcanvas-menu .navmenu-nav li a {
    color: #fff;
}

.user-profile-description {
    line-height: 1.4;
    font-size: 14px;
}

.navmenu {
    background: #333333;
}

.navmenu-nav hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #666;
}

.navmenu-nav > li > div > .navmenu-nav > li:hover {
    background: rgba(0, 0, 0, 0.2);
}

.navmenu-nav > li > div > .navmenu-nav > li.header {
    font-size: 12px;
    padding-top: 5px;
}

.navmenu-nav > li > div > .navmenu-nav > li {
    padding-left: 15px;
    min-height: 20px;
}

.navmenu-nav > li > div > .navmenu-nav > li.topic, .navmenu-nav > li > div > .navmenu-nav > li.user {
    padding-left: 10px;
    min-height: 23px;
}

.navmenu-nav > li > div > .navmenu-nav > li a {
    display: block;
    font-weight: 200;
    font-size: 12px;
    padding: 4px 10px 0 2px;
    margin-left: 19px;
}

.navmenu-nav > li > div > .navmenu-nav > li.topic a, .navmenu-nav > li > div > .navmenu-nav > li.user a {
    margin-left: 24px;
}

.navmenu-nav > li > div > .navmenu-nav > li img {
    float: left;
    margin: 0;
}

.navmenu-nav > li > div > .navmenu-nav > li div.bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-left: 0px;
    float: left;
    margin-top: 6px;
    margin-right: 4px;
}

.navmenu-nav > li > div > .navmenu-nav > li.library div.bullet {
    background: #1469c9;
}

.navmenu-nav > li > div > .navmenu-nav > li.source div.bullet {
    background: #0aba72;
}

.collection-content {
    margin-top: 15px;
}

.collection-content h2 {
    color: #1569c9;
    font-weight: 400;
    font-size: 16pt;
}

.collection-content span.type, .collection-content span.date {
    font-size: 10pt;
}

.collection-content-remove {
    padding: 20px;
}

.stream-item.content .comment {
    font-size: 12px;
    background: #e3edf7;
    position: relative;
    padding: 10px;
    color: #666;
    margin-bottom: 10px;
}

.stream-item.content .comment:after {
    right: 100%;
    top: 10px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(204, 204, 204, 0);
    border-right-color: #e3edf7;
    border-width: 10px;
    margin-top: -10px;
}

.fb-like-box {
    background: #fff;
    margin: 20px auto;
}

.homepage-partners {
    background: #c8ddf2;
    padding-top: 40px;
    margin-top: 40px;
    min-height: 300px;
    font-size: 14pt;
    font-weight: 200;
}

.homepage-partners .who, .homepage-partners .medgadget, .homepage-partners .sco {
    min-height: 60px;
    margin-top: 30px;
}

.homepage-partners .sco {

}

.homepage-partners .who .quote {
    padding-top: 25px;
}

.homepage-partners .medgadget .quote {
    padding-top: 9px;
}

.homepage-partners .sco .quote {
    padding-top: 25px;
}

.homepage-partners .medgadget .logo {
    padding-top: 10px;
}

.homepage-partners a {
    font-size: 11pt;
    font-weight: bold;
}

.homepage-navbar-right {
    padding-top: 15px;
    padding-right: 15px;
}

.homepage-navbar-brand {
    background: url('/images/logo-v2.png') 0 0 no-repeat;
    width: 107px;
    height: 27px;
    display: inline-block;
}

.webicina-navbar-brand {
    background: url('/images/logo-v2.png') 0 0 no-repeat;
    width: 107px;
    height: 27px;
    display: inline-block;
    margin-left: 10px !important;
    margin: 30px;
}

.navbar-homepage.narrow {
    min-height: 60px;
    padding: 25px 0;
    z-index: 2010;
}

.navbar-homepage.narrow .navbar-header {
    padding-top: 10px;
}

.navbar-brand.homepage {
    float: none;
}

.navbar-brand.homepage img {
    margin-top: 10px;
}

.user-profile-image img {
}

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 36px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.fileUpload-max {
    padding: 5px;
    font-size: 10px;
    color: #666;
    line-height: 1;
}

.offcanvas-menu-loggedout {
    width: 100%;
    min-height: 100%;
    padding: 15px;
    display: table;
    vertical-align: middle;
}

.profile-left-column {
    margin-right: 10px;
}

.entity-filter-list {
    list-style: none;
    text-align: center;
    /*position: absolute;*/
    /*left: 0;*/
    /*right: 0;*/
    /*bottom: 20px;*/
    margin-top: 10px;
}

.entity-filter-list li {
    display: inline-block;
    padding-right: 20px;
}

section.entity-header-simple .entity-filter-list {
    padding-top: 0px;
    position: static;
}

.search-input {
    border: none;
    border: 1px solid #b0ceea;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 35px;
    outline: none;
    padding-top: 9px;
    padding-bottom: 9px;
    height: auto;
}

.font12 {
    font-size: 12pt;
}

input:focus {
    outline: 0;
}

.search-icon {
    position: absolute;
    top: 25px;
    left: 3px;
    color: #1569c9;
    font-size: 12pt;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}

.navbar-brand {
    background: url('/images/logo-v2.png') 0 0 no-repeat;
    width: 107px;
    height: 27px;
    display: inline-block;
    margin-left: 10px !important;
    margin-top: 28px;
}

.navbar-homepage {
    padding: 10px 0;
    z-index: 1300;
}

.navbar-homepage .navbar-nav {
    margin: 0;
}

.navbar-homepage .navbar-nav > li {
    display: inline-block;
}

.navbar-homepage .navbar-nav > li > a {
    color: #1569c9;
    text-shadow: none;
    font-weight: 200;
    font-size: 10pt;
    padding: 8px 6px 0;
}

.navbar-homepage .navbar-nav > li > a:hover {
    background: none;
    color: #666;
}

.navbar-homepage .navbar-nav > li > a.signin {
    background-color: #fff;
    border-radius: 4px;
    padding: 3px 6px;
    color: #1569c9;
    font-weight: bolder;
    margin-left: 10px;
    display: inline-block;
}

.navbar-homepage .navbar-header {
    float: none;
}

.navbar-toggle {
    background: url('/images/sprite.png') -4px -3px no-repeat;
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-left: 0 !important;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 0;
}

.navbar-toggle:hover {
    background: url('/images/sprite.png') -44px -3px no-repeat;
}

#carousel-indicators li {
    background: url('/images/sprite.png') -129px -4px no-repeat;
    width: 13px;
    height: 12px;
    border-radius: 0;
    margin: 0;
}

#carousel-indicators li.active {
    background: url('/images/sprite.png') -148px -4px no-repeat;
    width: 13px;
    height: 12px;
    border-radius: 0;
}

.bg-white {
    background: #fff;
    padding-left: 0;
    padding-right: 0;
}

.register-sub {
    font-size: 13pt;
    font-weight: 200;
    margin-bottom: 30px;
}

.form-control::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #ccc;
    font-weight: 200;
}

.form-control:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #ccc;
    opacity: 1;
    font-weight: 200;
}

.form-control::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #ccc;
    opacity: 1;
    font-weight: 200;
}

.form-control:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #333;
    font-weight: 200;
}

.form-control.search-input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #333;
    font-weight: 200;
}

.form-control.search-input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #333;
    opacity: 1;
    font-weight: 200;
}

.form-control.search-input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #333;
    opacity: 1;
    font-weight: 200;
}

.form-control.search-input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #000;
    font-weight: 200;
}

.form-control {
    border: 1px solid #b0ceea;
}

.has-error .form-control {
    border-color: rgb(240, 113, 113);
}

.has-error .form-control-feedback {
    color: rgb(240, 113, 113);
}

.form-group {
    margin-bottom: 10px;
}

.media-library-h1 {
    font-size: 16pt;
    display: inline-block;
}

.profile-settings .row {
    border-top: 1px solid #ccc;
    padding: 10px 10px;
    line-height: 20px;
}

.profile-settings .row:first-child {
    border-top: none;
}

h2 .number {
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    font-size: 11pt;
    font-weight: bold;
}

.copy {
    padding: 5px 10px;
    font-size: 11px;
    color: #fff;
}

.carousel-control .glyphicon-chevron-right {
    margin-right: 0;
}

#user-collection-content-more-link {
    margin-bottom: 30px;
}

.popover-content.webicina {
    padding: 6px 8px;
}

.webicina-popover {
    width: 300px;
}

.cms-content {
    padding-bottom: 50px;
    font-size: 11pt;
    font-weight: 200;
}

.cms-content h1 {
    color: #1469c9;
    font-size: 16pt;
    padding-top: 20px;
}

.cms-content h2 {
    font-size: 16pt;
}

.cms-content p {
    padding: 10px 60px 0 20px;
    font-size: 11pt;
    font-weight: 200;
}

.blog {
    /*padding-bottom: 30px;*/
}

.blog article h1 {
    color: #1469c9;
    font-size: 16pt;
    padding-top: 0;
}

.blog article {
    background: #fff;
    margin-top: 40px;
    padding: 5px 50px 30px;
    font-weight: 200;
    font-size: 11pt;
}

.blog article .sub-heading {
    font-size: 11px;
    padding-bottom: 10px;
}

.blog article img {
    max-width: 100%;
    height: auto;
}

.blog article img {
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
}

.blog-right {
    margin-top: 40px;

}

.blog-right ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-weight: 500;
}

.blog-right .border-top {
    border-top: 1px solid #fff;
    margin-top: 30px;
    padding-top: 20px;
}

.fb-comments {
    margin-top: 20px;
}

.cms-content img {
    max-width: 100%;
    height: auto;
}

.container .alert {
    z-index: 12345;
}

.video-thumbnail {
    display: inline;
}

.container-splash {
    position: absolute;
    bottom: -50px;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); /* IE 9 */
    -webkit-transform: translate(-50%, -50%); /* Chrome, Safari, Opera */
    -moz-transform: translate(-50%, -50%);
    z-index: 1200;
}

p.no-items {
    font-size: 11px;
    color: rgba(204, 204, 204, 0.44);
    padding: 10px 10px 0;
}

.flash-message {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2000;
}

.flash-message .alert {
    border-radius: 0;
    border: none;
    text-align: center;
}

.flash-message .alert-danger {
    background: #c40606;
    color: #fff;
}

.flash-message .alert-success {

    background: #0aba72;
    color: #ffffff;
}

.video-container {
    padding-top: 100px;
}

.container.search {
    padding-bottom: 0px;
}

.search article {
    margin-bottom: 30px;
    font-size: 10pt;
}

.search h1 {
    font-size: 13pt;
    text-align: center;
    margin-top: 0;
}

.search article h2 {
    font-size: 10pt;
    font-weight: bold;
    margin-bottom: 5px;
}

.search article h2 a.source {
    color: #0ABA72;
}

.search article h2 .type {
    font-size: 11px;
    font-weight: normal;
}

.search .paginator ul {
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.search .paginator ul li {
    display: inline-block;
    padding: 0 10px 0 10px;
    font-size: 10pt;
    font-weight: bold;
}

.search .paginator ul li a.active {
    color: #666;
}

.search-close-icon {
    position: absolute;
    font-weight: 100;
    right: 10px;
    left: auto;
    top: 10px;
    bottom: auto;
}

.onboarding {
    padding-top: 100px;
}

.onboarding .header {
    font-size: 11pt;
    font-weight: 200;
    padding-bottom: 30px;
}

.onboarding .header .main {
    font-size: 13pt;
}

.onboarding .item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 0px;
    padding: 20px;
}

.onboarding .item.no-image {
    background: #eee;
}

.onboarding .item input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.onboarding .item input[type="checkbox"] + label {
    position: relative;
    height: 160px;
    font-size: 15pt;
    font-weight: 400;
    color: #ffffff;
    cursor: pointer;
    overflow: hidden;
    text-align: center;
    margin-bottom: 0;
}

.onboarding .item.no-image input[type="checkbox"] + label {
    color: inherit;
}

.onboarding .item input[type="checkbox"] + label {
    width: 100%;
    position: relative;
}

.onboarding .item input[type="checkbox"] + label span {
    width: 100%;
    padding: 0;
    line-height: 1;
    font-size: 11px;
    vertical-align: middle;
}

.onboarding .item input[type="checkbox"] + label span.follow {
    color: #ffffff;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    line-height: 1;
}

.onboarding .item input[type="checkbox"] + label span.follow span.text,
.onboarding .item input[type="checkbox"] + label span.following span.text {
    display: inline-block;
    height: auto;
    line-height: 1.5;
    display: inline;
    font-size: 14px;
}

.onboarding .item input[type="checkbox"] + label span.follow span.text {

}

.onboarding .item input[type="checkbox"] + label span.follow span.icon,
.onboarding .item input[type="checkbox"] + label span.following span.icon {
    background: url('/images/sprite.png') -204px -200px no-repeat;
    display: inline-block;
    width: 45px;
    height: 45px;
    position: static;
    line-height: 1;
    margin-right: 5px;
}

.onboarding .item input[type="checkbox"] + label span.follow span.icon {
    background: url('/images/sprite.png') -103px -199px no-repeat;

}

.onboarding .item input[type="checkbox"]:checked + label span.following,
.onboarding .item input[type="checkbox"] + label span.follow {
    display: inline-block;
    padding: 0;

}

.onboarding .item input[type="checkbox"] + label span.follow {
    background: #1569c9;
    margin: 0 10px;
    width: auto;
    text-align: left;
}

.onboarding .item input[type="checkbox"] + label span.following,
.onboarding .item input[type="checkbox"]:checked + label span.follow {
    display: none;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    line-height: 1;
}

.onboarding .item input[type="checkbox"]:checked + label {

}

#onboarding-next-button {
    font-weight: 200;
    margin-top: 0;
}

#onboarding-next-button b {
    font-weight: 500;
}

.onboarding .close {
    color: #111;
}

.onboarding h2 {
    font-size: 17pt;
    font-weight: 500;
    margin-top: 10px;
}

.onboarding h3 {
    font-size: 13pt;
    font-weight: 200;
    margin: 0;
}

.onboarding .onboarding-topic {
    display: none;
}

.onboarding .topic-label {
    color: #1469c9;
    display: inline-block;
    padding: 10px;
    background-color: #ccc;
    min-height: 150px;
    width: 100%;
    background-size: cover;
}

.onboarding label .layer {
    display: block;
    width: 100%;
    height: 100%;
    background: #999;
    opacity: .2;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1990;

}

.onboarding label .text-container {
    z-index: 2000;
    text-shadow: 1px 1px 4px #000;
}

.onboarding .topic-first-letter {
    font-size: 17pt;
    font-weight: 600;
}

.onboarding .topic-list-item {
    border-bottom: 1px solid #b0ceea;
    margin-bottom: 10px;
}

.btn-primary:disabled {
    background: #c3c3c3;
    border-color: #c3c3c3;
    border-top: 1px solid #c3c3c3;
    border-bottom: 1px solid #999999;
    text-shadow: none;
    opacity: 1;
}

.tour-backdrop {
    opacity: .4;
}

.popover-content {
    font-size: 11pt;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
}

.tour-step-number {
    font-size: 11px;
    color: #ccc;
    display: block;
    padding-bottom: 5px;
}

.tour-step-background,
.tour-backdrop {
    position: fixed;
}

.tour-step-background {
    background: inherit;
}

.login-separator-container {
    position: relative;
    height: 20px;
    margin-top: 20px;
    margin-bottom: 0;
}

.login-separator-hr {
    display: block;
    position: absolute;
    top: 10px;
    height: 1px;
    background: #ccc;
    margin: 0 15px 0 15px;
    left: 0;
    right: 0;
}

.login-separator-text {
    position: absolute;
    top: 0px;
    background: #e3edf7;
    padding: 0 10px 0 10px;
    left: calc(50% - 15px);
    width: 31px;
}

.tour-new-ui-container {
    position: fixed;
    bottom: -15px;
    right: 100px;
    z-index: 13000;
}

.tour-new-ui-container a.tour-new-ui-button {
    background: #0f9a33;
    color: #fff;
    display: inline-block;
    padding: 5px 10px 20px 10px;
    border-radius: 10px;
    opacity: .8;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 12pt;
}

.tour-new-ui-container a.tour-new-ui-button:hover,
.tour-new-ui-container a.tour-new-ui-button:active,
.tour-new-ui-container a.tour-new-ui-button:focus {
    color: #fff;
    opacity: 1;
}

.tour-tooltip {
    width: 200px;
    white-space: inherit;
}

.offcanvas-heading {
    color: #fff;
    font-size: 100%;
    display: inline-block;
    padding: 8px 10px 0;
}

.header-col-left {
}

.header-col-center {
    padding-left: 0;
    padding-right: 0;
}

.header-col-right .register-link {
    margin-top: 22px;
    text-align: center;
}

.homepage-main {
    width: 100%;
    margin: 0 auto;
}

.homepage-main .hero {
    background-image: url('../images/background_image.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 400px;
    width: 100%;
    position: relative;
    display: table;
}

.homepage-main .hero .hero-layer {
    position: absolute;
    opacity: .5;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #1569c9;
    z-index: 0;
}

.homepage-main .hero .hero-cell {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    z-index: 3;
}

.homepage-main .hero .hero-quote {
    text-align: center;
    position: relative;
    padding-bottom: 30px;
    z-index: 3;
}

.homepage-main .hero .hero-quote h1 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    text-shadow: 2px 1px 2px #333;
}

.homepage-main .hero .hero-quote h2 {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-shadow: 2px 1px 2px #333;

}

.homepage-main .search-box {
    z-index: 4;
    padding-top: 20px;
    color: #fff;
}

.homepage-main .search-box input {
    z-index: 4;

}

.homepage-main .search-box a {
    background: #1569c9;
    display: inline-block;
    padding: 3px 7px;
    border-radius: 10px;
    text-shadow: none;
    margin-left: 3px;
    color: #ffffff;
    font-size: 12px;
}

.homepage-main-footer {
    margin-top: 60px;
    margin-bottom: 60px;
    color: #666;
}

.homepage-main-footer .col2, .homepage-main-footer .col3 {
    padding-top: 18px;
}

.homepage-main-footer .social-proof-text {
    padding-top: 19px;
    display: inline-block;
}

.homepage-main-footer .bold-number {
    font-size: 20pt;
    font-weight: bold;
}

.login-main {
    width: 100%;
    margin: 0 auto;
    /*background: #e3edf7;*/
    padding: 30px;
}

.login-main h1 {
    margin-top: 0;
    margin-bottom: 15px;
}

.login-main .checkbox label {
    font-size: 12px;
    line-height: 20px;
}

.qoute-from {
    color: #1569c9;
}

.qoute-text {
    color: #666;
}

.user-nophoto {
    background: url('/images/sprite.png') -126px -301px no-repeat;
    width: 113px;
    height: 77px;
    display: inline-block;
}

.stat-element {
    display: none;
}

.modal-box-container {
    padding: 15px;
}

.separator-or {
    position: relative;
}

.separator-or span {
    position: absolute;
    left: 47%;
    top: -9px;
    background: #e3edf7;
    padding: 0 10px;
    color: #999;
}

@media (max-width: 768px) {
    .container.search {
        padding: 0 15px 15px 15px;
    }

    .footer-bg {
        position: static;
    }

    .canvas {
        padding-bottom: 0;
    }

    .footer ul, .footer ul li {
        line-height: 1;
        font-size: 9pt;
    }

    .footer ul li {
        display: block;
        padding: 6px 12px;
    }

    .cms-content p {
        padding: 0;
    }

    .container-splash {
        top: 200px;
        bottom: auto;
    }

    .carousel-caption {
        top: 17%;
        left: 0;
        right: 0;
        font-size: 10pt;
        font-weight: 200;
        text-shadow: none;
        z-index: 1050;
    }

    .btn-register-container {
        margin-bottom: 10px;
    }

    .blog article {
        margin-top: 20px;
        padding: 5px 20px 20px;
        font-weight: 200;
        font-size: 11pt;
    }

    .homepage-navbar-right {
        padding-right: 0;
    }
}

@media (min-width: 768px) {
    .navbar-homepage .navbar-nav > li > a.signin {
        padding: 9px 14px;
    }

    .navbar-homepage {
        padding: 40px 0;
    }

    .navbar-homepage .navbar-nav > li {
        display: block;
    }

    .homepage-main {
        width: 600px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }

    .login-main {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    .tt-dataset-search {
        min-width: 400px;
    }

    .carousel-caption {
        right: 0;
        left: 0;
        padding-top: 50px;
        font-size: 16pt;
        font-weight: 200;
        top: 140px;
        bottom: auto;
        text-shadow: none;
        z-index: 1050;
        padding-top: 50px;
    }

    .modal-content {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .modal-sm {
        width: 100%;
    }

    .profile-settings .row {
        border-top: 1px solid #ccc;
        padding: 10px 20px;
        line-height: 50px;
    }

    .btn-google {
        padding: 10px 20px;
    }

    .btn-twitter {
        padding: 10px 20px;
    }

    .btn-facebook {
        padding: 10px 20px;
    }

    .btn-primary {
        padding: 10px 20px;
    }

    .homepage-main .hero {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }

    .homepage-main .hero .hero-layer {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }

    .homepage-main .search-box {
        /*padding: 40px;*/
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1000px;
    }

    .container.orig {
        width: 1170px;
    }

}



