@charset "UTF-8";
/*******************************************************************/
/*** FONTS SETTING ***/
/*******************************************************************/
/*******************************************************************/
/*** bootstrap responsive variables ***/
/*******************************************************************/
/* our custom mixins */
/* ----------------- */
/*****************************************************/
/*** the general classes that helps in coding ***/
/*****************************************************/
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0; }

html {
  font-size: 15px; }

.no-list-style {
  list-style: none; }

.display-table {
  display: table;
  width: 100%;
  height: 100%; }

.align-middle {
  vertical-align: middle; }

.align-center {
  margin-left: auto;
  margin-right: auto; }

.pos-relative {
  position: relative; }

.pos-absolute {
  position: absolute; }

.display-table {
  display: table; }

.align-middle {
  vertical-align: middle; }

.display-table >
.align-middle {
  display: table-cell; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

@media (max-width: 767px) {
  .text-center-xs {
    text-align: center !important; } }

@media (max-width: 767px) {
  .text-left-xs {
    text-align: left !important; } }

@media (max-width: 767px) {
  .text-right-xs {
    text-align: right !important; } }

.normal-weight {
  font-weight: normal; }

.light-weight {
  font-weight: 200; }

.bold-weight {
  font-weight: 600; }

.no-underline {
  text-decoration: none !important; }

.underline {
  text-decoration: underline !important; }

a.underline:hover {
  text-decoration: none !important; }

.font-head {
  font-family: "Lobster", cursive; }

.font-body {
  font-family: "Roboto", sans-serif; }

.strong {
  font-size: 1.2rem; }

.strong-sm {
  font-size: 1.0666666667rem; }

.strong-xs {
  font-size: 0.9333333333rem2; }

.strong-md {
  font-size: 1.4rem;
  line-height: 1.25; }

.strong-lg {
  font-size: 1.6rem;
  line-height: 1.34; }

.block-inline {
  display: inline-block; }

.align-center {
  margin-left: auto;
  margin-right: auto; }

.full-height {
  height: 100%; }

.full-width {
  width: 100%; }

.no-border, .main-header .search-box .btn, .news-bar .panel.panel-default, .news-bar .panel.panel-default .panel-body, .news-bar .panel.panel-default .panel-footer {
  border: none !important; }

.bordered {
  border: 1px solid transparent; }

.bordered-right {
  border-right: 1px solid transparent; }

.bordered-left {
  border-left: 1px solid transparent; }

.bordered-top {
  border-top: 1px solid transparent; }

.bordered-bottom {
  border-bottom: 1px solid transparent; }

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4); }

.bordered-primary {
  border-color: #3f51b5; }

.bordered-success {
  border-color: #001021; }

.bordered-info {
  border-color: #606fc7; }

.bordered-info-alt {
  border-color: #001021; }

.bordered-warning {
  border-color: #fbbc05; }

.bordered-danger {
  border-color: #ef5350; }

.bordered-white {
  border-color: #ffffff; }

.bordered-inverse {
  border-color: #313131; }

.bordered-default {
  border-color: #eeeeee; }

.bordered-default-alt {
  border-color: #c9c9c9; }

.bordered-twitter {
  border-color: #e2f3f5; }

.bordered-twitter-alt {
  border-color: #c3e3f8; }

.bordered-twitter-alt-alt {
  border-color: #5bbef7; }

.bordered-md {
  border-width: 3px; }

.bordered-lg {
  border-width: 5px; }

.bordered-xlg {
  border-width: 20px; }

.bordered-bottom-md {
  border-bottom-width: 3px; }

.no-radius, .scientific-lessons-item .mdl-card, .view-item .mdl-card .item-size-type button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }

.border-radius {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

.no-overflow {
  overflow: hidden; }

.text-overflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.no-padding, .news-bar .panel.panel-default .panel-footer, .news-bar .panel.panel-default .panel-footer ul.pagination li a {
  padding: 0; }

.padding {
  padding: 0.8rem; }

.padding-xs {
  padding: 0.2rem; }

.padding-sm {
  padding: 0.4rem; }

.padding-md {
  padding: 1.6rem; }

.padding-lg {
  padding: 3.2rem; }

.padding-left {
  padding-left: 0.8rem; }

.padding-right {
  padding-right: 0.8rem; }

.padding-top {
  padding-top: 0.8rem; }

.padding-bottom {
  padding-bottom: 0.8rem; }

.padding-left-xs {
  padding-left: 0.2rem; }

.padding-right-xs {
  padding-right: 0.2rem; }

.padding-top-xs {
  padding-top: 0.2rem; }

.padding-bottom-xs {
  padding-bottom: 0.2rem; }

.padding-left-sm {
  padding-left: 0.4rem; }

.padding-right-sm {
  padding-right: 0.4rem; }

.padding-top-sm {
  padding-top: 0.4rem; }

.padding-bottom-sm {
  padding-bottom: 0.4rem; }

.padding-left-md {
  padding-left: 1.6rem; }

.padding-right-md {
  padding-right: 1.6rem; }

.padding-top-md {
  padding-top: 1.6rem; }

.padding-bottom-md {
  padding-bottom: 1.6rem; }

.padding-left-lg {
  padding-left: 3.2rem; }

.padding-right-lg {
  padding-right: 3.2rem; }

.padding-top-lg {
  padding-top: 3.2rem; }

.padding-bottom-lg {
  padding-bottom: 3.2rem; }

.col-no-padding {
  padding: 0 !important; }

.col-padding-1 {
  padding: 0 1px !important; }

.col-padding-2 {
  padding: 0 2px !important; }

.col-padding-3 {
  padding: 0 3px !important; }

.col-padding-4 {
  padding: 0 4px !important; }

.col-padding-5 {
  padding: 0 5px !important; }

.col-padding-6 {
  padding: 0 6px !important; }

.col-padding-7 {
  padding: 0 7px !important; }

.col-padding-8 {
  padding: 0 8px !important; }

.col-padding-9 {
  padding: 0 9px !important; }

.col-padding-10 {
  padding: 0 10px !important; }

.no-margin, .news-bar .panel.panel-default, .news-bar .panel.panel-default .panel-body, .news-bar .panel.panel-default .panel-body ul.demo {
  margin: 0; }

.margin {
  margin: 0.8rem; }

.margin-sm {
  margin: 0.4rem; }

.margin-md {
  margin: 1.6rem; }

.margin-lg {
  margin: 3.2rem; }

.margin-left {
  margin-left: 0.8rem; }

.margin-right {
  margin-right: 0.8rem; }

.margin-top {
  margin-top: 0.8rem; }

.margin-bottom {
  margin-bottom: 0.8rem; }

.margin-left-sm {
  margin-left: 0.4rem; }

.margin-right-sm {
  margin-right: 0.4rem; }

.margin-top-sm {
  margin-top: 0.4rem; }

.margin-bottom-sm {
  margin-bottom: 0.4rem; }

.margin-left-md {
  margin-left: 1.6rem; }

.margin-right-md {
  margin-right: 1.6rem; }

.margin-top-md {
  margin-top: 1.6rem; }

.margin-bottom-md {
  margin-bottom: 1.6rem; }

.margin-left-lg {
  margin-left: 3.2rem; }

.margin-right-lg {
  margin-right: 3.2rem; }

.margin-top-lg {
  margin-top: 3.2rem; }

.margin-bottom-lg {
  margin-bottom: 3.2rem; }

.text-primary {
  color: #3f51b5; }

.text-success {
  color: #001021; }

.text-info {
  color: #252f69; }

.text-warning {
  color: #ca9703; }

.text-danger {
  color: dakken(#ef5350, 50%); }

.text-default {
  color: #666666; }

.text-default-alt {
  color: #757575; }

.text-inverse {
  color: #313131; }

.text-white, .mdl-tooltip span, .main-header .social a, .wrap-sticky .nav.navbar-nav li.dropdown ul li a:hover, .mdl-mini-footer p, .sound-item .media .media-body .play-download button {
  color: #eeeeee; }

.text-twitter {
  color: #5bbef7; }

.text-grey {
  color: #757575; }

.bg-default {
  background-color: #eeeeee; }

.bg-default-alt {
  background-color: #eeeeee; }

.bg-primary {
  background-color: #3f51b5; }

.bg-success {
  background-color: #001021; }

.bg-warning {
  background-color: #fbbc05; }

.bg-danger {
  background-color: #ef5350; }

.bg-info {
  background-color: #8591d5; }

.bg-info-alt {
  background-color: #004187; }

.bg-white, .news-bar, .news-bar .panel.panel-default .panel-footer ul.pagination li a, .inner-section-title {
  background-color: #ffffff; }

.bg-inverse {
  background-color: #313131; }

.bg-twitter {
  background-color: #f6fdff; }

.bg-twitter-alt {
  background-color: #e6f6fd; }

.bg-grey {
  background-color: #e9e9e9; }

.bg-blue {
  background-color: #3f51b5; }

.bg-green {
  background-color: #001021; }

.bg-green-dark {
  background-color: #0f6257; }

.img-container {
  width: 3.6rem;
  height: 3.6rem;
  vertical-align: middle; }

.img-container-xs {
  width: 2rem;
  height: 2rem;
  vertical-align: middle; }

.img-container-sm {
  width: 3.2rem;
  height: 3.2rem;
  vertical-align: middle; }

.img-container-md {
  width: 4rem;
  height: 4rem;
  vertical-align: middle; }

.img-container-lg {
  width: 6.4rem;
  height: 6.4rem;
  vertical-align: middle; }

.icon-pos-left {
  margin-right: 0.4rem; }

.icon-pos-right {
  margin-left: 0.4rem; }

.icon-sm {
  font-size: 0.8rem; }

.icon-md {
  font-size: 1.2rem; }

.icon-lg {
  font-size: 1.4rem; }

.equal-cols {
  margin-bottom: -1000rem;
  padding-bottom: 1000rem; }

.equal-cols-row {
  overflow: hidden; }

.btn-circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%; }

.btn-circle.btn {
  height: 2.4rem;
  width: 2.4rem;
  line-height: 2.4rem;
  padding: 0;
  text-align: center; }

.btn-circle.btn-lg {
  height: 3.2rem;
  width: 3.2rem;
  line-height: 3.2rem; }

.btn-circle.btn-sm {
  height: 1.6rem;
  width: 1.6rem;
  line-height: 1.6rem; }

/*****************************************************/
/*** general-styles rtl ***/
/*****************************************************/
.rtl .bordered-right,
[dir="rtl"] .bordered-right {
  border-left: 1px solid transparent;
  border-right: none; }
.rtl .bordered-left,
[dir="rtl"] .bordered-left {
  border-right: 1px solid transparent;
  border-left: none; }
.rtl .bordered-md,
[dir="rtl"] .bordered-md {
  border-width: 3px; }
.rtl .bordered-lg,
[dir="rtl"] .bordered-lg {
  border-width: 5px; }
.rtl .bordered-xlg,
[dir="rtl"] .bordered-xlg {
  border-width: 20px; }
.rtl .bordered-bottom-md,
[dir="rtl"] .bordered-bottom-md {
  border-bottom-width: 3px; }
.rtl .bordered-primary,
[dir="rtl"] .bordered-primary {
  border-color: #3f51b5; }
.rtl .bordered-success,
[dir="rtl"] .bordered-success {
  border-color: #001021; }
.rtl .bordered-info,
[dir="rtl"] .bordered-info {
  border-color: #606fc7; }
.rtl .bordered-info-alt,
[dir="rtl"] .bordered-info-alt {
  border-color: #001021; }
.rtl .bordered-warning,
[dir="rtl"] .bordered-warning {
  border-color: #fbbc05; }
.rtl .bordered-danger,
[dir="rtl"] .bordered-danger {
  border-color: #ef5350; }
.rtl .bordered-white,
[dir="rtl"] .bordered-white {
  border-color: #ffffff; }
.rtl .bordered-inverse,
[dir="rtl"] .bordered-inverse {
  border-color: #313131; }
.rtl .bordered-default,
[dir="rtl"] .bordered-default {
  border-color: #eeeeee; }
.rtl .bordered-default-alt,
[dir="rtl"] .bordered-default-alt {
  border-color: #c9c9c9; }
.rtl .padding-left,
[dir="rtl"] .padding-left {
  padding-right: 0.8rem;
  padding-left: 0; }
.rtl .padding-right,
[dir="rtl"] .padding-right {
  padding-left: 0.8rem;
  padding-right: 0; }
.rtl .padding-left.padding-right,
[dir="rtl"] .padding-left.padding-right {
  padding-left: 0.8rem;
  padding-right: 0.8rem; }
.rtl .padding-left-xs,
[dir="rtl"] .padding-left-xs {
  padding-left: 0;
  padding-right: 0.2rem; }
.rtl .padding-right-xs,
[dir="rtl"] .padding-right-xs {
  padding-right: 0;
  padding-left: 0.2rem; }
.rtl .padding-left-xs.padding-right-xs,
[dir="rtl"] .padding-left-xs.padding-right-xs {
  padding-right: 0.2rem;
  padding-left: 0.2rem; }
.rtl .padding-left-sm,
[dir="rtl"] .padding-left-sm {
  padding-right: 0.4rem;
  padding-left: 0; }
.rtl .padding-right-sm,
[dir="rtl"] .padding-right-sm {
  padding-left: 0.4rem;
  padding-right: 0; }
.rtl .padding-left-sm.padding-right-sm,
[dir="rtl"] .padding-left-sm.padding-right-sm {
  padding-left: 0.4rem;
  padding-right: 0.4rem; }
.rtl .padding-left-md,
[dir="rtl"] .padding-left-md {
  padding-right: 1.6rem;
  padding-left: 0; }
.rtl .padding-right-md,
[dir="rtl"] .padding-right-md {
  padding-left: 1.6rem;
  padding-right: 0; }
.rtl .padding-left-md.padding-right-md,
[dir="rtl"] .padding-left-md.padding-right-md {
  padding-right: 1.6rem;
  padding-left: 1.6rem; }
.rtl .padding-left-lg,
[dir="rtl"] .padding-left-lg {
  padding-right: 3.2rem;
  padding-left: 0; }
.rtl .padding-right-lg,
[dir="rtl"] .padding-right-lg {
  padding-left: 3.2rem;
  padding-right: 0; }
.rtl .padding-left-lg.padding-right-lg,
[dir="rtl"] .padding-left-lg.padding-right-lg {
  padding-left: 3.2rem;
  padding-right: 3.2rem; }
.rtl .margin-left:not([class~="margin-right"]),
[dir="rtl"] .margin-left:not([class~="margin-right"]) {
  margin-right: 0.8rem;
  margin-left: 0; }
.rtl .margin-right:not([class~="margin-left"]),
[dir="rtl"] .margin-right:not([class~="margin-left"]) {
  margin-left: 0.8rem;
  margin-right: 0; }
.rtl .margin-left[class~="margin-right"],
[dir="rtl"] .margin-left[class~="margin-right"] {
  margin-right: 0.8rem; }
.rtl .margin-right[class~="margin-left"],
[dir="rtl"] .margin-right[class~="margin-left"] {
  margin-left: 0.8rem; }
.rtl .margin-left-sm:not([class~="margin-right"]),
[dir="rtl"] .margin-left-sm:not([class~="margin-right"]) {
  margin-right: 0.4rem;
  margin-left: 0; }
.rtl .margin-right-sm:not([class~="margin-left"]),
[dir="rtl"] .margin-right-sm:not([class~="margin-left"]) {
  margin-left: 0.4rem;
  margin-right: 0; }
.rtl .margin-left-sm[class~="margin-right"],
[dir="rtl"] .margin-left-sm[class~="margin-right"] {
  margin-right: 0.4rem; }
.rtl .margin-right-sm[class~="margin-left"],
[dir="rtl"] .margin-right-sm[class~="margin-left"] {
  margin-left: 0.4rem; }
.rtl .margin-left-md:not([class~="margin-right"]),
[dir="rtl"] .margin-left-md:not([class~="margin-right"]) {
  margin-right: 1.6rem;
  margin-left: 0; }
.rtl .margin-right-md:not([class~="margin-left"]),
[dir="rtl"] .margin-right-md:not([class~="margin-left"]) {
  margin-left: 1.6rem;
  margin-right: 0; }
.rtl .margin-left-md[class~="margin-right"],
[dir="rtl"] .margin-left-md[class~="margin-right"] {
  margin-right: 1.6rem; }
.rtl .margin-right-md[class~="margin-left"],
[dir="rtl"] .margin-right-md[class~="margin-left"] {
  margin-left: 1.6rem; }
.rtl .margin-left-lg:not([class~="margin-right"]),
[dir="rtl"] .margin-left-lg:not([class~="margin-right"]) {
  margin-right: 3.2rem;
  margin-left: 0; }
.rtl .margin-right-lg:not([class~="margin-left"]),
[dir="rtl"] .margin-right-lg:not([class~="margin-left"]) {
  margin-left: 3.2rem;
  margin-right: 0; }
.rtl .margin-left-lg[class~="margin-right"],
[dir="rtl"] .margin-left-lg[class~="margin-right"] {
  margin-right: 3.2rem; }
.rtl .margin-right-lg[class~="margin-left"],
[dir="rtl"] .margin-right-lg[class~="margin-left"] {
  margin-left: 3.2rem; }
.rtl .icon-pos-left,
[dir="rtl"] .icon-pos-left {
  margin-right: 0;
  margin-left: 0.4rem; }
.rtl .icon-pos-right,
[dir="rtl"] .icon-pos-right {
  margin-left: 0;
  margin-right: 0.4rem; }
.rtl .icon-pos-left.icon-pos-right,
[dir="rtl"] .icon-pos-left.icon-pos-right {
  margin-left: 0.4rem;
  margin-right: 0.4rem; }
.rtl .text-left,
[dir="rtl"] .text-left {
  text-align: right; }
.rtl .text-right,
[dir="rtl"] .text-right {
  text-align: left; }
@media (max-width: 767px) {
  .rtl .text-center-xs,
  [dir="rtl"] .text-center-xs {
    text-align: center !important; } }
@media (max-width: 767px) {
  .rtl .text-left-xs,
  [dir="rtl"] .text-left-xs {
    text-align: right !important; } }
@media (max-width: 767px) {
  .rtl .text-right-xs,
  [dir="rtl"] .text-right-xs {
    text-align: left !important; } }

/*************************************************/
/***           rtl direction          ***/
/*************************************************/
* {
  font-family: "shilia", helvetica, sans-serif; }

body.rtl {
  direction: rtl;
  font-family: "shilia", helvetica, sans-serif; }

.rtl {
  /*# sourceMappingURL=bootstrap-rtl.css.map */ }
  .rtl h1, .rtl h2, .rtl h3, .rtl h4, .rtl h5, .rtl h6 {
    font-family: "shilia", georgia, serif;
    font-weight: 400; }
  .rtl .flip.text-left {
    text-align: right; }
  .rtl .flip.text-right {
    text-align: left; }
  .rtl .list-unstyled {
    padding-right: 0;
    padding-left: initial; }
  .rtl .list-inline {
    padding-right: 0;
    padding-left: initial;
    margin-right: -5px;
    margin-left: 0; }
  .rtl dd {
    margin-right: 0;
    margin-left: initial; }
  @media (min-width: 768px) {
    .rtl .dl-horizontal dt {
      float: right;
      clear: right;
      text-align: left; }
    .rtl .dl-horizontal dd {
      margin-right: 180px;
      margin-left: 0; } }
  .rtl blockquote {
    border-right: 5px solid #eeeeee;
    border-left: 0; }
  .rtl .blockquote-reverse,
  .rtl blockquote.pull-left {
    padding-left: 15px;
    padding-right: 0;
    border-left: 5px solid #eeeeee;
    border-right: 0;
    text-align: left; }
  .rtl .col-xs-1, .rtl .col-sm-1, .rtl .col-md-1, .rtl .col-lg-1, .rtl .col-xs-2, .rtl .col-sm-2, .rtl .col-md-2, .rtl .col-lg-2, .rtl .col-xs-3, .rtl .col-sm-3, .rtl .col-md-3, .rtl .col-lg-3, .rtl .col-xs-4, .rtl .col-sm-4, .rtl .col-md-4, .rtl .col-lg-4, .rtl .col-xs-5, .rtl .col-sm-5, .rtl .col-md-5, .rtl .col-lg-5, .rtl .col-xs-6, .rtl .col-sm-6, .rtl .col-md-6, .rtl .col-lg-6, .rtl .col-xs-7, .rtl .col-sm-7, .rtl .col-md-7, .rtl .col-lg-7, .rtl .col-xs-8, .rtl .col-sm-8, .rtl .col-md-8, .rtl .col-lg-8, .rtl .col-xs-9, .rtl .col-sm-9, .rtl .col-md-9, .rtl .col-lg-9, .rtl .col-xs-10, .rtl .col-sm-10, .rtl .col-md-10, .rtl .col-lg-10, .rtl .col-xs-11, .rtl .col-sm-11, .rtl .col-md-11, .rtl .col-lg-11, .rtl .col-xs-12, .rtl .col-sm-12, .rtl .col-md-12, .rtl .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
  .rtl .col-xs-1, .rtl .col-xs-2, .rtl .col-xs-3, .rtl .col-xs-4, .rtl .col-xs-5, .rtl .col-xs-6, .rtl .col-xs-7, .rtl .col-xs-8, .rtl .col-xs-9, .rtl .col-xs-10, .rtl .col-xs-11, .rtl .col-xs-12 {
    float: right; }
  .rtl .col-xs-12 {
    width: 100%; }
  .rtl .col-xs-11 {
    width: 91.66666667%; }
  .rtl .col-xs-10 {
    width: 83.33333333%; }
  .rtl .col-xs-9 {
    width: 75%; }
  .rtl .col-xs-8 {
    width: 66.66666667%; }
  .rtl .col-xs-7 {
    width: 58.33333333%; }
  .rtl .col-xs-6 {
    width: 50%; }
  .rtl .col-xs-5 {
    width: 41.66666667%; }
  .rtl .col-xs-4 {
    width: 33.33333333%; }
  .rtl .col-xs-3 {
    width: 25%; }
  .rtl .col-xs-2 {
    width: 16.66666667%; }
  .rtl .col-xs-1 {
    width: 8.33333333%; }
  .rtl .col-xs-pull-12 {
    left: 100%;
    right: auto; }
  .rtl .col-xs-pull-11 {
    left: 91.66666667%;
    right: auto; }
  .rtl .col-xs-pull-10 {
    left: 83.33333333%;
    right: auto; }
  .rtl .col-xs-pull-9 {
    left: 75%;
    right: auto; }
  .rtl .col-xs-pull-8 {
    left: 66.66666667%;
    right: auto; }
  .rtl .col-xs-pull-7 {
    left: 58.33333333%;
    right: auto; }
  .rtl .col-xs-pull-6 {
    left: 50%;
    right: auto; }
  .rtl .col-xs-pull-5 {
    left: 41.66666667%;
    right: auto; }
  .rtl .col-xs-pull-4 {
    left: 33.33333333%;
    right: auto; }
  .rtl .col-xs-pull-3 {
    left: 25%;
    right: auto; }
  .rtl .col-xs-pull-2 {
    left: 16.66666667%;
    right: auto; }
  .rtl .col-xs-pull-1 {
    left: 8.33333333%;
    right: auto; }
  .rtl .col-xs-pull-0 {
    left: auto;
    right: auto; }
  .rtl .col-xs-push-12 {
    right: 100%;
    left: 0; }
  .rtl .col-xs-push-11 {
    right: 91.66666667%;
    left: 0; }
  .rtl .col-xs-push-10 {
    right: 83.33333333%;
    left: 0; }
  .rtl .col-xs-push-9 {
    right: 75%;
    left: 0; }
  .rtl .col-xs-push-8 {
    right: 66.66666667%;
    left: 0; }
  .rtl .col-xs-push-7 {
    right: 58.33333333%;
    left: 0; }
  .rtl .col-xs-push-6 {
    right: 50%;
    left: 0; }
  .rtl .col-xs-push-5 {
    right: 41.66666667%;
    left: 0; }
  .rtl .col-xs-push-4 {
    right: 33.33333333%;
    left: 0; }
  .rtl .col-xs-push-3 {
    right: 25%;
    left: 0; }
  .rtl .col-xs-push-2 {
    right: 16.66666667%;
    left: 0; }
  .rtl .col-xs-push-1 {
    right: 8.33333333%;
    left: 0; }
  .rtl .col-xs-push-0 {
    right: auto;
    left: 0; }
  .rtl .col-xs-offset-12 {
    margin-right: 100%;
    margin-left: 0; }
  .rtl .col-xs-offset-11 {
    margin-right: 91.66666667%;
    margin-left: 0; }
  .rtl .col-xs-offset-10 {
    margin-right: 83.33333333%;
    margin-left: 0; }
  .rtl .col-xs-offset-9 {
    margin-right: 75%;
    margin-left: 0; }
  .rtl .col-xs-offset-8 {
    margin-right: 66.66666667%;
    margin-left: 0; }
  .rtl .col-xs-offset-7 {
    margin-right: 58.33333333%;
    margin-left: 0; }
  .rtl .col-xs-offset-6 {
    margin-right: 50%;
    margin-left: 0; }
  .rtl .col-xs-offset-5 {
    margin-right: 41.66666667%;
    margin-left: 0; }
  .rtl .col-xs-offset-4 {
    margin-right: 33.33333333%;
    margin-left: 0; }
  .rtl .col-xs-offset-3 {
    margin-right: 25%;
    margin-left: 0; }
  .rtl .col-xs-offset-2 {
    margin-right: 16.66666667%;
    margin-left: 0; }
  .rtl .col-xs-offset-1 {
    margin-right: 8.33333333%;
    margin-left: 0; }
  .rtl .col-xs-offset-0 {
    margin-right: 0%;
    margin-left: 0; }
  @media (min-width: 768px) {
    .rtl .col-sm-1, .rtl .col-sm-2, .rtl .col-sm-3, .rtl .col-sm-4, .rtl .col-sm-5, .rtl .col-sm-6, .rtl .col-sm-7, .rtl .col-sm-8, .rtl .col-sm-9, .rtl .col-sm-10, .rtl .col-sm-11, .rtl .col-sm-12 {
      float: right; }
    .rtl .col-sm-12 {
      width: 100%; }
    .rtl .col-sm-11 {
      width: 91.66666667%; }
    .rtl .col-sm-10 {
      width: 83.33333333%; }
    .rtl .col-sm-9 {
      width: 75%; }
    .rtl .col-sm-8 {
      width: 66.66666667%; }
    .rtl .col-sm-7 {
      width: 58.33333333%; }
    .rtl .col-sm-6 {
      width: 50%; }
    .rtl .col-sm-5 {
      width: 41.66666667%; }
    .rtl .col-sm-4 {
      width: 33.33333333%; }
    .rtl .col-sm-3 {
      width: 25%; }
    .rtl .col-sm-2 {
      width: 16.66666667%; }
    .rtl .col-sm-1 {
      width: 8.33333333%; }
    .rtl .col-sm-pull-12 {
      left: 100%;
      right: auto; }
    .rtl .col-sm-pull-11 {
      left: 91.66666667%;
      right: auto; }
    .rtl .col-sm-pull-10 {
      left: 83.33333333%;
      right: auto; }
    .rtl .col-sm-pull-9 {
      left: 75%;
      right: auto; }
    .rtl .col-sm-pull-8 {
      left: 66.66666667%;
      right: auto; }
    .rtl .col-sm-pull-7 {
      left: 58.33333333%;
      right: auto; }
    .rtl .col-sm-pull-6 {
      left: 50%;
      right: auto; }
    .rtl .col-sm-pull-5 {
      left: 41.66666667%;
      right: auto; }
    .rtl .col-sm-pull-4 {
      left: 33.33333333%;
      right: auto; }
    .rtl .col-sm-pull-3 {
      left: 25%;
      right: auto; }
    .rtl .col-sm-pull-2 {
      left: 16.66666667%;
      right: auto; }
    .rtl .col-sm-pull-1 {
      left: 8.33333333%;
      right: auto; }
    .rtl .col-sm-pull-0 {
      left: auto;
      right: auto; }
    .rtl .col-sm-push-12 {
      right: 100%;
      left: 0; }
    .rtl .col-sm-push-11 {
      right: 91.66666667%;
      left: 0; }
    .rtl .col-sm-push-10 {
      right: 83.33333333%;
      left: 0; }
    .rtl .col-sm-push-9 {
      right: 75%;
      left: 0; }
    .rtl .col-sm-push-8 {
      right: 66.66666667%;
      left: 0; }
    .rtl .col-sm-push-7 {
      right: 58.33333333%;
      left: 0; }
    .rtl .col-sm-push-6 {
      right: 50%;
      left: 0; }
    .rtl .col-sm-push-5 {
      right: 41.66666667%;
      left: 0; }
    .rtl .col-sm-push-4 {
      right: 33.33333333%;
      left: 0; }
    .rtl .col-sm-push-3 {
      right: 25%;
      left: 0; }
    .rtl .col-sm-push-2 {
      right: 16.66666667%;
      left: 0; }
    .rtl .col-sm-push-1 {
      right: 8.33333333%;
      left: 0; }
    .rtl .col-sm-push-0 {
      right: auto;
      left: 0; }
    .rtl .col-sm-offset-12 {
      margin-right: 100%;
      margin-left: 0; }
    .rtl .col-sm-offset-11 {
      margin-right: 91.66666667%;
      margin-left: 0; }
    .rtl .col-sm-offset-10 {
      margin-right: 83.33333333%;
      margin-left: 0; }
    .rtl .col-sm-offset-9 {
      margin-right: 75%;
      margin-left: 0; }
    .rtl .col-sm-offset-8 {
      margin-right: 66.66666667%;
      margin-left: 0; }
    .rtl .col-sm-offset-7 {
      margin-right: 58.33333333%;
      margin-left: 0; }
    .rtl .col-sm-offset-6 {
      margin-right: 50%;
      margin-left: 0; }
    .rtl .col-sm-offset-5 {
      margin-right: 41.66666667%;
      margin-left: 0; }
    .rtl .col-sm-offset-4 {
      margin-right: 33.33333333%;
      margin-left: 0; }
    .rtl .col-sm-offset-3 {
      margin-right: 25%;
      margin-left: 0; }
    .rtl .col-sm-offset-2 {
      margin-right: 16.66666667%;
      margin-left: 0; }
    .rtl .col-sm-offset-1 {
      margin-right: 8.33333333%;
      margin-left: 0; }
    .rtl .col-sm-offset-0 {
      margin-right: 0%;
      margin-left: 0; } }
  @media (min-width: 992px) {
    .rtl .col-md-1, .rtl .col-md-2, .rtl .col-md-3, .rtl .col-md-4, .rtl .col-md-5, .rtl .col-md-6, .rtl .col-md-7, .rtl .col-md-8, .rtl .col-md-9, .rtl .col-md-10, .rtl .col-md-11, .rtl .col-md-12 {
      float: right; }
    .rtl .col-md-12 {
      width: 100%; }
    .rtl .col-md-11 {
      width: 91.66666667%; }
    .rtl .col-md-10 {
      width: 83.33333333%; }
    .rtl .col-md-9 {
      width: 75%; }
    .rtl .col-md-8 {
      width: 66.66666667%; }
    .rtl .col-md-7 {
      width: 58.33333333%; }
    .rtl .col-md-6 {
      width: 50%; }
    .rtl .col-md-5 {
      width: 41.66666667%; }
    .rtl .col-md-4 {
      width: 33.33333333%; }
    .rtl .col-md-3 {
      width: 25%; }
    .rtl .col-md-2 {
      width: 16.66666667%; }
    .rtl .col-md-1 {
      width: 8.33333333%; }
    .rtl .col-md-pull-12 {
      left: 100%;
      right: auto; }
    .rtl .col-md-pull-11 {
      left: 91.66666667%;
      right: auto; }
    .rtl .col-md-pull-10 {
      left: 83.33333333%;
      right: auto; }
    .rtl .col-md-pull-9 {
      left: 75%;
      right: auto; }
    .rtl .col-md-pull-8 {
      left: 66.66666667%;
      right: auto; }
    .rtl .col-md-pull-7 {
      left: 58.33333333%;
      right: auto; }
    .rtl .col-md-pull-6 {
      left: 50%;
      right: auto; }
    .rtl .col-md-pull-5 {
      left: 41.66666667%;
      right: auto; }
    .rtl .col-md-pull-4 {
      left: 33.33333333%;
      right: auto; }
    .rtl .col-md-pull-3 {
      left: 25%;
      right: auto; }
    .rtl .col-md-pull-2 {
      left: 16.66666667%;
      right: auto; }
    .rtl .col-md-pull-1 {
      left: 8.33333333%;
      right: auto; }
    .rtl .col-md-pull-0 {
      left: auto;
      right: auto; }
    .rtl .col-md-push-12 {
      right: 100%;
      left: 0; }
    .rtl .col-md-push-11 {
      right: 91.66666667%;
      left: 0; }
    .rtl .col-md-push-10 {
      right: 83.33333333%;
      left: 0; }
    .rtl .col-md-push-9 {
      right: 75%;
      left: 0; }
    .rtl .col-md-push-8 {
      right: 66.66666667%;
      left: 0; }
    .rtl .col-md-push-7 {
      right: 58.33333333%;
      left: 0; }
    .rtl .col-md-push-6 {
      right: 50%;
      left: 0; }
    .rtl .col-md-push-5 {
      right: 41.66666667%;
      left: 0; }
    .rtl .col-md-push-4 {
      right: 33.33333333%;
      left: 0; }
    .rtl .col-md-push-3 {
      right: 25%;
      left: 0; }
    .rtl .col-md-push-2 {
      right: 16.66666667%;
      left: 0; }
    .rtl .col-md-push-1 {
      right: 8.33333333%;
      left: 0; }
    .rtl .col-md-push-0 {
      right: auto;
      left: 0; }
    .rtl .col-md-offset-12 {
      margin-right: 100%;
      margin-left: 0; }
    .rtl .col-md-offset-11 {
      margin-right: 91.66666667%;
      margin-left: 0; }
    .rtl .col-md-offset-10 {
      margin-right: 83.33333333%;
      margin-left: 0; }
    .rtl .col-md-offset-9 {
      margin-right: 75%;
      margin-left: 0; }
    .rtl .col-md-offset-8 {
      margin-right: 66.66666667%;
      margin-left: 0; }
    .rtl .col-md-offset-7 {
      margin-right: 58.33333333%;
      margin-left: 0; }
    .rtl .col-md-offset-6 {
      margin-right: 50%;
      margin-left: 0; }
    .rtl .col-md-offset-5 {
      margin-right: 41.66666667%;
      margin-left: 0; }
    .rtl .col-md-offset-4 {
      margin-right: 33.33333333%;
      margin-left: 0; }
    .rtl .col-md-offset-3 {
      margin-right: 25%;
      margin-left: 0; }
    .rtl .col-md-offset-2 {
      margin-right: 16.66666667%;
      margin-left: 0; }
    .rtl .col-md-offset-1 {
      margin-right: 8.33333333%;
      margin-left: 0; }
    .rtl .col-md-offset-0 {
      margin-right: 0%;
      margin-left: 0; } }
  @media (min-width: 1200px) {
    .rtl .col-lg-1, .rtl .col-lg-2, .rtl .col-lg-3, .rtl .col-lg-4, .rtl .col-lg-5, .rtl .col-lg-6, .rtl .col-lg-7, .rtl .col-lg-8, .rtl .col-lg-9, .rtl .col-lg-10, .rtl .col-lg-11, .rtl .col-lg-12 {
      float: right; }
    .rtl .col-lg-12 {
      width: 100%; }
    .rtl .col-lg-11 {
      width: 91.66666667%; }
    .rtl .col-lg-10 {
      width: 83.33333333%; }
    .rtl .col-lg-9 {
      width: 75%; }
    .rtl .col-lg-8 {
      width: 66.66666667%; }
    .rtl .col-lg-7 {
      width: 58.33333333%; }
    .rtl .col-lg-6 {
      width: 50%; }
    .rtl .col-lg-5 {
      width: 41.66666667%; }
    .rtl .col-lg-4 {
      width: 33.33333333%; }
    .rtl .col-lg-3 {
      width: 25%; }
    .rtl .col-lg-2 {
      width: 16.66666667%; }
    .rtl .col-lg-1 {
      width: 8.33333333%; }
    .rtl .col-lg-pull-12 {
      left: 100%;
      right: auto; }
    .rtl .col-lg-pull-11 {
      left: 91.66666667%;
      right: auto; }
    .rtl .col-lg-pull-10 {
      left: 83.33333333%;
      right: auto; }
    .rtl .col-lg-pull-9 {
      left: 75%;
      right: auto; }
    .rtl .col-lg-pull-8 {
      left: 66.66666667%;
      right: auto; }
    .rtl .col-lg-pull-7 {
      left: 58.33333333%;
      right: auto; }
    .rtl .col-lg-pull-6 {
      left: 50%;
      right: auto; }
    .rtl .col-lg-pull-5 {
      left: 41.66666667%;
      right: auto; }
    .rtl .col-lg-pull-4 {
      left: 33.33333333%;
      right: auto; }
    .rtl .col-lg-pull-3 {
      left: 25%;
      right: auto; }
    .rtl .col-lg-pull-2 {
      left: 16.66666667%;
      right: auto; }
    .rtl .col-lg-pull-1 {
      left: 8.33333333%;
      right: auto; }
    .rtl .col-lg-pull-0 {
      left: auto;
      right: auto; }
    .rtl .col-lg-push-12 {
      right: 100%;
      left: 0; }
    .rtl .col-lg-push-11 {
      right: 91.66666667%;
      left: 0; }
    .rtl .col-lg-push-10 {
      right: 83.33333333%;
      left: 0; }
    .rtl .col-lg-push-9 {
      right: 75%;
      left: 0; }
    .rtl .col-lg-push-8 {
      right: 66.66666667%;
      left: 0; }
    .rtl .col-lg-push-7 {
      right: 58.33333333%;
      left: 0; }
    .rtl .col-lg-push-6 {
      right: 50%;
      left: 0; }
    .rtl .col-lg-push-5 {
      right: 41.66666667%;
      left: 0; }
    .rtl .col-lg-push-4 {
      right: 33.33333333%;
      left: 0; }
    .rtl .col-lg-push-3 {
      right: 25%;
      left: 0; }
    .rtl .col-lg-push-2 {
      right: 16.66666667%;
      left: 0; }
    .rtl .col-lg-push-1 {
      right: 8.33333333%;
      left: 0; }
    .rtl .col-lg-push-0 {
      right: auto;
      left: 0; }
    .rtl .col-lg-offset-12 {
      margin-right: 100%;
      margin-left: 0; }
    .rtl .col-lg-offset-11 {
      margin-right: 91.66666667%;
      margin-left: 0; }
    .rtl .col-lg-offset-10 {
      margin-right: 83.33333333%;
      margin-left: 0; }
    .rtl .col-lg-offset-9 {
      margin-right: 75%;
      margin-left: 0; }
    .rtl .col-lg-offset-8 {
      margin-right: 66.66666667%;
      margin-left: 0; }
    .rtl .col-lg-offset-7 {
      margin-right: 58.33333333%;
      margin-left: 0; }
    .rtl .col-lg-offset-6 {
      margin-right: 50%;
      margin-left: 0; }
    .rtl .col-lg-offset-5 {
      margin-right: 41.66666667%;
      margin-left: 0; }
    .rtl .col-lg-offset-4 {
      margin-right: 33.33333333%;
      margin-left: 0; }
    .rtl .col-lg-offset-3 {
      margin-right: 25%;
      margin-left: 0; }
    .rtl .col-lg-offset-2 {
      margin-right: 16.66666667%;
      margin-left: 0; }
    .rtl .col-lg-offset-1 {
      margin-right: 8.33333333%;
      margin-left: 0; }
    .rtl .col-lg-offset-0 {
      margin-right: 0%;
      margin-left: 0; } }
  .rtl caption {
    text-align: right; }
  .rtl th {
    text-align: right; }
  @media screen and (max-width: 767px) {
    .rtl .table-responsive > .table-bordered {
      border: 0; }
    .rtl .table-responsive > .table-bordered > thead > tr > th:first-child,
    .rtl .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .rtl .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .rtl .table-responsive > .table-bordered > thead > tr > td:first-child,
    .rtl .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .rtl .table-responsive > .table-bordered > tfoot > tr > td:first-child {
      border-right: 0;
      border-left: initial; }
    .rtl .table-responsive > .table-bordered > thead > tr > th:last-child,
    .rtl .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .rtl .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .rtl .table-responsive > .table-bordered > thead > tr > td:last-child,
    .rtl .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .rtl .table-responsive > .table-bordered > tfoot > tr > td:last-child {
      border-left: 0;
      border-right: initial; } }
  .rtl .radio label,
  .rtl .checkbox label {
    padding-right: 20px;
    padding-left: initial; }
  .rtl .radio input[type="radio"],
  .rtl .radio-inline input[type="radio"],
  .rtl .checkbox input[type="checkbox"],
  .rtl .checkbox-inline input[type="checkbox"] {
    margin-right: -20px;
    margin-left: auto; }
  .rtl .radio-inline,
  .rtl .checkbox-inline {
    padding-right: 20px;
    padding-left: 0; }
  .rtl .radio-inline + .radio-inline,
  .rtl .checkbox-inline + .checkbox-inline {
    margin-right: 10px;
    margin-left: 0; }
  .rtl .has-feedback .form-control {
    padding-left: 42.5px;
    padding-right: 12px; }
  .rtl .form-control-feedback {
    left: 0;
    right: auto; }
  @media (min-width: 768px) {
    .rtl .form-inline label {
      padding-right: 0;
      padding-left: initial; }
    .rtl .form-inline .radio input[type="radio"],
    .rtl .form-inline .checkbox input[type="checkbox"] {
      margin-right: 0;
      margin-left: auto; } }
  @media (min-width: 768px) {
    .rtl .form-horizontal .control-label {
      text-align: left; } }
  .rtl .form-horizontal .has-feedback .form-control-feedback {
    left: 15px;
    right: auto; }
  .rtl .caret {
    margin-right: 2px;
    margin-left: 0; }
  .rtl .dropdown-menu {
    right: 0;
    left: auto;
    float: left;
    text-align: right; }
  .rtl .dropdown-menu.pull-right {
    left: 0;
    right: auto;
    float: right; }
  .rtl .dropdown-menu-right {
    left: auto;
    right: 0; }
  .rtl .dropdown-menu-left {
    left: 0;
    right: auto; }
  @media (min-width: 768px) {
    .rtl .navbar-right .dropdown-menu {
      left: auto;
      right: 0; }
    .rtl .navbar-right .dropdown-menu-left {
      left: 0;
      right: auto; } }
  .rtl .btn-group > .btn,
  .rtl .btn-group-vertical > .btn {
    float: right; }
  .rtl .btn-group .btn + .btn,
  .rtl .btn-group .btn + .btn-group,
  .rtl .btn-group .btn-group + .btn,
  .rtl .btn-group .btn-group + .btn-group {
    margin-right: -1px;
    margin-left: 0px; }
  .rtl .btn-toolbar {
    margin-right: -5px;
    margin-left: 0px; }
  .rtl .btn-toolbar .btn-group,
  .rtl .btn-toolbar .input-group {
    float: right; }
  .rtl .btn-toolbar > .btn,
  .rtl .btn-toolbar > .btn-group,
  .rtl .btn-toolbar > .input-group {
    margin-right: 5px;
    margin-left: 0px; }
  .rtl .btn-group > .btn:first-child {
    margin-right: 0; }
  .rtl .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
  .rtl .btn-group > .btn:last-child:not(:first-child),
  .rtl .btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  .rtl .btn-group > .btn-group {
    float: right; }
  .rtl .btn-group.btn-group-justified > .btn,
  .rtl .btn-group.btn-group-justified > .btn-group {
    float: none; }
  .rtl .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0; }
  .rtl .btn-group > .btn-group:first-child > .btn:last-child,
  .rtl .btn-group > .btn-group:first-child > .dropdown-toggle {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
  .rtl .btn-group > .btn-group:last-child > .btn:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  .rtl .btn .caret {
    margin-right: 0; }
  .rtl .btn-group-vertical > .btn + .btn,
  .rtl .btn-group-vertical > .btn + .btn-group,
  .rtl .btn-group-vertical > .btn-group + .btn,
  .rtl .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-right: 0; }
  .rtl .input-group .form-control {
    float: right; }
  .rtl .input-group .form-control:first-child,
  .rtl .input-group-addon:first-child,
  .rtl .input-group-btn:first-child > .btn,
  .rtl .input-group-btn:first-child > .btn-group > .btn,
  .rtl .input-group-btn:first-child > .dropdown-toggle,
  .rtl .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
  .rtl .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
  .rtl .input-group-addon:first-child {
    border-left: 0px;
    border-right: 1px solid; }
  .rtl .input-group .form-control:last-child,
  .rtl .input-group-addon:last-child,
  .rtl .input-group-btn:last-child > .btn,
  .rtl .input-group-btn:last-child > .btn-group > .btn,
  .rtl .input-group-btn:last-child > .dropdown-toggle,
  .rtl .input-group-btn:first-child > .btn:not(:first-child),
  .rtl .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  .rtl .input-group-addon:last-child {
    border-left-width: 1px;
    border-left-style: solid;
    border-right: 0px; }
  .rtl .input-group-btn > .btn + .btn {
    margin-right: -1px;
    margin-left: auto; }
  .rtl .input-group-btn:first-child > .btn,
  .rtl .input-group-btn:first-child > .btn-group {
    margin-left: -1px;
    margin-right: auto; }
  .rtl .input-group-btn:last-child > .btn,
  .rtl .input-group-btn:last-child > .btn-group {
    margin-right: -1px;
    margin-left: auto; }
  .rtl .nav {
    padding-right: 0;
    padding-left: initial; }
  .rtl .nav-tabs > li {
    float: right; }
  .rtl .nav-tabs > li > a {
    margin-left: auto;
    margin-right: -2px;
    border-radius: 4px 4px 0 0; }
  .rtl .nav-pills > li {
    float: right; }
  .rtl .nav-pills > li > a {
    border-radius: 4px; }
  .rtl .nav-pills > li + li {
    margin-right: 2px;
    margin-left: auto; }
  .rtl .nav-stacked > li {
    float: none; }
  .rtl .nav-stacked > li + li {
    margin-right: 0;
    margin-left: auto; }
  .rtl .nav-justified > .dropdown .dropdown-menu {
    right: auto; }
  .rtl .nav-tabs-justified > li > a {
    margin-left: 0;
    margin-right: auto; }
  @media (min-width: 768px) {
    .rtl .nav-tabs-justified > li > a {
      border-radius: 4px 4px 0 0; } }
  @media (min-width: 768px) {
    .rtl .navbar-header {
      float: right; } }
  .rtl .navbar-collapse {
    padding-right: 15px;
    padding-left: 15px; }
  .rtl .navbar-brand {
    float: right; }
  @media (min-width: 768px) {
    .rtl .navbar > .container .navbar-brand,
    .rtl .navbar > .container-fluid .navbar-brand {
      margin-right: -15px;
      margin-left: auto; } }
  .rtl .navbar-toggle {
    float: left;
    margin-left: 15px;
    margin-right: auto; }
  @media (max-width: 767px) {
    .rtl .navbar-nav .open .dropdown-menu > li > a,
    .rtl .navbar-nav .open .dropdown-menu .dropdown-header {
      padding: 5px 25px 5px 15px; } }
  @media (min-width: 768px) {
    .rtl .navbar-nav {
      float: right; }
    .rtl .navbar-right {
      float: left !important; }
    .rtl .navbar-left {
      float: right !important; }
    .rtl .navbar-nav > li {
      float: right !important; } }
  @media (min-width: 768px) {
    .rtl .navbar-left.flip {
      float: right !important; }
    .rtl .navbar-right:last-child {
      margin-left: -15px;
      margin-right: auto; }
    .rtl .navbar-right.flip {
      float: left !important;
      margin-left: -15px;
      margin-right: auto; }
    .rtl .navbar-right .dropdown-menu {
      left: 0;
      right: auto; } }
  @media (min-width: 768px) {
    .rtl .navbar-text {
      float: right; }
    .rtl .navbar-text.navbar-right:last-child {
      margin-left: 0;
      margin-right: auto; } }
  .rtl .pagination {
    padding-right: 0; }
  .rtl .pagination > li > a,
  .rtl .pagination > li > span {
    float: right;
    margin-right: -1px;
    margin-left: 0px; }
  .rtl .pagination > li:first-child > a,
  .rtl .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
  .rtl .pagination > li:last-child > a,
  .rtl .pagination > li:last-child > span {
    margin-right: -1px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  .rtl .pager {
    padding-right: 0;
    padding-left: initial; }
  .rtl .pager .next > a,
  .rtl .pager .next > span {
    float: left; }
  .rtl .pager .previous > a,
  .rtl .pager .previous > span {
    float: right; }
  .rtl .nav-pills > li > a > .badge {
    margin-left: 0px;
    margin-right: 3px; }
  .rtl .list-group-item > .badge {
    float: left; }
  .rtl .list-group-item > .badge + .badge {
    margin-left: 5px;
    margin-right: auto; }
  .rtl .alert-dismissable,
  .rtl .alert-dismissible {
    padding-left: 35px;
    padding-right: 15px; }
  .rtl .alert-dismissable .close,
  .rtl .alert-dismissible .close {
    right: auto;
    left: -21px; }
  .rtl .progress-bar {
    float: right; }
  .rtl .media > .pull-left {
    margin-right: 10px; }
  .rtl .media > .pull-left.flip {
    margin-right: 0;
    margin-left: 10px; }
  .rtl .media > .pull-right {
    margin-left: 10px; }
  .rtl .media > .pull-right.flip {
    margin-left: 0;
    margin-right: 10px; }
  .rtl .media-right,
  .rtl .media > .pull-right {
    padding-right: 10px;
    padding-left: initial; }
  .rtl .media-left,
  .rtl .media > .pull-left {
    padding-left: 10px;
    padding-right: initial; }
  .rtl .media-list {
    padding-right: 0;
    padding-left: initial;
    list-style: none; }
  .rtl .list-group {
    padding-right: 0;
    padding-left: initial; }
  .rtl .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
  .rtl .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
  .rtl .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  .rtl .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
  .rtl .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
  .rtl .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
  .rtl .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
  .rtl .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 0; }
  .rtl .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
  .rtl .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
  .rtl .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  .rtl .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
  .rtl .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
  .rtl .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
  .rtl .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
  .rtl .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 0; }
  .rtl .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  .rtl .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
  .rtl .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .rtl .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
  .rtl .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  .rtl .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
  .rtl .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
  .rtl .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
    border-top-right-radius: 0; }
  .rtl .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  .rtl .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
  .rtl .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .rtl .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
  .rtl .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  .rtl .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
  .rtl .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
  .rtl .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
    border-top-left-radius: 0; }
  .rtl .panel > .table-bordered > thead > tr > th:first-child,
  .rtl .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .rtl .panel > .table-bordered > tbody > tr > th:first-child,
  .rtl .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .rtl .panel > .table-bordered > tfoot > tr > th:first-child,
  .rtl .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .rtl .panel > .table-bordered > thead > tr > td:first-child,
  .rtl .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .rtl .panel > .table-bordered > tbody > tr > td:first-child,
  .rtl .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .rtl .panel > .table-bordered > tfoot > tr > td:first-child,
  .rtl .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-right: 0;
    border-left: none; }
  .rtl .panel > .table-bordered > thead > tr > th:last-child,
  .rtl .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .rtl .panel > .table-bordered > tbody > tr > th:last-child,
  .rtl .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .rtl .panel > .table-bordered > tfoot > tr > th:last-child,
  .rtl .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .rtl .panel > .table-bordered > thead > tr > td:last-child,
  .rtl .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .rtl .panel > .table-bordered > tbody > tr > td:last-child,
  .rtl .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .rtl .panel > .table-bordered > tfoot > tr > td:last-child,
  .rtl .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: none;
    border-left: 0; }
  .rtl .embed-responsive .embed-responsive-item,
  .rtl .embed-responsive iframe,
  .rtl .embed-responsive embed,
  .rtl .embed-responsive object {
    right: 0;
    left: auto; }
  .rtl .close {
    float: left; }
  .rtl .modal-footer {
    text-align: left; }
  .rtl .modal-footer.flip {
    text-align: right; }
  .rtl .modal-footer .btn + .btn {
    margin-left: auto;
    margin-right: 5px; }
  .rtl .modal-footer .btn-group .btn + .btn {
    margin-right: -1px;
    margin-left: auto; }
  .rtl .modal-footer .btn-block + .btn-block {
    margin-right: 0;
    margin-left: auto; }
  .rtl .popover {
    left: auto;
    text-align: right; }
  .rtl .popover.top > .arrow {
    right: 50%;
    left: auto;
    margin-right: -11px;
    margin-left: auto; }
  .rtl .popover.top > .arrow:after {
    margin-right: -10px;
    margin-left: auto; }
  .rtl .popover.bottom > .arrow {
    right: 50%;
    left: auto;
    margin-right: -11px;
    margin-left: auto; }
  .rtl .popover.bottom > .arrow:after {
    margin-right: -10px;
    margin-left: auto; }
  .rtl .carousel-control {
    right: 0;
    bottom: 0; }
  .rtl .carousel-control.left {
    right: auto;
    left: 0;
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .rtl .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .rtl .carousel-control .icon-prev,
  .rtl .carousel-control .glyphicon-chevron-left {
    left: 50%;
    right: auto;
    margin-right: -10px; }
  .rtl .carousel-control .icon-next,
  .rtl .carousel-control .glyphicon-chevron-right {
    right: 50%;
    left: auto;
    margin-left: -10px; }
  .rtl .carousel-indicators {
    right: 50%;
    left: 0;
    margin-right: -30%;
    margin-left: 0;
    padding-left: 0; }
  @media screen and (min-width: 768px) {
    .rtl .carousel-control .glyphicon-chevron-left,
    .rtl .carousel-control .icon-prev {
      margin-left: 0;
      margin-right: -15px; }
    .rtl .carousel-control .glyphicon-chevron-right,
    .rtl .carousel-control .icon-next {
      margin-left: 0;
      margin-right: -15px; }
    .rtl .carousel-caption {
      left: 20%;
      right: 20%;
      padding-bottom: 30px; } }
  .rtl .pull-right.flip {
    float: left !important; }
  .rtl .pull-left.flip {
    float: right !important; }

/**
 * colors variables
 */
/**
 * colors variation for rtl
 * cause of the light weight
 * of font used
 */
/**
 * responsive variables
 */
.mdl-tooltip {
  background: #313131; }
  .mdl-tooltip span {
    font-size: 0.8rem; }

.main-header {
  position: relative;
  background: rgba(52, 73, 94, 0.9) url(../../assets/images/);
  z-index: 20;
  min-height: 670px; }
  .main-header .top-nav {
    background: rgba(0, 0, 0, 0.11);
    padding: 10px 0; }
    .main-header .top-nav .date {
      float: right;
      padding-top: 5px; }
      .main-header .top-nav .date p {
        color: #fff;
        margin: 0; }
        .main-header .top-nav .date p i {
          margin-left: 5px; }
    .main-header .top-nav .top-nav-links {
      float: left;
      display: flex;
      align-items: center; }
      .main-header .top-nav .top-nav-links .links, .main-header .top-nav .top-nav-links .social {
        display: inline-flex; }
      .main-header .top-nav .top-nav-links .links a {
        color: #fff;
        display: inline-flex;
        align-items: center;
        padding: 0 10px;
        position: relative; }
  .main-header .logo {
    padding-top: 130px; }
    .main-header .logo img {
      display: inline-block;
      height: 200px; }
  .main-header .social {
    float: left; }
    .main-header .social span {
      color: #ffffff; }
    .main-header .social a {
      font-size: 0.9333333333rem;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 25px;
      height: 25px;
      margin: 0 5px; }
    .main-header .social .header-contact {
      display: inline-block;
      margin: 0 20px; }
      .main-header .social .header-contact a i {
        vertical-align: middle;
        font-size: 0.9333333333rem;
        margin-left: 5px; }
  .main-header .search-box {
    padding-top: 40px; }
    .main-header .search-box .search-title {
      text-align: center;
      color: #fff;
      margin: 0 0 30px; }
    .main-header .search-box .form-group {
      padding: 10px 25px;
      background: rgba(0, 0, 0, 0.2); }
      .main-header .search-box .form-group label {
        font-weight: normal;
        color: #fff;
        display: block;
        margin: 0; }
      .main-header .search-box .form-group .form-control {
        background: transparent;
        color: #fff;
        box-shadow: none;
        padding-right: 32.5px;
        padding-left: 12px; }
      .main-header .search-box .form-group .form-control-feedback {
        right: 25px;
        left: auto;
        top: 30px;
        color: #fff; }
      .main-header .search-box .form-group select option {
        color: #fff; }
    .main-header .search-box .btn {
      height: 79px;
      background: #fbbc05;
      outline: none;
      color: #fff;
      font-size: 30px; }
  .main-header.inner-header {
    background: rgba(52, 73, 94, 0.9) url(../../assets/images/inner-header-bg.jpg) center center; }
  .main-header.view-header {
    min-height: 485px; }

.wrap-sticky {
  height: 65px !important; }
  .wrap-sticky .attr-nav {
    float: left;
    margin: 0; }
  .wrap-sticky .nav.navbar-nav li a {
    font-size: 1.0666666667rem;
    padding: 20px 10px;
    color: #001021 !important;
    font-weight: normal !important; }
    .wrap-sticky .nav.navbar-nav li a i {
      vertical-align: middle;
      color: #fbbc05;
      font-size: 20px;
      margin-left: 5px; }
  .wrap-sticky .nav.navbar-nav li.dropdown ul {
    border: 0;
    border-top: 5px solid #001021 !important; }
    .wrap-sticky .nav.navbar-nav li.dropdown ul li a {
      text-align: right; }
      .wrap-sticky .nav.navbar-nav li.dropdown ul li a:hover {
        background: #fbbc05; }

.news-bar {
  margin-top: 15px;
  margin-bottom: 15px; }
  .news-bar a.news-title {
    background: #fbbc05;
    text-align: center;
    height: 43px;
    color: #fff;
    display: block;
    font-size: 15px;
    padding: 13px;
    font-weight: normal;
    white-space: nowrap; }
  .news-bar .panel.panel-default {
    background: transparent;
    box-shadow: none; }
    .news-bar .panel.panel-default .panel-body {
      padding: 0; }
      .news-bar .panel.panel-default .panel-body ul.demo {
        height: 43px !important;
        overflow: hidden; }
        .news-bar .panel.panel-default .panel-body ul.demo li table tr td {
          padding: 10px 0; }
          .news-bar .panel.panel-default .panel-body ul.demo li table tr td a {
            color: #fff;
            font-size: 15px;
            color: #b1642a; }
    .news-bar .panel.panel-default .panel-footer {
      position: absolute;
      top: 10px;
      left: 20px;
      background: transparent; }
      .news-bar .panel.panel-default .panel-footer ul.pagination li a {
        width: 25px;
        height: 25px;
        border-radius: 50px;
        line-height: 24px;
        text-align: center;
        color: #7e7e7e;
        display: inline-block;
        margin: 0 2px; }
        .news-bar .panel.panel-default .panel-footer ul.pagination li a.next span:before {
          content: "";
          font-family: "FontAwesome"; }
        .news-bar .panel.panel-default .panel-footer ul.pagination li a.prev span:before {
          content: "";
          font-family: "FontAwesome"; }

.latest-added__slider {
  margin-bottom: 25px; }

.big-items .owl-carousel {
  position: relative; }
  .big-items .owl-carousel .item {
    position: relative; }
    .big-items .owl-carousel .item img {
      width: 100%;
      height: 445px; }
    .big-items .owl-carousel .item .overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.4);
      text-align: right; }
      .big-items .owl-carousel .item .overlay .caption {
        position: absolute;
        bottom: 0;
        right: 0;
        padding: 20px; }
        .big-items .owl-carousel .item .overlay .caption h2 {
          -webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), 1px 1px 1px rgba(0, 0, 0, 0.3), 1px 1px 1px rgba(0, 0, 0, 0.3);
          -moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), 1px 1px 1px rgba(0, 0, 0, 0.3), 1px 1px 1px rgba(0, 0, 0, 0.3);
          -ms-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), 1px 1px 1px rgba(0, 0, 0, 0.3), 1px 1px 1px rgba(0, 0, 0, 0.3);
          -o-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), 1px 1px 1px rgba(0, 0, 0, 0.3), 1px 1px 1px rgba(0, 0, 0, 0.3);
          text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), 1px 1px 1px rgba(0, 0, 0, 0.3), 1px 1px 1px rgba(0, 0, 0, 0.3);
          font-size: 25px;
          margin: 0 0 15px;
          color: #fff; }
          .big-items .owl-carousel .item .overlay .caption h2 a {
            color: #ffffff;
            display: block;
            line-height: 35px; }
        .big-items .owl-carousel .item .overlay .caption .more {
          padding: 10px 0 20px; }
          .big-items .owl-carousel .item .overlay .caption .more a {
            color: #fff;
            font-size: 17px;
            -webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), 1px 1px 1px rgba(0, 0, 0, 0.3), 1px 1px 1px rgba(0, 0, 0, 0.3);
            -moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), 1px 1px 1px rgba(0, 0, 0, 0.3), 1px 1px 1px rgba(0, 0, 0, 0.3);
            -ms-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), 1px 1px 1px rgba(0, 0, 0, 0.3), 1px 1px 1px rgba(0, 0, 0, 0.3);
            -o-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), 1px 1px 1px rgba(0, 0, 0, 0.3), 1px 1px 1px rgba(0, 0, 0, 0.3);
            text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), 1px 1px 1px rgba(0, 0, 0, 0.3), 1px 1px 1px rgba(0, 0, 0, 0.3); }
            .big-items .owl-carousel .item .overlay .caption .more a i {
              margin-right: 7px; }
.big-items .owl-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 65px;
  display: block; }
  .big-items .owl-nav .owl-prev, .big-items .owl-nav .owl-next {
    width: 30px;
    height: 30px;
    background: #fbbc05;
    color: #fff;
    line-height: 35px;
    font-size: 21px;
    text-align: center;
    opacity: inherit;
    margin: auto;
    display: inline-block; }
  .big-items .owl-nav .owl-prev {
    float: left; }
  .big-items .owl-nav .owl-next {
    float: right; }

.latest-added-small__items {
  position: relative; }
  .latest-added-small__items .owl-dots {
    position: absolute;
    left: 10px;
    top: -35px; }
    .latest-added-small__items .owl-dots .owl-dot {
      display: inline-block;
      z-index: 999; }
      .latest-added-small__items .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        background: #0f6257;
        margin: 0 2px;
        display: inline-block;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%; }
      .latest-added-small__items .owl-dots .owl-dot.active span {
        background: #fbbc05; }
  .latest-added-small__items .demo-card-wide .mdl-card__title {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px; }
    .latest-added-small__items .demo-card-wide .mdl-card__title h2 {
      font-size: 21px; }
  .latest-added-small__items .demo-card-wide .demo-list-action .mdl-list__item {
    padding: 5px 10px;
    margin-bottom: 6px; }
    .latest-added-small__items .demo-card-wide .demo-list-action .mdl-list__item .media .media-left {
      position: relative; }
      .latest-added-small__items .demo-card-wide .demo-list-action .mdl-list__item .media .media-left img {
        width: 90px;
        height: 90px; }
    .latest-added-small__items .demo-card-wide .demo-list-action .mdl-list__item .media .media-body .item-title h4 {
      max-height: 48px;
      overflow: hidden; }
      .latest-added-small__items .demo-card-wide .demo-list-action .mdl-list__item .media .media-body .item-title h4 a {
        max-height: 48px;
        overflow: hidden; }
    .latest-added-small__items .demo-card-wide .demo-list-action .mdl-list__item .media .media-body .item-info span {
      color: #b7c2aa;
      margin: 0; }
  .latest-added-small__items .mdl-card__actions {
    position: relative; }
    .latest-added-small__items .mdl-card__actions a {
      color: #b1642a;
      font-size: 16px;
      display: block; }
      .latest-added-small__items .mdl-card__actions a i {
        position: absolute;
        top: 5px;
        left: 10px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        text-align: center;
        border: 1px solid #ccc;
        color: #8c8c8c; }

@media screen and (max-width: 768px) {
  .big-items {
    margin-bottom: 25px; }
    .big-items .owl-carousel .item img {
      height: 300px; }

  .latest-added-small__items .demo-card-wide .demo-list-action .mdl-list__item {
    padding: 20px;
    margin-bottom: 6px;
    border-bottom: 1px solid #ccc; }
    .latest-added-small__items .demo-card-wide .demo-list-action .mdl-list__item:last-child {
      border-bottom: 0; } }
h1, h2, h3, h4, h5, h6 {
  line-height: 22px; }

.section-title {
  padding: 12px;
  background: #fff;
  position: relative;
  margin-bottom: 25px; }
  .section-title .title {
    display: inline-block; }
    .section-title .title h3 {
      font-size: 21px;
      margin: 0;
      color: #001021; }
      .section-title .title h3 i {
        color: #fbbc05;
        margin-left: 7px;
        vertical-align: middle; }

.inner-section-title {
  position: relative;
  padding: 12px;
  margin: 25px 0; }
  .inner-section-title .breadcrumb {
    margin: 0;
    float: right;
    background: transparent;
    padding: 0; }
    .inner-section-title .breadcrumb li {
      font-size: 1.0666666667rem;
      color: #001021; }
      .inner-section-title .breadcrumb li a {
        color: #001021; }
  .inner-section-title .arrnage-items {
    float: left; }
    .inner-section-title .arrnage-items .mdl-button {
      padding: 0;
      width: auto;
      height: auto;
      line-height: normal;
      min-height: 20px;
      font-family: "shilia", helvetica, sans-serif;
      font-size: 1.0666666667rem;
      color: #b1642a; }
      .inner-section-title .arrnage-items .mdl-button:hover {
        background: transparent; }

.item-info span {
  display: inline-block;
  font-size: 12px;
  margin-left: 10px;
  color: #fff;
  font-family: "shilia", helvetica, sans-serif; }
  .item-info span i {
    font-size: 14px;
    line-height: normal;
    margin-left: 7px;
    vertical-align: middle; }

.item-title h4 {
  margin: 0; }
  .item-title h4 a {
    color: #001021;
    font-size: 1.0666666667rem;
    font-weight: bold; }
    .item-title h4 a span {
      display: block; }

.item-desc {
  padding: 10px 0 0;
  overflow: hidden; }
  .item-desc p {
    color: #a2a2a2;
    margin: 0 0 5px;
    line-height: 22px;
    height: 47px;
    max-height: 47px;
    overflow: hidden; }

.item-category {
  font-family: "shilia", helvetica, sans-serif;
  font-size: 14px;
  margin: 7px 0;
  max-width: 255px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  .item-category span {
    display: inline-block;
    color: #fbbc05; }
  .item-category img {
    display: inline-block;
    height: 16px; }
  .item-category a {
    color: #001021;
    display: inline-block; }

.more-items {
  margin-top: 20px;
  margin-bottom: 25px;
  padding: 10px;
  background: #fff;
  text-align: center; }
  .more-items a {
    font-size: 18px;
    color: #b1642a;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .more-items a i {
      margin: 0 7px;
      vertical-align: middle; }
  .more-items:hover {
    background: #001021; }
    .more-items:hover a {
      color: #fff;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }

.live-mail-list {
  background: #f1bc22;
  background-size: cover;
  padding: 70px 0;
  position: relative;
  z-index: 2; }
  .live-mail-list:after {
    position: absolute;
    content: "";
    bottom: 0;
    background: url(../../assets/images/v-1.png) no-repeat;
    background-size: cover;
    width: 170px;
    height: 110px;
    opacity: 0.7; }
  .live-mail-list .section-title {
    background: #fff; }
    .live-mail-list .section-title .title h3 {
      color: #001021; }
  .live-mail-list .mail-list .mdl-card {
    padding: 60px 30px; }
    .live-mail-list .mail-list .mdl-card .heading {
      font-size: 16px;
      color: #333;
      margin: 10px 0 0; }
  .live-mail-list .tweets ul {
    height: 250px;
    max-height: 250px;
    overflow-y: scroll; }
    .live-mail-list .tweets ul li {
      border-bottom: 1px solid #b7c2aa;
      padding: 10px; }
      .live-mail-list .tweets ul li:last-child {
        border-bottom: 0; }

.tweet-item .media .media-left img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  width: 50px;
  height: 50px; }
.tweet-item .media .media-body .media-heading {
  font-size: 14px;
  color: #a2a2a2;
  line-height: 20px; }
.tweet-item .media .media-body button {
  background: #fbbc05;
  font-family: "shilia", helvetica, sans-serif;
  line-height: normal;
  padding: 3px 10px;
  height: auto;
  color: #ffffff;
  margin-top: 5px; }
  .tweet-item .media .media-body button i {
    margin: 0 5px; }

.social-box {
  margin-top: 30px;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }
  .social-box .mdl-card {
    padding: 30px;
    text-align: center; }
    .social-box .mdl-card i {
      font-size: 30px;
      color: #ffffff; }
    .social-box .mdl-card .count-heading {
      font-size: 30px;
      font-family: "Roboto", sans-serif;
      font-weight: bold;
      margin: 10px 0;
      color: #ffffff; }
    .social-box .mdl-card span {
      display: block;
      color: #fbbc05;
      font-size: 18px;
      color: #ffffff; }
    .social-box .mdl-card.facebook-card {
      background: #3b5998; }
    .social-box .mdl-card.twitter-card {
      background: #00acee; }
    .social-box .mdl-card.youtube-card {
      background: #c4302b; }
    .social-box .mdl-card.instagram-card {
      background: #2b5b83; }
    .social-box .mdl-card.google-plus-card {
      background: #dd4b39; }
    .social-box .mdl-card.soundcloud-card {
      background: #e89925; }

.article-item {
  margin-bottom: 15px; }
  .article-item .mdl-card {
    padding: 15px 15px 7px; }
    .article-item .mdl-card .media .media-left {
      text-align: center; }
      .article-item .mdl-card .media .media-left img.media-object {
        width: 70px;
        height: 70px; }
      .article-item .mdl-card .media .media-left .article-types {
        padding-top: 10px;
        text-align: center; }
        .article-item .mdl-card .media .media-left .article-types span {
          font-size: 0.9333333333rem;
          color: #fbbc05;
          display: block;
          margin-bottom: 7px;
          line-height: 5px; }
        .article-item .mdl-card .media .media-left .article-types img {
          display: inline-block;
          margin: 0 auto; }
    .article-item .mdl-card .media .media-body .item-info {
      margin-bottom: 10px; }
      .article-item .mdl-card .media .media-body .item-info span {
        color: #b7c2aa; }
    .article-item .mdl-card .media .media-body .mdl-card__actions {
      text-align: left;
      padding-bottom: 0; }
      .article-item .mdl-card .media .media-body .mdl-card__actions .mdl-js-button {
        color: #b1642a; }
  .article-item.inner .mdl-card .media .media-body .item-title h4 a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    max-width: 290px;
    text-overflow: ellipsis; }

.scientific-lessons-item .mdl-card {
  padding: 15px 15px 0;
  border-bottom: 1px solid #001021;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .scientific-lessons-item .mdl-card .media .media-left i {
    color: #001021;
    font-size: 30px; }
  .scientific-lessons-item .mdl-card .media .media-body .item-category {
    padding: 7px 0; }
  .scientific-lessons-item .mdl-card .media .media-body .mdl-card__actions .item-info span {
    color: #b7c2aa; }
    .scientific-lessons-item .mdl-card .media .media-body .mdl-card__actions .item-info span i {
      color: #fbbc05; }

.books-articles .more-items {
  margin-top: 10px; }

.home-book-item {
  margin-bottom: 15px; }
  .home-book-item .mdl-card {
    padding: 20px 10px 0; }
    .home-book-item .mdl-card .media .media-left img {
      width: 100px;
      height: 125px;
      border: 1px solid #ccc;
      padding: 3px; }
    .home-book-item .mdl-card .media .media-body .item-info {
      margin: 10.5px 0; }
      .home-book-item .mdl-card .media .media-body .item-info span {
        color: #b7c2aa; }
    .home-book-item .mdl-card .media .media-body .mdl-card__actions {
      text-align: left;
      margin-top: 9px; }
      .home-book-item .mdl-card .media .media-body .mdl-card__actions .mdl-js-button {
        color: #b1642a; }

.book__item {
  width: 100%;
  text-align: center;
  margin-bottom: 20px; }
  .book__item .mdl-card {
    padding: 20px;
    position: relative;
    height: 243px;
    border-bottom: 5px solid #001021; }
    .book__item .mdl-card img {
      margin: 0 auto;
      height: 199px;
      width: 159px; }
    .book__item .mdl-card .caption {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      text-align: center;
      height: 0;
      visibility: visible;
      display: block;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      background: #001021;
      padding: 0;
      overflow: hidden; }
      .book__item .mdl-card .caption .item-title {
        padding: 10px 0; }
        .book__item .mdl-card .caption .item-title h4 a {
          color: #fbbc05; }
      .book__item .mdl-card .caption .mdl-button {
        margin-top: 20px;
        background: #fbbc05;
        font-family: "shilia", helvetica, sans-serif;
        color: #ffffff;
        font-size: 0.9333333333rem;
        width: 120px; }
  .book__item:hover .mdl-card {
    border-bottom-color: #fbbc05; }
    .book__item:hover .mdl-card .caption {
      padding: 60px 10px;
      bottom: 0;
      display: block;
      height: 100%;
      visibility: visible;
      bottom: 0;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }

.video__card {
  width: 100%;
  display: block;
  margin-bottom: 20px; }
  .video__card .mdl-card {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;
    height: 295px; }
    .video__card .mdl-card .item-title {
      padding: 0 0 3px; }
      .video__card .mdl-card .item-title h4 {
        height: 48px;
        max-height: 48px;
        overflow: hidden; }
    .video__card .mdl-card .item-info {
      padding-bottom: 10px; }
      .video__card .mdl-card .item-info span {
        color: #b7c2aa; }
    .video__card .mdl-card .video-thumbnail {
      position: relative; }
      .video__card .mdl-card .video-thumbnail .overlay {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px;
        text-align: center;
        padding: 60px 0; }
        .video__card .mdl-card .video-thumbnail .overlay a.play-icon {
          display: block; }
          .video__card .mdl-card .video-thumbnail .overlay a.play-icon i {
            font-size: 50px;
            color: #ffffff; }
      .video__card .mdl-card .video-thumbnail img {
        width: 100%;
        height: 170px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px; }
  .video__card.inner .mdl-card {
    height: auto; }

.view-item .mdl-card {
  padding: 20px; }
  .view-item .mdl-card .inner-category {
    margin-bottom: 30px; }
    .view-item .mdl-card .inner-category .breadcrumb {
      background: transparent;
      margin: 0; }
      .view-item .mdl-card .inner-category .breadcrumb li {
        font-size: 16px; }
        .view-item .mdl-card .inner-category .breadcrumb li a {
          color: #b1642a; }
        .view-item .mdl-card .inner-category .breadcrumb li:before {
          content: "-";
          color: #b1642a; }
        .view-item .mdl-card .inner-category .breadcrumb li:first-child {
          background: #001021;
          padding: 7px 20px;
          color: #ffffff; }
          .view-item .mdl-card .inner-category .breadcrumb li:first-child:before {
            content: none; }
  .view-item .mdl-card .view-item-title {
    margin: 30px 0 15px; }
    .view-item .mdl-card .view-item-title h1 {
      color: #b1642a;
      font-size: 24px;
      margin: 0; }
  .view-item .mdl-card .item-info span {
    color: #b7c2aa; }
  .view-item .mdl-card .item-size-type {
    padding: 10px 0; }
    .view-item .mdl-card .item-size-type p {
      display: inline-block;
      margin-left: 30px;
      float: right;
      color: #001021; }
      .view-item .mdl-card .item-size-type p span {
        display: inline-block;
        margin: 0 5px;
        color: #ef5350; }
    .view-item .mdl-card .item-size-type button {
      float: left;
      background: #001021;
      font-size: 1.0666666667rem;
      font-family: "shilia", helvetica, sans-serif;
      color: #ffffff;
      width: auto;
      padding: 5px 10px;
      height: auto;
      line-height: normal;
      white-space: nowrap; }
      .view-item .mdl-card .item-size-type button i {
        position: relative;
        font-size: 18px;
        top: 0;
        width: auto;
        line-height: normal;
        left: 0;
        transform: none;
        right: 0;
        margin-left: 5px;
        vertical-align: middle; }
    .view-item .mdl-card .item-size-type .mdl-menu li a {
      color: #001021;
      display: block;
      text-transform: capitalize; }
      .view-item .mdl-card .item-size-type .mdl-menu li a i {
        font-size: 17px;
        margin-left: 7px;
        vertical-align: middle; }
      .view-item .mdl-card .item-size-type .mdl-menu li a img {
        display: inline-block;
        margin-left: 7px; }
  .view-item .mdl-card .article-text p {
    font-size: 16px;
    color: #7a7a7a;
    margin-bottom: 20px;
    line-height: 25px; }
    .view-item .mdl-card .article-text p span {
      font-size: 15px;
      color: #0f6257; }
  .view-item .mdl-card .article-text ul li, .view-item .mdl-card .article-text ol li {
    color: #fbbc05; }
  .view-item .mdl-card .jp-audio {
    background: transparent;
    margin: 25px 0; }
    .view-item .mdl-card .jp-audio .jp-interface {
      background: transparent; }
    .view-item .mdl-card .jp-audio .jp-controls {
      padding: 0; }
      .view-item .mdl-card .jp-audio .jp-controls button {
        float: none;
        margin: 0 auto; }
    .view-item .mdl-card .jp-audio .jp-type-single .jp-progress {
      left: 0;
      right: 0;
      margin: 0 auto;
      height: 10px;
      top: 60px;
      width: 80%; }
    .view-item .mdl-card .jp-audio .jp-seek-bar {
      background: #001021; }
    .view-item .mdl-card .jp-audio .jp-play-bar {
      background: #fbbc05; }
    .view-item .mdl-card .jp-audio .jp-volume-controls {
      right: 110px;
      top: 13px; }
    .view-item .mdl-card .jp-audio .jp-volume-bar {
      background: #001021;
      text-indent: inherit;
      top: 10px; }
    .view-item .mdl-card .jp-audio .jp-time-holder {
      top: 20px;
      left: 40px;
      width: 150px; }
    .view-item .mdl-card .jp-audio .jp-current-time, .view-item .mdl-card .jp-audio .jp-duration {
      font-size: 12px;
      color: #b7c2aa; }
    .view-item .mdl-card .jp-audio .jp-volume-bar-value {
      background: #001021;
      text-indent: inherit; }
    .view-item .mdl-card .jp-audio .jp-volume-controls button {
      text-indent: inherit;
      background: none;
      overflow: visible;
      width: auto;
      height: auto;
      color: #001021;
      top: 3px; }
  .view-item .mdl-card .share-item h4 {
    font-size: 18px;
    margin: 0;
    color: #b1642a; }
  .view-item .mdl-card .video-iframe iframe {
    width: 100%;
    height: 400px; }

.sm-section-title {
  padding: 12px;
  background: #001021; }
  .sm-section-title h3 {
    font-size: 18px;
    text-align: center;
    margin: 0;
    color: #ffffff; }
    .sm-section-title h3 i {
      margin: 0 5px;
      vertical-align: middle;
      color: #fbbc05; }

.view-sidebar .mdl-card {
  position: relative;
  padding: 0 10px;
  margin-bottom: 25px; }
  .view-sidebar .mdl-card .most-visited ul li {
    padding: 0; }
    .view-sidebar .mdl-card .most-visited ul li:nth-child(3) .video-sidebar-item, .view-sidebar .mdl-card .most-visited ul li:nth-child(3) .book-sidebar-item {
      border: 0; }

.video-sidebar-item {
  padding: 10px 0;
  border-bottom: 1px solid #ccc; }
  .video-sidebar-item .media .media-left .media-object {
    position: relative; }
    .video-sidebar-item .media .media-left .media-object img {
      width: 100px;
      height: 85px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px; }
    .video-sidebar-item .media .media-left .media-object .play-icon {
      position: absolute;
      top: 25px;
      left: 0;
      right: 0;
      text-align: center; }
      .video-sidebar-item .media .media-left .media-object .play-icon a {
        display: block;
        color: #ffffff; }
        .video-sidebar-item .media .media-left .media-object .play-icon a i {
          font-size: 40px; }
  .video-sidebar-item .media .media-body .item-info {
    padding-top: 10px; }
    .video-sidebar-item .media .media-body .item-info span {
      color: #b7c2aa;
      margin-left: 5px; }
      .video-sidebar-item .media .media-body .item-info span i {
        margin-left: 5px; }
  .video-sidebar-item.article-sidebar-item .media .media-left .media-object img {
    width: 80px;
    height: 75px; }
  .video-sidebar-item.sound-sidebar-item .media .media-left .media-object img {
    width: 85px; }
  .video-sidebar-item.book-sidebar-item .media .media-left .media-object img {
    width: 75px;
    height: 85px;
    padding: 5px;
    border: 1px solid #b7c2aa; }

.mail-list h4 {
  color: #b1642a;
  font-size: 18px; }
.mail-list .form-group .form-control {
  height: 45px;
  margin-bottom: 15px; }
.mail-list .form-group .mdl-button {
  background: #fbbc05;
  padding: 8px;
  color: #ffffff;
  font-size: 16px;
  line-height: normal;
  font-family: "shilia", helvetica, sans-serif;
  position: absolute;
  left: 10px;
  top: 0;
  height: 45px;
  width: 110px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .mail-list .form-group .mdl-button i {
    margin: 0 5px;
    vertical-align: middle; }
  .mail-list .form-group .mdl-button:hover {
    background: #001021; }

.followers .mdl-card {
  padding: 20px 10px; }
.followers ul li {
  margin-bottom: 10px; }
  .followers ul li a {
    display: block;
    text-align: center;
    color: #ffffff;
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .followers ul li a span {
      display: block;
      font-size: 16px;
      margin-top: 7px; }
    .followers ul li a.fa-facebook {
      background: #3b5998; }
    .followers ul li a.fa-twitter {
      background: #00acee; }
    .followers ul li a.fa-youtube {
      background: #c4302b; }
    .followers ul li a.fa-google-plus-square {
      background: #dd4b39; }
    .followers ul li a.fa-instagram {
      background: #2b5b83; }
    .followers ul li a.fa-soundcloud {
      background: #e89925; }
    .followers ul li a:hover {
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      -ms-border-radius: 20px;
      -o-border-radius: 20px;
      border-radius: 20px;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      text-decoration: none; }

.comments {
  padding-top: 20px; }
  .comments h5 {
    color: #b1642a;
    margin: 0;
    line-height: normal;
    font-size: 18px; }
    .comments h5 span {
      font-size: 14px;
      color: #001021; }
  .comments .demo-list-item.mdl-list .mdl-list__item {
    padding: 0; }

.comment-item {
  padding: 10px;
  border: 1px solid #ccc;
  background: #f9f9f9;
  margin-bottom: 20px; }
  .comment-item .media .media-left i {
    width: 50px;
    height: 50px;
    background: #001021;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    line-height: 50px;
    color: #ffffff;
    text-align: center; }
  .comment-item .media .media-body h4 {
    margin: 5px 0;
    font-size: 18px;
    color: #b1642a; }
    .comment-item .media .media-body h4 span {
      display: inline-block;
      margin: 0 20px;
      font-size: 14px;
      color: #fbbc05; }
      .comment-item .media .media-body h4 span i {
        font-size: 14px;
        vertical-align: middle;
        margin: 0 5px; }
  .comment-item .media .media-body p {
    font-size: 15px;
    color: #001021;
    margin: 0; }

.add-comment h5 {
  margin-bottom: 10px; }
.add-comment .form-group label {
  font-weight: normal;
  color: #001021; }
.add-comment .form-group input {
  height: 40px; }
.add-comment .form-group textarea {
  height: 120px;
  resize: none; }
.add-comment .send {
  text-align: center; }
  .add-comment .send button {
    background: #001021;
    width: 230px;
    padding: 7px;
    color: #ffffff;
    font-size: 18px;
    height: auto;
    line-height: normal;
    font-family: "shilia", helvetica, sans-serif; }
    .add-comment .send button i {
      vertical-align: middle;
      margin: 0 5px;
      color: #fbbc05; }

.contact-us {
  padding: 50px; }
  .contact-us h1 {
    padding: 10px;
    line-height: normal;
    font-size: 26px;
    background: #001021;
    color: #ffffff;
    margin: 0 0 30px;
    text-align: center; }
  .contact-us .form-group {
    margin-bottom: 25px; }
    .contact-us .form-group label {
      font-weight: normal;
      color: #001021;
      font-size: 16px; }
    .contact-us .form-group input, .contact-us .form-group select {
      height: 45px; }
    .contact-us .form-group textarea {
      height: 150px;
      resize: none; }
  .contact-us button {
    display: block;
    width: 100%;
    background: #001021;
    padding: 10px;
    font-family: "shilia", helvetica, sans-serif;
    font-size: 18px;
    color: #ffffff;
    line-height: normal;
    height: auto; }
    .contact-us button i {
      vertical-align: middle;
      font-size: 18px;
      margin: 0 5px; }
    .contact-us button:hover {
      background: #fbbc05; }

.mdl-card.about-us {
  margin-top: 140px;
  position: relative;
  overflow: visible;
  min-height: 500px;
  padding: 150px 30px 30px; }
  .mdl-card.about-us .thum {
    position: absolute;
    top: -100px;
    left: 0;
    right: 0;
    width: 200px;
    height: 200px;
    padding: 10px;
    background: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto; }
    .mdl-card.about-us .thum img {
      width: 100%;
      height: 100%; }
  .mdl-card.about-us article {
    margin-bottom: 40px; }
    .mdl-card.about-us article header h1, .mdl-card.about-us article header h3 {
      font-size: 26px;
      color: #b1642a;
      margin: 0 0 20px;
      text-align: center; }
    .mdl-card.about-us article p {
      font-size: 16px;
      color: #001021;
      line-height: 30px; }
  .mdl-card.about-us ul li {
    font-size: 16px;
    color: #001021;
    margin-bottom: 7px;
    position: relative;
    padding-right: 25px; }
    .mdl-card.about-us ul li:before {
      position: absolute;
      content: "";
      top: 0;
      right: 0;
      color: #fbbc05;
      font-family: "FontAwesome"; }

.mdl-mini-footer {
  padding: 15px 0 5px;
  background: #001021; }
  .mdl-mini-footer p {
    font-size: 0.9333333333rem;
    margin-bottom: 10px; }
  .mdl-mini-footer .developed p a {
    color: #fbbc05;
    text-transform: capitalize;
    font-size: 1.2rem; }

@font-face {
  font-family: "shilia";
  src: url("../fonts/shilia-w23-430-regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }
body {
  background: url(../../assets/images/body-bg.png) repeat; }

::-webkit-scrollbar {
  width: 5px;
  background: #b7c2aa; }

::-webkit-scrollbar-track {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #001021; }

.cd-intro-content.video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  z-index: -1; }

.mdl-list__item {
  overflow: visible; }

.main-content {
  padding-bottom: 100px;
  min-height: 600px; }
  .main-content .mdl-tabs.is-upgraded .mdl-tabs__tab.is-active {
    color: #fbbc05; }
    .main-content .mdl-tabs.is-upgraded .mdl-tabs__tab.is-active:after {
      right: 0;
      height: 3px;
      background: #fbbc05; }
  .main-content .pagination {
    margin: 50px 0 0; }
  .main-content .mdl-tabs__tab-bar {
    list-style: none;
    position: absolute;
    top: 0;
    left: 20px; }
    .main-content .mdl-tabs__tab-bar li a {
      font-size: 16px;
      color: #001021;
      padding: 0 10px; }

.mdl-card {
  min-height: 20px;
  height: auto;
  width: 100%;
  display: block; }

.mdl-menu__item {
  height: auto;
  line-height: normal;
  display: block;
  padding: 5px;
  font-family: "shilia", helvetica, sans-serif;
  text-align: right;
  color: #001021;
  font-size: 15px; }
  .mdl-menu__item a {
    color: #001021; }

.videos .demo-card-wide {
  padding: 20px 5px; }

.fatawa .video-fatwa {
  padding: 20px 5px; }

.video__item {
  position: relative; }
  .video__item .demo-card-image.mdl-card {
    width: 100%;
    min-height: 20px;
    height: auto; }
    .video__item .demo-card-image.mdl-card .mdl-card__title {
      padding: 0;
      position: relative;
      height: 180px; }
      .video__item .demo-card-image.mdl-card .mdl-card__title img {
        width: 100%;
        height: 180px; }
    .video__item .demo-card-image.mdl-card .mdl-card__actions {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%;
      padding: 30px 10px 20px;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .video__item .demo-card-image.mdl-card .mdl-card__actions .play__icon a i {
        font-size: 35px;
        color: #fff; }
      .video__item .demo-card-image.mdl-card .mdl-card__actions h4 {
        margin: 0;
        color: #fff;
        font-size: 1.2rem;
        -webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), 1px 1px 1px rgba(0, 0, 0, 0.3), 1px 1px 1px rgba(0, 0, 0, 0.3);
        -moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), 1px 1px 1px rgba(0, 0, 0, 0.3), 1px 1px 1px rgba(0, 0, 0, 0.3);
        -ms-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), 1px 1px 1px rgba(0, 0, 0, 0.3), 1px 1px 1px rgba(0, 0, 0, 0.3);
        -o-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), 1px 1px 1px rgba(0, 0, 0, 0.3), 1px 1px 1px rgba(0, 0, 0, 0.3);
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), 1px 1px 1px rgba(0, 0, 0, 0.3), 1px 1px 1px rgba(0, 0, 0, 0.3); }
        .video__item .demo-card-image.mdl-card .mdl-card__actions h4 a {
          color: #fff; }
      .video__item .demo-card-image.mdl-card .mdl-card__actions .item-category {
        margin: 0; }
        .video__item .demo-card-image.mdl-card .mdl-card__actions .item-category a {
          color: #ffffff; }
  .video__item:hover .demo-card-image.mdl-card .mdl-card__actions {
    padding: 20px 10px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

.no-result {
  height: 330px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 25px; }
  .no-result .material-icons {
    font-size: 60px;
    color: #d5d5d5; }
  .no-result h3 {
    color: #ef5350;
    font-size: 23px;
    margin: 20px 0 0; }

.sound-item {
  margin-bottom: 15px; }
  .sound-item .media .media-left img {
    width: 100px;
    height: 100px; }
  .sound-item .media .media-body {
    padding-top: 15px;
    position: relative; }
    .sound-item .media .media-body .item-title h4 a {
      display: block;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      max-width: 360px; }
    .sound-item .media .media-body .item-info span {
      color: #b7c2aa; }
    .sound-item .media .media-body .play-download {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 70px; }
      .sound-item .media .media-body .play-download button {
        display: block;
        width: 100%;
        height: 50px;
        text-align: center;
        padding: 10px;
        font-size: 0.9333333333rem;
        box-shadow: none;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .sound-item .media .media-body .play-download button i {
          display: block;
          vertical-align: middle; }
      .sound-item .media .media-body .play-download:hover {
        background: #232323;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
  .sound-item.inner .media .media-body .item-title h4 a {
    max-width: 275px; }
  .sound-item.inner .media .media-body .play-download {
    display: none; }

h4 {
  font-size: 18px; }

.rtl .input-group-addon:first-child, .rtl .input-group-addon:last-child {
  border: 0; }

/*.main-category
 * min-height: 600px
 * padding: 50px 30px
 *
 * .section-title
 *   font-size: 24px
 *   color: $white
 *   margin: 0 0 30px
 *   position: relative
 *   background: $green
 *   max-width: 200px
 *   text-align: center
 *
 * ul
 *   li
 *     position: relative
 *     a
 *       color: $white
 *       font-size: 16px
 *       display: block
 *       i
 *         margin-left: 10px
 *         font-size: 12px
 *         color: $orange
 *       span
 *         color: $orange
 *         margin: 0 5px */
.panel.side-main-category {
  margin-top: 0; }
  .panel.side-main-category .panel-heading {
    padding: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .panel.side-main-category .panel-heading .category-title {
      background: #fff;
      margin: 0;
      font-size: 21px;
      color: #313131; }
  .panel.side-main-category .panel-body {
    height: 390px;
    max-height: 390px;
    overflow-y: scroll; }
    .panel.side-main-category .panel-body ul, .panel.side-main-category .panel-body ol {
      list-style: none; }
    .panel.side-main-category .panel-body .metismenu li .has-arrow, .panel.side-main-category .panel-body .metismenu li .cat-link {
      display: inline-block; }
    .panel.side-main-category .panel-body .metismenu li a {
      color: #424242;
      font-size: 16px;
      padding: 7px 5px;
      position: relative;
      display: block; }
      .panel.side-main-category .panel-body .metismenu li a span {
        display: inline-block;
        margin: 0 5px; }
      .panel.side-main-category .panel-body .metismenu li a.has-arrow:after {
        right: 0;
        top: 10px; }
      .panel.side-main-category .panel-body .metismenu li a.has-arrow:before {
        content: none; }
      .panel.side-main-category .panel-body .metismenu li a.has-arrow:hover {
        cursor: pointer; }
      .panel.side-main-category .panel-body .metismenu li a.single-cat {
        padding-right: 25px; }
        .panel.side-main-category .panel-body .metismenu li a.single-cat:before {
          content: "";
          position: absolute;
          right: 0;
          top: 5px;
          font-family: "FontAwesome"; }
    .panel.side-main-category .panel-body .metismenu li ul {
      padding-right: 20px; }
      .panel.side-main-category .panel-body .metismenu li ul li a {
        padding: 7px 20px;
        display: block;
        position: relative;
        font-size: 15px; }
        .panel.side-main-category .panel-body .metismenu li ul li a:before {
          content: "";
          position: absolute;
          right: 0;
          top: 5px;
          font-family: "FontAwesome"; }
        .panel.side-main-category .panel-body .metismenu li ul li a.has-arrow {
          padding: 0 10px; }
          .panel.side-main-category .panel-body .metismenu li ul li a.has-arrow:after {
            top: -4px; }
          .panel.side-main-category .panel-body .metismenu li ul li a.has-arrow:before {
            content: none; }
        .panel.side-main-category .panel-body .metismenu li ul li a.cat-link {
          padding: 7px 0; }
          .panel.side-main-category .panel-body .metismenu li ul li a.cat-link:before {
            content: none; }
  .panel.side-main-category.inner {
    margin-top: 25px; }
    .panel.side-main-category.inner .panel-body {
      min-height: 400px;
      overflow-y: visible;
      max-height: 100%; }

@media screen and (max-width: 992px) {
  .video__card .mdl-card {
    height: auto; } }
@media screen and (max-width: 768px) {
  .main-header .top-header .date {
    float: none;
    display: block;
    text-align: center; }
  .main-header .top-header .social {
    float: none;
    display: block;
    text-align: center; }
  .main-header .logo {
    height: auto;
    padding-top: 70px;
    text-align: center; }
    .main-header .logo img {
      margin: 0 auto;
      height: 100px;
      width: auto; }
  .main-header .search-box .search-title {
    font-size: 31px; }
  .main-header .search-box .btn {
    height: auto; }

  .news-bar span.news-title {
    background: #0f6257;
    text-align: center;
    height: 43px;
    color: #fff;
    display: block;
    font-size: 15px;
    padding: 13px;
    font-weight: normal;
    white-space: nowrap; }
  .news-bar .panel.panel-default .panel-body {
    padding: 15px; }
    .news-bar .panel.panel-default .panel-body ul.demo {
      height: auto !important; }
  .news-bar .panel.panel-default .panel-footer {
    bottom: 10px;
    top: auto;
    left: 20px; }

  .media .media-left {
    float: none;
    padding: 0;
    display: block;
    text-align: center; }
    .media .media-left img, .media .media-left i {
      margin: 0 auto 10px; }
  .media .media-body {
    text-align: center; }

  .main-content .mdl-tabs__tab-bar {
    margin-bottom: 10px;
    position: relative;
    left: 0;
    background: #ffffff;
    display: block;
    width: 100%;
    height: auto; }
    .main-content .mdl-tabs__tab-bar li {
      display: block;
      width: 100%; }
      .main-content .mdl-tabs__tab-bar li a {
        float: none;
        width: 100%; }

  .video__item {
    margin-bottom: 25px; }

  .sound-item .media {
    padding-top: 20px;
    padding-bottom: 25px; }
    .sound-item .media .media-body {
      padding-top: 0;
      text-align: center; }
      .sound-item .media .media-body .play-download {
        position: relative;
        text-align: center;
        width: 100%;
        margin: 20px 0; }
        .sound-item .media .media-body .play-download button {
          display: inline-block;
          margin: 0 auto;
          height: 50px;
          width: 70px;
          text-align: center; }
          .sound-item .media .media-body .play-download button:hover {
            background: #232323;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
        .sound-item .media .media-body .play-download:hover {
          background: transparent; }

  .live-mail-list .section-title {
    margin-top: 20px; }

  .sm-section-title {
    margin-top: 20px; }

  .article-item .mdl-card .media .media-left .article-types img {
    margin-bottom: 10px; }

  .article-item.inner .mdl-card .media .media-body .item-title h4 a {
    max-width: 100%;
    width: 100%;
    white-space: normal; }

  .mdl-list__item.col-md-6.col-sm-12.col-xs-12.col-padding-7 {
    height: auto !important;
    margin-bottom: 55px; }

  .live-mail-list .mail-list .mdl-card .heading {
    text-align: center;
    margin-bottom: 20px; }

  .mail-list .form-group .mdl-button {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    right: 0; } }

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