body {
  overflow-x: hidden;
}

 #qs-body {
    min-height: 400px;
  }

@media(min-width:1200px) {
  .container {
    width: 980px;
  }
}
.nav-logo {
    margin-top: 5px;
}
@media(max-width:767px) {
   .nav-logo {
      max-width: 80%;
      margin-bottom: 20px;
   }
}
@media(min-width:768px) {
   .nav-logo {
      max-height: 46px;
   }
}
@media(min-width:992px) {
   .nav-logo {
      max-height: 46px;
   }
}
@media(min-width:1200px) {
   .nav-logo {
      max-height: 46px;
   }
}
.navbar-toggle {
   border-radius: 0px;
   margin-right: -5px;
   margin-top: 20px;
}
.icon-bar {
  color: black;
  border-color: black;
  background-color: black;
}
.navbar {
    background-color: #fff;
    border-radius: 0px;
    margin-bottom: 0px;
    padding-bottom: 5px;
}
.main-area {
  padding-top: 5px;
  padding-bottom: 9px;
}
@media(max-width:767px) {
  #qs-body .list-group {
    margin-bottom: 50px;
  }
}
@media(min-width:992px) {
  #qs-body .list-group {
    width: 100%;
  }
}
@media(min-width:1200px) {
  #qs-body .list-group {
    width: 80%;
  }
}
#qs-body .list-group a {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #2c2b2b;
  padding: 15px 10px 15px 20px;
  font-size: 12px;
}

#qs-body .list-group-item.active, #qs-body .list-group-item.active:focus, #qs-body .list-group-item.active:hover{
  color: white !important;
}

#qs-body .list-group a {
  border-top: none;
}
#qs-body .list-group a:nth-child(1) {
  border-top: 1px solid #ddd;
}
h3.top {
  color: #b6b6b6;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  margin-top: 5px;
}
.yellow {
  color: white;
  font-weight: 700;
  background-color: #fac400;
  font-size: 12px;
  margin-left: 10px;
  padding: 2px 10px;
  border-radius: 15px;
}
hr {
  border-color: #ededed;
}
#qs-body h2 {
  color: #000000;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 20px;
}
.text {
  margin-top: 25px;
  font-family: 'Roboto', sans-serif;
  color: #4e4e4e;
  font-size: 12px;
  line-height: 1.35em;
}
.left-part {
  float: left;
  width: 15%;
  padding-top: 30px;
  background-color: #e7e7e7;
  border-right: 1px solid #cccccc;
}
.icon {
  margin: 0 auto;
  display: block;
  margin-bottom: 15px;
  max-height: 20px;
}
.right-part {
  float: left;
  width: 85%;
  background-color: #f8f8f8;
  padding: 25px 10px 5px 10px;
}
.box {
  float: left;
  width: 65%;
  margin-top: 80px;
  margin-bottom: 70px;
  margin-right: 35%;
}
@media(max-width:767px) {
  .box {
    width: 100%;
    margin-right: 0%;
  }
}
@media(min-width:768px) {
  .box {
    width: 80%;
    margin-right: 20%;
  }
}
@media(min-width:992px) {
  .box {
    width: 80%;
    margin-right: 20%;
  }
}
@media(min-width:1200px) {
  .box {
    width: 65%;
    margin-right: 35%;
  }
}
.box p {
  color: #555555;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
}
.bold {
  font-weight: 700;
}
.right {
  float: right;
}
.btns {
  max-height: 11px;
  margin-left: 10px;
}
.short {
  margin-top: 0px;
  margin-bottom: 5px;
}
.right-part ul {
  list-style: none;
  padding-left: 0px;
}
.right-part li {
  font-family: 'Roboto', sans-serif;
  color: #555555;
  font-size: 11px;
  padding: 6px 10px;
  font-weight: 500;
}
.right-part li.selected {
  font-weight: 700;
  background-color: #ebebeb;
}
.right-part li.zero {
  color: #9999a4;
}
hr.dashed {
  border-style: dashed;
  margin-top: 30px;
  margin-bottom: 0px;
}
.padd {
  padding: 0px 10px;
}
.more {
  font-family: 'Roboto', sans-serif;
  color: #555555;
  font-size: 11px;
  padding: 6px 10px;
  font-weight: 500;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.pagination {
  margin-top: 35px;
}
.pagination li a {
  font-family: 'Roboto', sans-serif;
  color: #564395;
  font-size: 12px;
}
.narrow {
  width: 100%;
}
@media(min-width:1200px) {
  .narrow {
    width: 65%;
    margin-left: 25%;
    margin-right: 10%;
  }
}

.next, .prev{
  background-color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #2c2b2b;
  text-align: center;
  padding: 7px 21px;
  font-size: 12px;
}
.gray-box {
  float: left;
  width: 100%;
  padding: 20px 10px 10px 20px;
  background-color: #ececec;
  margin-top: 35px;
  border-radius: 2px;
  margin-bottom: 15px;
}
.gray-box h3 {
  font-family: 'Roboto', sans-serif;
  color: #434343;
  font-weight: 500;
  font-size: 15px;
  margin-top: 0px;
  line-height: 1.5em;
}
.gray-box p {
  font-family: 'Roboto', sans-serif;
  color: #979797;
  font-size: 10px;
  line-height: 1.35em;
}
.radio label {
  font-family: 'Roboto', sans-serif;
  font-size: 8px;
}
.radio input[type="radio"] {
  margin-top: 0px;
}
.radio {
  margin-bottom: 0px;
}
.btn-support {
  font-family: 'Roboto', sans-serif;
  color: #8e8e8e;
  font-weight: 500;
  background-color: #eeeeee;
  border: 1px solid #e2e2e2;
  font-size: 8px;
  padding: 3px 5px;
  margin-left: 3px;
}
.first {
  font-family: 'Roboto', sans-serif;
  border: 1px solid #cccccc;
  border-radius: 2px;
  margin-top: 15px;
  font-size: 12px;
  height: 26px;
  margin-right: 15px;
  width: 115px;
}
.top-search {
  border-right: 1px solid #cccccc;
  padding: 4px 5px;
}
.links {
  padding: 10px 10px 7px;
}
.name {
  font-family: 'Roboto', sans-serif;
  color: #168ec2;
  font-size: 12px;
}
.second {
  margin-top: 15px;
  border: 1px solid #cccccc;
  padding: 1px 6px;
  margin-right: 20px;
  height: 26px;
  width: 100px;
}
.head {
  max-height: 20px;
  margin-right: 10px;
}
.down {
  margin-left: 10px;
}
.top-area {
  background-image: url("../img/background.jpg");
  background-repeat: no-repeat;
  overflow: hidden;
  background-size: cover;
  background-position: top center;
  padding: 60px 0px 65px;
}
.top-area h1 {
  font-family: 'Roboto', sans-serif;
  color: white;
  font-weight: 700;
  font-size: 24px;
}
.top-area p {
  font-family: 'Roboto', sans-serif;
  color: white;
  font-size: 12px;
}
input[type="text"].top-input {
  width: 100%;
  border: none;
  outline: none;
  height: 35px;
  font-family: 'Roboto', sans-serif;
  padding: 5px 30px;
  border-radius: 2px;
}
.last-search {
  position: absolute;
  max-height: 20px;
  left: 0;
  margin-top: -28px;
  margin-left: 22px;
}


/* video cards */
.card {
    border: 0;
    font-weight: 400;
}
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    max-width: 380px;
    max-height:420px
	
}

.card:hover {
   border-color:#158ec2;
}

.view img, .view video {
    position: relative;
    display: block;
}
.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}

.overlay .fancybox img.card-img-top{
	border:1px solid rgba(0,0,0,.125);
}

img {
    vertical-align: middle;
    border-style: none;
}
.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
   /* border-top: 1px solid rgba(0,0,0,.125); */
}
.card-title {
    margin-bottom: .35rem;
    font-weight: 550;
    text-overflow:ellipsis;
    font-size: 1.5rem;
}

.card .card-body .card-text {
    font-size: 1.4rem;
    font-weight: 400;
    text-overflow:ellipsis;
}
.card .card-body .card-text, .dark-grey-text {
    color: #4f4f4f;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
.overlay .mask {
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.overlay .fancybox img {
    border: none; 
    padding: 0px; 
    margin-top: 0px; 
    margin-bottom: 0px;
}

.view .mask {
    position: absolute;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
}
.waves-effect {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    z-index: 1;
}
.rgba-white-slight {
    background-color: rgba(255,255,255,.1);
}


/* Spinner */

width: 100%;
@-webkit-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes uil-ring-anim {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.uil-ring-css {
  background: none;
  position: relative;
  width: 200px;
  height: 200px;
}
.uil-ring-css > div {
  position: absolute;
  display: block;
  width: 160px;
  height: 160px;
  top: 20px;
  left: 20px;
  border-radius: 80px;
  box-shadow: 0 6px 0 0 #59ebff;
  -ms-animation: uil-ring-anim 1s linear infinite;
  -moz-animation: uil-ring-anim 1s linear infinite;
  -webkit-animation: uil-ring-anim 1s linear infinite;
  -o-animation: uil-ring-anim 1s linear infinite;
  animation: uil-ring-anim 1s linear infinite;
}



