html {
  font-size: 16px;
}

.buttongeri {
    background-color: rgb(222, 255, 197);
    border: none;
    color: #000000;
    padding: 8px 16px;
    text-align: center;
    font-size: 16px;
    margin: 4px 2px;
    opacity: 0.6;
    transition: 0.3s;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}

.buttongeri:hover {opacity: 1}

:focus {
  outline: none;
}

.col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

#commerce .textarea{
    width: 500px;
    height: 150px;
}

#commerce .center {
    align: center;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#commerce .white {
    color: white;
}

#commerce .black {
    color: black;
}
#commerce .satir-genislet {
    width: 200px;
}

body {
    width:100%; height:100%;
    background-image: url("../img/logo2.png");
    background-repeat : no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: 45%;
    background-blend-mode: soft-light;

    /*font-family: Raleway, 'Segoe UI', Arial;*/
    font-size: 1rem;
}

h1 {
    font-size: 28px;
    font-weight: 600;
}

a {
  color: #333;
}



.navbar .submenu {
  opacity: 0;
  transition: opacity 5.5s ease-out;
  position: absolute;
  left: 0;
  background-color: #333;
  width: 100%;
  padding: 3rem;
  color: #fff;
  z-index: 100;
}

.navbar li.open .submenu {
  opacity: 1;
}

.navbar .nav > li.no-relative {
  position: initial;
}

.navbar .thumbnail {
  text-decoration: none;
  background-color: #555;
  border-color: #333;
  color: #ddd;
  padding: 10px;
}

.navbar a.thumbnail.active,
.navbar a.thumbnail:focus,
.navbar a.thumbnail:hover {
  border-color: #000;
}

#profile-page .img-profile {
  height: 260px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 6px;
}

#profile-page hgroup {
  margin: 18px 0;
}

#profile-page h1,
#profile-page h2 {
  margin: 0.5rem 0;
}

#profile-page h1 {
  font-size: 1.4rem;
  font-weight: 600;
}

#profile-page h2 {
  font-size: 1rem;
  font-weight: 300;
  color: #666;
}

#profile-page .list-group-item {
  border: 0;
  padding-left: 0;
}

#profile-page .nav-tabs li a {
  border: 0;
  border-bottom: 3px solid transparent;
  padding: 1rem 2rem;
}

#profile-page .nav-tabs li.active a {
  border-bottom: 3px solid #ff6600;
}

#profile-page .tab-content .tab-pane {
  padding: 1rem 0;
}

#profile-page .progress {
  height: 34px;
}

#profile-page .progress .progress-bar {
  line-height: 34px;
}

#profile-page .small-course-info {
  font-size: 0.8rem;
  color: #aaa;
}

#last-activities,
#courses-taken {
  padding: 10px 0;
}

#last-activities .course-list-item h4,
#courses-taken .course-list-item h4 {
  margin: 0 !important;
}

/* GENERAL */
.panel .list-group-item.active {
  background-color: initial;
  border: 0;
  color: inherit;
  border-left: 3px solid #ff6600;
}

.select2-selection__rendered,
.select2-selection__arrow,
.select2-selection--single {
  height: 34px !important;
  line-height: 34px !important;
}

#commerce {
  background-color: #f0f0f0;
}

#commerce h2 {
  font-weight: 600;
  font-size: 1.8rem;
}

#commerce h3 {
  font-size: 1.6rem;
}

#commerce h4 {
  font-size: 1.4rem;
  margin-bottom: 5px;
}

#commerce .navbar-brand {
  width: 100px;
}

#commerce .navbar-back {
    background-color: #b6e0ff;
}
#commerce .footer-back {
    background-color:#1F2A44;
    /*opacity: 0.7;*/
    /*position: -webkit-sticky;*/
    /*bottom: 0;*/
    /*width: 100%;*/
    /*height: 60px;*/
    /*color: #fff;*/
    /*text-align: center;*/
    /*z-index: 0;*/
}

#commerce .navbar-brand img {
  height: 30px;
  margin-top: -6px;
}

#commerce .panel-theme {
  border-color: #ddd;
}

#commerce .panel-theme .panel-heading {
  color: #333;
  font-weight: 600;
  border-color: #ddd;
  border-top: 2px solid #e52d04;
  background: linear-gradient(to bottom, #fff 0%, #dfdfdf 100%);
}

#commerce .panel-default h3 {
  font-size: 14px;
  font-weight: 600;
  margin: 0 10px 5px 10px;
}

#commerce .badge-theme {
  font-weight: 400;
  background-color: #e52d04;
  margin-top: -15px;
}

#commerce .btn-theme {
  background-color: #e52d04;
  color: #fff;
}

#commerce .btn-theme:hover {
  filter: contrast(90%);
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d1d3e2;
    border-radius: 0.35rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-primary {
    color: #fff;
    background-color: #4e73df;
    border-color: #4e73df;
}

#commerce #navbar-search {
  width: 400px;
}

#commerce .carousel {
  overflow: hidden;
}

#commerce .carousel .carousel-caption {
  right: 0%;
  left: 0;
  height: 50px;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
}

#commerce .carousel img {
  height: 356px !important;
}

#commerce #sidebar-product {
  height: 356px !important;
}

#commerce .list-group.categories {
  font-size: 0.8rem;
}

#commerce .bg-content {
  padding: 10px 15px;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

#commerce .products .product {
  text-align: center;
}

#commerce .products .product img {
  height: 200px;
  border-radius: 4px;
  margin-bottom: 5px;
  max-width: 100%;
}

#commerce .products .product .price {
  font-size: 20px;
  font-weight: 600;
}

#commerce .nav-tabs {
  padding-left: 6px;
}

#commerce .nav-tabs li.active a {
  font-weight: 600;
  border-bottom: inherit;
  margin-top: 1px;
  border-top: 2px solid #e52d04;
  background: linear-gradient(to top, #fff 0%, #dfdfdf 100%);
}

#commerce .tab-content {
  padding: 10px;
  border: 1px solid #ddd;
  margin-top: -1px;
}

#commerce .price {
  font-size: 24px;
  font-weight: 600;
}

#commerce .price small {
  font-size: 14px;
}

#commerce footer {
  background-color: #fff;
  padding: 50px;
}

/*# sourceMappingURL=app.css.map */
