@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    line-height: 20px;
    font-color: rgb(49, 64, 82);
    background-color: #FBFDFD;
    font-size: 16px;
}

#container {
    min-height: 100%;
    position: relative;
}

#header {
    padding: 0px;
}

.navbar, .footer {
    background-color: #1cb22e;
}

.navbar-header button {
    background: #fff;
    margin-right: 40px;
}

.navbar-header img {
    margin-left: 60px;
}

span.icon-bar {
    background: black;
}

.navbar-toggle {
    margin: 23px 0;
}

.navbar-nav, .navbar-nav li, .navbar-nav li a {
    height: 80px;
    line-height: 80px;
}

.navbar-nav li a {
    padding-top: 0;
    padding-bottom: 0;
}

ul.nav.navbar-nav.navbar-right {
    font-size: 14px;
    position: relative;
    margin: 0 auto;
}

ul.nav.navbar-nav.navbar-right li a {
    color: white;
    font-weight: bold;
    padding: 10px 20px 10px 20px;
}

ul.nav.navbar-nav.navbar-right li a:focus, ul.nav.navbar-nav.navbar-right li a:active {
    background-color: transparent;
}

ul.nav.navbar-nav.navbar-right li a:hover {
    color: #bfc1cd;
    background-color: transparent;
}

#body {
    padding-top: 0px;
    padding-bottom: 75px; /* Height of the footer with margin+paddinglist-container */
    width: 60%;
    font-size: 16px;
    width: 80%;
    margin: 0 auto;
}

#body p {
    text-align: justify;
}

.upper-content {
    margin: 20px auto;
    margin-bottom: 50px;
}

.list-container {
    /*margin-left: 150px;*/
    margin-top: 0px;
}

.list-container ul li {
    display: inline-block;
    margin: 0px 5px 5px 5px;
    font-size: 12px;
}

.upper-content.images-font-options {
    font-size: 12px;
    color: rgb(124, 124, 125);
}

.list-container ul li i {
    font-size: 5px;
    vertical-align: middle;
}

.upper-content-image {
    padding-left: 12%;
    padding-top: 50px;
}

.text-green {
    /*color: #8785A2;*/
    color: #337ab7;
}

.rating {
    unicode-bidi: bidi-override;
    direction: rtl;
    font-size: 25px;
}

.rating > span:hover:before,
.rating > span:hover ~ span:before {
    content: "\2605";
    position: absolute;
    color: #1cb22e;
}

/*
.st-line {
  float: left; 
  width: 5px; 
  min-height: 260px; 
  background-color: #1cb22e;
  margin-right: 25px;
}
div.how-to-use {
  position: relative;
}
.how-to-use div {
  position: absolute;
  left: -15px;
  top: 0px;
  height: 260px;
  width: 4px;
  background-color: green;
  margin-right: 10px;
}
*/
.how-to-use {
    margin-left: -15px;
}

.upper-content .how-to-use {
    border-left: 5px solid #337ab7;
    padding-left: 10px;
}

.lower-content h3.horizontal-heading {
    position: relative;
    text-align: center;
}

.lower-content h3.horizontal-heading span {
    background: #FFE2E2;
    padding: 0 15px;
    position: relative;
    z-index: 1;
}

.lower-content h3.horizontal-heading:before {
    background: #ddd;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 100%;
}

.lower-content h3.horizontal-heading:before {
    left: 0;
}

.card a {
    /*margin-left: 25%;*/
    margin-bottom: 10px;
}

.card-img{
    margin-bottom: 10px;
}

#footer {
    position: relative;
    bottom: 0;
    width: 100%;
    height: 115px; /* Height of the footer */
}

.footer {
    padding: 0px;
    color: white;
}

.footer p {
    margin-top: 20px;
    text-align: center;
}

.footer a i {
    font-size: 24px;
    margin-right: 15px;
    color: #bfc1cc;
}

.footer-dash {
    background: #fff !important;
    margin: 0 auto;
    padding-top: 20px;
}

.footer-dash p {
    color: #4e4e4e !important;
    line-height: 2.0;
}

.footer-dash li h4 {
    margin-bottom: 20px;
    color: #000 !important;
}

.footer-dash li {
    margin-bottom: 10px;
}

.footer-dash a {
    color: #4e4e4e !important;
}

.footer-dash img {
    margin-top: -25px;
}

@media (max-width: 1000px) {
    body {
        line-height: 18.8571px;
        font-size: 12px;
    }

    .card a.btn.btn-primary {
        /*margin-left: 50px;*/
    }
}

@media (max-width: 980px) {
    .card a.btn.btn-primary {
        /*margin-left: 35%;*/
    }
}

@media (max-width: 767px) {
    .navbar-brand {
        padding: 0;
    }

    .navbar-brand img {
        margin-top: 5px;
        margin-left: 5px;
    }

    /*
    div.print {
      display: none;
    }*/
}

