/**
013a42
003138
*/

/* Fonts */
@font-face {
  font-family: 'title';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/title.ttf') format('truetype'),
    url('../fonts/title.woff') format('woff'),
    url('../fonts/title.eot'),
    url('../fonts/title.eot?#iefix') format('embedded-opentype');
}

@font-face {
  font-family: 'text';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/text.ttf') format('truetype'),
    url('../fonts/text.woff') format('woff'),
    url('../fonts/text.eot'),
    url('../fonts/text.eot?#iefix') format('embedded-opentype');
}

/* Public */
body {
  font-family: 'text';
  font-size: 14px;
  line-height: 1.8;
  color: #616161;
  background-color: #fff;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'title';
}

* {
  -webkit-transition: all 0.13s ease-in-out;
  -moz-transition: all 0.13s ease-in-out;
  -o-transition: all 0.13s ease-in-out;
  transition: all 0.13s ease-in-out;
}

*:focus {
  outline: none;
}

/**top menu*/
.container-fluid.user-area {
  background: #151515;
  padding: 6px 0;
  font-size: 14px;
  color: #999;
}

#block-clevar-header-contact-info .block-title {
  visibility: hidden;
  height: 0;
  padding: 0;
  margin: 0;
}

.pbr-support>span {
  background: #FFF;
  display: inline-block;
  margin-right: 5px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  padding: 13px 0 0 10px;
  font-size: 16px;
  font-weight: 900;
  color: #151515;
}

.col-logo {
  padding-right: 0 !important;
}

.pbr-support>span .icon {
  color: #dbb44f;
  font-size: 14px;
}

.region-user-area {
  padding-top: 6px;
}
.region-user-area .navbar-nav>li>a {
  background: #151515;
  padding: 10px;
  margin-right: 5px;
  color: #999;
  border-radius: 3px;
}
.region-user-area .navbar-nav>li>a.header-login-btn {
  background: #dbb44f;
  color: #FFF;
}

.region-user-area .navbar-nav>li>a>i {
  color: #dbb44f;
  font-size: 14px;
  margin-right: 4px;
}
.region-user-area .navbar-nav>li>a.header-login-btn>i {
  color: #FFF;
}

.region-user-area .navbar-nav>li>a:hover {
  color: #dbb44f;
}
.region-user-area .navbar-nav>li>a.header-login-btn:hover {
  color: #FFF;
  background: #cea143;
}

.region-user-area .nav .open>a,
.region-user-area .nav .open>a:hover,
.region-user-area .nav .open>a:focus {
  background-color: transparent;
  border-color: transparent;
}

/*home-why*/

.home-why-container {
  /* background: #013a42 url(https://nur-alhuda.com/sites/all/themes/custom/clevar/imgs/background-01.jpg?id=8225) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;*/

  background-color: #151515;
  padding-bottom: 30px;
  background-image: url(https://nur-alhuda.com/sites/all/themes/custom/clevar/imgs/pngs/02.png), url(https://nur-alhuda.com/sites/all/themes/custom/clevar/imgs/pngs/05.png);
  background-position: right bottom, left center;
  background-size: 140px;
  background-repeat: no-repeat !important;

}

.region-home-why {
  background-color: #fff;
  margin-top: -30px;
  z-index: 99;
  position: relative;
}

.home-why-container .block-title {
  font-size: 25px;
  padding: 10px 15px 0px 15px;
  color: #000;
}

.home-why-container .why-section-title {
  font-size: 18px;
  color: #000;
  margin-top: 15px;
}

.home-why-container .fa-certificate {
  color: #e9af25;
  padding-right: 8px;
}

.home-why-container .fa-paper-plane {
  color: #a8157d;
  padding-right: 8px;
}

.home-why-container .fa-school {
  color: #573a94;
  padding-right: 8px;
}

.home-why-container .fa-life-ring {
  color: #077cbf;
  padding-right: 8px;
}

/*home Books*/
.home-books-container,
.home-media-container {
  padding-top: 15px !important;
  padding-bottom: 25px !important;
  background-color: #151515;

}

.home-books-container .block-title,
.home-media-container .block-title {
  text-align: center;
  padding-bottom: 25px;
  margin-bottom: 30px;
  color: #fff;
  background: url(https://nur-alhuda.com/sites/all/themes/custom/clevar/imgs/header-bg.png) no-repeat bottom transparent;
}
.home-media-container .block-title {
  margin-top: 30px;
}
.home-books-container .home-one-book {
  text-align: center;
  padding-bottom: 15px;
  color: #fff;
  border: none !important;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-box-shadow: 0 -5px 0 0 rgba(0, 0, 0, .1) inset;
  box-shadow: inset 0 -5px 0 0 rgba(0, 0, 0, .1);
}

.home-books-container .home-one-book .home-one-book-turkish-title {
  min-height: 50px;
}

.home-books-container .home-one-book .home-one-book-cover {
  padding-bottom: 15px;
}

.home-books-container .home-one-book-price {
  min-height: 26px;
}

.home-books-container .home-one-book-download {
  min-height: 54px;
}
.home-books-container .home-one-book-download a {
  color: #fff;
  font-size: 30px;
}

.user-box-welcome-name {
  margin-bottom: 10px;
  width: 200px;
}
.user-box-last-login {
  border-bottom: 1px solid #d6c189;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.region-home-slider {
  position: relative;
}
.region-home-slider #block-clevar-user-box {
  position: absolute;
  z-index: 999;
  background-color: #ffffffe6;
  left: 50px;
  top: 50px;
  padding: 40px 30px 40px 50px;
  border-radius: 5px;
}

.user-box-reset-pass {
  margin-top: 10px;
}
.user-box-reset-new-student {
  margin-top: 0px;
}
.user-box-reset-pass a {
  color: #057888;
}
.user-box-reset-pass a:hover {
  color: #057888;
}

.region-home-slider #block-clevar-user-box form input.form-text {
  max-width: 207px;
}
.region-home-slider #block-clevar-user-box form .help-block {
  display: none;
}

.region-home-slider #block-clevar-user-box .user-box-item {
  padding-top: 10px;
}
.region-home-slider #block-clevar-user-box .user-box-item a {
  color: #346336;
  font-family: title, serif;
}
.region-home-slider #block-clevar-user-box .user-box-item a:hover {
  color: #d6a947;
}
.region-home-slider #block-clevar-user-box .user-box-item a i {
  width: 25px;
  text-align: center;
  color: #d6a947;
}

.btn-primary {
  color: #fff;
  background-color: #dbb44f;
  border-color: #caa340;
}
.btn-primary:hover {
  color: #fff;
  background-color: #c7a13f;
  border-color: #d0ac50;
}

@media (max-width: 768px) {
  .region-home-slider #block-clevar-user-box {
    left: 7px;
    top: 7px;
    padding: 10px 10px;
  }
  .front .carousel-caption {
    display: none;
  }
  .user-box-last-login {
    display: none;
  }
  #block-clevar-home-slider,
  #block-clevar-user-box {
    display: none;
  }
}


.page-my-dashboard .my-dashboard-item {
  text-align: center;
  padding: 25px 0;
  background-color: #f5f5f5;
  margin-bottom: 30px;
  font-family: title;
  color: #3a6f39;
}
.page-my-dashboard .my-dashboard-item:hover {
  background-color: #f1f1f1;
}
.page-my-dashboard .my-dashboard-item .my-dashboard-i i {
  font-size: 20px;
  padding: 20px 0;
  color: #d8a744;
}
.page-my-dashboard .my-dashboard-item:hover .my-dashboard-i i {
  color: #e6bb64;
}


#block-clevar-home-books .col-md-2:nth-child(1) .home-one-book {
  background-color: #f59b29;
}
#block-clevar-home-books .col-md-2:nth-child(2) .home-one-book {
  background-color: #e86666;
}
#block-clevar-home-books .col-md-2:nth-child(3) .home-one-book {
  background-color: #a8157d;
}
#block-clevar-home-books .col-md-2:nth-child(4) .home-one-book {
  background-color: #573a94;
}
#block-clevar-home-books .col-md-2:nth-child(5) .home-one-book {
  background-color: #077cbf;
}
#block-clevar-home-books .col-md-2:nth-child(6) .home-one-book {
  background-color: #07bf51;
}
#block-clevar-home-books .col-md-2:nth-child(7) .home-one-book {
  background-color: #ce1332;
}


#block-clevar-home-books .col-md-2:nth-child(1) .home-one-book:hover {
  color: #f59b29;
  background-color: #fff;
}
#block-clevar-home-books .col-md-2:nth-child(2) .home-one-book:hover {
  color: #e86666;
  background-color: #fff;
}
#block-clevar-home-books .col-md-2:nth-child(3) .home-one-book:hover {
  color: #a8157d;
  background-color: #fff;
}
#block-clevar-home-books .col-md-2:nth-child(4) .home-one-book:hover {
  color: #573a94;
  background-color: #fff;
}
#block-clevar-home-books .col-md-2:nth-child(5) .home-one-book:hover {
  color: #077cbf;
  background-color: #fff;
}
#block-clevar-home-books .col-md-2:nth-child(6) .home-one-book:hover {
  color: #07bf51;
  background-color: #fff;
}
#block-clevar-home-books .col-md-2:nth-child(7) .home-one-book:hover {
  color: #ce1332;
  background-color: #fff;
}

#block-clevar-home-books .col-md-2 .home-one-book:hover .home-one-book-download a {
  color: #253544;
}

#block-clevar-home-books .see-more {
  clear: both;
}
#block-clevar-home-books .see-more a {
  margin-top: 20px;
  display: inline-block;
  color: #fff;
  font-size: 16px;
}

#block-clevar-home-books .see-more a:hover {
  color: #dbb44f;
}


/****home-teachers****/
.home-teachers-container {
  background-color: #fafafa;
  padding-top: 35px;
}

.home-teachers-container .block-title {
  text-align: center;
  padding-bottom: 25px;
  margin-bottom: 30px;
  color: #000;
  background: url(https://nur-alhuda.com/sites/all/themes/custom/clevar/imgs/header-bg.png) no-repeat bottom transparent;
}


.home-teachers-container .teacher-inner {
  /*background: #fff;
  -webkit-box-shadow: 0 1px 2px 1px #e1e1e1;
  box-shadow: 0 1px 2px 1px #e1e1e1;
  -webkit-transition: all .3s ease-in-out;
  */
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  margin-bottom: 30px;
  text-align: center;
}

.home-teachers-container .teacher-inner .teacher-name {
  padding: 25px 0 77px;
  /*background: #dbb44f;*/
  color: #013a42;
}

.home-teachers-container .teacher-inner .teacher-name h5 {
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 17px;
}

.home-teachers-container .teacher-inner .teacher-photo {
  margin: -77px 0 0;
  display: inline-block;
  width: 200px;
  height: 200px;
}

.home-teachers-container .teacher-inner .teacher-photo img {
  border-radius: 50%;
  padding: 3px;
  border: 1px solid #dbb44f;
}
.home-teachers-container .teacher-inner:hover .teacher-photo img {
  padding: 1px;
  border: 3px solid #dbb44f;
}


.home-teachers-container .teacher-inner .teacher-about {
  padding: 0 45px 45px;
  font-weight: 300;
  line-height: 30px;
  font-size: 14px;
  min-height: 195px;
}

.home-teachers-container .teacher-inner .teacher-courses {
  color: #bf9931;
}

.home-teachers-container .teacher-inner .teacher-social {
  padding: 18px 0 20px;
}

.home-teachers-container .teacher-inner .teacher-social a {
  color: #999;
  margin: 0 12px;
}

.home-teachers-container .teacher-inner .teacher-social a:hover {
  color: #dbb44f;
}


/*home-student-buttons */
.home-student-buttons-container {
  color: #fff;
  padding-top: 105px !important;
  padding-bottom: 105px !important;
  background-image: url(https://nur-alhuda.com/sites/all/themes/custom/clevar/imgs/background-03.jpg?id=8260) !important;
  text-align: center;
  background-attachment: fixed;
  position: relative;
  background-size: cover;

  -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;

  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}


@media (max-width: 768px) {
  .home-student-buttons-container {
  background-attachment:inherit;
  background-size:cover;
  -webkit-background-size:cover;
  }
}
.home-student-buttons-container .desc {
  margin-bottom: 25px;
  font-size: 20px;
}


.home-student-buttons-container .student-register-btn,
.home-student-buttons-container .student-login-btn {
  background-color: #dbb44f;
  border-color: #dbb44f;
  font-size: 16px;
  padding: 15px;
}

.home-student-buttons-container .student-register-btn:hover,
.home-student-buttons-container .student-login-btn:hover,
.home-student-buttons-container .student-register-btn:focus,
.home-student-buttons-container .student-login-btn:focus {
  background-color: #aa8b3c;
}




/*statistics*/
.home-statistics-container {
  padding-top: 30px;
}

.front #block-views-statistics-block {
  margin: 60px 0 35px;
}

.home-one-statistic-icon img {
  width: 50px;
  margin: 0 auto;
}

.home-statistics-container {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
  /* background: #013a42 url(https://nur-alhuda.com/sites/all/themes/custom/clevar/imgs/background-05.jpg) !important;*/
  background-repeat: no-repeat !important;
  background-color: #ececec;
  background-image: url(https://nur-alhuda.com/sites/all/themes/custom/clevar/imgs/pngs/06.png), url(https://nur-alhuda.com/sites/all/themes/custom/clevar/imgs/pngs/09.png);
  background-position: right center, left center;
  background-size: 100px;
}

.statistic-inner {
  background-color: #fff;
  padding: 35px 0;
  text-align: center;
  border-bottom: 10px solid #49bd8c;
}

#block-clevar-home-statistics .col-md-2:nth-child(1) .statistic-inner {
  border-color: #07802e;
}

#block-clevar-home-statistics .col-md-2:nth-child(2) .statistic-inner {
  border-color: #f59b29
}

#block-clevar-home-statistics .col-md-2:nth-child(3) .statistic-inner {
  border-color: #a8157d;
}

#block-clevar-home-statistics .col-md-2:nth-child(4) .statistic-inner {
  border-color: #573a94;
}

#block-clevar-home-statistics .col-md-2:nth-child(5) .statistic-inner {
  border-color: #077cbf;
}

#block-clevar-home-statistics .col-md-2:nth-child(6) .statistic-inner {
  border-color: #807b74;
}

.home-one-statistic-count {
  font-size: 40px;
  color: #000;
  line-height: 1.5;
  font-weight: 400;
  margin-top: 10px;
}

.home-one-statistic-title {
  font-size: 18px;
  color: #999;
  font-weight: 400;
  margin: 0 0 5px;
}


/* home section */
.home-sections-container {
  padding-top: 30px;
  padding-bottom: 30px;
}

.home-sections-container .block-title,
.home-ads-container .block-title {
  text-align: center;
  padding-bottom: 25px;
  margin-bottom: 30px;
  color: #000;
  background: url(https://nur-alhuda.com/sites/all/themes/custom/clevar/imgs/header-bg.png) no-repeat bottom transparent;
}

.home-ads-container .home-ads-slick {
  padding: 25px 0;
  text-align: center;
  margin-bottom: 20px !important;
  background-color: #151515;
  border-top: 2px solid #dbb24e;
  border-radius: 5px;
}
.home-ads-container .home-ads-slick .home-ads-item {
  font-size: 20px;
}
.home-ads-container .home-ads-slick .home-ads-item a {
  color: #ffffff;
}
.home-ads-container .home-ads-slick .home-ads-item a:hover {
  color: #cea94c;
}

.section-icon {
  text-align: center;
  padding: 10px;
}

.section-icon img {
  width: 100%;
  border-radius: 10px;
}

.section-courses-count {
  padding: 10px 0;
  border-bottom: 1px solid #ededed;
  font-size: 12px;
  font-weight: 300;
}

.section-courses-count i {
  margin-right: 4px;
}

.section-name {
  font-size: 18px;
  margin: 10px 0;
  min-height: 35px;
  font-weight: 400;
}

.section-name a {
  color: #000;
}

.section-name a:hover {
  color: #dbb44f;
}

.section-inner {
  border-style: solid;
  border-color: #ededed;
  border-width: 0 0 4px;
  margin-bottom: 0px;
  position: relative;
}


.section-inner:hover:after {
  width: 100%;
  right: 0;
  left: 0;
}

.section-inner:after {
  content: "";
  width: 0;
  height: 4px;
  position: absolute;
  bottom: -4px;
  background-color: #dbb44f;
  left: 50%;
  right: 50%;
}

.section-inner,
.section-inner:after {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

/*
.home-sections .col-md-3:nth-child(1) .section-icon,
.home-sections .col-md-3:nth-child(7) .section-icon {
  background-color: #73cbeb;
}

.home-sections .col-md-3:nth-child(2) .section-icon,
.home-sections .col-md-3:nth-child(8) .section-icon {
  background-color: #f2e3c2;
}

.home-sections .col-md-3:nth-child(3) .section-icon,
.home-sections .col-md-3:nth-child(9) .section-icon {
  background-color: #3b4c54;
}

.home-sections .col-md-3:nth-child(4) .section-icon,
.home-sections .col-md-3:nth-child(10) .section-icon {
  background-color: #19bd9a;
}

.home-sections .col-md-3:nth-child(5) .section-icon,
.home-sections .col-md-3:nth-child(11) .section-icon {
  background-color: #3e59a8;
}

.home-sections .col-md-3:nth-child(6) .section-icon,
.home-sections .col-md-3:nth-child(12) .section-icon {
  background-color: #4fadaf;
}
*/

#block-clevar-side-ads .side-ads-item {
  margin-bottom: 15px;
}
#block-clevar-side-ads .side-ads-item a {
  color: #253544;
}
#block-clevar-side-ads .side-ads-item a:hover {
  color: #dcb34e;
}

/*breadcrumb*/
.inside-header {
  background: url(https://nur-alhuda.com/sites/all/themes/custom/clevar/imgs/breadcrumb-01.jpg) #151515;
  font-size: 14px;
  padding: 65px 0;
  margin-bottom: 0px;
  color: #fff;
  background-position: right;
}

.page-sections .inside-header {
  background-image: url(https://nur-alhuda.com/sites/all/themes/custom/clevar/imgs/bg-breadcrums.jpg);
}

.page-books .view-content,
.page-books .page-superior-students {
  overflow: hidden;
}

.page-books .view-books .view-content .views-row .views-field-title-field-et {
  min-height: 52px;
}
.page-books .view-books .view-content .views-row .views-field-field-book-price {
  min-height: 26px;
}

.page-books .inside-header {
  background-image: url(https://nur-alhuda.com/sites/all/themes/custom/clevar/imgs/breadcrumb-02.jpg);
}

.page-contact .inside-header {
  background-image: url(https://nur-alhuda.com/sites/all/themes/custom/clevar/imgs/breadcrumb-03.jpg);
}

.page-books .view-books .views-row {
  padding: 15px;
  text-align: center;
  margin-bottom: 25px;
}

.page-books .view-books .views-row:hover {
  background-color: #f5f5f5;
}

.page-books .view-books .views-row .views-field-field-book-cover-page img {
  padding: 2px;
  border: 1px solid #e2e2e2;
  margin: 0 auto;
}

.page-books .view-books .views-row .views-field-field-book-pdf {
  min-height: 39px;
}
.page-books .view-books .views-row .views-field-field-book-pdf a {
  font-size: 22px;
  color: #dcb34e;
}

.page-books .view-books .views-row .views-field-field-book-pdf a:hover {
  font-size: 22px;
  color: #c48f38;
}


.inside-header .page-header {
  border-bottom-style: none;
  font-size: 32px;
  margin: 0 0 10px;
}

.student-breadcrumb {
  color: #dbb44f;
}

.student-breadcrumb a {
  color: #c4e4ff;
}

.student-breadcrumb a:hover {
  color: #d7b04e;
}

/* footer */
.footer-container {
  padding-top: 75px;
  padding-bottom: 30px;
  color: #b1b1b1;
  background: #222222;

}

.footer-container h2.block-title {
  color: #fff;
  font-size: 16px;
  margin-bottom: 20px;
}

#block-clevar-footer-logo img {
  margin-bottom: 15px;
  height: 55px;
}

.footer-logo-text {
  line-height: 30px;
}

.footer-container a {
  color: #b1b1b1;
}

.footer-container a:hover {
  color: #fff;
}

.footer-container .footer-col h2.block-title {
  font-size: 16px;
  color: #fff;
  padding-bottom: 10px;
}

.footer-container .footer-col .footer-contact-info-item {
  line-height: 28px;
}

.footer-container .footer-col .footer-contact-info-item i {
  width: 18px;
}


.footer-container .footer-social-icons {
  position: relative;
}

.footer-container .footer-social-icons ul {
  padding: 0;
}

.footer-container .footer-social-icons:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  background: #1c2733;
}

.footer-container .footer-social {
  margin-top: 20px;

}

.footer-container .footer-social-icons {
  margin: 10px 0 35px;
  text-align: center;
}

.footer-container .footer-social-icons ul>li {
  padding: 0;
  margin: 0 8px;
  position: relative;
  z-index: 9999;
  display: inline-block;
}

.footer-container .footer-social-icons a {
  width: 45px;
  height: 45px;
  line-height: 44px;
  border: 2px solid #344455;
  border-radius: 50%;
  color: #e0e0e0;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  background: #151515;
}

.footer-container .footer-social-icons a:hover {
  color: #fff;
  border: 2px solid #616161;
  background: #dbb44f;
}

.region-footer-4 {
  text-align: center;
  margin-top: 65px;
}

.footer-container #block-clevar-footer-menu ul.links,
.not-front #block-clevar-side-main-menu ul.links {
  list-style-type: none;
  padding-left: 0;
}

.footer-container #block-clevar-footer-menu ul.links li a,
.not-front #block-clevar-side-main-menu ul.links li a,
.footer-container #block-views-services-block-2 .views-row .views-field-title-field-et a {
  position: relative;
  display: block;
  padding: 4px 0px;
  color: #999;
}

.not-front #block-clevar-side-main-menu ul.links li a {
  color: #4B88BC;
  padding: 7px;
}

.footer-container #block-clevar-footer-menu ul.links li a::before,
.not-front #block-clevar-side-main-menu ul.links li a::before,
.footer-container #block-views-services-block-2 .views-row .views-field-title-field-et a::before {
  content: '\f105';
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 600;
  padding-right: 10px;
}

.footer-container #block-clevar-footer-menu ul.links li a:hover,
.footer-container #block-views-services-block-2 .views-row .views-field-title-field-et a:hover {
  background-color: unset;
  color: #fff;
}

.not-front #block-clevar-side-main-menu ul.links li a:hover {
  color: #fff;
  background-color: #f9f9f9;
}

.footer-container #block-clevar-footer-logo {
  text-align: center;
}

.footer-container #block-clevar-footer-logo img.clevar-white-logo {
  width: 70px;
  margin: 0 auto;
  margin-top: 47px;
}

.footer-container #block-clevar-footer-logo .footer-logo-rights-reserved {
  margin: 30px 0 7px;
}

.footer-container #block-clevar-footer-logo .footer-logo-site-name a {
  color: #e0e0e0;
}

.footer-container #block-clevar-footer-logo .footer-logo-site-name a:hover {
  color: #6ab3e2;
}

.rights-reserved {
  color: #999;
  font-weight: 400;
  background: #151515;
  padding: 25px 0;
}

.rights-reserved a {
  color: #999;
}

.rights-reserved a:hover {
  color: #fff;
}

.page-portal-content .view-header a {
  padding-right: 25px;
}

#block-clevar-footer-sections .footer-sections-item {
  padding-bottom: 14px;
}

.region-side-bar section h2.block-title {
  font-size: 18px;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 10px;
  line-height: 26px;
}

.region-side-bar #block-views-book-agents-block .view .views-row {
  margin-bottom: 18px;
}

.region-side-bar #block-views-book-agents-block .view .views-row .views-field-title-field-et {
  color: #447192;
}
.region-side-bar #block-views-book-agents-block .view .views-row .views-field-field-agent-contact {
  color: #b9983f;
}
.region-side-bar #block-views-book-agents-block .view .views-row .views-field-field-agent-contact i {
  color: #b5b5b5;
}


.region-side-bar #block-clevar-public-side-sections .public-side-sections-item {
  padding: 7px 0;
}

.region-side-bar #block-clevar-public-side-sections .public-side-sections-item a.active {
  color: #e6a60a;
}

.page-superior-students .view-superior-students .views-row {
  text-align: center;
  padding: 30px 0;
}
.page-superior-students .view-superior-students .views-row:hover {
  background-color: #f9f9f9;
}
.page-superior-students .view-superior-students .views-row .views-field-field-personal-photo img {
  margin: 0 auto;
  padding: 2px;
  border: 1px solid #e8e8e8;
  border-radius: 50%;
}
.page-superior-students .view-superior-students .views-row:hover img {
  border: 3px solid #dcb34e;
}
.page-superior-students .view-superior-students .views-row .views-field-title-field-et {
  padding-top: 10px;
  font-family: 'title';
}



@media (min-width: 768px) {
.node-type-student .field-name-field-personal-photo{
  float: left;
  margin-right: 15px;
}
}

.node-type-student .views-field.views-field-field-personal-photo ,
.node-type-student .views-row .views-field-title-field-et{
  display: table-cell;
  vertical-align: middle;
}

.node-type-student .field-name-field-personal-photo img {
   margin: 0 auto;
  padding: 2px;
  border: 1px solid #e8e8e8;
}
.node-type-student .field-name-body {
  padding-top: 0;
}

.node-type-student #block-views-superior-students-block-1 .views-row {
  padding: 5px 0;
}
.node-type-student #block-views-superior-students-block-1 .views-row:hover {
  background-color: #f9f9f9;
}
.node-type-student #block-views-superior-students-block-1 .views-row .views-field-field-personal-photo img {
  margin: 0px 8px;
  padding: 2px;
  border: 1px solid #e8e8e8;
  max-width: 70px;
  border-radius: 50%;
}

.node-type-student #block-views-superior-students-block-1 .view-footer {
  text-align: left;
  margin-top: 15px;
  border-top: 2px solid #f5f5f5;
  padding-top: 7px;
}

.page-taxonomy-term-edit #edit-relations {
  display: none;
}

#block-clevar-home-books .slick-slider {
  margin-bottom: 7px !important;
}


.page-public-section-courses .public-section-courses-lesson {
  margin-top: 7px;
}

.view-empty {
  color: #afafaf;
  margin: 30px 0;
}

.date-form-element-content-multiline {
  padding: 10px 0 0 0;
  border: 0px solid #fff;
}

#ui-datepicker-div {
  width: auto;
}

#comments {
  margin-top: 50px;
}
#comments h2.title {
  font-size: 16px;
  color: #3c5973;
}
#comments .comment h3 {
  display: none;
}
#comments .comment {
  border: 1px solid #cccccc;
  padding: 15px;
  margin: 15px 0;
  border-radius: 5px;
}
#comments .comment .submitted {
  font-style: unset;
}
#comments .comment .submitted a.permalink {
  display: none;
}
.page-node footer ul.links li.comment-add a {
  font-size: 14px;
}
#comments .indented {
  margin-right: 15px;
}
#comments .indented {
  margin-right: 15px;
}
#comments .indented .comment {
  border-right: 3px solid #dcb34e;
}

.page-notifications .notification-container {
  border: 1px solid #d0d0d0;
  padding: 10px 10px 7px;
  font-size: 16px;
  margin-bottom: 15px;
}
.page-notifications .notification-container:hover {
  background-color: #f9f9f9;
}
.page-notifications .notification-container a {
  display: block;
}
.page-notifications .notification-container.notification-not-seen {
  border-right: 5px solid #e0b74e;
}
.page-notifications .notification-container.notification-seen {
  border-right: 5px solid #d0d0d0;
}
.page-notifications .notification-container.notification-seen a {
  color: #ababab;
}
.page-notifications .notification-container a .notification-time {
  color: #bbb;
}

.user-area-notifications a,
.user-area-notifications .notifications-count {
  margin-top: 10px;
}
.user-area-notifications a .fa-bell {
  color: #dbb44f;
}
.user-area-notifications .notifications-count {
  color: #FFF;
  background-color: red;
  padding: 4px 5px 1px 4px;
  border-radius: 3px;
}


.page-public-section-main-courses .inner-body-section .student-sections-list a img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  border: 1px solid #FFF;
  padding: 2px;
  margin-bottom: 30px;
}
.page-public-section-main-courses .inner-body-section .student-sections-list a img:hover {
  border: 1px solid #dbb44f;
}
.page-public-section-child-courses .student-sections-list-item {
  padding: 15px;
  background-color: #f9f9f9;
  min-height: 396px;
  border-radius: 10px;
  margin-bottom: 15px;
}
.page-public-section-child-courses .student-sections-list-item:hover {
  background-color: #f4f4f4;
}
.page-public-section-child-courses .student-sections-list-item img {
  width: 100%;
  border-radius: 10px;
}

.home-video-intro-container {
  display: none;
}

.home-media-container {
  padding: 40px 0;
}
.home-media-container .view-content,
.page-media-library .view-content {
  overflow: hidden;
}
.home-media-container .view-content .views-row .views-field-field-youtube-media .field-content img,
.page-media-library .view-content .views-row .views-field-field-youtube-media .field-content img,
#block-views-media-library-block-1 .view-content .views-row .views-field-field-youtube-media .field-content img {
  border-radius: 10px; 
  opacity: 0.8;
}
.home-media-container .view-content .views-row:hover .views-field-field-youtube-media .field-content img,
.page-media-library .view-content .views-row:hover .views-field-field-youtube-media .field-content img,
#block-views-media-library-block-1 .view-content .views-row:hover .views-field-field-youtube-media .field-content img {
  opacity: 1;
}
.home-media-container .view-content .views-row .views-field-title,
.page-media-library .view-content .views-row .views-field-title,
#block-views-media-library-block-1 .view-content .views-row .views-field-title {
  padding: 10px 0;
  margin-bottom: 15px;
  min-height: 120px;
  text-align: center;
}
.home-media-container .view-content .views-row .views-field-title a {
  color: #dab452;
  font-size: 18px;
}
.home-media-container .view-content .views-row .views-field-title a:hover {
  color: #dfc173;
}
.page-media-library .view-content .views-row .views-field-title a,
#block-views-media-library-block-1 .view-content .views-row .views-field-title a {
  color: #347a84;
  font-size: 18px;
}
.page-media-library .view-content .views-row .views-field-title a:hover,
#block-views-media-library-block-1 .view-content .views-row .views-field-title a:hover {
  color: #003138;
}
.home-media-container .more-link,
#block-views-media-library-block-1 .more-link {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.home-media-container .more-link a,
#block-views-media-library-block-1 .more-link a {
  padding: 15px 12px 10px;
  color: #FFF;
  background: #dab452;
  background: -webkit-linear-gradient(to bottom left, #dab452, #dfc173);
  background: linear-gradient(to bottom left, #dfc173, #dab452);
  border-radius: 3px;
}


#accordionExample .card {
  border-radius: 3px;
  border: 1px solid #d8d8d8;
  margin-bottom: 15px;
  padding-left: 15px;
  background-color: #fbfbfb;
}

i.node-seen {
  color: rgb(55, 175, 71);
}
i.node-not-seen {
  color: #cacaca;
}

#block-clevar-student-dash {
  border-top: 1px solid #e8e8e8;
  padding-top: 15px;
}
#block-clevar-student-dash h2.block-title {
  font-size: 20px;
  color: #d8a744;
  margin-bottom: 40px;
}
#block-clevar-student-dash .student-dash-item {
  padding: 40px 0 15px;
  border: 1px solid #efefef;
}
#block-clevar-student-dash .student-dash-item:hover {
  background-color: #f5f5f5;
}
#block-clevar-student-dash .student-dash-item .student-dash-item-title {
  text-align: center;
  color: #a5a5a5;
  font-size: 16px;
}
#block-clevar-student-dash .student-dash-item .student-dash-item-value {
  text-align: center;
  color: #013a42;
  font-size: 50px;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .carousel-caption {
    padding-bottom: 20px !important;
    left: 20%;
    right: 10% !important;
  }
}

/****/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  #navbar-collapse ul {
    padding: 0;
  }
}

/**** mobile ***/
@media (max-width: 768px) {
  #block-clevar-student-dash .student-dash-item .student-dash-item-title {
    font-size: 12px;
  }
  #block-clevar-student-dash .student-dash-item {
    margin-bottom: 30px;
  }
  .home-video-intro-container {
    display: block;
  }

  .page-public-section-child-courses .student-sections-list-item {
    padding: 0px;
    min-height: 255px;
  }
  .page-public-section-child-courses .student-sections-list-item-container {
    padding: 8px;
  }

  .inside-header {
    background: #151515;
    background-image: none !important;
    padding: 30px 0;
  }
  .node-type-student .field-name-field-personal-photo img {
    margin-bottom: 30px;
  }
  .inside-header .page-header {
    font-size: 20px;
  }
  .page-public-section-main-courses .inner-body-section .student-sections-list .col-md-4 {
    padding: 0;
  }
  .page-public-section-main-courses .inner-body-section .student-sections-list a img {
    margin-bottom: 0;
  }
  .section-icon {
    padding: 0px;
  }
  .region-header-contact-info {
    width: 225px;
    float: right;
  }
  .home-books-container,
  .home-teachers-container {
    background-position: center;
  }
  .section-name {
    min-height: 100px;
  }
  .user-area-notifications {
    float: unset;
    margin-top: 15px;
    width: unset;
  }

  form .field-type-video-embed-field fieldset.panel {
    width: 300px;
  }

  .home-books-container .home-one-book,
  .statistic-inner {
    margin-bottom: 30px;
  }

  #block-clevar-home-books .home-one-book .home-one-book-cover img {
    width: 70% !important;
    margin: 0 auto;
  }

  .nav-tabs.nav>li>a {
    padding: 7px 6px;
    font-size: 13px;
  }

  .user-area>.container>.col-md-6 {
    padding: 0;
    text-align: center;
  }
  #carousel-example .carousel-txt .title {
    font-size: 16px;
  }

  #carousel-example .carousel-txt .description{
    line-height: 20px;
    font-size: 13px;
  }
  .carousel-caption {
    padding-top: 15px;
    padding-bottom: 10px;
    bottom: 32px;
  }

  .home-statistics-container {
    padding-top: 30px !important;
    padding-bottom: 10px !important;
  }

  .hide-mobile {
    display: none;
  }

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

  .pbr-support>span {
    padding: 5px 10px 3px 10px;
  }


  #block-clevar-user-area .navbar-nav .open .dropdown-menu {
    background-color: #fff;
  }

  #block-clevar-user-area .user-area-btn {
    width: 100%;
    margin: 0px 0;
    color: #013a42;
  }
  #block-clevar-user-area .user-area-btn i {
    color: #e2be5b;
    width: 20px;
    text-align: center;
  }

  #block-clevar-user-area .nav.navbar-right>li:not(.dropdown) {
    display: inline-block;
  }

  .powered-by,
  .rights-reserved {
    text-align: center;
  }
  .powered-by {
    margin-top: 10px;
  }
}
