html,
body {
  height: 100%;
  font-family: "Mukta", sans-serif;
}

.boldText{
  font-weight: bold;
}

.about_text{
  margin-top: 20px;
}

.tutorial_imgs{
  margin: 10px 0;
  border: 2px dashed #caccd1;
}

.wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -60px;
  padding: 0 0 60px;
}

.footer {
  height: 60px;
  font-size: 12px;
  background-color: #444;
  border-top: 1px solid #444;
  padding-top: 20px;
  color: #fff;
}
.footer a {
  color: #fff;
  margin-right: 10px;
}
.jumbotron {
  text-align: center;
  background-color: transparent;
}

.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}

.not-set {
  color: #c55;
  font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px;
}

a.asc:after {
  content: /*"\e113"*/ "\e151";
}

a.desc:after {
  content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
  content: "\e153";
}

.sort-numerical a.desc:after {
  content: "\e154";
}

.sort-ordinal a.asc:after {
  content: "\e155";
}

.sort-ordinal a.desc:after {
  content: "\e156";
}

.grid-view th {
  white-space: nowrap;
}

.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}

.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
  padding: 15px;
  border: none;
}

@media (max-width: 767px) {
  .nav li > form > button.logout {
    display: block;
    text-align: left;
    width: 100%;
    padding: 10px 15px;
  }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
  text-decoration: none;
}

.nav > li > form > button.logout:focus {
  outline: none;
}
.d-flex {
  display: flex;
  justify-content: space-between;
}
.nav-head {
  padding: 6px;
  background: #111;
  color: #fff;
}
.navbar-brand {
  padding: 2px;
}
.d-flex p {
  font-size: 12px;
  margin: 0;
  display: inline-block;
}
.breadcrumb {
  background: none;
}
.breadcrumbs {
  background: #f2f6fa;
}
.breadcrumb {
  margin-bottom: 0;
}
.navbar {
  background-color: #f37a00;
  border: none;
  margin-bottom: 0;
  border-radius: 0;
}
.navbar a {
  color: #fff;
}
.navbar a:hover,
.navbar a:focus,
.btn.logout:hover,
.btn.logout:focus {
  background-color: #444 !important;
  color: #fff;
  text-decoration: none;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus,
.btn.logout:hover,
.btn.logout:focus {
  background-color: #444;
  /*border-color: #f07a39;*/
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #ffffff;
}
.carousel-caption {
  bottom: 30px;
  padding: 0;
}
marquee {
  background: #f2f6fa;
}



.thumbnail {
  padding: 0;
  box-shadow: 0 0 5px 1px #eee;
  min-height: 430px;
}

.home_categories .thumbnail {
  min-height: 350px;
}

.video_page .thumbnail {
  min-height: 320px;
}
.thumbnail h3 {
  margin: 5px 0;
}
.caption {
  padding: 0 !important;
}

.carousel .btn-warning {
  background: #fff !important;
  color: #000;
  border: 1px solid #000 !important;
  border-radius: 0;
}
.carousel .btn-warning:hover {
  color: #fff;
  border-radius: 0;
  background: #f37a00 !important;
  border-color: #f37a00 !important;
}
.btn-warning {
  background: #fff !important;
  color: #f37a00;
  border: 1px solid #f37a00 !important;
}
.btn-warning:hover,
.btn-warning:focus {
  background: #f37a00 !important;
  border-color: #f37a00 !important;
}
.btn.logout {
  color: #444;
  width: 100%;
  text-align: left;
  padding: 3px 20px;
}
.thumbnail .btn-warning {
}
.image-cropper {
  width: 150px;
  height: 150px;
  position: relative;
  overflow: hidden;

  margin: 0 auto;
  /*background: #e0e0e0;*/
}
.profile-pic {
  display: inline;
  margin: 0 auto;
  /*margin-left: -25%; //centers the image*/
  height: 100% !important;
  border-radius: 5%;
  width: auto;
}
.call-to-action {
  padding: 30px;
  background: #f2f6fa;
}
.call-to-action .btn-warning {
  background: #f37a00 !important;
  border-color: #f37a00 !important;
  color: #fff;
}
.call-to-action .btn-warning:hover {
  background: #fff !important;
  color: #f37a00;
  border: 1px solid #f37a00 !important;
}
.ban-img {
  height: 350px !important;
  margin: 0 auto;
}
.cat-title {
  color: #f37a00;
}
@media only screen and (max-width: 600px) {
  .ban-img {
    height: 100px !important;
    margin: 0 auto;
  }
}
#scroll {
  position: fixed;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #f37a00;
  text-indent: -9999px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  z-index: 10001;
}
#scroll span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #ffffff;
}
#scroll:hover {
  background-color: #fff;
  border: 1px solid #f37a00;
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}
#scroll:hover span {
  border-bottom-color: #f37a00;
}
.carousel-control.left,
.carousel-control.right {
  background-image: none;
}
.euser.thumbnail {
}
.euser.thumbnail .euser-img {
  max-width: 150px;
  max-height: 150px;
}
.euser.thumbnail .euser-caption {
  padding: 10px;
}
.euser.thumbnail .euser-caption h3 {
  margin: 10px 0;
}
.euser.thumbnail .euser-caption p {
  margin: 10px 0;
  color: #888;
}
.duser p {
  color: #888;
  font-size: 15px;
  word-break: break-all;
}
.social-icon .fa {
  font-size: 22px;
  color: #f2f2f2;
}
.social-icon .fa-inverse {
  color: #333 !important;
}
.social-icon:hover {
  display: inline-block;
}
.euser.thumbnail .flex {
  display: flex;
  margin: 10px 0;
}
.euser.thumbnail .flex {
  width: 200px;
  margin: 0 auto;
}
.duser .mdl-img {
  padding: 10px;
}
.duser-img {
  margin: 0 auto;
  max-width: 200px;
  max-height: 200px;
}

.duser .social-icon-user {
  width: 60px;
  padding-right: 10px;
}

.navbar-toggle{
  border: 1px solid white;
}

.navbar-toggle .icon-bar{
  background:white;
}

.footer > .container{
  background: #444;
}

@media screen and (max-width: 480px){
  .navbar a{
    margin-left: 10px;
  }

  .d-flex>.container{
    text-align: center;
  }

  .footer > .container{
    text-align: center;
  }
}
/*-----------Detail Page Gallery--------*/
/* The Modal (background) */
.gal-css.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 20px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.95);
}

/* Modal Content */
.gal-css .modal-content {
  position: relative;
  background-color: #bbbbbb73;
  margin: auto;
  padding: 0;
  width: 50%;
  max-width: 1200px;
}

/* The Close Button */
.gal-css .close-btn {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
  opacity: 1;
}

.gal-css .close-btn:hover,
.gal-css .close-btn:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.gal-css .mySlides {
  display: none;
  width: 50%;
  margin: 0 auto;
  text-align: center;
  min-height: 400px;
  align-items: center;
}
.gal-css .mySlides img {
  /* width: 100%; */
  height: auto;
  /* background: #fefefe; */
  max-height: 400px;
  max-width: 100%;
  margin: 0 auto;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.gal-css .prev,
.gal-css .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.gal-css .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.gal-css .prev:hover,
.gal-css .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.gal-css .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.gal-css img {
  margin-bottom: -4px;
}

.gal-css .caption-container {
  text-align: center;
  background-color: black;
  /* padding: 10px; */
  color: white;
  margin-top: 10px;
}
.gal-css .caption-container p {
  color: #fff;
  padding: 10px;
  margin-bottom: 0;
}
.gal-css .demo {
  opacity: 0.6;
}

.gal-css .active,
.gal-css .demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/*-----------Detail Page Gallery END--------*/

.page-heading {
  padding: 15px;
  background: #f2f6fa;
  margin-bottom: 30px;
}
.page-heading h2 {
  text-transform: capitalize;
}

.thank_you_message {
  margin-top: 100px;
  padding: 50px;
  /* box-shadow: 1px 1px 5px #f2f2f2; */
  border: 1px dashed #f37a00;
}

.thank_you_message p {
  margin: 20px 0;
}

.thank_you_message .success_img {
  margin: 0 auto;
}

.thank_you_message .order_text {
  font-size: 18px;
  line-height: 30px;
}

.social a i {
  margin: 0 7px;
  color: white;
}

.d-flex p.contact a {
  color: white;
  text-decoration: none;
}
