@-webkit-keyframes animateTab {
  from {
    left: 0; }
  to {
    left: -100%; } }
@-moz-keyframes animateTab {
  from {
    left: 0; }
  to {
    left: -100%; } }
@-o-keyframes animateTab {
  from {
    left: 0; }
  to {
    left: -100%; } }
@-moz-keyframes animateTab {
  from {
    left: 0; }
  to {
    left: -100%; } }
@keyframes animateTab {
  from {
    left: 0; }
  to {
    left: -100%; } }
/* common css */
@font-face {
  font-family: "Poppins Light";
  src: url("fonts/Poppins-Light.ttf"); }
@font-face {
  font-family: "Poppins Bold";
  src: url("fonts/Poppins-Bold.ttf"); }
@font-face {
  font-family: "Poppins Medium";
  src: url("fonts/Poppins-Medium.ttf"); }
@font-face {
  font-family: "Poppins Regular";
  src: url("fonts/Poppins-Regular.ttf"); }
@font-face {
  font-family: "Poppins SemiBold";
  src: url("fonts/Poppins-SemiBold.ttf"); }
@font-face {
  font-family: "PTSerif Bold";
  src: url("fonts/PT_Serif-Web-Bold.ttf"); }
@font-face {
  font-family: "PTSerif Regular";
  src: url("fonts/PT_Serif-Web-Regular.ttf"); }
body {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  color: #333333;
  font-size: 14px;
  font-family: "Poppins Regular", arial; }

.clearfix {
  clear: both; }

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

img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  border: 0 none; }

ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }

a, a:hover, a:focus, a:active {
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.4s linear 0s;
  -moz-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
  -ms-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s; }

input[type="submit"], input[type="submit"]:focus, input[type="submit"]:active, button {
  outline: none !important; }

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important; }

input[type="radio"] {
  margin: 0; }

button, button:focus, input, input:focus, select, select:focus, textarea, textarea:focus {
  outline: none;
  border: 0 none; }

button {
  cursor: pointer;
  padding: 0; }

p {
  font-size: 16px; }

.container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box; }

.blue-bg {
  background-color: #eff7ff; }

h2 {
  font-size: 36px;
  line-height: 42px;
  font-family: "Poppins SemiBold"; }

h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: normal;
  font-family: "Poppins Regular"; }

h4 {
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  font-family: "Poppins SemiBold"; }
  h4 a {
    color: #333333; }
    h4 a:hover {
      color: #00acf0; }

h5 {
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  font-family: "Poppins SemiBold"; }
  h5 a {
    color: #333333; }
    h5 a:hover {
      color: #00acf0; }

input:required {
  box-shadow: none; }

input:invalid {
  box-shadow: none; }

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

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

.blue-txt {
  color: #00acf0;
  text-decoration: none; }
  .blue-txt:hover {
    color: #028bc2; }

.sprite-icons {
  background: url("../images/sprite.png") 0 0 no-repeat; }

.sprite-before {
  position: relative; }
  .sprite-before:before {
    content: "";
    background: url("../images/sprite.png") 0 0 no-repeat;
    display: block;
    position: absolute;
    left: 0;
    top: 0; }

.sprite-after {
  position: relative; }
  .sprite-after:after {
    content: "";
    background: url("../images/sprite.png") 0 0 no-repeat;
    display: block;
    position: absolute; }

.img-caption {
  font-size: 12px;
  color: #999999;
  text-align: right;
  margin-top: 10px;
  font-family: "PTSerif Regular"; }

.close-ico {
  background-position: -40px -450px;
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  right: 15px;
  top: 15px;
  text-indent: -9999px; }

.multicolor-border {
  position: relative; }
  .multicolor-border:after {
    background: url("../images/color-strip.png") 0 0 no-repeat;
    background-size: 100% 100%;
    position: absolute;
    content: "";
    height: 8px;
    right: 0;
    left: 0;
    bottom: -1px;
    z-index: 9; }

.select-wrap {
  cursor: pointer; }
  .select-wrap:after {
    background-position: -45px -28px;
    height: 15px;
    width: 15px;
    right: 0;
    top: 6px; }

.field-input {
  width: 100%;
  position: relative;
  margin-bottom: 40px; }
  .field-input:no-margin {
    margin-right: 0; }
  .field-input .focus-border {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #00acf0;
    transition: 0.4s; }
  .field-input input[type="text"], .field-input input[type="email"], .field-input input[type="password"] {
    border: 0 none;
    height: 40px;
    padding: 0 20px 15px 0;
    box-sizing: border-box;
    background-color: transparent;
    border-bottom: 2px solid #dddddd;
    font-size: 14px;
    width: 100%;
    font-size: 14px;
    color: #666666;
    position: relative;
    outline: none; }
    .field-input input[type="text"]:focus ~ .focus-border, .field-input input[type="email"]:focus ~ .focus-border, .field-input input[type="password"]:focus ~ .focus-border {
      width: 100%;
      transition: 0.4s;
      left: 0; }
  .field-input.password-field:after {
    background-position: -40px 0;
    height: 20px;
    right: 0;
    top: 6px;
    width: 20px; }
  .field-input.email-field:after {
    background-position: -21px -24px;
    height: 20px;
    right: 0;
    top: 6px;
    width: 20px; }
  .field-input input[type="checkbox"] {
    display: none; }
  .field-input input[type="radio"] + label {
    cursor: pointer; }
  .field-input input[type="checkbox"] + label {
    display: inline-block;
    cursor: pointer; }
    .field-input input[type="checkbox"] + label:before {
      content: "";
      background: url("../images/checkbox-icon.png") 0 -38px no-repeat;
      width: 20px;
      height: 20px;
      display: inline-block;
      position: relative;
      vertical-align: middle;
      margin-right: 10px; }
  .field-input input[type="checkbox"]:checked + label:before {
    background-position: 0 0; }

.field-group.four-inputs input[type="text"] {
  width: 15%;
  display: inline-block;
  margin-right: 5%;
  border-color: #00acf0;
  text-align: center;
  font-size: 16px; }

label.otp-label {
  font-family: "Poppins SemiBold";
  font-size: 16px;
  margin-bottom: 20px;
  display: block; }

.page-content {
  position: relative; }

.select-list {
  display: none;
  position: absolute;
  z-index: 99;
  background-color: #ffffff;
  padding: 10px 0;
  border: 1px solid #eeeeee;
  width: 100%; }
  .select-list .select-item {
    padding: 5px 10px;
    color: #333333; }

.tabcontent {
  display: none;
  position: relative; }
  .tabcontent.active {
    display: block; }

.blue-btn, .rounder-blue-btn, .blue-border-btn {
  background-color: #00acf0;
  position: relative;
  font-size: 16px;
  color: #ffffff;
  display: block;
  font-family: "Poppins SemiBold";
  border: 0 none;
  padding: 13px 20px;
  border-radius: 5px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all 1s linear 0s;
  -moz-transition: all 1s linear 0s;
  -o-transition: all 1s linear 0s;
  -ms-transition: all 1s linear 0s;
  transition: all 1s linear 0s;
  cursor: pointer;
  z-index: 9;
  box-sizing: border-box;
  outline: none;
  overflow: hidden; }
  .blue-btn:before, .rounder-blue-btn:before, .blue-border-btn:before {
    content: "";
    position: absolute;
    transition: all 0.3s ease 0s;
    z-index: -1;
    display: block;
    background: #028bc2 none repeat scroll 0 0;
    height: 0;
    width: 0;
    left: 50%;
    opacity: 0;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 50%;
    visibility: hidden; }
  .blue-btn:hover, .rounder-blue-btn:hover, .blue-border-btn:hover {
    font-family: "Poppins SemiBold";
    color: #ffffff; }
    .blue-btn:hover:before, .rounder-blue-btn:hover:before, .blue-border-btn:hover:before {
      height: 280px;
      width: 280px;
      opacity: 1;
      visibility: visible; }

.input-btn {
  position: relative;
  width: 106px;
  height: 40px;
  overflow: hidden;
  border-radius: 5px;
  background-color: #00acf0; }
  .input-btn input[type="submit"] {
    transition: none !important;
    background-color: transparent; }
  .input-btn .input-bg {
    width: 0;
    height: 0;
    position: absolute;
    display: block;
    background-color: #028bc2;
    top: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    visibility: hidden;
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s; }
  .input-btn:hover .input-bg {
    width: 200px;
    height: 200px;
    visibility: visible; }

.rounder-blue-btn {
  border-radius: 30px; }

.blue-border-btn {
  background-color: transparent;
  border: 2px solid #00acf0;
  color: #00acf0; }
  .blue-border-btn .input-bg {
    background-color: #00acf0; }
  .blue-border-btn:hover {
    color: #ffffff; }
  .blue-border-btn:focus, .blue-border-btn:visited {
    border: 2px solid #00acf0 !important; }

.btn-group .input-btn {
  width: 46%;
  margin-right: 6%;
  display: inline-block;
  box-sizing: border-box;
  height: auto; }
  .btn-group .input-btn input[type="submit"] {
    display: inline-block;
    padding: 10px 20px;
    font-size: 12px;
    width: 100%;
    box-sizing: border-box; }
    .btn-group .input-btn input[type="submit"].blue-btn {
      border: 1px solid transparent; }
  .btn-group .input-btn.border-btn {
    background-color: transparent; }
    .btn-group .input-btn.border-btn .input-bg {
      background-color: #00acf0; }
  .btn-group .input-btn:last-child {
    margin-right: 0; }

.social-block {
  text-align: center; }
  .social-block .ico {
    text-indent: -9999px;
    background: url("../images/social-sprite.png") 0 0 no-repeat;
    width: 32px;
    height: 32px;
    display: inline-block;
    margin-right: 20px;
    text-align: left; }
    .social-block .ico:hover {
      opacity: 0.8; }
    .social-block .ico:last-child {
      margin-right: 0; }
  .social-block .facebook {
    background-position: 0 0; }
  .social-block .twitter {
    background-position: -55px 0; }
  .social-block .googleplus {
    background-position: -167px 0; }
  .social-block .pinterest {
    background-position: -109px 0; }

/* dropdown popup css */
.dropdown-popup {
  background-color: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 10;
  color: #333;
  display: none; }
  .dropdown-popup:after {
    display: block;
    content: "";
    border-style: solid;
    position: absolute; }
  .dropdown-popup:after {
    border-color: transparent transparent #fff transparent;
    border-width: 12px;
    right: 32px;
    top: -24px; }

.no-notif-wrap {
  text-align: center;
  padding: 120px 20px 100px; }
  .no-notif-wrap h4 {
    margin: 50px 0 0; }

.user-dropdown {
  width: 262px;
  font-size: 12px;
  text-align: left;
  right: 0;
  top: 63px; }
  .user-dropdown h5 {
    padding: 15px 22px 0;
    margin: 0; }
  .user-dropdown a {
    display: block;
    color: #333; }
    .user-dropdown a:hover {
      color: #00acf0; }
  .user-dropdown:after {
    right: 35px; }
  .user-dropdown .main-dropdown > li > a {
    padding: 20px 22px;
    border-bottom: 1px solid #f1f1f1; }
    .user-dropdown .main-dropdown > li > a:hover {
      background-color: #f1f1f1; }
  .user-dropdown .main-dropdown > li:last-child {
    border-radius: 0 0 5px 5px;
    overflow: hidden; }
    .user-dropdown .main-dropdown > li:last-child > a {
      border-top: 1px solid #f1f1f1;
      border-bottom: 0 none; }
  .user-dropdown .sub-dropdown {
    padding: 8px 0; }
    .user-dropdown .sub-dropdown > li > a {
      padding: 8px 22px; }
      .user-dropdown .sub-dropdown > li > a:hover {
        color: #00acf0; }

.notification-dropdown {
  width: 365px;
  right: -10px;
  top: 58px;
  text-align: left; }
  .notification-dropdown .notification-list {
    display: block;
    color: #00acf0;
    padding: 12px 0 10px;
    text-align: center; }
    .notification-dropdown .notification-list:hover {
      color: #333; }
  .notification-dropdown .notifdrop-list .notifdrop-item {
    padding: 20px;
    border-bottom: 1px solid #eaeaea; }
    .notification-dropdown .notifdrop-list .notifdrop-item .notifdrop-img {
      float: left;
      width: 40px;
      margin-right: 20px;
      max-height: 40px; }
    .notification-dropdown .notifdrop-list .notifdrop-item .notifdrop-content {
      float: left;
      width: calc(100% - 60px); }
      .notification-dropdown .notifdrop-list .notifdrop-item .notifdrop-content.sprite-after:after {
        width: 25px;
        height: 25px;
        right: 0;
        top: 50%;
        background-position: -35px -605px;
        transform: translateY(-50%); }
      .notification-dropdown .notifdrop-list .notifdrop-item .notifdrop-content.blog-notif:after {
        background-position: -36px -380px; }
      .notification-dropdown .notifdrop-list .notifdrop-item .notifdrop-content.video-notif:after {
        background-position: -35px -605px; }
      .notification-dropdown .notifdrop-list .notifdrop-item .notifdrop-content .time-wrap {
        font-size: 10px;
        line-height: 18px; }
  .notification-dropdown .leftwrap-heading .list-title {
    padding-left: 0;
    width: calc(100% - 70px); }
  .notification-dropdown .leftwrap-heading .notification-close {
    padding-right: 25px;
    color: #666666; }
    .notification-dropdown .leftwrap-heading .notification-close:after {
      width: 20px;
      height: 20px;
      background-position: 6px -1338px;
      top: 3px;
      right: 0; }

/* login modal css */
.modal-wrapper {
  display: none; }
  .modal-wrapper .modal-inner-wrap {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99; }
  .modal-wrapper .modal-container {
    vertical-align: middle; }
  .modal-wrapper .modal-content {
    max-width: 980px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 5px;
    box-sizing: border-box; }

.login-modal-wrapper .modal-content {
  display: table;
  min-height: 600px;
  top: 50px;
  left: 50%;
  transform: translate(-50%, 0); }
.login-modal-wrapper .left-block {
  width: 50%;
  display: table-cell;
  height: 100%;
  background: url("../images/login-banner.png") center center no-repeat;
  position: relative;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px; }
  .login-modal-wrapper .left-block .enroll-wrap {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%; }
    .login-modal-wrapper .left-block .enroll-wrap p {
      color: #ffffff;
      font-size: 18px;
      font-family: "Poppins Light"; }
.login-modal-wrapper .right-block {
  width: 50%;
  height: 100%;
  display: table-cell;
  background-color: #ffffff;
  padding: 50px;
  box-sizing: border-box;
  box-shadow: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background: transparent url("../images/login-bg.png") no-repeat scroll right top/cover; }
  .login-modal-wrapper .right-block .remember-wrap {
    width: 53%;
    display: inline-block;
    color: #999999;
    font-size: 12px;
    margin-bottom: 0; }
  .login-modal-wrapper .right-block .blue-btn {
    width: 44%;
    display: inline-block;
    margin-top: 0; }
  .login-modal-wrapper .right-block .right-align {
    display: block;
    margin: 14px 20px 15px 0;
    font-size: 12px; }
    .login-modal-wrapper .right-block .right-align:hover {
      color: #028bc2; }
  .login-modal-wrapper .right-block .modal-navigation {
    margin-top: 60px; }
    .login-modal-wrapper .right-block .modal-navigation p {
      font-size: 10px;
      color: #999999;
      text-align: center;
      margin-bottom: 0; }
    .login-modal-wrapper .right-block .modal-navigation .modal-nav {
      text-align: center; }
      .login-modal-wrapper .right-block .modal-navigation .modal-nav li {
        display: inline-block;
        border-left: 1px solid #999;
        line-height: 12px; }
        .login-modal-wrapper .right-block .modal-navigation .modal-nav li a {
          color: #00acf0;
          padding: 0 5px;
          font-size: 10px; }
          .login-modal-wrapper .right-block .modal-navigation .modal-nav li a:hover {
            color: #028bc2; }
        .login-modal-wrapper .right-block .modal-navigation .modal-nav li:first-child {
          border-left: 0 none; }
  .login-modal-wrapper .right-block .divide-line, .login-modal-wrapper .right-block .social-block {
    display: none; }
.login-modal-wrapper.social-show .divide-line, .login-modal-wrapper.social-show .social-block {
  display: block; }
.login-modal-wrapper.social-show .modal-navigation {
  margin-top: 0px; }

/* country modal css */
.country-modal-wrapper .modal-content {
  max-width: 560px;
  min-height: 390px;
  color: #666; }
.country-modal-wrapper .modal-head {
  border-bottom: 1px solid #eaeaea;
  padding: 25px 30px;
  position: relative; }
  .country-modal-wrapper .modal-head h5 {
    margin: 0;
    padding-right: 15px;
    font-size: 14px; }
  .country-modal-wrapper .modal-head .close-ico {
    top: 28px;
    right: 30px; }
.country-modal-wrapper .country-list {
  text-align: center;
  padding-bottom: 10px; }
  .country-modal-wrapper .country-list li {
    display: inline-block;
    position: relative;
    margin: 30px 25px; }
    .country-modal-wrapper .country-list li input[type="radio"] {
      display: none; }
    .country-modal-wrapper .country-list li label {
      cursor: pointer; }
      .country-modal-wrapper .country-list li label:hover .country-image {
        border-color: #00acf0; }
      .country-modal-wrapper .country-list li label:hover .country-name {
        color: #00acf0; }
    .country-modal-wrapper .country-list li .country-image {
      width: 75px;
      height: 75px;
      border-radius: 50%;
      border: 5px solid transparent;
      display: block;
      margin-bottom: 10px;
      transition: all 0.4s; }
    .country-modal-wrapper .country-list li input[type="radio"]:checked + label .country-image {
      border-color: #00acf0; }
    .country-modal-wrapper .country-list li input[type="radio"]:checked + label .country-name {
      color: #00acf0; }

/* confirm modal css */
.confirm-modal-wrapper {
  text-align: center; }
  .confirm-modal-wrapper .modal-content {
    max-width: 555px;
    min-height: 270px;
    padding: 50px 15px;
    font-size: 16px;
    color: #666; }
    .confirm-modal-wrapper .modal-content h2 {
      font-size: 30px;
      margin: 0 0 20px;
      color: #333; }
    .confirm-modal-wrapper .modal-content .btn-wrap {
      margin-top: 35px; }
      .confirm-modal-wrapper .modal-content .btn-wrap a {
        display: inline-block;
        padding: 4px 30px;
        border: 1px solid #00acf0;
        font-size: 14px; }
        .confirm-modal-wrapper .modal-content .btn-wrap a.white-btn {
          color: #00acf0;
          background-color: #fff; }
          .confirm-modal-wrapper .modal-content .btn-wrap a.white-btn:hover {
            color: #fff;
            background-color: #028bc2; }
        .confirm-modal-wrapper .modal-content .btn-wrap a:first-child {
          margin-right: 10px; }
        .confirm-modal-wrapper .modal-content .btn-wrap a:before {
          opacity: 1; }

/* video modal */
.video-modal-wrapper .modal-content {
  height: 400px;
  max-width: 650px; }
.video-modal-wrapper .close-ico {
  right: 0;
  top: -20px;
  background-position: -46px -1185px; }

/* header css */
.header-top {
  background-color: #072848;
  padding: 22px 0;
  color: #fff;
  text-align: center;
  position: relative; }
  .header-top .logo-block {
    width: 50px;
    text-align: left;
    float: left;
    -webkit-transition: all 1s linear 0s;
    -moz-transition: all 1s linear 0s;
    -o-transition: all 1s linear 0s;
    -ms-transition: all 1s linear 0s;
    transition: all 1s linear 0s; }
    .header-top .logo-block .logo {
      display: inline-block;
      width: 40px; }
  .header-top .page-title-block {
    font-size: 18px;
    text-transform: uppercase;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
    .header-top .page-title-block .page-title {
      display: inline-block;
      padding-right: 22px;
      box-sizing: border-box; }
    .header-top .page-title-block .country-select-wrap {
      padding-left: 22px;
      box-sizing: border-box;
      border-left: 1px solid #1c3e5f;
      display: inline-block; }
      .header-top .page-title-block .country-select-wrap:after {
        background-position: 1px -277px;
        top: 8px; }
      .header-top .page-title-block .country-select-wrap .flag-img {
        max-height: 20px;
        max-width: 30px;
        padding: 0 20px 0 15px; }
    .header-top .page-title-block.active {
      z-index: 999; }
      .header-top .page-title-block.active .country-select-wrap {
        color: #00acf0; }
        .header-top .page-title-block.active .country-select-wrap:after {
          background-position: 0 -1102px; }
  .header-top .mobile-page-title {
    width: 100%;
    margin-top: 20px;
    display: none; }
  .header-top .login-block {
    text-align: right;
    float: right; }
    .header-top .login-block.home-nav-link {
      margin-top: 8px; }
    .header-top .login-block .login-link {
      color: #fff;
      padding-left: 20px; }
      .header-top .login-block .login-link:hover {
        color: #00acf0; }
    .header-top .login-block .user-links {
      border-right: 1px solid #1c3e5f;
      color: #fff;
      display: inline-block;
      vertical-align: middle; }
      .header-top .login-block .user-links:last-child {
        border-right: 0 none; }
      .header-top .login-block .user-links:hover {
        color: #00acf0; }
      .header-top .login-block .user-links.notification-link {
        padding: 1px 25px 6px 20px;
        position: relative; }
        .header-top .login-block .user-links.notification-link .icon {
          background-position: 1px -1064px;
          width: 20px;
          height: 20px;
          display: inline-block;
          vertical-align: middle;
          text-align: left;
          -webkit-transition-property: none;
          -moz-transition-property: none;
          -o-transition-property: none;
          transition-property: none; }
          .header-top .login-block .user-links.notification-link .icon.active {
            background-position: -37px -1266px; }
            .header-top .login-block .user-links.notification-link .icon.active span {
              background-color: #ffffff; }
        .header-top .login-block .user-links.notification-link .dropdown-link {
          position: relative;
          text-indent: 0; }
          .header-top .login-block .user-links.notification-link .dropdown-link span {
            background-color: #00acf0;
            color: #072848;
            display: block;
            border-radius: 50%;
            height: 15px;
            position: absolute;
            right: -5px;
            top: -5px;
            width: 15px;
            font-size: 10px;
            text-align: center;
            line-height: 17px; }
      .header-top .login-block .user-links.dashboard-link {
        padding: 1px 25px 6px 20px;
        position: relative; }
        .header-top .login-block .user-links.dashboard-link .icon {
          background-position: -39px -1481px;
          width: 20px;
          height: 20px;
          display: inline-block;
          vertical-align: middle;
          text-align: left;
          -webkit-transition-property: none;
          -moz-transition-property: none;
          -o-transition-property: none;
          transition-property: none; }
          .header-top .login-block .user-links.dashboard-link .icon.active {
            background-position: -14px -1481px; }
      .header-top .login-block .user-links.user-wrap {
        position: relative; }
        .header-top .login-block .user-links.user-wrap .icon {
          padding: 0 30px 0 20px; }
          .header-top .login-block .user-links.user-wrap .icon:after {
            background-position: -37px -1064px;
            right: 0;
            top: 2px;
            width: 15px;
            height: 15px; }
          .header-top .login-block .user-links.user-wrap .icon.active:after {
            background-position: -2px -1097px; }
      .header-top .login-block .user-links .icon {
        color: #fff;
        text-indent: -9999px; }
        .header-top .login-block .user-links .icon:hover {
          color: #00acf0; }
        .header-top .login-block .user-links .icon.search-icon {
          width: 20px;
          height: 30px;
          overflow: hidden;
          display: inline-block;
          vertical-align: middle;
          text-align: left;
          padding-right: 20px; }
          .header-top .login-block .user-links .icon.search-icon:after {
            background-position: 2px -25px;
            width: 20px;
            height: 20px;
            left: 0;
            top: 8px; }
    .header-top .login-block .search-form {
      display: inline-block;
      vertical-align: middle;
      width: 0;
      overflow: hidden;
      -webkit-transition: all 0.6s linear 0s;
      -moz-transition: all 0.6s linear 0s;
      -o-transition: all 0.6s linear 0s;
      -ms-transition: all 0.6s linear 0s;
      transition: all 0.6s linear 0s; }
      .header-top .login-block .search-form input[type="text"] {
        height: 35px;
        box-sizing: border-box;
        background-color: transparent;
        color: #ffffff;
        padding-left: 30px;
        border: 0 none;
        border-bottom: 2px solid #1f3f5c;
        padding-bottom: 7px;
        font-size: 16px; }
      .header-top .login-block .search-form:after {
        background-position: 2px -22px;
        width: 20px;
        height: 20px;
        left: 0;
        top: 7px; }
      .header-top .login-block .search-form .close-search {
        background-position: -38px -450px;
        border-right: 0 none;
        display: inline-block;
        height: 20px;
        padding: 0;
        position: absolute;
        right: 0;
        top: 10px;
        width: 20px; }
  .header-top.animate-header .page-title-block {
    display: none; }
    .header-top.animate-header .page-title-block .page-title {
      display: none; }
  .header-top.animate-header .login-block {
    width: calc(100% - 150px); }
    .header-top.animate-header .login-block a {
      display: none; }
    .header-top.animate-header .login-block .search-wrap {
      width: 95%;
      border-right: 0 none;
      box-sizing: border-box; }
      .header-top.animate-header .login-block .search-wrap input[type="text"] {
        width: 100%; }
      .header-top.animate-header .login-block .search-wrap .search-link {
        display: none; }
    .header-top.animate-header .login-block .notification-link {
      display: none; }
    .header-top.animate-header .login-block .dashboard-link {
      display: none; }
  .header-top .home-nav-link .search-form:after {
    top: 2px; }
  .header-top .home-nav-link .search-form input[type="text"] {
    height: 28px; }
  .header-top .home-nav-link .search-form .close-search {
    top: 4px; }

.header-bottom {
  background-color: #fff;
  padding: 18px 0;
  box-shadow: 0px 1px 4px #e3e3e3; }
  .header-bottom .giis-navigation li {
    float: left;
    width: calc((100% - 70px)/6);
    box-sizing: border-box;
    padding-right: 10px;
    position: relative;
    height: 23px; }
    .header-bottom .giis-navigation li:last-child {
      padding-right: 0;
      width: 70px; }
    .header-bottom .giis-navigation li a {
      position: relative;
      display: block;
      float: left;
      overflow: hidden;
      color: #00acf0; }
      .header-bottom .giis-navigation li a strong {
        font-weight: normal;
        display: block;
        filter: grayscale(100%);
        padding-left: 25px; }
      .header-bottom .giis-navigation li a span {
        position: absolute;
        padding-left: 25px;
        height: 100%;
        display: block;
        overflow: hidden;
        top: 0;
        left: 0;
        -webkit-transition: all 0.6s linear 0s;
        -moz-transition: all 0.6s linear 0s;
        -o-transition: all 0.6s linear 0s;
        -ms-transition: all 0.6s linear 0s;
        transition: all 0.6s linear 0s;
        box-sizing: border-box; }
      .header-bottom .giis-navigation li a .cl1 {
        width: 50%;
        filter: grayscale(100%); }
        .header-bottom .giis-navigation li a .cl1 img {
          -webkit-transition: opacity 0.2s linear 0.4s;
          -moz-transition: opacity 0.2s linear 0.4s;
          -o-transition: opacity 0.2s linear 0.4s;
          -ms-transition: opacity 0.2s linear 0.4s;
          transition: opacity 0.2s linear 0.4s; }
      .header-bottom .giis-navigation li a .cl2 {
        width: 0%;
        filter: grayscale(0); }
        .header-bottom .giis-navigation li a .cl2 img {
          filter: grayscale(100%);
          -webkit-transition: filter 0.2s linear 0.2s;
          -moz-transition: filter 0.2s linear 0.2s;
          -o-transition: filter 0.2s linear 0.2s;
          -ms-transition: filter 0.2s linear 0.2s;
          transition: filter 0.2s linear 0.2s; }
      .header-bottom .giis-navigation li a img {
        overflow: hidden;
        position: absolute;
        left: 0;
        top: 3px; }
      .header-bottom .giis-navigation li a:hover .cl1 {
        width: 0; }
        .header-bottom .giis-navigation li a:hover .cl1 img {
          opacity: 0; }
      .header-bottom .giis-navigation li a:hover .cl2 {
        width: 100%; }
        .header-bottom .giis-navigation li a:hover .cl2 img {
          filter: grayscale(0); }
      .header-bottom .giis-navigation li a.active strong {
        font-family: "Poppins Semibold";
        filter: grayscale(0); }
      .header-bottom .giis-navigation li a.active .cl1, .header-bottom .giis-navigation li a.active .cl2 {
        opacity: 0; }
    .header-bottom .giis-navigation li .news img, .header-bottom .giis-navigation li .home img {
      top: 2px; }
  .header-bottom .giis-navigation.mobile-nav {
    padding-top: 0;
    margin-top: -10px;
    display: none; }
    .header-bottom .giis-navigation.mobile-nav li a {
      display: block;
      width: 100%; }
    .header-bottom .giis-navigation.mobile-nav li.logout {
      border-top: 1px solid #274561; }
      .header-bottom .giis-navigation.mobile-nav li.logout a strong {
        filter: none;
        color: red; }
    .header-bottom .giis-navigation.mobile-nav li.article-icon {
      position: relative; }
      .header-bottom .giis-navigation.mobile-nav li.article-icon:after {
        content: "";
        width: 15px;
        height: 15px;
        position: absolute;
        background: url("../images/plus.png") 0 0 no-repeat;
        right: 16px;
        top: 17px;
        cursor: pointer; }
      .header-bottom .giis-navigation.mobile-nav li.article-icon.change-ico:after {
        background: url("../images/minus.png") 0 0 no-repeat;
        top: 22px; }
    .header-bottom .giis-navigation.mobile-nav li:last-child {
      width: 100% !important; }
    .header-bottom .giis-navigation.mobile-nav li .sub-dropdown {
      margin-left: 12px;
      display: none;
      padding-top: 10px; }
      .header-bottom .giis-navigation.mobile-nav li .sub-dropdown li a {
        color: #ffffff; }
        .header-bottom .giis-navigation.mobile-nav li .sub-dropdown li a:hover {
          color: #00acf0; }
  .header-bottom .mob-settings {
    padding: 20px;
    color: #ffffff;
    background-color: #041a30;
    display: none;
    position: relative; }
    .header-bottom .mob-settings span {
      display: inline-block;
      margin-right: 15px; }
    .header-bottom .mob-settings .account-wrap {
      display: inline-block;
      vertical-align: middle; }
      .header-bottom .mob-settings .account-wrap h4 {
        margin: 0; }
    .header-bottom .mob-settings .close-burger {
      background-position: -40px -1184px;
      width: 20px;
      height: 20px;
      position: absolute;
      right: 20px;
      top: 50%;
      margin-top: -10px; }
  .header-bottom .mob-county {
    padding: 30px 20px 0px 20px;
    color: #ffffff;
    display: none; }
    .header-bottom .mob-county:after {
      right: 18px;
      top: 33px; }
    .header-bottom .mob-county .country-name {
      margin-left: 5px; }

.burger-menu {
  background: url("../images/burger-menu.png") 0 0 no-repeat;
  width: 28px;
  height: 28px;
  display: none;
  text-indent: -9999px;
  float: right; }

/* footer css */
.giis-footer {
  border-top: 1px solid #1e405e;
  background-color: #072848;
  padding: 32px 0;
  width: 100%;
  box-sizing: border-box;
  color: #71869b;
  font-size: 12px; }
  .giis-footer .copyright {
    display: inline-block;
    vertical-align: middle;
    width: 49%; }
  .giis-footer .footer-nav {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    text-align: right; }
    .giis-footer .footer-nav .nav-list li {
      display: inline-block;
      border-left: 1px solid #71869b; }
      .giis-footer .footer-nav .nav-list li a {
        color: #71869b;
        padding: 0 5px 0 8px;
        line-height: 13px;
        display: block;
        vertical-align: middle; }
        .giis-footer .footer-nav .nav-list li a:hover {
          color: #00acf0; }
      .giis-footer .footer-nav .nav-list li:first-child {
        border-left: 0 none; }
        .giis-footer .footer-nav .nav-list li:first-child a {
          padding-left: 0; }

/* banner css */
.banner-section .banner-img {
  background: url("../images/img-banner.jpg") no-repeat center center;
  background-size: cover;
  height: 630px; }
.banner-section .img-caption {
  margin-right: 20%; }

/* login page css */
.login-content {
  display: table;
  width: 100%;
  height: 100%; }
  .login-content .login-section {
    display: table-cell;
    vertical-align: middle; }
    .login-content .login-section .login-wrapper {
      max-width: 500px;
      margin: 80px auto;
      text-align: center; }
      .login-content .login-section .login-wrapper .logo-wrapper {
        margin-bottom: 50px;
        display: block; }
        .login-content .login-section .login-wrapper .logo-wrapper span {
          margin-left: 16px;
          font-size: 18px;
          color: #333333;
          text-transform: uppercase; }

.login-container {
  max-width: 480px;
  min-height: 480px;
  margin: 0 auto;
  background: url("../images/login-bg.png") 0 0 no-repeat;
  background-size: cover;
  padding: 50px;
  box-sizing: border-box;
  text-align: left;
  position: relative;
  box-shadow: 1px 3px 5px #e6edf5; }
  .login-container h3 {
    margin-top: 0px;
    margin-bottom: 40px;
    text-transform: uppercase; }
  .login-container .input-btn {
    margin-top: 70px;
    width: 100%;
    height: 52px;
    display: inline-block;
    vertical-align: middle; }
    .login-container .input-btn .blue-btn {
      width: 100%; }
    .login-container .input-btn:hover .input-bg {
      width: 400px;
      height: 400px; }
  .login-container .rounder-blue-btn {
    margin-top: 60px; }
    .login-container .rounder-blue-btn:hover:before {
      width: 400px;
      height: 400px; }
  .login-container p {
    font-family: "Poppins Light";
    margin-bottom: 30px; }
  .login-container .back-ico {
    text-indent: -9999px;
    width: 15px;
    height: 15px;
    display: block;
    margin-bottom: 35px; }
  .login-container .otp-resend {
    font-size: 12px; }
    .login-container .otp-resend a {
      color: #00acf0;
      font-family: "Poppins Semibold"; }
      .login-container .otp-resend a:after {
        background-position: -20px 0;
        width: 15px;
        height: 15px;
        right: -24px;
        top: 2px; }
      .login-container .otp-resend a:hover {
        color: #028bc2; }
  .login-container .mail {
    display: block;
    margin-top: 20px;
    color: #999999;
    font-size: 16px; }
  .login-container .field-submit {
    bottom: 50px;
    box-sizing: border-box;
    left: 50%;
    position: absolute;
    transform: translate(-50%);
    width: 79%; }
  .login-container.pwd-changed-container {
    text-align: center; }
    .login-container.pwd-changed-container span {
      color: #999999;
      display: block;
      margin: 30px auto;
      width: 80%; }
  .login-container .social-block {
    margin: 20px 0 55px; }

/* Login Popup starts here */
.login-modal-wrapper .login-container .input-btn {
  margin-top: 0;
  width: 170px; }
.login-modal-wrapper .login-container .select-wrap.active:after {
  background-position: 0 -1100px; }
.login-modal-wrapper .login-container .select-wrap .select-list {
  top: 38px;
  width: calc(100% - 2px);
  border-radius: 0 0 5px 5px; }

.column50 {
  width: 50%;
  float: left; }

.divide-line {
  color: #999999;
  display: block;
  position: relative;
  font-size: 12px;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  margin: 0 auto;
  text-align: center; }
  .divide-line:before, .divide-line:after {
    background-color: #dddddd;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    top: 15px;
    width: 43%; }
  .divide-line:after {
    left: auto;
    right: 0; }

.home-section {
  position: relative; }
  .home-section .news-section .common-list .common-item {
    padding: 25px 30px; }
  .home-section .magazine-section .magazine-container {
    margin-top: 30px; }
  .home-section .magazine-section .upmagazine-list .upmagazine-item .upmagazine-img {
    min-height: 445px; }
  .home-section .videolist-section .placetime-wrap {
    margin-top: 42px; }
  .home-section .recentblog-section {
    opacity: 1; }
    .home-section .recentblog-section .recentblog-row .recentblog-col:first-child {
      position: relative;
      top: 60px;
      opacity: 0;
      -webkit-transition: all 0.5s linear 0s;
      -moz-transition: all 0.5s linear 0s;
      -o-transition: all 0.5s linear 0s;
      -ms-transition: all 0.5s linear 0s;
      transition: all 0.5s linear 0s; }
    .home-section .recentblog-section .recentblog-row .recentblog-col:nth-child(2) {
      position: relative;
      top: 70px;
      opacity: 0;
      -webkit-transition: all 0.5s linear 0.3s;
      -moz-transition: all 0.5s linear 0.3s;
      -o-transition: all 0.5s linear 0.3s;
      -ms-transition: all 0.5s linear 0.3s;
      transition: all 0.5s linear 0.3s; }
    .home-section .recentblog-section .recentblog-row .recentblog-col:last-child {
      position: relative;
      top: 80px;
      opacity: 0;
      -webkit-transition: all 0.5s linear 0.5s;
      -moz-transition: all 0.5s linear 0.5s;
      -o-transition: all 0.5s linear 0.5s;
      -ms-transition: all 0.5s linear 0.5s;
      transition: all 0.5s linear 0.5s; }
    .home-section .recentblog-section.in-view .recentblog-row .recentblog-col:first-child {
      top: 0;
      opacity: 1; }
    .home-section .recentblog-section.in-view .recentblog-row .recentblog-col:nth-child(2) {
      top: 0;
      opacity: 1; }
    .home-section .recentblog-section.in-view .recentblog-row .recentblog-col:last-child {
      top: 0;
      opacity: 1; }

.homealbums-section {
  background-color: #072848;
  padding-top: 30px; }
  .homealbums-section .albums-heading {
    border-color: #1e405e; }
  .homealbums-section .albums-list .album-item {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); }
  .homealbums-section h4 {
    color: #ffffff; }

.homeeventslist-section {
  background-color: #072848;
  padding: 30px 0;
  margin-bottom: 0; }
  .homeeventslist-section .left-wrapper {
    box-shadow: none; }
    .homeeventslist-section .left-wrapper .events-list .event-item {
      border-radius: 5px; }

.homealbums-section .albums-list .album-item {
  background-color: #0a2f55;
  color: #fff; }
  .homealbums-section .albums-list .album-item h5 a {
    color: #fff; }
    .homealbums-section .albums-list .album-item h5 a:hover {
      color: #00acf0; }

.news-tabbing {
  position: relative;
  height: 386px;
  overflow: hidden;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }
  .news-tabbing .news-tab {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    display: block; }
    .news-tabbing .news-tab.active {
      z-index: 1; }
    .news-tabbing .news-tab.animate-tab {
      z-index: 2;
      -webkit-animation-name: animateTab;
      -moz-animation-name: animateTab;
      -o-animation-name: animateTab;
      -ms-animation-name: animateTab;
      animation-name: animateTab;
      -webkit-animation-duration: 0.4s;
      -moz-animation-duration: 0.4s;
      -o-animation-duration: 0.4s;
      -ms-animation-duration: 0.4s;
      animation-duration: 0.4s; }
  .news-tabbing .tabcontent-info {
    position: absolute;
    left: 0;
    bottom: 22px;
    color: #ffffff;
    padding: 0 40px; }
    .news-tabbing .tabcontent-info h2 a {
      color: #ffffff; }
    .news-tabbing .tabcontent-info .locationtime-wrap .location-wrap {
      margin-right: 100px;
      color: #ffffff; }
      .news-tabbing .tabcontent-info .locationtime-wrap .location-wrap:before {
        background-position: -40px -759px;
        margin-right: 10px; }
    .news-tabbing .tabcontent-info .locationtime-wrap .time-wrap {
      color: #ffffff; }
      .news-tabbing .tabcontent-info .locationtime-wrap .time-wrap:before {
        background-position: -1px -782px;
        width: 18px;
        height: 18px;
        margin-right: 10px; }
  .news-tabbing .img-wrap {
    max-height: none;
    height: 100%; }
    .news-tabbing .img-wrap a {
      display: block;
      height: 100%; }
    .news-tabbing .img-wrap img {
      height: 100%; }

.home-sidebar {
  overflow: visible !important; }

.tabbing-sidebar {
  overflow: visible !important; }
  .tabbing-sidebar .tabbing-links .comside-item {
    cursor: pointer;
    position: relative;
    padding: 20px 20px 16px 20px; }
    .tabbing-sidebar .tabbing-links .comside-item:first-child {
      border-radius: 5px 5px 0 0; }
    .tabbing-sidebar .tabbing-links .comside-item:last-child {
      border-radius: 0 0 5px 5px; }
    .tabbing-sidebar .tabbing-links .comside-item:hover {
      background-color: #f1f1f1;
      border-color: #f1f1f1; }
    .tabbing-sidebar .tabbing-links .comside-item.active {
      background-color: #00acf0;
      border-color: #00acf0;
      color: #fff; }
      .tabbing-sidebar .tabbing-links .comside-item.active .location-wrap, .tabbing-sidebar .tabbing-links .comside-item.active .time-wrap {
        color: #fff; }
        .tabbing-sidebar .tabbing-links .comside-item.active .location-wrap.location-wrap:before, .tabbing-sidebar .tabbing-links .comside-item.active .time-wrap.location-wrap:before {
          background-position: -50px -845px; }
        .tabbing-sidebar .tabbing-links .comside-item.active .location-wrap.time-wrap:before, .tabbing-sidebar .tabbing-links .comside-item.active .time-wrap.time-wrap:before {
          background-position: -46px -875px; }
      .tabbing-sidebar .tabbing-links .comside-item.active:before {
        content: "";
        position: absolute;
        top: 20px;
        left: -24px;
        border-color: transparent #00acf0 transparent transparent;
        border-width: 12px;
        border-style: solid;
        display: block; }
    .tabbing-sidebar .tabbing-links .comside-item .img-wrap {
      width: 74px;
      float: left;
      margin-right: 15px; }
    .tabbing-sidebar .tabbing-links .comside-item .info-wrap {
      width: calc(100% - 89px);
      float: left; }
      .tabbing-sidebar .tabbing-links .comside-item .info-wrap h5 {
        font-size: 14px;
        margin-top: 0;
        margin-bottom: 10px; }
      .tabbing-sidebar .tabbing-links .comside-item .info-wrap .venue-wrap span:first-child {
        margin-right: 15px; }

.right-wrapper.newsletter-sidebar {
  background: transparent url("../images/newsletter-background.png") 0 0 no-repeat;
  background-size: cover;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  padding: 30px;
  box-sizing: border-box;
  color: #ffffff; }
  .right-wrapper.newsletter-sidebar h2 {
    font-size: 30px;
    font-weight: normal;
    font-family: "Poppins Medium"; }
  .right-wrapper.newsletter-sidebar p {
    margin-bottom: 62px; }
  .right-wrapper.newsletter-sidebar .blue-btn {
    padding: 0;
    line-height: 40px;
    font-size: 14px;
    width: 100%; }

.common-left-wrapper, .common-right-wrapper {
  float: left;
  border-radius: 5px;
  border: 0 none;
  overflow: hidden; }
  .common-left-wrapper .common-home-wrap, .common-right-wrapper .common-home-wrap {
    background-color: #ffffff;
    margin-bottom: 30px;
    border-radius: 4px;
    box-shadow: 0px 0px 6px #e3e3e3; }
  .common-left-wrapper .common-list .common-item, .common-right-wrapper .common-list .common-item {
    border-bottom: 0 none; }

.homeblog-section .recentblog-row {
  padding: 0; }
  .homeblog-section .recentblog-row .recentblog-col {
    width: 100%;
    background-color: #072848;
    color: #fff; }
    .homeblog-section .recentblog-row .recentblog-col .img-wrap {
      max-height: 100%; }
    .homeblog-section .recentblog-row .recentblog-col .blog-header .blog-author small, .homeblog-section .recentblog-row .recentblog-col h4 a, .homeblog-section .recentblog-row .recentblog-col p {
      color: #fff; }
  .homeblog-section .recentblog-row .col3-list .col-3 {
    width: 46%; }
  .homeblog-section .recentblog-row .albums-list {
    padding: 30px; }
    .homeblog-section .recentblog-row .albums-list .album-item:last-child {
      margin-right: 0; }
  .homeblog-section .recentblog-row .tag-list li {
    background-color: #183d60; }
  .homeblog-section .recentblog-row .blog-footer {
    border-color: #1e405e; }
    .homeblog-section .recentblog-row .blog-footer .date-wrap {
      color: #fff; }
      .homeblog-section .recentblog-row .blog-footer .date-wrap:before {
        background-position: -27px -1186px; }
    .homeblog-section .recentblog-row .blog-footer .share-icon {
      background-position: -41px -1097px; }
.homeblog-section .social-block {
  background-color: #183d60 !important; }
  .homeblog-section .social-block:after, .homeblog-section .social-block:before {
    border-color: transparent transparent transparent #183d60 !important; }

.homelognews-section {
  background-color: #eff7ff !important; }
  .homelognews-section .news-item {
    background-color: #fff;
    margin-bottom: 30px;
    border-radius: 5px;
    overflow: hidden; }

.common-left-wrapper {
  width: 65%; }

.common-right-wrapper {
  width: calc(35% - 30px);
  margin-left: 30px; }
  .common-right-wrapper .common-sidebar {
    background-color: #ffffff;
    margin-bottom: 30px;
    border-radius: 4px; }

.home-album-wrap .albums-list .album-item {
  width: 48%;
  margin-right: 4%; }
  .home-album-wrap .albums-list .album-item:nth-child(3n) {
    margin-right: 4%; }
  .home-album-wrap .albums-list .album-item:nth-child(2n) {
    margin-right: 0; }

.switch {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 34px;
  vertical-align: middle; }
  .switch input {
    display: none; }
  .switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
    border-radius: 34px; }
    .switch .slider:before {
      position: absolute;
      content: "";
      height: 26px;
      width: 26px;
      left: 4px;
      bottom: 4px;
      border-radius: 50%;
      background-color: white;
      -webkit-transition: all 0.4s linear 0s;
      -moz-transition: all 0.4s linear 0s;
      -o-transition: all 0.4s linear 0s;
      -ms-transition: all 0.4s linear 0s;
      transition: all 0.4s linear 0s; }
  .switch input:checked + .slider {
    background-color: #64c119; }
  .switch input:focus + .slider {
    box-shadow: 0 0 1px #64c119; }
  .switch input:checked + .slider:before {
    -webkit-transform: translateX(35px);
    -ms-transform: translateX(35px);
    transform: translateX(35px); }

.profile-container {
  max-width: 360px;
  min-height: 450px;
  margin: 0 auto;
  background-size: cover;
  box-sizing: border-box;
  text-align: left;
  position: relative;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 1px 3px 5px #e6edf5; }
  .profile-container .title {
    padding: 24px 30px;
    border-bottom: 1px solid #f1f1f1;
    margin: 0; }
  .profile-container .personal-info {
    text-align: center;
    padding: 30px;
    border-bottom: 1px solid #f1f1f1; }
    .profile-container .personal-info h4 {
      margin: 18px 0 0 0; }
    .profile-container .personal-info .pic-wrap {
      position: relative;
      width: 120px;
      height: 120px;
      border-radius: 50%;
      margin: 0 auto; }
      .profile-container .personal-info .pic-wrap .pic-content {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        overflow: hidden;
        display: inline-block;
        border: 10px solid #c4ecfc; }
      .profile-container .personal-info .pic-wrap .cam-ico {
        position: absolute;
        bottom: 5px;
        right: 5px;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background-color: #00acf0;
        background-position: -33px -775px; }
  .profile-container .message {
    padding: 18px 30px;
    text-align: center; }
    .profile-container .message p {
      font-size: 14px;
      color: #666666;
      margin: 10px 0 0 0; }
  .profile-container .hd_wrap {
    padding: 20px 30px;
    border-top: 1px solid #f1f1f1; }
    .profile-container .hd_wrap .hd-text {
      padding-top: 5px;
      display: inline-block;
      font-size: 16px; }
    .profile-container .hd_wrap .switch {
      float: right; }
  .profile-container .change-pwd-link {
    padding: 30px;
    text-align: left;
    display: block;
    font-size: 16px; }
  .profile-container .password-form-wrap {
    padding: 30px; }

.publish-wrapper {
  max-width: 752px;
  margin: 30px auto; }
  .publish-wrapper h3 {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 15px; }
  .publish-wrapper .img-wrap {
    border-radius: 5px;
    max-height: 388px; }
  .publish-wrapper .drop-block {
    width: 100%;
    min-height: 395px;
    position: relative;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    box-shadow: 0 0 6px #e3e3e3;
    overflow: hidden; }
    .publish-wrapper .drop-block .cover-pic-ico {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 9; }
      .publish-wrapper .drop-block .cover-pic-ico label {
        cursor: pointer;
        display: block; }
      .publish-wrapper .drop-block .cover-pic-ico .cover-file {
        display: none; }
      .publish-wrapper .drop-block .cover-pic-ico img {
        display: block; }
    .publish-wrapper .drop-block .add-pic-title {
      width: 100%;
      text-align: center;
      font-size: 16px;
      top: 68%;
      color: #999999;
      position: absolute; }
    .publish-wrapper .drop-block .cover-img {
      width: 100%;
      height: 100%;
      position: absolute;
      display: none;
      z-index: 2; }
      .publish-wrapper .drop-block .cover-img.show-cover-img {
        display: block; }
    .publish-wrapper .drop-block .recommended-size {
      position: absolute;
      bottom: 20px;
      left: 0;
      width: 100%;
      text-align: center;
      color: #999999;
      font-size: 14px; }

.articles-input {
  margin-top: 30px; }
  .articles-input .field-wrap {
    margin-bottom: 40px;
    -moz-placeholder-color: #999999;
    -moz-placeholder-opacity: 1;
    -ms-input-placeholder-color: #999999; }
    .articles-input .field-wrap input[type="text"] {
      height: 40px;
      font-size: 36px;
      line-height: 40px;
      padding: 0;
      color: #999999;
      border: 0 none;
      font-family: "Poppins Light";
      box-sizing: border-box; }
    .articles-input .field-wrap ::-webkit-input-placeholder {
      color: #999999; }
    .articles-input .field-wrap ::-moz-placeholder {
      color: #999999;
      opacity: 1; }
    .articles-input .field-wrap ::-ms-input-placeholder {
      color: #999999; }
    .articles-input .field-wrap textarea {
      border: 0 none;
      width: 100%;
      font-size: 16px;
      font-family: "Poppins Regular";
      color: #999999;
      min-height: 160px; }

.credit-section {
  margin-top: 28px;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 30px; }
  .credit-section span {
    width: 49%;
    display: inline-block;
    color: #999999;
    font-size: 16px; }
  .credit-section .credit-field {
    width: 50%;
    display: inline-block;
    text-align: right;
    float: right; }
    .credit-section .credit-field label {
      display: inline-block;
      width: 120px;
      vertical-align: top;
      color: #999999;
      font-size: 16px; }
    .credit-section .credit-field .field-input {
      width: calc(100% - 160px);
      display: inline-block;
      margin-left: 30px;
      vertical-align: top;
      margin-bottom: 0; }
      .credit-section .credit-field .field-input input {
        font-family: "Poppins SemiBold"; }
  .credit-section .credit-submit {
    margin-top: 30px; }
    .credit-section .credit-submit label {
      width: 49%;
      color: #999999;
      display: inline-block;
      color: #999999;
      font-size: 16px; }
    .credit-section .credit-submit .field-submit {
      width: 50%;
      display: inline-block;
      text-align: right;
      vertical-align: middle; }

.publish-blog h3 {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 15px; }
.publish-blog .blog-container {
  padding: 0; }
  .publish-blog .blog-container .preview-top {
    border-bottom: 1px solid #ebebeb; }
    .publish-blog .blog-container .preview-top h3 {
      display: inline-block;
      width: 49%;
      border-bottom: 0 none;
      margin-bottom: 0; }
    .publish-blog .blog-container .preview-top .edit-icon {
      display: inline-block;
      width: 50%;
      text-align: right; }
      .publish-blog .blog-container .preview-top .edit-icon a {
        position: relative;
        padding-left: 25px; }
        .publish-blog .blog-container .preview-top .edit-icon a:before {
          width: 20px;
          height: 20px;
          background-position: -30px -1300px; }

.publish-blog-banner .img-wrap {
  max-height: 630px; }
  .publish-blog-banner .img-wrap img {
    width: 100%; }

.publish-popup, .delete-popup {
  display: none; }
  .publish-popup .modal-content, .delete-popup .modal-content {
    max-width: 555px;
    padding: 50px;
    text-align: center; }
    .publish-popup .modal-content h2, .delete-popup .modal-content h2 {
      font-size: 30px;
      margin-top: 0; }
    .publish-popup .modal-content .blue-btn, .delete-popup .modal-content .blue-btn {
      min-width: 130px;
      margin: 40px auto 0 auto;
      padding: 10px 20px; }

.delete-popup .modal-content .blue-btn {
  margin-top: 0; }
.delete-popup .modal-content .input-btn {
  width: 30%; }

.verification-modal .modal-content {
  max-width: 555px;
  text-align: center; }
  .verification-modal .modal-content .modal-section {
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1; }
    .verification-modal .modal-content .modal-section label {
      width: 50px;
      margin-right: 10px;
      display: inline-block;
      vertical-align: top;
      font-size: 16px;
      color: #666666; }
    .verification-modal .modal-content .modal-section .verification-content {
      padding: 30px;
      border-bottom: 1px solid #f1f1f1; }
    .verification-modal .modal-content .modal-section .info-wrap {
      width: calc(100% - 65px);
      display: inline-block;
      vertical-align: top;
      text-align: left; }
      .verification-modal .modal-content .modal-section .info-wrap h3 {
        margin: 0;
        color: #666666;
        font-family: "Poppins SemiBold"; }
      .verification-modal .modal-content .modal-section .info-wrap .author-info {
        text-align: left;
        margin-top: 20px; }
        .verification-modal .modal-content .modal-section .info-wrap .author-info span {
          width: 49%;
          display: inline-block;
          color: #666666; }
    .verification-modal .modal-content .modal-section .article-tag {
      text-align: left;
      padding: 30px; }
      .verification-modal .modal-content .modal-section .article-tag p {
        color: #666666; }
    .verification-modal .modal-content .modal-section .tag-selection {
      margin-top: 20px; }
      .verification-modal .modal-content .modal-section .tag-selection .col-3 {
        width: 30%;
        float: left;
        margin-right: 4%; }
        .verification-modal .modal-content .modal-section .tag-selection .col-3:last-child {
          margin-right: 0%; }
      .verification-modal .modal-content .modal-section .tag-selection .select-wrap {
        border: 1px solid #00acf0;
        padding: 5px 10px;
        border-radius: 5px; }
        .verification-modal .modal-content .modal-section .tag-selection .select-wrap:after {
          right: 7px;
          top: 9px; }
        .verification-modal .modal-content .modal-section .tag-selection .select-wrap input {
          border: 0 none;
          color: #00acf0;
          width: 95%;
          font-family: "Poppins Regular"; }
        .verification-modal .modal-content .modal-section .tag-selection .select-wrap .select-list {
          left: -1px;
          top: 35px;
          border-radius: 10px; }
  .verification-modal .modal-content .modal-footer {
    padding: 30px; }
    .verification-modal .modal-content .modal-footer .btn-group {
      text-align: right; }
      .verification-modal .modal-content .modal-footer .btn-group .input-btn {
        max-width: 130px;
        height: auto;
        margin-bottom: 1px; }
        .verification-modal .modal-content .modal-footer .btn-group .input-btn .preview-btn {
          padding: 12px 20px;
          font-size: 12px; }
          .verification-modal .modal-content .modal-footer .btn-group .input-btn .preview-btn:hover:before {
            width: 150px;
            height: 150px; }

.animation-wrap {
  opacity: 0;
  position: relative;
  top: 60px;
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  -ms-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s; }
  .animation-wrap.delay-wrap {
    -webkit-transition: all 0.5s linear 0.3s;
    -moz-transition: all 0.5s linear 0.3s;
    -o-transition: all 0.5s linear 0.3s;
    -ms-transition: all 0.5s linear 0.3s;
    transition: all 0.5s linear 0.3s; }
  .animation-wrap.in-view {
    opacity: 1;
    top: 0; }

.empty-tabcontent {
  min-height: 600px;
  text-align: center;
  padding-top: 160px; }
  .empty-tabcontent span {
    display: block;
    padding-top: 20px; }

/* search page css */
.search-heading {
  margin-bottom: 30px; }
  .search-heading h3 {
    display: inline-block;
    width: 215px;
    color: #999999;
    margin: 0 30px 0 0; }
  .search-heading .field-input {
    display: inline-block;
    width: calc(100% - 250px);
    margin-bottom: 0; }
    .search-heading .field-input input[type="text"] {
      font-size: 24px;
      color: #333333;
      height: 50px; }
  .search-heading .search-count {
    font-size: 12px;
    color: #999999;
    text-align: right;
    margin-top: 20px; }

.right-wrapper.left-sidebar {
  margin: 0 30px 0 0; }

.search-section {
  margin: 30px 0 0;
  position: relative; }
  .search-section .filter-heading {
    background-color: #072848;
    border-bottom: none; }
    .search-section .filter-heading .blue-btn {
      font-size: 10px;
      line-height: 10px;
      text-transform: uppercase;
      width: 80px;
      padding: 8px 0;
      float: right; }
      .search-section .filter-heading .blue-btn:hover:before {
        width: 90px;
        height: 90px; }
  .search-section .filter-title {
    color: #fff;
    float: left;
    width: calc(100% - 115px); }
    .search-section .filter-title:before {
      background-position: -40px -1213px; }
  .search-section .filterlist-head {
    padding: 24px 45px 24px 30px;
    border-bottom: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
    position: relative;
    cursor: pointer; }
    .search-section .filterlist-head:after {
      background-position: -45px -30px;
      right: 30px;
      top: 30px;
      width: 15px;
      height: 15px; }
    .search-section .filterlist-head.active:after {
      background-position: 0 -1102px; }
    .search-section .filterlist-head h4 {
      display: inline-block;
      margin: 0; }
    .search-section .filterlist-head .filter-count {
      width: 25px;
      height: 25px;
      display: inline-block;
      background-color: #ebebeb;
      border-radius: 50%;
      text-align: center;
      line-height: 27px;
      color: #999999;
      margin-left: 15px; }
  .search-section .filter-list {
    padding: 25px 30px; }
  .search-section .filterlist-title {
    margin: 0 0 20px 0; }
  .search-section .filter-form .field-input {
    margin-bottom: 22px; }
    .search-section .filter-form .field-input input[type="checkbox"]:checked + label {
      color: #00acf0;
      font-family: "Poppins SemiBold"; }
  .search-section .filter-form .field-input input[type="radio"] {
    display: none; }
    .search-section .filter-form .field-input input[type="radio"] + label:before {
      background: url("../images/checkbox-icon.png") 0 -119px no-repeat;
      width: 20px;
      height: 20px;
      content: "";
      display: inline-block;
      position: relative;
      vertical-align: middle;
      margin-right: 10px; }
  .search-section .filter-form .field-input input[type="radio"]:checked + label {
    color: #00acf0;
    font-family: "Poppins SemiBold"; }
    .search-section .filter-form .field-input input[type="radio"]:checked + label:before {
      background-position: 0 -80px; }
  .search-section .morefilter-link {
    color: #00acf0;
    font-family: "Poppins SemiBold";
    display: block; }
    .search-section .morefilter-link:hover {
      color: #666; }

.no-search-section {
  margin: 30px 0 50px; }
  .no-search-section .no-search-msg {
    text-align: center;
    padding-top: 70px; }
    .no-search-section .no-search-msg h3 {
      display: block;
      text-align: center;
      width: 100%;
      color: #333333;
      margin-top: 50px;
      font-family: "Poppins SemiBold"; }
    .no-search-section .no-search-msg p {
      color: #999999; }

.action-container {
  max-width: 750px;
  margin: 30px auto 0; }
  .action-container .left-action {
    float: left; }
    .action-container .left-action .change-img-link {
      margin-right: 40px; }
    .action-container .left-action .delete-img-link {
      color: red; }
  .action-container .img-caption {
    float: right;
    font-size: 14px;
    margin-top: 0;
    position: relative;
    font-family: "Poppins Regular";
    padding-left: 25px; }
    .action-container .img-caption:before {
      background-position: 0px -1300px;
      width: 20px;
      height: 20px; }

.graph-controls {
  background-color: #072849;
  padding: 25px;
  color: #ffffff;
  position: relative;
  bottom: -4px; }
  .graph-controls .next-prev-wrap {
    width: 49%;
    display: inline-block; }
    .graph-controls .next-prev-wrap .prev {
      width: 20px;
      height: 20px;
      background-position: -36px -1336px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px; }
    .graph-controls .next-prev-wrap .next {
      width: 20px;
      height: 20px;
      background-position: 0px -1360px;
      display: inline-block;
      vertical-align: middle; }
    .graph-controls .next-prev-wrap span {
      display: inline-block;
      vertical-align: middle;
      font-size: 12px; }
  .graph-controls .graph-tab {
    width: 50%;
    display: inline-block;
    text-align: right; }
    .graph-controls .graph-tab .tab-wrap {
      display: inline-block;
      margin-right: 50px; }
      .graph-controls .graph-tab .tab-wrap:last-child {
        margin-right: 0px; }
      .graph-controls .graph-tab .tab-wrap label {
        cursor: pointer;
        color: #666666;
        text-transform: uppercase;
        font-size: 12px; }
      .graph-controls .graph-tab .tab-wrap input[type="radio"] {
        display: none; }
      .graph-controls .graph-tab .tab-wrap input[type="radio"]:checked ~ label {
        color: #00acf0; }

.filter-wrapper {
  margin-top: 25px;
  box-shadow: 0 1px 4px #e3e3e3;
  border-radius: 8px; }
  .filter-wrapper .left-arrow {
    background-color: #f1f1f1;
    display: inline-block;
    width: 70px;
    height: 50px;
    box-sizing: border-box;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    position: relative;
    vertical-align: top;
    outline: none; }
    .filter-wrapper .left-arrow:focus, .filter-wrapper .left-arrow:active, .filter-wrapper .left-arrow:visited {
      outline: none; }
    .filter-wrapper .left-arrow span {
      background-position: -29px -1357px;
      display: block;
      width: 24px;
      height: 24px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      border-top-right-radius: 8px;
      border-bottom-right-radius: 8px; }
  .filter-wrapper .input-wrap {
    display: inline-block;
    width: calc(100% - 72px);
    vertical-align: top;
    height: 50px;
    margin-left: -3px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    background-color: #ffffff; }
    .filter-wrapper .input-wrap input[type="text"] {
      width: calc(100% - 40px);
      height: 100%;
      padding: 15px 10px;
      box-sizing: border-box; }
    .filter-wrapper .input-wrap .search-icon {
      background-position: 2px -21px;
      box-sizing: border-box;
      display: inline-block;
      height: 20px;
      text-indent: -9999px;
      width: 20px; }

.filter-cards-content {
  margin: 20px 0;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 6px #e3e3e3; }
  .filter-cards-content .filter-cards {
    border-bottom: 1px solid #f1f1f1; }
    .filter-cards-content .filter-cards .left-block {
      width: 79%;
      display: inline-block;
      vertical-align: middle;
      border-right: 1px solid #f1f1f1;
      padding: 30px;
      box-sizing: border-box; }
      .filter-cards-content .filter-cards .left-block .details-img {
        display: inline-block;
        float: none;
        vertical-align: middle;
        margin-right: 30px;
        border-radius: 5px; }
      .filter-cards-content .filter-cards .left-block .cards-title {
        display: inline-block;
        float: none;
        vertical-align: middle; }
    .filter-cards-content .filter-cards .right-block {
      display: inline-block;
      height: 100%;
      text-align: center;
      vertical-align: middle;
      width: 20%; }
      .filter-cards-content .filter-cards .right-block h2 {
        margin: 0;
        color: #00acf0; }
      .filter-cards-content .filter-cards .right-block small {
        color: #666666;
        font-size: 12px; }

.filter-popup {
  display: none; }
  .filter-popup .modal-content {
    max-width: 750px;
    text-align: left; }
    .filter-popup .modal-content .modal-header {
      text-align: left;
      padding: 0 30px; }
      .filter-popup .modal-content .modal-header .close-ico {
        top: 30px;
        right: 30px; }
    .filter-popup .modal-content .modal-section {
      padding: 30px;
      border-bottom: 0; }
      .filter-popup .modal-content .modal-section .tag-selection .select-wrap {
        border: 0;
        border-bottom: 1px solid #f1f1f1;
        border-radius: 0; }
        .filter-popup .modal-content .modal-section .tag-selection .select-wrap input {
          color: #333333; }
    .filter-popup .modal-content .modal-footer .btn-group {
      text-align: center; }

.analyt-wrapper {
  background-color: #ffffff;
  border-radius: 5px;
  margin-bottom: 20px; }
  .analyt-wrapper .analyt-tab-wrap {
    width: 266px;
    display: inline-block;
    border-right: 1px solid #eaeaea; }
    .analyt-wrapper .analyt-tab-wrap .analytics-heading {
      text-align: center; }
      .analyt-wrapper .analyt-tab-wrap .analytics-heading h4 {
        display: inline-block;
        margin-right: 15px;
        vertical-align: middle; }
      .analyt-wrapper .analyt-tab-wrap .analytics-heading span {
        display: inline-block;
        vertical-align: middle;
        padding-left: 20px; }
        .analyt-wrapper .analyt-tab-wrap .analytics-heading span:before {
          width: 15px;
          height: 20px;
          background-position: -38px -1384px;
          display: block; }
    .analyt-wrapper .analyt-tab-wrap .analytics-tabbing-list li {
      text-align: center;
      border-bottom: 1px solid #eaeaea;
      padding: 30px;
      cursor: pointer;
      position: relative; }
      .analyt-wrapper .analyt-tab-wrap .analytics-tabbing-list li h2 {
        margin: 0 0 20px 0;
        color: #999999;
        font-size: 36px;
        font-weight: normal;
        font-family: "Poppins Regular"; }
      .analyt-wrapper .analyt-tab-wrap .analytics-tabbing-list li span {
        color: #999999; }
      .analyt-wrapper .analyt-tab-wrap .analytics-tabbing-list li:last-child {
        border-bottom: 0 none; }
      .analyt-wrapper .analyt-tab-wrap .analytics-tabbing-list li.active {
        background-color: #00acf0; }
        .analyt-wrapper .analyt-tab-wrap .analytics-tabbing-list li.active h2 {
          color: #ffffff; }
        .analyt-wrapper .analyt-tab-wrap .analytics-tabbing-list li.active span {
          color: #ffffff; }
        .analyt-wrapper .analyt-tab-wrap .analytics-tabbing-list li.active:after {
          content: "";
          position: absolute;
          top: 50%;
          right: -24px;
          display: block;
          transform: translateY(-50%);
          border-width: 12px;
          border-style: solid;
          border-color: transparent transparent transparent #00acf0;
          z-index: 99; }
  .analyt-wrapper .analyt-content {
    width: calc(100% - 267px);
    margin-left: -5px;
    display: inline-block;
    vertical-align: top; }
    .analyt-wrapper .analyt-content .analytics-controls {
      padding: 26px 30px; }
      .analyt-wrapper .analyt-content .analytics-controls .left-controls {
        float: left;
        width: 50%; }
        .analyt-wrapper .analyt-content .analytics-controls .left-controls .table-icon {
          background-position: 0 -1424px;
          filter: grayscale(100%);
          width: 25px;
          height: 20px;
          display: inline-block;
          text-indent: -9999px;
          margin-right: 15px; }
          .analyt-wrapper .analyt-content .analytics-controls .left-controls .table-icon:hover, .analyt-wrapper .analyt-content .analytics-controls .left-controls .table-icon.active {
            filter: grayscale(0); }
        .analyt-wrapper .analyt-content .analytics-controls .left-controls .graph-icon {
          background-position: -30px -1424px;
          filter: grayscale(100%);
          width: 30px;
          height: 20px;
          display: inline-block;
          text-indent: -9999px; }
          .analyt-wrapper .analyt-content .analytics-controls .left-controls .graph-icon:hover, .analyt-wrapper .analyt-content .analytics-controls .left-controls .graph-icon.active {
            filter: grayscale(0); }
      .analyt-wrapper .analyt-content .analytics-controls .filter-control {
        float: right;
        width: 50%;
        text-align: right; }
        .analyt-wrapper .analyt-content .analytics-controls .filter-control .filter-icon {
          background-position: 0px -1454px;
          width: 30px;
          height: 20px;
          display: inline-block;
          text-indent: -9999px;
          text-align: left; }
    .analyt-wrapper .analyt-content .analytics-tabbing-wrapper {
      background-color: #072848;
      overflow: hidden;
      border-bottom-right-radius: 5px; }
      .analyt-wrapper .analyt-content .analytics-tabbing-wrapper .analytics-content {
        display: none;
        height: 436px;
        padding: 0; }
        .analyt-wrapper .analyt-content .analytics-tabbing-wrapper .analytics-content.active {
          display: block; }
        .analyt-wrapper .analyt-content .analytics-tabbing-wrapper .analytics-content .table-tabcontent {
          display: none; }
          .analyt-wrapper .analyt-content .analytics-tabbing-wrapper .analytics-content .table-tabcontent .user-table th, .analyt-wrapper .analyt-content .analytics-tabbing-wrapper .analytics-content .table-tabcontent .user-table td {
            padding: 15px 10px; }
        .analyt-wrapper .analyt-content .analytics-tabbing-wrapper .analytics-content.users-content .table-tabcontent ul li {
          display: inline-block;
          width: 24.5%;
          color: #ffffff;
          text-align: center;
          height: 218px;
          position: relative;
          border-bottom: 1px solid #13304b;
          border-right: 1px solid #13304b; }
          .analyt-wrapper .analyt-content .analytics-tabbing-wrapper .analytics-content.users-content .table-tabcontent ul li .middle-sec {
            position: absolute;
            top: 50%;
            left: 50%;
            -moz-transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
            .analyt-wrapper .analyt-content .analytics-tabbing-wrapper .analytics-content.users-content .table-tabcontent ul li .middle-sec h2 {
              margin: 0;
              color: #00acf0;
              font-size: 42px;
              font-weight: normal;
              font-family: "Poppins Regular"; }

.info-filter-modal .modal-inner-wrap {
  position: absolute; }
.info-filter-modal .modal-content {
  max-width: 555px;
  top: 5%;
  transform: translate(-50%, -5%); }
  .info-filter-modal .modal-content .modal-header {
    border-bottom: 1px solid #f2f2f2; }
    .info-filter-modal .modal-content .modal-header h4 {
      margin: 0;
      padding: 30px; }
    .info-filter-modal .modal-content .modal-header .close-ico {
      top: 35px; }
  .info-filter-modal .modal-content .modal-section {
    padding: 30px; }
    .info-filter-modal .modal-content .modal-section .campus-heading {
      margin-bottom: 15px; }
      .info-filter-modal .modal-content .modal-section .campus-heading h4 {
        display: inline-block;
        width: 49%;
        margin: 0; }
      .info-filter-modal .modal-content .modal-section .campus-heading a {
        display: inline-block;
        width: 49%;
        text-align: right; }
    .info-filter-modal .modal-content .modal-section .campus-search .field-input:before {
      background-position: 0 -13px;
      width: 15px;
      height: 30px;
      display: inline-block;
      vertical-align: middle; }
    .info-filter-modal .modal-content .modal-section .campus-search .field-input input {
      padding: 0 0 0 25px; }
    .info-filter-modal .modal-content .modal-section .time-select h4 {
      margin-top: 0; }
    .info-filter-modal .modal-content .modal-section .time-select .time-selection .col-2 {
      width: 46%;
      display: inline-block; }
      .info-filter-modal .modal-content .modal-section .time-select .time-selection .col-2 .select-wrap {
        border: 0;
        border-bottom: 1px solid #f1f1f1;
        border-radius: 0; }
        .info-filter-modal .modal-content .modal-section .time-select .time-selection .col-2 .select-wrap input {
          color: #333333;
          padding-bottom: 11px;
          font-size: 14px; }
  .info-filter-modal .modal-content .modal-footer {
    padding: 30px; }
    .info-filter-modal .modal-content .modal-footer .btn-group {
      text-align: right; }
      .info-filter-modal .modal-content .modal-footer .btn-group .input-btn {
        width: 35%; }

.country-select p {
  font-size: 14px;
  margin-bottom: 30px;
  margin-top: 0;
  color: #999999; }
  .country-select p.error {
    color: red;
    display: none; }
.country-select .city-wrap {
  width: 32%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 30px; }
  .country-select .city-wrap .field-input {
    margin-bottom: 20px; }
    .country-select .city-wrap .field-input label {
      width: 150px !important;
      font-size: 14px; }
  .country-select .city-wrap .field-input input[type="checkbox"]:checked + label {
    color: #00acf0; }
  .country-select .city-wrap ul {
    margin-left: 30px; }
    .country-select .city-wrap ul .field-input label {
      color: #999999; }

.views-table span {
  display: block;
  width: 60px;
  margin: 0 auto; }

.view-count {
  display: inline-block;
  vertical-align: middle;
  color: #85bb0a; }
  .view-count:before {
    width: 15px;
    height: 20px;
    background-position: -38px -1384px;
    display: block; }
  .view-count.low-percent {
    color: red; }
    .view-count.low-percent:before {
      width: 15px;
      height: 20px;
      background-position: 0px -1484px;
      display: block; }

#users-graph path {
  stroke: transparent; }

#users-graph .highcharts-data-label {
  display: none; }
#users-graph .highcharts-title {
  display: none; }

.article-btn .input-btn {
  width: 150px !important;
  float: right; }
  .article-btn .input-btn .article-submit {
    padding: 10px 30px; }

#article-graph .highcharts-graph {
  stroke-width: 2px !important; }
#article-graph .highcharts-halo ~ path {
  fill: #00e4ff !important; }

.highcharts-halo ~ path {
  stroke-width: 0 !important; }

.gemtype-graph-wrap .analytics-heading {
  position: relative; }
  .gemtype-graph-wrap .analytics-heading .gem-filter {
    position: absolute;
    right: 25px;
    top: 25px;
    display: block; }
    .gemtype-graph-wrap .analytics-heading .gem-filter span {
      background-position: 0 -1385px;
      text-indent: -9999px;
      display: block;
      width: 20px;
      height: 20px; }

.mobile-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  top: -30px;
  left: 0;
  z-index: 9;
  display: none; }

.suggesstion-box {
  position: absolute;
  left: 0;
  top: 40px;
  background-color: #ffffff;
  width: 100%;
  min-height: 300px; }

/* blog list page css */
.col3-list .col-3 {
  width: calc((100% - 60px)/3);
  float: left;
  margin: 0 30px 30px 0; }
  .col3-list .col-3:nth-child(3n) {
    margin-right: 0; }

.col-2 {
  float: left;
  width: calc((100% - 30px)/2);
  margin-right: 30px; }
  .col-2:last-child {
    margin-right: 0; }

.common-list .common-item {
  padding: 30px;
  border-bottom: 1px solid #eaeaea; }
  .common-list .common-item .img-wrap {
    border-radius: 5px; }
  .common-list .common-item p {
    font-size: 14px; }

.comside-list .comside-item {
  padding: 20px;
  border-bottom: 1px solid #eaeaea; }
  .comside-list .comside-item:last-child {
    border-bottom: 0 none; }
  .comside-list .comside-item .img-wrap {
    border-radius: 5px; }
  .comside-list .comside-item p {
    font-size: 14px; }

.bottomfix-content {
  position: relative;
  box-sizing: border-box;
  padding-bottom: 25px; }
  .bottomfix-content .bottomfix-item {
    position: absolute;
    bottom: 0;
    width: 100%; }
    .bottomfix-content .bottomfix-item .bottomfix-left, .bottomfix-content .bottomfix-item .bottomfix-right {
      float: left;
      box-sizing: border-box; }
    .bottomfix-content .bottomfix-item .bottomfix-left {
      width: 60%; }
    .bottomfix-content .bottomfix-item .bottomfix-right {
      text-align: right;
      width: 39%; }

.list-section {
  margin: 30px 0;
  position: relative; }

.left-wrapper, .right-wrapper {
  float: left;
  box-shadow: 0px 0px 6px #e3e3e3;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden; }

.left-wrapper {
  width: 65%; }

.right-wrapper {
  width: calc(35% - 30px);
  margin-left: 30px; }

.leftwrap-heading {
  padding: 18px 30px;
  border-bottom: 1px solid #eaeaea; }

.rightwrap-heading {
  padding: 18px 22px;
  border-bottom: 1px solid #eaeaea; }

.list-title {
  padding-left: 35px;
  margin: 0; }
  .list-title:before {
    width: 25px;
    height: 25px;
    background-position: -36px -378px; }

.border-title:after {
  background-color: #f49123;
  height: 3px;
  display: block;
  content: "";
  margin-top: 10px;
  width: 0;
  -moz-transition: width 0.8s linear 0.6s;
  -webkit-transition: width 0.8s linear 0.6s;
  -o-transition: width 0.8s linear 0.6s;
  transition: width 0.8s linear 0.6s; }

.in-view .border-title:after {
  width: 50px; }

.placetime-wrap {
  display: block; }
  .placetime-wrap small {
    margin-right: 25px;
    color: #999999; }
    .placetime-wrap small:last-child {
      margin-right: 0; }

.img-wrap {
  max-height: 190px;
  overflow: hidden;
  position: relative; }
  .img-wrap img {
    width: 100%; }

.viewall-heading {
  padding: 22px 25px; }
  .viewall-heading .list-title, .viewall-heading .viewall-link {
    display: inline-block;
    vertical-align: middle; }
  .viewall-heading .list-title {
    width: calc(100% - 115px); }

.viewall-link {
  font-size: 10px;
  line-height: 10px;
  text-transform: uppercase;
  width: 75px;
  padding: 8px 12px;
  letter-spacing: normal; }
  .viewall-link:hover:before {
    width: 80px;
    height: 80px; }

.play-icon {
  display: block;
  text-indent: -9999px;
  border-radius: 50%;
  width: 82px;
  height: 82px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden; }
  .play-icon:before {
    background-position: 6px -647px;
    width: 35px;
    height: 35px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.video-time {
  font-size: 12px;
  position: absolute;
  right: 20px;
  bottom: 15px;
  color: #fff; }

.date-wrap, .photos-wrap, .location-wrap, .time-wrap, .view-wrap {
  padding-left: 22px;
  box-sizing: border-box;
  font-size: 12px;
  color: #999999; }
  .date-wrap:before, .photos-wrap:before, .location-wrap:before, .time-wrap:before, .view-wrap:before {
    width: 15px;
    height: 15px; }
  .date-wrap.date-wrap:before, .photos-wrap.date-wrap:before, .location-wrap.date-wrap:before, .time-wrap.date-wrap:before, .view-wrap.date-wrap:before {
    background-position: 0 -379px; }
  .date-wrap.location-wrap:before, .photos-wrap.location-wrap:before, .location-wrap.location-wrap:before, .time-wrap.location-wrap:before, .view-wrap.location-wrap:before {
    background-position: -45px -414px; }
  .date-wrap.time-wrap:before, .photos-wrap.time-wrap:before, .location-wrap.time-wrap:before, .time-wrap.time-wrap:before, .view-wrap.time-wrap:before {
    background-position: 0 -450px; }
  .date-wrap.view-wrap, .photos-wrap.view-wrap, .location-wrap.view-wrap, .time-wrap.view-wrap, .view-wrap.view-wrap {
    padding-left: 28px; }
    .date-wrap.view-wrap:before, .photos-wrap.view-wrap:before, .location-wrap.view-wrap:before, .time-wrap.view-wrap:before, .view-wrap.view-wrap:before {
      width: 22px;
      background-position: -39px -656px; }

.waiting-wrap, .approved-wrap, .reject-wrap {
  padding-left: 30px;
  font-family: "Poppins SemiBold"; }
  .waiting-wrap:before, .approved-wrap:before, .reject-wrap:before {
    width: 20px;
    height: 20px;
    top: 1px; }

.waiting-wrap {
  color: #f49123; }
  .waiting-wrap:before {
    background-position: 0 -961px; }

.approved-wrap {
  color: #85bb0a; }
  .approved-wrap:before {
    background-position: -40px -961px; }

.reject-wrap {
  color: #df2830; }
  .reject-wrap:before {
    background-position: -40px -910px; }

.submitted-wrap {
  float: right;
  color: #666; }
  .submitted-wrap strong {
    font-family: "Poppins SemiBold"; }

.like-wrap, .comment-wrap {
  padding-left: 25px;
  font-size: 15px; }
  .like-wrap:before, .comment-wrap:before {
    width: 15px;
    height: 15px;
    top: 4px; }
  .like-wrap.like-wrap, .comment-wrap.like-wrap {
    margin-right: 30px; }
    .like-wrap.like-wrap:before, .comment-wrap.like-wrap:before {
      background-position: 0 -1007px; }
  .like-wrap.comment-wrap:before, .comment-wrap.comment-wrap:before {
    background-position: -45px -1007px; }

.imgover-wrap {
  position: absolute;
  width: 100%;
  padding: 15px;
  left: 0;
  bottom: 0;
  box-sizing: border-box; }
  .imgover-wrap .imgover-left, .imgover-wrap .imgover-right {
    float: left;
    width: 50%; }
    .imgover-wrap .imgover-left .date-wrap:before, .imgover-wrap .imgover-right .date-wrap:before {
      background-position: 0 -379px; }
  .imgover-wrap .imgover-right {
    text-align: right; }
  .imgover-wrap .photos-wrap, .imgover-wrap .date-wrap {
    color: #fff; }
    .imgover-wrap .photos-wrap.photos-wrap:before, .imgover-wrap .date-wrap.photos-wrap:before {
      background-position: 0 -1185px; }
    .imgover-wrap .photos-wrap.date-wrap:before, .imgover-wrap .date-wrap.date-wrap:before {
      background-position: -26px -1185px !important; }

.blog-imgover {
  color: #fff;
  text-align: right; }
  .blog-imgover .like-wrap, .blog-imgover .comment-wrap {
    font-size: 12px; }
    .blog-imgover .like-wrap.like-wrap, .blog-imgover .comment-wrap.like-wrap {
      margin-right: 10px; }
      .blog-imgover .like-wrap.like-wrap:before, .blog-imgover .comment-wrap.like-wrap:before {
        background-position: 2px -1162px; }
    .blog-imgover .like-wrap.comment-wrap:before, .blog-imgover .comment-wrap.comment-wrap:before {
      background-position: -26px -1162px; }

.tabs-list {
  border-bottom: 1px solid #eaeaea;
  margin: 0 30px; }
  .tabs-list li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 50px; }
    .tabs-list li:last-child {
      margin-right: 0; }
    .tabs-list li a {
      color: #999999;
      padding: 15px 0 10px;
      border-bottom: 3px solid transparent;
      display: block; }
    .tabs-list li:hover a, .tabs-list li.active a {
      border-color: #00acf0;
      color: #00acf0; }

.giis-sidebar .tabs-list {
  margin: 0 20px; }

.blog-item {
  padding: 30px 30px 0 30px;
  border-bottom: 1px solid #eaeaea; }
  .blog-item .blog-header {
    padding-bottom: 20px; }
  .blog-item .blogitem-img {
    max-height: 362px;
    border-radius: 6px; }
  .blog-item .blogitem-content {
    padding: 25px 0 20px; }
  .blog-item .blog-footer {
    padding: 25px 0; }
    .blog-item .blog-footer .social-block {
      right: 40px; }

/* blog list sidebar css */
.trending-title:before {
  background-position: 0px -474px; }

.trending-header {
  padding: 18px 22px; }

.trending-item {
  border-bottom: 1px solid #eaeaea; }
  .trending-item .blog-header {
    padding: 18px 22px; }
    .trending-item .blog-header .author-wrap, .trending-item .blog-header .date-wrap {
      display: inline-block;
      vertical-align: bottom; }
    .trending-item .blog-header .author-wrap {
      width: calc(100% - 69px); }
    .trending-item .blog-header .date-wrap {
      font-size: 10px; }
  .trending-item .trendingitem-content {
    padding: 18px 22px; }
    .trending-item .trendingitem-content h5 {
      margin: 0; }
  .trending-item .img-wrap:after {
    height: 5px; }

/* blog single page css */
.blog-container {
  padding: 45px 0;
  max-width: 750px;
  margin: 0 auto; }

.blog-title {
  margin: 35px 0 30px; }

.blog-info .author-img, .blog-info .author-info {
  display: inline-block;
  vertical-align: middle; }
.blog-info .author-img {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 15px; }
.blog-info .author-info span {
  display: block; }
.blog-info .author-info .time-wrap {
  margin-top: 7px; }
  .blog-info .author-info .time-wrap:before {
    font-size: 10px; }

.blog-content blockquote {
  color: #125fa9;
  text-align: center;
  font-size: 30px;
  font-style: italic;
  margin: 70px 25px;
  font-family: "PTSerif Regular"; }
.blog-content p {
  margin-bottom: 30px;
  font-family: "PTSerif Regular";
  line-height: 26px;
  font-size: 16px; }
.blog-content .multicolor-border:after {
  bottom: 25px;
  border-radius: 0 0 5px 5px; }
.blog-content .full-img {
  margin: 40px 0 20px; }
  .blog-content .full-img img {
    border-radius: 5px; }
.blog-content .left-img, .blog-content .right-img {
  max-width: 62%; }
  .blog-content .left-img img, .blog-content .right-img img {
    border-radius: 5px; }
.blog-content .left-img {
  float: left;
  margin-right: 40px; }
.blog-content .right-img {
  float: right;
  margin-left: 40px; }
.blog-content .blog-img-wrap img {
  border-radius: 5px; }

.tag-list li {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  background-color: #e5f7fd;
  border-radius: 5px;
  margin: 10px 10px 10px 0;
  font-size: 10px;
  overflow: hidden;
  position: relative;
  z-index: 9; }
  .tag-list li:last-child {
    margin-right: 0; }
  .tag-list li a {
    color: #999999;
    padding: 5px 15px;
    display: block; }
  .tag-list li:before {
    content: "";
    position: absolute;
    transition: all 0.3s ease 0s;
    z-index: -1;
    display: block;
    background: #00acf0 none repeat scroll 0 0;
    height: 0;
    width: 0;
    left: 50%;
    opacity: 0;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 50%; }
  .tag-list li:hover a {
    color: #fff; }
  .tag-list li:hover:before {
    height: 250px;
    width: 250px;
    opacity: 1; }

.cross-tag-list li a {
  padding: 5px 30px 5px 12px;
  position: relative; }
  .cross-tag-list li a:after {
    display: block;
    content: "";
    position: absolute;
    right: 10px;
    top: 7px;
    width: 10px;
    height: 10px;
    background: url("../images/sprite.png") no-repeat 0 -1342px; }
  .cross-tag-list li a:hover:after {
    background-position: -23px -1342px; }

.activity-block {
  margin-top: 30px; }
  .activity-block .count-block, .activity-block .social-block {
    display: inline-block;
    vertical-align: middle;
    width: 49%; }
  .activity-block .count-block li, .activity-block .social-block li {
    display: inline-block;
    vertical-align: middle; }
  .activity-block .social-block {
    text-align: right;
    margin-bottom: 0; }
  .activity-block .count-block li {
    margin-right: 22px;
    padding-left: 30px; }
    .activity-block .count-block li:last-child {
      margin-right: 0; }
    .activity-block .count-block li:before {
      width: 20px;
      height: 20px; }
    .activity-block .count-block li.like-count:before {
      background-position: 0 -308px; }
    .activity-block .count-block li.comment-count:before {
      background-position: 0 -342px; }

.recentblog-section {
  background-color: #072848; }
  .recentblog-section .recentblog-heading {
    border-bottom: 1px solid #1e405e;
    color: #fff; }

.recentblog-row {
  padding: 38px 0; }
  .recentblog-row .recentblog-col {
    width: calc((100% - 60px)/3);
    float: left;
    margin-right: 30px;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden; }
    .recentblog-row .recentblog-col:nth-child(3n) {
      margin-right: 0; }
    .recentblog-row .recentblog-col .blog-header {
      padding: 18px 20px; }
    .recentblog-row .recentblog-col .blogcol-content {
      padding: 22px 20px; }
    .recentblog-row .recentblog-col .blog-footer {
      padding: 20px;
      position: relative; }
  .recentblog-row .blog-footer-left, .recentblog-row .blog-footer-right {
    display: inline-block;
    vertical-align: middle;
    width: 49%; }
  .recentblog-row .blog-footer-right {
    text-align: right; }

.blog-footer {
  position: relative; }
  .blog-footer .social-block {
    text-align: right;
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    padding: 8px 15px;
    border-radius: 5px;
    display: none;
    background-color: #fff; }
    .blog-footer .social-block:after, .blog-footer .social-block:before {
      content: "";
      display: block;
      border-style: solid;
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
    .blog-footer .social-block:after {
      border-width: 8px;
      right: -16px;
      border-color: transparent transparent transparent #fff; }
    .blog-footer .social-block:before {
      border-width: 10px;
      right: -20px;
      border-color: transparent transparent transparent #ddd; }

.blog-header span {
  display: inline-block;
  vertical-align: middle; }
.blog-header .blog-img-small {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px; }
.blog-header .blog-author strong {
  font-size: 16px;
  display: block; }
.blog-header .blog-author small {
  font-size: 12px;
  font-family: "Poppins SemiBold";
  color: #999999; }

.blogcol-content .border-title {
  line-height: 26px;
  margin: 0 0 20px; }
  .blogcol-content .border-title:after {
    background-color: #f49123; }
.blogcol-content p {
  font-size: 12px;
  color: #666666; }
.blogcol-content .tag-list li {
  margin: 7px 7px 7px 0; }
  .blogcol-content .tag-list li a {
    padding: 3px 15px; }

.blog-footer {
  border-top: 1px solid #eaeaea;
  font-size: 12px;
  color: #999999; }
  .blog-footer .date-wrap, .blog-footer .share-icon {
    display: inline-block;
    vertical-align: middle; }
  .blog-footer .date-wrap {
    width: calc(100% - 24px);
    font-size: 10px; }
  .blog-footer .share-icon {
    width: 20px;
    height: 20px;
    background-position: -39px -343px;
    transition: none !important; }
    .blog-footer .share-icon.active {
      background-position: -38px -477px !important; }

.comments-section .comment-block {
  padding: 30px;
  box-shadow: 0px 0px 4px #eaeaea;
  margin-bottom: 30px;
  border: 1px solid #f3f3f3; }
  .comments-section .comment-block:last-child {
    margin-bottom: 0; }
  .comments-section .comment-block a {
    color: #00acf0;
    font-size: 12px; }
    .comments-section .comment-block a:hover {
      color: #333333; }
  .comments-section .comment-block .login-link {
    font-size: 12px;
    color: #999999;
    padding-left: 35px; }
    .comments-section .comment-block .login-link:before {
      width: 23px;
      height: 23px;
      background-position: 0 -415px; }
  .comments-section .comment-block .commentlist-link {
    text-align: center;
    display: block; }
.comments-section .comment-content p {
  margin-bottom: 0;
  font-family: "PTSerif Regular";
  color: #333333; }

.comment-head .commenter-img, .comment-head .commenter-info {
  display: inline-block;
  vertical-align: middle; }
.comment-head .commenter-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px; }
.comment-head .commenter-info {
  width: calc(100% - 75px); }
  .comment-head .commenter-info span {
    display: block; }
  .comment-head .commenter-info .commenter-name {
    color: #666;
    margin-bottom: 8px; }
.comment-head .comment-info small {
  font-size: 10px; }

.activity-btn-wrap {
  position: relative;
  padding-right: 15px; }
  .activity-btn-wrap .activity-btn {
    height: 22px;
    width: 15px;
    background-position: 7px -815px;
    top: -2px;
    right: 0;
    cursor: pointer;
    position: absolute; }
    .activity-btn-wrap .activity-btn:hover {
      background-position: -22px -815px; }
      .activity-btn-wrap .activity-btn:hover .activity-dropdown {
        display: block; }
    .activity-btn-wrap .activity-btn .activity-dropdown {
      right: -25px;
      width: 160px;
      top: 35px; }
      .activity-btn-wrap .activity-btn .activity-dropdown:before {
        display: block;
        content: "";
        border-style: solid;
        position: absolute;
        border-color: transparent transparent #ddd transparent;
        border-width: 12px;
        right: 17px;
        top: -25px; }
      .activity-btn-wrap .activity-btn .activity-dropdown:after {
        border-width: 10px;
        right: 19px;
        top: -20px; }
      .activity-btn-wrap .activity-btn .activity-dropdown ul {
        padding: 22px 20px; }
        .activity-btn-wrap .activity-btn .activity-dropdown ul li {
          margin-bottom: 10px; }
          .activity-btn-wrap .activity-btn .activity-dropdown ul li:last-child {
            margin-bottom: 0; }
          .activity-btn-wrap .activity-btn .activity-dropdown ul li a {
            color: #666666;
            font-size: 12px;
            font-family: "Poppins Regular";
            font-weight: 100; }
            .activity-btn-wrap .activity-btn .activity-dropdown ul li a:hover {
              color: #00acf0; }

/* albums list page css */
.albums-section {
  margin: 0;
  padding: 30px 0;
  box-sizing: border-box; }

.albums-heading {
  padding-top: 0; }
  .albums-heading .list-title:before {
    background-position: -1px -518px; }

.albums-list {
  margin: 30px 0; }
  .albums-list .album-item {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 6px #e3e3e3; }
    .albums-list .album-item .albumitem-img {
      border-top-left-radius: 5px;
      border-top-right-radius: 5px; }
  .albums-list .albumitem-content {
    padding: 22px 20px 28px; }
    .albums-list .albumitem-content .album-title {
      margin: 0; }
      .albums-list .albumitem-content .album-title:after {
        background-color: #a6ce38; }

/* events list page css */
.events-list .event-item .eventitem-img {
  float: left;
  max-height: 295px;
  width: 40%;
  margin-right: 30px; }
.events-list .event-item .eventitem-content {
  float: left;
  width: calc(60% - 30px);
  min-height: 295px;
  padding-bottom: 50px; }
  .events-list .event-item .eventitem-content .border-title {
    margin: 0; }
    .events-list .event-item .eventitem-content .border-title:after {
      background-color: #ee0f82; }
  .events-list .event-item .eventitem-content .date-wrap.location-wrap, .events-list .event-item .eventitem-content .location-wrap.location-wrap, .events-list .event-item .eventitem-content .time-wrap.location-wrap {
    margin: 30px 0 15px; }
  .events-list .event-item .eventitem-content .date-wrap.date-wrap:before, .events-list .event-item .eventitem-content .location-wrap.date-wrap:before, .events-list .event-item .eventitem-content .time-wrap.date-wrap:before {
    background-position: 0 -378px; }
  .events-list .event-item .eventitem-content .register-link {
    max-width: 250px;
    font-size: 14px;
    padding: 9px 20px; }

.events-heading .list-title:before {
  background-position: 0 -560px; }

.compevents-heading .list-title:before {
  background-position: -35px -560px; }

.compevent-list .compevent-item .compevent-img {
  width: 36%;
  float: left;
  margin-right: 20px;
  max-height: 132px; }
.compevent-list .compevent-item .compevent-content {
  float: left;
  width: calc(64% - 20px);
  min-height: 132px; }
  .compevent-list .compevent-item .compevent-content h5 {
    font-size: 14px;
    margin: 0 0 20px; }

/* magazines list page css */
.magazine-heading .list-title:before, .upmagazine-heading .list-title:before {
  background-position: 0 -605px; }

.magazine-list .magazine-item .magazineitem-img {
  float: left;
  max-height: 232px;
  width: 26%;
  margin-right: 30px; }
.magazine-list .magazine-item .magazineitem-content {
  float: left;
  width: calc(74% - 30px);
  min-height: 232px; }
  .magazine-list .magazine-item .magazineitem-content .border-title {
    margin: 0; }
    .magazine-list .magazine-item .magazineitem-content .border-title:after {
      background-color: #6f35da; }
  .magazine-list .magazine-item .magazineitem-content p {
    color: #666; }

.upmagazine-list .upmagazine-item .upmagazine-img {
  max-height: 415px; }
.upmagazine-list .upmagazine-item .upmagazine-content h5 {
  font-size: 14px;
  margin: 18px 0 0; }

/* videos list page css */
.video-heading .list-title:before {
  background-position: -35px -605px;
  top: -2px; }

.trendvideo-heading .list-title:before {
  background-position: 0px -704px;
  top: -2px; }

.video-list .video-item .videoitem-img {
  max-height: 387px; }
.video-list .video-item .videoitem-content .border-title {
  margin-bottom: 0; }
  .video-list .video-item .videoitem-content .border-title:after {
    background-color: #18dcc7; }
.video-list .video-item .videoitem-content p {
  max-width: 400px;
  color: #666666; }

.trendvideo-list .trendvideo-img {
  max-height: 100px;
  width: 53%;
  margin-right: 20px;
  float: left; }
  .trendvideo-list .trendvideo-img .video-time {
    font-size: 10px;
    right: 8px;
    bottom: 5px; }
.trendvideo-list .trendvideo-content {
  width: calc(47% - 20px);
  float: left;
  min-height: 100px; }
  .trendvideo-list .trendvideo-content h5 {
    margin: 0 0 10px;
    font-size: 14px; }

/* news list page css */
.news-heading .list-title:before {
  background-position: -37px -703px; }

.topnews-heading .list-title:before {
  background-position: 0 -752px; }

.news-list .news-item .newsitem-img {
  max-height: 145px;
  width: 39%;
  margin-right: 30px;
  float: left; }
  .news-list .news-item .newsitem-img:after {
    height: 5px; }
.news-list .news-item .newsitem-content {
  width: calc(61% - 30px);
  float: left;
  min-height: 145px; }
  .news-list .news-item .newsitem-content h4 {
    margin: 0 0 15px; }
    .news-list .news-item .newsitem-content h4:after {
      background-color: #125fa9; }
  .news-list .news-item .newsitem-content p, .news-list .news-item .newsitem-content .bottomfix-item {
    color: #666; }
    .news-list .news-item .newsitem-content p strong, .news-list .news-item .newsitem-content .bottomfix-item strong {
      font-family: "Poppins SemiBold"; }
.news-list .news-tag {
  font-size: 10px;
  position: relative;
  text-transform: uppercase;
  background-color: #e5f7fd;
  padding: 0 15px;
  border-radius: 4px;
  float: right;
  line-height: 22px;
  color: #999999;
  z-index: 9;
  overflow: hidden; }
  .news-list .news-tag:before {
    content: "";
    position: absolute;
    transition: all 0.3s ease 0s;
    z-index: -1;
    display: block;
    background: #00acf0 none repeat scroll 0 0;
    height: 0;
    width: 0;
    left: 50%;
    opacity: 0;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 50%; }
  .news-list .news-tag:hover {
    color: #fff; }
    .news-list .news-tag:hover:before {
      height: 250px;
      width: 250px;
      opacity: 1; }

.topnews-list .topnews-item .topnews-content h5 {
  font-size: 14px;
  margin: 20px 0 0; }

/* notification list page css */
.notification-wrapper {
  max-width: 945px;
  margin: 0 auto; }

.notification-heading {
  border-bottom: 1px solid #eaeaea; }
  .notification-heading h3 {
    font-family: "Poppins SemiBold";
    margin: 25px 0 20px; }

.notification-list .notification-item {
  border-bottom: 1px solid #eaeaea;
  padding: 30px 0; }
  .notification-list .notification-item.checked .notifitem-img {
    opacity: 0.5; }
  .notification-list .notification-item.checked h4 a {
    color: #999999; }
  .notification-list .notification-item.checked h4:after {
    filter: grayscale(100%); }
  .notification-list .notification-item .notifitem-img {
    width: 80px;
    max-height: 80px;
    float: left;
    border-radius: 5px; }
  .notification-list .notification-item .notifitem-content {
    float: left;
    width: calc(100% - 80px);
    min-height: 80px;
    padding: 0 30px; }
    .notification-list .notification-item .notifitem-content h4 {
      font-family: "Poppins Regular";
      margin: 0 0 10px; }
      .notification-list .notification-item .notifitem-content h4.sprite-after:after {
        width: 25px;
        height: 25px;
        right: -30px;
        top: 0;
        background-position: -35px -605px; }
      .notification-list .notification-item .notifitem-content h4.blog-notif:after {
        background-position: -36px -380px; }
      .notification-list .notification-item .notifitem-content h4.video-notif:after {
        background-position: -35px -605px; }

/* article dashboard page css */
.article-details {
  margin: 30px 0; }

.dashtitle-wrap {
  padding-bottom: 22px; }
  .dashtitle-wrap .dashtitle-left {
    font-family: "Poppins SemiBold";
    width: 57%;
    float: left;
    margin: 0; }
  .dashtitle-wrap .dashtitle-right {
    width: 42%;
    text-align: right;
    float: right; }
    .dashtitle-wrap .dashtitle-right .blue-btn {
      display: inline-block;
      font-size: 10px;
      text-transform: uppercase;
      padding: 7px 20px;
      margin-right: 15px; }
      .dashtitle-wrap .dashtitle-right .blue-btn:last-child {
        margin-right: 0; }
    .dashtitle-wrap .dashtitle-right .filter-ink {
      background-position: 0 -1386px;
      text-indent: -9999px;
      width: 20px;
      height: 20px;
      text-align: left;
      display: inline-block; }

.export-link {
  color: #00acf0;
  font-family: "Poppins SemiBold";
  text-transform: uppercase;
  padding-left: 30px; }
  .export-link:before {
    background-position: -45px -1452px;
    width: 20px;
    height: 20px; }

.stats-wrapper {
  text-align: center;
  margin-bottom: 30px; }
  .stats-wrapper .stats-block {
    padding: 55px 30px;
    box-sizing: border-box;
    box-shadow: 0px 0px 6px #e3e3e3;
    background-color: #fff;
    border-radius: 5px; }
    .stats-wrapper .stats-block h2, .stats-wrapper .stats-block h4 {
      display: inline-block;
      vertical-align: middle;
      margin: 0; }
    .stats-wrapper .stats-block h2 {
      color: #125fa9;
      padding: 0 30px 0 45px;
      font-size: 36px;
      line-height: 44px; }
      .stats-wrapper .stats-block h2:before {
        width: 30px;
        height: 30px;
        top: 3px; }
      .stats-wrapper .stats-block h2.posted-count:before {
        background-position: 2px -853px; }
      .stats-wrapper .stats-block h2.shared-count:before {
        background-position: 1px -904px; }

.details-wrapper {
  box-shadow: 0px 0px 6px #e3e3e3;
  background-color: #fff;
  border-radius: 5px;
  padding: 30px; }

.searchbar-wrapper {
  border-bottom: 1px solid #eaeaea;
  padding: 10px; }
  .searchbar-wrapper input {
    width: calc(100% - 25px); }
  .searchbar-wrapper .search-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    text-indent: -9999px;
    background-position: 2px -22px;
    float: right; }

.details-block {
  margin: 30px 0; }
  .details-block .details-img {
    float: left;
    margin-right: 30px;
    border-radius: 5px;
    overflow: hidden;
    width: 18%; }
  .details-block .details-content {
    float: left;
    width: calc(82% - 30px); }
    .details-block .details-content h4 {
      margin: 0; }
    .details-block .details-content .viewdetail-link {
      display: inline-block;
      color: #00acf0;
      font-family: "Poppins SemiBold";
      font-size: 12px;
      text-transform: uppercase;
      border-bottom: 1px solid #00acf0;
      margin: 20px 0; }
      .details-block .details-content .viewdetail-link:hover {
        color: #666;
        border-color: #666; }

.views-list li {
  display: inline-block;
  vertical-align: middle;
  color: #666666; }
  .views-list li span {
    padding: 0 20px 0 8px; }

.statistics-block {
  border-radius: 5px;
  overflow: hidden; }

.draft-sidebar {
  background-color: #072848 !important;
  color: #fff; }
  .draft-sidebar .statustab {
    display: none; }
    .draft-sidebar .statustab.active {
      display: block; }
  .draft-sidebar .nodata-wrap {
    text-align: center;
    padding: 35px 0; }
    .draft-sidebar .nodata-wrap .nodata-img {
      padding: 40px 0 70px; }
  .draft-sidebar .rightwrap-heading {
    border-color: #1c3e5f;
    padding: 20px 30px; }
  .draft-sidebar .list-title {
    padding-left: 0; }
  .draft-sidebar .status-wrap {
    position: relative; }
  .draft-sidebar .status-img {
    position: relative;
    width: 100%;
    height: 360px;
    margin: 0 auto;
    padding: 15px 0;
    box-sizing: border-box; }
  .draft-sidebar .highcharts-background {
    fill-opacity: 0; }
  .draft-sidebar .highcharts-point {
    width: 12px;
    height: 12px;
    rx: 3;
    ry: 3;
    y: 7;
    cursor: pointer; }

.statistics-block .highcharts-tooltip .highcharts-label-box, .analytics-tabbing-wrapper .highcharts-tooltip .highcharts-label-box {
  fill: transparent !important;
  stroke-width: 0 !important; }
.statistics-block .highcharts-range-selector-buttons .highcharts-button .highcharts-button-box, .analytics-tabbing-wrapper .highcharts-range-selector-buttons .highcharts-button .highcharts-button-box {
  fill: transparent !important; }
.statistics-block .highcharts-range-selector-buttons .highcharts-button text, .analytics-tabbing-wrapper .highcharts-range-selector-buttons .highcharts-button text {
  color: #666666 !important;
  fill: #666666 !important; }
.statistics-block .highcharts-range-selector-buttons .highcharts-button.highcharts-button-pressed text, .analytics-tabbing-wrapper .highcharts-range-selector-buttons .highcharts-button.highcharts-button-pressed text {
  color: #00acf0 !important;
  fill: #00acf0 !important; }
.statistics-block .highcharts-range-selector-buttons .highcharts-button:nth-child(3), .analytics-tabbing-wrapper .highcharts-range-selector-buttons .highcharts-button:nth-child(3) {
  -webkit-transform: translate(115px, 0) !important;
  -moz-transform: translate(115px, 0) !important;
  -o-transform: translate(115px, 0) !important;
  transform: translate(115px, 0) !important; }
.statistics-block .highcharts-range-selector-buttons .highcharts-button:last-child, .analytics-tabbing-wrapper .highcharts-range-selector-buttons .highcharts-button:last-child {
  -webkit-transform: translate(180px, 0) !important;
  -moz-transform: translate(180px, 0) !important;
  -o-transform: translate(180px, 0) !important;
  transform: translate(180px, 0) !important; }
.statistics-block .highcharts-range-input text, .analytics-tabbing-wrapper .highcharts-range-input text {
  color: #ffffff !important;
  fill: #ffffff !important; }
.statistics-block .highcharts-label text, .analytics-tabbing-wrapper .highcharts-label text {
  color: #ffffff !important;
  fill: #ffffff !important; }

.tooltip-wrap {
  background: transparent;
  color: #fff;
  font-size: 12px;
  margin-left: 30px; }
  .tooltip-wrap span {
    display: block; }
  .tooltip-wrap .tooltip-date {
    font-size: 24px;
    margin-bottom: 2px;
    font-weight: normal;
    font-family: "Poppins Regular" !important; }
    .tooltip-wrap .tooltip-date small {
      font-size: 14px; }
  .tooltip-wrap .tooltip-y {
    background-color: #00acf0;
    border-radius: 3px;
    position: relative;
    margin-top: 7px;
    padding: 3px 8px 2px;
    display: inline-block;
    min-width: 30px;
    font-family: "Poppins Regular" !important; }
    .tooltip-wrap .tooltip-y:after {
      border-width: 7px;
      display: block;
      content: "";
      position: absolute;
      border-style: solid;
      border-color: transparent transparent transparent #00acf0;
      bottom: -7px;
      left: 0; }

#article-graph .tooltip-wrap, #views-graph .tooltip-wrap {
  margin-left: 75px; }

#views-table .tooltip-wrap {
  margin-left: 50px; }

/* analytics pages css */
.analytics-section {
  background-color: #fff;
  box-shadow: 0px 0px 6px #e3e3e3;
  margin-top: 30px;
  border-radius: 5px; }
  .analytics-section .user-engage-wrap {
    overflow: hidden; }

.analytics-heading {
  padding: 25px 30px;
  border-bottom: 1px solid #eaeaea;
  position: relative; }
  .analytics-heading h4 {
    margin: 0; }
  .analytics-heading .analytics-head-left {
    width: 60%;
    float: left; }
  .analytics-heading .analytics-head-right {
    width: 20px;
    float: right;
    text-align: right;
    overflow: hidden;
    transition: width 0.4s ease-in; }
    .analytics-heading .analytics-head-right .search-icon {
      text-indent: -9999px;
      display: inline-block;
      text-align: left;
      vertical-align: middle; }
      .analytics-heading .analytics-head-right .search-icon:after {
        width: 20px;
        height: 15px;
        background-position: 2px -25px;
        top: 8px;
        left: 0px; }
      .analytics-heading .analytics-head-right .search-icon.icon:after {
        left: -20px; }
    .analytics-heading .analytics-head-right .search-form {
      display: inline-block;
      position: relative;
      vertical-align: middle;
      width: 100%; }
      .analytics-heading .analytics-head-right .search-form input[type="text"] {
        width: 100%;
        height: 30px;
        font-size: 18px;
        padding-left: 30px;
        display: block; }
      .analytics-heading .analytics-head-right .search-form .autosearch-close {
        background-position: -38px -450px;
        border-right: 0 none;
        display: none;
        height: 20px;
        padding: 0;
        position: absolute;
        right: 0;
        top: 10px;
        width: 20px; }
    .analytics-heading .analytics-head-right #suggesstion-box {
      position: absolute;
      left: 0;
      top: 40px;
      width: 100%;
      min-height: 400px;
      background-color: #ffffff; }
  .analytics-heading.animateSearch .analytics-head-left {
    display: none; }
  .analytics-heading.animateSearch .analytics-head-right {
    width: 100%; }
    .analytics-heading.animateSearch .analytics-head-right .search-form .autosearch-close {
      display: inline-block; }
    .analytics-heading.animateSearch .analytics-head-right .search-link {
      display: none; }

.analytics-wrap {
  margin-top: 30px; }

.analytics-left, .analytics-right {
  width: calc((100% - 30px)/2);
  background-color: #fff;
  box-shadow: 0px 0px 6px #e3e3e3;
  float: left;
  border-radius: 5px;
  overflow: hidden; }

.analytics-right {
  float: right; }

.analytics-content {
  padding: 30px; }

.device-block {
  margin-bottom: 30px; }
  .device-block:last-child {
    margin-bottom: 0; }
  .device-block .device-img, .device-block .device-content {
    display: inline-block;
    vertical-align: middle; }
  .device-block .device-img {
    width: 39%; }
  .device-block .device-content {
    width: 60%; }
    .device-block .device-content strong {
      font-size: 48px;
      font-weight: 200;
      display: inline-block;
      width: 45%; }
    .device-block .device-content span {
      display: inline-block;
      width: 46%; }

.user-table {
  width: 100%;
  background-color: #072848;
  color: #fff;
  border-collapse: collapse;
  text-align: center; }
  .user-table thead {
    color: #00e4ff;
    font-family: "Poppins SemiBold";
    font-size: 12px; }
  .user-table th, .user-table td {
    border: 1px solid #13304b;
    padding: 20px 10px;
    box-sizing: border-box; }
  .user-table .date-col {
    height: 78px; }
  .user-table .article-col {
    text-align: left;
    padding-left: 30px;
    padding-right: 30px; }

.post-heading h4, .post-heading .blue-btn {
  display: inline-block;
  vertical-align: middle; }
.post-heading h4 {
  width: calc(100% - 80px); }

.post-list .post-item .postitem-img, .post-list .post-item .postitem-title, .post-list .post-item .post-count {
  display: inline-block;
  vertical-align: middle; }
.post-list .post-item .postitem-img {
  width: 31%;
  margin-right: 20px; }
.post-list .post-item .postitem-title {
  width: 46%;
  margin: 0; }
  .post-list .post-item .postitem-title a {
    color: #999999; }
    .post-list .post-item .postitem-title a:hover {
      color: #00acf0; }
.post-list .post-item .post-count {
  text-align: center;
  width: 17%; }
  .post-list .post-item .post-count span {
    display: block; }
  .post-list .post-item .post-count .number {
    font-family: "Poppins SemiBold";
    font-size: 36px;
    line-height: 36px; }
  .post-list .post-item .post-count .views {
    color: #999999;
    font-size: 12px; }

.analytics-graph .highcharts-point {
  width: 15;
  height: 15;
  rx: 3;
  ry: 3;
  x: -2; }

.social-graph-wrap .analytics-graph {
  min-height: 456px; }

.prospective-graph-wrap .analytics-graph {
  min-height: 435px; }

.gemtype-wrap .analytics-heading h4 {
  padding-right: 20px; }
  .gemtype-wrap .analytics-heading h4:after {
    background-position: 2px -1385px;
    width: 20px;
    height: 20px;
    top: 0;
    right: 0; }

.gemtype-graph {
  padding: 30px 0;
  height: 665px; }

@media (max-width: 991px) {
  h2 {
    font-size: 30px;
    line-height: 34px; }

  h5 {
    font-size: 15px; }

  p {
    font-size: 14px; }

  .tag-list li {
    margin: 5px 5px 5px 0; }

  .bloglist-row .bloglist-col .blogcol-head, .bloglist-row .bloglist-col .blogcol-content, .bloglist-row .bloglist-col .blogcol-footer {
    padding: 12px 10px; }
  .bloglist-row .bloglist-col .blogcol-head .blog-author strong {
    font-size: 14px; }
  .bloglist-row .bloglist-col .blogcol-content h5 {
    line-height: 20px;
    margin: 0 0 10px; }
    .bloglist-row .bloglist-col .blogcol-content h5:after {
      margin-top: 0; }
  .bloglist-row .bloglist-col .blogcol-content .tag-list li a {
    padding: 3px 10px; }

  .imgover-wrap {
    padding: 10px; }

  .albums-section .col3-list .col-3 {
    width: calc((100% - 20px)/3);
    margin: 0 10px 10px 0; }
    .albums-section .col3-list .col-3:nth-child(3n) {
      margin-right: 0; }

  .login-modal-wrapper .modal-inner-wrap {
    position: absolute; }

  .analyt-wrapper .analyt-tab-wrap {
    border-right: 0 none;
    border-bottom: 1px solid #eaeaea;
    display: block;
    width: 100%; }
    .analyt-wrapper .analyt-tab-wrap .analytics-tabbing-list li {
      width: 32%;
      display: inline-block;
      box-sizing: border-box;
      border-right: 1px solid #eaeaea;
      border-bottom: 0 none; }
      .analyt-wrapper .analyt-tab-wrap .analytics-tabbing-list li:last-child {
        border-right: 0 none; }
      .analyt-wrapper .analyt-tab-wrap .analytics-tabbing-list li.active:after {
        border-color: #00acf0 transparent transparent transparent;
        top: auto;
        bottom: -36px;
        right: auto;
        left: 50%; }
  .analyt-wrapper .analyt-content {
    width: 100%; } }
@media (max-width: 767px) {
  h2 {
    font-size: 20px;
    line-height: 26px; }

  h3 {
    font-size: 18px;
    line-height: 24px; }

  h4 {
    font-size: 16px;
    line-height: 22px; }

  h5 {
    font-size: 14px;
    line-height: 20px; }

  .container {
    padding: 0; }

  .space-container {
    padding: 0 20px !important; }

  .left-wrapper, .right-wrapper, .common-left-wrapper, .common-right-wrapper {
    width: 100%;
    float: none;
    border-radius: 0;
    margin-left: 0; }

  .right-wrapper {
    margin-left: 0;
    /* margin-top: 30px */ }

  .common-list .common-item {
    padding: 0px; }
    .common-list .common-item .img-wrap {
      border-radius: 0; }

  .img-wrap {
    max-height: 100%; }

  .animation-wrap {
    top: 0;
    opacity: 1; }

  .date-wrap, .photos-wrap, .location-wrap, .time-wrap, .view-wrap {
    padding-left: 0; }
    .date-wrap:before, .photos-wrap:before, .location-wrap:before, .time-wrap:before, .view-wrap:before {
      display: none; }

  .header-top .page-title-block {
    display: none; }
  .header-top .logo-block {
    width: 40px; }
    .header-top .logo-block .giis-abbr {
      display: none; }
  .header-top.animate-header .logo-block {
    width: 40px;
    display: none; }
  .header-top.animate-header .page-title-block {
    display: none; }
  .header-top.animate-header .burger-menu {
    display: none; }
  .header-top .login-block .user-wrap {
    display: none; }
  .header-top .login-block .notification-link {
    border-right: 0 none;
    margin-top: 5px; }

  .header-bottom {
    padding: 0;
    background-color: #072849;
    left: 0;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: none;
    box-shadow: none; }
    .header-bottom .giis-navigation {
      background-color: #072849;
      display: block;
      padding: 10px 0;
      box-shadow: none;
      border: 0 none;
      z-index: 999; }
      .header-bottom .giis-navigation li {
        width: 100%;
        padding: 12px 20px;
        height: auto; }
        .header-bottom .giis-navigation li:first-child {
          padding: 12px 20px; }
        .header-bottom .giis-navigation li a {
          display: block; }
          .header-bottom .giis-navigation li a strong {
            padding-left: 30px; }
          .header-bottom .giis-navigation li a span {
            padding-left: 30px; }
        .header-bottom .giis-navigation li:last-child {
          width: 100%; }
      .header-bottom .giis-navigation.mobile-nav {
        display: block; }
    .header-bottom .mob-settings {
      display: block; }
    .header-bottom .mob-county {
      display: block; }

  .common-left-wrapper .common-home-wrap {
    margin-bottom: 80px; }

  .home-section .recentblog-section .recentblog-row .recentblog-col:first-child, .home-section .recentblog-section .recentblog-row .recentblog-col:nth-child(2), .home-section .recentblog-section .recentblog-row .recentblog-col:last-child {
    opacity: 1;
    top: 0; }

  .news-tabbing {
    overflow: visible; }
    .news-tabbing .news-tab {
      position: relative;
      height: 380px; }

  .news-tabbing .tabcontent-info .locationtime-wrap .location-wrap, .news-tabbing .tabcontent-info .locationtime-wrap .time-wrap {
    margin-right: 30px; }

  .burger-menu {
    float: left;
    margin-right: 30px;
    display: block;
    margin-top: 10px; }

  /* footer media */
  .giis-footer {
    padding: 0; }
    .giis-footer .copyright, .giis-footer .footer-nav {
      width: 100%;
      display: block;
      text-align: center;
      margin: 20px 0; }

  .social-icons .ico {
    margin: 20px 10px 0 0; }

  /* modal media */
  .modal-wrapper .modal-container {
    margin: 40px auto;
    width: 90%; }

  .login-modal-wrapper .left-block {
    display: block;
    height: 400px;
    width: 100%;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
  .login-modal-wrapper .right-block {
    display: block;
    width: 100%;
    padding: 20px;
    margin: 40px auto;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0px; }
    .login-modal-wrapper .right-block .remember-wrap, .login-modal-wrapper .right-block .blue-btn {
      width: 100%;
      display: block;
      margin-bottom: 20px; }

  .confirm-modal-wrapper .modal-content {
    min-height: auto;
    padding: 20px 15px;
    font-size: 13px; }
    .confirm-modal-wrapper .modal-content h2 {
      font-size: 25px;
      margin: 0 0 5px; }
    .confirm-modal-wrapper .modal-content .btn-wrap {
      margin-top: 15px; }
      .confirm-modal-wrapper .modal-content .btn-wrap a {
        padding: 4px 20px; }

  /* blog page media */
  .bloglist-row .bloglist-col {
    float: none;
    width: 100%;
    max-width: 360px;
    margin: 0 auto 20px; }
    .bloglist-row .bloglist-col:nth-child(3n) {
      margin-right: auto; }

  .blog-content blockquote {
    margin: 20px 0;
    font-size: 20px; }
  .blog-content p {
    margin-bottom: 20px; }

  .blog-title {
    margin: 25px 0 10px; }

  .comments-section .comment-block {
    padding: 20px;
    margin-bottom: 20px; }

  .comment-info small {
    display: block;
    margin: 5px 0; }

  .comment-head .commenter-info .commenter-name {
    margin-bottom: 0;
    line-height: 14px; }

  .activity-block .count-block li {
    margin-right: 10px; }

  .login-content .login-section .login-wrapper {
    margin: 60px auto; }

  /* News section */
  .news-list .news-item .newsitem-img, .magazine-list .magazine-item .magazineitem-img, .events-list .event-item .eventitem-img {
    width: 100%;
    float: none;
    max-height: 100%; }

  .news-list .news-item .newsitem-content, .magazine-list .magazine-item .magazineitem-content, .events-list .event-item .eventitem-content {
    width: 100%;
    float: none;
    padding: 20px; }

  .bottomfix-content {
    padding-bottom: 0; }
    .bottomfix-content .bottomfix-item {
      position: relative; }

  .events-list .event-item .eventitem-content .register-link {
    margin-top: 20px; }

  .homelognews-section .news-item {
    padding: 0; }

  /* video section */
  .video-list .video-item .videoitem-content {
    padding: 20px; }
  .video-list .video-item .border-title {
    margin: 0; }

  /* Album Section */
  .home-album-wrap {
    background-color: #072848;
    padding: 10px 0; }
    .home-album-wrap .albums-list .album-item {
      margin-right: 0 !important; }

  .homealbums-section .albums-list .album-item, .home-album-wrap .albums-list .album-item {
    background-color: transparent;
    margin: 5px;
    border-radius: 0;
    margin: 0 auto;
    box-shadow: none; }
    .homealbums-section .albums-list .album-item .albumitem-content, .home-album-wrap .albums-list .album-item .albumitem-content {
      width: 100%;
      float: none;
      padding: 20px;
      box-sizing: border-box; }
      .homealbums-section .albums-list .album-item .albumitem-content a, .home-album-wrap .albums-list .album-item .albumitem-content a {
        color: #ffffff; }
    .homealbums-section .albums-list .album-item .inner-wrap, .home-album-wrap .albums-list .album-item .inner-wrap {
      height: 273px;
      margin: 10px 0; }
    .homealbums-section .albums-list .album-item.slick-current, .home-album-wrap .albums-list .album-item.slick-current {
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); }
      .homealbums-section .albums-list .album-item.slick-current .inner-wrap, .home-album-wrap .albums-list .album-item.slick-current .inner-wrap {
        margin: 0;
        height: auto; }
  .homealbums-section .slick-arrow, .home-album-wrap .slick-arrow {
    background-color: transparent;
    text-indent: -9999px;
    background: url("../images/sprite.png") 0 2px no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    bottom: 1px; }
    .homealbums-section .slick-arrow.slick-prev, .home-album-wrap .slick-arrow.slick-prev {
      left: 25%; }
    .homealbums-section .slick-arrow.slick-next, .home-album-wrap .slick-arrow.slick-next {
      right: 25%;
      background: url("../images/sprite.png") 0 -1032px no-repeat; }
  .homealbums-section .slick-dots, .home-album-wrap .slick-dots {
    text-align: center;
    margin-top: 30px; }
    .homealbums-section .slick-dots li, .home-album-wrap .slick-dots li {
      display: inline-block;
      margin-right: 10px;
      width: 24px;
      height: 24px;
      text-align: center;
      line-height: 20px; }
      .homealbums-section .slick-dots li button, .home-album-wrap .slick-dots li button {
        text-align: center;
        display: block;
        line-height: 15px;
        background-color: transparent;
        color: #ffffff;
        width: 24px;
        height: 24px;
        line-height: 20px;
        text-align: center; }
      .homealbums-section .slick-dots li.slick-active button, .home-album-wrap .slick-dots li.slick-active button {
        background-color: #045987;
        border-radius: 50%;
        line-height: 26px; }

  .recentblog-row .recentblog-col {
    width: 100%;
    float: none;
    border-radius: 0;
    background-color: #072848;
    color: #ffffff; }
    .recentblog-row .recentblog-col .blogcol-content h4 a {
      color: #ffffff; }
    .recentblog-row .recentblog-col .blogcol-content p {
      color: #ffffff; }

  .trendvideo-list .trendvideo-item {
    padding: 20px; }
  .trendvideo-list .trendvideo-img {
    max-height: 100%; }

  .newsletter-sidebar .blue-btn {
    width: 100%; }

  .tabbing-wrapper .slick-dots {
    text-align: center;
    padding-top: 28px; }
    .tabbing-wrapper .slick-dots li {
      display: inline-block;
      margin-left: 15px; }
      .tabbing-wrapper .slick-dots li button {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background-color: #d5dbe0;
        text-indent: -9999px;
        border: 3px solid #eff7ff; }
      .tabbing-wrapper .slick-dots li.slick-active button {
        width: 15px;
        height: 15px;
        background-color: #33bdf3;
        border: 3px solid #d7effd; }

  .border-title:after {
    width: 50px; }

  .recentblog-row {
    padding: 0; }
    .recentblog-row .recentblog-col {
      border-bottom: 1px solid #1e405e; }
    .recentblog-row .blog-footer {
      border-color: #1e405e; }
      .recentblog-row .blog-footer .date-wrap {
        color: #fff; }
      .recentblog-row .blog-footer .share-icon {
        background-position: -41px -1097px; }
    .recentblog-row .tag-list .news-tag {
      background-color: #183d60; }

  .albums-section .col3-list .col-3 {
    width: 100%;
    float: none;
    margin: 0 auto 30px;
    max-width: 500px; }
    .albums-section .col3-list .col-3:nth-child(3n) {
      margin-right: auto; }
    .albums-section .col3-list .col-3:last-child {
      margin-bottom: 0; }

  .recentblog-row .blog-footer-left, .recentblog-row .blog-footer-right .time-wrap {
    color: #fff; }

  .left-wrapper, .right-wrapper {
    background-color: transparent;
    box-shadow: none; }

  .common-list .common-item, .blog-item {
    background-color: #fff;
    margin-bottom: 30px; }

  .comside-list .comside-item {
    background-color: #fff; }

  .blog-item {
    padding: 0; }
    .blog-item .blog-header, .blog-item .blogitem-content, .blog-item .blog-footer {
      padding: 20px; }

  .magazines-sidebar, .blogs-sidebar, .events-sidebar, .news-sidebar, .tabbing-sidebar, .featured-heading.viewall-heading .viewall-link, .input-btn .input-bg {
    display: none; }

  .list-section {
    margin: 30px 0 0; }

  .leftwrap-heading {
    padding: 0 20px 18px; }

  .tabs-list {
    margin: 0 20px 30px; }
    .tabs-list li {
      margin-right: 10px;
      font-size: 12px; }

  .homeeventslist-section {
    background-color: transparent;
    padding: 0;
    margin-top: 0; }

  .news-tabbing .tabcontent-info {
    padding: 0 20px; }

  .home-section .news-section .common-list .common-item {
    padding: 0; }

  .homerecentblog-section .blog-header .blog-author small {
    color: #fff; }

  .right-wrapper.newsletter-sidebar {
    background: #072848;
    padding: 20px; }
    .right-wrapper.newsletter-sidebar h2 {
      margin-top: 0;
      font-size: 22px; }

  .home-section .leftwrap-heading {
    padding-top: 18px;
    background-color: #fff; }

  .homealbums-section .albums-heading {
    background-color: #072848;
    padding-top: 0; }

  .home-section .magazine-section .magazine-container {
    margin-top: 0; }

  .blog-content .left-img, .blog-content .right-img {
    float: none;
    margin: 0;
    max-width: 100%; }

  .search-section .filter-heading {
    background-color: #fff; }
    .search-section .filter-heading h4 {
      color: #333; }

  .blog-container {
    padding: 30px 0; }

  .credit-section span, .credit-section .credit-field, .credit-section .credit-submit label, .credit-section .credit-submit .field-submit {
    width: 100%;
    float: none;
    text-align: left;
    margin-top: 10px; }
  .credit-section .credit-field .field-input {
    width: calc(100% - 135px);
    margin-left: 10px; }

  .articles-input .field-wrap {
    margin-bottom: 15px; }
    .articles-input .field-wrap input[type="text"] {
      font-size: 16px;
      line-height: 20px; }

  .blue-btn:hover, .input-btn:hover, .btn-group .input-btn.border-btn:hover {
    background-color: #028bc2;
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s; }

  .modal-wrapper .modal-inner-wrap {
    position: absolute; }
    .modal-wrapper .modal-inner-wrap .modal-content {
      top: 50px;
      transform: translate(-50%, 0);
      width: 90%; }

  .verification-modal .modal-content .modal-section .tag-selection .col-3 {
    width: 100%;
    float: none;
    margin: 0 0 10px 0; }
  .verification-modal .modal-content .modal-section .article-tag {
    padding: 20px; }
  .verification-modal .modal-content .modal-section .verification-content {
    padding: 20px;
    text-align: left; }
  .verification-modal .modal-content .modal-section .info-wrap .author-info span {
    width: 100%;
    float: none; }
  .verification-modal .modal-content .modal-footer {
    padding: 20px; }
  .verification-modal .modal-content .modal-header {
    padding: 0 20px; }

  .article-details .dashtitle-left {
    float: none;
    width: 100%; }
  .article-details .dashtitle-right {
    float: none;
    width: 100%;
    text-align: left;
    margin-top: 20px; }
  .article-details .status-heading {
    text-align: center; }
  .article-details .draft-sidebar {
    padding: 30px 10px 0; }
    .article-details .draft-sidebar li {
      margin-left: 10px; }
  .article-details .activity-btn-wrap .activity-btn .activity-dropdown {
    right: -15px; }
    .article-details .activity-btn-wrap .activity-btn .activity-dropdown:before {
      right: 8px; }
    .article-details .activity-btn-wrap .activity-btn .activity-dropdown:after {
      right: 10px; }

  .dashtitle-wrap .dashtitle-right a {
    padding: 0px 30px; }

  .article-draft {
    margin-bottom: 0; }
    .article-draft .dashtitle-wrap {
      padding: 0 20px 22px; }

  .stats-wrapper .stats-block {
    padding: 25px 20px;
    min-height: 140px; }

  .details-block .details-img {
    float: none;
    width: 100%;
    margin-bottom: 30px;
    max-height: 300px; }
  .details-block .details-content {
    float: none;
    width: 100%; }

  .search-heading h3 {
    width: 162px;
    margin-right: 10px; }
  .search-heading .field-input {
    width: calc(100% - 178px); }
    .search-heading .field-input input[type="text"] {
      font-size: 16px;
      padding-bottom: 10px;
      height: 30px; }

  .right-wrapper.left-sidebar {
    margin: 0 0 30px;
    background-color: #fff; }

  .search-section .search-heading {
    padding: 0 20px; }

  .country-select .city-wrap {
    width: 100%;
    display: block; }

  .analytics-left, .analytics-right {
    width: 100%;
    display: block;
    margin-bottom: 20px; }

  .analyt-wrapper .analyt-tab-wrap .analytics-tabbing-list li {
    padding: 30px 15px; }

  .profile-container {
    background-color: transparent;
    box-shadow: none; }
    .profile-container .title {
      text-align: center; }
    .profile-container .change-pwd-link {
      text-align: center; }

  .filter-cards-content .filter-cards .left-block {
    width: 65%; }
  .filter-cards-content .filter-cards .right-block {
    width: 33%; }

  .news-list .news-item .newsitem-content .bottomfix-item, .placetime-wrap {
    border-top: 1px solid #eeeeee;
    padding-top: 20px; }

  .section-overlay .mobile-overlay {
    display: block; }

  .notification-dropdown {
    padding: 22px 15px; }

  .post-list .post-item {
    padding: 15px;
    margin-bottom: 0; }

  .blog-item .blogitem-img {
    border-radius: 0; }

  .analytics-section .user-engage-wrap {
    overflow-x: scroll; } }
@media (max-width: 480px) {
  .login-container {
    padding: 30px; }

  .burger-menu {
    margin-right: 15px; }

  .header-top.animate-header .login-block {
    width: 100%; }

  .header-top .login-block .user-links.user-wrap .icon {
    padding: 0 25px 0 10px; }

  .header-top .login-block .user-links.notification-link {
    padding: 1px 15px 6px 10px; }

  .header-top .login-block .user-links .icon.search-icon {
    padding-right: 12px; }

  .homealbums-section .slick-arrow.slick-prev, .home-album-wrap .slick-arrow.slick-prev {
    left: 10%; }

  .homealbums-section .slick-arrow.slick-next, .home-album-wrap .slick-arrow.slick-next {
    right: 10%; }

  .notification-dropdown {
    width: 300px;
    right: 0; }
    .notification-dropdown:after {
      right: 16px; }
    .notification-dropdown .leftwrap-heading {
      padding: 0; }

  .dashtitle-wrap .dashtitle-right a {
    padding: 7px 12px;
    margin-right: 5px; }

  .stats-wrapper .stats-block {
    width: 100%;
    float: none; }
    .stats-wrapper .stats-block:first-child {
      margin-bottom: 30px; }
    .stats-wrapper .stats-block h2, .stats-wrapper .stats-block h4 {
      display: block; }
      .stats-wrapper .stats-block h2:before, .stats-wrapper .stats-block h4:before {
        display: none; }

  .search-heading h3, .search-heading .field-input {
    display: block;
    width: 100%; }
  .search-heading .field-input {
    margin-top: 20px; }

  .filter-content .filter-cards .left-block {
    width: 72%; }

  .info-filter-modal .modal-content .modal-section .time-select .time-selection .col-2 {
    width: 100%;
    display: block; }
    .info-filter-modal .modal-content .modal-section .time-select .time-selection .col-2 .select-wrap {
      margin-bottom: 30px; }

  .analyt-wrapper .analyt-tab-wrap .analytics-tabbing-list li h2 {
    font-size: 24px; }

  .dashtitle-wrap .dashtitle-right a {
    padding: 0px 30px; }

  .action-container .left-action .change-img-link {
    margin-left: 15px; }

  .credit-section span, .credit-section .credit-field, .credit-section .credit-submit label, .credit-section .credit-submit .field-submit {
    margin-top: 20px; }

  .dashtitle-wrap .dashtitle-right .blue-btn {
    padding: 7px 12px;
    margin-right: 10px; }

  .device-block .device-content {
    width: 100%;
    margin-top: 10px; }
    .device-block .device-content strong {
      vertical-align: middle;
      font-size: 30px; }
    .device-block .device-content span {
      vertical-align: middle; }

  .post-list .post-item .post-count .number {
    font-size: 26px;
    margin-top: 15px; }

  .publish-blog .blog-container .preview-top .edit-icon {
    width: 49%; } }
@media(max-width: 360px) {
  .analyt-wrapper .analyt-tab-wrap .analytics-tabbing-list li {
    padding: 20px 8px; }
    .analyt-wrapper .analyt-tab-wrap .analytics-tabbing-list li h2 {
      font-size: 20px; }
    .analyt-wrapper .analyt-tab-wrap .analytics-tabbing-list li span {
      font-size: 12px; } }

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