@import url(css/slick.css);
@font-face {
  font-family: "Montserrat-Bold";
  src: url("fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Montserrat-Light";
  src: url("fonts/Montserrat-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Montserrat-Medium";
  src: url("fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Montserrat-Regular";
  src: url("fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Montserrat-SemiBold";
  src: url("fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

* {
  box-sizing: border-box; }

html, body {
  width: 100%;
  height: 100%; }

body {
  padding: 0;
  margin: 0;
  font-family: "Montserrat-Regular";
  font-size: 14px;
  color: #124688;
  background: #fff; }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    body {
      -webkit-text-size-adjust: none; } }

@media only screen and (max-width: 1100px) {
  .mobile-hide {
    display: none !important; } }

.full-height {
  height: 100%;
  max-height: 750px;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .full-height {
      min-height: 700px; } }
  @media only screen and (min-width: 1900px) {
    .full-height {
      min-height: 850px; } }
  .full-height.real-height {
    max-height: none; }

.full-height-slide .slick-list, .full-height-slide .slick-track, .full-height-slide .slick-slide {
  height: 100%; }

.container-main, #container {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 0;
  padding-top: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px; }
  @media only screen and (min-width: 992px) and (max-width: 1300px) {
    .container-main, #container {
      padding-left: 35px;
      padding-right: 35px; } }

.container-md {
  max-width: 1071px;
  margin-left: auto !important;
  margin-right: auto !important; }

.container-xs {
  max-width: 930px;
  margin-left: auto !important;
  margin-right: auto !important; }

.with-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .with-flex .half-col {
    width: 50%; }
    @media only screen and (max-width: 480px) {
      .with-flex .half-col {
        width: 100%;
        padding-left: 0;
        padding-right: 0; } }

.section-padding {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media only screen and (max-width: 992px) {
    .section-padding {
      padding-top: 30px;
      padding-bottom: 30px; } }
  @media only screen and (max-width: 767px) {
    .section-padding {
      padding-top: 15px;
      padding-bottom: 15px; } }

.title-22 {
  font-size: 22px;
  margin-bottom: 40px;
  text-align: center;
  line-height: 27px; }

.font-bold {
  font-family: "Montserrat-Bold"; }

.background-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .background-cover.position-top {
    background-position: top center; }

.social-left {
  position: fixed;
  left: 30px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999; }
  @media only screen and (max-width: 1300px) {
    .social-left {
      left: 7px; } }
  @media only screen and (max-width: 1100px) {
    .social-left {
      display: none !important; } }
  .social-left li {
    width: 20px;
    height: 20px;
    list-style-type: none;
    margin-bottom: 25px; }
    .social-left li:last-child {
      margin-bottom: 0; }
    .social-left li img {
      max-width: 100%;
      max-height: 100%; }

.for-seo {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  left: -100%;
  top: -100%;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.home .under-header {
  display: none; }

.under-header {
  height: 70px; }
  @media only screen and (max-width: 767px) {
    .under-header {
      height: 80px; } }

.main-title {
  font-size: 32px;
  line-height: 42px;
  font-family: "Montserrat-Regular";
  margin-bottom: 50px;
  color: #43748d; }
  @media only screen and (max-width: 992px) {
    .main-title {
      text-align: center;
      margin-bottom: 30px; } }
  @media only screen and (max-width: 767px) {
    .main-title {
      font-size: 26px;
      line-height: 32px;
      margin-bottom: 15px; } }

.for-center {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.default-btn {
  border-radius: 26px;
  text-decoration: none;
  cursor: pointer;
  width: 110px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  color: #fff !important;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s; }
  .default-btn.blue {
    background: #124688;
    border: 1px solid #124688; }
    .default-btn.blue:hover, .default-btn.blue.active {
      background-color: transparent;
      color: #124688 !important;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s; }
  .default-btn.light-blue {
    background: #00C7FF;
    border: 1px solid #00C7FF; }
    .default-btn.light-blue:hover, .default-btn.light-blue.active {
      background-color: #0069E8;
      border: 1px solid #0069E8;
      color: #fff !important;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s; }
  .default-btn.green {
    background: #00D8CB;
    border: 1px solid #00D8CB; }
    .default-btn.green:hover, .default-btn.green.active {
      background: #00B9AD;
      border: 1px solid #00B9AD;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s; }
  .default-btn.light-green {
    background: #7DD155;
    border: 1px solid #7DD155; }
    .default-btn.light-green:hover, .default-btn.light-green.active {
      background-color: #69AE47;
      border: 1px solid #69AE47;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s; }
  .default-btn.pirus {
    background: #53E2D1;
    border: 1px solid #53E2D1; }
    .default-btn.pirus:hover, .default-btn.pirus.active {
      background-color: transparent;
      color: #53E2D1 !important;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s; }
  .default-btn.red {
    background: #FF6855;
    border: 1px solid #FF6855; }
    .default-btn.red:hover, .default-btn.red.active {
      background-color: transparent;
      color: #FF6855 !important;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s; }
  .default-btn.not-standart {
    width: auto;
    display: inline-block;
    padding-right: 15px;
    padding-left: 15px; }
  .default-btn.full-width {
    width: 100%;
    display: inline-block;
    padding-right: 15px;
    padding-left: 15px; }

.main-btn {
  display: inline-block;
  outline: none;
  border: 2px solid #43748d;
  color: #fff;
  background-color: #43748d;
  font-family: "Montserrat-Regular";
  padding: 10px 25px;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  cursor: pointer;
  margin-top: 20px;
  text-decoration: none;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s; }
  .main-btn:hover {
    background-color: #fff;
    color: #43748d;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }

ul {
  padding: 0;
  margin: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.slick-arrow {
  width: 16px;
  height: 25px;
  background-size: 16px 25px;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 1;
  opacity: 0.5;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s; }
  .slick-arrow.icon-prev {
    background-image: url("img/left-arrow.svg");
    left: 0px; }
    @media only screen and (max-width: 480px) {
      .slick-arrow.icon-prev {
        left: 15px; } }
  .slick-arrow.icon-next {
    background-image: url("img/right-arrow.svg");
    right: 0px; }
    @media only screen and (max-width: 480px) {
      .slick-arrow.icon-next {
        right: 15px; } }
  .slick-arrow:hover {
    opacity: 1;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }

.central {
  margin: 0;
  padding: 0;
  text-align: center; }
  .central li {
    list-style: none;
    float: none;
    display: inline-block; }

p {
  margin: 0;
  line-height: 22px;
  margin-bottom: 10px; }

.centered {
  text-align: center; }

.clearfix:before,
.clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.in-mobile {
  display: none; }
  @media only screen and (max-width: 767px) {
    .in-mobile {
      display: block; } }

.aligned:before, .aligned:after {
  content: "";
  display: table; }

.aligned:after {
  clear: both; }

.aligned .left {
  float: left; }

.aligned .right {
  float: right; }

.page404 {
  margin: 100px auto 200px auto; }
  .page404 h1 {
    font-size: 50px; }
  .page404 a {
    text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
  color: #124688; }

/*
.button{
  border: 1px solid $primary-color;
  @include br(33px);
  outline: none;
  padding: 0 30px;
  text-decoration: none;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  @include tr(all 0.3s);
  cursor: pointer;

  &.plain{
    color: $primary-color;

    &:hover{
      background: $primary-color;
      color: #fff;
    }

    &.white{
      background: $white;
      color: $primary-color;
      &:hover{
        background: $primary-color;
        color: $white;
        border: 1px solid $white;
      }
    }
  }

  &:not(.plain){
    background-color: $primary-color;
    color: $white;
    &:hover{
      background: $white;
      color: $primary-color;
    }
  }
}
*/
a:focus, a:hover {
  color: #333; }

.section-title {
  font-size: 32px;
  color: #333;
  margin: 0; }

.row.no-space {
  margin: 0;
  padding: 0; }
  .row.no-space > div {
    padding: 0; }

#main-header {
  position: relative;
  padding: 15px 0;
  margin-bottom: 60px;
  text-align: left;
  /* Icon 3 */ }
  @media only screen and (max-width: 1100px) {
    #main-header {
      position: fixed;
      width: 100%;
      left: 0;
      top: 0;
      padding: 15px;
      z-index: 999;
      background-color: #fff;
      margin: 0;
      box-shadow: 0px 0px 15px #DBE0EB; } }
  #main-header .header-btns {
    position: absolute;
    right: 0;
    top: 12px; }
    #main-header .header-btns.not-hover li:first-child:hover {
      box-shadow: none !important; }
    #main-header .header-btns li {
      padding: 5px;
      list-style-type: none; }
      #main-header .header-btns li:first-child {
        position: relative;
        border-radius: 20px; }
        #main-header .header-btns li:first-child:hover ul {
          display: block; }
      #main-header .header-btns li.home-page-social-menu {
        display: none !important; }
        @media only screen and (max-width: 1100px) {
          #main-header .header-btns li.home-page-social-menu {
            display: inline-block !important;
            position: relative;
            margin-top: 10px;
            margin-right: 10px; }
            #main-header .header-btns li.home-page-social-menu:last-child {
              margin-right: 0; }
            #main-header .header-btns li.home-page-social-menu a img {
              height: 18px; } }
    #main-header .header-btns > li {
      display: inline-block;
      vertical-align: top; }
      @media only screen and (min-width: 1100px) {
        #main-header .header-btns > li:first-child:hover {
          background-color: #fff;
          box-shadow: 0px 0px 29px #DBE0EB; } }
    #main-header .header-btns ul {
      display: none;
      left: 0;
      margin-top: 5px; }
      @media only screen and (max-width: 1100px) {
        #main-header .header-btns ul {
          margin: 0; } }
      #main-header .header-btns ul li {
        padding: 0;
        margin-top: 5px; }
        #main-header .header-btns ul li:first-child {
          margin-top: 0; }
        @media only screen and (max-width: 1100px) {
          #main-header .header-btns ul li {
            padding: 5px 0px; } }
    @media only screen and (max-width: 1100px) {
      #main-header .header-btns {
        position: fixed;
        width: 300px;
        height: 100%;
        z-index: 9999;
        text-align: center;
        background: #fff;
        right: -310px;
        top: 0;
        padding: 65px 10px 0px 10px;
        -webkit-box-shadow: 0px 0px 13px -6px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 0px 13px -6px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 0px 13px -6px rgba(0, 0, 0, 0.75);
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s; }
        #main-header .header-btns.openMenu {
          right: 0px;
          overflow: auto;
          -moz-transition: all 0.3s;
          -o-transition: all 0.3s;
          -webkit-transition: all 0.3s;
          -ms-transition: all 0.3s;
          transition: all 0.3s; }
        #main-header .header-btns ul, #main-header .header-btns li {
          display: block !important;
          text-align: center; }
          #main-header .header-btns ul a, #main-header .header-btns ul span, #main-header .header-btns li a, #main-header .header-btns li span {
            display: inline-block;
            width: 100%; } }
  #main-header #mobileMenu {
    display: none; }
    @media only screen and (max-width: 1100px) {
      #main-header #mobileMenu {
        display: block;
        z-index: 99999; } }
  #main-header #mobileMenu {
    margin: 0;
    position: absolute;
    right: 15px;
    top: 22px;
    bottom: 0;
    width: 35px;
    height: 30px;
    cursor: pointer; }
  #main-header #mobileMenu span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #00C7FF;
    border-radius: 0px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
  #main-header #mobileMenu span:nth-child(1) {
    top: 0px; }
  #main-header #mobileMenu span:nth-child(2), #main-header #mobileMenu span:nth-child(3) {
    top: 10px; }
  #main-header #mobileMenu span:nth-child(4) {
    top: 20px; }
  #main-header #mobileMenu.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%; }
  #main-header #mobileMenu.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  #main-header #mobileMenu.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  #main-header #mobileMenu.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%; }

#footer {
  background-color: #124688;
  padding: 15px 0;
  min-width: 1200px; }
  @media only screen and (max-width: 1200px) {
    #footer {
      max-width: 1200px;
      min-width: auto; } }
  #footer .container-main .main-footer {
    position: relative; }
    @media only screen and (max-width: 992px) {
      #footer .container-main .main-footer {
        text-align: center; } }
    #footer .container-main .main-footer img {
      position: absolute;
      left: 0;
      top: 0; }
      @media only screen and (max-width: 992px) {
        #footer .container-main .main-footer img {
          position: relative;
          width: 132px; } }
    #footer .container-main .main-footer p {
      color: #fff;
      margin: 0;
      text-align: center; }
      @media only screen and (max-width: 992px) {
        #footer .container-main .main-footer p {
          margin: 15px 0; } }
      #footer .container-main .main-footer p a {
        color: #fff; }
    #footer .container-main .main-footer ul {
      position: absolute;
      right: 0;
      top: 4px; }
      @media only screen and (max-width: 992px) {
        #footer .container-main .main-footer ul {
          position: relative;
          top: 0px;
          width: 105px;
          margin: auto; } }
      #footer .container-main .main-footer ul li {
        display: inline-block;
        margin-left: 15px; }
        #footer .container-main .main-footer ul li a {
          display: block;
          width: 100%;
          height: 100%; }
          #footer .container-main .main-footer ul li a img {
            position: relative;
            height: 15px; }
            @media only screen and (max-width: 992px) {
              #footer .container-main .main-footer ul li a img {
                width: auto; } }

@media only screen and (max-width: 1100px) {
  .home-slider-section {
    margin-top: 90px; } }

@media only screen and (max-width: 992px) {
  .home-slider-section {
    margin-top: 110px; } }

.home-slider-section .with-flex .half-col {
  position: relative; }
  .home-slider-section .with-flex .half-col .for-center {
    text-align: left; }
    @media only screen and (max-width: 992px) {
      .home-slider-section .with-flex .half-col .for-center {
        text-align: center; } }
    .home-slider-section .with-flex .half-col .for-center .info h2 {
      font-size: 30px;
      line-height: 45px;
      margin-bottom: 20px; }
      .home-slider-section .with-flex .half-col .for-center .info h2 span {
        color: #00C7FF;
        font-family: "Montserrat-Bold"; }
    .home-slider-section .with-flex .half-col .for-center .info p {
      font-size: 18px;
      line-height: 30px;
      margin: 0; }
  .home-slider-section .with-flex .half-col .home-slider {
    width: 100%;
    height: 450px; }
    .home-slider-section .with-flex .half-col .home-slider div:not(.slick-arrow) {
      width: 100%;
      height: 100%; }
    @media only screen and (max-width: 767px) {
      .home-slider-section .with-flex .half-col .home-slider {
        height: 290px; } }
    .home-slider-section .with-flex .half-col .home-slider .items .background-cover {
      background-size: contain; }
      .home-slider-section .with-flex .half-col .home-slider .items .background-cover .info {
        width: 270px;
        position: relative;
        top: 40%;
        transform: translateY(-43%);
        height: auto;
        color: #fff;
        font-size: 18px; }
        .home-slider-section .with-flex .half-col .home-slider .items .background-cover .info strong {
          font-size: 40px; }
          @media only screen and (max-width: 767px) {
            .home-slider-section .with-flex .half-col .home-slider .items .background-cover .info strong {
              font-size: 20px; } }
        @media only screen and (max-width: 767px) {
          .home-slider-section .with-flex .half-col .home-slider .items .background-cover .info {
            width: 210px;
            top: 42%;
            font-size: 14px;
            line-height: 21px; } }
        .home-slider-section .with-flex .half-col .home-slider .items .background-cover .info.info2 {
          font-size: 16px;
          margin-left: 55px;
          top: 43%; }
          @media only screen and (max-width: 767px) {
            .home-slider-section .with-flex .half-col .home-slider .items .background-cover .info.info2 {
              margin-left: 45px; } }
          .home-slider-section .with-flex .half-col .home-slider .items .background-cover .info.info2 span, .home-slider-section .with-flex .half-col .home-slider .items .background-cover .info.info2 strong, .home-slider-section .with-flex .half-col .home-slider .items .background-cover .info.info2 br {
            display: block !important; }
          .home-slider-section .with-flex .half-col .home-slider .items .background-cover .info.info2 span {
            font-size: 29px; }
            @media only screen and (max-width: 767px) {
              .home-slider-section .with-flex .half-col .home-slider .items .background-cover .info.info2 span {
                font-size: 20px; } }
          .home-slider-section .with-flex .half-col .home-slider .items .background-cover .info.info2 strong {
            font-size: 35px; }
            @media only screen and (max-width: 767px) {
              .home-slider-section .with-flex .half-col .home-slider .items .background-cover .info.info2 strong {
                font-size: 20px; } }
        .home-slider-section .with-flex .half-col .home-slider .items .background-cover .info.info3 {
          margin-left: 55px;
          top: 43%; }
          .home-slider-section .with-flex .half-col .home-slider .items .background-cover .info.info3 span {
            display: block;
            font-size: 22px; }
            @media only screen and (max-width: 767px) {
              .home-slider-section .with-flex .half-col .home-slider .items .background-cover .info.info3 span {
                font-size: 18px; } }
        .home-slider-section .with-flex .half-col .home-slider .items .background-cover .info.info4 {
          font-size: 22px;
          margin-left: 60px;
          top: 48%; }
          @media only screen and (max-width: 767px) {
            .home-slider-section .with-flex .half-col .home-slider .items .background-cover .info.info4 {
              margin-left: 35px; } }
          .home-slider-section .with-flex .half-col .home-slider .items .background-cover .info.info4 span {
            display: block;
            font-size: 37px; }
            @media only screen and (max-width: 767px) {
              .home-slider-section .with-flex .half-col .home-slider .items .background-cover .info.info4 span {
                font-size: 20px;
                margin-top: 10px; } }
    .home-slider-section .with-flex .half-col .home-slider .slick-arrow.icon-prev {
      left: -15px; }
    .home-slider-section .with-flex .half-col .home-slider .slick-arrow.icon-next {
      right: -30px; }
  .home-slider-section .with-flex .half-col:first-child {
    width: 40%;
    padding-right: 30px; }
    @media only screen and (max-width: 992px) {
      .home-slider-section .with-flex .half-col:first-child {
        width: 100%;
        padding-right: 0; } }
  .home-slider-section .with-flex .half-col:last-child {
    width: 60%;
    padding-left: 30px;
    padding-right: 30px; }
    @media only screen and (max-width: 992px) {
      .home-slider-section .with-flex .half-col:last-child {
        width: 100%;
        margin-top: 40px;
        padding-left: 0;
        padding-right: 0; } }

.home-slider-section ul.slick-dots {
  text-align: center;
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 10;
  margin: 20px 0; }
  .home-slider-section ul.slick-dots li {
    width: 15px;
    height: 15px;
    border-radius: 19px;
    overflow: hidden;
    display: inline-block;
    margin: 0 5px;
    color: #00C7FF;
    background: #00C7FF; }
    .home-slider-section ul.slick-dots li button {
      -webkit-appearance: none;
      display: none; }
    .home-slider-section ul.slick-dots li.slick-active {
      background-color: #124688; }

.home-video {
  margin-top: 140px;
  padding: 40px 15px;
  background-color: rgba(211, 226, 235, 0.5);
  position: relative;
  margin-bottom: 40px;
  border-radius: 0px 0px 8px 8px; }
  @media only screen and (max-width: 767px) {
    .home-video {
      margin-top: 110px; } }
  @media only screen and (max-width: 480px) {
    .home-video {
      padding-top: 20px;
      padding-bottom: 20px; } }
  .home-video:before {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    top: -84px;
    height: 84px;
    left: 0;
    background-size: 1173px;
    background-repeat: no-repeat;
    background-position: -2px 7px;
    background-image: url(img/pattern.svg); }
    @media only screen and (max-width: 1200px) {
      .home-video:before {
        background-position: center;
        background-position-y: -5px; } }
  .home-video h2 {
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 40px;
    text-align: center; }
  .home-video .main-video {
    max-width: 545px;
    margin: auto;
    position: relative;
    height: 315px; }
    @media only screen and (max-width: 480px) {
      .home-video .main-video {
        height: 210px; } }
    .home-video .main-video .background-cover {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      cursor: pointer; }
    .home-video .main-video iframe {
      width: 100%;
      height: 100%; }

.under-video-section {
  margin-bottom: 40px; }

#login_form, #forgot_form, #register_form {
  width: 280px;
  margin: 150px auto 50px; }
  @media only screen and (max-width: 480px) {
    #login_form, #forgot_form, #register_form {
      margin: 110px auto 50px; } }
  #login_form input, #login_form select, #forgot_form input, #forgot_form select, #register_form input, #register_form select {
    width: 100%;
    border: 1px solid #AFC9D7;
    padding: 7px 15px;
    margin-bottom: 10px;
    outline: none;
    font-family: "Montserrat-Light";
    font-size: 14px;
    -webkit-appearance: none;
    border-radius: 26px; }
  #login_form .title-22, #forgot_form .title-22, #register_form .title-22 {
    font-weight: bold; }
  #login_form p, #forgot_form p, #register_form p {
    margin-bottom: 40px; }
    #login_form p[align="center"], #forgot_form p[align="center"], #register_form p[align="center"] {
      font-size: 12px;
      margin-top: 15px; }
  #login_form a, #forgot_form a, #register_form a {
    display: block;
    margin-top: 20px;
    color: #124688; }
    #login_form a.for-back, #forgot_form a.for-back, #register_form a.for-back {
      margin-top: 100px; }
      @media only screen and (max-width: 480px) {
        #login_form a.for-back, #forgot_form a.for-back, #register_form a.for-back {
          margin-top: 50px; } }
      #login_form a.for-back img, #forgot_form a.for-back img, #register_form a.for-back img {
        height: 12px;
        margin-right: 5px;
        position: relative;
        top: 1px; }
  #login_form ::-webkit-input-placeholder, #forgot_form ::-webkit-input-placeholder, #register_form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #AFC9D7; }
  #login_form ::-moz-placeholder, #forgot_form ::-moz-placeholder, #register_form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #AFC9D7; }
  #login_form :-ms-input-placeholder, #forgot_form :-ms-input-placeholder, #register_form :-ms-input-placeholder {
    /* IE 10+ */
    color: #AFC9D7; }
  #login_form :-moz-placeholder, #forgot_form :-moz-placeholder, #register_form :-moz-placeholder {
    /* Firefox 18- */
    color: #AFC9D7; }

#forgot_form {
  width: auto; }
  #forgot_form h2 {
    margin-bottom: 20px; }
    #forgot_form h2 + p {
      margin-bottom: 20px; }
  #forgot_form .std-width {
    width: 280px; }

.student-login-form {
  max-width: 680px;
  margin: 110px auto 110px; }
  @media only screen and (max-width: 767px) {
    .student-login-form {
      text-align: center; } }
  @media only screen and (max-width: 480px) {
    .student-login-form {
      margin-bottom: 50px; } }
  .student-login-form #login_form {
    margin-top: 40px;
    margin-bottom: 40px;
    width: 100%; }
    .student-login-form #login_form .with-flex .half-col {
      padding: 0px 15px; }
    .student-login-form #login_form input {
      width: 100%; }
    .student-login-form #login_form a.for-back {
      margin-top: 40px; }
  .student-login-form .title-22 {
    margin-bottom: 15px;
    font-weight: bold; }
  .student-login-form table {
    margin-top: 30px;
    width: 100%; }
    @media only screen and (max-width: 767px) {
      .student-login-form table {
        display: inline-block; } }
    @media only screen and (max-width: 680px) {
      .student-login-form table tr {
        display: inline; } }
    .student-login-form table tr td {
      text-align: center;
      padding: 5px; }
      @media only screen and (max-width: 680px) {
        .student-login-form table tr td {
          display: inline-block; } }
      .student-login-form table tr td .for-shadow {
        width: 40px;
        height: 40px;
        box-shadow: 0px 0px 29px #DBE0EB;
        border-radius: 6px;
        font-size: 14px;
        line-height: 40px;
        text-transform: capitalize;
        color: #124688;
        cursor: pointer;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s; }
    .student-login-form table tr.alphanum_row td .for-shadow:hover {
      background-color: #7DD155;
      color: #fff;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s; }
    .student-login-form table tr#animal_row td img {
      max-height: 80%;
      margin-top: 10%;
      max-width: 80%;
      height: auto !important; }

form#register_form {
  width: 580px; }
  @media only screen and (max-width: 650px) {
    form#register_form {
      width: 100%; } }
  form#register_form .with-flex .half-col:first-child {
    padding-right: 15px; }
    @media only screen and (max-width: 650px) {
      form#register_form .with-flex .half-col:first-child {
        padding-right: 0; } }
  form#register_form .with-flex .half-col:last-child {
    padding-left: 15px; }
    @media only screen and (max-width: 650px) {
      form#register_form .with-flex .half-col:last-child {
        padding-left: 0; } }
  form#register_form .with-flex .half-col .terms_and_cond {
    position: relative;
    margin: 0;
    line-height: 16px;
    margin-top: 10px; }
    @media only screen and (max-width: 480px) {
      form#register_form .with-flex .half-col .terms_and_cond {
        text-align: left;
        padding-left: 25px; } }
    form#register_form .with-flex .half-col .terms_and_cond a {
      display: inline-block;
      margin: 0; }
    form#register_form .with-flex .half-col .terms_and_cond input[type=checkbox] {
      width: 15px;
      height: 15px;
      background-color: #fff;
      -webkit-appearance: none;
      padding: 0;
      margin: 0;
      position: absolute;
      left: 0; }
      form#register_form .with-flex .half-col .terms_and_cond input[type=checkbox]:checked {
        background-color: #AFC9D7; }
  form#register_form .with-flex .half-col .for-webkit {
    position: relative; }
    form#register_form .with-flex .half-col .for-webkit select {
      padding-right: 30px; }
    form#register_form .with-flex .half-col .for-webkit:before {
      content: '';
      display: block;
      width: 0px;
      height: 0px;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-top: 8px solid #AFC9D7;
      position: absolute;
      right: 9px;
      top: 13px; }
  form#register_form a.for-back {
    margin-top: 40px; }

#main_div {
  position: relative;
  top: auto;
  width: 100%;
  height: auto;
  left: auto;
  margin-left: 0px;
  text-align: center;
  margin-bottom: 60px; }
  @media only screen and (max-width: 1100px) {
    #main_div {
      margin-top: 90px; } }
  @media only screen and (max-width: 992px) {
    #main_div {
      margin-bottom: 40px; } }
  #main_div .with-flex .left-section {
    width: 25%;
    padding-right: 0px;
    position: relative; }
    @media only screen and (max-width: 992px) {
      #main_div .with-flex .left-section {
        width: 100%;
        margin-bottom: 25px; } }
    #main_div .with-flex .left-section .menu_header {
      text-align: left;
      background: #124688;
      border-radius: 6px 6px 0px 0px;
      padding: 10px;
      color: #fff; }
      @media only screen and (max-width: 767px) {
        #main_div .with-flex .left-section .menu_header {
          text-align: center; } }
      #main_div .with-flex .left-section .menu_header img {
        height: 20px;
        width: 15px;
        cursor: pointer;
        float: right; }
    #main_div .with-flex .left-section .bottom_section {
      margin: 0;
      height: auto !important;
      width: 100%;
      border: 0;
      border-radius: 0px 0px 6px 6px;
      box-shadow: 0px 20px 20px #DBE0EB; }
      #main_div .with-flex .left-section .bottom_section .menu_item_drag {
        padding: 10px;
        text-align: left;
        border-bottom: 1px solid #AFC9D7; }
        #main_div .with-flex .left-section .bottom_section .menu_item_drag:hover {
          background-color: rgba(237, 239, 244, 0.5); }
        #main_div .with-flex .left-section .bottom_section .menu_item_drag:last-child {
          border: 0; }
        #main_div .with-flex .left-section .bottom_section .menu_item_drag .app_thumb {
          text-align: center;
          width: 25px;
          height: 25px;
          line-height: 25px;
          margin-right: 10px;
          background: #D3E2EB;
          border-radius: 6px;
          font-weight: bold;
          font-size: 14px;
          border: 0;
          float: none;
          display: inline-block; }
      @media only screen and (max-width: 992px) {
        #main_div .with-flex .left-section .bottom_section {
          height: 400px !important; } }
  #main_div .with-flex .right-section {
    width: 75%;
    padding-left: 20px;
    position: relative; }
    @media only screen and (max-width: 992px) {
      #main_div .with-flex .right-section {
        width: 100%;
        padding-left: 0; } }
    #main_div .with-flex .right-section .menu_item_drag {
      padding: 10px;
      text-align: left;
      width: 33.333333%;
      border-bottom: 0; }
      @media only screen and (max-width: 767px) {
        #main_div .with-flex .right-section .menu_item_drag {
          width: 100%; } }
      #main_div .with-flex .right-section .menu_item_drag:hover {
        background-color: rgba(237, 239, 244, 0.5); }
      #main_div .with-flex .right-section .menu_item_drag:last-child {
        border: 0; }
      #main_div .with-flex .right-section .menu_item_drag .app_thumb {
        text-align: center;
        width: 25px;
        height: 25px;
        line-height: 25px;
        margin-right: 10px;
        background: #D3E2EB;
        border-radius: 6px;
        font-weight: bold;
        font-size: 14px;
        border: 0;
        float: none;
        display: inline-block; }
  #main_div .with-flex .menu_item_drag.ui-sortable-helper {
    border-bottom: 0 !important; }
  #main_div .deploy_area {
    margin: 0;
    border: 0;
    padding: 0;
    height: auto !important;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 0px 0px 6px 6px;
    box-shadow: 0px 20px 20px #DBE0EB; }
    @media only screen and (max-width: 767px) {
      #main_div .deploy_area {
        box-shadow: 0px 10px 20px #DBE0EB; } }
    #main_div .deploy_area#sortable2 {
      min-height: 100px; }
    #main_div .deploy_area #deploy_panel_0 table {
      margin-top: 20px;
      padding: 0px 15px; }
      #main_div .deploy_area #deploy_panel_0 table input[type=checkbox] {
        -webkit-appearance: none;
        border: 1px solid #AFC9D7;
        box-sizing: border-box;
        border-radius: 3px;
        margin: 0;
        margin-right: 5px;
        width: 12px;
        position: relative;
        top: 2px;
        height: 12px; }
        #main_div .deploy_area #deploy_panel_0 table input[type=checkbox]:checked + label:before {
          display: block; }
      #main_div .deploy_area #deploy_panel_0 table label {
        cursor: pointer; }
      #main_div .deploy_area #deploy_panel_0 table label:before {
        content: '';
        width: 12px;
        height: 12px;
        background-image: url(img/checked.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 8px;
        display: none;
        position: absolute;
        top: 5px;
        left: 0; }
      #main_div .deploy_area #deploy_panel_0 table td {
        position: relative;
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 5px;
        color: #124688; }
        #main_div .deploy_area #deploy_panel_0 table td div {
          position: relative;
          margin-top: 5px; }
    #main_div .deploy_area.second-deploy_area table tr td {
      width: 33.33333%;
      display: inline-block; }
    @media only screen and (max-width: 767px) {
      #main_div .deploy_area.second-deploy_area table tr {
        display: inline-block;
        width: 100%; } }
    @media only screen and (max-width: 767px) {
      #main_div .deploy_area.second-deploy_area table tr td {
        display: inline-block !important;
        width: 50% !important; } }
    @media only screen and (max-width: 480px) {
      #main_div .deploy_area.second-deploy_area table tr td {
        width: 100% !important; } }
    #main_div .deploy_area.second-deploy_area .with_br.margin_bottom {
      margin-bottom: 10px; }
    #main_div .deploy_area.third-deploy_area table {
      margin-top: 15px; }
      @media only screen and (max-width: 480px) {
        #main_div .deploy_area.third-deploy_area table {
          padding: 0 15px; } }
      #main_div .deploy_area.third-deploy_area table .button {
        margin-top: 0; }
      #main_div .deploy_area.third-deploy_area table select {
        margin-top: 5px;
        margin-bottom: 10px; }
    #main_div .deploy_area span.button {
      border-radius: 26px;
      text-decoration: none;
      cursor: pointer;
      height: 32px;
      line-height: 30px;
      text-align: center;
      color: #fff !important;
      font-family: "Montserrat-Regular";
      margin-top: 20px;
      margin-bottom: 20px;
      background: #53E2D1;
      border: 1px solid #53E2D1;
      width: auto;
      display: inline-block;
      padding: 0;
      box-shadow: none;
      font-size: 14px;
      font-weight: normal;
      text-shadow: none;
      padding-right: 15px;
      padding-left: 15px;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s; }
      #main_div .deploy_area span.button:hover {
        background-color: transparent;
        color: #53E2D1 !important;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s; }
    #main_div .deploy_area select {
      width: 100%;
      border: 1px solid #AFC9D7;
      padding: 7px 15px;
      margin-bottom: 10px;
      outline: none;
      font-size: 14px;
      -webkit-appearance: none;
      border-radius: 26px; }
    #main_div .deploy_area .for-webkit {
      position: relative; }
      #main_div .deploy_area .for-webkit select {
        padding-right: 30px; }
      #main_div .deploy_area .for-webkit:before {
        content: '';
        display: block;
        width: 0px;
        height: 0px;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #AFC9D7;
        position: absolute;
        right: 9px;
        top: 18px; }
  #main_div .title-area {
    background: #124688;
    border-radius: 6px 6px 0px 0px;
    padding: 10px;
    color: #fff;
    height: auto;
    font-size: 16px;
    border: 0;
    display: block;
    width: 100%;
    text-align: center;
    margin: 0; }
    @media only screen and (max-width: 767px) {
      #main_div .title-area {
        font-size: 14px !important;
        text-align: center; } }

br {
  display: none !important; }

#tabs .for-shadow {
  border-radius: 0px 0px 6px 6px;
  box-shadow: 0px 20px 20px #DBE0EB;
  position: relative;
  padding: 20px; }
  #tabs .for-shadow .parent-table {
    height: 100%;
    position: relative; }
    #tabs .for-shadow .parent-table .add-btn {
      position: relative;
      float: right;
      border-radius: 26px;
      text-decoration: none;
      cursor: pointer;
      width: 110px;
      height: 32px;
      right: 0px;
      font-size: 14px;
      font-family: "Montserrat-Regular";
      line-height: 20px;
      text-align: center;
      text-shadow: none;
      box-shadow: none;
      font-weight: normal;
      display: inline-block;
      color: #fff !important;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s;
      background: #53E2D1;
      border: 1px solid #53E2D1; }
      #tabs .for-shadow .parent-table .add-btn:hover, #tabs .for-shadow .parent-table .add-btn.active {
        background-color: transparent;
        color: #53E2D1 !important;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s; }
    #tabs .for-shadow .parent-table .print-btn {
      margin-left: 20px; }
    #tabs .for-shadow .parent-table .add-btn {
      width: 75px;
      top: 50%;
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
  #tabs .for-shadow .print-btn, #tabs .for-shadow .student-btn {
    position: absolute;
    border-radius: 26px;
    text-decoration: none;
    cursor: pointer;
    width: 70px;
    height: 32px;
    right: 20px;
    bottom: 20px !important;
    top: auto !important;
    font-size: 14px;
    font-family: "Montserrat-Regular";
    line-height: 20px;
    text-align: center;
    text-shadow: none;
    box-shadow: none;
    font-weight: normal;
    display: inline-block;
    color: #fff !important;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    background: #53E2D1;
    border: 1px solid #53E2D1; }
    #tabs .for-shadow .print-btn:hover, #tabs .for-shadow .print-btn.active, #tabs .for-shadow .student-btn:hover, #tabs .for-shadow .student-btn.active {
      background-color: transparent;
      color: #53E2D1 !important;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s; }
  #tabs .for-shadow .print-btn {
    right: 100px; }
  #tabs .for-shadow .back {
    position: absolute;
    left: 30px;
    cursor: pointer;
    bottom: 23px;
    color: #124688; }

@media only screen and (max-width: 992px) {
  #tabs #teacher_student_form {
    width: 930px; } }

@media only screen and (max-width: 992px) {
  #tabs {
    overflow: auto; } }

#tabs .class_box {
  width: 100%;
  margin: 0;
  border-radius: 0;
  border: 0; }
  #tabs .class_box table {
    width: 100%;
    height: 100%; }
    #tabs .class_box table tr td .student_list {
      height: 100%; }
    #tabs .class_box table tr th {
      height: 42px; }
  #tabs .class_box .parent-table .with-flex > div {
    width: 187px; }
    #tabs .class_box .parent-table .with-flex > div:nth-child(2) {
      width: 90px; }
    #tabs .class_box .parent-table .with-flex > div:last-child {
      width: 45px; }
      #tabs .class_box .parent-table .with-flex > div:last-child .student_list {
        width: 100% !important; }
        #tabs .class_box .parent-table .with-flex > div:last-child .student_list div {
          color: transparent;
          background-image: url(img/close-color.svg);
          background-size: 12px;
          background-repeat: no-repeat;
          background-position: center;
          padding: 0px 4px !important;
          height: 27px; }
    #tabs .class_box .parent-table .with-flex > div input, #tabs .class_box .parent-table .with-flex > div textarea {
      width: 100%;
      margin: 0;
      color: #124688;
      padding: 10px;
      font-family: "Montserrat-Regular";
      padding-bottom: 0;
      height: auto;
      border: 0;
      outline: none;
      font-size: 14px;
      background-color: transparent; }
      #tabs .class_box .parent-table .with-flex > div input:last-child, #tabs .class_box .parent-table .with-flex > div textarea:last-child {
        padding-bottom: 10px; }
    #tabs .class_box .parent-table .with-flex > div .student_list {
      width: 100%;
      height: auto;
      text-align: left; }
      #tabs .class_box .parent-table .with-flex > div .student_list br {
        display: block !important; }
  #tabs .class_box .parent-table .with-flex.input-table {
    height: 85%; }
    #tabs .class_box .parent-table .with-flex.input-table > div {
      padding: 10px; }
      #tabs .class_box .parent-table .with-flex.input-table > div textarea {
        border: 1px solid #AFC9D7 !important;
        box-sizing: border-box;
        border-radius: 6px;
        background-color: #fff !important; }
      #tabs .class_box .parent-table .with-flex.input-table > div > .student_list {
        height: 100%;
        background: rgba(211, 226, 235, 0.5);
        border-radius: 6px;
        border: 0; }

#tabs .tab-lists {
  text-align: center; }
  #tabs .tab-lists li {
    list-style-type: none;
    display: inline-block;
    padding-right: 10px;
    cursor: pointer; }
    #tabs .tab-lists li:last-child {
      padding-right: 0; }
    #tabs .tab-lists li .class_tab {
      background: #124688;
      border-radius: 6px 6px 0px 0px;
      padding: 5px 10px;
      color: #fff;
      height: auto;
      border: 0;
      font-weight: normal;
      display: block;
      width: 100%;
      text-align: center;
      margin: 0; }
      #tabs .tab-lists li .class_tab input {
        text-align: center;
        font-weight: normal;
        font-family: "Montserrat-Regular";
        background-color: transparent;
        /*pointer-events: none;*/
        outline: none;
        color: #fff;
        height: auto;
        width: auto;
        max-width: 100%; }
      #tabs .tab-lists li .class_tab[style="border-bottom: 1px solid rgb(255, 255, 255);"], #tabs .tab-lists li .class_tab[style="border-bottom: 1px solid #fff;"] {
        background: #00C7FF; }
  #tabs .tab-lists.tabs-count1 li {
    width: 100%; }
  #tabs .tab-lists.tabs-count2 li {
    width: 50%; }
  #tabs .tab-lists.tabs-count3 li {
    width: 33.33333%; }
  #tabs .tab-lists.tabs-count4 li {
    width: 25%; }
  #tabs .tab-lists.tabs-count5 li {
    width: 20%; }
  #tabs .tab-lists.tabs-count6 li {
    width: 16.6666667%; }
  #tabs .tab-lists.tabs-count7 li {
    width: 14.27777%; }
  #tabs .tab-lists.tabs-count8 li {
    width: 12.5%; }

.printable-section {
  margin-top: -30px; }
  @media only screen and (max-width: 1100px) {
    .printable-section {
      margin-top: 0; } }
  .printable-section .menu_header {
    text-align: left;
    background: #124688;
    border-radius: 6px 6px 0px 0px;
    padding: 10px;
    color: #fff; }
    .printable-section .menu_header img {
      height: 20px;
      width: 15px;
      cursor: pointer;
      float: right; }
  .printable-section .bottom_section {
    margin: 0;
    height: auto !important;
    width: 100%;
    border: 0;
    border-radius: 0px 0px 6px 6px;
    box-shadow: 0px 20px 20px #DBE0EB; }
    .printable-section .bottom_section .menu_item_drag {
      padding: 10px;
      text-align: left;
      border-bottom: 1px solid #AFC9D7; }
      .printable-section .bottom_section .menu_item_drag:hover {
        background-color: rgba(237, 239, 244, 0.5); }
      .printable-section .bottom_section .menu_item_drag:last-child {
        border: 0; }
      .printable-section .bottom_section .menu_item_drag .app_thumb {
        text-align: center;
        width: 25px;
        height: 25px;
        line-height: 25px;
        margin-right: 10px;
        background: #D3E2EB;
        border-radius: 6px;
        font-weight: bold;
        font-size: 14px;
        border: 0;
        float: none;
        display: inline-block; }

.teacher-record-book .no_print > .with-flex .half-col a {
  background: #124688;
  border-radius: 6px 6px 0px 0px;
  padding: 10px;
  color: #fff;
  height: auto;
  border: 0;
  display: block;
  width: 100%;
  text-align: center;
  margin: 0; }
  .teacher-record-book .no_print > .with-flex .half-col a.active {
    background-color: #00C7FF; }

.teacher-record-book .no_print > .with-flex .half-col:first-child {
  padding-right: 10px; }

.teacher-record-book .no_print > .with-flex .half-col:last-child {
  padding-left: 10px; }

@media only screen and (max-width: 767px) {
  .teacher-record-book .no_print > .with-flex .half-col {
    width: 50%; } }

.teacher-record-book #app_options {
  margin: 0;
  border: 0;
  padding: 0;
  min-height: 500px;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 0px 0px 6px 6px;
  box-shadow: 0px 20px 20px #DBE0EB; }
  .teacher-record-book #app_options .for-select-class {
    width: 500px; }
    @media only screen and (max-width: 600px) {
      .teacher-record-book #app_options .for-select-class {
        width: 90%; } }
  .teacher-record-book #app_options select {
    width: 100%;
    border: 1px solid #AFC9D7;
    padding: 7px 15px;
    margin-bottom: 10px;
    outline: none;
    font-size: 14px;
    -webkit-appearance: none;
    border-radius: 26px; }
  .teacher-record-book #app_options .for-webkit {
    position: relative; }
    .teacher-record-book #app_options .for-webkit:first-child {
      padding-right: 10px; }
      .teacher-record-book #app_options .for-webkit:first-child:before {
        right: 19px; }
    .teacher-record-book #app_options .for-webkit:last-child {
      padding-left: 10px; }
    .teacher-record-book #app_options .for-webkit select {
      padding-right: 30px; }
    .teacher-record-book #app_options .for-webkit:before {
      content: '';
      display: block;
      width: 0px;
      height: 0px;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-top: 8px solid #AFC9D7;
      position: absolute;
      right: 9px;
      top: 14px; }
  .teacher-record-book #app_options center {
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -50px; }
  .teacher-record-book #app_options.games-scores-table center {
    padding: 20px;
    top: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    margin-top: 0; }
    .teacher-record-book #app_options.games-scores-table center table {
      width: 100% !important; }
      .teacher-record-book #app_options.games-scores-table center table.score-main-table {
        min-width: 930px;
        border: 0;
        margin-top: 20px; }
        .teacher-record-book #app_options.games-scores-table center table.score-main-table tr th, .teacher-record-book #app_options.games-scores-table center table.score-main-table tr td {
          border: 0;
          text-align: center;
          color: #124688; }
        .teacher-record-book #app_options.games-scores-table center table.score-main-table tr td {
          padding: 2.5px; }
          .teacher-record-book #app_options.games-scores-table center table.score-main-table tr td span, .teacher-record-book #app_options.games-scores-table center table.score-main-table tr td a {
            display: block;
            background: rgba(211, 226, 235, 0.5);
            border-radius: 6px;
            padding: 2.5px;
            text-align: center;
            color: #124688; }
  .teacher-record-book #app_options.games-scores-table .pirus {
    float: right; }
  .teacher-record-book #app_options.games-scores-table .with-width {
    min-width: 930px;
    display: block; }

.teacher-record-book .teacher-record-book-btns {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px; }
  .teacher-record-book .teacher-record-book-btns .back {
    position: absolute;
    left: 30px;
    cursor: pointer;
    top: 23px;
    color: #124688; }
    .teacher-record-book .teacher-record-book-btns .back img {
      height: 11px; }

.reading-student-page {
  max-width: 930px;
  margin-left: auto !important;
  margin-right: auto !important; }
  .reading-student-page #app_options {
    margin: 0;
    border: 0;
    padding: 0;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 6px;
    box-shadow: 0px 20px 20px #DBE0EB; }
    .reading-student-page #app_options a {
      padding: 10px;
      text-align: left;
      width: 100%;
      display: block;
      border-bottom: 1px solid #AFC9D7;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s; }
      .reading-student-page #app_options a:hover {
        background-color: rgba(237, 239, 244, 0.5);
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s; }

.printable-student-section {
  max-width: 930px;
  margin-left: auto !important;
  margin-right: auto !important; }
  .printable-student-section #app_options {
    margin: 0;
    border: 0;
    padding: 0;
    width: 100%;
    box-shadow: 0px 20px 20px #DBE0EB;
    margin-bottom: 20px; }
    .printable-student-section #app_options a {
      padding: 10px;
      text-align: left;
      width: 100%;
      display: block;
      border-bottom: 1px solid #AFC9D7;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s; }
      .printable-student-section #app_options a:hover {
        background-color: rgba(237, 239, 244, 0.5);
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s; }
      .printable-student-section #app_options a:last-child {
        border: 0; }
    .printable-student-section #app_options.printables-students-activity {
      height: 555px;
      overflow: hidden;
      border-radius: 0px 0px 6px 6px; }

.rewards-students-section {
  max-width: 930px;
  margin-left: auto !important;
  margin-right: auto !important; }
  .rewards-students-section #app_options {
    margin: 0;
    border: 0;
    padding: 0;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 6px;
    box-shadow: 0px 20px 20px #DBE0EB; }
    .rewards-students-section #app_options h3 {
      font-size: 16px;
      line-height: 20px;
      text-align: center;
      color: #124688;
      margin-top: 5px; }
      .rewards-students-section #app_options h3:first-child {
        margin-top: 10px; }
  .rewards-students-section span.button {
    border-radius: 26px;
    text-decoration: none;
    cursor: pointer;
    height: 32px;
    line-height: 30px;
    text-align: center;
    color: #fff !important;
    font-family: "Montserrat-Regular";
    margin-top: 20px;
    margin-bottom: 20px;
    background: #7DD155;
    border: 1px solid #7DD155;
    width: auto;
    display: inline-block;
    padding: 0;
    box-shadow: none;
    font-size: 14px;
    font-weight: normal;
    text-shadow: none;
    padding-right: 15px;
    padding-left: 15px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }
    .rewards-students-section span.button:hover {
      background-color: transparent;
      color: #7DD155 !important;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s; }
  .rewards-students-section .rewards-students-select-table {
    width: 500px; }
    .rewards-students-section .rewards-students-select-table select {
      width: 100%;
      border: 1px solid #AFC9D7;
      padding: 7px 15px;
      margin-bottom: 10px;
      outline: none;
      font-size: 14px;
      -webkit-appearance: none;
      border-radius: 26px; }
    .rewards-students-section .rewards-students-select-table .for-webkit {
      position: relative;
      width: 50%; }
      .rewards-students-section .rewards-students-select-table .for-webkit select {
        padding-right: 30px; }
      .rewards-students-section .rewards-students-select-table .for-webkit:before {
        content: '';
        display: block;
        width: 0px;
        height: 0px;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #AFC9D7;
        position: absolute;
        right: 9px;
        top: 14px; }
  .rewards-students-section .pets-table {
    width: 100%;
    padding: 10px; }
    .rewards-students-section .pets-table tr {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 100%; }
      @media only screen and (max-width: 992px) {
        .rewards-students-section .pets-table tr {
          display: inline; } }
      .rewards-students-section .pets-table tr td {
        width: 20%;
        text-align: center;
        padding: 10px; }
        @media only screen and (max-width: 992px) {
          .rewards-students-section .pets-table tr td {
            width: 32.3333%;
            display: inline-block; } }
        @media only screen and (max-width: 480px) {
          .rewards-students-section .pets-table tr td {
            width: 100%; } }
        .rewards-students-section .pets-table tr td .main-pets-div {
          overflow: hidden;
          width: 100%;
          height: 100%;
          border-radius: 6px;
          line-height: 17px;
          font-size: 14px;
          text-transform: capitalize;
          color: #124688; }
          .rewards-students-section .pets-table tr td .main-pets-div .img-section {
            padding: 10px;
            border: 1px solid #AFC9D7;
            border-radius: 6px 6px 0 0;
            border-bottom: 0; }
            .rewards-students-section .pets-table tr td .main-pets-div .img-section img {
              height: 95px;
              max-width: 100% !important;
              max-height: 100% !important; }
          .rewards-students-section .pets-table tr td .main-pets-div .info-section {
            background-color: #D3E2EB;
            padding: 10px;
            border: 1px solid #AFC9D7;
            border-radius: 0px 0px 6px 6px;
            font-family: "Montserrat-Regular";
            font-weight: normal !important;
            color: #124688 !important;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            -webkit-transition: all 0.3s;
            -ms-transition: all 0.3s;
            transition: all 0.3s; }
            .rewards-students-section .pets-table tr td .main-pets-div .info-section span {
              font-family: "Montserrat-Regular";
              font-weight: normal !important;
              color: #124688 !important;
              display: block;
              margin-top: 10px;
              font-size: 14px;
              line-height: 17px;
              text-transform: capitalize;
              -moz-transition: all 0.3s;
              -o-transition: all 0.3s;
              -webkit-transition: all 0.3s;
              -ms-transition: all 0.3s;
              transition: all 0.3s; }
          .rewards-students-section .pets-table tr td .main-pets-div:hover .info-section {
            background-color: #0069E8;
            color: #fff !important;
            border: 1px solid #0069E8;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            -webkit-transition: all 0.3s;
            -ms-transition: all 0.3s;
            transition: all 0.3s; }
            .rewards-students-section .pets-table tr td .main-pets-div:hover .info-section span {
              color: #fff !important;
              -moz-transition: all 0.3s;
              -o-transition: all 0.3s;
              -webkit-transition: all 0.3s;
              -ms-transition: all 0.3s;
              transition: all 0.3s; }
    .rewards-students-section .pets-table + center {
      padding: 20px 0; }
      .rewards-students-section .pets-table + center b {
        display: block;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        margin-bottom: 10px;
        color: #124688; }

.reading-play-section {
  max-width: 930px;
  margin-left: auto !important;
  margin-right: auto !important; }
  .reading-play-section #score_header table {
    border: 0 !important;
    box-shadow: 0px 0px 16px #DBE0EB;
    border-radius: 6px; }
    .reading-play-section #score_header table tr {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      border-bottom: 1px solid #AFC9D7; }
      .reading-play-section #score_header table tr:last-child {
        border-bottom: 0; }
      .reading-play-section #score_header table tr td {
        width: 33.3333%;
        padding: 5px 10px;
        font-size: 14px;
        font-weight: normal;
        position: relative;
        border-right: 1px solid #AFC9D7;
        color: #124688; }
        @media only screen and (max-width: 670px) {
          .reading-play-section #score_header table tr td {
            display: block;
            width: 100%;
            border-right: 0; } }
        .reading-play-section #score_header table tr td:last-child {
          border-right: 0; }
        .reading-play-section #score_header table tr td b {
          font-weight: normal; }
        .reading-play-section #score_header table tr td a {
          color: #00C7FF; }
        .reading-play-section #score_header table tr td .score_value {
          color: #124688;
          position: absolute;
          right: 12px; }
  .reading-play-section .quiz-section-play {
    margin-top: 40px; }
    @media only screen and (max-width: 767px) {
      .reading-play-section .quiz-section-play {
        overflow: auto; } }
    .reading-play-section .quiz-section-play #game_div {
      border-radius: 0px 0px 6px 6px;
      box-shadow: 0px 20px 20px #DBE0EB;
      height: 555px;
      padding: 20px;
      background: rgba(211, 226, 235, 0.5); }
      @media only screen and (max-width: 767px) {
        .reading-play-section .quiz-section-play #game_div {
          overflow: auto; } }
      .reading-play-section .quiz-section-play #game_div #quiz_frame {
        position: relative;
        top: auto !important; }

.ui-dialog[aria-describedby="dialog-filter"] {
  width: 670px !important; }
  @media only screen and (max-width: 767px) {
    .ui-dialog[aria-describedby="dialog-filter"] {
      width: 80% !important; } }

#dialog-filter {
  width: 100% !important; }
  #dialog-filter input {
    position: absolute;
    right: -2px;
    bottom: -3px;
    -webkit-appearance: none;
    border: 1px solid #AFC9D7;
    box-sizing: border-box;
    border-radius: 3px;
    margin: 0;
    margin-right: 5px;
    width: 12px;
    outline: none;
    z-index: 1;
    height: 12px; }
    #dialog-filter input:checked + label {
      background-image: url(img/checked.png);
      background-color: #fff; }
  #dialog-filter label {
    width: 12px;
    height: 12px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 3px;
    background-size: 8px;
    display: block;
    position: absolute;
    bottom: -3px;
    z-index: 0;
    right: 3px; }
  #dialog-filter .grades-pop-up div {
    display: inline-block;
    margin: 0px 10px;
    position: relative; }
    @media only screen and (max-width: 480px) {
      #dialog-filter .grades-pop-up div {
        margin: 10px; } }
    #dialog-filter .grades-pop-up div span {
      text-align: center;
      width: 25px;
      height: 25px;
      line-height: 25px;
      margin-right: 10px;
      background: #D3E2EB;
      border-radius: 6px;
      font-weight: bold;
      font-size: 14px;
      color: #124688;
      border: 0;
      float: none;
      display: inline-block; }
  #dialog-filter .topics-pop-up {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #dialog-filter .topics-pop-up h3 {
      width: 100%; }
    #dialog-filter .topics-pop-up div {
      width: 33.3333%;
      text-align: left;
      position: relative;
      padding-left: 20px;
      padding-right: 5px;
      margin-bottom: 8px;
      font-size: 16px;
      line-height: 20px;
      font-family: "Montserrat-Light";
      color: #124688; }
      @media only screen and (max-width: 767px) {
        #dialog-filter .topics-pop-up div {
          width: 50%; } }
      @media only screen and (max-width: 480px) {
        #dialog-filter .topics-pop-up div {
          width: 100%; } }
      #dialog-filter .topics-pop-up div input {
        right: auto;
        bottom: auto;
        left: 0;
        top: 2px; }
      #dialog-filter .topics-pop-up div label {
        right: auto;
        bottom: auto;
        left: 0px;
        top: 2px; }
  #dialog-filter h3 {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    margin: 20px 0;
    font-family: "Montserrat-Regular";
    color: #124688; }

.ui-dialog[aria-describedby="dialog-settings"] .ui-dialog-buttonpane button {
  margin-right: -140px; }

#dialog-settings {
  height: auto !important; }
  #dialog-settings input[type=checkbox], #dialog-settings input[type=radio] {
    position: absolute;
    left: 0px;
    top: 3px;
    -webkit-appearance: none;
    border: 1px solid #AFC9D7;
    box-sizing: border-box;
    border-radius: 3px;
    margin: 0;
    margin-right: 5px;
    width: 12px;
    outline: none;
    z-index: 1;
    height: 12px; }
    #dialog-settings input[type=checkbox]:checked + label, #dialog-settings input[type=radio]:checked + label {
      background-image: url(img/checked.svg); }
  #dialog-settings label {
    width: 12px;
    height: 12px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 3px;
    background-size: 8px;
    display: block;
    position: absolute;
    top: 3px;
    z-index: 0;
    left: 0px; }
  #dialog-settings table tr {
    position: relative; }
    #dialog-settings table tr td {
      position: relative;
      font-size: 16px;
      font-family: "Montserrat-Light";
      color: #124688; }
      #dialog-settings table tr td:first-child {
        padding-right: 30px; }
      #dialog-settings table tr td.checkbox-td {
        padding-left: 25px;
        padding-right: 0; }
      #dialog-settings table tr td.radio-td div {
        display: inline-block;
        padding-left: 25px;
        position: relative;
        margin-right: 20px; }
        #dialog-settings table tr td.radio-td div:last-child {
          margin-right: 0; }
        #dialog-settings table tr td.radio-td div input[type=radio] {
          border-radius: 20px; }
          #dialog-settings table tr td.radio-td div input[type=radio]:checked + label {
            background-image: url(img/ellipse.svg);
            background-size: 6px; }
      #dialog-settings table tr td input[type=text] {
        width: 65px;
        padding: 5px 15px;
        margin-bottom: 10px;
        outline: none;
        font-size: 14px;
        -webkit-appearance: none;
        border: 1px solid #AFC9D7;
        box-sizing: border-box;
        border-radius: 26px;
        text-align: right;
        font-family: "Montserrat-Light"; }
      #dialog-settings table tr td ::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #AFC9D7; }
      #dialog-settings table tr td ::-moz-placeholder {
        /* Firefox 19+ */
        color: #AFC9D7; }
      #dialog-settings table tr td :-ms-input-placeholder {
        /* IE 10+ */
        color: #AFC9D7; }
      #dialog-settings table tr td :-moz-placeholder {
        /* Firefox 18- */
        color: #AFC9D7; }
    #dialog-settings table tr.for-margin {
      margin-bottom: 10px;
      display: block;
      margin-left: -2px; }
  #dialog-settings .custom-unsubscribe {
    position: absolute;
    bottom: 20px;
    margin-left: -100px; }

.ui-dialog {
  padding: 0;
  border: 0;
  outline: none;
  border-radius: 6px;
  overflow: hidden;
  font-family: "Montserrat-Regular"; }
  .ui-dialog .ui-widget-header {
    background: #124688;
    border-radius: 0;
    padding: 10px;
    color: #fff;
    height: auto;
    border: 0;
    display: block;
    width: 100%;
    text-align: center;
    margin: 0; }
    .ui-dialog .ui-widget-header .ui-dialog-title {
      float: none;
      margin: 0; }
    .ui-dialog .ui-widget-header .ui-button {
      width: 15px;
      height: 15px;
      right: 10px;
      top: 21px;
      cursor: pointer;
      border: 0;
      background: none;
      background-image: url(img/close.svg);
      background-size: 12px;
      background-position: center;
      background-repeat: no-repeat; }
      .ui-dialog .ui-widget-header .ui-button .ui-button-icon-primary {
        display: none; }
      .ui-dialog .ui-widget-header .ui-button .ui-button-text {
        display: none; }
  .ui-dialog .ui-dialog-buttonpane {
    text-align: center;
    border: 0;
    margin: 0;
    padding: 0; }
    .ui-dialog .ui-dialog-buttonpane button {
      float: none;
      border-radius: 26px;
      text-decoration: none;
      cursor: pointer;
      width: 65px;
      height: 32px;
      line-height: 25px;
      font-family: "Montserrat-Regular";
      text-align: center;
      display: inline-block;
      color: #fff !important;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s;
      background: #53E2D1;
      margin: 20px 0;
      border: 1px solid #53E2D1; }
      .ui-dialog .ui-dialog-buttonpane button:hover {
        background-color: transparent;
        color: #53E2D1 !important;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s; }

@media only screen and (min-width: 480px) {
  #dialog-deployed {
    padding-left: 0 !important;
    padding-right: 0 !important; } }

@media only screen and (max-width: 480px) {
  .ui-dialog-content {
    padding-left: 10px !important;
    padding-right: 10px !important; } }

.deployed-items b {
  display: block;
  margin-bottom: 10px;
  color: #124688; }

.deployed-items a {
  padding: 10px;
  text-align: left;
  width: 100%;
  display: block;
  border-bottom: 1px solid #AFC9D7;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s; }
  .deployed-items a:hover {
    background-color: rgba(237, 239, 244, 0.5);
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }

.deployed-items table {
  text-align: center; }
  .deployed-items table tr td {
    color: #124688;
    text-align: center;
    padding: 0 10px; }

.deployed-items .default-btn {
  margin-top: 20px; }

.ui-widget-overlay {
  position: fixed;
  background: #000;
  opacity: 0.5; }
  @media only screen and (max-width: 1100px) {
    .ui-widget-overlay {
      z-index: 9999; } }

@media only screen and (max-width: 1100px) {
  .ui-dialog {
    z-index: 99999; } }

@media only screen and (max-width: 992px) {
  .ui-dialog {
    width: 80% !important;
    margin: auto; } }
