/*** uncss> filename: css/styles.css ***/

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #94C11F;
  margin: 1.5em 10px;
  padding: 2.5em 60px 15px 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
#home blockquote {
    margin: 0 10px;
}
blockquote:before {
  color: #94C11F;
  content: open-quote;
  font-size: 5.5em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote:after {
  color: #94C11F;
  content: close-quote;
  font-size: 5.5em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote footer {
    position: relative;
    top: 65px;
}
blockquote .quote {
    position: relative;
    left: 50px;
    top: 7px;
    font-weight: normal;
}

/*
.btn {
    margin-top: 0;
    margin-bottom: 0;
}
*/

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
/* ================================ */


/* ========  GOOGLE FONTS =======*/


/* ================================ */

@import url(https://web-archive.nli.org.il/National_Library/cs_/http://fonts.googleapis.com/css?family=Raleway:400,700,900,800,500,300,600);
@import url(https://web-archive.nli.org.il/National_Library/cs_/http://fonts.googleapis.com/css?family=Open+Sans:400,700);

/* =================================  */


/* ==========  BASIC STYLES ==========  */


/* =================================  */


.container-fluid {
    margin: 0;
}
@media (max-width: 1199px) {
    .container-fluid {
        margin-right: 15px;
    }
}
@media (max-width: 767px) {
    .container-fluid {
    margin: 0 100px 0 100px;
}
}
@media (max-width: 360px) {
    .container-fluid {
    margin: 0 25px 0 25px;
}
}

.module .col-lg-8 {
    position: relative;
    left: -60px;
}
@media (min-width: 1199px) and (max-width: 1440px) {
    .module .col-lg-8 {
        left: -20px;
    }
}
@media (max-width: 1199px) {
    .module .col-lg-8 {
        left: 10px;
    }
}

.module h3 {
    margin: 10px;
    }

.module h3:before {
    content: "";
    position: relative;
    display: block;
    top: -1.5rem;
    max-width: 150px;
    border-top: 0.5rem solid #146CB2;
}

.module p {
    font-size: 18px;
    margin: 0 120px 0 0;
}
.page-header.iris {
    background: url(/National_Library/oe_/https://www.iris.ac/img/backgrounds/shutterstock_71234986.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 150px 0 100px 0;
}
.page-header.primary {
    background: url(/National_Library/oe_/https://www.iris.ac/img/backgrounds/shutterstock_33732868.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 100px 0 100px 0;
}
.page-header.special {
    background: url(/National_Library/oe_/https://www.iris.ac/img/backgrounds/smiling-girl.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    background-position: 0px -100px;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 100px 0 100px 0;
}
.page-header.secondary {
    background: url(/National_Library/oe_/https://www.iris.ac/img/backgrounds/shutterstock_70747537.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    background-position: 0px -100px;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 100px 0 100px 0;
}
.page-header.secondary-iris {
    background: url(/National_Library/oe_/https://www.iris.ac/img/backgrounds/shutterstock_70747537.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    background-position: 0px -100px;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 100px 0 100px 0;
}

.content-section ul, p {
    font-size: 22px;
}
 .content-section.one p {
     font-weight: 600;
 }
.content-section.one blockquote {
    padding-bottom: 50px;
}
.content-section.iris.two {
    background: url(/National_Library/oe_/https://www.iris.ac/img/backgrounds/shutterstock_70747498.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 100px 0 100px 0 !important;
    color: white;
}

.primary.two {
    background: url(/National_Library/oe_/https://www.iris.ac/img/backgrounds/shutterstock_72425290.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 100px 0 100px 0 !important;
    color: white;
}
.special.two {
    background: url(/National_Library/oe_/https://www.iris.ac/img/backgrounds/autism-therapy.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 100px 0 100px 0 !important;
    color: white;
}
.secondary.two {
    background: url(/National_Library/oe_/https://www.iris.ac/img/backgrounds/shutterstock_71235046.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 100px 0 100px 0 !important;
    color: white;
}
.two p {
    font-size: 18px;
}
.two p.lead {
    font-size: 21px;
}

.page-header p.lead {
    font-family: "Lato", sans-serif;
    font-size: 56px;
    line-height: 1.1;
    color: white;
}
@media (max-width: 360px) {
    .page-header p.lead {
    font-size: 26px;
    line-height: 1.1;
    color: white;
}
}
@media (max-width: 767px) {
    .page-header p.lead {
    font-size: 36px;
    line-height: 1.1;
    color: white;
}
}

.page-header p.lead-sml {
    font-size: 24px;
    color: white;
}
@media (max-width: 360px) {
    .page-header p.lead-sml {
    font-size: 16px;
    color: white;
}
}
.action-buttons .col-lg-4 {
    padding: 0;
}

.content-section {
    padding: 0 0 50px 0;
}

html {
    -webkit-font-smoothing: antialiased !important;
    font-smoothing: antialiased !important;
    text-rendering: optimizeLegibility !important;
    height: 100%;
    /*    background: url(/National_Library/oe_/https://www.iris.ac/img/backgrounds/photo-1442512595331-e89e73853f31.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; */
}

body {
    font-family: 'Open Sans', sans-serif;
    background-color: #FFF;
    color: #777;
    overflow-x: hidden;
    height: 100%;
}

a,
a:link,
a:visited {
    text-decoration: none;
    color: #50525f;
    outline: 0;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

a:active,
a:hover {
    color: #f56363;
    outline: 0;
}

.fullwidth-section {
    position: relative;
    padding-top: 70px;
    /*    padding-bottom: 270px; */
}

.fullwidth-section.half-padding {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}

.parallax {
    position: absolute;
    background-attachment: fixed;
    background-position: top center;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

@media (max-width: 1028px) {
    .parallax {
        /*      background-attachment: scroll; */
    }
}


/* Page Loading */

blockquote {
    font-size: 16px;
}

.small-quote {
    font-size: 13px;
}

.big-quote {
    font-size: 24px;
    line-height: 1.8;
}


/* =================================  */


/* ==========  HELPER CLASSES ==========  */


/* =================================  */

.color-primary {
    color: #D8491F;
}

.color-secondary {
    color: #00ADE3;
}

.color-special {
    color: #D71B22;
}

.color-white {
    color: #FFF !important;
}

.color-dark {
    color: #50525f!important;
}

.weight-400 {
    font-weight: 400;
}

.weight-600 {
    font-weight: 600;
}

.weight-700 {
    font-weight: 700;
}

.weight-800 {
    font-weight: 800;
}

.weight-900 {
    font-weight: 900 !important;
}

.uppercase {
    text-transform: uppercase;
}

.top-margin-10 {
    margin-top: 10px;
}

.top-margin-40 {
    margin-top: 40px;
}

.top-margin-50 {
    margin-top: 50px;
}

.top-margin-150 {
    margin-top: 150px;
}

.bottom-margin-50 {
    margin-bottom: 50px !important;
}

.kill-top-margin {
    margin-top: 0 !important;
}

.padding-15 {
    padding: 15px;
}

.top-padding-25 {
    padding-top: 25px;
}

.top-padding-50 {
    padding-top: 50px;
    ;
}

.top-padding-75 {
    padding-top: 75px !important;
}

.max-width-350 {
    max-width: 350px;
}


/* =================================  */


/* ======= HERO FEATURES === */


/* =================================  */

.hero-spacer {
    margin-top: 50px;
}

.hero-feature {
    margin-bottom: 30px;
}


/* =================================  */


/* ======= EQUAL HEIGHT COLUMNS === */


/* =================================  */


/* TESTING FLEXBOX START */

.thumbnail .panel-footer {
    padding: 0;
    background-color: inherit;
}

.row-flex,
.row-flex>div[class*='col-'] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 1 1 auto;
}

.row-flex-wrap {
    -webkit-flex-flow: row wrap;
    align-content: flex-start;
    flex: 0;
}

.row-flex>div[class*='col-'],
.container-flex>div[class*='col-'] {
    margin: -.2px;
    /* hack adjust for wrapping */
}

.container-flex>div[class*='col-'] div,
.row-flex>div[class*='col-'] div {
    width: 100%;
}

.flex-col {
    display: flex;
    display: -webkit-flex;
    flex: 1 100%;
    flex-flow: column nowrap;
}

.flex-grow {
    /*	display: flex; */
    -webkit-flex: 2;
    flex: 2;
}


/* TESTING FLEXBOX END */


/* =================================  */


/* ==========  ACCORDION STYLES ==========  */


/* =================================  */

.panel-title {
    margin-right: 10px;
    /*    top: 5px; */
}

.panel-heading {
    cursor: pointer;
}

.panel-default>.panel-heading {
    min-height: 40px;
    border-left: 10px solid #00ade3;
}

.accordion-toggle:after {
    /* symbol for "opening" panels */
    position: relative;
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    color: inherit;
}

.panel-heading.collapsed .accordion-toggle:after {
    /* symbol for "collapsed" panels */
    position: relative;
    content: "\e080";
}


/* =================================  */


/* ==========  END ACCORDION STYLES ==========  */


/* =================================  */


/* =================================  */


/* ==========  HEADING STYLES ==========  */


/* =================================  */

h1,
h2,
h3,
h4 {
    font-family: 'Raleway', sans-serif;
    line-height: 1.4;
}

h1 {
    font-weight: 800;
}

h2, h3, h4 {
    font-weight: 600;
}

/* ----------------------------
 * Callouts
 * ----------------------------
 */
.action-buttons {
    position: relative;
    top: -50px;
}
.callout-block {
    background-color: #F5F3F4;
    position: relative;
    top: -20px;
    border-left: 5px solid #a94545;
    border-right: 5px solid #a94545;
    padding: 15px;
}

.callout-block-sm {
    border-left: 5px solid #a94545;
    border-right: 5px solid #a94545;
    padding-top: 20px;
}

.callout-block h1,
.callout-block h2,
.callout-block h3,
.callout-block h4 {
    font-weight: 300;
    line-height: 1.4;
}

.callout-block-sm h1,
.callout-block-sm h2,
.callout-block-sm h3,
.callout-block-sm h4 {
    font-weight: 200;
    line-height: 0.8;
}
.callout-block-sm .btn {
    margin-top: 25px;
}

/* =================================  */


/* ============  IMAGE STYLES ==========  */


/* =================================  */

img {
    max-width: 100%;
}


/* =======================================  */


/* ============  CASE STUDY STYLES ============  */


/* =======================================  */

.col-inside {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 0 10px;
    padding-bottom: 10px;
    background-color: #eee;
    -webkit-box-shadow: 10px 10px 15px 0px lightgrey;
    -moz-box-shadow: 10px 10px 15px 0px lightgrey;
    box-shadow: 10px 10px 15px 0px lightgrey;
}

.col1:first-child {
    padding: 0 4px 0 0;
}

.col1:nth-child(2) {
    padding: 0 4px;
}

.col1:last-child {
    padding: 0 0 0 4px;
}


/* =============================================  */


/* ===============  PRESENTATION STYLES =============  */


/* =============================================  */

@media (min-width: 768px) and (max-width: 990px) {
    .presentation-frame {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .presentation-frame {
        display: none;
    }
}


/* =======================================  */


/* ===========  TESTIMONIALS STYLES ===========  */


/* =======================================  */

#carousel .carousel-indicators {
    position: relative;
    top: 10px;
}

#carousel .carousel-indicators .active {
    width: 14px;
    height: 14px;
    margin: 1px;
    background-color: transparent;
    border: 2px solid;
}

#carousel .carousel-indicators li {
    display: inline-block;
    width: 11px;
    height: 11px;
    margin: 2px;
    margin-bottom: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid;
    border-radius: 10px;
}

#carousel h3 {
    margin-top: 30px;
    font-weight: 300;
    margin-bottom: 30px;
    line-height: 1.6;
}

#carousel .source {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: #50525f;
}


/* ===============================================  */


/* =============  ICON FEATURE BOXES STYLES =============  */


/* ===============================================  */


/* === Vertical 3 Column === */


/* === Horizontal 3 Column === */

.icon-feature-horizontal {
    display: table;
    margin-top: 20px;
    margin-bottom: 20px;
}

.icon-feature-horizontal .icon {
    display: table-cell;
    padding-top: 15px;
}

.icon-feature-horizontal .icon i {
    font-size: 36px;
}

.icon-feature-horizontal .content {
    display: table-cell;
    vertical-align: top;
    text-align: left;
    padding-left: 20px;
}


/* ============================================================ */


/* =================  CONTACT PAGE MAP STYLES ======================= */


/* ============================================================ */

.map-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    height: 300px;
    border-radius: 2px;
    overflow: hidden;
}

#map-canvas {
    width: 100%;
    height: 300px;
    border: 0;
    border-radius: 2px;
}



/* ================================================================ */
/* =================  CONTACT PAGE FORM STYLES ================== */
/* ================================================================ */

body{
    background-color: transparent;
}

.jf-form{
    margin-top: 28px;
}

.jf-option-box{
    display: none;
    margin-left: 8px;
}

.jf-hide{
    display: none;
}

.jf-disabled {
    background-color: #eeeeee;
    opacity: 0.6;
    pointer-events: none;
}

/*
overwrite bootstrap default margin-left, because the <label> doesn't contain the <input> element.
*/
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: 0px;
}

div.form-group{
    padding: 8px 8px 4px 8px;
}

.has-error .input-group-addon {
    border-color: transparent !important;
}

.form-group.has-error.bg-info {
    background-color: transparent !important;
}



.mainDescription{
    margin-bottom: 10px;
}
.responsive img{
    width: 100%;
}

p.error, p.validation-error{
    padding: 5px;
}

p.error{
    margin-top: 10px;
    color:#a94442;
}

p.server-error{
    font-weight: bold;
}

div.thumbnail{
    position: relative;
    text-align: center;
}

div.thumbnail.selected p{
    color: #ffffff;
}

div.thumbnail .glyphicon-ok-circle{
    position: absolute;
    top: 16px;
    left: 16px;
    color: #ffffff;
    font-size: 32px;
}

.jf-copyright{color: #888888; display: inline-block; margin: 16px;display:none;}

.form-group.required .control-label:after {
    position:relative;
    top: 4px;
    font-size: 16px;
    color: #dd0000;
    content: "[*]";
    margin-left: 6px;
}

.submit .btn.disabled, .submit .btn[disabled]{
    background: transparent;
    opacity: 0.75;
}

/* for image option with span text */
.checkbox label > span, .radio label > span{
    display: block;
}

.form-group.inline .control-label,
.form-group.col-1 .control-label,
.form-group.col-2 .control-label,
.form-group.col-3 .control-label
{
    display: block;
}

.form-group.inline div.radio,
.form-group.inline div.checkbox{
    display: inline-block;
}

.form-group.col-1 div.radio,
.form-group.col-1 div.checkbox{
    display: block;
}

.form-group.col-2 div.radio,
.form-group.col-2 div.checkbox{
    display: inline-block;
    width: 48%;
}

.form-group.col-3 div.radio,
.form-group.col-3 div.checkbox{
    display: inline-block;
    width: 30%;
}

#contact form {
    position: relative;
    z-index: 3;
}

#contact .form-group {
    color: #FFF;
}

#contact .form-group input,
#contact .form-group textarea {
    background-color: rgba(55, 55, 55, .4);
    color: #FFF;
    border: none;
    padding: 12px 10px;
    height: auto;
    font-size: 13px;
    border-radius: 2px;
    box-shadow: none;
}

#contact .form-group textarea {
    border-radius: 2px;
}

#contact label {
    font-family: 'Raleway', sans-serif;
    max-width: 100%;
    color: #50525F;
    font-size: 13px;
    font-weight: 400;
    margin-top: 10px;
}


/* Form Validation */

#error {
    color: #DD5555;
    margin-top: 5px;
    font-size: 14px;
    display: none;
}

#contact form {
    position: relative;
    z-index: 3;
}

#contact .form-group {
    color: #FFF;
}

#contact .form-group input,
#contact .form-group textarea {
    background-color: rgba(55, 55, 55, .4);
    color: #FFF;
    border: none;
    padding: 12px 10px;
    height: auto;
    font-size: 13px;
    border-radius: 2px;
    box-shadow: none;
}

#contact .form-group textarea {
    border-radius: 2px;
}

#contact label {
    font-family: 'Raleway', sans-serif;
    max-width: 100%;
    color: #50525F;
    font-size: 13px;
    font-weight: 400;
    margin-top: 10px;
}


/* Form Validation */

#error {
    color: #DD5555;
    margin-top: 5px;
    font-size: 14px;
    display: none;
}


/* ================================================== */


/* =================  FORM STYLES ======================= */


/* ================================================== */

form {
    position: relative;
    z-index: 3;
}

.form-group {
    color: #FFF;
}

.form-group input,
.form-group textarea {
    border-radius: 2px;
    background-color: rgba(0, 0, 0, 0);
    color: #777;
    border: 2px solid #EEE;
    padding: 8px;
    height: auto;
    font-size: 13px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control:focus {
    border-color: #ccc;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-group textarea {
    border-radius: 2px;
}

label {
    font-family: 'Raleway', sans-serif;
    max-width: 100%;
    color: #50525f;
    font-size: 13px;
    font-weight: 400;
    margin-top: 10px;
}


/* Form Validation */

#notice {
    color: #50525F;
    margin-top: 5px;
    font-size: 14px;
}

#error,
#inv-email,
#inv-name,
#inv-org-name {
    color: #DD5555;
    margin-top: 5px;
    font-size: 14px;
    display: none;
}


/* ====================================================== */


/* ====================  POPUP STYLES ======================= */


/* ====================================================== */

.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 1500px;
    margin: 20px auto;
}


/* ======================================================== */


/* ================= BREADCRUMBS STYLES ======================= */


/* ======================================================== */

.breadcrumb {
    top: 90px;
}

.breadcrumb {
    font-family: 'Raleway', sans-serif;
    padding: 8px 15px;
    margin-bottom: 0px;
    list-style: none outside none;
    background-color: transparent;
    border-radius: 0;
    color: #50525F;
    font-size: 14px;
    font-weight: 400;
}

.breadcrumb>li+li:before {
    font-family: 'FontAwesome';
    padding: 0px 5px;
    content: "\f101";
    color: #50525F;
}

.breadcrumb>.active {
    color: #50525F;
}


/* ====================================================== */


/* ================= PAGINATION STYLES ======================= */


/* ======================================================= */

.pagination {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    color: #f56363;
    background-color: #eee;
    border-color: #ddd;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #50525F;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination>.active>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #f56363;
    border-color: #f56363;
}


/* ====================================================== */


/* ===================  FOOTER STYLES ======================= */


/* ====================================================== */

.footer {
    background-color: #3c3e47;
}

.footer p {
    color: white;
}

.footer a {
    color: white !important;
    cursor: pointer;
}

.footer .social-icons i {
    display: inline-block;
    font-size: 30px;
    color: #ffffff;
    padding: 20px;
    border-radius: 2px;
    border: none !important;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}

.footer .social-icons i:hover {
    color: #FFF;
    background-color: #F56363;
}

.footer a,
.footer a:link,
.footer a:visited {
    text-decoration: none;
    color: #BBB;
    outline: 0;
}

.footer a:active,
.footer a:hover {
    color: #f56363;
    outline: 0;
}

.footer-logo {
    display: inline-block;
    margin-right: 20px;
    margin-left: 20px;
    margin-top: -20px;
}

.svg-logo {
    width: 75%;
    height: 100%;
    fill: #94DCF1;
}

.svg-logo:hover {
    fill: #FFFFFF;
}

@media (max-width: 767px) {
    .svg-logo {
        display: block;
        width: 40%;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
    }
}


/* ===== STYLES FOR NON-SVG LOGOS ===== */

.non-svg-logo {
    width: 75%;
    height: 100%;
    fill: #94DCF1;
}

@media (max-width: 767px) {
    .non-svg-logo {
        display: block;
        width: 50%;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 768px) {
    .footer .social-icons i {
        display: block;
    }
    .footer-logo {
        margin: 0 auto;
        padding-top: 20px;
        padding-bottom: 20px;
        display: block;
    }
}


/* ===== Special List Styles ===== */

.custom-bullet li {
    display: block;
}

.custom-bullet li:before {
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e013";
    font-family: 'Glyphicons Halflings';
    font-size: 14px;
    float: left;
    margin-top: 4px;
    margin-left: -17px;
    padding-right: 15px;
    color: #FF0000;
}


/*** uncss> filename: https://fonts.googleapis.com/css?family=Roboto:300,400,500,700 ***/

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Light'), local('Roboto-Light'), url(https://web-archive.nli.org.il/National_Library/oe_/https://fonts.gstatic.com/s/roboto/v15/Hgo13k-tfSpn0qi1SFdUfaCWcynf_cDxXwCLxiixG1c.ttf) format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(https://web-archive.nli.org.il/National_Library/oe_/https://fonts.gstatic.com/s/roboto/v15/zN7GBFwfMP4uA6AR0HCoLQ.ttf) format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: local('Roboto Medium'), local('Roboto-Medium'), url(https://web-archive.nli.org.il/National_Library/oe_/https://fonts.gstatic.com/s/roboto/v15/RxZJdnzeo3R5zSexge8UUaCWcynf_cDxXwCLxiixG1c.ttf) format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Bold'), local('Roboto-Bold'), url(https://web-archive.nli.org.il/National_Library/oe_/https://fonts.gstatic.com/s/roboto/v15/d-6IYplOFocCacKzxwXSOKCWcynf_cDxXwCLxiixG1c.ttf) format('truetype');
}