﻿@font-face {
  font-family: 'IranSansDN';
  src: url('../../fonts/IRANSansDN.woff2') format('woff2');
}
@font-face {
  font-family: 'IranSansWeb-EN';
  src: url('../../fonts/IRANSansWeb.woff') format('woff');
}
@font-face {
  font-family: 'IranSansWeb';
  src: url('../../fonts/IRANSansWeb-PerNum.woff') format('woff');
}
@font-face {
  font-family: 'BAHASHT';
  src: url('../../fonts/16_SARCHIA_BAHASHT.TTF') format('truetype');
}
html,
body {
  /*font-family: 'Bahasht' !important;*/
  font-size: 10.75pt;
  direction: ltr;
}
body {
  padding-top: 79px;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 15px;
}
.btn-chat-bottom-page {
  position: fixed;
  z-index: 9999999;
  bottom: 15px;
  right: 15px;
  border-radius: 50%;
  width: 45px;
  height: 45px;
}
.btn-chat-bottom-page.btn-chat-bottom-page-left {
  right: unset;
  left: 15px;
}
img {
  max-width: 100%;
}
.clear {
  clear: both;
}
*:active,
*:focus,
*.active {
  outline: none !important;
  outline: 0 !important;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover a::-moz-focus-inner {
  /*border: 0;*/
}
.marginbottom {
  margin-bottom: 20px;
}
.smallPadding {
  padding-right: 7px;
  padding-left: 7px;
}
.flex {
  display: flex;
}
@media screen and (max-width: 480px) {
  .flex {
    display: block;
  }
}
/*	************************************ */
/*	HEADER */
/*	************************************ */
header .navbar {
  margin-bottom: 0;
}
header .flex .logo {
  justify-content: center;
  align-items: center;
  display: flex;
}
header .userImg {
  padding: 4px;
  /*! border: 2px solid #cd933f; */
  /*! border-radius: 3px; */
  height: 100px;
}
/*	************************************ */
/*	SLIDER HOLDER*/
/*	************************************ */
.sliderHolder {
  position: relative;
  border-bottom: 2px solid;
}
/*	************************************ */
/*	SLIDER */
/*	************************************ */
.slider {
  position: relative;
}
/*	************************************ */
/*	SEARCH */
/*	************************************ */
.search {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  border-radius: 8px 8px 0 0;
  padding: 0 15px;
}
.search.notinslider {
  position: static;
  bottom: 0;
  width: 100%;
}
.search.notinslider > .container {
  border-radius: 0 0 8px 8px;
}
.search .btn-search {
  position: absolute;
  border: solid 2px #fff !important;
  top: 2px;
  right: 2px;
  bottom: 2px;
}
.search .description {
  text-align: center;
  font-size: 12pt;
  margin: 5px 0;
  padding: 5px;
}
@media screen and (max-width: 480px) {
  .search {
    position: relative;
    width: 100%;
  }
}
.search .searchTitle img {
  margin-bottom: 10px;
}
[data-view-type="list"] .search-item img {
  height: auto;
}
.search .searchInputs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: space-around;
  padding: 5px;
}
.search .searchInputs > .form-control {
  margin-left: 8px;
  flex-basis: 48%;
}
@media screen and (max-width: 480px) {
  .search .searchInputs > .form-control {
    margin-right: 8px;
    flex-basis: 90%;
  }
}
.search-result-item.card {
  position: relative;
  transition: all ease-in 50ms;
}
.search-result-item.card:hover {
  transform: scale(105%);
}
.search-result-item.card input[type="checkbox"] {
  position: absolute;
  margin: 0;
  top: 5px;
  left: 5px;
}
/*	************************************ */
/*	SELECT BOX */
/*	************************************ */
.selectWrapper {
  padding: 0 5px;
}
.selectWrapper .im-select {
  position: relative;
  background-color: #F3F3F3;
}
.selectWrapper .im-select select {
  width: 100%;
  height: 100%;
  height: 32px;
  padding: 0;
  border: 0px solid transparent;
  position: relative;
  z-index: 2;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-align: left;
}
.selectWrapper .im-select select option {
  background-color: #F3F3F3;
}
.selectWrapper .im-select:after {
  font-family: 'Font Awesome 5';
  content: "\f078";
  display: block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background-color: #fff;
  color: #03385a;
  position: absolute;
  right: -5px;
  top: 2px;
  z-index: 2;
  font-size: 12px;
}
/*.selectWrapper .im-select-rtl {
    direction: rtl
}*/
.selectWrapper .im-select-rtl:after {
  left: auto;
  right: -10px;
  z-index: 2;
  border-left: 1px solid #03385a;
}
/*	************************************ */
/*	SEARCH RESULT HOLDER */
/*	************************************ */
.SearchResultHolder {
  position: relative;
  border-top: 1px solid;
  min-height: 300px;
}
.SearchResultHolder::after {
  content: "";
  display: block;
  border: 1px solid;
  position: absolute;
  z-index: 4;
  top: 0;
  width: 100%;
}
.SearchResultHolder .Page {
  border-top: solid thin #ccc;
}
/*	************************************ */
/*	SEARCH BUTTONS */
/*	************************************ */
.search .searchButtonsHolder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px 0;
  padding-right: 5px;
}
.search .searchButtonsHolder .btn:nth-child(1) {
  margin-top: 10px;
  border-radius: 4px 4px 0 0;
}
.search .searchButtonsHolder .btn:nth-child(2) {
  margin-bottom: 10px;
  border-radius: 0 0 4px 4px;
}
/*	************************************ */
/*	CONTENT */
/*	************************************ */
.contents {
  margin: 35px 0;
}
@media only screen and (max-width: 767px) {
  .contents {
    margin: 50px 0 35px;
  }
}
/*	************************************ */
/*	TAB MENU */
/*	************************************ */
.tabFlex {
  flex-direction: column;
}
.tabFlex .nav {
  border-bottom: 0 none;
  margin-bottom: 0px;
  z-index: 24;
}
.tabFlex .tab-content {
  flex-grow: 1;
  position: relative;
  z-index: 22;
  margin-top: -1px;
  padding-top: 10px;
}
.tabFlex .nav li a {
  border: none !important;
  display: block;
}
.tabFlex .nav li {
  position: relative;
  margin-left: 6px;
  border-radius: 4px 4px 0 0;
  border: 1px solid;
  padding: 0;
  padding-left: 10px;
  padding-right: 0px;
}
.tabFlex .nav li.active {
  border-bottom: 0 none !important;
}
.tabFlex li::before {
  display: block;
  content: "";
  position: absolute;
  top: 0px;
  right: -20px;
  width: 0;
  height: 0;
  border-top: 40px solid transparent;
  border-left: 20px solid;
}
.tabFlex li::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: -19px;
  width: 0px;
  height: 0;
  border-top: 41px solid transparent;
  border-left: 20px solid;
}
.tabFlex .nav li:hover:after {
  border-left: 20px solid;
}
.tabFlex li.active {
  border: 1px solid;
}
.tabFlex .nav li.active:before {
  border-left: 20px solid;
}
.tabFlex .nav li.active:after {
  border-left: 20px solid;
}
.tabFlex li:nth-child(1) {
  z-index: 20;
}
.tabFlex li:nth-child(2) {
  z-index: 16;
}
.tabFlex li:nth-child(3) {
  z-index: 12;
}
.tabFlex li:nth-child(4) {
  z-index: 8;
}
.tabFlex li:nth-child(5) {
  z-index: 4;
}
.tabFlex .nav .fa {
  vertical-align: sub;
  margin-left: 4px;
}
.listStyle {
  margin: 10px 0 10px 0;
  display: block;
  font-size: 1.1rem;
}
.listStyle i {
  position: absolute;
}
.listStyle > h1,
.listStyle > p,
.listStyle > h4,
.listStyle > small {
  font-size: 1em;
  line-height: 1.15em;
  padding-left: 25px;
}
.listStyle > h2,
.listStyle > p,
.listStyle > h5,
.listStyle > small {
  font-size: 0.9em;
  padding-left: 25px;
}
.nav.navbar-nav h1 {
  font-size: inherit;
  padding: 2px 0;
  margin: 0;
}
footer {
  padding-top: 50px;
  padding-bottom: 40px;
  position: relative;
  margin-top: 50px;
}
footer:before {
  display: block;
  position: absolute;
  top: -11px;
  width: 100%;
  height: 10px;
  content: "";
}
.goCenter {
  text-align: center;
}
.control {
  cursor: pointer;
  display: block;
  margin-top: 5px;
  padding-right: 35px;
  font-weight: normal;
  position: relative;
  padding-left: 5px;
}
.control input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
.control input:checked ~ .control__indicator::after {
  display: block;
}
.control--checkbox .control__indicator::after {
  font-family: "Font Awesome 5" !important;
  content: "\f00c";
  height: 8px;
  right: 14px;
  top: 0;
  width: 3px;
}
.control__indicator::after {
  content: "";
  display: none;
  position: absolute;
}
.control__indicator {
  border: 2px solid;
  height: 24px;
  right: 0;
  position: absolute;
  top: -1px;
  width: 24px;
}
.tabFlex .nav li a {
  padding-right: 3px;
  padding-left: 0;
  width: 120px;
  white-space: nowrap;
}
.copy {
  border-top: 2px solid;
  padding: 5px;
}
.copy .fa {
  font-size: 0.9em;
}
.col-xs-3.thumbnail {
  padding: 3px;
}
.customThumb {
  margin-bottom: 0;
  border-color: transparent;
  padding: 7px;
}
.fa-check {
  color: #5cb85c !important;
}
.fa-times {
  color: #d9534f !important;
}
.thumbnail i {
  display: block;
  text-align: center;
  font-size: xx-large;
}
.text-rtl {
  direction: rtl;
}
.text-ltr {
  direction: ltr;
}
.HighLightText {
  background-color: transparent;
  color: red;
}
dt {
  text-align: left !important;
}
.Logo {
  height: 80px;
  margin-top: 9px;
}
.footerLogo {
  text-align: center;
}
.MaxHeight {
  height: 100%;
}
.NoWrap {
  text-wrap: none;
}
.lighttext {
  color: #a5a7ae;
  background-color: #f2f2f2;
  border-radius: 5px;
  font-size: smaller;
  padding: 0 5px;
  height: 5px;
  display: inline-table;
}
.listcaption {
  position: absolute;
  top: -9px;
  right: 9px;
  background: white;
  padding: 0 5px;
  color: gray;
}
.available {
  color: green;
}
.reserved {
  color: darkorange;
}
.lended {
  color: red;
}
.dueDate {
  display: inline;
  background-color: orange;
  border-radius: 3px;
  color: white;
  padding: 0 5px;
  margin-right: 10px;
}
.LendingStat {
  padding: 5px 0;
}
.hideUnderline:hover {
  text-decoration: none;
}
.cursor_pointer {
  cursor: pointer;
}
.newsdatetime {
  font-size: small;
}
.SummaryText {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.WhiteBox {
  background-color: white;
}
/*-----------------------------------------------------
.file-list-group {
}

.file-list-group-item {
}*/
/*-----------------Lable format style-------------------*/
.LTRDiv {
  direction: rtl;
}
.RTLDiv {
  direction: ltr;
}
/*	************************************ */
/*	SEARCH RESULT HOLDER*/
/*	************************************ */
.SearchResultHolder {
  position: relative;
  border-top: 1px solid;
  min-height: 300px;
}
.SearchResultHolder::after {
  content: "";
  display: block;
  border: 1px solid white;
  position: absolute;
  z-index: 4;
  top: 0;
  width: 100%;
}
/*	************************************ */
/*	SEARCH in Search Result */
/*	************************************ */
.search_on_result_page > .container {
  border-radius: 0 0 8px 8px;
}
@media screen and (max-width: 480px) {
  .search_on_result_page {
    position: relative;
    width: 100%;
  }
}
.search_on_result_page .searchTitle {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 10px;
  border-radius: 0 0 8px 0;
}
.search_on_result_page .searchTitle img {
  margin-bottom: 10px;
}
.searchInputs .col-sm-2,
.searchInputs .col-sm-8,
.searchInputs .col-sm-10,
.searchInputs .col-sm-12,
.searchInputs .col-sm-5,
.searchInputs .col-sm-6,
.searchInputs .col-sm-4,
.searchInputs .col-sm-3,
.searchInputs .col-xs-2,
.searchInputs .col-xs-8,
.searchInputs .col-xs-10,
.searchInputs .col-xs-12,
.searchInputs .col-xs-5,
.searchInputs .col-xs-6,
.searchInputs .col-xs-4,
.searchInputs .col-xs-3,
.searchInputs .col-md-2,
.searchInputs .col-md-8,
.searchInputs .col-md-10,
.searchInputs .col-md-12,
.searchInputs .col-md-5,
.searchInputs .col-md-6,
.searchInputs .col-md-4,
.searchInputs .col-md-3 {
  padding: 2px !important;
}
.search_on_result_page .searchInputs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: space-around;
  padding: 5px;
}
.search_on_result_page .searchInputs > .form-control {
  margin-left: 8px;
}
/*	************************************ */
/*	Search Result Items*/
/*	************************************ */
.SearchResultTopPading {
  height: 87px;
}
.AdvanceSearchResultTopPading {
  height: 211px;
}
.searchTime {
  font-size: medium;
  color: lightgray;
  line-height: 30px;
  padding-top: 5px;
}
.searchResult {
  padding: 10px;
}
.searchResult h1,
.searchResult h2,
.searchResult h3,
.searchResult h4,
.searchResult h5,
.searchResult h6 {
  margin: 5px 0 !important;
}
.searchResult h1 {
  font-size: large;
}
.searchResult h2 {
  font-size: medium;
}
.searchResult h3 {
  font-size: small;
}
.searchResult h4 {
  font-size: small;
}
.label {
  font-weight: 100;
}
.searchResultItem {
  border-bottom: 1px solid lightgray;
  padding-bottom: 10px;
  padding-top: 5px;
  border-right-width: 1px !important;
  border-right-style: none !important;
}
.searchResultItem:last-child {
  border-bottom: none;
}
.DocumentTypeLable {
  font-size: small;
  color: gray;
}
.CoverContainer {
  width: 60px;
  height: 80px;
  position: relative;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.CoverContainerLeftSide {
  float: right;
}
.CoverContainerRightSide {
  float: left;
}
.DocCoverImage {
  width: 60px;
  height: 80px;
  border-radius: 3px;
  border: solid;
  border-color: #000FF9;
  border-width: 0px;
}
.DocCoverImage:hover {
  width: 120px;
  height: 160px;
  border-radius: 3px;
  border: inset;
  border-color: #006699;
  border-width: 0px;
  position: absolute;
  z-index: 30;
  left: -30px;
  top: -40px;
}
/*	************************************ */
/*	SEARCH RESULT PAGE BUTTONS */
/*	************************************ */
.search_on_result_page .searchButtonsHolder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.search_on_result_page .searchButtonsHolder .btn {
  width: 100px;
  margin-bottom: 5px;
  width: 90%;
}
.search_on_result_page .searchButtonsHolder .btn:nth-child(1) {
  margin-top: 10px;
  border-radius: 4px 4px 0 0;
}
.search_on_result_page .searchButtonsHolder .btn:nth-child(2) {
  margin-bottom: 10px;
  border-radius: 0 0 4px 4px;
}
.search-item {
  padding-bottom: 0;
}
.search-item img {
 
}
.search-hasdigital {
  position: absolute;
  top: 5px;
  right: 20px;
  font-size: 20pt;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  line-height: 0px;
  background: #e61a0d;
  text-align: center;
  z-index: 1;
}
.search-hasdigital i {
  line-height: 45px;
  color: #fff !important;
}
.btn-uploader {
  position: relative;
}
.btn-uploader input {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}
.btn.btn-circle {
  border-radius: 50%;
  padding: 7px 10px;
}
.btn.btn-square {
  width: 40px;
  display: inline-block;
  height: 32px;
  padding: 6px;
  border-radius: 29%;
  margin-top: 7px;
}
.navbar-brand {
  padding: 5px 15px;
}
.navbar-brand img {
  height: 40px;
}
.font-sm {
  font-size: small;
}
.font-xs {
  font-size: smaller;
}
.font-xxs {
  font-size: x-small;
}
.font-md {
  font-size: medium;
}
.font-lg {
  font-size: large;
}
.font-xl {
  font-size: larger;
}
.font-xxl {
  font-size: x-large;
}
.font-xxxl {
  font-size: xx-large;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.row-slider {
  padding: 15px;
  border: solid thin #ccc;
  border-radius: 5px;
  margin-bottom: 20px;
  margin-bottom: 40px;
  background: #006a55;
  color: #fff;
  position: relative;
}
.row-slider .row-slider-title {
  margin: -40px 0 30px;
  text-align: center;
}
.row-slider .row-slider-title > h4 {
  display: inline-block;
  background: #fff;
  padding: 10px 80px;
  border: solid thin #006a55;
  border-radius: 5px;
  color: #006a55;
}
@media only screen and (max-width: 480px) {
  .row-slider .row-slider-title > h4 {
    padding: 10px;
  }
}
.row-slider .row-slider-items {
  white-space: nowrap;
  text-align: center;
  overflow-x: hidden;
}
.row-slider .row-slider-items .row-slider-item {
  display: inline-block;
  margin: 0 10px;
}
.row-slider .row-slider-items .row-slider-item p {
  margin: -10px 0 10px !important;
}
.row-slider .row-slider-left {
  position: absolute;
  left: 0;
  top: 0px;
  bottom: 0;
  width: 40px;
  background: linear-gradient(to left, transparent, #555);
  border: none;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.row-slider .row-slider-left i {
  font-size: 30pt;
  color: #fff;
}
.row-slider .row-slider-left:hover,
.row-slider .row-slider-left:focus {
  background: linear-gradient(to left, transparent, #333);
}
.row-slider .row-slider-right {
  position: absolute;
  left: 0;
  top: 0px;
  bottom: 0;
  width: 40px;
  background: linear-gradient(to left, transparent, #555);
  border: none;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  left: unset;
  right: 0;
  background: linear-gradient(to right, transparent, #555);
}
.row-slider .row-slider-right i {
  font-size: 30pt;
  color: #fff;
}
.row-slider .row-slider-right:hover,
.row-slider .row-slider-right:focus {
  background: linear-gradient(to left, transparent, #333);
}
.row-slider .row-slider-right:hover,
.row-slider .row-slider-right:focus {
  background: linear-gradient(to right, transparent, #333);
}
.enamad {
  position: fixed;
  bottom: 74px;
  z-index: 1;
  right: 0;
  opacity: 0.5;
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.enamad:hover {
  opacity: 1;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.tile {
  margin-bottom: 15px;
  border-radius: 10px;
  border: thin solid;
}
.tile .tile-header {
  padding: 5px 15px 1px;
  border-radius: 5px 5px 0 0;
}
.tile .tile-header:after {
  content: '';
  clear: both;
  display: block;
}
.tile .tile-header i {
  font-size: 80pt;
  float: left;
}
.tile .tile-header h1 {
  margin-top: 37px;
  padding-left: 167px;
}
.tile .tile-body {
  padding: 5px 15px 1px;
  border-top: 1px solid;
  background: rgba(0, 0, 0, 0.45);
  border-radius: 0 0 5px 5px;
}
.tile.tile-classic {
  background: none !important;
  border: none !important;
  text-align: center;
}
.tile.tile-classic .tile-header {
  padding: 5px 15px 1px;
  border-radius: 5px 5px 0 0;
}
.tile.tile-classic .tile-header:after {
  content: '';
  clear: both;
  display: block;
}
.tile.tile-classic .tile-header i {
  font-size: 40pt;
  float: none;
}
.tile.tile-classic .tile-header h1 {
  margin-top: 37px;
  padding-left: 167px;
}
.tile.tile-classic h2 {
  margin: 10px 0 0;
}
.tile.tile-classic h4 {
  margin-top: 0;
}
.tile.tile-classic .tile-body {
  border-top: none;
  background: none;
  text-align: center;
}
/**************************************/
.theme-default {
  background-color: #fff !important;
  /*	************************************ */
  /*	HEADER */
  /*	************************************ */
  /*     each(range(4), {
  .col-@{value} {
    height: (@value * 50px);
  }
});*/
  /*.cloud-style(2,@back);
    .cloud-style(3,@back);
    .cloud-style(4,@back);
    .cloud-style(5,@back);
    .cloud-style(6,@back);
    .cloud-style(7,@back);
    .cloud-style(8,@back);
    .cloud-style(9,@back);
    .cloud-style(10,@back);
    .cloud-style(11,@back);*/
}
.theme-default .form-control::-webkit-input-placeholder,
.theme-default .form-control:-moz-placeholder,
.theme-default .form-control::-moz-placeholder,
.theme-default .form-control:-ms-input-placeholder {
  color: #020306;
}
.theme-default .boxshadow {
  border: 1px solid #96abd7;
  box-shadow: 1px 2px 4px -3px #000;
}
.theme-default header {
  background: #fff;
}
.theme-default header .navbar {
  background-color: #3b5999;
  border-color: #2a3f6d;
}
.theme-default .navbar-default .navbar-nav > .active > a,
.theme-default .navbar-default .navbar-nav > .active > a:focus,
.theme-default .navbar-default .navbar-nav > .active > a:hover,
.theme-default .navbar-default .navbar-nav > li > a:focus,
.theme-default .navbar-default .navbar-nav > li > a:hover {
  box-shadow: 0px -3px #18233d inset;
  background: transparent;
}
.theme-default .navbar-default .navbar-nav > li > a {
  color: #fff;
}
.theme-default .navbar-default .navbar-nav > li > a .fa {
  color: #fff;
}
.theme-default .search {
  background-color: #3b5999;
}
.theme-default .search .description {
  color: #fff;
}
.theme-default .SearchResultHolder {
  border-top-color: #30487c;
}
.theme-default .SearchResultHolder::after {
  border: #fff;
}
.theme-default .sliderHolder {
  border-bottom-color: #18233d;
}
.theme-default .btn.btn-default {
  background-color: #3b5999;
  color: #fff;
  border-color: #2a3f6d;
}
.theme-default .btn.btn-default:hover,
.theme-default .btn.btn-default:focus,
.theme-default .btn.btn-default.active {
  background-color: #2a3f6d;
  color: #fff;
  border-color: #18233d;
}
.theme-default .btn-light {
  background: #fff !important;
  color: #3b5999 !important;
  border-color: #3b5999 !important;
}
.theme-default .btn-light:hover,
.theme-default .btn-light:focus,
.theme-default .btn-light.active {
  background: #3b5999 !important;
  color: #fff !important;
}
.theme-default .row-slider {
  border-color: #18233d;
  background: #3b5999;
  color: #fff;
}
.theme-default .row-slider .row-slider-title > h4 {
  background: #fff;
  border-color: #3b5999;
  color: #3b5999;
}
.theme-default .row-slider .row-slider-left {
  background: linear-gradient(to left, transparent, #466ab6);
}
.theme-default .row-slider .row-slider-left i {
  color: #fff;
}
.theme-default .row-slider .row-slider-left:hover,
.theme-default .row-slider .row-slider-left:focus {
  background: linear-gradient(to left, transparent, #3b5999);
}
.theme-default .row-slider .row-slider-right {
  background: linear-gradient(to right, transparent, #466ab6);
}
.theme-default .row-slider .row-slider-right:hover,
.theme-default .row-slider .row-slider-right:focus {
  background: linear-gradient(to right, transparent, #3b5999);
}
.theme-default .row-slider.row-slider-light {
  border-color: #ccc;
  background: #fff;
  color: #3b5999;
}
.theme-default .tabFlex .tab-content {
  background-color: #ffffff;
}
.theme-default .tabFlex .nav li {
  background: #3b5999;
  border-color: #3b5999;
}
.theme-default .tabFlex .nav li a,
.theme-default .tabFlex .nav li .fa {
  color: #fff !important;
}
.theme-default .tabFlex .nav li::before {
  border-left-color: #3b5999;
}
.theme-default .tabFlex .nav li::after {
  border-left-color: #3b5999;
}
.theme-default .tabFlex .nav li:hover {
  background: #466ab6;
}
.theme-default .tabFlex .nav li:hover a,
.theme-default .tabFlex .nav li:hover .fa {
  background: #466ab6;
  color: #fff !important;
}
.theme-default .tabFlex .nav li:hover::before {
  border-left-color: #3b5999;
}
.theme-default .tabFlex .nav li:hover::after {
  border-left-color: #466ab6;
}
.theme-default .tabFlex .nav li.active {
  background: #fff;
  border-color: #3b5999;
}
.theme-default .tabFlex .nav li.active a,
.theme-default .tabFlex .nav li.active .fa {
  background: #fff !important;
  color: #3b5999 !important;
}
.theme-default .tabFlex .nav li.active:before {
  border-left-color: #3b5999;
}
.theme-default .tabFlex .nav li.active:after {
  border-left-color: #fff;
}
.theme-default li:hover .tabFlex .nav li:hover:after {
  border-left-color: #96abd7;
}
.theme-default .fa {
  color: inherit;
}
.theme-default footer .fa {
  color: #fff;
}
.theme-default a {
  color: #3b5999;
}
.theme-default a:hover,
.theme-default a:focus {
  color: #18233d;
}
.theme-default .btn {
  color: #fff;
}
.theme-default .btn .fa {
  color: #fff;
}
.theme-default .btn:hover .fa,
.theme-default .btn:focus .fa {
  color: #fff;
}
.theme-default .btn.btn-link {
  color: #3b5999;
}
.theme-default .btn.btn-link .fa {
  color: #3b5999;
}
.theme-default .btn.btn-link:hover .fa,
.theme-default .btn.btn-link:focus .fa {
  color: #3b5999;
}
.theme-default footer .listStyle {
  color: #fff;
}
.theme-default .listStyle h2 {
  color: #466ab6;
}
.theme-default footer {
  background-color: #3b5999;
  color: #fff;
}
.theme-default footer:before {
  background-color: #2a3f6d;
}
.theme-default .control--checkbox .control__indicator::after {
  color: #fff;
}
.theme-default .control input:checked ~ .control__indicator {
  background: #3b5999;
}
.theme-default .control__indicator {
  background: #fff;
  border-color: #2a3f6d;
}
.theme-default .copy {
  background-color: #96abd7;
  color: #3b5999;
  border-top-color: #18233d;
}
.theme-default .ArianBadg {
  background-color: #466ab6 !important;
}
.theme-default .newsdatetime {
  color: #466ab6;
}
.theme-default .SearchResultHolder {
  border-top-color: #3b5999;
}
.theme-default .search_on_result_page .searchTitle {
  background-color: #466ab6;
  color: #fff;
}
.theme-default .searchResult h2 {
  color: #3b5999;
}
.theme-default .search_on_result_page .searchButtonsHolder .btn {
  background-color: #3b5999;
  color: #fff;
  border-color: #2a3f6d;
}
.theme-default .pagination > .active > button,
.theme-default .pagination > .active > a,
.theme-default .pagination > .active > span,
.theme-default .pagination > .active > button:hover,
.theme-default .pagination > .active > a:hover,
.theme-default .pagination > .active > span:hover,
.theme-default .pagination > .active > button:focus,
.theme-default .pagination > .active > a:focus,
.theme-default .pagination > .active > span:focus {
  color: #fff;
  background-color: #3b5999;
  border-color: #2a3f6d;
}
.theme-default .pagination > li > a,
.theme-default .pagination > li > button,
.theme-default .pagination > li > span {
  color: #3b5999;
}
.theme-default .pagination > li > a:hover,
.theme-default .pagination > li > button:hover,
.theme-default .pagination > li > span:hover,
.theme-default .pagination > li > a:focus,
.theme-default .pagination > li > button:focus,
.theme-default .pagination > li > span:focus {
  color: #2a3f6d;
}
.theme-default ul.cloud a[data-weight="1"] {
  color: #728dc8 !important;
  font-size: 21px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="1"]::before {
  background: #96abd7;
}
.theme-default ul.cloud a[data-weight="2"] {
  color: #4060a5 !important;
  font-size: 22px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="2"]::before {
  background: #597abf;
}
.theme-default ul.cloud a[data-weight="3"] {
  color: #344e87 !important;
  font-size: 23px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="3"]::before {
  background: #4264ab;
}
.theme-default ul.cloud a[data-weight="4"] {
  color: #2d4474 !important;
  font-size: 24px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="4"]::before {
  background: #3b5999;
}
.theme-default ul.cloud a[data-weight="5"] {
  color: #283c68 !important;
  font-size: 25px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="5"]::before {
  background: #36528d;
}
.theme-default ul.cloud a[data-weight="6"] {
  color: #25375f !important;
  font-size: 26px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="6"]::before {
  background: #334d84;
}
.theme-default ul.cloud a[data-weight="7"] {
  color: #223459 !important;
  font-size: 27px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="7"]::before {
  background: #30497d;
}
.theme-default ul.cloud a[data-weight="8"] {
  color: #203153 !important;
  font-size: 28px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="8"]::before {
  background: #2e4678;
}
.theme-default ul.cloud a[data-weight="9"] {
  color: #1f2e4f !important;
  font-size: 29px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="9"]::before {
  background: #2d4474;
}
.theme-default ul.cloud a[data-weight="10"] {
  color: #1d2c4c !important;
  font-size: 30px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="10"]::before {
  background: #2c4271;
}
.theme-default ul.cloud a[data-weight="11"] {
  color: #1c2b49 !important;
  font-size: 31px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="11"]::before {
  background: #2a406e;
}
.theme-default ul.cloud a[data-weight="12"] {
  color: #1b2947 !important;
  font-size: 32px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="12"]::before {
  background: #2a3f6c;
}
.theme-default ul.cloud a[data-weight="13"] {
  color: #1b2845 !important;
  font-size: 33px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="13"]::before {
  background: #293d6a;
}
.theme-default ul.cloud a[data-weight="14"] {
  color: #1a2743 !important;
  font-size: 34px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="14"]::before {
  background: #283c68;
}
.theme-default ul.cloud a[data-weight="15"] {
  color: #192642 !important;
  font-size: 35px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="15"]::before {
  background: #273c66;
}
.theme-default ul.cloud a[data-weight="16"] {
  color: #192540 !important;
  font-size: 36px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="16"]::before {
  background: #273b65;
}
.theme-default ul.cloud a[data-weight="17"] {
  color: #18253f !important;
  font-size: 37px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="17"]::before {
  background: #263a64;
}
.theme-default ul.cloud a[data-weight="18"] {
  color: #18243e !important;
  font-size: 38px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="18"]::before {
  background: #263963;
}
.theme-default ul.cloud a[data-weight="19"] {
  color: #18233d !important;
  font-size: 39px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="19"]::before {
  background: #263962;
}
.theme-default ul.cloud a[data-weight="20"] {
  color: #17233c !important;
  font-size: 40px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="20"]::before {
  background: #253861;
}
.theme-default ul.cloud a[data-weight="21"] {
  color: #17233b !important;
  font-size: 41px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="21"]::before {
  background: #253860;
}
.theme-default ul.cloud a[data-weight="22"] {
  color: #17223b !important;
  font-size: 42px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="22"]::before {
  background: #25375f;
}
.theme-default ul.cloud a[data-weight="23"] {
  color: #16223a !important;
  font-size: 43px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="23"]::before {
  background: #25375f;
}
.theme-default ul.cloud a[data-weight="24"] {
  color: #162139 !important;
  font-size: 44px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="24"]::before {
  background: #24375e;
}
.theme-default ul.cloud a[data-weight="25"] {
  color: #162139 !important;
  font-size: 45px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="25"]::before {
  background: #24365e;
}
.theme-default ul.cloud a[data-weight="26"] {
  color: #162138 !important;
  font-size: 46px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="26"]::before {
  background: #24365d;
}
.theme-default ul.cloud a[data-weight="27"] {
  color: #152038 !important;
  font-size: 47px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="27"]::before {
  background: #24365d;
}
.theme-default ul.cloud a[data-weight="28"] {
  color: #152037 !important;
  font-size: 48px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="28"]::before {
  background: #24365c;
}
.theme-default ul.cloud a[data-weight="29"] {
  color: #152037 !important;
  font-size: 49px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="29"]::before {
  background: #23355c;
}
.theme-default ul.cloud a[data-weight="30"] {
  color: #152036 !important;
  font-size: 50px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="30"]::before {
  background: #23355b;
}
.theme-default ul.cloud a[data-weight="31"] {
  color: #151f36 !important;
  font-size: 51px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="31"]::before {
  background: #23355b;
}
.theme-default ul.cloud a[data-weight="32"] {
  color: #151f36 !important;
  font-size: 52px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="32"]::before {
  background: #23355b;
}
.theme-default ul.cloud a[data-weight="33"] {
  color: #151f35 !important;
  font-size: 53px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="33"]::before {
  background: #23345a;
}
.theme-default ul.cloud a[data-weight="34"] {
  color: #141f35 !important;
  font-size: 54px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="34"]::before {
  background: #23345a;
}
.theme-default ul.cloud a[data-weight="35"] {
  color: #141f35 !important;
  font-size: 55px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="35"]::before {
  background: #23345a;
}
.theme-default ul.cloud a[data-weight="36"] {
  color: #141f35 !important;
  font-size: 56px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="36"]::before {
  background: #223459;
}
.theme-default ul.cloud a[data-weight="37"] {
  color: #141e34 !important;
  font-size: 57px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="37"]::before {
  background: #223459;
}
.theme-default ul.cloud a[data-weight="38"] {
  color: #141e34 !important;
  font-size: 58px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="38"]::before {
  background: #223459;
}
.theme-default ul.cloud a[data-weight="39"] {
  color: #141e34 !important;
  font-size: 59px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="39"]::before {
  background: #223459;
}
.theme-default ul.cloud a[data-weight="40"] {
  color: #141e34 !important;
  font-size: 60px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="40"]::before {
  background: #223358;
}
.theme-default ul.cloud a[data-weight="41"] {
  color: #141e33 !important;
  font-size: 61px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="41"]::before {
  background: #223358;
}
.theme-default ul.cloud a[data-weight="42"] {
  color: #141e33 !important;
  font-size: 62px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="42"]::before {
  background: #223358;
}
.theme-default ul.cloud a[data-weight="43"] {
  color: #141e33 !important;
  font-size: 63px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="43"]::before {
  background: #223358;
}
.theme-default ul.cloud a[data-weight="44"] {
  color: #141e33 !important;
  font-size: 64px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="44"]::before {
  background: #223358;
}
.theme-default ul.cloud a[data-weight="45"] {
  color: #141d33 !important;
  font-size: 65px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="45"]::before {
  background: #223357;
}
.theme-default ul.cloud a[data-weight="46"] {
  color: #131d32 !important;
  font-size: 66px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="46"]::before {
  background: #223357;
}
.theme-default ul.cloud a[data-weight="47"] {
  color: #131d32 !important;
  font-size: 67px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="47"]::before {
  background: #223357;
}
.theme-default ul.cloud a[data-weight="48"] {
  color: #131d32 !important;
  font-size: 68px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="48"]::before {
  background: #223357;
}
.theme-default ul.cloud a[data-weight="49"] {
  color: #131d32 !important;
  font-size: 69px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="49"]::before {
  background: #213257;
}
.theme-default ul.cloud a[data-weight="50"] {
  color: #131d32 !important;
  font-size: 70px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="50"]::before {
  background: #213257;
}
.theme-default ul.cloud a[data-weight="51"] {
  color: #131d32 !important;
  font-size: 71px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="51"]::before {
  background: #213256;
}
.theme-default ul.cloud a[data-weight="52"] {
  color: #131d32 !important;
  font-size: 72px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="52"]::before {
  background: #213256;
}
.theme-default ul.cloud a[data-weight="53"] {
  color: #131d31 !important;
  font-size: 73px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="53"]::before {
  background: #213256;
}
.theme-default ul.cloud a[data-weight="54"] {
  color: #131d31 !important;
  font-size: 74px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="54"]::before {
  background: #213256;
}
.theme-default ul.cloud a[data-weight="55"] {
  color: #131d31 !important;
  font-size: 75px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="55"]::before {
  background: #213256;
}
.theme-default ul.cloud a[data-weight="56"] {
  color: #131d31 !important;
  font-size: 76px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="56"]::before {
  background: #213256;
}
.theme-default ul.cloud a[data-weight="57"] {
  color: #131c31 !important;
  font-size: 77px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="57"]::before {
  background: #213256;
}
.theme-default ul.cloud a[data-weight="58"] {
  color: #131c31 !important;
  font-size: 78px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="58"]::before {
  background: #213256;
}
.theme-default ul.cloud a[data-weight="59"] {
  color: #131c31 !important;
  font-size: 79px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="59"]::before {
  background: #213256;
}
.theme-default ul.cloud a[data-weight="60"] {
  color: #131c31 !important;
  font-size: 80px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="60"]::before {
  background: #213255;
}
.theme-default ul.cloud a[data-weight="61"] {
  color: #131c31 !important;
  font-size: 81px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="61"]::before {
  background: #213255;
}
.theme-default ul.cloud a[data-weight="62"] {
  color: #131c30 !important;
  font-size: 82px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="62"]::before {
  background: #213255;
}
.theme-default ul.cloud a[data-weight="63"] {
  color: #131c30 !important;
  font-size: 83px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="63"]::before {
  background: #213255;
}
.theme-default ul.cloud a[data-weight="64"] {
  color: #131c30 !important;
  font-size: 84px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="64"]::before {
  background: #213155;
}
.theme-default ul.cloud a[data-weight="65"] {
  color: #131c30 !important;
  font-size: 85px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="65"]::before {
  background: #213155;
}
.theme-default ul.cloud a[data-weight="66"] {
  color: #131c30 !important;
  font-size: 86px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="66"]::before {
  background: #213155;
}
.theme-default ul.cloud a[data-weight="67"] {
  color: #131c30 !important;
  font-size: 87px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="67"]::before {
  background: #213155;
}
.theme-default ul.cloud a[data-weight="68"] {
  color: #121c30 !important;
  font-size: 88px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="68"]::before {
  background: #213155;
}
.theme-default ul.cloud a[data-weight="69"] {
  color: #121c30 !important;
  font-size: 89px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="69"]::before {
  background: #213155;
}
.theme-default ul.cloud a[data-weight="70"] {
  color: #121c30 !important;
  font-size: 90px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="70"]::before {
  background: #213155;
}
.theme-default ul.cloud a[data-weight="71"] {
  color: #121c30 !important;
  font-size: 91px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="71"]::before {
  background: #213154;
}
.theme-default ul.cloud a[data-weight="72"] {
  color: #121c30 !important;
  font-size: 92px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="72"]::before {
  background: #213154;
}
.theme-default ul.cloud a[data-weight="73"] {
  color: #121c30 !important;
  font-size: 93px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="73"]::before {
  background: #213154;
}
.theme-default ul.cloud a[data-weight="74"] {
  color: #121c2f !important;
  font-size: 94px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="74"]::before {
  background: #213154;
}
.theme-default ul.cloud a[data-weight="75"] {
  color: #121c2f !important;
  font-size: 95px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="75"]::before {
  background: #203154;
}
.theme-default ul.cloud a[data-weight="76"] {
  color: #121c2f !important;
  font-size: 96px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="76"]::before {
  background: #203154;
}
.theme-default ul.cloud a[data-weight="77"] {
  color: #121c2f !important;
  font-size: 97px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="77"]::before {
  background: #203154;
}
.theme-default ul.cloud a[data-weight="78"] {
  color: #121b2f !important;
  font-size: 98px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="78"]::before {
  background: #203154;
}
.theme-default ul.cloud a[data-weight="79"] {
  color: #121b2f !important;
  font-size: 99px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="79"]::before {
  background: #203154;
}
.theme-default ul.cloud a[data-weight="80"] {
  color: #121b2f !important;
  font-size: 100px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="80"]::before {
  background: #203154;
}
.theme-default ul.cloud a[data-weight="81"] {
  color: #121b2f !important;
  font-size: 101px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="81"]::before {
  background: #203154;
}
.theme-default ul.cloud a[data-weight="82"] {
  color: #121b2f !important;
  font-size: 102px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="82"]::before {
  background: #203154;
}
.theme-default ul.cloud a[data-weight="83"] {
  color: #121b2f !important;
  font-size: 103px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="83"]::before {
  background: #203154;
}
.theme-default ul.cloud a[data-weight="84"] {
  color: #121b2f !important;
  font-size: 104px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="84"]::before {
  background: #203154;
}
.theme-default ul.cloud a[data-weight="85"] {
  color: #121b2f !important;
  font-size: 105px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="85"]::before {
  background: #203154;
}
.theme-default ul.cloud a[data-weight="86"] {
  color: #121b2f !important;
  font-size: 106px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="86"]::before {
  background: #203154;
}
.theme-default ul.cloud a[data-weight="87"] {
  color: #121b2f !important;
  font-size: 107px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="87"]::before {
  background: #203154;
}
.theme-default ul.cloud a[data-weight="88"] {
  color: #121b2f !important;
  font-size: 108px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="88"]::before {
  background: #203154;
}
.theme-default ul.cloud a[data-weight="89"] {
  color: #121b2f !important;
  font-size: 109px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="89"]::before {
  background: #203153;
}
.theme-default ul.cloud a[data-weight="90"] {
  color: #121b2f !important;
  font-size: 110px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="90"]::before {
  background: #203153;
}
.theme-default ul.cloud a[data-weight="91"] {
  color: #121b2f !important;
  font-size: 111px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="91"]::before {
  background: #203153;
}
.theme-default ul.cloud a[data-weight="92"] {
  color: #121b2f !important;
  font-size: 112px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="92"]::before {
  background: #203053;
}
.theme-default ul.cloud a[data-weight="93"] {
  color: #121b2e !important;
  font-size: 113px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="93"]::before {
  background: #203053;
}
.theme-default ul.cloud a[data-weight="94"] {
  color: #121b2e !important;
  font-size: 114px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="94"]::before {
  background: #203053;
}
.theme-default ul.cloud a[data-weight="95"] {
  color: #121b2e !important;
  font-size: 115px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="95"]::before {
  background: #203053;
}
.theme-default ul.cloud a[data-weight="96"] {
  color: #121b2e !important;
  font-size: 116px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="96"]::before {
  background: #203053;
}
.theme-default ul.cloud a[data-weight="97"] {
  color: #121b2e !important;
  font-size: 117px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="97"]::before {
  background: #203053;
}
.theme-default ul.cloud a[data-weight="98"] {
  color: #121b2e !important;
  font-size: 118px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="98"]::before {
  background: #203053;
}
.theme-default ul.cloud a[data-weight="99"] {
  color: #121b2e !important;
  font-size: 119px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="99"]::before {
  background: #203053;
}
.theme-default ul.cloud a[data-weight="100"] {
  color: #121b2e !important;
  font-size: 120px;
  writing-mode: vertical-rl;
}
.theme-default ul.cloud a[data-weight="100"]::before {
  background: #203053;
}
.tile.tile-default {
  background: #3b5999;
  color: #fff;
  border-color: #263962;
}
.tile.tile-default .tile-header i {
  color: #fff !important;
}
.tile.tile-default .tile-body {
  border-color: #263962;
}
.tile.tile-default.tile-classic {
  color: #3b5999;
  text-shadow: #96abd7 8px 7px 10px;
}
.tile.tile-default.tile-classic .tile-header i {
  color: #3b5999 !important;
}
.theme-blue {
  background-color: #fff !important;
  /*	************************************ */
  /*	HEADER */
  /*	************************************ */
  /*     each(range(4), {
  .col-@{value} {
    height: (@value * 50px);
  }
});*/
  /*.cloud-style(2,@back);
    .cloud-style(3,@back);
    .cloud-style(4,@back);
    .cloud-style(5,@back);
    .cloud-style(6,@back);
    .cloud-style(7,@back);
    .cloud-style(8,@back);
    .cloud-style(9,@back);
    .cloud-style(10,@back);
    .cloud-style(11,@back);*/
}
.theme-blue .form-control::-webkit-input-placeholder,
.theme-blue .form-control:-moz-placeholder,
.theme-blue .form-control::-moz-placeholder,
.theme-blue .form-control:-ms-input-placeholder {
  color: #0a2639;
}
.theme-blue .boxshadow {
  border: 1px solid #b6daf2;
  box-shadow: 1px 2px 4px -3px #000;
}
.theme-blue header {
  background: #fff;
}
.theme-blue header .navbar {
  background-color: #3498db;
  border-color: #2077b2;
}
.theme-blue .navbar-default .navbar-nav > .active > a,
.theme-blue .navbar-default .navbar-nav > .active > a:focus,
.theme-blue .navbar-default .navbar-nav > .active > a:hover,
.theme-blue .navbar-default .navbar-nav > li > a:focus,
.theme-blue .navbar-default .navbar-nav > li > a:hover {
  box-shadow: 0px -3px #16527a inset;
  background: transparent;
}
.theme-blue .navbar-default .navbar-nav > li > a {
  color: #fff;
}
.theme-blue .navbar-default .navbar-nav > li > a .fa {
  color: #fff;
}
.theme-blue .search {
  background-color: #3498db;
}
.theme-blue .search .description {
  color: #fff;
}
.theme-blue .SearchResultHolder {
  border-top-color: #2383c4;
}
.theme-blue .SearchResultHolder::after {
  border: #fff;
}
.theme-blue .sliderHolder {
  border-bottom-color: #16527a;
}
.theme-blue .btn.btn-default {
  background-color: #3498db;
  color: #fff;
  border-color: #2077b2;
}
.theme-blue .btn.btn-default:hover,
.theme-blue .btn.btn-default:focus,
.theme-blue .btn.btn-default.active {
  background-color: #2077b2;
  color: #fff;
  border-color: #16527a;
}
.theme-blue .btn-light {
  background: #fff !important;
  color: #3498db !important;
  border-color: #3498db !important;
}
.theme-blue .btn-light:hover,
.theme-blue .btn-light:focus,
.theme-blue .btn-light.active {
  background: #3498db !important;
  color: #fff !important;
}
.theme-blue .row-slider {
  border-color: #16527a;
  background: #3498db;
  color: #fff;
}
.theme-blue .row-slider .row-slider-title > h4 {
  background: #fff;
  border-color: #3498db;
  color: #3498db;
}
.theme-blue .row-slider .row-slider-left {
  background: linear-gradient(to left, transparent, #57aae1);
}
.theme-blue .row-slider .row-slider-left i {
  color: #fff;
}
.theme-blue .row-slider .row-slider-left:hover,
.theme-blue .row-slider .row-slider-left:focus {
  background: linear-gradient(to left, transparent, #3498db);
}
.theme-blue .row-slider .row-slider-right {
  background: linear-gradient(to right, transparent, #57aae1);
}
.theme-blue .row-slider .row-slider-right:hover,
.theme-blue .row-slider .row-slider-right:focus {
  background: linear-gradient(to right, transparent, #3498db);
}
.theme-blue .row-slider.row-slider-light {
  border-color: #ccc;
  background: #fff;
  color: #3498db;
}
.theme-blue .tabFlex .tab-content {
  background-color: #ffffff;
}
.theme-blue .tabFlex .nav li {
  background: #3498db;
  border-color: #3498db;
}
.theme-blue .tabFlex .nav li a,
.theme-blue .tabFlex .nav li .fa {
  color: #fff !important;
}
.theme-blue .tabFlex .nav li::before {
  border-left-color: #3498db;
}
.theme-blue .tabFlex .nav li::after {
  border-left-color: #3498db;
}
.theme-blue .tabFlex .nav li:hover {
  background: #57aae1;
}
.theme-blue .tabFlex .nav li:hover a,
.theme-blue .tabFlex .nav li:hover .fa {
  background: #57aae1;
  color: #fff !important;
}
.theme-blue .tabFlex .nav li:hover::before {
  border-left-color: #3498db;
}
.theme-blue .tabFlex .nav li:hover::after {
  border-left-color: #57aae1;
}
.theme-blue .tabFlex .nav li.active {
  background: #fff;
  border-color: #3498db;
}
.theme-blue .tabFlex .nav li.active a,
.theme-blue .tabFlex .nav li.active .fa {
  background: #fff !important;
  color: #3498db !important;
}
.theme-blue .tabFlex .nav li.active:before {
  border-left-color: #3498db;
}
.theme-blue .tabFlex .nav li.active:after {
  border-left-color: #fff;
}
.theme-blue li:hover .tabFlex .nav li:hover:after {
  border-left-color: #b6daf2;
}
.theme-blue .fa {
  color: inherit;
}
.theme-blue footer .fa {
  color: #fff;
}
.theme-blue a {
  color: #3498db;
}
.theme-blue a:hover,
.theme-blue a:focus {
  color: #16527a;
}
.theme-blue .btn {
  color: #fff;
}
.theme-blue .btn .fa {
  color: #fff;
}
.theme-blue .btn:hover .fa,
.theme-blue .btn:focus .fa {
  color: #fff;
}
.theme-blue .btn.btn-link {
  color: #3498db;
}
.theme-blue .btn.btn-link .fa {
  color: #3498db;
}
.theme-blue .btn.btn-link:hover .fa,
.theme-blue .btn.btn-link:focus .fa {
  color: #3498db;
}
.theme-blue footer .listStyle {
  color: #fff;
}
.theme-blue .listStyle h2 {
  color: #57aae1;
}
.theme-blue footer {
  background-color: #3498db;
  color: #fff;
}
.theme-blue footer:before {
  background-color: #2077b2;
}
.theme-blue .control--checkbox .control__indicator::after {
  color: #fff;
}
.theme-blue .control input:checked ~ .control__indicator {
  background: #3498db;
}
.theme-blue .control__indicator {
  background: #fff;
  border-color: #2077b2;
}
.theme-blue .copy {
  background-color: #b6daf2;
  color: #3498db;
  border-top-color: #16527a;
}
.theme-blue .ArianBadg {
  background-color: #57aae1 !important;
}
.theme-blue .newsdatetime {
  color: #57aae1;
}
.theme-blue .SearchResultHolder {
  border-top-color: #3498db;
}
.theme-blue .search_on_result_page .searchTitle {
  background-color: #57aae1;
  color: #fff;
}
.theme-blue .searchResult h2 {
  color: #3498db;
}
.theme-blue .search_on_result_page .searchButtonsHolder .btn {
  background-color: #3498db;
  color: #fff;
  border-color: #2077b2;
}
.theme-blue .pagination > .active > button,
.theme-blue .pagination > .active > a,
.theme-blue .pagination > .active > span,
.theme-blue .pagination > .active > button:hover,
.theme-blue .pagination > .active > a:hover,
.theme-blue .pagination > .active > span:hover,
.theme-blue .pagination > .active > button:focus,
.theme-blue .pagination > .active > a:focus,
.theme-blue .pagination > .active > span:focus {
  color: #fff;
  background-color: #3498db;
  border-color: #2077b2;
}
.theme-blue .pagination > li > a,
.theme-blue .pagination > li > button,
.theme-blue .pagination > li > span {
  color: #3498db;
}
.theme-blue .pagination > li > a:hover,
.theme-blue .pagination > li > button:hover,
.theme-blue .pagination > li > span:hover,
.theme-blue .pagination > li > a:focus,
.theme-blue .pagination > li > button:focus,
.theme-blue .pagination > li > span:focus {
  color: #2077b2;
}
.theme-blue ul.cloud a[data-weight="1"] {
  color: #8bc4ea !important;
  font-size: 21px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="1"]::before {
  background: #b6daf2;
}
.theme-blue ul.cloud a[data-weight="2"] {
  color: #429fde !important;
  font-size: 22px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="2"]::before {
  background: #6eb5e5;
}
.theme-blue ul.cloud a[data-weight="3"] {
  color: #258cd1 !important;
  font-size: 23px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="3"]::before {
  background: #4aa3df;
}
.theme-blue ul.cloud a[data-weight="4"] {
  color: #217dbb !important;
  font-size: 24px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="4"]::before {
  background: #3498db;
}
.theme-blue ul.cloud a[data-weight="5"] {
  color: #1f74ac !important;
  font-size: 25px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="5"]::before {
  background: #2691d8;
}
.theme-blue ul.cloud a[data-weight="6"] {
  color: #1d6da2 !important;
  font-size: 26px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="6"]::before {
  background: #248acd;
}
.theme-blue ul.cloud a[data-weight="7"] {
  color: #1b679a !important;
  font-size: 27px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="7"]::before {
  background: #2384c6;
}
.theme-blue ul.cloud a[data-weight="8"] {
  color: #1a6394 !important;
  font-size: 28px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="8"]::before {
  background: #2280c0;
}
.theme-blue ul.cloud a[data-weight="9"] {
  color: #196090 !important;
  font-size: 29px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="9"]::before {
  background: #217dbb;
}
.theme-blue ul.cloud a[data-weight="10"] {
  color: #195e8c !important;
  font-size: 30px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="10"]::before {
  background: #207bb7;
}
.theme-blue ul.cloud a[data-weight="11"] {
  color: #185b88 !important;
  font-size: 31px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="11"]::before {
  background: #2078b4;
}
.theme-blue ul.cloud a[data-weight="12"] {
  color: #185986 !important;
  font-size: 32px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="12"]::before {
  background: #1f76b1;
}
.theme-blue ul.cloud a[data-weight="13"] {
  color: #175883 !important;
  font-size: 33px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="13"]::before {
  background: #1f75ae;
}
.theme-blue ul.cloud a[data-weight="14"] {
  color: #175681 !important;
  font-size: 34px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="14"]::before {
  background: #1f74ac;
}
.theme-blue ul.cloud a[data-weight="15"] {
  color: #17557f !important;
  font-size: 35px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="15"]::before {
  background: #1e72ab;
}
.theme-blue ul.cloud a[data-weight="16"] {
  color: #16547e !important;
  font-size: 36px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="16"]::before {
  background: #1e71a9;
}
.theme-blue ul.cloud a[data-weight="17"] {
  color: #16537c !important;
  font-size: 37px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="17"]::before {
  background: #1e70a8;
}
.theme-blue ul.cloud a[data-weight="18"] {
  color: #16527b !important;
  font-size: 38px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="18"]::before {
  background: #1d6fa6;
}
.theme-blue ul.cloud a[data-weight="19"] {
  color: #16527a !important;
  font-size: 39px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="19"]::before {
  background: #1d6fa5;
}
.theme-blue ul.cloud a[data-weight="20"] {
  color: #155179 !important;
  font-size: 40px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="20"]::before {
  background: #1d6ea4;
}
.theme-blue ul.cloud a[data-weight="21"] {
  color: #155078 !important;
  font-size: 41px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="21"]::before {
  background: #1d6da3;
}
.theme-blue ul.cloud a[data-weight="22"] {
  color: #155077 !important;
  font-size: 42px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="22"]::before {
  background: #1d6da2;
}
.theme-blue ul.cloud a[data-weight="23"] {
  color: #154f76 !important;
  font-size: 43px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="23"]::before {
  background: #1d6ca2;
}
.theme-blue ul.cloud a[data-weight="24"] {
  color: #154f76 !important;
  font-size: 44px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="24"]::before {
  background: #1d6ca1;
}
.theme-blue ul.cloud a[data-weight="25"] {
  color: #154e75 !important;
  font-size: 45px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="25"]::before {
  background: #1c6ba0;
}
.theme-blue ul.cloud a[data-weight="26"] {
  color: #154e74 !important;
  font-size: 46px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="26"]::before {
  background: #1c6ba0;
}
.theme-blue ul.cloud a[data-weight="27"] {
  color: #154e74 !important;
  font-size: 47px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="27"]::before {
  background: #1c6b9f;
}
.theme-blue ul.cloud a[data-weight="28"] {
  color: #144d73 !important;
  font-size: 48px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="28"]::before {
  background: #1c6a9e;
}
.theme-blue ul.cloud a[data-weight="29"] {
  color: #144d73 !important;
  font-size: 49px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="29"]::before {
  background: #1c6a9e;
}
.theme-blue ul.cloud a[data-weight="30"] {
  color: #144d72 !important;
  font-size: 50px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="30"]::before {
  background: #1c6a9e;
}
.theme-blue ul.cloud a[data-weight="31"] {
  color: #144c72 !important;
  font-size: 51px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="31"]::before {
  background: #1c699d;
}
.theme-blue ul.cloud a[data-weight="32"] {
  color: #144c71 !important;
  font-size: 52px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="32"]::before {
  background: #1c699d;
}
.theme-blue ul.cloud a[data-weight="33"] {
  color: #144c71 !important;
  font-size: 53px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="33"]::before {
  background: #1c699c;
}
.theme-blue ul.cloud a[data-weight="34"] {
  color: #144b71 !important;
  font-size: 54px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="34"]::before {
  background: #1c689c;
}
.theme-blue ul.cloud a[data-weight="35"] {
  color: #144b70 !important;
  font-size: 55px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="35"]::before {
  background: #1c689c;
}
.theme-blue ul.cloud a[data-weight="36"] {
  color: #144b70 !important;
  font-size: 56px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="36"]::before {
  background: #1c689b;
}
.theme-blue ul.cloud a[data-weight="37"] {
  color: #144b70 !important;
  font-size: 57px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="37"]::before {
  background: #1b689b;
}
.theme-blue ul.cloud a[data-weight="38"] {
  color: #144b6f !important;
  font-size: 58px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="38"]::before {
  background: #1b689b;
}
.theme-blue ul.cloud a[data-weight="39"] {
  color: #144a6f !important;
  font-size: 59px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="39"]::before {
  background: #1b679a;
}
.theme-blue ul.cloud a[data-weight="40"] {
  color: #144a6f !important;
  font-size: 60px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="40"]::before {
  background: #1b679a;
}
.theme-blue ul.cloud a[data-weight="41"] {
  color: #144a6f !important;
  font-size: 61px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="41"]::before {
  background: #1b679a;
}
.theme-blue ul.cloud a[data-weight="42"] {
  color: #144a6e !important;
  font-size: 62px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="42"]::before {
  background: #1b679a;
}
.theme-blue ul.cloud a[data-weight="43"] {
  color: #144a6e !important;
  font-size: 63px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="43"]::before {
  background: #1b6799;
}
.theme-blue ul.cloud a[data-weight="44"] {
  color: #134a6e !important;
  font-size: 64px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="44"]::before {
  background: #1b6799;
}
.theme-blue ul.cloud a[data-weight="45"] {
  color: #13496e !important;
  font-size: 65px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="45"]::before {
  background: #1b6699;
}
.theme-blue ul.cloud a[data-weight="46"] {
  color: #13496d !important;
  font-size: 66px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="46"]::before {
  background: #1b6699;
}
.theme-blue ul.cloud a[data-weight="47"] {
  color: #13496d !important;
  font-size: 67px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="47"]::before {
  background: #1b6699;
}
.theme-blue ul.cloud a[data-weight="48"] {
  color: #13496d !important;
  font-size: 68px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="48"]::before {
  background: #1b6698;
}
.theme-blue ul.cloud a[data-weight="49"] {
  color: #13496d !important;
  font-size: 69px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="49"]::before {
  background: #1b6698;
}
.theme-blue ul.cloud a[data-weight="50"] {
  color: #13496d !important;
  font-size: 70px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="50"]::before {
  background: #1b6698;
}
.theme-blue ul.cloud a[data-weight="51"] {
  color: #13496d !important;
  font-size: 71px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="51"]::before {
  background: #1b6698;
}
.theme-blue ul.cloud a[data-weight="52"] {
  color: #13496c !important;
  font-size: 72px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="52"]::before {
  background: #1b6698;
}
.theme-blue ul.cloud a[data-weight="53"] {
  color: #13496c !important;
  font-size: 73px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="53"]::before {
  background: #1b6698;
}
.theme-blue ul.cloud a[data-weight="54"] {
  color: #13486c !important;
  font-size: 74px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="54"]::before {
  background: #1b6597;
}
.theme-blue ul.cloud a[data-weight="55"] {
  color: #13486c !important;
  font-size: 75px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="55"]::before {
  background: #1b6597;
}
.theme-blue ul.cloud a[data-weight="56"] {
  color: #13486c !important;
  font-size: 76px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="56"]::before {
  background: #1b6597;
}
.theme-blue ul.cloud a[data-weight="57"] {
  color: #13486c !important;
  font-size: 77px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="57"]::before {
  background: #1b6597;
}
.theme-blue ul.cloud a[data-weight="58"] {
  color: #13486c !important;
  font-size: 78px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="58"]::before {
  background: #1b6597;
}
.theme-blue ul.cloud a[data-weight="59"] {
  color: #13486b !important;
  font-size: 79px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="59"]::before {
  background: #1b6597;
}
.theme-blue ul.cloud a[data-weight="60"] {
  color: #13486b !important;
  font-size: 80px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="60"]::before {
  background: #1b6597;
}
.theme-blue ul.cloud a[data-weight="61"] {
  color: #13486b !important;
  font-size: 81px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="61"]::before {
  background: #1b6597;
}
.theme-blue ul.cloud a[data-weight="62"] {
  color: #13486b !important;
  font-size: 82px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="62"]::before {
  background: #1b6596;
}
.theme-blue ul.cloud a[data-weight="63"] {
  color: #13486b !important;
  font-size: 83px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="63"]::before {
  background: #1b6596;
}
.theme-blue ul.cloud a[data-weight="64"] {
  color: #13486b !important;
  font-size: 84px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="64"]::before {
  background: #1b6596;
}
.theme-blue ul.cloud a[data-weight="65"] {
  color: #13486b !important;
  font-size: 85px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="65"]::before {
  background: #1b6596;
}
.theme-blue ul.cloud a[data-weight="66"] {
  color: #13476b !important;
  font-size: 86px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="66"]::before {
  background: #1b6496;
}
.theme-blue ul.cloud a[data-weight="67"] {
  color: #13476b !important;
  font-size: 87px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="67"]::before {
  background: #1b6496;
}
.theme-blue ul.cloud a[data-weight="68"] {
  color: #13476b !important;
  font-size: 88px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="68"]::before {
  background: #1b6496;
}
.theme-blue ul.cloud a[data-weight="69"] {
  color: #13476a !important;
  font-size: 89px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="69"]::before {
  background: #1b6496;
}
.theme-blue ul.cloud a[data-weight="70"] {
  color: #13476a !important;
  font-size: 90px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="70"]::before {
  background: #1b6496;
}
.theme-blue ul.cloud a[data-weight="71"] {
  color: #13476a !important;
  font-size: 91px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="71"]::before {
  background: #1b6496;
}
.theme-blue ul.cloud a[data-weight="72"] {
  color: #13476a !important;
  font-size: 92px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="72"]::before {
  background: #1b6495;
}
.theme-blue ul.cloud a[data-weight="73"] {
  color: #13476a !important;
  font-size: 93px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="73"]::before {
  background: #1a6495;
}
.theme-blue ul.cloud a[data-weight="74"] {
  color: #13476a !important;
  font-size: 94px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="74"]::before {
  background: #1a6495;
}
.theme-blue ul.cloud a[data-weight="75"] {
  color: #13476a !important;
  font-size: 95px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="75"]::before {
  background: #1a6495;
}
.theme-blue ul.cloud a[data-weight="76"] {
  color: #13476a !important;
  font-size: 96px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="76"]::before {
  background: #1a6495;
}
.theme-blue ul.cloud a[data-weight="77"] {
  color: #13476a !important;
  font-size: 97px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="77"]::before {
  background: #1a6495;
}
.theme-blue ul.cloud a[data-weight="78"] {
  color: #13476a !important;
  font-size: 98px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="78"]::before {
  background: #1a6495;
}
.theme-blue ul.cloud a[data-weight="79"] {
  color: #13476a !important;
  font-size: 99px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="79"]::before {
  background: #1a6495;
}
.theme-blue ul.cloud a[data-weight="80"] {
  color: #13476a !important;
  font-size: 100px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="80"]::before {
  background: #1a6495;
}
.theme-blue ul.cloud a[data-weight="81"] {
  color: #13476a !important;
  font-size: 101px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="81"]::before {
  background: #1a6495;
}
.theme-blue ul.cloud a[data-weight="82"] {
  color: #134769 !important;
  font-size: 102px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="82"]::before {
  background: #1a6495;
}
.theme-blue ul.cloud a[data-weight="83"] {
  color: #134769 !important;
  font-size: 103px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="83"]::before {
  background: #1a6495;
}
.theme-blue ul.cloud a[data-weight="84"] {
  color: #134769 !important;
  font-size: 104px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="84"]::before {
  background: #1a6495;
}
.theme-blue ul.cloud a[data-weight="85"] {
  color: #134769 !important;
  font-size: 105px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="85"]::before {
  background: #1a6495;
}
.theme-blue ul.cloud a[data-weight="86"] {
  color: #134669 !important;
  font-size: 106px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="86"]::before {
  background: #1a6495;
}
.theme-blue ul.cloud a[data-weight="87"] {
  color: #134669 !important;
  font-size: 107px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="87"]::before {
  background: #1a6394;
}
.theme-blue ul.cloud a[data-weight="88"] {
  color: #134669 !important;
  font-size: 108px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="88"]::before {
  background: #1a6394;
}
.theme-blue ul.cloud a[data-weight="89"] {
  color: #134669 !important;
  font-size: 109px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="89"]::before {
  background: #1a6394;
}
.theme-blue ul.cloud a[data-weight="90"] {
  color: #134669 !important;
  font-size: 110px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="90"]::before {
  background: #1a6394;
}
.theme-blue ul.cloud a[data-weight="91"] {
  color: #134669 !important;
  font-size: 111px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="91"]::before {
  background: #1a6394;
}
.theme-blue ul.cloud a[data-weight="92"] {
  color: #134669 !important;
  font-size: 112px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="92"]::before {
  background: #1a6394;
}
.theme-blue ul.cloud a[data-weight="93"] {
  color: #134669 !important;
  font-size: 113px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="93"]::before {
  background: #1a6394;
}
.theme-blue ul.cloud a[data-weight="94"] {
  color: #134669 !important;
  font-size: 114px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="94"]::before {
  background: #1a6394;
}
.theme-blue ul.cloud a[data-weight="95"] {
  color: #134669 !important;
  font-size: 115px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="95"]::before {
  background: #1a6394;
}
.theme-blue ul.cloud a[data-weight="96"] {
  color: #134669 !important;
  font-size: 116px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="96"]::before {
  background: #1a6394;
}
.theme-blue ul.cloud a[data-weight="97"] {
  color: #134669 !important;
  font-size: 117px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="97"]::before {
  background: #1a6394;
}
.theme-blue ul.cloud a[data-weight="98"] {
  color: #134669 !important;
  font-size: 118px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="98"]::before {
  background: #1a6394;
}
.theme-blue ul.cloud a[data-weight="99"] {
  color: #134669 !important;
  font-size: 119px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="99"]::before {
  background: #1a6394;
}
.theme-blue ul.cloud a[data-weight="100"] {
  color: #134669 !important;
  font-size: 120px;
  writing-mode: vertical-rl;
}
.theme-blue ul.cloud a[data-weight="100"]::before {
  background: #1a6394;
}
.tile.tile-blue {
  background: #3498db;
  color: #fff;
  border-color: #1d6fa5;
}
.tile.tile-blue .tile-header i {
  color: #fff !important;
}
.tile.tile-blue .tile-body {
  border-color: #1d6fa5;
}
.tile.tile-blue.tile-classic {
  color: #3498db;
  text-shadow: #b6daf2 8px 7px 10px;
}
.tile.tile-blue.tile-classic .tile-header i {
  color: #3498db !important;
}
.theme-classicblue {
  background-color: #fff !important;
  /*	************************************ */
  /*	HEADER */
  /*	************************************ */
  /*     each(range(4), {
  .col-@{value} {
    height: (@value * 50px);
  }
});*/
  /*.cloud-style(2,@back);
    .cloud-style(3,@back);
    .cloud-style(4,@back);
    .cloud-style(5,@back);
    .cloud-style(6,@back);
    .cloud-style(7,@back);
    .cloud-style(8,@back);
    .cloud-style(9,@back);
    .cloud-style(10,@back);
    .cloud-style(11,@back);*/
}
.theme-classicblue .form-control::-webkit-input-placeholder,
.theme-classicblue .form-control:-moz-placeholder,
.theme-classicblue .form-control::-moz-placeholder,
.theme-classicblue .form-control:-ms-input-placeholder {
  color: #00032d;
}
.theme-classicblue .boxshadow {
  border: 1px solid #939aff;
  box-shadow: 1px 2px 4px -3px #000;
}
.theme-classicblue header {
  background: #fff;
}
.theme-classicblue header .navbar {
  background-color: #000FF9;
  border-color: #000bbc;
}
.theme-classicblue .navbar-default .navbar-nav > .active > a,
.theme-classicblue .navbar-default .navbar-nav > .active > a:focus,
.theme-classicblue .navbar-default .navbar-nav > .active > a:hover,
.theme-classicblue .navbar-default .navbar-nav > li > a:focus,
.theme-classicblue .navbar-default .navbar-nav > li > a:hover {
  box-shadow: 0px -3px #00077a inset;
  background: transparent;
}
.theme-classicblue .navbar-default .navbar-nav > li > a {
  color: #fff;
}
.theme-classicblue .navbar-default .navbar-nav > li > a .fa {
  color: #fff;
}
.theme-classicblue .search {
  background-color: #000FF9;
}
.theme-classicblue .search .description {
  color: #fff;
}
.theme-classicblue .SearchResultHolder {
  border-top-color: #000dd0;
}
.theme-classicblue .SearchResultHolder::after {
  border: #fff;
}
.theme-classicblue .sliderHolder {
  border-bottom-color: #00077a;
}
.theme-classicblue .btn.btn-default {
  background-color: #000FF9;
  color: #fff;
  border-color: #000bbc;
}
.theme-classicblue .btn.btn-default:hover,
.theme-classicblue .btn.btn-default:focus,
.theme-classicblue .btn.btn-default.active {
  background-color: #000bbc;
  color: #fff;
  border-color: #00077a;
}
.theme-classicblue .btn-light {
  background: #fff !important;
  color: #000FF9 !important;
  border-color: #000FF9 !important;
}
.theme-classicblue .btn-light:hover,
.theme-classicblue .btn-light:focus,
.theme-classicblue .btn-light.active {
  background: #000FF9 !important;
  color: #fff !important;
}
.theme-classicblue .row-slider {
  border-color: #00077a;
  background: #000FF9;
  color: #fff;
}
.theme-classicblue .row-slider .row-slider-title > h4 {
  background: #fff;
  border-color: #000FF9;
  color: #000FF9;
}
.theme-classicblue .row-slider .row-slider-left {
  background: linear-gradient(to left, transparent, #2330ff);
}
.theme-classicblue .row-slider .row-slider-left i {
  color: #fff;
}
.theme-classicblue .row-slider .row-slider-left:hover,
.theme-classicblue .row-slider .row-slider-left:focus {
  background: linear-gradient(to left, transparent, #000FF9);
}
.theme-classicblue .row-slider .row-slider-right {
  background: linear-gradient(to right, transparent, #2330ff);
}
.theme-classicblue .row-slider .row-slider-right:hover,
.theme-classicblue .row-slider .row-slider-right:focus {
  background: linear-gradient(to right, transparent, #000FF9);
}
.theme-classicblue .row-slider.row-slider-light {
  border-color: #ccc;
  background: #fff;
  color: #000FF9;
}
.theme-classicblue .tabFlex .tab-content {
  background-color: #ffffff;
}
.theme-classicblue .tabFlex .nav li {
  background: #000FF9;
  border-color: #000FF9;
}
.theme-classicblue .tabFlex .nav li a,
.theme-classicblue .tabFlex .nav li .fa {
  color: #fff !important;
}
.theme-classicblue .tabFlex .nav li::before {
  border-left-color: #000FF9;
}
.theme-classicblue .tabFlex .nav li::after {
  border-left-color: #000FF9;
}
.theme-classicblue .tabFlex .nav li:hover {
  background: #2330ff;
}
.theme-classicblue .tabFlex .nav li:hover a,
.theme-classicblue .tabFlex .nav li:hover .fa {
  background: #2330ff;
  color: #fff !important;
}
.theme-classicblue .tabFlex .nav li:hover::before {
  border-left-color: #000FF9;
}
.theme-classicblue .tabFlex .nav li:hover::after {
  border-left-color: #2330ff;
}
.theme-classicblue .tabFlex .nav li.active {
  background: #fff;
  border-color: #000FF9;
}
.theme-classicblue .tabFlex .nav li.active a,
.theme-classicblue .tabFlex .nav li.active .fa {
  background: #fff !important;
  color: #000FF9 !important;
}
.theme-classicblue .tabFlex .nav li.active:before {
  border-left-color: #000FF9;
}
.theme-classicblue .tabFlex .nav li.active:after {
  border-left-color: #fff;
}
.theme-classicblue li:hover .tabFlex .nav li:hover:after {
  border-left-color: #939aff;
}
.theme-classicblue .fa {
  color: inherit;
}
.theme-classicblue footer .fa {
  color: #fff;
}
.theme-classicblue a {
  color: #000FF9;
}
.theme-classicblue a:hover,
.theme-classicblue a:focus {
  color: #00077a;
}
.theme-classicblue .btn {
  color: #fff;
}
.theme-classicblue .btn .fa {
  color: #fff;
}
.theme-classicblue .btn:hover .fa,
.theme-classicblue .btn:focus .fa {
  color: #fff;
}
.theme-classicblue .btn.btn-link {
  color: #000FF9;
}
.theme-classicblue .btn.btn-link .fa {
  color: #000FF9;
}
.theme-classicblue .btn.btn-link:hover .fa,
.theme-classicblue .btn.btn-link:focus .fa {
  color: #000FF9;
}
.theme-classicblue footer .listStyle {
  color: #fff;
}
.theme-classicblue .listStyle h2 {
  color: #2330ff;
}
.theme-classicblue footer {
  background-color: #000FF9;
  color: #fff;
}
.theme-classicblue footer:before {
  background-color: #000bbc;
}
.theme-classicblue .control--checkbox .control__indicator::after {
  color: #fff;
}
.theme-classicblue .control input:checked ~ .control__indicator {
  background: #000FF9;
}
.theme-classicblue .control__indicator {
  background: #fff;
  border-color: #000bbc;
}
.theme-classicblue .copy {
  background-color: #939aff;
  color: #000FF9;
  border-top-color: #00077a;
}
.theme-classicblue .ArianBadg {
  background-color: #2330ff !important;
}
.theme-classicblue .newsdatetime {
  color: #2330ff;
}
.theme-classicblue .SearchResultHolder {
  border-top-color: #000FF9;
}
.theme-classicblue .search_on_result_page .searchTitle {
  background-color: #2330ff;
  color: #fff;
}
.theme-classicblue .searchResult h2 {
  color: #000FF9;
}
.theme-classicblue .search_on_result_page .searchButtonsHolder .btn {
  background-color: #000FF9;
  color: #fff;
  border-color: #000bbc;
}
.theme-classicblue .pagination > .active > button,
.theme-classicblue .pagination > .active > a,
.theme-classicblue .pagination > .active > span,
.theme-classicblue .pagination > .active > button:hover,
.theme-classicblue .pagination > .active > a:hover,
.theme-classicblue .pagination > .active > span:hover,
.theme-classicblue .pagination > .active > button:focus,
.theme-classicblue .pagination > .active > a:focus,
.theme-classicblue .pagination > .active > span:focus {
  color: #fff;
  background-color: #000FF9;
  border-color: #000bbc;
}
.theme-classicblue .pagination > li > a,
.theme-classicblue .pagination > li > button,
.theme-classicblue .pagination > li > span {
  color: #000FF9;
}
.theme-classicblue .pagination > li > a:hover,
.theme-classicblue .pagination > li > button:hover,
.theme-classicblue .pagination > li > span:hover,
.theme-classicblue .pagination > li > a:focus,
.theme-classicblue .pagination > li > button:focus,
.theme-classicblue .pagination > li > span:focus {
  color: #000bbc;
}
.theme-classicblue ul.cloud a[data-weight="1"] {
  color: #606aff !important;
  font-size: 21px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="1"]::before {
  background: #939aff;
}
.theme-classicblue ul.cloud a[data-weight="2"] {
  color: #0b1aff !important;
  font-size: 22px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="2"]::before {
  background: #3e4aff;
}
.theme-classicblue ul.cloud a[data-weight="3"] {
  color: #000de0 !important;
  font-size: 23px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="3"]::before {
  background: #1422ff;
}
.theme-classicblue ul.cloud a[data-weight="4"] {
  color: #000cc6 !important;
  font-size: 24px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="4"]::before {
  background: #000ff9;
}
.theme-classicblue ul.cloud a[data-weight="5"] {
  color: #000bb5 !important;
  font-size: 25px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="5"]::before {
  background: #000ee8;
}
.theme-classicblue ul.cloud a[data-weight="6"] {
  color: #000aa9 !important;
  font-size: 26px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="6"]::before {
  background: #000ddc;
}
.theme-classicblue ul.cloud a[data-weight="7"] {
  color: #000aa0 !important;
  font-size: 27px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="7"]::before {
  background: #000dd3;
}
.theme-classicblue ul.cloud a[data-weight="8"] {
  color: #000999 !important;
  font-size: 28px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="8"]::before {
  background: #000ccc;
}
.theme-classicblue ul.cloud a[data-weight="9"] {
  color: #000993 !important;
  font-size: 29px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="9"]::before {
  background: #000cc6;
}
.theme-classicblue ul.cloud a[data-weight="10"] {
  color: #00098e !important;
  font-size: 30px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="10"]::before {
  background: #000cc1;
}
.theme-classicblue ul.cloud a[data-weight="11"] {
  color: #00088b !important;
  font-size: 31px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="11"]::before {
  background: #000bbe;
}
.theme-classicblue ul.cloud a[data-weight="12"] {
  color: #000887 !important;
  font-size: 32px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="12"]::before {
  background: #000bba;
}
.theme-classicblue ul.cloud a[data-weight="13"] {
  color: #000884 !important;
  font-size: 33px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="13"]::before {
  background: #000bb7;
}
.theme-classicblue ul.cloud a[data-weight="14"] {
  color: #000882 !important;
  font-size: 34px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="14"]::before {
  background: #000bb5;
}
.theme-classicblue ul.cloud a[data-weight="15"] {
  color: #000880 !important;
  font-size: 35px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="15"]::before {
  background: #000bb3;
}
.theme-classicblue ul.cloud a[data-weight="16"] {
  color: #00087e !important;
  font-size: 36px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="16"]::before {
  background: #000bb1;
}
.theme-classicblue ul.cloud a[data-weight="17"] {
  color: #00077c !important;
  font-size: 37px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="17"]::before {
  background: #000baf;
}
.theme-classicblue ul.cloud a[data-weight="18"] {
  color: #00077b !important;
  font-size: 38px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="18"]::before {
  background: #000aae;
}
.theme-classicblue ul.cloud a[data-weight="19"] {
  color: #00077a !important;
  font-size: 39px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="19"]::before {
  background: #000aad;
}
.theme-classicblue ul.cloud a[data-weight="20"] {
  color: #000778 !important;
  font-size: 40px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="20"]::before {
  background: #000aab;
}
.theme-classicblue ul.cloud a[data-weight="21"] {
  color: #000777 !important;
  font-size: 41px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="21"]::before {
  background: #000aaa;
}
.theme-classicblue ul.cloud a[data-weight="22"] {
  color: #000776 !important;
  font-size: 42px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="22"]::before {
  background: #000aa9;
}
.theme-classicblue ul.cloud a[data-weight="23"] {
  color: #000775 !important;
  font-size: 43px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="23"]::before {
  background: #000aa8;
}
.theme-classicblue ul.cloud a[data-weight="24"] {
  color: #000774 !important;
  font-size: 44px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="24"]::before {
  background: #000aa7;
}
.theme-classicblue ul.cloud a[data-weight="25"] {
  color: #000774 !important;
  font-size: 45px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="25"]::before {
  background: #000aa7;
}
.theme-classicblue ul.cloud a[data-weight="26"] {
  color: #000773 !important;
  font-size: 46px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="26"]::before {
  background: #000aa6;
}
.theme-classicblue ul.cloud a[data-weight="27"] {
  color: #000772 !important;
  font-size: 47px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="27"]::before {
  background: #000aa5;
}
.theme-classicblue ul.cloud a[data-weight="28"] {
  color: #000772 !important;
  font-size: 48px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="28"]::before {
  background: #000aa5;
}
.theme-classicblue ul.cloud a[data-weight="29"] {
  color: #000771 !important;
  font-size: 49px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="29"]::before {
  background: #000aa4;
}
.theme-classicblue ul.cloud a[data-weight="30"] {
  color: #000770 !important;
  font-size: 50px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="30"]::before {
  background: #000aa3;
}
.theme-classicblue ul.cloud a[data-weight="31"] {
  color: #000770 !important;
  font-size: 51px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="31"]::before {
  background: #000aa3;
}
.theme-classicblue ul.cloud a[data-weight="32"] {
  color: #00076f !important;
  font-size: 52px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="32"]::before {
  background: #000aa2;
}
.theme-classicblue ul.cloud a[data-weight="33"] {
  color: #00076f !important;
  font-size: 53px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="33"]::before {
  background: #000aa2;
}
.theme-classicblue ul.cloud a[data-weight="34"] {
  color: #00076f !important;
  font-size: 54px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="34"]::before {
  background: #000aa2;
}
.theme-classicblue ul.cloud a[data-weight="35"] {
  color: #00076e !important;
  font-size: 55px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="35"]::before {
  background: #000aa1;
}
.theme-classicblue ul.cloud a[data-weight="36"] {
  color: #00076e !important;
  font-size: 56px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="36"]::before {
  background: #000aa1;
}
.theme-classicblue ul.cloud a[data-weight="37"] {
  color: #00076d !important;
  font-size: 57px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="37"]::before {
  background: #000aa0;
}
.theme-classicblue ul.cloud a[data-weight="38"] {
  color: #00076d !important;
  font-size: 58px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="38"]::before {
  background: #000aa0;
}
.theme-classicblue ul.cloud a[data-weight="39"] {
  color: #00076d !important;
  font-size: 59px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="39"]::before {
  background: #000aa0;
}
.theme-classicblue ul.cloud a[data-weight="40"] {
  color: #00076c !important;
  font-size: 60px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="40"]::before {
  background: #000a9f;
}
.theme-classicblue ul.cloud a[data-weight="41"] {
  color: #00076c !important;
  font-size: 61px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="41"]::before {
  background: #000a9f;
}
.theme-classicblue ul.cloud a[data-weight="42"] {
  color: #00066c !important;
  font-size: 62px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="42"]::before {
  background: #000a9f;
}
.theme-classicblue ul.cloud a[data-weight="43"] {
  color: #00066c !important;
  font-size: 63px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="43"]::before {
  background: #000a9f;
}
.theme-classicblue ul.cloud a[data-weight="44"] {
  color: #00066b !important;
  font-size: 64px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="44"]::before {
  background: #000a9e;
}
.theme-classicblue ul.cloud a[data-weight="45"] {
  color: #00066b !important;
  font-size: 65px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="45"]::before {
  background: #000a9e;
}
.theme-classicblue ul.cloud a[data-weight="46"] {
  color: #00066b !important;
  font-size: 66px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="46"]::before {
  background: #000a9e;
}
.theme-classicblue ul.cloud a[data-weight="47"] {
  color: #00066b !important;
  font-size: 67px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="47"]::before {
  background: #00099e;
}
.theme-classicblue ul.cloud a[data-weight="48"] {
  color: #00066a !important;
  font-size: 68px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="48"]::before {
  background: #00099d;
}
.theme-classicblue ul.cloud a[data-weight="49"] {
  color: #00066a !important;
  font-size: 69px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="49"]::before {
  background: #00099d;
}
.theme-classicblue ul.cloud a[data-weight="50"] {
  color: #00066a !important;
  font-size: 70px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="50"]::before {
  background: #00099d;
}
.theme-classicblue ul.cloud a[data-weight="51"] {
  color: #00066a !important;
  font-size: 71px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="51"]::before {
  background: #00099d;
}
.theme-classicblue ul.cloud a[data-weight="52"] {
  color: #00066a !important;
  font-size: 72px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="52"]::before {
  background: #00099d;
}
.theme-classicblue ul.cloud a[data-weight="53"] {
  color: #000669 !important;
  font-size: 73px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="53"]::before {
  background: #00099c;
}
.theme-classicblue ul.cloud a[data-weight="54"] {
  color: #000669 !important;
  font-size: 74px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="54"]::before {
  background: #00099c;
}
.theme-classicblue ul.cloud a[data-weight="55"] {
  color: #000669 !important;
  font-size: 75px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="55"]::before {
  background: #00099c;
}
.theme-classicblue ul.cloud a[data-weight="56"] {
  color: #000669 !important;
  font-size: 76px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="56"]::before {
  background: #00099c;
}
.theme-classicblue ul.cloud a[data-weight="57"] {
  color: #000669 !important;
  font-size: 77px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="57"]::before {
  background: #00099c;
}
.theme-classicblue ul.cloud a[data-weight="58"] {
  color: #000669 !important;
  font-size: 78px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="58"]::before {
  background: #00099c;
}
.theme-classicblue ul.cloud a[data-weight="59"] {
  color: #000669 !important;
  font-size: 79px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="59"]::before {
  background: #00099c;
}
.theme-classicblue ul.cloud a[data-weight="60"] {
  color: #000668 !important;
  font-size: 80px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="60"]::before {
  background: #00099b;
}
.theme-classicblue ul.cloud a[data-weight="61"] {
  color: #000668 !important;
  font-size: 81px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="61"]::before {
  background: #00099b;
}
.theme-classicblue ul.cloud a[data-weight="62"] {
  color: #000668 !important;
  font-size: 82px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="62"]::before {
  background: #00099b;
}
.theme-classicblue ul.cloud a[data-weight="63"] {
  color: #000668 !important;
  font-size: 83px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="63"]::before {
  background: #00099b;
}
.theme-classicblue ul.cloud a[data-weight="64"] {
  color: #000668 !important;
  font-size: 84px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="64"]::before {
  background: #00099b;
}
.theme-classicblue ul.cloud a[data-weight="65"] {
  color: #000668 !important;
  font-size: 85px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="65"]::before {
  background: #00099b;
}
.theme-classicblue ul.cloud a[data-weight="66"] {
  color: #000668 !important;
  font-size: 86px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="66"]::before {
  background: #00099b;
}
.theme-classicblue ul.cloud a[data-weight="67"] {
  color: #000668 !important;
  font-size: 87px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="67"]::before {
  background: #00099b;
}
.theme-classicblue ul.cloud a[data-weight="68"] {
  color: #000667 !important;
  font-size: 88px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="68"]::before {
  background: #00099a;
}
.theme-classicblue ul.cloud a[data-weight="69"] {
  color: #000667 !important;
  font-size: 89px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="69"]::before {
  background: #00099a;
}
.theme-classicblue ul.cloud a[data-weight="70"] {
  color: #000667 !important;
  font-size: 90px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="70"]::before {
  background: #00099a;
}
.theme-classicblue ul.cloud a[data-weight="71"] {
  color: #000667 !important;
  font-size: 91px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="71"]::before {
  background: #00099a;
}
.theme-classicblue ul.cloud a[data-weight="72"] {
  color: #000667 !important;
  font-size: 92px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="72"]::before {
  background: #00099a;
}
.theme-classicblue ul.cloud a[data-weight="73"] {
  color: #000667 !important;
  font-size: 93px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="73"]::before {
  background: #00099a;
}
.theme-classicblue ul.cloud a[data-weight="74"] {
  color: #000667 !important;
  font-size: 94px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="74"]::before {
  background: #00099a;
}
.theme-classicblue ul.cloud a[data-weight="75"] {
  color: #000667 !important;
  font-size: 95px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="75"]::before {
  background: #00099a;
}
.theme-classicblue ul.cloud a[data-weight="76"] {
  color: #000667 !important;
  font-size: 96px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="76"]::before {
  background: #00099a;
}
.theme-classicblue ul.cloud a[data-weight="77"] {
  color: #000667 !important;
  font-size: 97px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="77"]::before {
  background: #00099a;
}
.theme-classicblue ul.cloud a[data-weight="78"] {
  color: #000666 !important;
  font-size: 98px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="78"]::before {
  background: #000999;
}
.theme-classicblue ul.cloud a[data-weight="79"] {
  color: #000666 !important;
  font-size: 99px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="79"]::before {
  background: #000999;
}
.theme-classicblue ul.cloud a[data-weight="80"] {
  color: #000666 !important;
  font-size: 100px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="80"]::before {
  background: #000999;
}
.theme-classicblue ul.cloud a[data-weight="81"] {
  color: #000666 !important;
  font-size: 101px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="81"]::before {
  background: #000999;
}
.theme-classicblue ul.cloud a[data-weight="82"] {
  color: #000666 !important;
  font-size: 102px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="82"]::before {
  background: #000999;
}
.theme-classicblue ul.cloud a[data-weight="83"] {
  color: #000666 !important;
  font-size: 103px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="83"]::before {
  background: #000999;
}
.theme-classicblue ul.cloud a[data-weight="84"] {
  color: #000666 !important;
  font-size: 104px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="84"]::before {
  background: #000999;
}
.theme-classicblue ul.cloud a[data-weight="85"] {
  color: #000666 !important;
  font-size: 105px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="85"]::before {
  background: #000999;
}
.theme-classicblue ul.cloud a[data-weight="86"] {
  color: #000666 !important;
  font-size: 106px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="86"]::before {
  background: #000999;
}
.theme-classicblue ul.cloud a[data-weight="87"] {
  color: #000666 !important;
  font-size: 107px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="87"]::before {
  background: #000999;
}
.theme-classicblue ul.cloud a[data-weight="88"] {
  color: #000666 !important;
  font-size: 108px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="88"]::before {
  background: #000999;
}
.theme-classicblue ul.cloud a[data-weight="89"] {
  color: #000666 !important;
  font-size: 109px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="89"]::before {
  background: #000999;
}
.theme-classicblue ul.cloud a[data-weight="90"] {
  color: #000666 !important;
  font-size: 110px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="90"]::before {
  background: #000999;
}
.theme-classicblue ul.cloud a[data-weight="91"] {
  color: #000666 !important;
  font-size: 111px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="91"]::before {
  background: #000999;
}
.theme-classicblue ul.cloud a[data-weight="92"] {
  color: #000665 !important;
  font-size: 112px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="92"]::before {
  background: #000998;
}
.theme-classicblue ul.cloud a[data-weight="93"] {
  color: #000665 !important;
  font-size: 113px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="93"]::before {
  background: #000998;
}
.theme-classicblue ul.cloud a[data-weight="94"] {
  color: #000665 !important;
  font-size: 114px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="94"]::before {
  background: #000998;
}
.theme-classicblue ul.cloud a[data-weight="95"] {
  color: #000665 !important;
  font-size: 115px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="95"]::before {
  background: #000998;
}
.theme-classicblue ul.cloud a[data-weight="96"] {
  color: #000665 !important;
  font-size: 116px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="96"]::before {
  background: #000998;
}
.theme-classicblue ul.cloud a[data-weight="97"] {
  color: #000665 !important;
  font-size: 117px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="97"]::before {
  background: #000998;
}
.theme-classicblue ul.cloud a[data-weight="98"] {
  color: #000665 !important;
  font-size: 118px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="98"]::before {
  background: #000998;
}
.theme-classicblue ul.cloud a[data-weight="99"] {
  color: #000665 !important;
  font-size: 119px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="99"]::before {
  background: #000998;
}
.theme-classicblue ul.cloud a[data-weight="100"] {
  color: #000665 !important;
  font-size: 120px;
  writing-mode: vertical-rl;
}
.theme-classicblue ul.cloud a[data-weight="100"]::before {
  background: #000998;
}
.tile.tile-classicblue {
  background: #000FF9;
  color: #fff;
  border-color: #000aad;
}
.tile.tile-classicblue .tile-header i {
  color: #fff !important;
}
.tile.tile-classicblue .tile-body {
  border-color: #000aad;
}
.tile.tile-classicblue.tile-classic {
  color: #000FF9;
  text-shadow: #939aff 8px 7px 10px;
}
.tile.tile-classicblue.tile-classic .tile-header i {
  color: #000FF9 !important;
}
.theme-red {
  background-color: #fff !important;
  /*	************************************ */
  /*	HEADER */
  /*	************************************ */
  /*     each(range(4), {
  .col-@{value} {
    height: (@value * 50px);
  }
});*/
  /*.cloud-style(2,@back);
    .cloud-style(3,@back);
    .cloud-style(4,@back);
    .cloud-style(5,@back);
    .cloud-style(6,@back);
    .cloud-style(7,@back);
    .cloud-style(8,@back);
    .cloud-style(9,@back);
    .cloud-style(10,@back);
    .cloud-style(11,@back);*/
}
.theme-red .form-control::-webkit-input-placeholder,
.theme-red .form-control:-moz-placeholder,
.theme-red .form-control::-moz-placeholder,
.theme-red .form-control:-ms-input-placeholder {
  color: #4d100a;
}
.theme-red .boxshadow {
  border: 1px solid #f8c9c4;
  box-shadow: 1px 2px 4px -3px #000;
}
.theme-red header {
  background: #fff;
}
.theme-red header .navbar {
  background-color: #e74c3c;
  border-color: #cd2a19;
}
.theme-red .navbar-default .navbar-nav > .active > a,
.theme-red .navbar-default .navbar-nav > .active > a:focus,
.theme-red .navbar-default .navbar-nav > .active > a:hover,
.theme-red .navbar-default .navbar-nav > li > a:focus,
.theme-red .navbar-default .navbar-nav > li > a:hover {
  box-shadow: 0px -3px #921e12 inset;
  background: transparent;
}
.theme-red .navbar-default .navbar-nav > li > a {
  color: #fff;
}
.theme-red .navbar-default .navbar-nav > li > a .fa {
  color: #fff;
}
.theme-red .search {
  background-color: #e74c3c;
}
.theme-red .search .description {
  color: #fff;
}
.theme-red .SearchResultHolder {
  border-top-color: #df2e1b;
}
.theme-red .SearchResultHolder::after {
  border: #fff;
}
.theme-red .sliderHolder {
  border-bottom-color: #921e12;
}
.theme-red .btn.btn-default {
  background-color: #e74c3c;
  color: #fff;
  border-color: #cd2a19;
}
.theme-red .btn.btn-default:hover,
.theme-red .btn.btn-default:focus,
.theme-red .btn.btn-default.active {
  background-color: #cd2a19;
  color: #fff;
  border-color: #921e12;
}
.theme-red .btn-light {
  background: #fff !important;
  color: #e74c3c !important;
  border-color: #e74c3c !important;
}
.theme-red .btn-light:hover,
.theme-red .btn-light:focus,
.theme-red .btn-light.active {
  background: #e74c3c !important;
  color: #fff !important;
}
.theme-red .row-slider {
  border-color: #921e12;
  background: #e74c3c;
  color: #fff;
}
.theme-red .row-slider .row-slider-title > h4 {
  background: #fff;
  border-color: #e74c3c;
  color: #e74c3c;
}
.theme-red .row-slider .row-slider-left {
  background: linear-gradient(to left, transparent, #eb6d60);
}
.theme-red .row-slider .row-slider-left i {
  color: #fff;
}
.theme-red .row-slider .row-slider-left:hover,
.theme-red .row-slider .row-slider-left:focus {
  background: linear-gradient(to left, transparent, #e74c3c);
}
.theme-red .row-slider .row-slider-right {
  background: linear-gradient(to right, transparent, #eb6d60);
}
.theme-red .row-slider .row-slider-right:hover,
.theme-red .row-slider .row-slider-right:focus {
  background: linear-gradient(to right, transparent, #e74c3c);
}
.theme-red .row-slider.row-slider-light {
  border-color: #ccc;
  background: #fff;
  color: #e74c3c;
}
.theme-red .tabFlex .tab-content {
  background-color: #ffffff;
}
.theme-red .tabFlex .nav li {
  background: #e74c3c;
  border-color: #e74c3c;
}
.theme-red .tabFlex .nav li a,
.theme-red .tabFlex .nav li .fa {
  color: #fff !important;
}
.theme-red .tabFlex .nav li::before {
  border-left-color: #e74c3c;
}
.theme-red .tabFlex .nav li::after {
  border-left-color: #e74c3c;
}
.theme-red .tabFlex .nav li:hover {
  background: #eb6d60;
}
.theme-red .tabFlex .nav li:hover a,
.theme-red .tabFlex .nav li:hover .fa {
  background: #eb6d60;
  color: #fff !important;
}
.theme-red .tabFlex .nav li:hover::before {
  border-left-color: #e74c3c;
}
.theme-red .tabFlex .nav li:hover::after {
  border-left-color: #eb6d60;
}
.theme-red .tabFlex .nav li.active {
  background: #fff;
  border-color: #e74c3c;
}
.theme-red .tabFlex .nav li.active a,
.theme-red .tabFlex .nav li.active .fa {
  background: #fff !important;
  color: #e74c3c !important;
}
.theme-red .tabFlex .nav li.active:before {
  border-left-color: #e74c3c;
}
.theme-red .tabFlex .nav li.active:after {
  border-left-color: #fff;
}
.theme-red li:hover .tabFlex .nav li:hover:after {
  border-left-color: #f8c9c4;
}
.theme-red .fa {
  color: inherit;
}
.theme-red footer .fa {
  color: #fff;
}
.theme-red a {
  color: #e74c3c;
}
.theme-red a:hover,
.theme-red a:focus {
  color: #921e12;
}
.theme-red .btn {
  color: #fff;
}
.theme-red .btn .fa {
  color: #fff;
}
.theme-red .btn:hover .fa,
.theme-red .btn:focus .fa {
  color: #fff;
}
.theme-red .btn.btn-link {
  color: #e74c3c;
}
.theme-red .btn.btn-link .fa {
  color: #e74c3c;
}
.theme-red .btn.btn-link:hover .fa,
.theme-red .btn.btn-link:focus .fa {
  color: #e74c3c;
}
.theme-red footer .listStyle {
  color: #fff;
}
.theme-red .listStyle h2 {
  color: #eb6d60;
}
.theme-red footer {
  background-color: #e74c3c;
  color: #fff;
}
.theme-red footer:before {
  background-color: #cd2a19;
}
.theme-red .control--checkbox .control__indicator::after {
  color: #fff;
}
.theme-red .control input:checked ~ .control__indicator {
  background: #e74c3c;
}
.theme-red .control__indicator {
  background: #fff;
  border-color: #cd2a19;
}
.theme-red .copy {
  background-color: #f8c9c4;
  color: #e74c3c;
  border-top-color: #921e12;
}
.theme-red .ArianBadg {
  background-color: #eb6d60 !important;
}
.theme-red .newsdatetime {
  color: #eb6d60;
}
.theme-red .SearchResultHolder {
  border-top-color: #e74c3c;
}
.theme-red .search_on_result_page .searchTitle {
  background-color: #eb6d60;
  color: #fff;
}
.theme-red .searchResult h2 {
  color: #e74c3c;
}
.theme-red .search_on_result_page .searchButtonsHolder .btn {
  background-color: #e74c3c;
  color: #fff;
  border-color: #cd2a19;
}
.theme-red .pagination > .active > button,
.theme-red .pagination > .active > a,
.theme-red .pagination > .active > span,
.theme-red .pagination > .active > button:hover,
.theme-red .pagination > .active > a:hover,
.theme-red .pagination > .active > span:hover,
.theme-red .pagination > .active > button:focus,
.theme-red .pagination > .active > a:focus,
.theme-red .pagination > .active > span:focus {
  color: #fff;
  background-color: #e74c3c;
  border-color: #cd2a19;
}
.theme-red .pagination > li > a,
.theme-red .pagination > li > button,
.theme-red .pagination > li > span {
  color: #e74c3c;
}
.theme-red .pagination > li > a:hover,
.theme-red .pagination > li > button:hover,
.theme-red .pagination > li > span:hover,
.theme-red .pagination > li > a:focus,
.theme-red .pagination > li > button:focus,
.theme-red .pagination > li > span:focus {
  color: #cd2a19;
}
.theme-red ul.cloud a[data-weight="1"] {
  color: #f29f97 !important;
  font-size: 21px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="1"]::before {
  background: #f8c9c4;
}
.theme-red ul.cloud a[data-weight="2"] {
  color: #e95a4b !important;
  font-size: 22px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="2"]::before {
  background: #ee8479;
}
.theme-red ul.cloud a[data-weight="3"] {
  color: #e43725 !important;
  font-size: 23px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="3"]::before {
  background: #ea6153;
}
.theme-red ul.cloud a[data-weight="4"] {
  color: #d62c1a !important;
  font-size: 24px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="4"]::before {
  background: #e74c3c;
}
.theme-red ul.cloud a[data-weight="5"] {
  color: #c72918 !important;
  font-size: 25px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="5"]::before {
  background: #e53e2d;
}
.theme-red ul.cloud a[data-weight="6"] {
  color: #bc2717 !important;
  font-size: 26px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="6"]::before {
  background: #e43422;
}
.theme-red ul.cloud a[data-weight="7"] {
  color: #b42516 !important;
  font-size: 27px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="7"]::before {
  background: #e12e1c;
}
.theme-red ul.cloud a[data-weight="8"] {
  color: #ad2415 !important;
  font-size: 28px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="8"]::before {
  background: #db2d1b;
}
.theme-red ul.cloud a[data-weight="9"] {
  color: #a82315 !important;
  font-size: 29px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="9"]::before {
  background: #d62c1a;
}
.theme-red ul.cloud a[data-weight="10"] {
  color: #a42214 !important;
  font-size: 30px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="10"]::before {
  background: #d22b1a;
}
.theme-red ul.cloud a[data-weight="11"] {
  color: #a12114 !important;
  font-size: 31px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="11"]::before {
  background: #ce2a19;
}
.theme-red ul.cloud a[data-weight="12"] {
  color: #9e2013 !important;
  font-size: 32px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="12"]::before {
  background: #cb2a19;
}
.theme-red ul.cloud a[data-weight="13"] {
  color: #9b2013 !important;
  font-size: 33px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="13"]::before {
  background: #c92919;
}
.theme-red ul.cloud a[data-weight="14"] {
  color: #991f13 !important;
  font-size: 34px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="14"]::before {
  background: #c72918;
}
.theme-red ul.cloud a[data-weight="15"] {
  color: #971f13 !important;
  font-size: 35px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="15"]::before {
  background: #c52818;
}
.theme-red ul.cloud a[data-weight="16"] {
  color: #961f12 !important;
  font-size: 36px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="16"]::before {
  background: #c32818;
}
.theme-red ul.cloud a[data-weight="17"] {
  color: #941e12 !important;
  font-size: 37px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="17"]::before {
  background: #c22818;
}
.theme-red ul.cloud a[data-weight="18"] {
  color: #931e12 !important;
  font-size: 38px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="18"]::before {
  background: #c02718;
}
.theme-red ul.cloud a[data-weight="19"] {
  color: #921e12 !important;
  font-size: 39px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="19"]::before {
  background: #bf2718;
}
.theme-red ul.cloud a[data-weight="20"] {
  color: #911e12 !important;
  font-size: 40px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="20"]::before {
  background: #be2717;
}
.theme-red ul.cloud a[data-weight="21"] {
  color: #901d12 !important;
  font-size: 41px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="21"]::before {
  background: #bd2717;
}
.theme-red ul.cloud a[data-weight="22"] {
  color: #8f1d12 !important;
  font-size: 42px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="22"]::before {
  background: #bc2717;
}
.theme-red ul.cloud a[data-weight="23"] {
  color: #8e1d11 !important;
  font-size: 43px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="23"]::before {
  background: #bb2617;
}
.theme-red ul.cloud a[data-weight="24"] {
  color: #8d1d11 !important;
  font-size: 44px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="24"]::before {
  background: #ba2617;
}
.theme-red ul.cloud a[data-weight="25"] {
  color: #8c1d11 !important;
  font-size: 45px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="25"]::before {
  background: #ba2617;
}
.theme-red ul.cloud a[data-weight="26"] {
  color: #8c1d11 !important;
  font-size: 46px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="26"]::before {
  background: #b92617;
}
.theme-red ul.cloud a[data-weight="27"] {
  color: #8b1d11 !important;
  font-size: 47px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="27"]::before {
  background: #b92617;
}
.theme-red ul.cloud a[data-weight="28"] {
  color: #8b1c11 !important;
  font-size: 48px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="28"]::before {
  background: #b82617;
}
.theme-red ul.cloud a[data-weight="29"] {
  color: #8a1c11 !important;
  font-size: 49px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="29"]::before {
  background: #b72617;
}
.theme-red ul.cloud a[data-weight="30"] {
  color: #8a1c11 !important;
  font-size: 50px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="30"]::before {
  background: #b72617;
}
.theme-red ul.cloud a[data-weight="31"] {
  color: #891c11 !important;
  font-size: 51px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="31"]::before {
  background: #b62516;
}
.theme-red ul.cloud a[data-weight="32"] {
  color: #891c11 !important;
  font-size: 52px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="32"]::before {
  background: #b62516;
}
.theme-red ul.cloud a[data-weight="33"] {
  color: #881c11 !important;
  font-size: 53px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="33"]::before {
  background: #b62516;
}
.theme-red ul.cloud a[data-weight="34"] {
  color: #881c11 !important;
  font-size: 54px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="34"]::before {
  background: #b52516;
}
.theme-red ul.cloud a[data-weight="35"] {
  color: #871c11 !important;
  font-size: 55px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="35"]::before {
  background: #b52516;
}
.theme-red ul.cloud a[data-weight="36"] {
  color: #871c11 !important;
  font-size: 56px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="36"]::before {
  background: #b52516;
}
.theme-red ul.cloud a[data-weight="37"] {
  color: #871c11 !important;
  font-size: 57px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="37"]::before {
  background: #b42516;
}
.theme-red ul.cloud a[data-weight="38"] {
  color: #871c11 !important;
  font-size: 58px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="38"]::before {
  background: #b42516;
}
.theme-red ul.cloud a[data-weight="39"] {
  color: #861c11 !important;
  font-size: 59px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="39"]::before {
  background: #b42516;
}
.theme-red ul.cloud a[data-weight="40"] {
  color: #861b10 !important;
  font-size: 60px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="40"]::before {
  background: #b32516;
}
.theme-red ul.cloud a[data-weight="41"] {
  color: #861b10 !important;
  font-size: 61px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="41"]::before {
  background: #b32516;
}
.theme-red ul.cloud a[data-weight="42"] {
  color: #851b10 !important;
  font-size: 62px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="42"]::before {
  background: #b32516;
}
.theme-red ul.cloud a[data-weight="43"] {
  color: #851b10 !important;
  font-size: 63px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="43"]::before {
  background: #b32516;
}
.theme-red ul.cloud a[data-weight="44"] {
  color: #851b10 !important;
  font-size: 64px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="44"]::before {
  background: #b22516;
}
.theme-red ul.cloud a[data-weight="45"] {
  color: #851b10 !important;
  font-size: 65px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="45"]::before {
  background: #b22516;
}
.theme-red ul.cloud a[data-weight="46"] {
  color: #851b10 !important;
  font-size: 66px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="46"]::before {
  background: #b22516;
}
.theme-red ul.cloud a[data-weight="47"] {
  color: #841b10 !important;
  font-size: 67px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="47"]::before {
  background: #b22416;
}
.theme-red ul.cloud a[data-weight="48"] {
  color: #841b10 !important;
  font-size: 68px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="48"]::before {
  background: #b22416;
}
.theme-red ul.cloud a[data-weight="49"] {
  color: #841b10 !important;
  font-size: 69px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="49"]::before {
  background: #b12416;
}
.theme-red ul.cloud a[data-weight="50"] {
  color: #841b10 !important;
  font-size: 70px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="50"]::before {
  background: #b12416;
}
.theme-red ul.cloud a[data-weight="51"] {
  color: #841b10 !important;
  font-size: 71px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="51"]::before {
  background: #b12416;
}
.theme-red ul.cloud a[data-weight="52"] {
  color: #831b10 !important;
  font-size: 72px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="52"]::before {
  background: #b12416;
}
.theme-red ul.cloud a[data-weight="53"] {
  color: #831b10 !important;
  font-size: 73px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="53"]::before {
  background: #b12416;
}
.theme-red ul.cloud a[data-weight="54"] {
  color: #831b10 !important;
  font-size: 74px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="54"]::before {
  background: #b12416;
}
.theme-red ul.cloud a[data-weight="55"] {
  color: #831b10 !important;
  font-size: 75px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="55"]::before {
  background: #b02416;
}
.theme-red ul.cloud a[data-weight="56"] {
  color: #831b10 !important;
  font-size: 76px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="56"]::before {
  background: #b02416;
}
.theme-red ul.cloud a[data-weight="57"] {
  color: #831b10 !important;
  font-size: 77px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="57"]::before {
  background: #b02416;
}
.theme-red ul.cloud a[data-weight="58"] {
  color: #831b10 !important;
  font-size: 78px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="58"]::before {
  background: #b02416;
}
.theme-red ul.cloud a[data-weight="59"] {
  color: #821b10 !important;
  font-size: 79px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="59"]::before {
  background: #b02416;
}
.theme-red ul.cloud a[data-weight="60"] {
  color: #821b10 !important;
  font-size: 80px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="60"]::before {
  background: #b02416;
}
.theme-red ul.cloud a[data-weight="61"] {
  color: #821b10 !important;
  font-size: 81px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="61"]::before {
  background: #b02416;
}
.theme-red ul.cloud a[data-weight="62"] {
  color: #821b10 !important;
  font-size: 82px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="62"]::before {
  background: #af2416;
}
.theme-red ul.cloud a[data-weight="63"] {
  color: #821b10 !important;
  font-size: 83px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="63"]::before {
  background: #af2416;
}
.theme-red ul.cloud a[data-weight="64"] {
  color: #821b10 !important;
  font-size: 84px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="64"]::before {
  background: #af2416;
}
.theme-red ul.cloud a[data-weight="65"] {
  color: #821b10 !important;
  font-size: 85px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="65"]::before {
  background: #af2416;
}
.theme-red ul.cloud a[data-weight="66"] {
  color: #821b10 !important;
  font-size: 86px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="66"]::before {
  background: #af2416;
}
.theme-red ul.cloud a[data-weight="67"] {
  color: #821b10 !important;
  font-size: 87px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="67"]::before {
  background: #af2416;
}
.theme-red ul.cloud a[data-weight="68"] {
  color: #811b10 !important;
  font-size: 88px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="68"]::before {
  background: #af2416;
}
.theme-red ul.cloud a[data-weight="69"] {
  color: #811b10 !important;
  font-size: 89px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="69"]::before {
  background: #af2416;
}
.theme-red ul.cloud a[data-weight="70"] {
  color: #811b10 !important;
  font-size: 90px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="70"]::before {
  background: #af2415;
}
.theme-red ul.cloud a[data-weight="71"] {
  color: #811a10 !important;
  font-size: 91px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="71"]::before {
  background: #af2415;
}
.theme-red ul.cloud a[data-weight="72"] {
  color: #811a10 !important;
  font-size: 92px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="72"]::before {
  background: #af2415;
}
.theme-red ul.cloud a[data-weight="73"] {
  color: #811a10 !important;
  font-size: 93px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="73"]::before {
  background: #ae2415;
}
.theme-red ul.cloud a[data-weight="74"] {
  color: #811a10 !important;
  font-size: 94px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="74"]::before {
  background: #ae2415;
}
.theme-red ul.cloud a[data-weight="75"] {
  color: #811a10 !important;
  font-size: 95px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="75"]::before {
  background: #ae2415;
}
.theme-red ul.cloud a[data-weight="76"] {
  color: #811a10 !important;
  font-size: 96px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="76"]::before {
  background: #ae2415;
}
.theme-red ul.cloud a[data-weight="77"] {
  color: #811a10 !important;
  font-size: 97px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="77"]::before {
  background: #ae2415;
}
.theme-red ul.cloud a[data-weight="78"] {
  color: #811a10 !important;
  font-size: 98px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="78"]::before {
  background: #ae2415;
}
.theme-red ul.cloud a[data-weight="79"] {
  color: #811a10 !important;
  font-size: 99px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="79"]::before {
  background: #ae2415;
}
.theme-red ul.cloud a[data-weight="80"] {
  color: #801a10 !important;
  font-size: 100px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="80"]::before {
  background: #ae2415;
}
.theme-red ul.cloud a[data-weight="81"] {
  color: #801a10 !important;
  font-size: 101px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="81"]::before {
  background: #ae2415;
}
.theme-red ul.cloud a[data-weight="82"] {
  color: #801a10 !important;
  font-size: 102px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="82"]::before {
  background: #ae2415;
}
.theme-red ul.cloud a[data-weight="83"] {
  color: #801a10 !important;
  font-size: 103px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="83"]::before {
  background: #ae2415;
}
.theme-red ul.cloud a[data-weight="84"] {
  color: #801a10 !important;
  font-size: 104px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="84"]::before {
  background: #ae2415;
}
.theme-red ul.cloud a[data-weight="85"] {
  color: #801a10 !important;
  font-size: 105px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="85"]::before {
  background: #ae2415;
}
.theme-red ul.cloud a[data-weight="86"] {
  color: #801a10 !important;
  font-size: 106px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="86"]::before {
  background: #ae2415;
}
.theme-red ul.cloud a[data-weight="87"] {
  color: #801a10 !important;
  font-size: 107px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="87"]::before {
  background: #ad2415;
}
.theme-red ul.cloud a[data-weight="88"] {
  color: #801a10 !important;
  font-size: 108px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="88"]::before {
  background: #ad2415;
}
.theme-red ul.cloud a[data-weight="89"] {
  color: #801a10 !important;
  font-size: 109px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="89"]::before {
  background: #ad2415;
}
.theme-red ul.cloud a[data-weight="90"] {
  color: #801a10 !important;
  font-size: 110px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="90"]::before {
  background: #ad2415;
}
.theme-red ul.cloud a[data-weight="91"] {
  color: #801a10 !important;
  font-size: 111px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="91"]::before {
  background: #ad2415;
}
.theme-red ul.cloud a[data-weight="92"] {
  color: #801a10 !important;
  font-size: 112px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="92"]::before {
  background: #ad2415;
}
.theme-red ul.cloud a[data-weight="93"] {
  color: #801a10 !important;
  font-size: 113px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="93"]::before {
  background: #ad2415;
}
.theme-red ul.cloud a[data-weight="94"] {
  color: #801a10 !important;
  font-size: 114px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="94"]::before {
  background: #ad2415;
}
.theme-red ul.cloud a[data-weight="95"] {
  color: #801a10 !important;
  font-size: 115px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="95"]::before {
  background: #ad2315;
}
.theme-red ul.cloud a[data-weight="96"] {
  color: #801a10 !important;
  font-size: 116px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="96"]::before {
  background: #ad2315;
}
.theme-red ul.cloud a[data-weight="97"] {
  color: #801a10 !important;
  font-size: 117px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="97"]::before {
  background: #ad2315;
}
.theme-red ul.cloud a[data-weight="98"] {
  color: #7f1a10 !important;
  font-size: 118px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="98"]::before {
  background: #ad2315;
}
.theme-red ul.cloud a[data-weight="99"] {
  color: #7f1a10 !important;
  font-size: 119px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="99"]::before {
  background: #ad2315;
}
.theme-red ul.cloud a[data-weight="100"] {
  color: #7f1a10 !important;
  font-size: 120px;
  writing-mode: vertical-rl;
}
.theme-red ul.cloud a[data-weight="100"]::before {
  background: #ad2315;
}
.tile.tile-red {
  background: #e74c3c;
  color: #fff;
  border-color: #bf2718;
}
.tile.tile-red .tile-header i {
  color: #fff !important;
}
.tile.tile-red .tile-body {
  border-color: #bf2718;
}
.tile.tile-red.tile-classic {
  color: #e74c3c;
  text-shadow: #f8c9c4 8px 7px 10px;
}
.tile.tile-red.tile-classic .tile-header i {
  color: #e74c3c !important;
}
.theme-orange {
  background-color: #fff !important;
  /*	************************************ */
  /*	HEADER */
  /*	************************************ */
  /*     each(range(4), {
  .col-@{value} {
    height: (@value * 50px);
  }
});*/
  /*.cloud-style(2,@back);
    .cloud-style(3,@back);
    .cloud-style(4,@back);
    .cloud-style(5,@back);
    .cloud-style(6,@back);
    .cloud-style(7,@back);
    .cloud-style(8,@back);
    .cloud-style(9,@back);
    .cloud-style(10,@back);
    .cloud-style(11,@back);*/
}
.theme-orange .form-control::-webkit-input-placeholder,
.theme-orange .form-control:-moz-placeholder,
.theme-orange .form-control::-moz-placeholder,
.theme-orange .form-control:-ms-input-placeholder {
  color: #361d06;
}
.theme-orange .boxshadow {
  border: 1px solid #f6ceab;
  box-shadow: 1px 2px 4px -3px #000;
}
.theme-orange header {
  background: #fff;
}
.theme-orange header .navbar {
  background-color: #e67e22;
  border-color: #b66015;
}
.theme-orange .navbar-default .navbar-nav > .active > a,
.theme-orange .navbar-default .navbar-nav > .active > a:focus,
.theme-orange .navbar-default .navbar-nav > .active > a:hover,
.theme-orange .navbar-default .navbar-nav > li > a:focus,
.theme-orange .navbar-default .navbar-nav > li > a:hover {
  box-shadow: 0px -3px #7b410e inset;
  background: transparent;
}
.theme-orange .navbar-default .navbar-nav > li > a {
  color: #fff;
}
.theme-orange .navbar-default .navbar-nav > li > a .fa {
  color: #fff;
}
.theme-orange .search {
  background-color: #e67e22;
}
.theme-orange .search .description {
  color: #fff;
}
.theme-orange .SearchResultHolder {
  border-top-color: #c96a17;
}
.theme-orange .SearchResultHolder::after {
  border: #fff;
}
.theme-orange .sliderHolder {
  border-bottom-color: #7b410e;
}
.theme-orange .btn.btn-default {
  background-color: #e67e22;
  color: #fff;
  border-color: #b66015;
}
.theme-orange .btn.btn-default:hover,
.theme-orange .btn.btn-default:focus,
.theme-orange .btn.btn-default.active {
  background-color: #b66015;
  color: #fff;
  border-color: #7b410e;
}
.theme-orange .btn-light {
  background: #fff !important;
  color: #e67e22 !important;
  border-color: #e67e22 !important;
}
.theme-orange .btn-light:hover,
.theme-orange .btn-light:focus,
.theme-orange .btn-light.active {
  background: #e67e22 !important;
  color: #fff !important;
}
.theme-orange .row-slider {
  border-color: #7b410e;
  background: #e67e22;
  color: #fff;
}
.theme-orange .row-slider .row-slider-title > h4 {
  background: #fff;
  border-color: #e67e22;
  color: #e67e22;
}
.theme-orange .row-slider .row-slider-left {
  background: linear-gradient(to left, transparent, #ea9347);
}
.theme-orange .row-slider .row-slider-left i {
  color: #fff;
}
.theme-orange .row-slider .row-slider-left:hover,
.theme-orange .row-slider .row-slider-left:focus {
  background: linear-gradient(to left, transparent, #e67e22);
}
.theme-orange .row-slider .row-slider-right {
  background: linear-gradient(to right, transparent, #ea9347);
}
.theme-orange .row-slider .row-slider-right:hover,
.theme-orange .row-slider .row-slider-right:focus {
  background: linear-gradient(to right, transparent, #e67e22);
}
.theme-orange .row-slider.row-slider-light {
  border-color: #ccc;
  background: #fff;
  color: #e67e22;
}
.theme-orange .tabFlex .tab-content {
  background-color: #ffffff;
}
.theme-orange .tabFlex .nav li {
  background: #e67e22;
  border-color: #e67e22;
}
.theme-orange .tabFlex .nav li a,
.theme-orange .tabFlex .nav li .fa {
  color: #fff !important;
}
.theme-orange .tabFlex .nav li::before {
  border-left-color: #e67e22;
}
.theme-orange .tabFlex .nav li::after {
  border-left-color: #e67e22;
}
.theme-orange .tabFlex .nav li:hover {
  background: #ea9347;
}
.theme-orange .tabFlex .nav li:hover a,
.theme-orange .tabFlex .nav li:hover .fa {
  background: #ea9347;
  color: #fff !important;
}
.theme-orange .tabFlex .nav li:hover::before {
  border-left-color: #e67e22;
}
.theme-orange .tabFlex .nav li:hover::after {
  border-left-color: #ea9347;
}
.theme-orange .tabFlex .nav li.active {
  background: #fff;
  border-color: #e67e22;
}
.theme-orange .tabFlex .nav li.active a,
.theme-orange .tabFlex .nav li.active .fa {
  background: #fff !important;
  color: #e67e22 !important;
}
.theme-orange .tabFlex .nav li.active:before {
  border-left-color: #e67e22;
}
.theme-orange .tabFlex .nav li.active:after {
  border-left-color: #fff;
}
.theme-orange li:hover .tabFlex .nav li:hover:after {
  border-left-color: #f6ceab;
}
.theme-orange .fa {
  color: inherit;
}
.theme-orange footer .fa {
  color: #fff;
}
.theme-orange a {
  color: #e67e22;
}
.theme-orange a:hover,
.theme-orange a:focus {
  color: #7b410e;
}
.theme-orange .btn {
  color: #fff;
}
.theme-orange .btn .fa {
  color: #fff;
}
.theme-orange .btn:hover .fa,
.theme-orange .btn:focus .fa {
  color: #fff;
}
.theme-orange .btn.btn-link {
  color: #e67e22;
}
.theme-orange .btn.btn-link .fa {
  color: #e67e22;
}
.theme-orange .btn.btn-link:hover .fa,
.theme-orange .btn.btn-link:focus .fa {
  color: #e67e22;
}
.theme-orange footer .listStyle {
  color: #fff;
}
.theme-orange .listStyle h2 {
  color: #ea9347;
}
.theme-orange footer {
  background-color: #e67e22;
  color: #fff;
}
.theme-orange footer:before {
  background-color: #b66015;
}
.theme-orange .control--checkbox .control__indicator::after {
  color: #fff;
}
.theme-orange .control input:checked ~ .control__indicator {
  background: #e67e22;
}
.theme-orange .control__indicator {
  background: #fff;
  border-color: #b66015;
}
.theme-orange .copy {
  background-color: #f6ceab;
  color: #e67e22;
  border-top-color: #7b410e;
}
.theme-orange .ArianBadg {
  background-color: #ea9347 !important;
}
.theme-orange .newsdatetime {
  color: #ea9347;
}
.theme-orange .SearchResultHolder {
  border-top-color: #e67e22;
}
.theme-orange .search_on_result_page .searchTitle {
  background-color: #ea9347;
  color: #fff;
}
.theme-orange .searchResult h2 {
  color: #e67e22;
}
.theme-orange .search_on_result_page .searchButtonsHolder .btn {
  background-color: #e67e22;
  color: #fff;
  border-color: #b66015;
}
.theme-orange .pagination > .active > button,
.theme-orange .pagination > .active > a,
.theme-orange .pagination > .active > span,
.theme-orange .pagination > .active > button:hover,
.theme-orange .pagination > .active > a:hover,
.theme-orange .pagination > .active > span:hover,
.theme-orange .pagination > .active > button:focus,
.theme-orange .pagination > .active > a:focus,
.theme-orange .pagination > .active > span:focus {
  color: #fff;
  background-color: #e67e22;
  border-color: #b66015;
}
.theme-orange .pagination > li > a,
.theme-orange .pagination > li > button,
.theme-orange .pagination > li > span {
  color: #e67e22;
}
.theme-orange .pagination > li > a:hover,
.theme-orange .pagination > li > button:hover,
.theme-orange .pagination > li > span:hover,
.theme-orange .pagination > li > a:focus,
.theme-orange .pagination > li > button:focus,
.theme-orange .pagination > li > span:focus {
  color: #b66015;
}
.theme-orange ul.cloud a[data-weight="1"] {
  color: #f0b37e !important;
  font-size: 21px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="1"]::before {
  background: #f6ceab;
}
.theme-orange ul.cloud a[data-weight="2"] {
  color: #e88731 !important;
  font-size: 22px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="2"]::before {
  background: #eda25f;
}
.theme-orange ul.cloud a[data-weight="3"] {
  color: #d67118 !important;
  font-size: 23px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="3"]::before {
  background: #e98b39;
}
.theme-orange ul.cloud a[data-weight="4"] {
  color: #bf6516 !important;
  font-size: 24px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="4"]::before {
  background: #e67e22;
}
.theme-orange ul.cloud a[data-weight="5"] {
  color: #b05d14 !important;
  font-size: 25px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="5"]::before {
  background: #de7519;
}
.theme-orange ul.cloud a[data-weight="6"] {
  color: #a55713 !important;
  font-size: 26px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="6"]::before {
  background: #d37018;
}
.theme-orange ul.cloud a[data-weight="7"] {
  color: #9d5312 !important;
  font-size: 27px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="7"]::before {
  background: #cb6b17;
}
.theme-orange ul.cloud a[data-weight="8"] {
  color: #975011 !important;
  font-size: 28px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="8"]::before {
  background: #c46816;
}
.theme-orange ul.cloud a[data-weight="9"] {
  color: #924d10 !important;
  font-size: 29px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="9"]::before {
  background: #bf6516;
}
.theme-orange ul.cloud a[data-weight="10"] {
  color: #8d4b10 !important;
  font-size: 30px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="10"]::before {
  background: #bb6315;
}
.theme-orange ul.cloud a[data-weight="11"] {
  color: #8a4910 !important;
  font-size: 31px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="11"]::before {
  background: #b86115;
}
.theme-orange ul.cloud a[data-weight="12"] {
  color: #87470f !important;
  font-size: 32px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="12"]::before {
  background: #b56014;
}
.theme-orange ul.cloud a[data-weight="13"] {
  color: #84460f !important;
  font-size: 33px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="13"]::before {
  background: #b25e14;
}
.theme-orange ul.cloud a[data-weight="14"] {
  color: #82450f !important;
  font-size: 34px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="14"]::before {
  background: #b05d14;
}
.theme-orange ul.cloud a[data-weight="15"] {
  color: #80440f !important;
  font-size: 35px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="15"]::before {
  background: #ae5c14;
}
.theme-orange ul.cloud a[data-weight="16"] {
  color: #7f430e !important;
  font-size: 36px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="16"]::before {
  background: #ac5b14;
}
.theme-orange ul.cloud a[data-weight="17"] {
  color: #7d420e !important;
  font-size: 37px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="17"]::before {
  background: #ab5b13;
}
.theme-orange ul.cloud a[data-weight="18"] {
  color: #7c420e !important;
  font-size: 38px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="18"]::before {
  background: #aa5a13;
}
.theme-orange ul.cloud a[data-weight="19"] {
  color: #7b410e !important;
  font-size: 39px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="19"]::before {
  background: #a85913;
}
.theme-orange ul.cloud a[data-weight="20"] {
  color: #7a400e !important;
  font-size: 40px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="20"]::before {
  background: #a75913;
}
.theme-orange ul.cloud a[data-weight="21"] {
  color: #79400e !important;
  font-size: 41px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="21"]::before {
  background: #a65813;
}
.theme-orange ul.cloud a[data-weight="22"] {
  color: #783f0e !important;
  font-size: 42px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="22"]::before {
  background: #a55813;
}
.theme-orange ul.cloud a[data-weight="23"] {
  color: #773f0d !important;
  font-size: 43px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="23"]::before {
  background: #a55713;
}
.theme-orange ul.cloud a[data-weight="24"] {
  color: #763e0d !important;
  font-size: 44px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="24"]::before {
  background: #a45713;
}
.theme-orange ul.cloud a[data-weight="25"] {
  color: #753e0d !important;
  font-size: 45px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="25"]::before {
  background: #a35612;
}
.theme-orange ul.cloud a[data-weight="26"] {
  color: #753e0d !important;
  font-size: 46px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="26"]::before {
  background: #a35612;
}
.theme-orange ul.cloud a[data-weight="27"] {
  color: #743d0d !important;
  font-size: 47px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="27"]::before {
  background: #a25612;
}
.theme-orange ul.cloud a[data-weight="28"] {
  color: #743d0d !important;
  font-size: 48px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="28"]::before {
  background: #a15512;
}
.theme-orange ul.cloud a[data-weight="29"] {
  color: #733d0d !important;
  font-size: 49px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="29"]::before {
  background: #a15512;
}
.theme-orange ul.cloud a[data-weight="30"] {
  color: #723d0d !important;
  font-size: 50px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="30"]::before {
  background: #a05512;
}
.theme-orange ul.cloud a[data-weight="31"] {
  color: #723c0d !important;
  font-size: 51px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="31"]::before {
  background: #a05512;
}
.theme-orange ul.cloud a[data-weight="32"] {
  color: #723c0d !important;
  font-size: 52px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="32"]::before {
  background: #9f5412;
}
.theme-orange ul.cloud a[data-weight="33"] {
  color: #713c0d !important;
  font-size: 53px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="33"]::before {
  background: #9f5412;
}
.theme-orange ul.cloud a[data-weight="34"] {
  color: #713c0d !important;
  font-size: 54px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="34"]::before {
  background: #9f5412;
}
.theme-orange ul.cloud a[data-weight="35"] {
  color: #703c0d !important;
  font-size: 55px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="35"]::before {
  background: #9e5412;
}
.theme-orange ul.cloud a[data-weight="36"] {
  color: #703b0d !important;
  font-size: 56px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="36"]::before {
  background: #9e5412;
}
.theme-orange ul.cloud a[data-weight="37"] {
  color: #703b0d !important;
  font-size: 57px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="37"]::before {
  background: #9e5312;
}
.theme-orange ul.cloud a[data-weight="38"] {
  color: #6f3b0d !important;
  font-size: 58px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="38"]::before {
  background: #9d5312;
}
.theme-orange ul.cloud a[data-weight="39"] {
  color: #6f3b0d !important;
  font-size: 59px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="39"]::before {
  background: #9d5312;
}
.theme-orange ul.cloud a[data-weight="40"] {
  color: #6f3b0d !important;
  font-size: 60px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="40"]::before {
  background: #9d5312;
}
.theme-orange ul.cloud a[data-weight="41"] {
  color: #6f3b0d !important;
  font-size: 61px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="41"]::before {
  background: #9c5312;
}
.theme-orange ul.cloud a[data-weight="42"] {
  color: #6e3a0c !important;
  font-size: 62px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="42"]::before {
  background: #9c5312;
}
.theme-orange ul.cloud a[data-weight="43"] {
  color: #6e3a0c !important;
  font-size: 63px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="43"]::before {
  background: #9c5312;
}
.theme-orange ul.cloud a[data-weight="44"] {
  color: #6e3a0c !important;
  font-size: 64px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="44"]::before {
  background: #9c5212;
}
.theme-orange ul.cloud a[data-weight="45"] {
  color: #6e3a0c !important;
  font-size: 65px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="45"]::before {
  background: #9b5212;
}
.theme-orange ul.cloud a[data-weight="46"] {
  color: #6d3a0c !important;
  font-size: 66px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="46"]::before {
  background: #9b5212;
}
.theme-orange ul.cloud a[data-weight="47"] {
  color: #6d3a0c !important;
  font-size: 67px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="47"]::before {
  background: #9b5212;
}
.theme-orange ul.cloud a[data-weight="48"] {
  color: #6d3a0c !important;
  font-size: 68px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="48"]::before {
  background: #9b5212;
}
.theme-orange ul.cloud a[data-weight="49"] {
  color: #6d3a0c !important;
  font-size: 69px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="49"]::before {
  background: #9b5211;
}
.theme-orange ul.cloud a[data-weight="50"] {
  color: #6d3a0c !important;
  font-size: 70px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="50"]::before {
  background: #9b5211;
}
.theme-orange ul.cloud a[data-weight="51"] {
  color: #6d390c !important;
  font-size: 71px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="51"]::before {
  background: #9a5211;
}
.theme-orange ul.cloud a[data-weight="52"] {
  color: #6c390c !important;
  font-size: 72px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="52"]::before {
  background: #9a5211;
}
.theme-orange ul.cloud a[data-weight="53"] {
  color: #6c390c !important;
  font-size: 73px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="53"]::before {
  background: #9a5211;
}
.theme-orange ul.cloud a[data-weight="54"] {
  color: #6c390c !important;
  font-size: 74px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="54"]::before {
  background: #9a5111;
}
.theme-orange ul.cloud a[data-weight="55"] {
  color: #6c390c !important;
  font-size: 75px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="55"]::before {
  background: #9a5111;
}
.theme-orange ul.cloud a[data-weight="56"] {
  color: #6c390c !important;
  font-size: 76px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="56"]::before {
  background: #9a5111;
}
.theme-orange ul.cloud a[data-weight="57"] {
  color: #6c390c !important;
  font-size: 77px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="57"]::before {
  background: #995111;
}
.theme-orange ul.cloud a[data-weight="58"] {
  color: #6b390c !important;
  font-size: 78px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="58"]::before {
  background: #995111;
}
.theme-orange ul.cloud a[data-weight="59"] {
  color: #6b390c !important;
  font-size: 79px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="59"]::before {
  background: #995111;
}
.theme-orange ul.cloud a[data-weight="60"] {
  color: #6b390c !important;
  font-size: 80px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="60"]::before {
  background: #995111;
}
.theme-orange ul.cloud a[data-weight="61"] {
  color: #6b390c !important;
  font-size: 81px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="61"]::before {
  background: #995111;
}
.theme-orange ul.cloud a[data-weight="62"] {
  color: #6b390c !important;
  font-size: 82px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="62"]::before {
  background: #995111;
}
.theme-orange ul.cloud a[data-weight="63"] {
  color: #6b390c !important;
  font-size: 83px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="63"]::before {
  background: #995111;
}
.theme-orange ul.cloud a[data-weight="64"] {
  color: #6b390c !important;
  font-size: 84px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="64"]::before {
  background: #995111;
}
.theme-orange ul.cloud a[data-weight="65"] {
  color: #6b380c !important;
  font-size: 85px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="65"]::before {
  background: #985111;
}
.theme-orange ul.cloud a[data-weight="66"] {
  color: #6b380c !important;
  font-size: 86px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="66"]::before {
  background: #985111;
}
.theme-orange ul.cloud a[data-weight="67"] {
  color: #6a380c !important;
  font-size: 87px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="67"]::before {
  background: #985111;
}
.theme-orange ul.cloud a[data-weight="68"] {
  color: #6a380c !important;
  font-size: 88px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="68"]::before {
  background: #985111;
}
.theme-orange ul.cloud a[data-weight="69"] {
  color: #6a380c !important;
  font-size: 89px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="69"]::before {
  background: #985111;
}
.theme-orange ul.cloud a[data-weight="70"] {
  color: #6a380c !important;
  font-size: 90px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="70"]::before {
  background: #985011;
}
.theme-orange ul.cloud a[data-weight="71"] {
  color: #6a380c !important;
  font-size: 91px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="71"]::before {
  background: #985011;
}
.theme-orange ul.cloud a[data-weight="72"] {
  color: #6a380c !important;
  font-size: 92px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="72"]::before {
  background: #985011;
}
.theme-orange ul.cloud a[data-weight="73"] {
  color: #6a380c !important;
  font-size: 93px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="73"]::before {
  background: #985011;
}
.theme-orange ul.cloud a[data-weight="74"] {
  color: #6a380c !important;
  font-size: 94px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="74"]::before {
  background: #985011;
}
.theme-orange ul.cloud a[data-weight="75"] {
  color: #6a380c !important;
  font-size: 95px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="75"]::before {
  background: #985011;
}
.theme-orange ul.cloud a[data-weight="76"] {
  color: #6a380c !important;
  font-size: 96px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="76"]::before {
  background: #975011;
}
.theme-orange ul.cloud a[data-weight="77"] {
  color: #6a380c !important;
  font-size: 97px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="77"]::before {
  background: #975011;
}
.theme-orange ul.cloud a[data-weight="78"] {
  color: #6a380c !important;
  font-size: 98px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="78"]::before {
  background: #975011;
}
.theme-orange ul.cloud a[data-weight="79"] {
  color: #69380c !important;
  font-size: 99px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="79"]::before {
  background: #975011;
}
.theme-orange ul.cloud a[data-weight="80"] {
  color: #69380c !important;
  font-size: 100px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="80"]::before {
  background: #975011;
}
.theme-orange ul.cloud a[data-weight="81"] {
  color: #69380c !important;
  font-size: 101px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="81"]::before {
  background: #975011;
}
.theme-orange ul.cloud a[data-weight="82"] {
  color: #69380c !important;
  font-size: 102px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="82"]::before {
  background: #975011;
}
.theme-orange ul.cloud a[data-weight="83"] {
  color: #69380c !important;
  font-size: 103px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="83"]::before {
  background: #975011;
}
.theme-orange ul.cloud a[data-weight="84"] {
  color: #69380c !important;
  font-size: 104px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="84"]::before {
  background: #975011;
}
.theme-orange ul.cloud a[data-weight="85"] {
  color: #69380c !important;
  font-size: 105px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="85"]::before {
  background: #975011;
}
.theme-orange ul.cloud a[data-weight="86"] {
  color: #69380c !important;
  font-size: 106px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="86"]::before {
  background: #975011;
}
.theme-orange ul.cloud a[data-weight="87"] {
  color: #69380c !important;
  font-size: 107px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="87"]::before {
  background: #975011;
}
.theme-orange ul.cloud a[data-weight="88"] {
  color: #69380c !important;
  font-size: 108px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="88"]::before {
  background: #975011;
}
.theme-orange ul.cloud a[data-weight="89"] {
  color: #69370c !important;
  font-size: 109px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="89"]::before {
  background: #975011;
}
.theme-orange ul.cloud a[data-weight="90"] {
  color: #69370c !important;
  font-size: 110px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="90"]::before {
  background: #975011;
}
.theme-orange ul.cloud a[data-weight="91"] {
  color: #69370c !important;
  font-size: 111px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="91"]::before {
  background: #975011;
}
.theme-orange ul.cloud a[data-weight="92"] {
  color: #69370c !important;
  font-size: 112px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="92"]::before {
  background: #965011;
}
.theme-orange ul.cloud a[data-weight="93"] {
  color: #69370c !important;
  font-size: 113px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="93"]::before {
  background: #965011;
}
.theme-orange ul.cloud a[data-weight="94"] {
  color: #69370c !important;
  font-size: 114px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="94"]::before {
  background: #965011;
}
.theme-orange ul.cloud a[data-weight="95"] {
  color: #68370c !important;
  font-size: 115px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="95"]::before {
  background: #965011;
}
.theme-orange ul.cloud a[data-weight="96"] {
  color: #68370c !important;
  font-size: 116px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="96"]::before {
  background: #965011;
}
.theme-orange ul.cloud a[data-weight="97"] {
  color: #68370c !important;
  font-size: 117px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="97"]::before {
  background: #965011;
}
.theme-orange ul.cloud a[data-weight="98"] {
  color: #68370c !important;
  font-size: 118px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="98"]::before {
  background: #964f11;
}
.theme-orange ul.cloud a[data-weight="99"] {
  color: #68370c !important;
  font-size: 119px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="99"]::before {
  background: #964f11;
}
.theme-orange ul.cloud a[data-weight="100"] {
  color: #68370c !important;
  font-size: 120px;
  writing-mode: vertical-rl;
}
.theme-orange ul.cloud a[data-weight="100"]::before {
  background: #964f11;
}
.tile.tile-orange {
  background: #e67e22;
  color: #fff;
  border-color: #a85913;
}
.tile.tile-orange .tile-header i {
  color: #fff !important;
}
.tile.tile-orange .tile-body {
  border-color: #a85913;
}
.tile.tile-orange.tile-classic {
  color: #e67e22;
  text-shadow: #f6ceab 8px 7px 10px;
}
.tile.tile-orange.tile-classic .tile-header i {
  color: #e67e22 !important;
}
.theme-purple {
  background-color: #fff !important;
  /*	************************************ */
  /*	HEADER */
  /*	************************************ */
  /*     each(range(4), {
  .col-@{value} {
    height: (@value * 50px);
  }
});*/
  /*.cloud-style(2,@back);
    .cloud-style(3,@back);
    .cloud-style(4,@back);
    .cloud-style(5,@back);
    .cloud-style(6,@back);
    .cloud-style(7,@back);
    .cloud-style(8,@back);
    .cloud-style(9,@back);
    .cloud-style(10,@back);
    .cloud-style(11,@back);*/
}
.theme-purple .form-control::-webkit-input-placeholder,
.theme-purple .form-control:-moz-placeholder,
.theme-purple .form-control::-moz-placeholder,
.theme-purple .form-control:-ms-input-placeholder {
  color: #27142f;
}
.theme-purple .boxshadow {
  border: 1px solid #dbc3e5;
  box-shadow: 1px 2px 4px -3px #000;
}
.theme-purple header {
  background: #fff;
}
.theme-purple header .navbar {
  background-color: #9b59b6;
  border-color: #7a4092;
}
.theme-purple .navbar-default .navbar-nav > .active > a,
.theme-purple .navbar-default .navbar-nav > .active > a:focus,
.theme-purple .navbar-default .navbar-nav > .active > a:hover,
.theme-purple .navbar-default .navbar-nav > li > a:focus,
.theme-purple .navbar-default .navbar-nav > li > a:hover {
  box-shadow: 0px -3px #532c64 inset;
  background: transparent;
}
.theme-purple .navbar-default .navbar-nav > li > a {
  color: #fff;
}
.theme-purple .navbar-default .navbar-nav > li > a .fa {
  color: #fff;
}
.theme-purple .search {
  background-color: #9b59b6;
}
.theme-purple .search .description {
  color: #fff;
}
.theme-purple .SearchResultHolder {
  border-top-color: #8646a0;
}
.theme-purple .SearchResultHolder::after {
  border: #fff;
}
.theme-purple .sliderHolder {
  border-bottom-color: #532c64;
}
.theme-purple .btn.btn-default {
  background-color: #9b59b6;
  color: #fff;
  border-color: #7a4092;
}
.theme-purple .btn.btn-default:hover,
.theme-purple .btn.btn-default:focus,
.theme-purple .btn.btn-default.active {
  background-color: #7a4092;
  color: #fff;
  border-color: #532c64;
}
.theme-purple .btn-light {
  background: #fff !important;
  color: #9b59b6 !important;
  border-color: #9b59b6 !important;
}
.theme-purple .btn-light:hover,
.theme-purple .btn-light:focus,
.theme-purple .btn-light.active {
  background: #9b59b6 !important;
  color: #fff !important;
}
.theme-purple .row-slider {
  border-color: #532c64;
  background: #9b59b6;
  color: #fff;
}
.theme-purple .row-slider .row-slider-title > h4 {
  background: #fff;
  border-color: #9b59b6;
  color: #9b59b6;
}
.theme-purple .row-slider .row-slider-left {
  background: linear-gradient(to left, transparent, #ac75c2);
}
.theme-purple .row-slider .row-slider-left i {
  color: #fff;
}
.theme-purple .row-slider .row-slider-left:hover,
.theme-purple .row-slider .row-slider-left:focus {
  background: linear-gradient(to left, transparent, #9b59b6);
}
.theme-purple .row-slider .row-slider-right {
  background: linear-gradient(to right, transparent, #ac75c2);
}
.theme-purple .row-slider .row-slider-right:hover,
.theme-purple .row-slider .row-slider-right:focus {
  background: linear-gradient(to right, transparent, #9b59b6);
}
.theme-purple .row-slider.row-slider-light {
  border-color: #ccc;
  background: #fff;
  color: #9b59b6;
}
.theme-purple .tabFlex .tab-content {
  background-color: #ffffff;
}
.theme-purple .tabFlex .nav li {
  background: #9b59b6;
  border-color: #9b59b6;
}
.theme-purple .tabFlex .nav li a,
.theme-purple .tabFlex .nav li .fa {
  color: #fff !important;
}
.theme-purple .tabFlex .nav li::before {
  border-left-color: #9b59b6;
}
.theme-purple .tabFlex .nav li::after {
  border-left-color: #9b59b6;
}
.theme-purple .tabFlex .nav li:hover {
  background: #ac75c2;
}
.theme-purple .tabFlex .nav li:hover a,
.theme-purple .tabFlex .nav li:hover .fa {
  background: #ac75c2;
  color: #fff !important;
}
.theme-purple .tabFlex .nav li:hover::before {
  border-left-color: #9b59b6;
}
.theme-purple .tabFlex .nav li:hover::after {
  border-left-color: #ac75c2;
}
.theme-purple .tabFlex .nav li.active {
  background: #fff;
  border-color: #9b59b6;
}
.theme-purple .tabFlex .nav li.active a,
.theme-purple .tabFlex .nav li.active .fa {
  background: #fff !important;
  color: #9b59b6 !important;
}
.theme-purple .tabFlex .nav li.active:before {
  border-left-color: #9b59b6;
}
.theme-purple .tabFlex .nav li.active:after {
  border-left-color: #fff;
}
.theme-purple li:hover .tabFlex .nav li:hover:after {
  border-left-color: #dbc3e5;
}
.theme-purple .fa {
  color: inherit;
}
.theme-purple footer .fa {
  color: #fff;
}
.theme-purple a {
  color: #9b59b6;
}
.theme-purple a:hover,
.theme-purple a:focus {
  color: #532c64;
}
.theme-purple .btn {
  color: #fff;
}
.theme-purple .btn .fa {
  color: #fff;
}
.theme-purple .btn:hover .fa,
.theme-purple .btn:focus .fa {
  color: #fff;
}
.theme-purple .btn.btn-link {
  color: #9b59b6;
}
.theme-purple .btn.btn-link .fa {
  color: #9b59b6;
}
.theme-purple .btn.btn-link:hover .fa,
.theme-purple .btn.btn-link:focus .fa {
  color: #9b59b6;
}
.theme-purple footer .listStyle {
  color: #fff;
}
.theme-purple .listStyle h2 {
  color: #ac75c2;
}
.theme-purple footer {
  background-color: #9b59b6;
  color: #fff;
}
.theme-purple footer:before {
  background-color: #7a4092;
}
.theme-purple .control--checkbox .control__indicator::after {
  color: #fff;
}
.theme-purple .control input:checked ~ .control__indicator {
  background: #9b59b6;
}
.theme-purple .control__indicator {
  background: #fff;
  border-color: #7a4092;
}
.theme-purple .copy {
  background-color: #dbc3e5;
  color: #9b59b6;
  border-top-color: #532c64;
}
.theme-purple .ArianBadg {
  background-color: #ac75c2 !important;
}
.theme-purple .newsdatetime {
  color: #ac75c2;
}
.theme-purple .SearchResultHolder {
  border-top-color: #9b59b6;
}
.theme-purple .search_on_result_page .searchTitle {
  background-color: #ac75c2;
  color: #fff;
}
.theme-purple .searchResult h2 {
  color: #9b59b6;
}
.theme-purple .search_on_result_page .searchButtonsHolder .btn {
  background-color: #9b59b6;
  color: #fff;
  border-color: #7a4092;
}
.theme-purple .pagination > .active > button,
.theme-purple .pagination > .active > a,
.theme-purple .pagination > .active > span,
.theme-purple .pagination > .active > button:hover,
.theme-purple .pagination > .active > a:hover,
.theme-purple .pagination > .active > span:hover,
.theme-purple .pagination > .active > button:focus,
.theme-purple .pagination > .active > a:focus,
.theme-purple .pagination > .active > span:focus {
  color: #fff;
  background-color: #9b59b6;
  border-color: #7a4092;
}
.theme-purple .pagination > li > a,
.theme-purple .pagination > li > button,
.theme-purple .pagination > li > span {
  color: #9b59b6;
}
.theme-purple .pagination > li > a:hover,
.theme-purple .pagination > li > button:hover,
.theme-purple .pagination > li > span:hover,
.theme-purple .pagination > li > a:focus,
.theme-purple .pagination > li > button:focus,
.theme-purple .pagination > li > span:focus {
  color: #7a4092;
}
.theme-purple ul.cloud a[data-weight="1"] {
  color: #c6a0d5 !important;
  font-size: 21px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="1"]::before {
  background: #dbc3e5;
}
.theme-purple ul.cloud a[data-weight="2"] {
  color: #a265bb !important;
  font-size: 22px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="2"]::before {
  background: #b788cb;
}
.theme-purple ul.cloud a[data-weight="3"] {
  color: #8f4bab !important;
  font-size: 23px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="3"]::before {
  background: #a66bbe;
}
.theme-purple ul.cloud a[data-weight="4"] {
  color: #804399 !important;
  font-size: 24px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="4"]::before {
  background: #9b59b6;
}
.theme-purple ul.cloud a[data-weight="5"] {
  color: #763e8d !important;
  font-size: 25px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="5"]::before {
  background: #944eb0;
}
.theme-purple ul.cloud a[data-weight="6"] {
  color: #6f3a85 !important;
  font-size: 26px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="6"]::before {
  background: #8d4aa8;
}
.theme-purple ul.cloud a[data-weight="7"] {
  color: #6a387e !important;
  font-size: 27px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="7"]::before {
  background: #8747a2;
}
.theme-purple ul.cloud a[data-weight="8"] {
  color: #663579 !important;
  font-size: 28px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="8"]::before {
  background: #83459d;
}
.theme-purple ul.cloud a[data-weight="9"] {
  color: #623475 !important;
  font-size: 29px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="9"]::before {
  background: #804399;
}
.theme-purple ul.cloud a[data-weight="10"] {
  color: #603272 !important;
  font-size: 30px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="10"]::before {
  background: #7d4296;
}
.theme-purple ul.cloud a[data-weight="11"] {
  color: #5d316f !important;
  font-size: 31px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="11"]::before {
  background: #7b4193;
}
.theme-purple ul.cloud a[data-weight="12"] {
  color: #5b306d !important;
  font-size: 32px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="12"]::before {
  background: #794091;
}
.theme-purple ul.cloud a[data-weight="13"] {
  color: #5a2f6b !important;
  font-size: 33px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="13"]::before {
  background: #773f8f;
}
.theme-purple ul.cloud a[data-weight="14"] {
  color: #582e6a !important;
  font-size: 34px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="14"]::before {
  background: #763e8d;
}
.theme-purple ul.cloud a[data-weight="15"] {
  color: #572e68 !important;
  font-size: 35px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="15"]::before {
  background: #753d8c;
}
.theme-purple ul.cloud a[data-weight="16"] {
  color: #562d67 !important;
  font-size: 36px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="16"]::before {
  background: #743d8a;
}
.theme-purple ul.cloud a[data-weight="17"] {
  color: #552d66 !important;
  font-size: 37px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="17"]::before {
  background: #733c89;
}
.theme-purple ul.cloud a[data-weight="18"] {
  color: #542c65 !important;
  font-size: 38px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="18"]::before {
  background: #723c88;
}
.theme-purple ul.cloud a[data-weight="19"] {
  color: #532c64 !important;
  font-size: 39px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="19"]::before {
  background: #713b87;
}
.theme-purple ul.cloud a[data-weight="20"] {
  color: #532b63 !important;
  font-size: 40px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="20"]::before {
  background: #703b86;
}
.theme-purple ul.cloud a[data-weight="21"] {
  color: #522b62 !important;
  font-size: 41px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="21"]::before {
  background: #703b85;
}
.theme-purple ul.cloud a[data-weight="22"] {
  color: #522b61 !important;
  font-size: 42px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="22"]::before {
  background: #6f3a85;
}
.theme-purple ul.cloud a[data-weight="23"] {
  color: #512b61 !important;
  font-size: 43px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="23"]::before {
  background: #6f3a84;
}
.theme-purple ul.cloud a[data-weight="24"] {
  color: #502a60 !important;
  font-size: 44px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="24"]::before {
  background: #6e3a84;
}
.theme-purple ul.cloud a[data-weight="25"] {
  color: #502a60 !important;
  font-size: 45px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="25"]::before {
  background: #6e3a83;
}
.theme-purple ul.cloud a[data-weight="26"] {
  color: #502a5f !important;
  font-size: 46px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="26"]::before {
  background: #6d3983;
}
.theme-purple ul.cloud a[data-weight="27"] {
  color: #4f2a5f !important;
  font-size: 47px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="27"]::before {
  background: #6d3982;
}
.theme-purple ul.cloud a[data-weight="28"] {
  color: #4f295e !important;
  font-size: 48px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="28"]::before {
  background: #6d3982;
}
.theme-purple ul.cloud a[data-weight="29"] {
  color: #4f295e !important;
  font-size: 49px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="29"]::before {
  background: #6c3981;
}
.theme-purple ul.cloud a[data-weight="30"] {
  color: #4e295d !important;
  font-size: 50px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="30"]::before {
  background: #6c3981;
}
.theme-purple ul.cloud a[data-weight="31"] {
  color: #4e295d !important;
  font-size: 51px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="31"]::before {
  background: #6c3880;
}
.theme-purple ul.cloud a[data-weight="32"] {
  color: #4e295d !important;
  font-size: 52px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="32"]::before {
  background: #6b3880;
}
.theme-purple ul.cloud a[data-weight="33"] {
  color: #4d295c !important;
  font-size: 53px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="33"]::before {
  background: #6b3880;
}
.theme-purple ul.cloud a[data-weight="34"] {
  color: #4d285c !important;
  font-size: 54px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="34"]::before {
  background: #6b3880;
}
.theme-purple ul.cloud a[data-weight="35"] {
  color: #4d285c !important;
  font-size: 55px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="35"]::before {
  background: #6b387f;
}
.theme-purple ul.cloud a[data-weight="36"] {
  color: #4d285c !important;
  font-size: 56px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="36"]::before {
  background: #6a387f;
}
.theme-purple ul.cloud a[data-weight="37"] {
  color: #4c285b !important;
  font-size: 57px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="37"]::before {
  background: #6a387f;
}
.theme-purple ul.cloud a[data-weight="38"] {
  color: #4c285b !important;
  font-size: 58px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="38"]::before {
  background: #6a387e;
}
.theme-purple ul.cloud a[data-weight="39"] {
  color: #4c285b !important;
  font-size: 59px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="39"]::before {
  background: #6a387e;
}
.theme-purple ul.cloud a[data-weight="40"] {
  color: #4c285b !important;
  font-size: 60px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="40"]::before {
  background: #6a377e;
}
.theme-purple ul.cloud a[data-weight="41"] {
  color: #4c285a !important;
  font-size: 61px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="41"]::before {
  background: #69377e;
}
.theme-purple ul.cloud a[data-weight="42"] {
  color: #4c285a !important;
  font-size: 62px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="42"]::before {
  background: #69377e;
}
.theme-purple ul.cloud a[data-weight="43"] {
  color: #4b285a !important;
  font-size: 63px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="43"]::before {
  background: #69377d;
}
.theme-purple ul.cloud a[data-weight="44"] {
  color: #4b285a !important;
  font-size: 64px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="44"]::before {
  background: #69377d;
}
.theme-purple ul.cloud a[data-weight="45"] {
  color: #4b275a !important;
  font-size: 65px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="45"]::before {
  background: #69377d;
}
.theme-purple ul.cloud a[data-weight="46"] {
  color: #4b2759 !important;
  font-size: 66px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="46"]::before {
  background: #69377d;
}
.theme-purple ul.cloud a[data-weight="47"] {
  color: #4b2759 !important;
  font-size: 67px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="47"]::before {
  background: #68377d;
}
.theme-purple ul.cloud a[data-weight="48"] {
  color: #4b2759 !important;
  font-size: 68px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="48"]::before {
  background: #68377d;
}
.theme-purple ul.cloud a[data-weight="49"] {
  color: #4b2759 !important;
  font-size: 69px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="49"]::before {
  background: #68377c;
}
.theme-purple ul.cloud a[data-weight="50"] {
  color: #4a2759 !important;
  font-size: 70px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="50"]::before {
  background: #68377c;
}
.theme-purple ul.cloud a[data-weight="51"] {
  color: #4a2759 !important;
  font-size: 71px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="51"]::before {
  background: #68377c;
}
.theme-purple ul.cloud a[data-weight="52"] {
  color: #4a2759 !important;
  font-size: 72px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="52"]::before {
  background: #68377c;
}
.theme-purple ul.cloud a[data-weight="53"] {
  color: #4a2759 !important;
  font-size: 73px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="53"]::before {
  background: #68377c;
}
.theme-purple ul.cloud a[data-weight="54"] {
  color: #4a2758 !important;
  font-size: 74px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="54"]::before {
  background: #68367c;
}
.theme-purple ul.cloud a[data-weight="55"] {
  color: #4a2758 !important;
  font-size: 75px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="55"]::before {
  background: #68367c;
}
.theme-purple ul.cloud a[data-weight="56"] {
  color: #4a2758 !important;
  font-size: 76px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="56"]::before {
  background: #67367c;
}
.theme-purple ul.cloud a[data-weight="57"] {
  color: #4a2758 !important;
  font-size: 77px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="57"]::before {
  background: #67367b;
}
.theme-purple ul.cloud a[data-weight="58"] {
  color: #4a2758 !important;
  font-size: 78px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="58"]::before {
  background: #67367b;
}
.theme-purple ul.cloud a[data-weight="59"] {
  color: #4a2758 !important;
  font-size: 79px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="59"]::before {
  background: #67367b;
}
.theme-purple ul.cloud a[data-weight="60"] {
  color: #492758 !important;
  font-size: 80px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="60"]::before {
  background: #67367b;
}
.theme-purple ul.cloud a[data-weight="61"] {
  color: #492758 !important;
  font-size: 81px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="61"]::before {
  background: #67367b;
}
.theme-purple ul.cloud a[data-weight="62"] {
  color: #492758 !important;
  font-size: 82px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="62"]::before {
  background: #67367b;
}
.theme-purple ul.cloud a[data-weight="63"] {
  color: #492657 !important;
  font-size: 83px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="63"]::before {
  background: #67367b;
}
.theme-purple ul.cloud a[data-weight="64"] {
  color: #492657 !important;
  font-size: 84px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="64"]::before {
  background: #67367b;
}
.theme-purple ul.cloud a[data-weight="65"] {
  color: #492657 !important;
  font-size: 85px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="65"]::before {
  background: #67367b;
}
.theme-purple ul.cloud a[data-weight="66"] {
  color: #492657 !important;
  font-size: 86px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="66"]::before {
  background: #67367b;
}
.theme-purple ul.cloud a[data-weight="67"] {
  color: #492657 !important;
  font-size: 87px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="67"]::before {
  background: #67367b;
}
.theme-purple ul.cloud a[data-weight="68"] {
  color: #492657 !important;
  font-size: 88px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="68"]::before {
  background: #67367b;
}
.theme-purple ul.cloud a[data-weight="69"] {
  color: #492657 !important;
  font-size: 89px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="69"]::before {
  background: #67367a;
}
.theme-purple ul.cloud a[data-weight="70"] {
  color: #492657 !important;
  font-size: 90px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="70"]::before {
  background: #66367a;
}
.theme-purple ul.cloud a[data-weight="71"] {
  color: #492657 !important;
  font-size: 91px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="71"]::before {
  background: #66367a;
}
.theme-purple ul.cloud a[data-weight="72"] {
  color: #492657 !important;
  font-size: 92px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="72"]::before {
  background: #66367a;
}
.theme-purple ul.cloud a[data-weight="73"] {
  color: #492657 !important;
  font-size: 93px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="73"]::before {
  background: #66367a;
}
.theme-purple ul.cloud a[data-weight="74"] {
  color: #492657 !important;
  font-size: 94px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="74"]::before {
  background: #66367a;
}
.theme-purple ul.cloud a[data-weight="75"] {
  color: #492657 !important;
  font-size: 95px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="75"]::before {
  background: #66367a;
}
.theme-purple ul.cloud a[data-weight="76"] {
  color: #482657 !important;
  font-size: 96px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="76"]::before {
  background: #66367a;
}
.theme-purple ul.cloud a[data-weight="77"] {
  color: #482656 !important;
  font-size: 97px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="77"]::before {
  background: #66367a;
}
.theme-purple ul.cloud a[data-weight="78"] {
  color: #482656 !important;
  font-size: 98px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="78"]::before {
  background: #66367a;
}
.theme-purple ul.cloud a[data-weight="79"] {
  color: #482656 !important;
  font-size: 99px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="79"]::before {
  background: #66367a;
}
.theme-purple ul.cloud a[data-weight="80"] {
  color: #482656 !important;
  font-size: 100px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="80"]::before {
  background: #66367a;
}
.theme-purple ul.cloud a[data-weight="81"] {
  color: #482656 !important;
  font-size: 101px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="81"]::before {
  background: #66367a;
}
.theme-purple ul.cloud a[data-weight="82"] {
  color: #482656 !important;
  font-size: 102px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="82"]::before {
  background: #66357a;
}
.theme-purple ul.cloud a[data-weight="83"] {
  color: #482656 !important;
  font-size: 103px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="83"]::before {
  background: #66357a;
}
.theme-purple ul.cloud a[data-weight="84"] {
  color: #482656 !important;
  font-size: 104px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="84"]::before {
  background: #66357a;
}
.theme-purple ul.cloud a[data-weight="85"] {
  color: #482656 !important;
  font-size: 105px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="85"]::before {
  background: #663579;
}
.theme-purple ul.cloud a[data-weight="86"] {
  color: #482656 !important;
  font-size: 106px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="86"]::before {
  background: #663579;
}
.theme-purple ul.cloud a[data-weight="87"] {
  color: #482656 !important;
  font-size: 107px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="87"]::before {
  background: #663579;
}
.theme-purple ul.cloud a[data-weight="88"] {
  color: #482656 !important;
  font-size: 108px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="88"]::before {
  background: #663579;
}
.theme-purple ul.cloud a[data-weight="89"] {
  color: #482656 !important;
  font-size: 109px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="89"]::before {
  background: #663579;
}
.theme-purple ul.cloud a[data-weight="90"] {
  color: #482656 !important;
  font-size: 110px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="90"]::before {
  background: #663579;
}
.theme-purple ul.cloud a[data-weight="91"] {
  color: #482656 !important;
  font-size: 111px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="91"]::before {
  background: #663579;
}
.theme-purple ul.cloud a[data-weight="92"] {
  color: #482656 !important;
  font-size: 112px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="92"]::before {
  background: #653579;
}
.theme-purple ul.cloud a[data-weight="93"] {
  color: #482656 !important;
  font-size: 113px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="93"]::before {
  background: #653579;
}
.theme-purple ul.cloud a[data-weight="94"] {
  color: #482656 !important;
  font-size: 114px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="94"]::before {
  background: #653579;
}
.theme-purple ul.cloud a[data-weight="95"] {
  color: #482656 !important;
  font-size: 115px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="95"]::before {
  background: #653579;
}
.theme-purple ul.cloud a[data-weight="96"] {
  color: #482656 !important;
  font-size: 116px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="96"]::before {
  background: #653579;
}
.theme-purple ul.cloud a[data-weight="97"] {
  color: #482656 !important;
  font-size: 117px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="97"]::before {
  background: #653579;
}
.theme-purple ul.cloud a[data-weight="98"] {
  color: #482656 !important;
  font-size: 118px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="98"]::before {
  background: #653579;
}
.theme-purple ul.cloud a[data-weight="99"] {
  color: #482656 !important;
  font-size: 119px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="99"]::before {
  background: #653579;
}
.theme-purple ul.cloud a[data-weight="100"] {
  color: #482655 !important;
  font-size: 120px;
  writing-mode: vertical-rl;
}
.theme-purple ul.cloud a[data-weight="100"]::before {
  background: #653579;
}
.tile.tile-purple {
  background: #9b59b6;
  color: #fff;
  border-color: #713b87;
}
.tile.tile-purple .tile-header i {
  color: #fff !important;
}
.tile.tile-purple .tile-body {
  border-color: #713b87;
}
.tile.tile-purple.tile-classic {
  color: #9b59b6;
  text-shadow: #dbc3e5 8px 7px 10px;
}
.tile.tile-purple.tile-classic .tile-header i {
  color: #9b59b6 !important;
}
.theme-pink {
  background-color: #fff !important;
  /*	************************************ */
  /*	HEADER */
  /*	************************************ */
  /*     each(range(4), {
  .col-@{value} {
    height: (@value * 50px);
  }
});*/
  /*.cloud-style(2,@back);
    .cloud-style(3,@back);
    .cloud-style(4,@back);
    .cloud-style(5,@back);
    .cloud-style(6,@back);
    .cloud-style(7,@back);
    .cloud-style(8,@back);
    .cloud-style(9,@back);
    .cloud-style(10,@back);
    .cloud-style(11,@back);*/
}
.theme-pink .form-control::-webkit-input-placeholder,
.theme-pink .form-control:-moz-placeholder,
.theme-pink .form-control::-moz-placeholder,
.theme-pink .form-control:-ms-input-placeholder {
  color: #470026;
}
.theme-pink .boxshadow {
  border: 1px solid #ffadd9;
  box-shadow: 1px 2px 4px -3px #000;
}
.theme-pink header {
  background: #fff;
}
.theme-pink header .navbar {
  background-color: #FF1493;
  border-color: #d60074;
}
.theme-pink .navbar-default .navbar-nav > .active > a,
.theme-pink .navbar-default .navbar-nav > .active > a:focus,
.theme-pink .navbar-default .navbar-nav > .active > a:hover,
.theme-pink .navbar-default .navbar-nav > li > a:focus,
.theme-pink .navbar-default .navbar-nav > li > a:hover {
  box-shadow: 0px -3px #930050 inset;
  background: transparent;
}
.theme-pink .navbar-default .navbar-nav > li > a {
  color: #fff;
}
.theme-pink .navbar-default .navbar-nav > li > a .fa {
  color: #fff;
}
.theme-pink .search {
  background-color: #FF1493;
}
.theme-pink .search .description {
  color: #fff;
}
.theme-pink .SearchResultHolder {
  border-top-color: #ea007f;
}
.theme-pink .SearchResultHolder::after {
  border: #fff;
}
.theme-pink .sliderHolder {
  border-bottom-color: #930050;
}
.theme-pink .btn.btn-default {
  background-color: #FF1493;
  color: #fff;
  border-color: #d60074;
}
.theme-pink .btn.btn-default:hover,
.theme-pink .btn.btn-default:focus,
.theme-pink .btn.btn-default.active {
  background-color: #d60074;
  color: #fff;
  border-color: #930050;
}
.theme-pink .btn-light {
  background: #fff !important;
  color: #FF1493 !important;
  border-color: #FF1493 !important;
}
.theme-pink .btn-light:hover,
.theme-pink .btn-light:focus,
.theme-pink .btn-light.active {
  background: #FF1493 !important;
  color: #fff !important;
}
.theme-pink .row-slider {
  border-color: #930050;
  background: #FF1493;
  color: #fff;
}
.theme-pink .row-slider .row-slider-title > h4 {
  background: #fff;
  border-color: #FF1493;
  color: #FF1493;
}
.theme-pink .row-slider .row-slider-left {
  background: linear-gradient(to left, transparent, #ff3da6);
}
.theme-pink .row-slider .row-slider-left i {
  color: #fff;
}
.theme-pink .row-slider .row-slider-left:hover,
.theme-pink .row-slider .row-slider-left:focus {
  background: linear-gradient(to left, transparent, #FF1493);
}
.theme-pink .row-slider .row-slider-right {
  background: linear-gradient(to right, transparent, #ff3da6);
}
.theme-pink .row-slider .row-slider-right:hover,
.theme-pink .row-slider .row-slider-right:focus {
  background: linear-gradient(to right, transparent, #FF1493);
}
.theme-pink .row-slider.row-slider-light {
  border-color: #ccc;
  background: #fff;
  color: #FF1493;
}
.theme-pink .tabFlex .tab-content {
  background-color: #ffffff;
}
.theme-pink .tabFlex .nav li {
  background: #FF1493;
  border-color: #FF1493;
}
.theme-pink .tabFlex .nav li a,
.theme-pink .tabFlex .nav li .fa {
  color: #fff !important;
}
.theme-pink .tabFlex .nav li::before {
  border-left-color: #FF1493;
}
.theme-pink .tabFlex .nav li::after {
  border-left-color: #FF1493;
}
.theme-pink .tabFlex .nav li:hover {
  background: #ff3da6;
}
.theme-pink .tabFlex .nav li:hover a,
.theme-pink .tabFlex .nav li:hover .fa {
  background: #ff3da6;
  color: #fff !important;
}
.theme-pink .tabFlex .nav li:hover::before {
  border-left-color: #FF1493;
}
.theme-pink .tabFlex .nav li:hover::after {
  border-left-color: #ff3da6;
}
.theme-pink .tabFlex .nav li.active {
  background: #fff;
  border-color: #FF1493;
}
.theme-pink .tabFlex .nav li.active a,
.theme-pink .tabFlex .nav li.active .fa {
  background: #fff !important;
  color: #FF1493 !important;
}
.theme-pink .tabFlex .nav li.active:before {
  border-left-color: #FF1493;
}
.theme-pink .tabFlex .nav li.active:after {
  border-left-color: #fff;
}
.theme-pink li:hover .tabFlex .nav li:hover:after {
  border-left-color: #ffadd9;
}
.theme-pink .fa {
  color: inherit;
}
.theme-pink footer .fa {
  color: #fff;
}
.theme-pink a {
  color: #FF1493;
}
.theme-pink a:hover,
.theme-pink a:focus {
  color: #930050;
}
.theme-pink .btn {
  color: #fff;
}
.theme-pink .btn .fa {
  color: #fff;
}
.theme-pink .btn:hover .fa,
.theme-pink .btn:focus .fa {
  color: #fff;
}
.theme-pink .btn.btn-link {
  color: #FF1493;
}
.theme-pink .btn.btn-link .fa {
  color: #FF1493;
}
.theme-pink .btn.btn-link:hover .fa,
.theme-pink .btn.btn-link:focus .fa {
  color: #FF1493;
}
.theme-pink footer .listStyle {
  color: #fff;
}
.theme-pink .listStyle h2 {
  color: #ff3da6;
}
.theme-pink footer {
  background-color: #FF1493;
  color: #fff;
}
.theme-pink footer:before {
  background-color: #d60074;
}
.theme-pink .control--checkbox .control__indicator::after {
  color: #fff;
}
.theme-pink .control input:checked ~ .control__indicator {
  background: #FF1493;
}
.theme-pink .control__indicator {
  background: #fff;
  border-color: #d60074;
}
.theme-pink .copy {
  background-color: #ffadd9;
  color: #FF1493;
  border-top-color: #930050;
}
.theme-pink .ArianBadg {
  background-color: #ff3da6 !important;
}
.theme-pink .newsdatetime {
  color: #ff3da6;
}
.theme-pink .SearchResultHolder {
  border-top-color: #FF1493;
}
.theme-pink .search_on_result_page .searchTitle {
  background-color: #ff3da6;
  color: #fff;
}
.theme-pink .searchResult h2 {
  color: #FF1493;
}
.theme-pink .search_on_result_page .searchButtonsHolder .btn {
  background-color: #FF1493;
  color: #fff;
  border-color: #d60074;
}
.theme-pink .pagination > .active > button,
.theme-pink .pagination > .active > a,
.theme-pink .pagination > .active > span,
.theme-pink .pagination > .active > button:hover,
.theme-pink .pagination > .active > a:hover,
.theme-pink .pagination > .active > span:hover,
.theme-pink .pagination > .active > button:focus,
.theme-pink .pagination > .active > a:focus,
.theme-pink .pagination > .active > span:focus {
  color: #fff;
  background-color: #FF1493;
  border-color: #d60074;
}
.theme-pink .pagination > li > a,
.theme-pink .pagination > li > button,
.theme-pink .pagination > li > span {
  color: #FF1493;
}
.theme-pink .pagination > li > a:hover,
.theme-pink .pagination > li > button:hover,
.theme-pink .pagination > li > span:hover,
.theme-pink .pagination > li > a:focus,
.theme-pink .pagination > li > button:focus,
.theme-pink .pagination > li > span:focus {
  color: #d60074;
}
.theme-pink ul.cloud a[data-weight="1"] {
  color: #ff7ac2 !important;
  font-size: 21px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="1"]::before {
  background: #ffadd9;
}
.theme-pink ul.cloud a[data-weight="2"] {
  color: #ff259b !important;
  font-size: 22px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="2"]::before {
  background: #ff58b2;
}
.theme-pink ul.cloud a[data-weight="3"] {
  color: #fa0087 !important;
  font-size: 23px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="3"]::before {
  background: #ff2e9f;
}
.theme-pink ul.cloud a[data-weight="4"] {
  color: #e00079 !important;
  font-size: 24px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="4"]::before {
  background: #ff1493;
}
.theme-pink ul.cloud a[data-weight="5"] {
  color: #cf0070 !important;
  font-size: 25px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="5"]::before {
  background: #ff038b;
}
.theme-pink ul.cloud a[data-weight="6"] {
  color: #c30069 !important;
  font-size: 26px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="6"]::before {
  background: #f60085;
}
.theme-pink ul.cloud a[data-weight="7"] {
  color: #ba0064 !important;
  font-size: 27px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="7"]::before {
  background: #ed0080;
}
.theme-pink ul.cloud a[data-weight="8"] {
  color: #b30061 !important;
  font-size: 28px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="8"]::before {
  background: #e6007c;
}
.theme-pink ul.cloud a[data-weight="9"] {
  color: #ad005d !important;
  font-size: 29px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="9"]::before {
  background: #e00079;
}
.theme-pink ul.cloud a[data-weight="10"] {
  color: #a8005b !important;
  font-size: 30px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="10"]::before {
  background: #db0077;
}
.theme-pink ul.cloud a[data-weight="11"] {
  color: #a40059 !important;
  font-size: 31px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="11"]::before {
  background: #d70074;
}
.theme-pink ul.cloud a[data-weight="12"] {
  color: #a10057 !important;
  font-size: 32px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="12"]::before {
  background: #d40073;
}
.theme-pink ul.cloud a[data-weight="13"] {
  color: #9e0056 !important;
  font-size: 33px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="13"]::before {
  background: #d10071;
}
.theme-pink ul.cloud a[data-weight="14"] {
  color: #9c0054 !important;
  font-size: 34px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="14"]::before {
  background: #cf0070;
}
.theme-pink ul.cloud a[data-weight="15"] {
  color: #9a0053 !important;
  font-size: 35px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="15"]::before {
  background: #cd006f;
}
.theme-pink ul.cloud a[data-weight="16"] {
  color: #980052 !important;
  font-size: 36px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="16"]::before {
  background: #cb006e;
}
.theme-pink ul.cloud a[data-weight="17"] {
  color: #960051 !important;
  font-size: 37px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="17"]::before {
  background: #c9006d;
}
.theme-pink ul.cloud a[data-weight="18"] {
  color: #950050 !important;
  font-size: 38px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="18"]::before {
  background: #c8006c;
}
.theme-pink ul.cloud a[data-weight="19"] {
  color: #930050 !important;
  font-size: 39px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="19"]::before {
  background: #c6006b;
}
.theme-pink ul.cloud a[data-weight="20"] {
  color: #92004f !important;
  font-size: 40px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="20"]::before {
  background: #c5006b;
}
.theme-pink ul.cloud a[data-weight="21"] {
  color: #91004e !important;
  font-size: 41px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="21"]::before {
  background: #c4006a;
}
.theme-pink ul.cloud a[data-weight="22"] {
  color: #90004e !important;
  font-size: 42px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="22"]::before {
  background: #c30069;
}
.theme-pink ul.cloud a[data-weight="23"] {
  color: #8f004d !important;
  font-size: 43px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="23"]::before {
  background: #c20069;
}
.theme-pink ul.cloud a[data-weight="24"] {
  color: #8e004d !important;
  font-size: 44px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="24"]::before {
  background: #c10069;
}
.theme-pink ul.cloud a[data-weight="25"] {
  color: #8e004d !important;
  font-size: 45px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="25"]::before {
  background: #c10068;
}
.theme-pink ul.cloud a[data-weight="26"] {
  color: #8d004c !important;
  font-size: 46px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="26"]::before {
  background: #c00068;
}
.theme-pink ul.cloud a[data-weight="27"] {
  color: #8c004c !important;
  font-size: 47px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="27"]::before {
  background: #bf0067;
}
.theme-pink ul.cloud a[data-weight="28"] {
  color: #8c004b !important;
  font-size: 48px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="28"]::before {
  background: #bf0067;
}
.theme-pink ul.cloud a[data-weight="29"] {
  color: #8b004b !important;
  font-size: 49px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="29"]::before {
  background: #be0067;
}
.theme-pink ul.cloud a[data-weight="30"] {
  color: #8a004b !important;
  font-size: 50px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="30"]::before {
  background: #bd0066;
}
.theme-pink ul.cloud a[data-weight="31"] {
  color: #8a004b !important;
  font-size: 51px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="31"]::before {
  background: #bd0066;
}
.theme-pink ul.cloud a[data-weight="32"] {
  color: #89004a !important;
  font-size: 52px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="32"]::before {
  background: #bc0066;
}
.theme-pink ul.cloud a[data-weight="33"] {
  color: #89004a !important;
  font-size: 53px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="33"]::before {
  background: #bc0066;
}
.theme-pink ul.cloud a[data-weight="34"] {
  color: #89004a !important;
  font-size: 54px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="34"]::before {
  background: #bc0065;
}
.theme-pink ul.cloud a[data-weight="35"] {
  color: #88004a !important;
  font-size: 55px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="35"]::before {
  background: #bb0065;
}
.theme-pink ul.cloud a[data-weight="36"] {
  color: #880049 !important;
  font-size: 56px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="36"]::before {
  background: #bb0065;
}
.theme-pink ul.cloud a[data-weight="37"] {
  color: #870049 !important;
  font-size: 57px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="37"]::before {
  background: #ba0065;
}
.theme-pink ul.cloud a[data-weight="38"] {
  color: #870049 !important;
  font-size: 58px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="38"]::before {
  background: #ba0065;
}
.theme-pink ul.cloud a[data-weight="39"] {
  color: #870049 !important;
  font-size: 59px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="39"]::before {
  background: #ba0064;
}
.theme-pink ul.cloud a[data-weight="40"] {
  color: #860049 !important;
  font-size: 60px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="40"]::before {
  background: #b90064;
}
.theme-pink ul.cloud a[data-weight="41"] {
  color: #860048 !important;
  font-size: 61px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="41"]::before {
  background: #b90064;
}
.theme-pink ul.cloud a[data-weight="42"] {
  color: #860048 !important;
  font-size: 62px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="42"]::before {
  background: #b90064;
}
.theme-pink ul.cloud a[data-weight="43"] {
  color: #860048 !important;
  font-size: 63px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="43"]::before {
  background: #b90064;
}
.theme-pink ul.cloud a[data-weight="44"] {
  color: #850048 !important;
  font-size: 64px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="44"]::before {
  background: #b80064;
}
.theme-pink ul.cloud a[data-weight="45"] {
  color: #850048 !important;
  font-size: 65px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="45"]::before {
  background: #b80063;
}
.theme-pink ul.cloud a[data-weight="46"] {
  color: #850048 !important;
  font-size: 66px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="46"]::before {
  background: #b80063;
}
.theme-pink ul.cloud a[data-weight="47"] {
  color: #850048 !important;
  font-size: 67px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="47"]::before {
  background: #b80063;
}
.theme-pink ul.cloud a[data-weight="48"] {
  color: #840048 !important;
  font-size: 68px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="48"]::before {
  background: #b70063;
}
.theme-pink ul.cloud a[data-weight="49"] {
  color: #840047 !important;
  font-size: 69px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="49"]::before {
  background: #b70063;
}
.theme-pink ul.cloud a[data-weight="50"] {
  color: #840047 !important;
  font-size: 70px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="50"]::before {
  background: #b70063;
}
.theme-pink ul.cloud a[data-weight="51"] {
  color: #840047 !important;
  font-size: 71px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="51"]::before {
  background: #b70063;
}
.theme-pink ul.cloud a[data-weight="52"] {
  color: #840047 !important;
  font-size: 72px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="52"]::before {
  background: #b70063;
}
.theme-pink ul.cloud a[data-weight="53"] {
  color: #830047 !important;
  font-size: 73px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="53"]::before {
  background: #b60063;
}
.theme-pink ul.cloud a[data-weight="54"] {
  color: #830047 !important;
  font-size: 74px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="54"]::before {
  background: #b60063;
}
.theme-pink ul.cloud a[data-weight="55"] {
  color: #830047 !important;
  font-size: 75px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="55"]::before {
  background: #b60062;
}
.theme-pink ul.cloud a[data-weight="56"] {
  color: #830047 !important;
  font-size: 76px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="56"]::before {
  background: #b60062;
}
.theme-pink ul.cloud a[data-weight="57"] {
  color: #830047 !important;
  font-size: 77px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="57"]::before {
  background: #b60062;
}
.theme-pink ul.cloud a[data-weight="58"] {
  color: #830047 !important;
  font-size: 78px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="58"]::before {
  background: #b60062;
}
.theme-pink ul.cloud a[data-weight="59"] {
  color: #830047 !important;
  font-size: 79px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="59"]::before {
  background: #b50062;
}
.theme-pink ul.cloud a[data-weight="60"] {
  color: #820046 !important;
  font-size: 80px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="60"]::before {
  background: #b50062;
}
.theme-pink ul.cloud a[data-weight="61"] {
  color: #820046 !important;
  font-size: 81px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="61"]::before {
  background: #b50062;
}
.theme-pink ul.cloud a[data-weight="62"] {
  color: #820046 !important;
  font-size: 82px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="62"]::before {
  background: #b50062;
}
.theme-pink ul.cloud a[data-weight="63"] {
  color: #820046 !important;
  font-size: 83px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="63"]::before {
  background: #b50062;
}
.theme-pink ul.cloud a[data-weight="64"] {
  color: #820046 !important;
  font-size: 84px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="64"]::before {
  background: #b50062;
}
.theme-pink ul.cloud a[data-weight="65"] {
  color: #820046 !important;
  font-size: 85px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="65"]::before {
  background: #b50062;
}
.theme-pink ul.cloud a[data-weight="66"] {
  color: #820046 !important;
  font-size: 86px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="66"]::before {
  background: #b50062;
}
.theme-pink ul.cloud a[data-weight="67"] {
  color: #820046 !important;
  font-size: 87px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="67"]::before {
  background: #b40062;
}
.theme-pink ul.cloud a[data-weight="68"] {
  color: #810046 !important;
  font-size: 88px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="68"]::before {
  background: #b40061;
}
.theme-pink ul.cloud a[data-weight="69"] {
  color: #810046 !important;
  font-size: 89px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="69"]::before {
  background: #b40061;
}
.theme-pink ul.cloud a[data-weight="70"] {
  color: #810046 !important;
  font-size: 90px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="70"]::before {
  background: #b40061;
}
.theme-pink ul.cloud a[data-weight="71"] {
  color: #810046 !important;
  font-size: 91px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="71"]::before {
  background: #b40061;
}
.theme-pink ul.cloud a[data-weight="72"] {
  color: #810046 !important;
  font-size: 92px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="72"]::before {
  background: #b40061;
}
.theme-pink ul.cloud a[data-weight="73"] {
  color: #810046 !important;
  font-size: 93px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="73"]::before {
  background: #b40061;
}
.theme-pink ul.cloud a[data-weight="74"] {
  color: #810046 !important;
  font-size: 94px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="74"]::before {
  background: #b40061;
}
.theme-pink ul.cloud a[data-weight="75"] {
  color: #810046 !important;
  font-size: 95px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="75"]::before {
  background: #b40061;
}
.theme-pink ul.cloud a[data-weight="76"] {
  color: #810046 !important;
  font-size: 96px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="76"]::before {
  background: #b40061;
}
.theme-pink ul.cloud a[data-weight="77"] {
  color: #810045 !important;
  font-size: 97px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="77"]::before {
  background: #b40061;
}
.theme-pink ul.cloud a[data-weight="78"] {
  color: #800045 !important;
  font-size: 98px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="78"]::before {
  background: #b30061;
}
.theme-pink ul.cloud a[data-weight="79"] {
  color: #800045 !important;
  font-size: 99px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="79"]::before {
  background: #b30061;
}
.theme-pink ul.cloud a[data-weight="80"] {
  color: #800045 !important;
  font-size: 100px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="80"]::before {
  background: #b30061;
}
.theme-pink ul.cloud a[data-weight="81"] {
  color: #800045 !important;
  font-size: 101px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="81"]::before {
  background: #b30061;
}
.theme-pink ul.cloud a[data-weight="82"] {
  color: #800045 !important;
  font-size: 102px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="82"]::before {
  background: #b30061;
}
.theme-pink ul.cloud a[data-weight="83"] {
  color: #800045 !important;
  font-size: 103px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="83"]::before {
  background: #b30061;
}
.theme-pink ul.cloud a[data-weight="84"] {
  color: #800045 !important;
  font-size: 104px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="84"]::before {
  background: #b30061;
}
.theme-pink ul.cloud a[data-weight="85"] {
  color: #800045 !important;
  font-size: 105px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="85"]::before {
  background: #b30061;
}
.theme-pink ul.cloud a[data-weight="86"] {
  color: #800045 !important;
  font-size: 106px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="86"]::before {
  background: #b30061;
}
.theme-pink ul.cloud a[data-weight="87"] {
  color: #800045 !important;
  font-size: 107px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="87"]::before {
  background: #b30061;
}
.theme-pink ul.cloud a[data-weight="88"] {
  color: #800045 !important;
  font-size: 108px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="88"]::before {
  background: #b30061;
}
.theme-pink ul.cloud a[data-weight="89"] {
  color: #800045 !important;
  font-size: 109px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="89"]::before {
  background: #b30061;
}
.theme-pink ul.cloud a[data-weight="90"] {
  color: #800045 !important;
  font-size: 110px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="90"]::before {
  background: #b30061;
}
.theme-pink ul.cloud a[data-weight="91"] {
  color: #800045 !important;
  font-size: 111px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="91"]::before {
  background: #b30060;
}
.theme-pink ul.cloud a[data-weight="92"] {
  color: #7f0045 !important;
  font-size: 112px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="92"]::before {
  background: #b20060;
}
.theme-pink ul.cloud a[data-weight="93"] {
  color: #7f0045 !important;
  font-size: 113px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="93"]::before {
  background: #b20060;
}
.theme-pink ul.cloud a[data-weight="94"] {
  color: #7f0045 !important;
  font-size: 114px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="94"]::before {
  background: #b20060;
}
.theme-pink ul.cloud a[data-weight="95"] {
  color: #7f0045 !important;
  font-size: 115px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="95"]::before {
  background: #b20060;
}
.theme-pink ul.cloud a[data-weight="96"] {
  color: #7f0045 !important;
  font-size: 116px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="96"]::before {
  background: #b20060;
}
.theme-pink ul.cloud a[data-weight="97"] {
  color: #7f0045 !important;
  font-size: 117px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="97"]::before {
  background: #b20060;
}
.theme-pink ul.cloud a[data-weight="98"] {
  color: #7f0045 !important;
  font-size: 118px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="98"]::before {
  background: #b20060;
}
.theme-pink ul.cloud a[data-weight="99"] {
  color: #7f0045 !important;
  font-size: 119px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="99"]::before {
  background: #b20060;
}
.theme-pink ul.cloud a[data-weight="100"] {
  color: #7f0045 !important;
  font-size: 120px;
  writing-mode: vertical-rl;
}
.theme-pink ul.cloud a[data-weight="100"]::before {
  background: #b20060;
}
.tile.tile-pink {
  background: #FF1493;
  color: #fff;
  border-color: #c6006b;
}
.tile.tile-pink .tile-header i {
  color: #fff !important;
}
.tile.tile-pink .tile-body {
  border-color: #c6006b;
}
.tile.tile-pink.tile-classic {
  color: #FF1493;
  text-shadow: #ffadd9 8px 7px 10px;
}
.tile.tile-pink.tile-classic .tile-header i {
  color: #FF1493 !important;
}
.theme-gold {
  background-color: #fff !important;
  /*	************************************ */
  /*	HEADER */
  /*	************************************ */
  /*     each(range(4), {
  .col-@{value} {
    height: (@value * 50px);
  }
});*/
  /*.cloud-style(2,@back);
    .cloud-style(3,@back);
    .cloud-style(4,@back);
    .cloud-style(5,@back);
    .cloud-style(6,@back);
    .cloud-style(7,@back);
    .cloud-style(8,@back);
    .cloud-style(9,@back);
    .cloud-style(10,@back);
    .cloud-style(11,@back);*/
}
.theme-gold .form-control::-webkit-input-placeholder,
.theme-gold .form-control:-moz-placeholder,
.theme-gold .form-control::-moz-placeholder,
.theme-gold .form-control:-ms-input-placeholder {
  color: #312803;
}
.theme-gold .boxshadow {
  border: 1px solid #f9e8a0;
  box-shadow: 1px 2px 4px -3px #000;
}
.theme-gold header {
  background: #fff;
}
.theme-gold header .navbar {
  background-color: #f1c40f;
  border-color: #b8960b;
}
.theme-gold .navbar-default .navbar-nav > .active > a,
.theme-gold .navbar-default .navbar-nav > .active > a:focus,
.theme-gold .navbar-default .navbar-nav > .active > a:hover,
.theme-gold .navbar-default .navbar-nav > li > a:focus,
.theme-gold .navbar-default .navbar-nav > li > a:hover {
  box-shadow: 0px -3px #796307 inset;
  background: transparent;
}
.theme-gold .navbar-default .navbar-nav > li > a {
  color: #fff;
}
.theme-gold .navbar-default .navbar-nav > li > a .fa {
  color: #fff;
}
.theme-gold .search {
  background-color: #f1c40f;
}
.theme-gold .search .description {
  color: #fff;
}
.theme-gold .SearchResultHolder {
  border-top-color: #cba50c;
}
.theme-gold .SearchResultHolder::after {
  border: #fff;
}
.theme-gold .sliderHolder {
  border-bottom-color: #796307;
}
.theme-gold .btn.btn-default {
  background-color: #f1c40f;
  color: #fff;
  border-color: #b8960b;
}
.theme-gold .btn.btn-default:hover,
.theme-gold .btn.btn-default:focus,
.theme-gold .btn.btn-default.active {
  background-color: #b8960b;
  color: #fff;
  border-color: #796307;
}
.theme-gold .btn-light {
  background: #fff !important;
  color: #f1c40f !important;
  border-color: #f1c40f !important;
}
.theme-gold .btn-light:hover,
.theme-gold .btn-light:focus,
.theme-gold .btn-light.active {
  background: #f1c40f !important;
  color: #fff !important;
}
.theme-gold .row-slider {
  border-color: #796307;
  background: #f1c40f;
  color: #fff;
}
.theme-gold .row-slider .row-slider-title > h4 {
  background: #fff;
  border-color: #f1c40f;
  color: #f1c40f;
}
.theme-gold .row-slider .row-slider-left {
  background: linear-gradient(to left, transparent, #f3cd36);
}
.theme-gold .row-slider .row-slider-left i {
  color: #fff;
}
.theme-gold .row-slider .row-slider-left:hover,
.theme-gold .row-slider .row-slider-left:focus {
  background: linear-gradient(to left, transparent, #f1c40f);
}
.theme-gold .row-slider .row-slider-right {
  background: linear-gradient(to right, transparent, #f3cd36);
}
.theme-gold .row-slider .row-slider-right:hover,
.theme-gold .row-slider .row-slider-right:focus {
  background: linear-gradient(to right, transparent, #f1c40f);
}
.theme-gold .row-slider.row-slider-light {
  border-color: #ccc;
  background: #fff;
  color: #f1c40f;
}
.theme-gold .tabFlex .tab-content {
  background-color: #ffffff;
}
.theme-gold .tabFlex .nav li {
  background: #f1c40f;
  border-color: #f1c40f;
}
.theme-gold .tabFlex .nav li a,
.theme-gold .tabFlex .nav li .fa {
  color: #fff !important;
}
.theme-gold .tabFlex .nav li::before {
  border-left-color: #f1c40f;
}
.theme-gold .tabFlex .nav li::after {
  border-left-color: #f1c40f;
}
.theme-gold .tabFlex .nav li:hover {
  background: #f3cd36;
}
.theme-gold .tabFlex .nav li:hover a,
.theme-gold .tabFlex .nav li:hover .fa {
  background: #f3cd36;
  color: #fff !important;
}
.theme-gold .tabFlex .nav li:hover::before {
  border-left-color: #f1c40f;
}
.theme-gold .tabFlex .nav li:hover::after {
  border-left-color: #f3cd36;
}
.theme-gold .tabFlex .nav li.active {
  background: #fff;
  border-color: #f1c40f;
}
.theme-gold .tabFlex .nav li.active a,
.theme-gold .tabFlex .nav li.active .fa {
  background: #fff !important;
  color: #f1c40f !important;
}
.theme-gold .tabFlex .nav li.active:before {
  border-left-color: #f1c40f;
}
.theme-gold .tabFlex .nav li.active:after {
  border-left-color: #fff;
}
.theme-gold li:hover .tabFlex .nav li:hover:after {
  border-left-color: #f9e8a0;
}
.theme-gold .fa {
  color: inherit;
}
.theme-gold footer .fa {
  color: #fff;
}
.theme-gold a {
  color: #f1c40f;
}
.theme-gold a:hover,
.theme-gold a:focus {
  color: #796307;
}
.theme-gold .btn {
  color: #fff;
}
.theme-gold .btn .fa {
  color: #fff;
}
.theme-gold .btn:hover .fa,
.theme-gold .btn:focus .fa {
  color: #fff;
}
.theme-gold .btn.btn-link {
  color: #f1c40f;
}
.theme-gold .btn.btn-link .fa {
  color: #f1c40f;
}
.theme-gold .btn.btn-link:hover .fa,
.theme-gold .btn.btn-link:focus .fa {
  color: #f1c40f;
}
.theme-gold footer .listStyle {
  color: #fff;
}
.theme-gold .listStyle h2 {
  color: #f3cd36;
}
.theme-gold footer {
  background-color: #f1c40f;
  color: #fff;
}
.theme-gold footer:before {
  background-color: #b8960b;
}
.theme-gold .control--checkbox .control__indicator::after {
  color: #fff;
}
.theme-gold .control input:checked ~ .control__indicator {
  background: #f1c40f;
}
.theme-gold .control__indicator {
  background: #fff;
  border-color: #b8960b;
}
.theme-gold .copy {
  background-color: #f9e8a0;
  color: #f1c40f;
  border-top-color: #796307;
}
.theme-gold .ArianBadg {
  background-color: #f3cd36 !important;
}
.theme-gold .newsdatetime {
  color: #f3cd36;
}
.theme-gold .SearchResultHolder {
  border-top-color: #f1c40f;
}
.theme-gold .search_on_result_page .searchTitle {
  background-color: #f3cd36;
  color: #fff;
}
.theme-gold .searchResult h2 {
  color: #f1c40f;
}
.theme-gold .search_on_result_page .searchButtonsHolder .btn {
  background-color: #f1c40f;
  color: #fff;
  border-color: #b8960b;
}
.theme-gold .pagination > .active > button,
.theme-gold .pagination > .active > a,
.theme-gold .pagination > .active > span,
.theme-gold .pagination > .active > button:hover,
.theme-gold .pagination > .active > a:hover,
.theme-gold .pagination > .active > span:hover,
.theme-gold .pagination > .active > button:focus,
.theme-gold .pagination > .active > a:focus,
.theme-gold .pagination > .active > span:focus {
  color: #fff;
  background-color: #f1c40f;
  border-color: #b8960b;
}
.theme-gold .pagination > li > a,
.theme-gold .pagination > li > button,
.theme-gold .pagination > li > span {
  color: #f1c40f;
}
.theme-gold .pagination > li > a:hover,
.theme-gold .pagination > li > button:hover,
.theme-gold .pagination > li > span:hover,
.theme-gold .pagination > li > a:focus,
.theme-gold .pagination > li > button:focus,
.theme-gold .pagination > li > span:focus {
  color: #b8960b;
}
.theme-gold ul.cloud a[data-weight="1"] {
  color: #f7dc6f !important;
  font-size: 21px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="1"]::before {
  background: #f9e8a0;
}
.theme-gold ul.cloud a[data-weight="2"] {
  color: #f2c81f !important;
  font-size: 22px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="2"]::before {
  background: #f5d44f;
}
.theme-gold ul.cloud a[data-weight="3"] {
  color: #dab10d !important;
  font-size: 23px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="3"]::before {
  background: #f2ca27;
}
.theme-gold ul.cloud a[data-weight="4"] {
  color: #c29d0b !important;
  font-size: 24px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="4"]::before {
  background: #f1c40f;
}
.theme-gold ul.cloud a[data-weight="5"] {
  color: #b2900a !important;
  font-size: 25px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="5"]::before {
  background: #e2b70d;
}
.theme-gold ul.cloud a[data-weight="6"] {
  color: #a6870a !important;
  font-size: 26px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="6"]::before {
  background: #d6ae0d;
}
.theme-gold ul.cloud a[data-weight="7"] {
  color: #9e8009 !important;
  font-size: 27px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="7"]::before {
  background: #cea70c;
}
.theme-gold ul.cloud a[data-weight="8"] {
  color: #977b09 !important;
  font-size: 28px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="8"]::before {
  background: #c7a20c;
}
.theme-gold ul.cloud a[data-weight="9"] {
  color: #927608 !important;
  font-size: 29px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="9"]::before {
  background: #c29d0b;
}
.theme-gold ul.cloud a[data-weight="10"] {
  color: #8d7308 !important;
  font-size: 30px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="10"]::before {
  background: #bd9a0b;
}
.theme-gold ul.cloud a[data-weight="11"] {
  color: #897008 !important;
  font-size: 31px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="11"]::before {
  background: #ba970b;
}
.theme-gold ul.cloud a[data-weight="12"] {
  color: #866d08 !important;
  font-size: 32px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="12"]::before {
  background: #b7940b;
}
.theme-gold ul.cloud a[data-weight="13"] {
  color: #846b08 !important;
  font-size: 33px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="13"]::before {
  background: #b4920a;
}
.theme-gold ul.cloud a[data-weight="14"] {
  color: #816908 !important;
  font-size: 34px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="14"]::before {
  background: #b2900a;
}
.theme-gold ul.cloud a[data-weight="15"] {
  color: #7f6807 !important;
  font-size: 35px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="15"]::before {
  background: #b08f0a;
}
.theme-gold ul.cloud a[data-weight="16"] {
  color: #7e6607 !important;
  font-size: 36px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="16"]::before {
  background: #ae8d0a;
}
.theme-gold ul.cloud a[data-weight="17"] {
  color: #7c6507 !important;
  font-size: 37px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="17"]::before {
  background: #ac8c0a;
}
.theme-gold ul.cloud a[data-weight="18"] {
  color: #7b6407 !important;
  font-size: 38px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="18"]::before {
  background: #ab8b0a;
}
.theme-gold ul.cloud a[data-weight="19"] {
  color: #796307 !important;
  font-size: 39px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="19"]::before {
  background: #aa8a0a;
}
.theme-gold ul.cloud a[data-weight="20"] {
  color: #786207 !important;
  font-size: 40px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="20"]::before {
  background: #a8890a;
}
.theme-gold ul.cloud a[data-weight="21"] {
  color: #776107 !important;
  font-size: 41px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="21"]::before {
  background: #a7880a;
}
.theme-gold ul.cloud a[data-weight="22"] {
  color: #766007 !important;
  font-size: 42px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="22"]::before {
  background: #a6870a;
}
.theme-gold ul.cloud a[data-weight="23"] {
  color: #755f07 !important;
  font-size: 43px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="23"]::before {
  background: #a6870a;
}
.theme-gold ul.cloud a[data-weight="24"] {
  color: #755f07 !important;
  font-size: 44px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="24"]::before {
  background: #a5860a;
}
.theme-gold ul.cloud a[data-weight="25"] {
  color: #745e07 !important;
  font-size: 45px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="25"]::before {
  background: #a4850a;
}
.theme-gold ul.cloud a[data-weight="26"] {
  color: #735e07 !important;
  font-size: 46px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="26"]::before {
  background: #a3850a;
}
.theme-gold ul.cloud a[data-weight="27"] {
  color: #735d07 !important;
  font-size: 47px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="27"]::before {
  background: #a38409;
}
.theme-gold ul.cloud a[data-weight="28"] {
  color: #725d07 !important;
  font-size: 48px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="28"]::before {
  background: #a28409;
}
.theme-gold ul.cloud a[data-weight="29"] {
  color: #715c07 !important;
  font-size: 49px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="29"]::before {
  background: #a28309;
}
.theme-gold ul.cloud a[data-weight="30"] {
  color: #715c07 !important;
  font-size: 50px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="30"]::before {
  background: #a18309;
}
.theme-gold ul.cloud a[data-weight="31"] {
  color: #705b07 !important;
  font-size: 51px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="31"]::before {
  background: #a18209;
}
.theme-gold ul.cloud a[data-weight="32"] {
  color: #705b07 !important;
  font-size: 52px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="32"]::before {
  background: #a08209;
}
.theme-gold ul.cloud a[data-weight="33"] {
  color: #6f5b07 !important;
  font-size: 53px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="33"]::before {
  background: #a08209;
}
.theme-gold ul.cloud a[data-weight="34"] {
  color: #6f5a06 !important;
  font-size: 54px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="34"]::before {
  background: #9f8109;
}
.theme-gold ul.cloud a[data-weight="35"] {
  color: #6f5a06 !important;
  font-size: 55px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="35"]::before {
  background: #9f8109;
}
.theme-gold ul.cloud a[data-weight="36"] {
  color: #6e5a06 !important;
  font-size: 56px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="36"]::before {
  background: #9f8109;
}
.theme-gold ul.cloud a[data-weight="37"] {
  color: #6e5906 !important;
  font-size: 57px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="37"]::before {
  background: #9e8109;
}
.theme-gold ul.cloud a[data-weight="38"] {
  color: #6e5906 !important;
  font-size: 58px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="38"]::before {
  background: #9e8009;
}
.theme-gold ul.cloud a[data-weight="39"] {
  color: #6d5906 !important;
  font-size: 59px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="39"]::before {
  background: #9e8009;
}
.theme-gold ul.cloud a[data-weight="40"] {
  color: #6d5906 !important;
  font-size: 60px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="40"]::before {
  background: #9d8009;
}
.theme-gold ul.cloud a[data-weight="41"] {
  color: #6d5806 !important;
  font-size: 61px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="41"]::before {
  background: #9d8009;
}
.theme-gold ul.cloud a[data-weight="42"] {
  color: #6d5806 !important;
  font-size: 62px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="42"]::before {
  background: #9d7f09;
}
.theme-gold ul.cloud a[data-weight="43"] {
  color: #6c5806 !important;
  font-size: 63px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="43"]::before {
  background: #9c7f09;
}
.theme-gold ul.cloud a[data-weight="44"] {
  color: #6c5806 !important;
  font-size: 64px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="44"]::before {
  background: #9c7f09;
}
.theme-gold ul.cloud a[data-weight="45"] {
  color: #6c5806 !important;
  font-size: 65px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="45"]::before {
  background: #9c7f09;
}
.theme-gold ul.cloud a[data-weight="46"] {
  color: #6c5706 !important;
  font-size: 66px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="46"]::before {
  background: #9c7f09;
}
.theme-gold ul.cloud a[data-weight="47"] {
  color: #6b5706 !important;
  font-size: 67px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="47"]::before {
  background: #9c7e09;
}
.theme-gold ul.cloud a[data-weight="48"] {
  color: #6b5706 !important;
  font-size: 68px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="48"]::before {
  background: #9b7e09;
}
.theme-gold ul.cloud a[data-weight="49"] {
  color: #6b5706 !important;
  font-size: 69px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="49"]::before {
  background: #9b7e09;
}
.theme-gold ul.cloud a[data-weight="50"] {
  color: #6b5706 !important;
  font-size: 70px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="50"]::before {
  background: #9b7e09;
}
.theme-gold ul.cloud a[data-weight="51"] {
  color: #6b5706 !important;
  font-size: 71px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="51"]::before {
  background: #9b7e09;
}
.theme-gold ul.cloud a[data-weight="52"] {
  color: #6a5606 !important;
  font-size: 72px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="52"]::before {
  background: #9b7e09;
}
.theme-gold ul.cloud a[data-weight="53"] {
  color: #6a5606 !important;
  font-size: 73px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="53"]::before {
  background: #9a7d09;
}
.theme-gold ul.cloud a[data-weight="54"] {
  color: #6a5606 !important;
  font-size: 74px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="54"]::before {
  background: #9a7d09;
}
.theme-gold ul.cloud a[data-weight="55"] {
  color: #6a5606 !important;
  font-size: 75px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="55"]::before {
  background: #9a7d09;
}
.theme-gold ul.cloud a[data-weight="56"] {
  color: #6a5606 !important;
  font-size: 76px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="56"]::before {
  background: #9a7d09;
}
.theme-gold ul.cloud a[data-weight="57"] {
  color: #6a5606 !important;
  font-size: 77px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="57"]::before {
  background: #9a7d09;
}
.theme-gold ul.cloud a[data-weight="58"] {
  color: #695606 !important;
  font-size: 78px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="58"]::before {
  background: #9a7d09;
}
.theme-gold ul.cloud a[data-weight="59"] {
  color: #695606 !important;
  font-size: 79px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="59"]::before {
  background: #9a7d09;
}
.theme-gold ul.cloud a[data-weight="60"] {
  color: #695506 !important;
  font-size: 80px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="60"]::before {
  background: #997d09;
}
.theme-gold ul.cloud a[data-weight="61"] {
  color: #695506 !important;
  font-size: 81px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="61"]::before {
  background: #997d09;
}
.theme-gold ul.cloud a[data-weight="62"] {
  color: #695506 !important;
  font-size: 82px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="62"]::before {
  background: #997c09;
}
.theme-gold ul.cloud a[data-weight="63"] {
  color: #695506 !important;
  font-size: 83px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="63"]::before {
  background: #997c09;
}
.theme-gold ul.cloud a[data-weight="64"] {
  color: #695506 !important;
  font-size: 84px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="64"]::before {
  background: #997c09;
}
.theme-gold ul.cloud a[data-weight="65"] {
  color: #695506 !important;
  font-size: 85px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="65"]::before {
  background: #997c09;
}
.theme-gold ul.cloud a[data-weight="66"] {
  color: #695506 !important;
  font-size: 86px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="66"]::before {
  background: #997c09;
}
.theme-gold ul.cloud a[data-weight="67"] {
  color: #685506 !important;
  font-size: 87px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="67"]::before {
  background: #997c09;
}
.theme-gold ul.cloud a[data-weight="68"] {
  color: #685506 !important;
  font-size: 88px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="68"]::before {
  background: #987c09;
}
.theme-gold ul.cloud a[data-weight="69"] {
  color: #685506 !important;
  font-size: 89px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="69"]::before {
  background: #987c09;
}
.theme-gold ul.cloud a[data-weight="70"] {
  color: #685506 !important;
  font-size: 90px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="70"]::before {
  background: #987c09;
}
.theme-gold ul.cloud a[data-weight="71"] {
  color: #685506 !important;
  font-size: 91px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="71"]::before {
  background: #987c09;
}
.theme-gold ul.cloud a[data-weight="72"] {
  color: #685406 !important;
  font-size: 92px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="72"]::before {
  background: #987c09;
}
.theme-gold ul.cloud a[data-weight="73"] {
  color: #685406 !important;
  font-size: 93px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="73"]::before {
  background: #987c09;
}
.theme-gold ul.cloud a[data-weight="74"] {
  color: #685406 !important;
  font-size: 94px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="74"]::before {
  background: #987b09;
}
.theme-gold ul.cloud a[data-weight="75"] {
  color: #685406 !important;
  font-size: 95px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="75"]::before {
  background: #987b09;
}
.theme-gold ul.cloud a[data-weight="76"] {
  color: #685406 !important;
  font-size: 96px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="76"]::before {
  background: #987b09;
}
.theme-gold ul.cloud a[data-weight="77"] {
  color: #685406 !important;
  font-size: 97px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="77"]::before {
  background: #987b09;
}
.theme-gold ul.cloud a[data-weight="78"] {
  color: #675406 !important;
  font-size: 98px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="78"]::before {
  background: #987b09;
}
.theme-gold ul.cloud a[data-weight="79"] {
  color: #675406 !important;
  font-size: 99px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="79"]::before {
  background: #987b09;
}
.theme-gold ul.cloud a[data-weight="80"] {
  color: #675406 !important;
  font-size: 100px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="80"]::before {
  background: #977b09;
}
.theme-gold ul.cloud a[data-weight="81"] {
  color: #675406 !important;
  font-size: 101px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="81"]::before {
  background: #977b09;
}
.theme-gold ul.cloud a[data-weight="82"] {
  color: #675406 !important;
  font-size: 102px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="82"]::before {
  background: #977b09;
}
.theme-gold ul.cloud a[data-weight="83"] {
  color: #675406 !important;
  font-size: 103px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="83"]::before {
  background: #977b09;
}
.theme-gold ul.cloud a[data-weight="84"] {
  color: #675406 !important;
  font-size: 104px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="84"]::before {
  background: #977b09;
}
.theme-gold ul.cloud a[data-weight="85"] {
  color: #675406 !important;
  font-size: 105px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="85"]::before {
  background: #977b09;
}
.theme-gold ul.cloud a[data-weight="86"] {
  color: #675406 !important;
  font-size: 106px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="86"]::before {
  background: #977b09;
}
.theme-gold ul.cloud a[data-weight="87"] {
  color: #675406 !important;
  font-size: 107px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="87"]::before {
  background: #977b09;
}
.theme-gold ul.cloud a[data-weight="88"] {
  color: #675306 !important;
  font-size: 108px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="88"]::before {
  background: #977b09;
}
.theme-gold ul.cloud a[data-weight="89"] {
  color: #675306 !important;
  font-size: 109px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="89"]::before {
  background: #977b09;
}
.theme-gold ul.cloud a[data-weight="90"] {
  color: #675306 !important;
  font-size: 110px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="90"]::before {
  background: #977b09;
}
.theme-gold ul.cloud a[data-weight="91"] {
  color: #675306 !important;
  font-size: 111px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="91"]::before {
  background: #977a09;
}
.theme-gold ul.cloud a[data-weight="92"] {
  color: #675306 !important;
  font-size: 112px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="92"]::before {
  background: #977a09;
}
.theme-gold ul.cloud a[data-weight="93"] {
  color: #665306 !important;
  font-size: 113px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="93"]::before {
  background: #977a09;
}
.theme-gold ul.cloud a[data-weight="94"] {
  color: #665306 !important;
  font-size: 114px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="94"]::before {
  background: #977a09;
}
.theme-gold ul.cloud a[data-weight="95"] {
  color: #665306 !important;
  font-size: 115px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="95"]::before {
  background: #977a09;
}
.theme-gold ul.cloud a[data-weight="96"] {
  color: #665306 !important;
  font-size: 116px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="96"]::before {
  background: #967a09;
}
.theme-gold ul.cloud a[data-weight="97"] {
  color: #665306 !important;
  font-size: 117px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="97"]::before {
  background: #967a09;
}
.theme-gold ul.cloud a[data-weight="98"] {
  color: #665306 !important;
  font-size: 118px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="98"]::before {
  background: #967a09;
}
.theme-gold ul.cloud a[data-weight="99"] {
  color: #665306 !important;
  font-size: 119px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="99"]::before {
  background: #967a09;
}
.theme-gold ul.cloud a[data-weight="100"] {
  color: #665306 !important;
  font-size: 120px;
  writing-mode: vertical-rl;
}
.theme-gold ul.cloud a[data-weight="100"]::before {
  background: #967a09;
}
.tile.tile-gold {
  background: #f1c40f;
  color: #fff;
  border-color: #aa8a0a;
}
.tile.tile-gold .tile-header i {
  color: #fff !important;
}
.tile.tile-gold .tile-body {
  border-color: #aa8a0a;
}
.tile.tile-gold.tile-classic {
  color: #f1c40f;
  text-shadow: #f9e8a0 8px 7px 10px;
}
.tile.tile-gold.tile-classic .tile-header i {
  color: #f1c40f !important;
}
.theme-green {
  background-color: #fff !important;
  /*	************************************ */
  /*	HEADER */
  /*	************************************ */
  /*     each(range(4), {
  .col-@{value} {
    height: (@value * 50px);
  }
});*/
  /*.cloud-style(2,@back);
    .cloud-style(3,@back);
    .cloud-style(4,@back);
    .cloud-style(5,@back);
    .cloud-style(6,@back);
    .cloud-style(7,@back);
    .cloud-style(8,@back);
    .cloud-style(9,@back);
    .cloud-style(10,@back);
    .cloud-style(11,@back);*/
}
.theme-green .form-control::-webkit-input-placeholder,
.theme-green .form-control:-moz-placeholder,
.theme-green .form-control::-moz-placeholder,
.theme-green .form-control:-ms-input-placeholder {
  color: #082615;
}
.theme-green .boxshadow {
  border: 1px solid #a8ebc4;
  box-shadow: 1px 2px 4px -3px #000;
}
.theme-green header {
  background: #fff;
}
.theme-green header .navbar {
  background-color: #2ecc71;
  border-color: #239a55;
}
.theme-green .navbar-default .navbar-nav > .active > a,
.theme-green .navbar-default .navbar-nav > .active > a:focus,
.theme-green .navbar-default .navbar-nav > .active > a:hover,
.theme-green .navbar-default .navbar-nav > li > a:focus,
.theme-green .navbar-default .navbar-nav > li > a:hover {
  box-shadow: 0px -3px #176437 inset;
  background: transparent;
}
.theme-green .navbar-default .navbar-nav > li > a {
  color: #fff;
}
.theme-green .navbar-default .navbar-nav > li > a .fa {
  color: #fff;
}
.theme-green .search {
  background-color: #2ecc71;
}
.theme-green .search .description {
  color: #fff;
}
.theme-green .SearchResultHolder {
  border-top-color: #26ab5f;
}
.theme-green .SearchResultHolder::after {
  border: #fff;
}
.theme-green .sliderHolder {
  border-bottom-color: #176437;
}
.theme-green .btn.btn-default {
  background-color: #2ecc71;
  color: #fff;
  border-color: #239a55;
}
.theme-green .btn.btn-default:hover,
.theme-green .btn.btn-default:focus,
.theme-green .btn.btn-default.active {
  background-color: #239a55;
  color: #fff;
  border-color: #176437;
}
.theme-green .btn-light {
  background: #fff !important;
  color: #2ecc71 !important;
  border-color: #2ecc71 !important;
}
.theme-green .btn-light:hover,
.theme-green .btn-light:focus,
.theme-green .btn-light.active {
  background: #2ecc71 !important;
  color: #fff !important;
}
.theme-green .row-slider {
  border-color: #176437;
  background: #2ecc71;
  color: #fff;
}
.theme-green .row-slider .row-slider-title > h4 {
  background: #fff;
  border-color: #2ecc71;
  color: #2ecc71;
}
.theme-green .row-slider .row-slider-left {
  background: linear-gradient(to left, transparent, #4cd787);
}
.theme-green .row-slider .row-slider-left i {
  color: #fff;
}
.theme-green .row-slider .row-slider-left:hover,
.theme-green .row-slider .row-slider-left:focus {
  background: linear-gradient(to left, transparent, #2ecc71);
}
.theme-green .row-slider .row-slider-right {
  background: linear-gradient(to right, transparent, #4cd787);
}
.theme-green .row-slider .row-slider-right:hover,
.theme-green .row-slider .row-slider-right:focus {
  background: linear-gradient(to right, transparent, #2ecc71);
}
.theme-green .row-slider.row-slider-light {
  border-color: #ccc;
  background: #fff;
  color: #2ecc71;
}
.theme-green .tabFlex .tab-content {
  background-color: #ffffff;
}
.theme-green .tabFlex .nav li {
  background: #2ecc71;
  border-color: #2ecc71;
}
.theme-green .tabFlex .nav li a,
.theme-green .tabFlex .nav li .fa {
  color: #fff !important;
}
.theme-green .tabFlex .nav li::before {
  border-left-color: #2ecc71;
}
.theme-green .tabFlex .nav li::after {
  border-left-color: #2ecc71;
}
.theme-green .tabFlex .nav li:hover {
  background: #4cd787;
}
.theme-green .tabFlex .nav li:hover a,
.theme-green .tabFlex .nav li:hover .fa {
  background: #4cd787;
  color: #fff !important;
}
.theme-green .tabFlex .nav li:hover::before {
  border-left-color: #2ecc71;
}
.theme-green .tabFlex .nav li:hover::after {
  border-left-color: #4cd787;
}
.theme-green .tabFlex .nav li.active {
  background: #fff;
  border-color: #2ecc71;
}
.theme-green .tabFlex .nav li.active a,
.theme-green .tabFlex .nav li.active .fa {
  background: #fff !important;
  color: #2ecc71 !important;
}
.theme-green .tabFlex .nav li.active:before {
  border-left-color: #2ecc71;
}
.theme-green .tabFlex .nav li.active:after {
  border-left-color: #fff;
}
.theme-green li:hover .tabFlex .nav li:hover:after {
  border-left-color: #a8ebc4;
}
.theme-green .fa {
  color: inherit;
}
.theme-green footer .fa {
  color: #fff;
}
.theme-green a {
  color: #2ecc71;
}
.theme-green a:hover,
.theme-green a:focus {
  color: #176437;
}
.theme-green .btn {
  color: #fff;
}
.theme-green .btn .fa {
  color: #fff;
}
.theme-green .btn:hover .fa,
.theme-green .btn:focus .fa {
  color: #fff;
}
.theme-green .btn.btn-link {
  color: #2ecc71;
}
.theme-green .btn.btn-link .fa {
  color: #2ecc71;
}
.theme-green .btn.btn-link:hover .fa,
.theme-green .btn.btn-link:focus .fa {
  color: #2ecc71;
}
.theme-green footer .listStyle {
  color: #fff;
}
.theme-green .listStyle h2 {
  color: #4cd787;
}
.theme-green footer {
  background-color: #2ecc71;
  color: #fff;
}
.theme-green footer:before {
  background-color: #239a55;
}
.theme-green .control--checkbox .control__indicator::after {
  color: #fff;
}
.theme-green .control input:checked ~ .control__indicator {
  background: #2ecc71;
}
.theme-green .control__indicator {
  background: #fff;
  border-color: #239a55;
}
.theme-green .copy {
  background-color: #a8ebc4;
  color: #2ecc71;
  border-top-color: #176437;
}
.theme-green .ArianBadg {
  background-color: #4cd787 !important;
}
.theme-green .newsdatetime {
  color: #4cd787;
}
.theme-green .SearchResultHolder {
  border-top-color: #2ecc71;
}
.theme-green .search_on_result_page .searchTitle {
  background-color: #4cd787;
  color: #fff;
}
.theme-green .searchResult h2 {
  color: #2ecc71;
}
.theme-green .search_on_result_page .searchButtonsHolder .btn {
  background-color: #2ecc71;
  color: #fff;
  border-color: #239a55;
}
.theme-green .pagination > .active > button,
.theme-green .pagination > .active > a,
.theme-green .pagination > .active > span,
.theme-green .pagination > .active > button:hover,
.theme-green .pagination > .active > a:hover,
.theme-green .pagination > .active > span:hover,
.theme-green .pagination > .active > button:focus,
.theme-green .pagination > .active > a:focus,
.theme-green .pagination > .active > span:focus {
  color: #fff;
  background-color: #2ecc71;
  border-color: #239a55;
}
.theme-green .pagination > li > a,
.theme-green .pagination > li > button,
.theme-green .pagination > li > span {
  color: #2ecc71;
}
.theme-green .pagination > li > a:hover,
.theme-green .pagination > li > button:hover,
.theme-green .pagination > li > span:hover,
.theme-green .pagination > li > a:focus,
.theme-green .pagination > li > button:focus,
.theme-green .pagination > li > span:focus {
  color: #239a55;
}
.theme-green ul.cloud a[data-weight="1"] {
  color: #7ee2a8 !important;
  font-size: 21px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="1"]::before {
  background: #a8ebc4;
}
.theme-green ul.cloud a[data-weight="2"] {
  color: #39d27a !important;
  font-size: 22px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="2"]::before {
  background: #62dc96;
}
.theme-green ul.cloud a[data-weight="3"] {
  color: #29b765 !important;
  font-size: 23px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="3"]::before {
  background: #40d47e;
}
.theme-green ul.cloud a[data-weight="4"] {
  color: #25a25a !important;
  font-size: 24px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="4"]::before {
  background: #2ecc71;
}
.theme-green ul.cloud a[data-weight="5"] {
  color: #219552 !important;
  font-size: 25px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="5"]::before {
  background: #2bbe69;
}
.theme-green ul.cloud a[data-weight="6"] {
  color: #1f8b4d !important;
  font-size: 26px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="6"]::before {
  background: #29b464;
}
.theme-green ul.cloud a[data-weight="7"] {
  color: #1e8349 !important;
  font-size: 27px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="7"]::before {
  background: #27ad60;
}
.theme-green ul.cloud a[data-weight="8"] {
  color: #1c7d45 !important;
  font-size: 28px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="8"]::before {
  background: #26a75d;
}
.theme-green ul.cloud a[data-weight="9"] {
  color: #1b7943 !important;
  font-size: 29px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="9"]::before {
  background: #25a25a;
}
.theme-green ul.cloud a[data-weight="10"] {
  color: #1a7541 !important;
  font-size: 30px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="10"]::before {
  background: #249f58;
}
.theme-green ul.cloud a[data-weight="11"] {
  color: #1a723f !important;
  font-size: 31px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="11"]::before {
  background: #239b56;
}
.theme-green ul.cloud a[data-weight="12"] {
  color: #196f3e !important;
  font-size: 32px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="12"]::before {
  background: #229955;
}
.theme-green ul.cloud a[data-weight="13"] {
  color: #196d3c !important;
  font-size: 33px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="13"]::before {
  background: #229653;
}
.theme-green ul.cloud a[data-weight="14"] {
  color: #186b3b !important;
  font-size: 34px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="14"]::before {
  background: #219552;
}
.theme-green ul.cloud a[data-weight="15"] {
  color: #18693a !important;
  font-size: 35px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="15"]::before {
  background: #219351;
}
.theme-green ul.cloud a[data-weight="16"] {
  color: #176839 !important;
  font-size: 36px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="16"]::before {
  background: #219150;
}
.theme-green ul.cloud a[data-weight="17"] {
  color: #176639 !important;
  font-size: 37px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="17"]::before {
  background: #209050;
}
.theme-green ul.cloud a[data-weight="18"] {
  color: #176538 !important;
  font-size: 38px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="18"]::before {
  background: #208f4f;
}
.theme-green ul.cloud a[data-weight="19"] {
  color: #176437 !important;
  font-size: 39px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="19"]::before {
  background: #208e4e;
}
.theme-green ul.cloud a[data-weight="20"] {
  color: #166337 !important;
  font-size: 40px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="20"]::before {
  background: #208d4e;
}
.theme-green ul.cloud a[data-weight="21"] {
  color: #166236 !important;
  font-size: 41px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="21"]::before {
  background: #1f8c4d;
}
.theme-green ul.cloud a[data-weight="22"] {
  color: #166136 !important;
  font-size: 42px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="22"]::before {
  background: #1f8b4d;
}
.theme-green ul.cloud a[data-weight="23"] {
  color: #166035 !important;
  font-size: 43px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="23"]::before {
  background: #1f8a4d;
}
.theme-green ul.cloud a[data-weight="24"] {
  color: #166035 !important;
  font-size: 44px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="24"]::before {
  background: #1f894c;
}
.theme-green ul.cloud a[data-weight="25"] {
  color: #155f35 !important;
  font-size: 45px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="25"]::before {
  background: #1f894c;
}
.theme-green ul.cloud a[data-weight="26"] {
  color: #155f34 !important;
  font-size: 46px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="26"]::before {
  background: #1f884b;
}
.theme-green ul.cloud a[data-weight="27"] {
  color: #155e34 !important;
  font-size: 47px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="27"]::before {
  background: #1f884b;
}
.theme-green ul.cloud a[data-weight="28"] {
  color: #155e34 !important;
  font-size: 48px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="28"]::before {
  background: #1e874b;
}
.theme-green ul.cloud a[data-weight="29"] {
  color: #155d34 !important;
  font-size: 49px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="29"]::before {
  background: #1e874b;
}
.theme-green ul.cloud a[data-weight="30"] {
  color: #155d33 !important;
  font-size: 50px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="30"]::before {
  background: #1e864a;
}
.theme-green ul.cloud a[data-weight="31"] {
  color: #155c33 !important;
  font-size: 51px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="31"]::before {
  background: #1e864a;
}
.theme-green ul.cloud a[data-weight="32"] {
  color: #155c33 !important;
  font-size: 52px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="32"]::before {
  background: #1e854a;
}
.theme-green ul.cloud a[data-weight="33"] {
  color: #155b33 !important;
  font-size: 53px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="33"]::before {
  background: #1e854a;
}
.theme-green ul.cloud a[data-weight="34"] {
  color: #155b32 !important;
  font-size: 54px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="34"]::before {
  background: #1e8549;
}
.theme-green ul.cloud a[data-weight="35"] {
  color: #145b32 !important;
  font-size: 55px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="35"]::before {
  background: #1e8449;
}
.theme-green ul.cloud a[data-weight="36"] {
  color: #145a32 !important;
  font-size: 56px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="36"]::before {
  background: #1e8449;
}
.theme-green ul.cloud a[data-weight="37"] {
  color: #145a32 !important;
  font-size: 57px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="37"]::before {
  background: #1e8449;
}
.theme-green ul.cloud a[data-weight="38"] {
  color: #145a32 !important;
  font-size: 58px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="38"]::before {
  background: #1e8349;
}
.theme-green ul.cloud a[data-weight="39"] {
  color: #145a32 !important;
  font-size: 59px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="39"]::before {
  background: #1e8349;
}
.theme-green ul.cloud a[data-weight="40"] {
  color: #145931 !important;
  font-size: 60px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="40"]::before {
  background: #1e8349;
}
.theme-green ul.cloud a[data-weight="41"] {
  color: #145931 !important;
  font-size: 61px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="41"]::before {
  background: #1d8348;
}
.theme-green ul.cloud a[data-weight="42"] {
  color: #145931 !important;
  font-size: 62px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="42"]::before {
  background: #1d8248;
}
.theme-green ul.cloud a[data-weight="43"] {
  color: #145931 !important;
  font-size: 63px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="43"]::before {
  background: #1d8248;
}
.theme-green ul.cloud a[data-weight="44"] {
  color: #145831 !important;
  font-size: 64px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="44"]::before {
  background: #1d8248;
}
.theme-green ul.cloud a[data-weight="45"] {
  color: #145831 !important;
  font-size: 65px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="45"]::before {
  background: #1d8248;
}
.theme-green ul.cloud a[data-weight="46"] {
  color: #145831 !important;
  font-size: 66px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="46"]::before {
  background: #1d8248;
}
.theme-green ul.cloud a[data-weight="47"] {
  color: #145831 !important;
  font-size: 67px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="47"]::before {
  background: #1d8148;
}
.theme-green ul.cloud a[data-weight="48"] {
  color: #145831 !important;
  font-size: 68px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="48"]::before {
  background: #1d8148;
}
.theme-green ul.cloud a[data-weight="49"] {
  color: #145730 !important;
  font-size: 69px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="49"]::before {
  background: #1d8148;
}
.theme-green ul.cloud a[data-weight="50"] {
  color: #145730 !important;
  font-size: 70px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="50"]::before {
  background: #1d8147;
}
.theme-green ul.cloud a[data-weight="51"] {
  color: #145730 !important;
  font-size: 71px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="51"]::before {
  background: #1d8147;
}
.theme-green ul.cloud a[data-weight="52"] {
  color: #145730 !important;
  font-size: 72px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="52"]::before {
  background: #1d8147;
}
.theme-green ul.cloud a[data-weight="53"] {
  color: #145730 !important;
  font-size: 73px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="53"]::before {
  background: #1d8047;
}
.theme-green ul.cloud a[data-weight="54"] {
  color: #145730 !important;
  font-size: 74px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="54"]::before {
  background: #1d8047;
}
.theme-green ul.cloud a[data-weight="55"] {
  color: #145730 !important;
  font-size: 75px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="55"]::before {
  background: #1d8047;
}
.theme-green ul.cloud a[data-weight="56"] {
  color: #135630 !important;
  font-size: 76px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="56"]::before {
  background: #1d8047;
}
.theme-green ul.cloud a[data-weight="57"] {
  color: #135630 !important;
  font-size: 77px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="57"]::before {
  background: #1d8047;
}
.theme-green ul.cloud a[data-weight="58"] {
  color: #135630 !important;
  font-size: 78px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="58"]::before {
  background: #1d8047;
}
.theme-green ul.cloud a[data-weight="59"] {
  color: #135630 !important;
  font-size: 79px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="59"]::before {
  background: #1d8047;
}
.theme-green ul.cloud a[data-weight="60"] {
  color: #135630 !important;
  font-size: 80px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="60"]::before {
  background: #1d8047;
}
.theme-green ul.cloud a[data-weight="61"] {
  color: #135630 !important;
  font-size: 81px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="61"]::before {
  background: #1d7f47;
}
.theme-green ul.cloud a[data-weight="62"] {
  color: #135630 !important;
  font-size: 82px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="62"]::before {
  background: #1d7f47;
}
.theme-green ul.cloud a[data-weight="63"] {
  color: #13562f !important;
  font-size: 83px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="63"]::before {
  background: #1d7f46;
}
.theme-green ul.cloud a[data-weight="64"] {
  color: #13562f !important;
  font-size: 84px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="64"]::before {
  background: #1d7f46;
}
.theme-green ul.cloud a[data-weight="65"] {
  color: #13552f !important;
  font-size: 85px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="65"]::before {
  background: #1d7f46;
}
.theme-green ul.cloud a[data-weight="66"] {
  color: #13552f !important;
  font-size: 86px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="66"]::before {
  background: #1d7f46;
}
.theme-green ul.cloud a[data-weight="67"] {
  color: #13552f !important;
  font-size: 87px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="67"]::before {
  background: #1d7f46;
}
.theme-green ul.cloud a[data-weight="68"] {
  color: #13552f !important;
  font-size: 88px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="68"]::before {
  background: #1d7f46;
}
.theme-green ul.cloud a[data-weight="69"] {
  color: #13552f !important;
  font-size: 89px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="69"]::before {
  background: #1d7f46;
}
.theme-green ul.cloud a[data-weight="70"] {
  color: #13552f !important;
  font-size: 90px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="70"]::before {
  background: #1d7f46;
}
.theme-green ul.cloud a[data-weight="71"] {
  color: #13552f !important;
  font-size: 91px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="71"]::before {
  background: #1d7f46;
}
.theme-green ul.cloud a[data-weight="72"] {
  color: #13552f !important;
  font-size: 92px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="72"]::before {
  background: #1d7e46;
}
.theme-green ul.cloud a[data-weight="73"] {
  color: #13552f !important;
  font-size: 93px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="73"]::before {
  background: #1d7e46;
}
.theme-green ul.cloud a[data-weight="74"] {
  color: #13552f !important;
  font-size: 94px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="74"]::before {
  background: #1c7e46;
}
.theme-green ul.cloud a[data-weight="75"] {
  color: #13552f !important;
  font-size: 95px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="75"]::before {
  background: #1c7e46;
}
.theme-green ul.cloud a[data-weight="76"] {
  color: #13552f !important;
  font-size: 96px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="76"]::before {
  background: #1c7e46;
}
.theme-green ul.cloud a[data-weight="77"] {
  color: #13542f !important;
  font-size: 97px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="77"]::before {
  background: #1c7e46;
}
.theme-green ul.cloud a[data-weight="78"] {
  color: #13542f !important;
  font-size: 98px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="78"]::before {
  background: #1c7e46;
}
.theme-green ul.cloud a[data-weight="79"] {
  color: #13542f !important;
  font-size: 99px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="79"]::before {
  background: #1c7e46;
}
.theme-green ul.cloud a[data-weight="80"] {
  color: #13542f !important;
  font-size: 100px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="80"]::before {
  background: #1c7e46;
}
.theme-green ul.cloud a[data-weight="81"] {
  color: #13542f !important;
  font-size: 101px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="81"]::before {
  background: #1c7e46;
}
.theme-green ul.cloud a[data-weight="82"] {
  color: #13542f !important;
  font-size: 102px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="82"]::before {
  background: #1c7e46;
}
.theme-green ul.cloud a[data-weight="83"] {
  color: #13542f !important;
  font-size: 103px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="83"]::before {
  background: #1c7e46;
}
.theme-green ul.cloud a[data-weight="84"] {
  color: #13542f !important;
  font-size: 104px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="84"]::before {
  background: #1c7e46;
}
.theme-green ul.cloud a[data-weight="85"] {
  color: #13542f !important;
  font-size: 105px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="85"]::before {
  background: #1c7e46;
}
.theme-green ul.cloud a[data-weight="86"] {
  color: #13542e !important;
  font-size: 106px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="86"]::before {
  background: #1c7e46;
}
.theme-green ul.cloud a[data-weight="87"] {
  color: #13542e !important;
  font-size: 107px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="87"]::before {
  background: #1c7d46;
}
.theme-green ul.cloud a[data-weight="88"] {
  color: #13542e !important;
  font-size: 108px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="88"]::before {
  background: #1c7d45;
}
.theme-green ul.cloud a[data-weight="89"] {
  color: #13542e !important;
  font-size: 109px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="89"]::before {
  background: #1c7d45;
}
.theme-green ul.cloud a[data-weight="90"] {
  color: #13542e !important;
  font-size: 110px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="90"]::before {
  background: #1c7d45;
}
.theme-green ul.cloud a[data-weight="91"] {
  color: #13542e !important;
  font-size: 111px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="91"]::before {
  background: #1c7d45;
}
.theme-green ul.cloud a[data-weight="92"] {
  color: #13542e !important;
  font-size: 112px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="92"]::before {
  background: #1c7d45;
}
.theme-green ul.cloud a[data-weight="93"] {
  color: #13542e !important;
  font-size: 113px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="93"]::before {
  background: #1c7d45;
}
.theme-green ul.cloud a[data-weight="94"] {
  color: #13542e !important;
  font-size: 114px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="94"]::before {
  background: #1c7d45;
}
.theme-green ul.cloud a[data-weight="95"] {
  color: #13532e !important;
  font-size: 115px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="95"]::before {
  background: #1c7d45;
}
.theme-green ul.cloud a[data-weight="96"] {
  color: #13532e !important;
  font-size: 116px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="96"]::before {
  background: #1c7d45;
}
.theme-green ul.cloud a[data-weight="97"] {
  color: #13532e !important;
  font-size: 117px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="97"]::before {
  background: #1c7d45;
}
.theme-green ul.cloud a[data-weight="98"] {
  color: #13532e !important;
  font-size: 118px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="98"]::before {
  background: #1c7d45;
}
.theme-green ul.cloud a[data-weight="99"] {
  color: #13532e !important;
  font-size: 119px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="99"]::before {
  background: #1c7d45;
}
.theme-green ul.cloud a[data-weight="100"] {
  color: #13532e !important;
  font-size: 120px;
  writing-mode: vertical-rl;
}
.theme-green ul.cloud a[data-weight="100"]::before {
  background: #1c7d45;
}
.tile.tile-green {
  background: #2ecc71;
  color: #fff;
  border-color: #208e4e;
}
.tile.tile-green .tile-header i {
  color: #fff !important;
}
.tile.tile-green .tile-body {
  border-color: #208e4e;
}
.tile.tile-green.tile-classic {
  color: #2ecc71;
  text-shadow: #a8ebc4 8px 7px 10px;
}
.tile.tile-green.tile-classic .tile-header i {
  color: #2ecc71 !important;
}
.theme-darkgreen {
  background-color: #f6ead4 !important;
  /*	************************************ */
  /*	HEADER */
  /*	************************************ */
  /*     each(range(4), {
  .col-@{value} {
    height: (@value * 50px);
  }
});*/
  /*.cloud-style(2,@back);
    .cloud-style(3,@back);
    .cloud-style(4,@back);
    .cloud-style(5,@back);
    .cloud-style(6,@back);
    .cloud-style(7,@back);
    .cloud-style(8,@back);
    .cloud-style(9,@back);
    .cloud-style(10,@back);
    .cloud-style(11,@back);*/
}
.theme-darkgreen .form-control::-webkit-input-placeholder,
.theme-darkgreen .form-control:-moz-placeholder,
.theme-darkgreen .form-control::-moz-placeholder,
.theme-darkgreen .form-control:-ms-input-placeholder {
  color: #000000;
}
.theme-darkgreen .boxshadow {
  border: 1px solid #43b09a;
  box-shadow: 1px 2px 4px -3px #000;
}
.theme-darkgreen header {
  background: #f6ead4;
}
.theme-darkgreen header .navbar {
  background-color: #194139;
  border-color: #081512;
}
.theme-darkgreen .navbar-default .navbar-nav > .active > a,
.theme-darkgreen .navbar-default .navbar-nav > .active > a:focus,
.theme-darkgreen .navbar-default .navbar-nav > .active > a:hover,
.theme-darkgreen .navbar-default .navbar-nav > li > a:focus,
.theme-darkgreen .navbar-default .navbar-nav > li > a:hover {
  box-shadow: 0px -3px #000000 inset;
  background: transparent;
}
.theme-darkgreen .navbar-default .navbar-nav > li > a {
  color: #f6ead4;
}
.theme-darkgreen .navbar-default .navbar-nav > li > a .fa {
  color: #f6ead4;
}
.theme-darkgreen .search {
  background-color: #194139;
}
.theme-darkgreen .search .description {
  color: #f6ead4;
}
.theme-darkgreen .SearchResultHolder {
  border-top-color: #0e241f;
}
.theme-darkgreen .SearchResultHolder::after {
  border: #f6ead4;
}
.theme-darkgreen .sliderHolder {
  border-bottom-color: #000000;
}
.theme-darkgreen .btn.btn-default {
  background-color: #194139;
  color: #f6ead4;
  border-color: #081512;
}
.theme-darkgreen .btn.btn-default:hover,
.theme-darkgreen .btn.btn-default:focus,
.theme-darkgreen .btn.btn-default.active {
  background-color: #081512;
  color: #f6ead4;
  border-color: #000000;
}
.theme-darkgreen .btn-light {
  background: #f6ead4 !important;
  color: #194139 !important;
  border-color: #194139 !important;
}
.theme-darkgreen .btn-light:hover,
.theme-darkgreen .btn-light:focus,
.theme-darkgreen .btn-light.active {
  background: #194139 !important;
  color: #f6ead4 !important;
}
.theme-darkgreen .row-slider {
  border-color: #000000;
  background: #194139;
  color: #f6ead4;
}
.theme-darkgreen .row-slider .row-slider-title > h4 {
  background: #f6ead4;
  border-color: #194139;
  color: #194139;
}
.theme-darkgreen .row-slider .row-slider-left {
  background: linear-gradient(to left, transparent, #245e53);
}
.theme-darkgreen .row-slider .row-slider-left i {
  color: #f6ead4;
}
.theme-darkgreen .row-slider .row-slider-left:hover,
.theme-darkgreen .row-slider .row-slider-left:focus {
  background: linear-gradient(to left, transparent, #194139);
}
.theme-darkgreen .row-slider .row-slider-right {
  background: linear-gradient(to right, transparent, #245e53);
}
.theme-darkgreen .row-slider .row-slider-right:hover,
.theme-darkgreen .row-slider .row-slider-right:focus {
  background: linear-gradient(to right, transparent, #194139);
}
.theme-darkgreen .row-slider.row-slider-light {
  border-color: #ccc;
  background: #fff;
  color: #194139;
}
.theme-darkgreen .tabFlex .tab-content {
  background-color: #ffffff;
}
.theme-darkgreen .tabFlex .nav li {
  background: #194139;
  border-color: #194139;
}
.theme-darkgreen .tabFlex .nav li a,
.theme-darkgreen .tabFlex .nav li .fa {
  color: #f6ead4 !important;
}
.theme-darkgreen .tabFlex .nav li::before {
  border-left-color: #194139;
}
.theme-darkgreen .tabFlex .nav li::after {
  border-left-color: #194139;
}
.theme-darkgreen .tabFlex .nav li:hover {
  background: #245e53;
}
.theme-darkgreen .tabFlex .nav li:hover a,
.theme-darkgreen .tabFlex .nav li:hover .fa {
  background: #245e53;
  color: #f6ead4 !important;
}
.theme-darkgreen .tabFlex .nav li:hover::before {
  border-left-color: #194139;
}
.theme-darkgreen .tabFlex .nav li:hover::after {
  border-left-color: #245e53;
}
.theme-darkgreen .tabFlex .nav li.active {
  background: #fff;
  border-color: #194139;
}
.theme-darkgreen .tabFlex .nav li.active a,
.theme-darkgreen .tabFlex .nav li.active .fa {
  background: #fff !important;
  color: #194139 !important;
}
.theme-darkgreen .tabFlex .nav li.active:before {
  border-left-color: #194139;
}
.theme-darkgreen .tabFlex .nav li.active:after {
  border-left-color: #fff;
}
.theme-darkgreen li:hover .tabFlex .nav li:hover:after {
  border-left-color: #43b09a;
}
.theme-darkgreen .fa {
  color: inherit;
}
.theme-darkgreen footer .fa {
  color: #f6ead4;
}
.theme-darkgreen a {
  color: #194139;
}
.theme-darkgreen a:hover,
.theme-darkgreen a:focus {
  color: #000000;
}
.theme-darkgreen .btn {
  color: #f6ead4;
}
.theme-darkgreen .btn .fa {
  color: #f6ead4;
}
.theme-darkgreen .btn:hover .fa,
.theme-darkgreen .btn:focus .fa {
  color: #f6ead4;
}
.theme-darkgreen .btn.btn-link {
  color: #194139;
}
.theme-darkgreen .btn.btn-link .fa {
  color: #194139;
}
.theme-darkgreen .btn.btn-link:hover .fa,
.theme-darkgreen .btn.btn-link:focus .fa {
  color: #194139;
}
.theme-darkgreen footer .listStyle {
  color: #f6ead4;
}
.theme-darkgreen .listStyle h2 {
  color: #245e53;
}
.theme-darkgreen footer {
  background-color: #194139;
  color: #f6ead4;
}
.theme-darkgreen footer:before {
  background-color: #081512;
}
.theme-darkgreen .control--checkbox .control__indicator::after {
  color: #f6ead4;
}
.theme-darkgreen .control input:checked ~ .control__indicator {
  background: #194139;
}
.theme-darkgreen .control__indicator {
  background: #f6ead4;
  border-color: #081512;
}
.theme-darkgreen .copy {
  background-color: #43b09a;
  color: #194139;
  border-top-color: #000000;
}
.theme-darkgreen .ArianBadg {
  background-color: #245e53 !important;
}
.theme-darkgreen .newsdatetime {
  color: #245e53;
}
.theme-darkgreen .SearchResultHolder {
  border-top-color: #194139;
}
.theme-darkgreen .search_on_result_page .searchTitle {
  background-color: #245e53;
  color: #f6ead4;
}
.theme-darkgreen .searchResult h2 {
  color: #194139;
}
.theme-darkgreen .search_on_result_page .searchButtonsHolder .btn {
  background-color: #194139;
  color: #f6ead4;
  border-color: #081512;
}
.theme-darkgreen .pagination > .active > button,
.theme-darkgreen .pagination > .active > a,
.theme-darkgreen .pagination > .active > span,
.theme-darkgreen .pagination > .active > button:hover,
.theme-darkgreen .pagination > .active > a:hover,
.theme-darkgreen .pagination > .active > span:hover,
.theme-darkgreen .pagination > .active > button:focus,
.theme-darkgreen .pagination > .active > a:focus,
.theme-darkgreen .pagination > .active > span:focus {
  color: #f6ead4;
  background-color: #194139;
  border-color: #081512;
}
.theme-darkgreen .pagination > li > a,
.theme-darkgreen .pagination > li > button,
.theme-darkgreen .pagination > li > span {
  color: #194139;
}
.theme-darkgreen .pagination > li > a:hover,
.theme-darkgreen .pagination > li > button:hover,
.theme-darkgreen .pagination > li > span:hover,
.theme-darkgreen .pagination > li > a:focus,
.theme-darkgreen .pagination > li > button:focus,
.theme-darkgreen .pagination > li > span:focus {
  color: #081512;
}
.theme-darkgreen ul.cloud a[data-weight="1"] {
  color: #808080 !important;
  font-size: 21px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="1"]::before {
  background: #999999;
}
.theme-darkgreen ul.cloud a[data-weight="2"] {
  color: #555555 !important;
  font-size: 22px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="2"]::before {
  background: #6f6f6f;
}
.theme-darkgreen ul.cloud a[data-weight="3"] {
  color: #404040 !important;
  font-size: 23px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="3"]::before {
  background: #595959;
}
.theme-darkgreen ul.cloud a[data-weight="4"] {
  color: #333333 !important;
  font-size: 24px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="4"]::before {
  background: #4d4d4d;
}
.theme-darkgreen ul.cloud a[data-weight="5"] {
  color: #2b2b2b !important;
  font-size: 25px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="5"]::before {
  background: #444444;
}
.theme-darkgreen ul.cloud a[data-weight="6"] {
  color: #242424 !important;
  font-size: 26px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="6"]::before {
  background: #3e3e3e;
}
.theme-darkgreen ul.cloud a[data-weight="7"] {
  color: #202020 !important;
  font-size: 27px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="7"]::before {
  background: #393939;
}
.theme-darkgreen ul.cloud a[data-weight="8"] {
  color: #1c1c1c !important;
  font-size: 28px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="8"]::before {
  background: #363636;
}
.theme-darkgreen ul.cloud a[data-weight="9"] {
  color: #1a1a1a !important;
  font-size: 29px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="9"]::before {
  background: #333333;
}
.theme-darkgreen ul.cloud a[data-weight="10"] {
  color: #171717 !important;
  font-size: 30px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="10"]::before {
  background: #313131;
}
.theme-darkgreen ul.cloud a[data-weight="11"] {
  color: #151515 !important;
  font-size: 31px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="11"]::before {
  background: #2f2f2f;
}
.theme-darkgreen ul.cloud a[data-weight="12"] {
  color: #141414 !important;
  font-size: 32px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="12"]::before {
  background: #2d2d2d;
}
.theme-darkgreen ul.cloud a[data-weight="13"] {
  color: #121212 !important;
  font-size: 33px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="13"]::before {
  background: #2c2c2c;
}
.theme-darkgreen ul.cloud a[data-weight="14"] {
  color: #111111 !important;
  font-size: 34px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="14"]::before {
  background: #2b2b2b;
}
.theme-darkgreen ul.cloud a[data-weight="15"] {
  color: #101010 !important;
  font-size: 35px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="15"]::before {
  background: #292929;
}
.theme-darkgreen ul.cloud a[data-weight="16"] {
  color: #0f0f0f !important;
  font-size: 36px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="16"]::before {
  background: #292929;
}
.theme-darkgreen ul.cloud a[data-weight="17"] {
  color: #0e0e0e !important;
  font-size: 37px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="17"]::before {
  background: #282828;
}
.theme-darkgreen ul.cloud a[data-weight="18"] {
  color: #0d0d0d !important;
  font-size: 38px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="18"]::before {
  background: #272727;
}
.theme-darkgreen ul.cloud a[data-weight="19"] {
  color: #0d0d0d !important;
  font-size: 39px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="19"]::before {
  background: #262626;
}
.theme-darkgreen ul.cloud a[data-weight="20"] {
  color: #0c0c0c !important;
  font-size: 40px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="20"]::before {
  background: #262626;
}
.theme-darkgreen ul.cloud a[data-weight="21"] {
  color: #0c0c0c !important;
  font-size: 41px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="21"]::before {
  background: #252525;
}
.theme-darkgreen ul.cloud a[data-weight="22"] {
  color: #0b0b0b !important;
  font-size: 42px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="22"]::before {
  background: #252525;
}
.theme-darkgreen ul.cloud a[data-weight="23"] {
  color: #0b0b0b !important;
  font-size: 43px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="23"]::before {
  background: #242424;
}
.theme-darkgreen ul.cloud a[data-weight="24"] {
  color: #0a0a0a !important;
  font-size: 44px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="24"]::before {
  background: #242424;
}
.theme-darkgreen ul.cloud a[data-weight="25"] {
  color: #0a0a0a !important;
  font-size: 45px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="25"]::before {
  background: #232323;
}
.theme-darkgreen ul.cloud a[data-weight="26"] {
  color: #090909 !important;
  font-size: 46px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="26"]::before {
  background: #232323;
}
.theme-darkgreen ul.cloud a[data-weight="27"] {
  color: #090909 !important;
  font-size: 47px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="27"]::before {
  background: #232323;
}
.theme-darkgreen ul.cloud a[data-weight="28"] {
  color: #090909 !important;
  font-size: 48px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="28"]::before {
  background: #222222;
}
.theme-darkgreen ul.cloud a[data-weight="29"] {
  color: #090909 !important;
  font-size: 49px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="29"]::before {
  background: #222222;
}
.theme-darkgreen ul.cloud a[data-weight="30"] {
  color: #080808 !important;
  font-size: 50px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="30"]::before {
  background: #222222;
}
.theme-darkgreen ul.cloud a[data-weight="31"] {
  color: #080808 !important;
  font-size: 51px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="31"]::before {
  background: #212121;
}
.theme-darkgreen ul.cloud a[data-weight="32"] {
  color: #080808 !important;
  font-size: 52px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="32"]::before {
  background: #212121;
}
.theme-darkgreen ul.cloud a[data-weight="33"] {
  color: #080808 !important;
  font-size: 53px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="33"]::before {
  background: #212121;
}
.theme-darkgreen ul.cloud a[data-weight="34"] {
  color: #070707 !important;
  font-size: 54px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="34"]::before {
  background: #212121;
}
.theme-darkgreen ul.cloud a[data-weight="35"] {
  color: #070707 !important;
  font-size: 55px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="35"]::before {
  background: #212121;
}
.theme-darkgreen ul.cloud a[data-weight="36"] {
  color: #070707 !important;
  font-size: 56px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="36"]::before {
  background: #202020;
}
.theme-darkgreen ul.cloud a[data-weight="37"] {
  color: #070707 !important;
  font-size: 57px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="37"]::before {
  background: #202020;
}
.theme-darkgreen ul.cloud a[data-weight="38"] {
  color: #070707 !important;
  font-size: 58px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="38"]::before {
  background: #202020;
}
.theme-darkgreen ul.cloud a[data-weight="39"] {
  color: #060606 !important;
  font-size: 59px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="39"]::before {
  background: #202020;
}
.theme-darkgreen ul.cloud a[data-weight="40"] {
  color: #060606 !important;
  font-size: 60px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="40"]::before {
  background: #202020;
}
.theme-darkgreen ul.cloud a[data-weight="41"] {
  color: #060606 !important;
  font-size: 61px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="41"]::before {
  background: #202020;
}
.theme-darkgreen ul.cloud a[data-weight="42"] {
  color: #060606 !important;
  font-size: 62px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="42"]::before {
  background: #1f1f1f;
}
.theme-darkgreen ul.cloud a[data-weight="43"] {
  color: #060606 !important;
  font-size: 63px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="43"]::before {
  background: #1f1f1f;
}
.theme-darkgreen ul.cloud a[data-weight="44"] {
  color: #060606 !important;
  font-size: 64px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="44"]::before {
  background: #1f1f1f;
}
.theme-darkgreen ul.cloud a[data-weight="45"] {
  color: #060606 !important;
  font-size: 65px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="45"]::before {
  background: #1f1f1f;
}
.theme-darkgreen ul.cloud a[data-weight="46"] {
  color: #050505 !important;
  font-size: 66px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="46"]::before {
  background: #1f1f1f;
}
.theme-darkgreen ul.cloud a[data-weight="47"] {
  color: #050505 !important;
  font-size: 67px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="47"]::before {
  background: #1f1f1f;
}
.theme-darkgreen ul.cloud a[data-weight="48"] {
  color: #050505 !important;
  font-size: 68px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="48"]::before {
  background: #1f1f1f;
}
.theme-darkgreen ul.cloud a[data-weight="49"] {
  color: #050505 !important;
  font-size: 69px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="49"]::before {
  background: #1f1f1f;
}
.theme-darkgreen ul.cloud a[data-weight="50"] {
  color: #050505 !important;
  font-size: 70px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="50"]::before {
  background: #1f1f1f;
}
.theme-darkgreen ul.cloud a[data-weight="51"] {
  color: #050505 !important;
  font-size: 71px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="51"]::before {
  background: #1e1e1e;
}
.theme-darkgreen ul.cloud a[data-weight="52"] {
  color: #050505 !important;
  font-size: 72px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="52"]::before {
  background: #1e1e1e;
}
.theme-darkgreen ul.cloud a[data-weight="53"] {
  color: #050505 !important;
  font-size: 73px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="53"]::before {
  background: #1e1e1e;
}
.theme-darkgreen ul.cloud a[data-weight="54"] {
  color: #050505 !important;
  font-size: 74px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="54"]::before {
  background: #1e1e1e;
}
.theme-darkgreen ul.cloud a[data-weight="55"] {
  color: #050505 !important;
  font-size: 75px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="55"]::before {
  background: #1e1e1e;
}
.theme-darkgreen ul.cloud a[data-weight="56"] {
  color: #040404 !important;
  font-size: 76px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="56"]::before {
  background: #1e1e1e;
}
.theme-darkgreen ul.cloud a[data-weight="57"] {
  color: #040404 !important;
  font-size: 77px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="57"]::before {
  background: #1e1e1e;
}
.theme-darkgreen ul.cloud a[data-weight="58"] {
  color: #040404 !important;
  font-size: 78px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="58"]::before {
  background: #1e1e1e;
}
.theme-darkgreen ul.cloud a[data-weight="59"] {
  color: #040404 !important;
  font-size: 79px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="59"]::before {
  background: #1e1e1e;
}
.theme-darkgreen ul.cloud a[data-weight="60"] {
  color: #040404 !important;
  font-size: 80px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="60"]::before {
  background: #1e1e1e;
}
.theme-darkgreen ul.cloud a[data-weight="61"] {
  color: #040404 !important;
  font-size: 81px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="61"]::before {
  background: #1e1e1e;
}
.theme-darkgreen ul.cloud a[data-weight="62"] {
  color: #040404 !important;
  font-size: 82px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="62"]::before {
  background: #1e1e1e;
}
.theme-darkgreen ul.cloud a[data-weight="63"] {
  color: #040404 !important;
  font-size: 83px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="63"]::before {
  background: #1d1d1d;
}
.theme-darkgreen ul.cloud a[data-weight="64"] {
  color: #040404 !important;
  font-size: 84px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="64"]::before {
  background: #1d1d1d;
}
.theme-darkgreen ul.cloud a[data-weight="65"] {
  color: #040404 !important;
  font-size: 85px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="65"]::before {
  background: #1d1d1d;
}
.theme-darkgreen ul.cloud a[data-weight="66"] {
  color: #040404 !important;
  font-size: 86px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="66"]::before {
  background: #1d1d1d;
}
.theme-darkgreen ul.cloud a[data-weight="67"] {
  color: #040404 !important;
  font-size: 87px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="67"]::before {
  background: #1d1d1d;
}
.theme-darkgreen ul.cloud a[data-weight="68"] {
  color: #040404 !important;
  font-size: 88px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="68"]::before {
  background: #1d1d1d;
}
.theme-darkgreen ul.cloud a[data-weight="69"] {
  color: #040404 !important;
  font-size: 89px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="69"]::before {
  background: #1d1d1d;
}
.theme-darkgreen ul.cloud a[data-weight="70"] {
  color: #040404 !important;
  font-size: 90px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="70"]::before {
  background: #1d1d1d;
}
.theme-darkgreen ul.cloud a[data-weight="71"] {
  color: #040404 !important;
  font-size: 91px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="71"]::before {
  background: #1d1d1d;
}
.theme-darkgreen ul.cloud a[data-weight="72"] {
  color: #030303 !important;
  font-size: 92px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="72"]::before {
  background: #1d1d1d;
}
.theme-darkgreen ul.cloud a[data-weight="73"] {
  color: #030303 !important;
  font-size: 93px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="73"]::before {
  background: #1d1d1d;
}
.theme-darkgreen ul.cloud a[data-weight="74"] {
  color: #030303 !important;
  font-size: 94px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="74"]::before {
  background: #1d1d1d;
}
.theme-darkgreen ul.cloud a[data-weight="75"] {
  color: #030303 !important;
  font-size: 95px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="75"]::before {
  background: #1d1d1d;
}
.theme-darkgreen ul.cloud a[data-weight="76"] {
  color: #030303 !important;
  font-size: 96px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="76"]::before {
  background: #1d1d1d;
}
.theme-darkgreen ul.cloud a[data-weight="77"] {
  color: #030303 !important;
  font-size: 97px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="77"]::before {
  background: #1d1d1d;
}
.theme-darkgreen ul.cloud a[data-weight="78"] {
  color: #030303 !important;
  font-size: 98px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="78"]::before {
  background: #1d1d1d;
}
.theme-darkgreen ul.cloud a[data-weight="79"] {
  color: #030303 !important;
  font-size: 99px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="79"]::before {
  background: #1d1d1d;
}
.theme-darkgreen ul.cloud a[data-weight="80"] {
  color: #030303 !important;
  font-size: 100px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="80"]::before {
  background: #1d1d1d;
}
.theme-darkgreen ul.cloud a[data-weight="81"] {
  color: #030303 !important;
  font-size: 101px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="81"]::before {
  background: #1d1d1d;
}
.theme-darkgreen ul.cloud a[data-weight="82"] {
  color: #030303 !important;
  font-size: 102px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="82"]::before {
  background: #1d1d1d;
}
.theme-darkgreen ul.cloud a[data-weight="83"] {
  color: #030303 !important;
  font-size: 103px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="83"]::before {
  background: #1d1d1d;
}
.theme-darkgreen ul.cloud a[data-weight="84"] {
  color: #030303 !important;
  font-size: 104px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="84"]::before {
  background: #1d1d1d;
}
.theme-darkgreen ul.cloud a[data-weight="85"] {
  color: #030303 !important;
  font-size: 105px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="85"]::before {
  background: #1c1c1c;
}
.theme-darkgreen ul.cloud a[data-weight="86"] {
  color: #030303 !important;
  font-size: 106px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="86"]::before {
  background: #1c1c1c;
}
.theme-darkgreen ul.cloud a[data-weight="87"] {
  color: #030303 !important;
  font-size: 107px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="87"]::before {
  background: #1c1c1c;
}
.theme-darkgreen ul.cloud a[data-weight="88"] {
  color: #030303 !important;
  font-size: 108px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="88"]::before {
  background: #1c1c1c;
}
.theme-darkgreen ul.cloud a[data-weight="89"] {
  color: #030303 !important;
  font-size: 109px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="89"]::before {
  background: #1c1c1c;
}
.theme-darkgreen ul.cloud a[data-weight="90"] {
  color: #030303 !important;
  font-size: 110px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="90"]::before {
  background: #1c1c1c;
}
.theme-darkgreen ul.cloud a[data-weight="91"] {
  color: #030303 !important;
  font-size: 111px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="91"]::before {
  background: #1c1c1c;
}
.theme-darkgreen ul.cloud a[data-weight="92"] {
  color: #030303 !important;
  font-size: 112px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="92"]::before {
  background: #1c1c1c;
}
.theme-darkgreen ul.cloud a[data-weight="93"] {
  color: #030303 !important;
  font-size: 113px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="93"]::before {
  background: #1c1c1c;
}
.theme-darkgreen ul.cloud a[data-weight="94"] {
  color: #030303 !important;
  font-size: 114px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="94"]::before {
  background: #1c1c1c;
}
.theme-darkgreen ul.cloud a[data-weight="95"] {
  color: #030303 !important;
  font-size: 115px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="95"]::before {
  background: #1c1c1c;
}
.theme-darkgreen ul.cloud a[data-weight="96"] {
  color: #030303 !important;
  font-size: 116px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="96"]::before {
  background: #1c1c1c;
}
.theme-darkgreen ul.cloud a[data-weight="97"] {
  color: #030303 !important;
  font-size: 117px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="97"]::before {
  background: #1c1c1c;
}
.theme-darkgreen ul.cloud a[data-weight="98"] {
  color: #030303 !important;
  font-size: 118px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="98"]::before {
  background: #1c1c1c;
}
.theme-darkgreen ul.cloud a[data-weight="99"] {
  color: #030303 !important;
  font-size: 119px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="99"]::before {
  background: #1c1c1c;
}
.theme-darkgreen ul.cloud a[data-weight="100"] {
  color: #030303 !important;
  font-size: 120px;
  writing-mode: vertical-rl;
}
.theme-darkgreen ul.cloud a[data-weight="100"]::before {
  background: #1c1c1c;
}
.tile.tile-darkgreen {
  background: #194139;
  color: #f6ead4;
  border-color: #040a09;
}
.tile.tile-darkgreen .tile-header i {
  color: #f6ead4 !important;
}
.tile.tile-darkgreen .tile-body {
  border-color: #040a09;
}
.tile.tile-darkgreen.tile-classic {
  color: #194139;
  text-shadow: #43b09a 8px 7px 10px;
}
.tile.tile-darkgreen.tile-classic .tile-header i {
  color: #194139 !important;
}
.theme-sea {
  background-color: #fff !important;
  /*	************************************ */
  /*	HEADER */
  /*	************************************ */
  /*     each(range(4), {
  .col-@{value} {
    height: (@value * 50px);
  }
});*/
  /*.cloud-style(2,@back);
    .cloud-style(3,@back);
    .cloud-style(4,@back);
    .cloud-style(5,@back);
    .cloud-style(6,@back);
    .cloud-style(7,@back);
    .cloud-style(8,@back);
    .cloud-style(9,@back);
    .cloud-style(10,@back);
    .cloud-style(11,@back);*/
}
.theme-sea .form-control::-webkit-input-placeholder,
.theme-sea .form-control:-moz-placeholder,
.theme-sea .form-control::-moz-placeholder,
.theme-sea .form-control:-ms-input-placeholder {
  color: #010907;
}
.theme-sea .boxshadow {
  border: 1px solid #81eed8;
  box-shadow: 1px 2px 4px -3px #000;
}
.theme-sea header {
  background: #fff;
}
.theme-sea header .navbar {
  background-color: #1abc9c;
  border-color: #13866f;
}
.theme-sea .navbar-default .navbar-nav > .active > a,
.theme-sea .navbar-default .navbar-nav > .active > a:focus,
.theme-sea .navbar-default .navbar-nav > .active > a:hover,
.theme-sea .navbar-default .navbar-nav > li > a:focus,
.theme-sea .navbar-default .navbar-nav > li > a:hover {
  box-shadow: 0px -3px #0b4c3f inset;
  background: transparent;
}
.theme-sea .navbar-default .navbar-nav > li > a {
  color: #fff;
}
.theme-sea .navbar-default .navbar-nav > li > a .fa {
  color: #fff;
}
.theme-sea .search {
  background-color: #1abc9c;
}
.theme-sea .search .description {
  color: #fff;
}
.theme-sea .SearchResultHolder {
  border-top-color: #15987e;
}
.theme-sea .SearchResultHolder::after {
  border: #fff;
}
.theme-sea .sliderHolder {
  border-bottom-color: #0b4c3f;
}
.theme-sea .btn.btn-default {
  background-color: #1abc9c;
  color: #fff;
  border-color: #13866f;
}
.theme-sea .btn.btn-default:hover,
.theme-sea .btn.btn-default:focus,
.theme-sea .btn.btn-default.active {
  background-color: #13866f;
  color: #fff;
  border-color: #0b4c3f;
}
.theme-sea .btn-light {
  background: #fff !important;
  color: #1abc9c !important;
  border-color: #1abc9c !important;
}
.theme-sea .btn-light:hover,
.theme-sea .btn-light:focus,
.theme-sea .btn-light.active {
  background: #1abc9c !important;
  color: #fff !important;
}
.theme-sea .row-slider {
  border-color: #0b4c3f;
  background: #1abc9c;
  color: #fff;
}
.theme-sea .row-slider .row-slider-title > h4 {
  background: #fff;
  border-color: #1abc9c;
  color: #1abc9c;
}
.theme-sea .row-slider .row-slider-left {
  background: linear-gradient(to left, transparent, #1fe0ba);
}
.theme-sea .row-slider .row-slider-left i {
  color: #fff;
}
.theme-sea .row-slider .row-slider-left:hover,
.theme-sea .row-slider .row-slider-left:focus {
  background: linear-gradient(to left, transparent, #1abc9c);
}
.theme-sea .row-slider .row-slider-right {
  background: linear-gradient(to right, transparent, #1fe0ba);
}
.theme-sea .row-slider .row-slider-right:hover,
.theme-sea .row-slider .row-slider-right:focus {
  background: linear-gradient(to right, transparent, #1abc9c);
}
.theme-sea .row-slider.row-slider-light {
  border-color: #ccc;
  background: #fff;
  color: #1abc9c;
}
.theme-sea .tabFlex .tab-content {
  background-color: #ffffff;
}
.theme-sea .tabFlex .nav li {
  background: #1abc9c;
  border-color: #1abc9c;
}
.theme-sea .tabFlex .nav li a,
.theme-sea .tabFlex .nav li .fa {
  color: #fff !important;
}
.theme-sea .tabFlex .nav li::before {
  border-left-color: #1abc9c;
}
.theme-sea .tabFlex .nav li::after {
  border-left-color: #1abc9c;
}
.theme-sea .tabFlex .nav li:hover {
  background: #1fe0ba;
}
.theme-sea .tabFlex .nav li:hover a,
.theme-sea .tabFlex .nav li:hover .fa {
  background: #1fe0ba;
  color: #fff !important;
}
.theme-sea .tabFlex .nav li:hover::before {
  border-left-color: #1abc9c;
}
.theme-sea .tabFlex .nav li:hover::after {
  border-left-color: #1fe0ba;
}
.theme-sea .tabFlex .nav li.active {
  background: #fff;
  border-color: #1abc9c;
}
.theme-sea .tabFlex .nav li.active a,
.theme-sea .tabFlex .nav li.active .fa {
  background: #fff !important;
  color: #1abc9c !important;
}
.theme-sea .tabFlex .nav li.active:before {
  border-left-color: #1abc9c;
}
.theme-sea .tabFlex .nav li.active:after {
  border-left-color: #fff;
}
.theme-sea li:hover .tabFlex .nav li:hover:after {
  border-left-color: #81eed8;
}
.theme-sea .fa {
  color: inherit;
}
.theme-sea footer .fa {
  color: #fff;
}
.theme-sea a {
  color: #1abc9c;
}
.theme-sea a:hover,
.theme-sea a:focus {
  color: #0b4c3f;
}
.theme-sea .btn {
  color: #fff;
}
.theme-sea .btn .fa {
  color: #fff;
}
.theme-sea .btn:hover .fa,
.theme-sea .btn:focus .fa {
  color: #fff;
}
.theme-sea .btn.btn-link {
  color: #1abc9c;
}
.theme-sea .btn.btn-link .fa {
  color: #1abc9c;
}
.theme-sea .btn.btn-link:hover .fa,
.theme-sea .btn.btn-link:focus .fa {
  color: #1abc9c;
}
.theme-sea footer .listStyle {
  color: #fff;
}
.theme-sea .listStyle h2 {
  color: #1fe0ba;
}
.theme-sea footer {
  background-color: #1abc9c;
  color: #fff;
}
.theme-sea footer:before {
  background-color: #13866f;
}
.theme-sea .control--checkbox .control__indicator::after {
  color: #fff;
}
.theme-sea .control input:checked ~ .control__indicator {
  background: #1abc9c;
}
.theme-sea .control__indicator {
  background: #fff;
  border-color: #13866f;
}
.theme-sea .copy {
  background-color: #81eed8;
  color: #1abc9c;
  border-top-color: #0b4c3f;
}
.theme-sea .ArianBadg {
  background-color: #1fe0ba !important;
}
.theme-sea .newsdatetime {
  color: #1fe0ba;
}
.theme-sea .SearchResultHolder {
  border-top-color: #1abc9c;
}
.theme-sea .search_on_result_page .searchTitle {
  background-color: #1fe0ba;
  color: #fff;
}
.theme-sea .searchResult h2 {
  color: #1abc9c;
}
.theme-sea .search_on_result_page .searchButtonsHolder .btn {
  background-color: #1abc9c;
  color: #fff;
  border-color: #13866f;
}
.theme-sea .pagination > .active > button,
.theme-sea .pagination > .active > a,
.theme-sea .pagination > .active > span,
.theme-sea .pagination > .active > button:hover,
.theme-sea .pagination > .active > a:hover,
.theme-sea .pagination > .active > span:hover,
.theme-sea .pagination > .active > button:focus,
.theme-sea .pagination > .active > a:focus,
.theme-sea .pagination > .active > span:focus {
  color: #fff;
  background-color: #1abc9c;
  border-color: #13866f;
}
.theme-sea .pagination > li > a,
.theme-sea .pagination > li > button,
.theme-sea .pagination > li > span {
  color: #1abc9c;
}
.theme-sea .pagination > li > a:hover,
.theme-sea .pagination > li > button:hover,
.theme-sea .pagination > li > span:hover,
.theme-sea .pagination > li > a:focus,
.theme-sea .pagination > li > button:focus,
.theme-sea .pagination > li > span:focus {
  color: #13866f;
}
.theme-sea ul.cloud a[data-weight="1"] {
  color: #55e7ca !important;
  font-size: 21px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="1"]::before {
  background: #81eed8;
}
.theme-sea ul.cloud a[data-weight="2"] {
  color: #1ccba8 !important;
  font-size: 22px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="2"]::before {
  background: #37e3c1;
}
.theme-sea ul.cloud a[data-weight="3"] {
  color: #17a689 !important;
  font-size: 23px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="3"]::before {
  background: #1dd2af;
}
.theme-sea ul.cloud a[data-weight="4"] {
  color: #148f77 !important;
  font-size: 24px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="4"]::before {
  background: #1abc9c;
}
.theme-sea ul.cloud a[data-weight="5"] {
  color: #12806a !important;
  font-size: 25px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="5"]::before {
  background: #18ad90;
}
.theme-sea ul.cloud a[data-weight="6"] {
  color: #107662 !important;
  font-size: 26px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="6"]::before {
  background: #16a287;
}
.theme-sea ul.cloud a[data-weight="7"] {
  color: #0f6e5b !important;
  font-size: 27px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="7"]::before {
  background: #159a80;
}
.theme-sea ul.cloud a[data-weight="8"] {
  color: #0e6756 !important;
  font-size: 28px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="8"]::before {
  background: #14947b;
}
.theme-sea ul.cloud a[data-weight="9"] {
  color: #0e6252 !important;
  font-size: 29px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="9"]::before {
  background: #148f77;
}
.theme-sea ul.cloud a[data-weight="10"] {
  color: #0d5e4e !important;
  font-size: 30px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="10"]::before {
  background: #138b73;
}
.theme-sea ul.cloud a[data-weight="11"] {
  color: #0d5b4b !important;
  font-size: 31px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="11"]::before {
  background: #138871;
}
.theme-sea ul.cloud a[data-weight="12"] {
  color: #0c5849 !important;
  font-size: 32px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="12"]::before {
  background: #12856e;
}
.theme-sea ul.cloud a[data-weight="13"] {
  color: #0c5647 !important;
  font-size: 33px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="13"]::before {
  background: #12826c;
}
.theme-sea ul.cloud a[data-weight="14"] {
  color: #0c5345 !important;
  font-size: 34px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="14"]::before {
  background: #12806a;
}
.theme-sea ul.cloud a[data-weight="15"] {
  color: #0b5244 !important;
  font-size: 35px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="15"]::before {
  background: #117e69;
}
.theme-sea ul.cloud a[data-weight="16"] {
  color: #0b5042 !important;
  font-size: 36px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="16"]::before {
  background: #117d68;
}
.theme-sea ul.cloud a[data-weight="17"] {
  color: #0b4e41 !important;
  font-size: 37px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="17"]::before {
  background: #117b66;
}
.theme-sea ul.cloud a[data-weight="18"] {
  color: #0b4d40 !important;
  font-size: 38px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="18"]::before {
  background: #117a65;
}
.theme-sea ul.cloud a[data-weight="19"] {
  color: #0b4c3f !important;
  font-size: 39px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="19"]::before {
  background: #117964;
}
.theme-sea ul.cloud a[data-weight="20"] {
  color: #0a4b3e !important;
  font-size: 40px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="20"]::before {
  background: #117863;
}
.theme-sea ul.cloud a[data-weight="21"] {
  color: #0a4a3d !important;
  font-size: 41px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="21"]::before {
  background: #107763;
}
.theme-sea ul.cloud a[data-weight="22"] {
  color: #0a493d !important;
  font-size: 42px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="22"]::before {
  background: #107662;
}
.theme-sea ul.cloud a[data-weight="23"] {
  color: #0a483c !important;
  font-size: 43px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="23"]::before {
  background: #107561;
}
.theme-sea ul.cloud a[data-weight="24"] {
  color: #0a483b !important;
  font-size: 44px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="24"]::before {
  background: #107461;
}
.theme-sea ul.cloud a[data-weight="25"] {
  color: #0a473b !important;
  font-size: 45px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="25"]::before {
  background: #107460;
}
.theme-sea ul.cloud a[data-weight="26"] {
  color: #0a463a !important;
  font-size: 46px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="26"]::before {
  background: #10735f;
}
.theme-sea ul.cloud a[data-weight="27"] {
  color: #0a463a !important;
  font-size: 47px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="27"]::before {
  background: #10725f;
}
.theme-sea ul.cloud a[data-weight="28"] {
  color: #0a4539 !important;
  font-size: 48px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="28"]::before {
  background: #10725e;
}
.theme-sea ul.cloud a[data-weight="29"] {
  color: #094539 !important;
  font-size: 49px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="29"]::before {
  background: #10715e;
}
.theme-sea ul.cloud a[data-weight="30"] {
  color: #094438 !important;
  font-size: 50px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="30"]::before {
  background: #10715e;
}
.theme-sea ul.cloud a[data-weight="31"] {
  color: #094438 !important;
  font-size: 51px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="31"]::before {
  background: #10705d;
}
.theme-sea ul.cloud a[data-weight="32"] {
  color: #094338 !important;
  font-size: 52px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="32"]::before {
  background: #0f705d;
}
.theme-sea ul.cloud a[data-weight="33"] {
  color: #094337 !important;
  font-size: 53px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="33"]::before {
  background: #0f705d;
}
.theme-sea ul.cloud a[data-weight="34"] {
  color: #094237 !important;
  font-size: 54px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="34"]::before {
  background: #0f6f5c;
}
.theme-sea ul.cloud a[data-weight="35"] {
  color: #094237 !important;
  font-size: 55px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="35"]::before {
  background: #0f6f5c;
}
.theme-sea ul.cloud a[data-weight="36"] {
  color: #094237 !important;
  font-size: 56px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="36"]::before {
  background: #0f6f5c;
}
.theme-sea ul.cloud a[data-weight="37"] {
  color: #094136 !important;
  font-size: 57px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="37"]::before {
  background: #0f6e5b;
}
.theme-sea ul.cloud a[data-weight="38"] {
  color: #094136 !important;
  font-size: 58px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="38"]::before {
  background: #0f6e5b;
}
.theme-sea ul.cloud a[data-weight="39"] {
  color: #094136 !important;
  font-size: 59px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="39"]::before {
  background: #0f6e5b;
}
.theme-sea ul.cloud a[data-weight="40"] {
  color: #094136 !important;
  font-size: 60px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="40"]::before {
  background: #0f6d5b;
}
.theme-sea ul.cloud a[data-weight="41"] {
  color: #094035 !important;
  font-size: 61px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="41"]::before {
  background: #0f6d5a;
}
.theme-sea ul.cloud a[data-weight="42"] {
  color: #094035 !important;
  font-size: 62px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="42"]::before {
  background: #0f6d5a;
}
.theme-sea ul.cloud a[data-weight="43"] {
  color: #094035 !important;
  font-size: 63px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="43"]::before {
  background: #0f6d5a;
}
.theme-sea ul.cloud a[data-weight="44"] {
  color: #094035 !important;
  font-size: 64px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="44"]::before {
  background: #0f6c5a;
}
.theme-sea ul.cloud a[data-weight="45"] {
  color: #093f35 !important;
  font-size: 65px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="45"]::before {
  background: #0f6c5a;
}
.theme-sea ul.cloud a[data-weight="46"] {
  color: #093f34 !important;
  font-size: 66px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="46"]::before {
  background: #0f6c5a;
}
.theme-sea ul.cloud a[data-weight="47"] {
  color: #093f34 !important;
  font-size: 67px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="47"]::before {
  background: #0f6c59;
}
.theme-sea ul.cloud a[data-weight="48"] {
  color: #093f34 !important;
  font-size: 68px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="48"]::before {
  background: #0f6c59;
}
.theme-sea ul.cloud a[data-weight="49"] {
  color: #093f34 !important;
  font-size: 69px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="49"]::before {
  background: #0f6b59;
}
.theme-sea ul.cloud a[data-weight="50"] {
  color: #093e34 !important;
  font-size: 70px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="50"]::before {
  background: #0f6b59;
}
.theme-sea ul.cloud a[data-weight="51"] {
  color: #093e34 !important;
  font-size: 71px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="51"]::before {
  background: #0f6b59;
}
.theme-sea ul.cloud a[data-weight="52"] {
  color: #093e33 !important;
  font-size: 72px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="52"]::before {
  background: #0f6b59;
}
.theme-sea ul.cloud a[data-weight="53"] {
  color: #093e33 !important;
  font-size: 73px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="53"]::before {
  background: #0f6b59;
}
.theme-sea ul.cloud a[data-weight="54"] {
  color: #093e33 !important;
  font-size: 74px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="54"]::before {
  background: #0f6b58;
}
.theme-sea ul.cloud a[data-weight="55"] {
  color: #093e33 !important;
  font-size: 75px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="55"]::before {
  background: #0f6a58;
}
.theme-sea ul.cloud a[data-weight="56"] {
  color: #083d33 !important;
  font-size: 76px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="56"]::before {
  background: #0f6a58;
}
.theme-sea ul.cloud a[data-weight="57"] {
  color: #083d33 !important;
  font-size: 77px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="57"]::before {
  background: #0f6a58;
}
.theme-sea ul.cloud a[data-weight="58"] {
  color: #083d33 !important;
  font-size: 78px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="58"]::before {
  background: #0f6a58;
}
.theme-sea ul.cloud a[data-weight="59"] {
  color: #083d33 !important;
  font-size: 79px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="59"]::before {
  background: #0f6a58;
}
.theme-sea ul.cloud a[data-weight="60"] {
  color: #083d33 !important;
  font-size: 80px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="60"]::before {
  background: #0f6a58;
}
.theme-sea ul.cloud a[data-weight="61"] {
  color: #083d32 !important;
  font-size: 81px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="61"]::before {
  background: #0f6a58;
}
.theme-sea ul.cloud a[data-weight="62"] {
  color: #083d32 !important;
  font-size: 82px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="62"]::before {
  background: #0f6a58;
}
.theme-sea ul.cloud a[data-weight="63"] {
  color: #083d32 !important;
  font-size: 83px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="63"]::before {
  background: #0f6957;
}
.theme-sea ul.cloud a[data-weight="64"] {
  color: #083c32 !important;
  font-size: 84px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="64"]::before {
  background: #0f6957;
}
.theme-sea ul.cloud a[data-weight="65"] {
  color: #083c32 !important;
  font-size: 85px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="65"]::before {
  background: #0f6957;
}
.theme-sea ul.cloud a[data-weight="66"] {
  color: #083c32 !important;
  font-size: 86px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="66"]::before {
  background: #0f6957;
}
.theme-sea ul.cloud a[data-weight="67"] {
  color: #083c32 !important;
  font-size: 87px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="67"]::before {
  background: #0f6957;
}
.theme-sea ul.cloud a[data-weight="68"] {
  color: #083c32 !important;
  font-size: 88px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="68"]::before {
  background: #0f6957;
}
.theme-sea ul.cloud a[data-weight="69"] {
  color: #083c32 !important;
  font-size: 89px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="69"]::before {
  background: #0e6957;
}
.theme-sea ul.cloud a[data-weight="70"] {
  color: #083c32 !important;
  font-size: 90px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="70"]::before {
  background: #0e6957;
}
.theme-sea ul.cloud a[data-weight="71"] {
  color: #083c32 !important;
  font-size: 91px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="71"]::before {
  background: #0e6957;
}
.theme-sea ul.cloud a[data-weight="72"] {
  color: #083c32 !important;
  font-size: 92px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="72"]::before {
  background: #0e6957;
}
.theme-sea ul.cloud a[data-weight="73"] {
  color: #083c31 !important;
  font-size: 93px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="73"]::before {
  background: #0e6857;
}
.theme-sea ul.cloud a[data-weight="74"] {
  color: #083c31 !important;
  font-size: 94px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="74"]::before {
  background: #0e6857;
}
.theme-sea ul.cloud a[data-weight="75"] {
  color: #083b31 !important;
  font-size: 95px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="75"]::before {
  background: #0e6857;
}
.theme-sea ul.cloud a[data-weight="76"] {
  color: #083b31 !important;
  font-size: 96px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="76"]::before {
  background: #0e6856;
}
.theme-sea ul.cloud a[data-weight="77"] {
  color: #083b31 !important;
  font-size: 97px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="77"]::before {
  background: #0e6856;
}
.theme-sea ul.cloud a[data-weight="78"] {
  color: #083b31 !important;
  font-size: 98px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="78"]::before {
  background: #0e6856;
}
.theme-sea ul.cloud a[data-weight="79"] {
  color: #083b31 !important;
  font-size: 99px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="79"]::before {
  background: #0e6856;
}
.theme-sea ul.cloud a[data-weight="80"] {
  color: #083b31 !important;
  font-size: 100px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="80"]::before {
  background: #0e6856;
}
.theme-sea ul.cloud a[data-weight="81"] {
  color: #083b31 !important;
  font-size: 101px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="81"]::before {
  background: #0e6856;
}
.theme-sea ul.cloud a[data-weight="82"] {
  color: #083b31 !important;
  font-size: 102px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="82"]::before {
  background: #0e6856;
}
.theme-sea ul.cloud a[data-weight="83"] {
  color: #083b31 !important;
  font-size: 103px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="83"]::before {
  background: #0e6856;
}
.theme-sea ul.cloud a[data-weight="84"] {
  color: #083b31 !important;
  font-size: 104px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="84"]::before {
  background: #0e6856;
}
.theme-sea ul.cloud a[data-weight="85"] {
  color: #083b31 !important;
  font-size: 105px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="85"]::before {
  background: #0e6856;
}
.theme-sea ul.cloud a[data-weight="86"] {
  color: #083b31 !important;
  font-size: 106px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="86"]::before {
  background: #0e6856;
}
.theme-sea ul.cloud a[data-weight="87"] {
  color: #083b31 !important;
  font-size: 107px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="87"]::before {
  background: #0e6756;
}
.theme-sea ul.cloud a[data-weight="88"] {
  color: #083b31 !important;
  font-size: 108px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="88"]::before {
  background: #0e6756;
}
.theme-sea ul.cloud a[data-weight="89"] {
  color: #083b31 !important;
  font-size: 109px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="89"]::before {
  background: #0e6756;
}
.theme-sea ul.cloud a[data-weight="90"] {
  color: #083b31 !important;
  font-size: 110px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="90"]::before {
  background: #0e6756;
}
.theme-sea ul.cloud a[data-weight="91"] {
  color: #083a31 !important;
  font-size: 111px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="91"]::before {
  background: #0e6756;
}
.theme-sea ul.cloud a[data-weight="92"] {
  color: #083a30 !important;
  font-size: 112px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="92"]::before {
  background: #0e6756;
}
.theme-sea ul.cloud a[data-weight="93"] {
  color: #083a30 !important;
  font-size: 113px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="93"]::before {
  background: #0e6756;
}
.theme-sea ul.cloud a[data-weight="94"] {
  color: #083a30 !important;
  font-size: 114px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="94"]::before {
  background: #0e6756;
}
.theme-sea ul.cloud a[data-weight="95"] {
  color: #083a30 !important;
  font-size: 115px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="95"]::before {
  background: #0e6756;
}
.theme-sea ul.cloud a[data-weight="96"] {
  color: #083a30 !important;
  font-size: 116px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="96"]::before {
  background: #0e6755;
}
.theme-sea ul.cloud a[data-weight="97"] {
  color: #083a30 !important;
  font-size: 117px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="97"]::before {
  background: #0e6755;
}
.theme-sea ul.cloud a[data-weight="98"] {
  color: #083a30 !important;
  font-size: 118px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="98"]::before {
  background: #0e6755;
}
.theme-sea ul.cloud a[data-weight="99"] {
  color: #083a30 !important;
  font-size: 119px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="99"]::before {
  background: #0e6755;
}
.theme-sea ul.cloud a[data-weight="100"] {
  color: #083a30 !important;
  font-size: 120px;
  writing-mode: vertical-rl;
}
.theme-sea ul.cloud a[data-weight="100"]::before {
  background: #0e6755;
}
.tile.tile-sea {
  background: #1abc9c;
  color: #fff;
  border-color: #117964;
}
.tile.tile-sea .tile-header i {
  color: #fff !important;
}
.tile.tile-sea .tile-body {
  border-color: #117964;
}
.tile.tile-sea.tile-classic {
  color: #1abc9c;
  text-shadow: #81eed8 8px 7px 10px;
}
.tile.tile-sea.tile-classic .tile-header i {
  color: #1abc9c !important;
}
.theme-facebook {
  background-color: #fff !important;
  /*	************************************ */
  /*	HEADER */
  /*	************************************ */
  /*     each(range(4), {
  .col-@{value} {
    height: (@value * 50px);
  }
});*/
  /*.cloud-style(2,@back);
    .cloud-style(3,@back);
    .cloud-style(4,@back);
    .cloud-style(5,@back);
    .cloud-style(6,@back);
    .cloud-style(7,@back);
    .cloud-style(8,@back);
    .cloud-style(9,@back);
    .cloud-style(10,@back);
    .cloud-style(11,@back);*/
}
.theme-facebook .form-control::-webkit-input-placeholder,
.theme-facebook .form-control:-moz-placeholder,
.theme-facebook .form-control::-moz-placeholder,
.theme-facebook .form-control:-ms-input-placeholder {
  color: #020306;
}
.theme-facebook .boxshadow {
  border: 1px solid #96abd7;
  box-shadow: 1px 2px 4px -3px #000;
}
.theme-facebook header {
  background: #fff;
}
.theme-facebook header .navbar {
  background-color: #3b5999;
  border-color: #2a3f6d;
}
.theme-facebook .navbar-default .navbar-nav > .active > a,
.theme-facebook .navbar-default .navbar-nav > .active > a:focus,
.theme-facebook .navbar-default .navbar-nav > .active > a:hover,
.theme-facebook .navbar-default .navbar-nav > li > a:focus,
.theme-facebook .navbar-default .navbar-nav > li > a:hover {
  box-shadow: 0px -3px #18233d inset;
  background: transparent;
}
.theme-facebook .navbar-default .navbar-nav > li > a {
  color: #fff;
}
.theme-facebook .navbar-default .navbar-nav > li > a .fa {
  color: #fff;
}
.theme-facebook .search {
  background-color: #3b5999;
}
.theme-facebook .search .description {
  color: #fff;
}
.theme-facebook .SearchResultHolder {
  border-top-color: #30487c;
}
.theme-facebook .SearchResultHolder::after {
  border: #fff;
}
.theme-facebook .sliderHolder {
  border-bottom-color: #18233d;
}
.theme-facebook .btn.btn-default {
  background-color: #3b5999;
  color: #fff;
  border-color: #2a3f6d;
}
.theme-facebook .btn.btn-default:hover,
.theme-facebook .btn.btn-default:focus,
.theme-facebook .btn.btn-default.active {
  background-color: #2a3f6d;
  color: #fff;
  border-color: #18233d;
}
.theme-facebook .btn-light {
  background: #fff !important;
  color: #3b5999 !important;
  border-color: #3b5999 !important;
}
.theme-facebook .btn-light:hover,
.theme-facebook .btn-light:focus,
.theme-facebook .btn-light.active {
  background: #3b5999 !important;
  color: #fff !important;
}
.theme-facebook .row-slider {
  border-color: #18233d;
  background: #3b5999;
  color: #fff;
}
.theme-facebook .row-slider .row-slider-title > h4 {
  background: #fff;
  border-color: #3b5999;
  color: #3b5999;
}
.theme-facebook .row-slider .row-slider-left {
  background: linear-gradient(to left, transparent, #466ab6);
}
.theme-facebook .row-slider .row-slider-left i {
  color: #fff;
}
.theme-facebook .row-slider .row-slider-left:hover,
.theme-facebook .row-slider .row-slider-left:focus {
  background: linear-gradient(to left, transparent, #3b5999);
}
.theme-facebook .row-slider .row-slider-right {
  background: linear-gradient(to right, transparent, #466ab6);
}
.theme-facebook .row-slider .row-slider-right:hover,
.theme-facebook .row-slider .row-slider-right:focus {
  background: linear-gradient(to right, transparent, #3b5999);
}
.theme-facebook .row-slider.row-slider-light {
  border-color: #ccc;
  background: #fff;
  color: #3b5999;
}
.theme-facebook .tabFlex .tab-content {
  background-color: #ffffff;
}
.theme-facebook .tabFlex .nav li {
  background: #3b5999;
  border-color: #3b5999;
}
.theme-facebook .tabFlex .nav li a,
.theme-facebook .tabFlex .nav li .fa {
  color: #fff !important;
}
.theme-facebook .tabFlex .nav li::before {
  border-left-color: #3b5999;
}
.theme-facebook .tabFlex .nav li::after {
  border-left-color: #3b5999;
}
.theme-facebook .tabFlex .nav li:hover {
  background: #466ab6;
}
.theme-facebook .tabFlex .nav li:hover a,
.theme-facebook .tabFlex .nav li:hover .fa {
  background: #466ab6;
  color: #fff !important;
}
.theme-facebook .tabFlex .nav li:hover::before {
  border-left-color: #3b5999;
}
.theme-facebook .tabFlex .nav li:hover::after {
  border-left-color: #466ab6;
}
.theme-facebook .tabFlex .nav li.active {
  background: #fff;
  border-color: #3b5999;
}
.theme-facebook .tabFlex .nav li.active a,
.theme-facebook .tabFlex .nav li.active .fa {
  background: #fff !important;
  color: #3b5999 !important;
}
.theme-facebook .tabFlex .nav li.active:before {
  border-left-color: #3b5999;
}
.theme-facebook .tabFlex .nav li.active:after {
  border-left-color: #fff;
}
.theme-facebook li:hover .tabFlex .nav li:hover:after {
  border-left-color: #96abd7;
}
.theme-facebook .fa {
  color: inherit;
}
.theme-facebook footer .fa {
  color: #fff;
}
.theme-facebook a {
  color: #3b5999;
}
.theme-facebook a:hover,
.theme-facebook a:focus {
  color: #18233d;
}
.theme-facebook .btn {
  color: #fff;
}
.theme-facebook .btn .fa {
  color: #fff;
}
.theme-facebook .btn:hover .fa,
.theme-facebook .btn:focus .fa {
  color: #fff;
}
.theme-facebook .btn.btn-link {
  color: #3b5999;
}
.theme-facebook .btn.btn-link .fa {
  color: #3b5999;
}
.theme-facebook .btn.btn-link:hover .fa,
.theme-facebook .btn.btn-link:focus .fa {
  color: #3b5999;
}
.theme-facebook footer .listStyle {
  color: #fff;
}
.theme-facebook .listStyle h2 {
  color: #466ab6;
}
.theme-facebook footer {
  background-color: #3b5999;
  color: #fff;
}
.theme-facebook footer:before {
  background-color: #2a3f6d;
}
.theme-facebook .control--checkbox .control__indicator::after {
  color: #fff;
}
.theme-facebook .control input:checked ~ .control__indicator {
  background: #3b5999;
}
.theme-facebook .control__indicator {
  background: #fff;
  border-color: #2a3f6d;
}
.theme-facebook .copy {
  background-color: #96abd7;
  color: #3b5999;
  border-top-color: #18233d;
}
.theme-facebook .ArianBadg {
  background-color: #466ab6 !important;
}
.theme-facebook .newsdatetime {
  color: #466ab6;
}
.theme-facebook .SearchResultHolder {
  border-top-color: #3b5999;
}
.theme-facebook .search_on_result_page .searchTitle {
  background-color: #466ab6;
  color: #fff;
}
.theme-facebook .searchResult h2 {
  color: #3b5999;
}
.theme-facebook .search_on_result_page .searchButtonsHolder .btn {
  background-color: #3b5999;
  color: #fff;
  border-color: #2a3f6d;
}
.theme-facebook .pagination > .active > button,
.theme-facebook .pagination > .active > a,
.theme-facebook .pagination > .active > span,
.theme-facebook .pagination > .active > button:hover,
.theme-facebook .pagination > .active > a:hover,
.theme-facebook .pagination > .active > span:hover,
.theme-facebook .pagination > .active > button:focus,
.theme-facebook .pagination > .active > a:focus,
.theme-facebook .pagination > .active > span:focus {
  color: #fff;
  background-color: #3b5999;
  border-color: #2a3f6d;
}
.theme-facebook .pagination > li > a,
.theme-facebook .pagination > li > button,
.theme-facebook .pagination > li > span {
  color: #3b5999;
}
.theme-facebook .pagination > li > a:hover,
.theme-facebook .pagination > li > button:hover,
.theme-facebook .pagination > li > span:hover,
.theme-facebook .pagination > li > a:focus,
.theme-facebook .pagination > li > button:focus,
.theme-facebook .pagination > li > span:focus {
  color: #2a3f6d;
}
.theme-facebook ul.cloud a[data-weight="1"] {
  color: #728dc8 !important;
  font-size: 21px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="1"]::before {
  background: #96abd7;
}
.theme-facebook ul.cloud a[data-weight="2"] {
  color: #4060a5 !important;
  font-size: 22px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="2"]::before {
  background: #597abf;
}
.theme-facebook ul.cloud a[data-weight="3"] {
  color: #344e87 !important;
  font-size: 23px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="3"]::before {
  background: #4264ab;
}
.theme-facebook ul.cloud a[data-weight="4"] {
  color: #2d4474 !important;
  font-size: 24px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="4"]::before {
  background: #3b5999;
}
.theme-facebook ul.cloud a[data-weight="5"] {
  color: #283c68 !important;
  font-size: 25px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="5"]::before {
  background: #36528d;
}
.theme-facebook ul.cloud a[data-weight="6"] {
  color: #25375f !important;
  font-size: 26px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="6"]::before {
  background: #334d84;
}
.theme-facebook ul.cloud a[data-weight="7"] {
  color: #223459 !important;
  font-size: 27px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="7"]::before {
  background: #30497d;
}
.theme-facebook ul.cloud a[data-weight="8"] {
  color: #203153 !important;
  font-size: 28px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="8"]::before {
  background: #2e4678;
}
.theme-facebook ul.cloud a[data-weight="9"] {
  color: #1f2e4f !important;
  font-size: 29px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="9"]::before {
  background: #2d4474;
}
.theme-facebook ul.cloud a[data-weight="10"] {
  color: #1d2c4c !important;
  font-size: 30px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="10"]::before {
  background: #2c4271;
}
.theme-facebook ul.cloud a[data-weight="11"] {
  color: #1c2b49 !important;
  font-size: 31px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="11"]::before {
  background: #2a406e;
}
.theme-facebook ul.cloud a[data-weight="12"] {
  color: #1b2947 !important;
  font-size: 32px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="12"]::before {
  background: #2a3f6c;
}
.theme-facebook ul.cloud a[data-weight="13"] {
  color: #1b2845 !important;
  font-size: 33px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="13"]::before {
  background: #293d6a;
}
.theme-facebook ul.cloud a[data-weight="14"] {
  color: #1a2743 !important;
  font-size: 34px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="14"]::before {
  background: #283c68;
}
.theme-facebook ul.cloud a[data-weight="15"] {
  color: #192642 !important;
  font-size: 35px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="15"]::before {
  background: #273c66;
}
.theme-facebook ul.cloud a[data-weight="16"] {
  color: #192540 !important;
  font-size: 36px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="16"]::before {
  background: #273b65;
}
.theme-facebook ul.cloud a[data-weight="17"] {
  color: #18253f !important;
  font-size: 37px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="17"]::before {
  background: #263a64;
}
.theme-facebook ul.cloud a[data-weight="18"] {
  color: #18243e !important;
  font-size: 38px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="18"]::before {
  background: #263963;
}
.theme-facebook ul.cloud a[data-weight="19"] {
  color: #18233d !important;
  font-size: 39px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="19"]::before {
  background: #263962;
}
.theme-facebook ul.cloud a[data-weight="20"] {
  color: #17233c !important;
  font-size: 40px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="20"]::before {
  background: #253861;
}
.theme-facebook ul.cloud a[data-weight="21"] {
  color: #17233b !important;
  font-size: 41px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="21"]::before {
  background: #253860;
}
.theme-facebook ul.cloud a[data-weight="22"] {
  color: #17223b !important;
  font-size: 42px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="22"]::before {
  background: #25375f;
}
.theme-facebook ul.cloud a[data-weight="23"] {
  color: #16223a !important;
  font-size: 43px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="23"]::before {
  background: #25375f;
}
.theme-facebook ul.cloud a[data-weight="24"] {
  color: #162139 !important;
  font-size: 44px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="24"]::before {
  background: #24375e;
}
.theme-facebook ul.cloud a[data-weight="25"] {
  color: #162139 !important;
  font-size: 45px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="25"]::before {
  background: #24365e;
}
.theme-facebook ul.cloud a[data-weight="26"] {
  color: #162138 !important;
  font-size: 46px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="26"]::before {
  background: #24365d;
}
.theme-facebook ul.cloud a[data-weight="27"] {
  color: #152038 !important;
  font-size: 47px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="27"]::before {
  background: #24365d;
}
.theme-facebook ul.cloud a[data-weight="28"] {
  color: #152037 !important;
  font-size: 48px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="28"]::before {
  background: #24365c;
}
.theme-facebook ul.cloud a[data-weight="29"] {
  color: #152037 !important;
  font-size: 49px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="29"]::before {
  background: #23355c;
}
.theme-facebook ul.cloud a[data-weight="30"] {
  color: #152036 !important;
  font-size: 50px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="30"]::before {
  background: #23355b;
}
.theme-facebook ul.cloud a[data-weight="31"] {
  color: #151f36 !important;
  font-size: 51px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="31"]::before {
  background: #23355b;
}
.theme-facebook ul.cloud a[data-weight="32"] {
  color: #151f36 !important;
  font-size: 52px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="32"]::before {
  background: #23355b;
}
.theme-facebook ul.cloud a[data-weight="33"] {
  color: #151f35 !important;
  font-size: 53px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="33"]::before {
  background: #23345a;
}
.theme-facebook ul.cloud a[data-weight="34"] {
  color: #141f35 !important;
  font-size: 54px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="34"]::before {
  background: #23345a;
}
.theme-facebook ul.cloud a[data-weight="35"] {
  color: #141f35 !important;
  font-size: 55px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="35"]::before {
  background: #23345a;
}
.theme-facebook ul.cloud a[data-weight="36"] {
  color: #141f35 !important;
  font-size: 56px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="36"]::before {
  background: #223459;
}
.theme-facebook ul.cloud a[data-weight="37"] {
  color: #141e34 !important;
  font-size: 57px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="37"]::before {
  background: #223459;
}
.theme-facebook ul.cloud a[data-weight="38"] {
  color: #141e34 !important;
  font-size: 58px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="38"]::before {
  background: #223459;
}
.theme-facebook ul.cloud a[data-weight="39"] {
  color: #141e34 !important;
  font-size: 59px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="39"]::before {
  background: #223459;
}
.theme-facebook ul.cloud a[data-weight="40"] {
  color: #141e34 !important;
  font-size: 60px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="40"]::before {
  background: #223358;
}
.theme-facebook ul.cloud a[data-weight="41"] {
  color: #141e33 !important;
  font-size: 61px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="41"]::before {
  background: #223358;
}
.theme-facebook ul.cloud a[data-weight="42"] {
  color: #141e33 !important;
  font-size: 62px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="42"]::before {
  background: #223358;
}
.theme-facebook ul.cloud a[data-weight="43"] {
  color: #141e33 !important;
  font-size: 63px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="43"]::before {
  background: #223358;
}
.theme-facebook ul.cloud a[data-weight="44"] {
  color: #141e33 !important;
  font-size: 64px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="44"]::before {
  background: #223358;
}
.theme-facebook ul.cloud a[data-weight="45"] {
  color: #141d33 !important;
  font-size: 65px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="45"]::before {
  background: #223357;
}
.theme-facebook ul.cloud a[data-weight="46"] {
  color: #131d32 !important;
  font-size: 66px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="46"]::before {
  background: #223357;
}
.theme-facebook ul.cloud a[data-weight="47"] {
  color: #131d32 !important;
  font-size: 67px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="47"]::before {
  background: #223357;
}
.theme-facebook ul.cloud a[data-weight="48"] {
  color: #131d32 !important;
  font-size: 68px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="48"]::before {
  background: #223357;
}
.theme-facebook ul.cloud a[data-weight="49"] {
  color: #131d32 !important;
  font-size: 69px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="49"]::before {
  background: #213257;
}
.theme-facebook ul.cloud a[data-weight="50"] {
  color: #131d32 !important;
  font-size: 70px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="50"]::before {
  background: #213257;
}
.theme-facebook ul.cloud a[data-weight="51"] {
  color: #131d32 !important;
  font-size: 71px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="51"]::before {
  background: #213256;
}
.theme-facebook ul.cloud a[data-weight="52"] {
  color: #131d32 !important;
  font-size: 72px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="52"]::before {
  background: #213256;
}
.theme-facebook ul.cloud a[data-weight="53"] {
  color: #131d31 !important;
  font-size: 73px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="53"]::before {
  background: #213256;
}
.theme-facebook ul.cloud a[data-weight="54"] {
  color: #131d31 !important;
  font-size: 74px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="54"]::before {
  background: #213256;
}
.theme-facebook ul.cloud a[data-weight="55"] {
  color: #131d31 !important;
  font-size: 75px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="55"]::before {
  background: #213256;
}
.theme-facebook ul.cloud a[data-weight="56"] {
  color: #131d31 !important;
  font-size: 76px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="56"]::before {
  background: #213256;
}
.theme-facebook ul.cloud a[data-weight="57"] {
  color: #131c31 !important;
  font-size: 77px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="57"]::before {
  background: #213256;
}
.theme-facebook ul.cloud a[data-weight="58"] {
  color: #131c31 !important;
  font-size: 78px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="58"]::before {
  background: #213256;
}
.theme-facebook ul.cloud a[data-weight="59"] {
  color: #131c31 !important;
  font-size: 79px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="59"]::before {
  background: #213256;
}
.theme-facebook ul.cloud a[data-weight="60"] {
  color: #131c31 !important;
  font-size: 80px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="60"]::before {
  background: #213255;
}
.theme-facebook ul.cloud a[data-weight="61"] {
  color: #131c31 !important;
  font-size: 81px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="61"]::before {
  background: #213255;
}
.theme-facebook ul.cloud a[data-weight="62"] {
  color: #131c30 !important;
  font-size: 82px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="62"]::before {
  background: #213255;
}
.theme-facebook ul.cloud a[data-weight="63"] {
  color: #131c30 !important;
  font-size: 83px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="63"]::before {
  background: #213255;
}
.theme-facebook ul.cloud a[data-weight="64"] {
  color: #131c30 !important;
  font-size: 84px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="64"]::before {
  background: #213155;
}
.theme-facebook ul.cloud a[data-weight="65"] {
  color: #131c30 !important;
  font-size: 85px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="65"]::before {
  background: #213155;
}
.theme-facebook ul.cloud a[data-weight="66"] {
  color: #131c30 !important;
  font-size: 86px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="66"]::before {
  background: #213155;
}
.theme-facebook ul.cloud a[data-weight="67"] {
  color: #131c30 !important;
  font-size: 87px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="67"]::before {
  background: #213155;
}
.theme-facebook ul.cloud a[data-weight="68"] {
  color: #121c30 !important;
  font-size: 88px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="68"]::before {
  background: #213155;
}
.theme-facebook ul.cloud a[data-weight="69"] {
  color: #121c30 !important;
  font-size: 89px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="69"]::before {
  background: #213155;
}
.theme-facebook ul.cloud a[data-weight="70"] {
  color: #121c30 !important;
  font-size: 90px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="70"]::before {
  background: #213155;
}
.theme-facebook ul.cloud a[data-weight="71"] {
  color: #121c30 !important;
  font-size: 91px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="71"]::before {
  background: #213154;
}
.theme-facebook ul.cloud a[data-weight="72"] {
  color: #121c30 !important;
  font-size: 92px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="72"]::before {
  background: #213154;
}
.theme-facebook ul.cloud a[data-weight="73"] {
  color: #121c30 !important;
  font-size: 93px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="73"]::before {
  background: #213154;
}
.theme-facebook ul.cloud a[data-weight="74"] {
  color: #121c2f !important;
  font-size: 94px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="74"]::before {
  background: #213154;
}
.theme-facebook ul.cloud a[data-weight="75"] {
  color: #121c2f !important;
  font-size: 95px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="75"]::before {
  background: #203154;
}
.theme-facebook ul.cloud a[data-weight="76"] {
  color: #121c2f !important;
  font-size: 96px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="76"]::before {
  background: #203154;
}
.theme-facebook ul.cloud a[data-weight="77"] {
  color: #121c2f !important;
  font-size: 97px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="77"]::before {
  background: #203154;
}
.theme-facebook ul.cloud a[data-weight="78"] {
  color: #121b2f !important;
  font-size: 98px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="78"]::before {
  background: #203154;
}
.theme-facebook ul.cloud a[data-weight="79"] {
  color: #121b2f !important;
  font-size: 99px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="79"]::before {
  background: #203154;
}
.theme-facebook ul.cloud a[data-weight="80"] {
  color: #121b2f !important;
  font-size: 100px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="80"]::before {
  background: #203154;
}
.theme-facebook ul.cloud a[data-weight="81"] {
  color: #121b2f !important;
  font-size: 101px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="81"]::before {
  background: #203154;
}
.theme-facebook ul.cloud a[data-weight="82"] {
  color: #121b2f !important;
  font-size: 102px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="82"]::before {
  background: #203154;
}
.theme-facebook ul.cloud a[data-weight="83"] {
  color: #121b2f !important;
  font-size: 103px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="83"]::before {
  background: #203154;
}
.theme-facebook ul.cloud a[data-weight="84"] {
  color: #121b2f !important;
  font-size: 104px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="84"]::before {
  background: #203154;
}
.theme-facebook ul.cloud a[data-weight="85"] {
  color: #121b2f !important;
  font-size: 105px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="85"]::before {
  background: #203154;
}
.theme-facebook ul.cloud a[data-weight="86"] {
  color: #121b2f !important;
  font-size: 106px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="86"]::before {
  background: #203154;
}
.theme-facebook ul.cloud a[data-weight="87"] {
  color: #121b2f !important;
  font-size: 107px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="87"]::before {
  background: #203154;
}
.theme-facebook ul.cloud a[data-weight="88"] {
  color: #121b2f !important;
  font-size: 108px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="88"]::before {
  background: #203154;
}
.theme-facebook ul.cloud a[data-weight="89"] {
  color: #121b2f !important;
  font-size: 109px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="89"]::before {
  background: #203153;
}
.theme-facebook ul.cloud a[data-weight="90"] {
  color: #121b2f !important;
  font-size: 110px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="90"]::before {
  background: #203153;
}
.theme-facebook ul.cloud a[data-weight="91"] {
  color: #121b2f !important;
  font-size: 111px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="91"]::before {
  background: #203153;
}
.theme-facebook ul.cloud a[data-weight="92"] {
  color: #121b2f !important;
  font-size: 112px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="92"]::before {
  background: #203053;
}
.theme-facebook ul.cloud a[data-weight="93"] {
  color: #121b2e !important;
  font-size: 113px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="93"]::before {
  background: #203053;
}
.theme-facebook ul.cloud a[data-weight="94"] {
  color: #121b2e !important;
  font-size: 114px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="94"]::before {
  background: #203053;
}
.theme-facebook ul.cloud a[data-weight="95"] {
  color: #121b2e !important;
  font-size: 115px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="95"]::before {
  background: #203053;
}
.theme-facebook ul.cloud a[data-weight="96"] {
  color: #121b2e !important;
  font-size: 116px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="96"]::before {
  background: #203053;
}
.theme-facebook ul.cloud a[data-weight="97"] {
  color: #121b2e !important;
  font-size: 117px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="97"]::before {
  background: #203053;
}
.theme-facebook ul.cloud a[data-weight="98"] {
  color: #121b2e !important;
  font-size: 118px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="98"]::before {
  background: #203053;
}
.theme-facebook ul.cloud a[data-weight="99"] {
  color: #121b2e !important;
  font-size: 119px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="99"]::before {
  background: #203053;
}
.theme-facebook ul.cloud a[data-weight="100"] {
  color: #121b2e !important;
  font-size: 120px;
  writing-mode: vertical-rl;
}
.theme-facebook ul.cloud a[data-weight="100"]::before {
  background: #203053;
}
.tile.tile-facebook {
  background: #3b5999;
  color: #fff;
  border-color: #263962;
}
.tile.tile-facebook .tile-header i {
  color: #fff !important;
}
.tile.tile-facebook .tile-body {
  border-color: #263962;
}
.tile.tile-facebook.tile-classic {
  color: #3b5999;
  text-shadow: #96abd7 8px 7px 10px;
}
.tile.tile-facebook.tile-classic .tile-header i {
  color: #3b5999 !important;
}
.theme-wordpress {
  background-color: #fff !important;
  /*	************************************ */
  /*	HEADER */
  /*	************************************ */
  /*     each(range(4), {
  .col-@{value} {
    height: (@value * 50px);
  }
});*/
  /*.cloud-style(2,@back);
    .cloud-style(3,@back);
    .cloud-style(4,@back);
    .cloud-style(5,@back);
    .cloud-style(6,@back);
    .cloud-style(7,@back);
    .cloud-style(8,@back);
    .cloud-style(9,@back);
    .cloud-style(10,@back);
    .cloud-style(11,@back);*/
}
.theme-wordpress .form-control::-webkit-input-placeholder,
.theme-wordpress .form-control:-moz-placeholder,
.theme-wordpress .form-control::-moz-placeholder,
.theme-wordpress .form-control:-ms-input-placeholder {
  color: #000000;
}
.theme-wordpress .boxshadow {
  border: 1px solid #74bfe1;
  box-shadow: 1px 2px 4px -3px #000;
}
.theme-wordpress header {
  background: #fff;
}
.theme-wordpress header .navbar {
  background-color: #21759b;
  border-color: #164f69;
}
.theme-wordpress .navbar-default .navbar-nav > .active > a,
.theme-wordpress .navbar-default .navbar-nav > .active > a:focus,
.theme-wordpress .navbar-default .navbar-nav > .active > a:hover,
.theme-wordpress .navbar-default .navbar-nav > li > a:focus,
.theme-wordpress .navbar-default .navbar-nav > li > a:hover {
  box-shadow: 0px -3px #0b2632 inset;
  background: transparent;
}
.theme-wordpress .navbar-default .navbar-nav > li > a {
  color: #fff;
}
.theme-wordpress .navbar-default .navbar-nav > li > a .fa {
  color: #fff;
}
.theme-wordpress .search {
  background-color: #21759b;
}
.theme-wordpress .search .description {
  color: #fff;
}
.theme-wordpress .SearchResultHolder {
  border-top-color: #1a5c79;
}
.theme-wordpress .SearchResultHolder::after {
  border: #fff;
}
.theme-wordpress .sliderHolder {
  border-bottom-color: #0b2632;
}
.theme-wordpress .btn.btn-default {
  background-color: #21759b;
  color: #fff;
  border-color: #164f69;
}
.theme-wordpress .btn.btn-default:hover,
.theme-wordpress .btn.btn-default:focus,
.theme-wordpress .btn.btn-default.active {
  background-color: #164f69;
  color: #fff;
  border-color: #0b2632;
}
.theme-wordpress .btn-light {
  background: #fff !important;
  color: #21759b !important;
  border-color: #21759b !important;
}
.theme-wordpress .btn-light:hover,
.theme-wordpress .btn-light:focus,
.theme-wordpress .btn-light.active {
  background: #21759b !important;
  color: #fff !important;
}
.theme-wordpress .row-slider {
  border-color: #0b2632;
  background: #21759b;
  color: #fff;
}
.theme-wordpress .row-slider .row-slider-title > h4 {
  background: #fff;
  border-color: #21759b;
  color: #21759b;
}
.theme-wordpress .row-slider .row-slider-left {
  background: linear-gradient(to left, transparent, #288ebd);
}
.theme-wordpress .row-slider .row-slider-left i {
  color: #fff;
}
.theme-wordpress .row-slider .row-slider-left:hover,
.theme-wordpress .row-slider .row-slider-left:focus {
  background: linear-gradient(to left, transparent, #21759b);
}
.theme-wordpress .row-slider .row-slider-right {
  background: linear-gradient(to right, transparent, #288ebd);
}
.theme-wordpress .row-slider .row-slider-right:hover,
.theme-wordpress .row-slider .row-slider-right:focus {
  background: linear-gradient(to right, transparent, #21759b);
}
.theme-wordpress .row-slider.row-slider-light {
  border-color: #ccc;
  background: #fff;
  color: #21759b;
}
.theme-wordpress .tabFlex .tab-content {
  background-color: #ffffff;
}
.theme-wordpress .tabFlex .nav li {
  background: #21759b;
  border-color: #21759b;
}
.theme-wordpress .tabFlex .nav li a,
.theme-wordpress .tabFlex .nav li .fa {
  color: #fff !important;
}
.theme-wordpress .tabFlex .nav li::before {
  border-left-color: #21759b;
}
.theme-wordpress .tabFlex .nav li::after {
  border-left-color: #21759b;
}
.theme-wordpress .tabFlex .nav li:hover {
  background: #288ebd;
}
.theme-wordpress .tabFlex .nav li:hover a,
.theme-wordpress .tabFlex .nav li:hover .fa {
  background: #288ebd;
  color: #fff !important;
}
.theme-wordpress .tabFlex .nav li:hover::before {
  border-left-color: #21759b;
}
.theme-wordpress .tabFlex .nav li:hover::after {
  border-left-color: #288ebd;
}
.theme-wordpress .tabFlex .nav li.active {
  background: #fff;
  border-color: #21759b;
}
.theme-wordpress .tabFlex .nav li.active a,
.theme-wordpress .tabFlex .nav li.active .fa {
  background: #fff !important;
  color: #21759b !important;
}
.theme-wordpress .tabFlex .nav li.active:before {
  border-left-color: #21759b;
}
.theme-wordpress .tabFlex .nav li.active:after {
  border-left-color: #fff;
}
.theme-wordpress li:hover .tabFlex .nav li:hover:after {
  border-left-color: #74bfe1;
}
.theme-wordpress .fa {
  color: inherit;
}
.theme-wordpress footer .fa {
  color: #fff;
}
.theme-wordpress a {
  color: #21759b;
}
.theme-wordpress a:hover,
.theme-wordpress a:focus {
  color: #0b2632;
}
.theme-wordpress .btn {
  color: #fff;
}
.theme-wordpress .btn .fa {
  color: #fff;
}
.theme-wordpress .btn:hover .fa,
.theme-wordpress .btn:focus .fa {
  color: #fff;
}
.theme-wordpress .btn.btn-link {
  color: #21759b;
}
.theme-wordpress .btn.btn-link .fa {
  color: #21759b;
}
.theme-wordpress .btn.btn-link:hover .fa,
.theme-wordpress .btn.btn-link:focus .fa {
  color: #21759b;
}
.theme-wordpress footer .listStyle {
  color: #fff;
}
.theme-wordpress .listStyle h2 {
  color: #288ebd;
}
.theme-wordpress footer {
  background-color: #21759b;
  color: #fff;
}
.theme-wordpress footer:before {
  background-color: #164f69;
}
.theme-wordpress .control--checkbox .control__indicator::after {
  color: #fff;
}
.theme-wordpress .control input:checked ~ .control__indicator {
  background: #21759b;
}
.theme-wordpress .control__indicator {
  background: #fff;
  border-color: #164f69;
}
.theme-wordpress .copy {
  background-color: #74bfe1;
  color: #21759b;
  border-top-color: #0b2632;
}
.theme-wordpress .ArianBadg {
  background-color: #288ebd !important;
}
.theme-wordpress .newsdatetime {
  color: #288ebd;
}
.theme-wordpress .SearchResultHolder {
  border-top-color: #21759b;
}
.theme-wordpress .search_on_result_page .searchTitle {
  background-color: #288ebd;
  color: #fff;
}
.theme-wordpress .searchResult h2 {
  color: #21759b;
}
.theme-wordpress .search_on_result_page .searchButtonsHolder .btn {
  background-color: #21759b;
  color: #fff;
  border-color: #164f69;
}
.theme-wordpress .pagination > .active > button,
.theme-wordpress .pagination > .active > a,
.theme-wordpress .pagination > .active > span,
.theme-wordpress .pagination > .active > button:hover,
.theme-wordpress .pagination > .active > a:hover,
.theme-wordpress .pagination > .active > span:hover,
.theme-wordpress .pagination > .active > button:focus,
.theme-wordpress .pagination > .active > a:focus,
.theme-wordpress .pagination > .active > span:focus {
  color: #fff;
  background-color: #21759b;
  border-color: #164f69;
}
.theme-wordpress .pagination > li > a,
.theme-wordpress .pagination > li > button,
.theme-wordpress .pagination > li > span {
  color: #21759b;
}
.theme-wordpress .pagination > li > a:hover,
.theme-wordpress .pagination > li > button:hover,
.theme-wordpress .pagination > li > span:hover,
.theme-wordpress .pagination > li > a:focus,
.theme-wordpress .pagination > li > button:focus,
.theme-wordpress .pagination > li > span:focus {
  color: #164f69;
}
.theme-wordpress ul.cloud a[data-weight="1"] {
  color: #4aacd8 !important;
  font-size: 21px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="1"]::before {
  background: #74bfe1;
}
.theme-wordpress ul.cloud a[data-weight="2"] {
  color: #2480a9 !important;
  font-size: 22px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="2"]::before {
  background: #2e9fd2;
}
.theme-wordpress ul.cloud a[data-weight="3"] {
  color: #1d6586 !important;
  font-size: 23px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="3"]::before {
  background: #2585b0;
}
.theme-wordpress ul.cloud a[data-weight="4"] {
  color: #185571 !important;
  font-size: 24px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="4"]::before {
  background: #21759b;
}
.theme-wordpress ul.cloud a[data-weight="5"] {
  color: #154b63 !important;
  font-size: 25px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="5"]::before {
  background: #1e6a8d;
}
.theme-wordpress ul.cloud a[data-weight="6"] {
  color: #134359 !important;
  font-size: 26px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="6"]::before {
  background: #1c6383;
}
.theme-wordpress ul.cloud a[data-weight="7"] {
  color: #113d51 !important;
  font-size: 27px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="7"]::before {
  background: #1a5d7b;
}
.theme-wordpress ul.cloud a[data-weight="8"] {
  color: #10394c !important;
  font-size: 28px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="8"]::before {
  background: #195976;
}
.theme-wordpress ul.cloud a[data-weight="9"] {
  color: #0f3647 !important;
  font-size: 29px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="9"]::before {
  background: #185571;
}
.theme-wordpress ul.cloud a[data-weight="10"] {
  color: #0e3343 !important;
  font-size: 30px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="10"]::before {
  background: #17526d;
}
.theme-wordpress ul.cloud a[data-weight="11"] {
  color: #0e3040 !important;
  font-size: 31px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="11"]::before {
  background: #17506a;
}
.theme-wordpress ul.cloud a[data-weight="12"] {
  color: #0d2e3d !important;
  font-size: 32px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="12"]::before {
  background: #164e67;
}
.theme-wordpress ul.cloud a[data-weight="13"] {
  color: #0d2c3b !important;
  font-size: 33px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="13"]::before {
  background: #154c65;
}
.theme-wordpress ul.cloud a[data-weight="14"] {
  color: #0c2b39 !important;
  font-size: 34px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="14"]::before {
  background: #154b63;
}
.theme-wordpress ul.cloud a[data-weight="15"] {
  color: #0c2a37 !important;
  font-size: 35px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="15"]::before {
  background: #154961;
}
.theme-wordpress ul.cloud a[data-weight="16"] {
  color: #0b2836 !important;
  font-size: 36px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="16"]::before {
  background: #144860;
}
.theme-wordpress ul.cloud a[data-weight="17"] {
  color: #0b2734 !important;
  font-size: 37px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="17"]::before {
  background: #14475e;
}
.theme-wordpress ul.cloud a[data-weight="18"] {
  color: #0b2633 !important;
  font-size: 38px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="18"]::before {
  background: #14465d;
}
.theme-wordpress ul.cloud a[data-weight="19"] {
  color: #0b2632 !important;
  font-size: 39px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="19"]::before {
  background: #14455c;
}
.theme-wordpress ul.cloud a[data-weight="20"] {
  color: #0a2531 !important;
  font-size: 40px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="20"]::before {
  background: #13455b;
}
.theme-wordpress ul.cloud a[data-weight="21"] {
  color: #0a2430 !important;
  font-size: 41px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="21"]::before {
  background: #13445a;
}
.theme-wordpress ul.cloud a[data-weight="22"] {
  color: #0a242f !important;
  font-size: 42px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="22"]::before {
  background: #134359;
}
.theme-wordpress ul.cloud a[data-weight="23"] {
  color: #0a232e !important;
  font-size: 43px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="23"]::before {
  background: #134358;
}
.theme-wordpress ul.cloud a[data-weight="24"] {
  color: #0a222e !important;
  font-size: 44px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="24"]::before {
  background: #134258;
}
.theme-wordpress ul.cloud a[data-weight="25"] {
  color: #0a222d !important;
  font-size: 45px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="25"]::before {
  background: #134257;
}
.theme-wordpress ul.cloud a[data-weight="26"] {
  color: #09222c !important;
  font-size: 46px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="26"]::before {
  background: #124156;
}
.theme-wordpress ul.cloud a[data-weight="27"] {
  color: #09212c !important;
  font-size: 47px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="27"]::before {
  background: #124156;
}
.theme-wordpress ul.cloud a[data-weight="28"] {
  color: #09212b !important;
  font-size: 48px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="28"]::before {
  background: #124055;
}
.theme-wordpress ul.cloud a[data-weight="29"] {
  color: #09202b !important;
  font-size: 49px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="29"]::before {
  background: #124055;
}
.theme-wordpress ul.cloud a[data-weight="30"] {
  color: #09202a !important;
  font-size: 50px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="30"]::before {
  background: #124054;
}
.theme-wordpress ul.cloud a[data-weight="31"] {
  color: #09202a !important;
  font-size: 51px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="31"]::before {
  background: #123f54;
}
.theme-wordpress ul.cloud a[data-weight="32"] {
  color: #091f2a !important;
  font-size: 52px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="32"]::before {
  background: #123f54;
}
.theme-wordpress ul.cloud a[data-weight="33"] {
  color: #091f29 !important;
  font-size: 53px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="33"]::before {
  background: #123f53;
}
.theme-wordpress ul.cloud a[data-weight="34"] {
  color: #091f29 !important;
  font-size: 54px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="34"]::before {
  background: #123f53;
}
.theme-wordpress ul.cloud a[data-weight="35"] {
  color: #091f29 !important;
  font-size: 55px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="35"]::before {
  background: #123e53;
}
.theme-wordpress ul.cloud a[data-weight="36"] {
  color: #091e28 !important;
  font-size: 56px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="36"]::before {
  background: #123e52;
}
.theme-wordpress ul.cloud a[data-weight="37"] {
  color: #081e28 !important;
  font-size: 57px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="37"]::before {
  background: #113e52;
}
.theme-wordpress ul.cloud a[data-weight="38"] {
  color: #081e28 !important;
  font-size: 58px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="38"]::before {
  background: #113e52;
}
.theme-wordpress ul.cloud a[data-weight="39"] {
  color: #081e27 !important;
  font-size: 59px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="39"]::before {
  background: #113d51;
}
.theme-wordpress ul.cloud a[data-weight="40"] {
  color: #081e27 !important;
  font-size: 60px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="40"]::before {
  background: #113d51;
}
.theme-wordpress ul.cloud a[data-weight="41"] {
  color: #081d27 !important;
  font-size: 61px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="41"]::before {
  background: #113d51;
}
.theme-wordpress ul.cloud a[data-weight="42"] {
  color: #081d27 !important;
  font-size: 62px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="42"]::before {
  background: #113d51;
}
.theme-wordpress ul.cloud a[data-weight="43"] {
  color: #081d26 !important;
  font-size: 63px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="43"]::before {
  background: #113d50;
}
.theme-wordpress ul.cloud a[data-weight="44"] {
  color: #081d26 !important;
  font-size: 64px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="44"]::before {
  background: #113d50;
}
.theme-wordpress ul.cloud a[data-weight="45"] {
  color: #081d26 !important;
  font-size: 65px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="45"]::before {
  background: #113c50;
}
.theme-wordpress ul.cloud a[data-weight="46"] {
  color: #081d26 !important;
  font-size: 66px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="46"]::before {
  background: #113c50;
}
.theme-wordpress ul.cloud a[data-weight="47"] {
  color: #081c26 !important;
  font-size: 67px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="47"]::before {
  background: #113c50;
}
.theme-wordpress ul.cloud a[data-weight="48"] {
  color: #081c25 !important;
  font-size: 68px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="48"]::before {
  background: #113c4f;
}
.theme-wordpress ul.cloud a[data-weight="49"] {
  color: #081c25 !important;
  font-size: 69px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="49"]::before {
  background: #113c4f;
}
.theme-wordpress ul.cloud a[data-weight="50"] {
  color: #081c25 !important;
  font-size: 70px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="50"]::before {
  background: #113c4f;
}
.theme-wordpress ul.cloud a[data-weight="51"] {
  color: #081c25 !important;
  font-size: 71px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="51"]::before {
  background: #113c4f;
}
.theme-wordpress ul.cloud a[data-weight="52"] {
  color: #081c25 !important;
  font-size: 72px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="52"]::before {
  background: #113c4f;
}
.theme-wordpress ul.cloud a[data-weight="53"] {
  color: #081c25 !important;
  font-size: 73px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="53"]::before {
  background: #113b4f;
}
.theme-wordpress ul.cloud a[data-weight="54"] {
  color: #081c25 !important;
  font-size: 74px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="54"]::before {
  background: #113b4f;
}
.theme-wordpress ul.cloud a[data-weight="55"] {
  color: #081b24 !important;
  font-size: 75px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="55"]::before {
  background: #113b4e;
}
.theme-wordpress ul.cloud a[data-weight="56"] {
  color: #081b24 !important;
  font-size: 76px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="56"]::before {
  background: #113b4e;
}
.theme-wordpress ul.cloud a[data-weight="57"] {
  color: #081b24 !important;
  font-size: 77px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="57"]::before {
  background: #113b4e;
}
.theme-wordpress ul.cloud a[data-weight="58"] {
  color: #081b24 !important;
  font-size: 78px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="58"]::before {
  background: #113b4e;
}
.theme-wordpress ul.cloud a[data-weight="59"] {
  color: #081b24 !important;
  font-size: 79px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="59"]::before {
  background: #113b4e;
}
.theme-wordpress ul.cloud a[data-weight="60"] {
  color: #081b24 !important;
  font-size: 80px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="60"]::before {
  background: #113b4e;
}
.theme-wordpress ul.cloud a[data-weight="61"] {
  color: #081b24 !important;
  font-size: 81px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="61"]::before {
  background: #113b4e;
}
.theme-wordpress ul.cloud a[data-weight="62"] {
  color: #081b24 !important;
  font-size: 82px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="62"]::before {
  background: #113b4e;
}
.theme-wordpress ul.cloud a[data-weight="63"] {
  color: #081b23 !important;
  font-size: 83px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="63"]::before {
  background: #103a4d;
}
.theme-wordpress ul.cloud a[data-weight="64"] {
  color: #081b23 !important;
  font-size: 84px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="64"]::before {
  background: #103a4d;
}
.theme-wordpress ul.cloud a[data-weight="65"] {
  color: #071b23 !important;
  font-size: 85px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="65"]::before {
  background: #103a4d;
}
.theme-wordpress ul.cloud a[data-weight="66"] {
  color: #071b23 !important;
  font-size: 86px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="66"]::before {
  background: #103a4d;
}
.theme-wordpress ul.cloud a[data-weight="67"] {
  color: #071a23 !important;
  font-size: 87px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="67"]::before {
  background: #103a4d;
}
.theme-wordpress ul.cloud a[data-weight="68"] {
  color: #071a23 !important;
  font-size: 88px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="68"]::before {
  background: #103a4d;
}
.theme-wordpress ul.cloud a[data-weight="69"] {
  color: #071a23 !important;
  font-size: 89px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="69"]::before {
  background: #103a4d;
}
.theme-wordpress ul.cloud a[data-weight="70"] {
  color: #071a23 !important;
  font-size: 90px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="70"]::before {
  background: #103a4d;
}
.theme-wordpress ul.cloud a[data-weight="71"] {
  color: #071a23 !important;
  font-size: 91px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="71"]::before {
  background: #103a4d;
}
.theme-wordpress ul.cloud a[data-weight="72"] {
  color: #071a23 !important;
  font-size: 92px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="72"]::before {
  background: #103a4d;
}
.theme-wordpress ul.cloud a[data-weight="73"] {
  color: #071a23 !important;
  font-size: 93px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="73"]::before {
  background: #103a4d;
}
.theme-wordpress ul.cloud a[data-weight="74"] {
  color: #071a22 !important;
  font-size: 94px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="74"]::before {
  background: #103a4d;
}
.theme-wordpress ul.cloud a[data-weight="75"] {
  color: #071a22 !important;
  font-size: 95px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="75"]::before {
  background: #103a4c;
}
.theme-wordpress ul.cloud a[data-weight="76"] {
  color: #071a22 !important;
  font-size: 96px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="76"]::before {
  background: #103a4c;
}
.theme-wordpress ul.cloud a[data-weight="77"] {
  color: #071a22 !important;
  font-size: 97px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="77"]::before {
  background: #103a4c;
}
.theme-wordpress ul.cloud a[data-weight="78"] {
  color: #071a22 !important;
  font-size: 98px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="78"]::before {
  background: #103a4c;
}
.theme-wordpress ul.cloud a[data-weight="79"] {
  color: #071a22 !important;
  font-size: 99px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="79"]::before {
  background: #10394c;
}
.theme-wordpress ul.cloud a[data-weight="80"] {
  color: #071a22 !important;
  font-size: 100px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="80"]::before {
  background: #10394c;
}
.theme-wordpress ul.cloud a[data-weight="81"] {
  color: #071a22 !important;
  font-size: 101px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="81"]::before {
  background: #10394c;
}
.theme-wordpress ul.cloud a[data-weight="82"] {
  color: #071a22 !important;
  font-size: 102px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="82"]::before {
  background: #10394c;
}
.theme-wordpress ul.cloud a[data-weight="83"] {
  color: #071a22 !important;
  font-size: 103px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="83"]::before {
  background: #10394c;
}
.theme-wordpress ul.cloud a[data-weight="84"] {
  color: #071a22 !important;
  font-size: 104px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="84"]::before {
  background: #10394c;
}
.theme-wordpress ul.cloud a[data-weight="85"] {
  color: #071922 !important;
  font-size: 105px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="85"]::before {
  background: #10394c;
}
.theme-wordpress ul.cloud a[data-weight="86"] {
  color: #071922 !important;
  font-size: 106px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="86"]::before {
  background: #10394c;
}
.theme-wordpress ul.cloud a[data-weight="87"] {
  color: #071922 !important;
  font-size: 107px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="87"]::before {
  background: #10394c;
}
.theme-wordpress ul.cloud a[data-weight="88"] {
  color: #071922 !important;
  font-size: 108px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="88"]::before {
  background: #10394c;
}
.theme-wordpress ul.cloud a[data-weight="89"] {
  color: #071922 !important;
  font-size: 109px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="89"]::before {
  background: #10394c;
}
.theme-wordpress ul.cloud a[data-weight="90"] {
  color: #071921 !important;
  font-size: 110px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="90"]::before {
  background: #10394c;
}
.theme-wordpress ul.cloud a[data-weight="91"] {
  color: #071921 !important;
  font-size: 111px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="91"]::before {
  background: #10394b;
}
.theme-wordpress ul.cloud a[data-weight="92"] {
  color: #071921 !important;
  font-size: 112px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="92"]::before {
  background: #10394b;
}
.theme-wordpress ul.cloud a[data-weight="93"] {
  color: #071921 !important;
  font-size: 113px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="93"]::before {
  background: #10394b;
}
.theme-wordpress ul.cloud a[data-weight="94"] {
  color: #071921 !important;
  font-size: 114px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="94"]::before {
  background: #10394b;
}
.theme-wordpress ul.cloud a[data-weight="95"] {
  color: #071921 !important;
  font-size: 115px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="95"]::before {
  background: #10394b;
}
.theme-wordpress ul.cloud a[data-weight="96"] {
  color: #071921 !important;
  font-size: 116px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="96"]::before {
  background: #10394b;
}
.theme-wordpress ul.cloud a[data-weight="97"] {
  color: #071921 !important;
  font-size: 117px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="97"]::before {
  background: #10394b;
}
.theme-wordpress ul.cloud a[data-weight="98"] {
  color: #071921 !important;
  font-size: 118px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="98"]::before {
  background: #10394b;
}
.theme-wordpress ul.cloud a[data-weight="99"] {
  color: #071921 !important;
  font-size: 119px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="99"]::before {
  background: #10394b;
}
.theme-wordpress ul.cloud a[data-weight="100"] {
  color: #071921 !important;
  font-size: 120px;
  writing-mode: vertical-rl;
}
.theme-wordpress ul.cloud a[data-weight="100"]::before {
  background: #10394b;
}
.tile.tile-wordpress {
  background: #21759b;
  color: #fff;
  border-color: #14455c;
}
.tile.tile-wordpress .tile-header i {
  color: #fff !important;
}
.tile.tile-wordpress .tile-body {
  border-color: #14455c;
}
.tile.tile-wordpress.tile-classic {
  color: #21759b;
  text-shadow: #74bfe1 8px 7px 10px;
}
.tile.tile-wordpress.tile-classic .tile-header i {
  color: #21759b !important;
}
.theme-dark {
  background-color: #fff !important;
  /*	************************************ */
  /*	HEADER */
  /*	************************************ */
  /*     each(range(4), {
  .col-@{value} {
    height: (@value * 50px);
  }
});*/
  /*.cloud-style(2,@back);
    .cloud-style(3,@back);
    .cloud-style(4,@back);
    .cloud-style(5,@back);
    .cloud-style(6,@back);
    .cloud-style(7,@back);
    .cloud-style(8,@back);
    .cloud-style(9,@back);
    .cloud-style(10,@back);
    .cloud-style(11,@back);*/
}
.theme-dark .form-control::-webkit-input-placeholder,
.theme-dark .form-control:-moz-placeholder,
.theme-dark .form-control::-moz-placeholder,
.theme-dark .form-control:-ms-input-placeholder {
  color: #000000;
}
.theme-dark .boxshadow {
  border: 1px solid #6c6973;
  box-shadow: 1px 2px 4px -3px #000;
}
.theme-dark header {
  background: #fff;
}
.theme-dark header .navbar {
  background-color: #212023;
  border-color: #030303;
}
.theme-dark .navbar-default .navbar-nav > .active > a,
.theme-dark .navbar-default .navbar-nav > .active > a:focus,
.theme-dark .navbar-default .navbar-nav > .active > a:hover,
.theme-dark .navbar-default .navbar-nav > li > a:focus,
.theme-dark .navbar-default .navbar-nav > li > a:hover {
  box-shadow: 0px -3px #000000 inset;
  background: transparent;
}
.theme-dark .navbar-default .navbar-nav > li > a {
  color: #fff;
}
.theme-dark .navbar-default .navbar-nav > li > a .fa {
  color: #fff;
}
.theme-dark .search {
  background-color: #212023;
}
.theme-dark .search .description {
  color: #fff;
}
.theme-dark .SearchResultHolder {
  border-top-color: #0d0d0e;
}
.theme-dark .SearchResultHolder::after {
  border: #fff;
}
.theme-dark .sliderHolder {
  border-bottom-color: #000000;
}
.theme-dark .btn.btn-default {
  background-color: #212023;
  color: #fff;
  border-color: #030303;
}
.theme-dark .btn.btn-default:hover,
.theme-dark .btn.btn-default:focus,
.theme-dark .btn.btn-default.active {
  background-color: #030303;
  color: #fff;
  border-color: #000000;
}
.theme-dark .btn-light {
  background: #fff !important;
  color: #212023 !important;
  border-color: #212023 !important;
}
.theme-dark .btn-light:hover,
.theme-dark .btn-light:focus,
.theme-dark .btn-light.active {
  background: #212023 !important;
  color: #fff !important;
}
.theme-dark .row-slider {
  border-color: #000000;
  background: #212023;
  color: #fff;
}
.theme-dark .row-slider .row-slider-title > h4 {
  background: #fff;
  border-color: #212023;
  color: #212023;
}
.theme-dark .row-slider .row-slider-left {
  background: linear-gradient(to left, transparent, #353338);
}
.theme-dark .row-slider .row-slider-left i {
  color: #fff;
}
.theme-dark .row-slider .row-slider-left:hover,
.theme-dark .row-slider .row-slider-left:focus {
  background: linear-gradient(to left, transparent, #212023);
}
.theme-dark .row-slider .row-slider-right {
  background: linear-gradient(to right, transparent, #353338);
}
.theme-dark .row-slider .row-slider-right:hover,
.theme-dark .row-slider .row-slider-right:focus {
  background: linear-gradient(to right, transparent, #212023);
}
.theme-dark .row-slider.row-slider-light {
  border-color: #ccc;
  background: #fff;
  color: #212023;
}
.theme-dark .tabFlex .tab-content {
  background-color: #ffffff;
}
.theme-dark .tabFlex .nav li {
  background: #212023;
  border-color: #212023;
}
.theme-dark .tabFlex .nav li a,
.theme-dark .tabFlex .nav li .fa {
  color: #fff !important;
}
.theme-dark .tabFlex .nav li::before {
  border-left-color: #212023;
}
.theme-dark .tabFlex .nav li::after {
  border-left-color: #212023;
}
.theme-dark .tabFlex .nav li:hover {
  background: #353338;
}
.theme-dark .tabFlex .nav li:hover a,
.theme-dark .tabFlex .nav li:hover .fa {
  background: #353338;
  color: #fff !important;
}
.theme-dark .tabFlex .nav li:hover::before {
  border-left-color: #212023;
}
.theme-dark .tabFlex .nav li:hover::after {
  border-left-color: #353338;
}
.theme-dark .tabFlex .nav li.active {
  background: #fff;
  border-color: #212023;
}
.theme-dark .tabFlex .nav li.active a,
.theme-dark .tabFlex .nav li.active .fa {
  background: #fff !important;
  color: #212023 !important;
}
.theme-dark .tabFlex .nav li.active:before {
  border-left-color: #212023;
}
.theme-dark .tabFlex .nav li.active:after {
  border-left-color: #fff;
}
.theme-dark li:hover .tabFlex .nav li:hover:after {
  border-left-color: #6c6973;
}
.theme-dark .fa {
  color: inherit;
}
.theme-dark footer .fa {
  color: #fff;
}
.theme-dark a {
  color: #212023;
}
.theme-dark a:hover,
.theme-dark a:focus {
  color: #000000;
}
.theme-dark .btn {
  color: #fff;
}
.theme-dark .btn .fa {
  color: #fff;
}
.theme-dark .btn:hover .fa,
.theme-dark .btn:focus .fa {
  color: #fff;
}
.theme-dark .btn.btn-link {
  color: #212023;
}
.theme-dark .btn.btn-link .fa {
  color: #212023;
}
.theme-dark .btn.btn-link:hover .fa,
.theme-dark .btn.btn-link:focus .fa {
  color: #212023;
}
.theme-dark footer .listStyle {
  color: #fff;
}
.theme-dark .listStyle h2 {
  color: #353338;
}
.theme-dark footer {
  background-color: #212023;
  color: #fff;
}
.theme-dark footer:before {
  background-color: #030303;
}
.theme-dark .control--checkbox .control__indicator::after {
  color: #fff;
}
.theme-dark .control input:checked ~ .control__indicator {
  background: #212023;
}
.theme-dark .control__indicator {
  background: #fff;
  border-color: #030303;
}
.theme-dark .copy {
  background-color: #6c6973;
  color: #212023;
  border-top-color: #000000;
}
.theme-dark .ArianBadg {
  background-color: #353338 !important;
}
.theme-dark .newsdatetime {
  color: #353338;
}
.theme-dark .SearchResultHolder {
  border-top-color: #212023;
}
.theme-dark .search_on_result_page .searchTitle {
  background-color: #353338;
  color: #fff;
}
.theme-dark .searchResult h2 {
  color: #212023;
}
.theme-dark .search_on_result_page .searchButtonsHolder .btn {
  background-color: #212023;
  color: #fff;
  border-color: #030303;
}
.theme-dark .pagination > .active > button,
.theme-dark .pagination > .active > a,
.theme-dark .pagination > .active > span,
.theme-dark .pagination > .active > button:hover,
.theme-dark .pagination > .active > a:hover,
.theme-dark .pagination > .active > span:hover,
.theme-dark .pagination > .active > button:focus,
.theme-dark .pagination > .active > a:focus,
.theme-dark .pagination > .active > span:focus {
  color: #fff;
  background-color: #212023;
  border-color: #030303;
}
.theme-dark .pagination > li > a,
.theme-dark .pagination > li > button,
.theme-dark .pagination > li > span {
  color: #212023;
}
.theme-dark .pagination > li > a:hover,
.theme-dark .pagination > li > button:hover,
.theme-dark .pagination > li > span:hover,
.theme-dark .pagination > li > a:focus,
.theme-dark .pagination > li > button:focus,
.theme-dark .pagination > li > span:focus {
  color: #030303;
}
.theme-dark ul.cloud a[data-weight="1"] {
  color: #808080 !important;
  font-size: 21px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="1"]::before {
  background: #999999;
}
.theme-dark ul.cloud a[data-weight="2"] {
  color: #555555 !important;
  font-size: 22px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="2"]::before {
  background: #6f6f6f;
}
.theme-dark ul.cloud a[data-weight="3"] {
  color: #404040 !important;
  font-size: 23px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="3"]::before {
  background: #595959;
}
.theme-dark ul.cloud a[data-weight="4"] {
  color: #333333 !important;
  font-size: 24px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="4"]::before {
  background: #4d4d4d;
}
.theme-dark ul.cloud a[data-weight="5"] {
  color: #2b2b2b !important;
  font-size: 25px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="5"]::before {
  background: #444444;
}
.theme-dark ul.cloud a[data-weight="6"] {
  color: #242424 !important;
  font-size: 26px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="6"]::before {
  background: #3e3e3e;
}
.theme-dark ul.cloud a[data-weight="7"] {
  color: #202020 !important;
  font-size: 27px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="7"]::before {
  background: #393939;
}
.theme-dark ul.cloud a[data-weight="8"] {
  color: #1c1c1c !important;
  font-size: 28px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="8"]::before {
  background: #363636;
}
.theme-dark ul.cloud a[data-weight="9"] {
  color: #1a1a1a !important;
  font-size: 29px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="9"]::before {
  background: #333333;
}
.theme-dark ul.cloud a[data-weight="10"] {
  color: #171717 !important;
  font-size: 30px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="10"]::before {
  background: #313131;
}
.theme-dark ul.cloud a[data-weight="11"] {
  color: #151515 !important;
  font-size: 31px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="11"]::before {
  background: #2f2f2f;
}
.theme-dark ul.cloud a[data-weight="12"] {
  color: #141414 !important;
  font-size: 32px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="12"]::before {
  background: #2d2d2d;
}
.theme-dark ul.cloud a[data-weight="13"] {
  color: #121212 !important;
  font-size: 33px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="13"]::before {
  background: #2c2c2c;
}
.theme-dark ul.cloud a[data-weight="14"] {
  color: #111111 !important;
  font-size: 34px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="14"]::before {
  background: #2b2b2b;
}
.theme-dark ul.cloud a[data-weight="15"] {
  color: #101010 !important;
  font-size: 35px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="15"]::before {
  background: #292929;
}
.theme-dark ul.cloud a[data-weight="16"] {
  color: #0f0f0f !important;
  font-size: 36px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="16"]::before {
  background: #292929;
}
.theme-dark ul.cloud a[data-weight="17"] {
  color: #0e0e0e !important;
  font-size: 37px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="17"]::before {
  background: #282828;
}
.theme-dark ul.cloud a[data-weight="18"] {
  color: #0d0d0d !important;
  font-size: 38px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="18"]::before {
  background: #272727;
}
.theme-dark ul.cloud a[data-weight="19"] {
  color: #0d0d0d !important;
  font-size: 39px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="19"]::before {
  background: #262626;
}
.theme-dark ul.cloud a[data-weight="20"] {
  color: #0c0c0c !important;
  font-size: 40px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="20"]::before {
  background: #262626;
}
.theme-dark ul.cloud a[data-weight="21"] {
  color: #0c0c0c !important;
  font-size: 41px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="21"]::before {
  background: #252525;
}
.theme-dark ul.cloud a[data-weight="22"] {
  color: #0b0b0b !important;
  font-size: 42px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="22"]::before {
  background: #252525;
}
.theme-dark ul.cloud a[data-weight="23"] {
  color: #0b0b0b !important;
  font-size: 43px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="23"]::before {
  background: #242424;
}
.theme-dark ul.cloud a[data-weight="24"] {
  color: #0a0a0a !important;
  font-size: 44px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="24"]::before {
  background: #242424;
}
.theme-dark ul.cloud a[data-weight="25"] {
  color: #0a0a0a !important;
  font-size: 45px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="25"]::before {
  background: #232323;
}
.theme-dark ul.cloud a[data-weight="26"] {
  color: #090909 !important;
  font-size: 46px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="26"]::before {
  background: #232323;
}
.theme-dark ul.cloud a[data-weight="27"] {
  color: #090909 !important;
  font-size: 47px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="27"]::before {
  background: #232323;
}
.theme-dark ul.cloud a[data-weight="28"] {
  color: #090909 !important;
  font-size: 48px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="28"]::before {
  background: #222222;
}
.theme-dark ul.cloud a[data-weight="29"] {
  color: #090909 !important;
  font-size: 49px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="29"]::before {
  background: #222222;
}
.theme-dark ul.cloud a[data-weight="30"] {
  color: #080808 !important;
  font-size: 50px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="30"]::before {
  background: #222222;
}
.theme-dark ul.cloud a[data-weight="31"] {
  color: #080808 !important;
  font-size: 51px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="31"]::before {
  background: #212121;
}
.theme-dark ul.cloud a[data-weight="32"] {
  color: #080808 !important;
  font-size: 52px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="32"]::before {
  background: #212121;
}
.theme-dark ul.cloud a[data-weight="33"] {
  color: #080808 !important;
  font-size: 53px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="33"]::before {
  background: #212121;
}
.theme-dark ul.cloud a[data-weight="34"] {
  color: #070707 !important;
  font-size: 54px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="34"]::before {
  background: #212121;
}
.theme-dark ul.cloud a[data-weight="35"] {
  color: #070707 !important;
  font-size: 55px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="35"]::before {
  background: #212121;
}
.theme-dark ul.cloud a[data-weight="36"] {
  color: #070707 !important;
  font-size: 56px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="36"]::before {
  background: #202020;
}
.theme-dark ul.cloud a[data-weight="37"] {
  color: #070707 !important;
  font-size: 57px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="37"]::before {
  background: #202020;
}
.theme-dark ul.cloud a[data-weight="38"] {
  color: #070707 !important;
  font-size: 58px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="38"]::before {
  background: #202020;
}
.theme-dark ul.cloud a[data-weight="39"] {
  color: #060606 !important;
  font-size: 59px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="39"]::before {
  background: #202020;
}
.theme-dark ul.cloud a[data-weight="40"] {
  color: #060606 !important;
  font-size: 60px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="40"]::before {
  background: #202020;
}
.theme-dark ul.cloud a[data-weight="41"] {
  color: #060606 !important;
  font-size: 61px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="41"]::before {
  background: #202020;
}
.theme-dark ul.cloud a[data-weight="42"] {
  color: #060606 !important;
  font-size: 62px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="42"]::before {
  background: #1f1f1f;
}
.theme-dark ul.cloud a[data-weight="43"] {
  color: #060606 !important;
  font-size: 63px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="43"]::before {
  background: #1f1f1f;
}
.theme-dark ul.cloud a[data-weight="44"] {
  color: #060606 !important;
  font-size: 64px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="44"]::before {
  background: #1f1f1f;
}
.theme-dark ul.cloud a[data-weight="45"] {
  color: #060606 !important;
  font-size: 65px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="45"]::before {
  background: #1f1f1f;
}
.theme-dark ul.cloud a[data-weight="46"] {
  color: #050505 !important;
  font-size: 66px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="46"]::before {
  background: #1f1f1f;
}
.theme-dark ul.cloud a[data-weight="47"] {
  color: #050505 !important;
  font-size: 67px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="47"]::before {
  background: #1f1f1f;
}
.theme-dark ul.cloud a[data-weight="48"] {
  color: #050505 !important;
  font-size: 68px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="48"]::before {
  background: #1f1f1f;
}
.theme-dark ul.cloud a[data-weight="49"] {
  color: #050505 !important;
  font-size: 69px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="49"]::before {
  background: #1f1f1f;
}
.theme-dark ul.cloud a[data-weight="50"] {
  color: #050505 !important;
  font-size: 70px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="50"]::before {
  background: #1f1f1f;
}
.theme-dark ul.cloud a[data-weight="51"] {
  color: #050505 !important;
  font-size: 71px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="51"]::before {
  background: #1e1e1e;
}
.theme-dark ul.cloud a[data-weight="52"] {
  color: #050505 !important;
  font-size: 72px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="52"]::before {
  background: #1e1e1e;
}
.theme-dark ul.cloud a[data-weight="53"] {
  color: #050505 !important;
  font-size: 73px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="53"]::before {
  background: #1e1e1e;
}
.theme-dark ul.cloud a[data-weight="54"] {
  color: #050505 !important;
  font-size: 74px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="54"]::before {
  background: #1e1e1e;
}
.theme-dark ul.cloud a[data-weight="55"] {
  color: #050505 !important;
  font-size: 75px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="55"]::before {
  background: #1e1e1e;
}
.theme-dark ul.cloud a[data-weight="56"] {
  color: #040404 !important;
  font-size: 76px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="56"]::before {
  background: #1e1e1e;
}
.theme-dark ul.cloud a[data-weight="57"] {
  color: #040404 !important;
  font-size: 77px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="57"]::before {
  background: #1e1e1e;
}
.theme-dark ul.cloud a[data-weight="58"] {
  color: #040404 !important;
  font-size: 78px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="58"]::before {
  background: #1e1e1e;
}
.theme-dark ul.cloud a[data-weight="59"] {
  color: #040404 !important;
  font-size: 79px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="59"]::before {
  background: #1e1e1e;
}
.theme-dark ul.cloud a[data-weight="60"] {
  color: #040404 !important;
  font-size: 80px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="60"]::before {
  background: #1e1e1e;
}
.theme-dark ul.cloud a[data-weight="61"] {
  color: #040404 !important;
  font-size: 81px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="61"]::before {
  background: #1e1e1e;
}
.theme-dark ul.cloud a[data-weight="62"] {
  color: #040404 !important;
  font-size: 82px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="62"]::before {
  background: #1e1e1e;
}
.theme-dark ul.cloud a[data-weight="63"] {
  color: #040404 !important;
  font-size: 83px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="63"]::before {
  background: #1d1d1d;
}
.theme-dark ul.cloud a[data-weight="64"] {
  color: #040404 !important;
  font-size: 84px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="64"]::before {
  background: #1d1d1d;
}
.theme-dark ul.cloud a[data-weight="65"] {
  color: #040404 !important;
  font-size: 85px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="65"]::before {
  background: #1d1d1d;
}
.theme-dark ul.cloud a[data-weight="66"] {
  color: #040404 !important;
  font-size: 86px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="66"]::before {
  background: #1d1d1d;
}
.theme-dark ul.cloud a[data-weight="67"] {
  color: #040404 !important;
  font-size: 87px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="67"]::before {
  background: #1d1d1d;
}
.theme-dark ul.cloud a[data-weight="68"] {
  color: #040404 !important;
  font-size: 88px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="68"]::before {
  background: #1d1d1d;
}
.theme-dark ul.cloud a[data-weight="69"] {
  color: #040404 !important;
  font-size: 89px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="69"]::before {
  background: #1d1d1d;
}
.theme-dark ul.cloud a[data-weight="70"] {
  color: #040404 !important;
  font-size: 90px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="70"]::before {
  background: #1d1d1d;
}
.theme-dark ul.cloud a[data-weight="71"] {
  color: #040404 !important;
  font-size: 91px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="71"]::before {
  background: #1d1d1d;
}
.theme-dark ul.cloud a[data-weight="72"] {
  color: #030303 !important;
  font-size: 92px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="72"]::before {
  background: #1d1d1d;
}
.theme-dark ul.cloud a[data-weight="73"] {
  color: #030303 !important;
  font-size: 93px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="73"]::before {
  background: #1d1d1d;
}
.theme-dark ul.cloud a[data-weight="74"] {
  color: #030303 !important;
  font-size: 94px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="74"]::before {
  background: #1d1d1d;
}
.theme-dark ul.cloud a[data-weight="75"] {
  color: #030303 !important;
  font-size: 95px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="75"]::before {
  background: #1d1d1d;
}
.theme-dark ul.cloud a[data-weight="76"] {
  color: #030303 !important;
  font-size: 96px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="76"]::before {
  background: #1d1d1d;
}
.theme-dark ul.cloud a[data-weight="77"] {
  color: #030303 !important;
  font-size: 97px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="77"]::before {
  background: #1d1d1d;
}
.theme-dark ul.cloud a[data-weight="78"] {
  color: #030303 !important;
  font-size: 98px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="78"]::before {
  background: #1d1d1d;
}
.theme-dark ul.cloud a[data-weight="79"] {
  color: #030303 !important;
  font-size: 99px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="79"]::before {
  background: #1d1d1d;
}
.theme-dark ul.cloud a[data-weight="80"] {
  color: #030303 !important;
  font-size: 100px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="80"]::before {
  background: #1d1d1d;
}
.theme-dark ul.cloud a[data-weight="81"] {
  color: #030303 !important;
  font-size: 101px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="81"]::before {
  background: #1d1d1d;
}
.theme-dark ul.cloud a[data-weight="82"] {
  color: #030303 !important;
  font-size: 102px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="82"]::before {
  background: #1d1d1d;
}
.theme-dark ul.cloud a[data-weight="83"] {
  color: #030303 !important;
  font-size: 103px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="83"]::before {
  background: #1d1d1d;
}
.theme-dark ul.cloud a[data-weight="84"] {
  color: #030303 !important;
  font-size: 104px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="84"]::before {
  background: #1d1d1d;
}
.theme-dark ul.cloud a[data-weight="85"] {
  color: #030303 !important;
  font-size: 105px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="85"]::before {
  background: #1c1c1c;
}
.theme-dark ul.cloud a[data-weight="86"] {
  color: #030303 !important;
  font-size: 106px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="86"]::before {
  background: #1c1c1c;
}
.theme-dark ul.cloud a[data-weight="87"] {
  color: #030303 !important;
  font-size: 107px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="87"]::before {
  background: #1c1c1c;
}
.theme-dark ul.cloud a[data-weight="88"] {
  color: #030303 !important;
  font-size: 108px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="88"]::before {
  background: #1c1c1c;
}
.theme-dark ul.cloud a[data-weight="89"] {
  color: #030303 !important;
  font-size: 109px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="89"]::before {
  background: #1c1c1c;
}
.theme-dark ul.cloud a[data-weight="90"] {
  color: #030303 !important;
  font-size: 110px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="90"]::before {
  background: #1c1c1c;
}
.theme-dark ul.cloud a[data-weight="91"] {
  color: #030303 !important;
  font-size: 111px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="91"]::before {
  background: #1c1c1c;
}
.theme-dark ul.cloud a[data-weight="92"] {
  color: #030303 !important;
  font-size: 112px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="92"]::before {
  background: #1c1c1c;
}
.theme-dark ul.cloud a[data-weight="93"] {
  color: #030303 !important;
  font-size: 113px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="93"]::before {
  background: #1c1c1c;
}
.theme-dark ul.cloud a[data-weight="94"] {
  color: #030303 !important;
  font-size: 114px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="94"]::before {
  background: #1c1c1c;
}
.theme-dark ul.cloud a[data-weight="95"] {
  color: #030303 !important;
  font-size: 115px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="95"]::before {
  background: #1c1c1c;
}
.theme-dark ul.cloud a[data-weight="96"] {
  color: #030303 !important;
  font-size: 116px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="96"]::before {
  background: #1c1c1c;
}
.theme-dark ul.cloud a[data-weight="97"] {
  color: #030303 !important;
  font-size: 117px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="97"]::before {
  background: #1c1c1c;
}
.theme-dark ul.cloud a[data-weight="98"] {
  color: #030303 !important;
  font-size: 118px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="98"]::before {
  background: #1c1c1c;
}
.theme-dark ul.cloud a[data-weight="99"] {
  color: #030303 !important;
  font-size: 119px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="99"]::before {
  background: #1c1c1c;
}
.theme-dark ul.cloud a[data-weight="100"] {
  color: #030303 !important;
  font-size: 120px;
  writing-mode: vertical-rl;
}
.theme-dark ul.cloud a[data-weight="100"]::before {
  background: #1c1c1c;
}
.tile.tile-dark {
  background: #212023;
  color: #fff;
  border-color: #000000;
}
.tile.tile-dark .tile-header i {
  color: #fff !important;
}
.tile.tile-dark .tile-body {
  border-color: #000000;
}
.tile.tile-dark.tile-classic {
  color: #212023;
  text-shadow: #6c6973 8px 7px 10px;
}
.tile.tile-dark.tile-classic .tile-header i {
  color: #212023 !important;
}
.theme-light {
  background-color: #333 !important;
  /*	************************************ */
  /*	HEADER */
  /*	************************************ */
  /*     each(range(4), {
  .col-@{value} {
    height: (@value * 50px);
  }
});*/
  /*.cloud-style(2,@back);
    .cloud-style(3,@back);
    .cloud-style(4,@back);
    .cloud-style(5,@back);
    .cloud-style(6,@back);
    .cloud-style(7,@back);
    .cloud-style(8,@back);
    .cloud-style(9,@back);
    .cloud-style(10,@back);
    .cloud-style(11,@back);*/
}
.theme-light .form-control::-webkit-input-placeholder,
.theme-light .form-control:-moz-placeholder,
.theme-light .form-control::-moz-placeholder,
.theme-light .form-control:-ms-input-placeholder {
  color: #333c3c;
}
.theme-light .boxshadow {
  border: 1px solid #e8ecec;
  box-shadow: 1px 2px 4px -3px #000;
}
.theme-light header {
  background: #333;
}
.theme-light header .navbar {
  background-color: #95a5a6;
  border-color: #74898a;
}
.theme-light .navbar-default .navbar-nav > .active > a,
.theme-light .navbar-default .navbar-nav > .active > a:focus,
.theme-light .navbar-default .navbar-nav > .active > a:hover,
.theme-light .navbar-default .navbar-nav > li > a:focus,
.theme-light .navbar-default .navbar-nav > li > a:hover {
  box-shadow: 0px -3px #566566 inset;
  background: transparent;
}
.theme-light .navbar-default .navbar-nav > li > a {
  color: #333;
}
.theme-light .navbar-default .navbar-nav > li > a .fa {
  color: #333;
}
.theme-light .search {
  background-color: #95a5a6;
}
.theme-light .search .description {
  color: #333;
}
.theme-light .SearchResultHolder {
  border-top-color: #7f9293;
}
.theme-light .SearchResultHolder::after {
  border: #333;
}
.theme-light .sliderHolder {
  border-bottom-color: #566566;
}
.theme-light .btn.btn-default {
  background-color: #95a5a6;
  color: #333;
  border-color: #74898a;
}
.theme-light .btn.btn-default:hover,
.theme-light .btn.btn-default:focus,
.theme-light .btn.btn-default.active {
  background-color: #74898a;
  color: #333;
  border-color: #566566;
}
.theme-light .btn-light {
  background: #333 !important;
  color: #95a5a6 !important;
  border-color: #95a5a6 !important;
}
.theme-light .btn-light:hover,
.theme-light .btn-light:focus,
.theme-light .btn-light.active {
  background: #95a5a6 !important;
  color: #333 !important;
}
.theme-light .row-slider {
  border-color: #566566;
  background: #95a5a6;
  color: #333;
}
.theme-light .row-slider .row-slider-title > h4 {
  background: #333;
  border-color: #95a5a6;
  color: #95a5a6;
}
.theme-light .row-slider .row-slider-left {
  background: linear-gradient(to left, transparent, #abb8b9);
}
.theme-light .row-slider .row-slider-left i {
  color: #333;
}
.theme-light .row-slider .row-slider-left:hover,
.theme-light .row-slider .row-slider-left:focus {
  background: linear-gradient(to left, transparent, #95a5a6);
}
.theme-light .row-slider .row-slider-right {
  background: linear-gradient(to right, transparent, #abb8b9);
}
.theme-light .row-slider .row-slider-right:hover,
.theme-light .row-slider .row-slider-right:focus {
  background: linear-gradient(to right, transparent, #95a5a6);
}
.theme-light .row-slider.row-slider-light {
  border-color: #ccc;
  background: #fff;
  color: #95a5a6;
}
.theme-light .tabFlex .tab-content {
  background-color: #ffffff;
}
.theme-light .tabFlex .nav li {
  background: #95a5a6;
  border-color: #95a5a6;
}
.theme-light .tabFlex .nav li a,
.theme-light .tabFlex .nav li .fa {
  color: #333 !important;
}
.theme-light .tabFlex .nav li::before {
  border-left-color: #95a5a6;
}
.theme-light .tabFlex .nav li::after {
  border-left-color: #95a5a6;
}
.theme-light .tabFlex .nav li:hover {
  background: #abb8b9;
}
.theme-light .tabFlex .nav li:hover a,
.theme-light .tabFlex .nav li:hover .fa {
  background: #abb8b9;
  color: #333 !important;
}
.theme-light .tabFlex .nav li:hover::before {
  border-left-color: #95a5a6;
}
.theme-light .tabFlex .nav li:hover::after {
  border-left-color: #abb8b9;
}
.theme-light .tabFlex .nav li.active {
  background: #fff;
  border-color: #95a5a6;
}
.theme-light .tabFlex .nav li.active a,
.theme-light .tabFlex .nav li.active .fa {
  background: #fff !important;
  color: #95a5a6 !important;
}
.theme-light .tabFlex .nav li.active:before {
  border-left-color: #95a5a6;
}
.theme-light .tabFlex .nav li.active:after {
  border-left-color: #fff;
}
.theme-light li:hover .tabFlex .nav li:hover:after {
  border-left-color: #e8ecec;
}
.theme-light .fa {
  color: inherit;
}
.theme-light footer .fa {
  color: #333;
}
.theme-light a {
  color: #95a5a6;
}
.theme-light a:hover,
.theme-light a:focus {
  color: #566566;
}
.theme-light .btn {
  color: #333;
}
.theme-light .btn .fa {
  color: #333;
}
.theme-light .btn:hover .fa,
.theme-light .btn:focus .fa {
  color: #333;
}
.theme-light .btn.btn-link {
  color: #95a5a6;
}
.theme-light .btn.btn-link .fa {
  color: #95a5a6;
}
.theme-light .btn.btn-link:hover .fa,
.theme-light .btn.btn-link:focus .fa {
  color: #95a5a6;
}
.theme-light footer .listStyle {
  color: #333;
}
.theme-light .listStyle h2 {
  color: #abb8b9;
}
.theme-light footer {
  background-color: #95a5a6;
  color: #333;
}
.theme-light footer:before {
  background-color: #74898a;
}
.theme-light .control--checkbox .control__indicator::after {
  color: #333;
}
.theme-light .control input:checked ~ .control__indicator {
  background: #95a5a6;
}
.theme-light .control__indicator {
  background: #333;
  border-color: #74898a;
}
.theme-light .copy {
  background-color: #e8ecec;
  color: #95a5a6;
  border-top-color: #566566;
}
.theme-light .ArianBadg {
  background-color: #abb8b9 !important;
}
.theme-light .newsdatetime {
  color: #abb8b9;
}
.theme-light .SearchResultHolder {
  border-top-color: #95a5a6;
}
.theme-light .search_on_result_page .searchTitle {
  background-color: #abb8b9;
  color: #333;
}
.theme-light .searchResult h2 {
  color: #95a5a6;
}
.theme-light .search_on_result_page .searchButtonsHolder .btn {
  background-color: #95a5a6;
  color: #333;
  border-color: #74898a;
}
.theme-light .pagination > .active > button,
.theme-light .pagination > .active > a,
.theme-light .pagination > .active > span,
.theme-light .pagination > .active > button:hover,
.theme-light .pagination > .active > a:hover,
.theme-light .pagination > .active > span:hover,
.theme-light .pagination > .active > button:focus,
.theme-light .pagination > .active > a:focus,
.theme-light .pagination > .active > span:focus {
  color: #333;
  background-color: #95a5a6;
  border-color: #74898a;
}
.theme-light .pagination > li > a,
.theme-light .pagination > li > button,
.theme-light .pagination > li > span {
  color: #95a5a6;
}
.theme-light .pagination > li > a:hover,
.theme-light .pagination > li > button:hover,
.theme-light .pagination > li > span:hover,
.theme-light .pagination > li > a:focus,
.theme-light .pagination > li > button:focus,
.theme-light .pagination > li > span:focus {
  color: #74898a;
}
.theme-light ul.cloud a[data-weight="1"] {
  color: #ccd4d5 !important;
  font-size: 21px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="1"]::before {
  background: #e8ecec;
}
.theme-light ul.cloud a[data-weight="2"] {
  color: #9eadae !important;
  font-size: 22px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="2"]::before {
  background: #bac4c5;
}
.theme-light ul.cloud a[data-weight="3"] {
  color: #87999a !important;
  font-size: 23px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="3"]::before {
  background: #a3b1b2;
}
.theme-light ul.cloud a[data-weight="4"] {
  color: #798d8f !important;
  font-size: 24px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="4"]::before {
  background: #95a5a6;
}
.theme-light ul.cloud a[data-weight="5"] {
  color: #718586 !important;
  font-size: 25px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="5"]::before {
  background: #8c9d9e;
}
.theme-light ul.cloud a[data-weight="6"] {
  color: #6b7e80 !important;
  font-size: 26px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="6"]::before {
  background: #859899;
}
.theme-light ul.cloud a[data-weight="7"] {
  color: #677a7b !important;
  font-size: 27px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="7"]::before {
  background: #809395;
}
.theme-light ul.cloud a[data-weight="8"] {
  color: #647677 !important;
  font-size: 28px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="8"]::before {
  background: #7c9091;
}
.theme-light ul.cloud a[data-weight="9"] {
  color: #617374 !important;
  font-size: 29px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="9"]::before {
  background: #798d8f;
}
.theme-light ul.cloud a[data-weight="10"] {
  color: #5f7071 !important;
  font-size: 30px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="10"]::before {
  background: #778b8d;
}
.theme-light ul.cloud a[data-weight="11"] {
  color: #5d6e6f !important;
  font-size: 31px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="11"]::before {
  background: #758a8b;
}
.theme-light ul.cloud a[data-weight="12"] {
  color: #5c6c6d !important;
  font-size: 32px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="12"]::before {
  background: #738889;
}
.theme-light ul.cloud a[data-weight="13"] {
  color: #5b6b6c !important;
  font-size: 33px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="13"]::before {
  background: #728688;
}
.theme-light ul.cloud a[data-weight="14"] {
  color: #596a6b !important;
  font-size: 34px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="14"]::before {
  background: #718586;
}
.theme-light ul.cloud a[data-weight="15"] {
  color: #586869 !important;
  font-size: 35px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="15"]::before {
  background: #708485;
}
.theme-light ul.cloud a[data-weight="16"] {
  color: #586768 !important;
  font-size: 36px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="16"]::before {
  background: #6f8384;
}
.theme-light ul.cloud a[data-weight="17"] {
  color: #576667 !important;
  font-size: 37px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="17"]::before {
  background: #6e8283;
}
.theme-light ul.cloud a[data-weight="18"] {
  color: #566667 !important;
  font-size: 38px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="18"]::before {
  background: #6d8182;
}
.theme-light ul.cloud a[data-weight="19"] {
  color: #566566 !important;
  font-size: 39px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="19"]::before {
  background: #6d8082;
}
.theme-light ul.cloud a[data-weight="20"] {
  color: #556465 !important;
  font-size: 40px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="20"]::before {
  background: #6c8081;
}
.theme-light ul.cloud a[data-weight="21"] {
  color: #556465 !important;
  font-size: 41px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="21"]::before {
  background: #6c7f80;
}
.theme-light ul.cloud a[data-weight="22"] {
  color: #546364 !important;
  font-size: 42px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="22"]::before {
  background: #6b7f80;
}
.theme-light ul.cloud a[data-weight="23"] {
  color: #546364 !important;
  font-size: 43px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="23"]::before {
  background: #6b7e7f;
}
.theme-light ul.cloud a[data-weight="24"] {
  color: #536263 !important;
  font-size: 44px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="24"]::before {
  background: #6b7e7f;
}
.theme-light ul.cloud a[data-weight="25"] {
  color: #536263 !important;
  font-size: 45px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="25"]::before {
  background: #6a7d7e;
}
.theme-light ul.cloud a[data-weight="26"] {
  color: #536162 !important;
  font-size: 46px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="26"]::before {
  background: #6a7d7e;
}
.theme-light ul.cloud a[data-weight="27"] {
  color: #526162 !important;
  font-size: 47px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="27"]::before {
  background: #6a7c7e;
}
.theme-light ul.cloud a[data-weight="28"] {
  color: #526162 !important;
  font-size: 48px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="28"]::before {
  background: #697c7d;
}
.theme-light ul.cloud a[data-weight="29"] {
  color: #526061 !important;
  font-size: 49px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="29"]::before {
  background: #697c7d;
}
.theme-light ul.cloud a[data-weight="30"] {
  color: #516061 !important;
  font-size: 50px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="30"]::before {
  background: #697c7d;
}
.theme-light ul.cloud a[data-weight="31"] {
  color: #516061 !important;
  font-size: 51px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="31"]::before {
  background: #687b7c;
}
.theme-light ul.cloud a[data-weight="32"] {
  color: #516060 !important;
  font-size: 52px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="32"]::before {
  background: #687b7c;
}
.theme-light ul.cloud a[data-weight="33"] {
  color: #515f60 !important;
  font-size: 53px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="33"]::before {
  background: #687b7c;
}
.theme-light ul.cloud a[data-weight="34"] {
  color: #515f60 !important;
  font-size: 54px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="34"]::before {
  background: #687b7c;
}
.theme-light ul.cloud a[data-weight="35"] {
  color: #505f60 !important;
  font-size: 55px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="35"]::before {
  background: #687a7b;
}
.theme-light ul.cloud a[data-weight="36"] {
  color: #505f60 !important;
  font-size: 56px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="36"]::before {
  background: #687a7b;
}
.theme-light ul.cloud a[data-weight="37"] {
  color: #505e5f !important;
  font-size: 57px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="37"]::before {
  background: #677a7b;
}
.theme-light ul.cloud a[data-weight="38"] {
  color: #505e5f !important;
  font-size: 58px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="38"]::before {
  background: #677a7b;
}
.theme-light ul.cloud a[data-weight="39"] {
  color: #505e5f !important;
  font-size: 59px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="39"]::before {
  background: #677a7b;
}
.theme-light ul.cloud a[data-weight="40"] {
  color: #505e5f !important;
  font-size: 60px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="40"]::before {
  background: #67797b;
}
.theme-light ul.cloud a[data-weight="41"] {
  color: #4f5e5f !important;
  font-size: 61px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="41"]::before {
  background: #67797a;
}
.theme-light ul.cloud a[data-weight="42"] {
  color: #4f5e5f !important;
  font-size: 62px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="42"]::before {
  background: #67797a;
}
.theme-light ul.cloud a[data-weight="43"] {
  color: #4f5d5e !important;
  font-size: 63px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="43"]::before {
  background: #67797a;
}
.theme-light ul.cloud a[data-weight="44"] {
  color: #4f5d5e !important;
  font-size: 64px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="44"]::before {
  background: #66797a;
}
.theme-light ul.cloud a[data-weight="45"] {
  color: #4f5d5e !important;
  font-size: 65px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="45"]::before {
  background: #66797a;
}
.theme-light ul.cloud a[data-weight="46"] {
  color: #4f5d5e !important;
  font-size: 66px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="46"]::before {
  background: #66797a;
}
.theme-light ul.cloud a[data-weight="47"] {
  color: #4f5d5e !important;
  font-size: 67px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="47"]::before {
  background: #66787a;
}
.theme-light ul.cloud a[data-weight="48"] {
  color: #4f5d5e !important;
  font-size: 68px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="48"]::before {
  background: #667879;
}
.theme-light ul.cloud a[data-weight="49"] {
  color: #4f5d5e !important;
  font-size: 69px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="49"]::before {
  background: #667879;
}
.theme-light ul.cloud a[data-weight="50"] {
  color: #4f5d5d !important;
  font-size: 70px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="50"]::before {
  background: #667879;
}
.theme-light ul.cloud a[data-weight="51"] {
  color: #4e5d5d !important;
  font-size: 71px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="51"]::before {
  background: #667879;
}
.theme-light ul.cloud a[data-weight="52"] {
  color: #4e5c5d !important;
  font-size: 72px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="52"]::before {
  background: #667879;
}
.theme-light ul.cloud a[data-weight="53"] {
  color: #4e5c5d !important;
  font-size: 73px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="53"]::before {
  background: #667879;
}
.theme-light ul.cloud a[data-weight="54"] {
  color: #4e5c5d !important;
  font-size: 74px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="54"]::before {
  background: #657879;
}
.theme-light ul.cloud a[data-weight="55"] {
  color: #4e5c5d !important;
  font-size: 75px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="55"]::before {
  background: #657879;
}
.theme-light ul.cloud a[data-weight="56"] {
  color: #4e5c5d !important;
  font-size: 76px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="56"]::before {
  background: #657879;
}
.theme-light ul.cloud a[data-weight="57"] {
  color: #4e5c5d !important;
  font-size: 77px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="57"]::before {
  background: #657779;
}
.theme-light ul.cloud a[data-weight="58"] {
  color: #4e5c5d !important;
  font-size: 78px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="58"]::before {
  background: #657778;
}
.theme-light ul.cloud a[data-weight="59"] {
  color: #4e5c5d !important;
  font-size: 79px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="59"]::before {
  background: #657778;
}
.theme-light ul.cloud a[data-weight="60"] {
  color: #4e5c5d !important;
  font-size: 80px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="60"]::before {
  background: #657778;
}
.theme-light ul.cloud a[data-weight="61"] {
  color: #4e5c5d !important;
  font-size: 81px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="61"]::before {
  background: #657778;
}
.theme-light ul.cloud a[data-weight="62"] {
  color: #4e5c5c !important;
  font-size: 82px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="62"]::before {
  background: #657778;
}
.theme-light ul.cloud a[data-weight="63"] {
  color: #4e5c5c !important;
  font-size: 83px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="63"]::before {
  background: #657778;
}
.theme-light ul.cloud a[data-weight="64"] {
  color: #4e5b5c !important;
  font-size: 84px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="64"]::before {
  background: #657778;
}
.theme-light ul.cloud a[data-weight="65"] {
  color: #4d5b5c !important;
  font-size: 85px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="65"]::before {
  background: #657778;
}
.theme-light ul.cloud a[data-weight="66"] {
  color: #4d5b5c !important;
  font-size: 86px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="66"]::before {
  background: #657778;
}
.theme-light ul.cloud a[data-weight="67"] {
  color: #4d5b5c !important;
  font-size: 87px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="67"]::before {
  background: #657778;
}
.theme-light ul.cloud a[data-weight="68"] {
  color: #4d5b5c !important;
  font-size: 88px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="68"]::before {
  background: #657778;
}
.theme-light ul.cloud a[data-weight="69"] {
  color: #4d5b5c !important;
  font-size: 89px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="69"]::before {
  background: #657778;
}
.theme-light ul.cloud a[data-weight="70"] {
  color: #4d5b5c !important;
  font-size: 90px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="70"]::before {
  background: #647778;
}
.theme-light ul.cloud a[data-weight="71"] {
  color: #4d5b5c !important;
  font-size: 91px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="71"]::before {
  background: #647778;
}
.theme-light ul.cloud a[data-weight="72"] {
  color: #4d5b5c !important;
  font-size: 92px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="72"]::before {
  background: #647678;
}
.theme-light ul.cloud a[data-weight="73"] {
  color: #4d5b5c !important;
  font-size: 93px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="73"]::before {
  background: #647678;
}
.theme-light ul.cloud a[data-weight="74"] {
  color: #4d5b5c !important;
  font-size: 94px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="74"]::before {
  background: #647677;
}
.theme-light ul.cloud a[data-weight="75"] {
  color: #4d5b5c !important;
  font-size: 95px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="75"]::before {
  background: #647677;
}
.theme-light ul.cloud a[data-weight="76"] {
  color: #4d5b5c !important;
  font-size: 96px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="76"]::before {
  background: #647677;
}
.theme-light ul.cloud a[data-weight="77"] {
  color: #4d5b5c !important;
  font-size: 97px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="77"]::before {
  background: #647677;
}
.theme-light ul.cloud a[data-weight="78"] {
  color: #4d5b5c !important;
  font-size: 98px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="78"]::before {
  background: #647677;
}
.theme-light ul.cloud a[data-weight="79"] {
  color: #4d5b5c !important;
  font-size: 99px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="79"]::before {
  background: #647677;
}
.theme-light ul.cloud a[data-weight="80"] {
  color: #4d5b5b !important;
  font-size: 100px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="80"]::before {
  background: #647677;
}
.theme-light ul.cloud a[data-weight="81"] {
  color: #4d5b5b !important;
  font-size: 101px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="81"]::before {
  background: #647677;
}
.theme-light ul.cloud a[data-weight="82"] {
  color: #4d5b5b !important;
  font-size: 102px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="82"]::before {
  background: #647677;
}
.theme-light ul.cloud a[data-weight="83"] {
  color: #4d5b5b !important;
  font-size: 103px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="83"]::before {
  background: #647677;
}
.theme-light ul.cloud a[data-weight="84"] {
  color: #4d5a5b !important;
  font-size: 104px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="84"]::before {
  background: #647677;
}
.theme-light ul.cloud a[data-weight="85"] {
  color: #4d5a5b !important;
  font-size: 105px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="85"]::before {
  background: #647677;
}
.theme-light ul.cloud a[data-weight="86"] {
  color: #4d5a5b !important;
  font-size: 106px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="86"]::before {
  background: #647677;
}
.theme-light ul.cloud a[data-weight="87"] {
  color: #4d5a5b !important;
  font-size: 107px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="87"]::before {
  background: #647677;
}
.theme-light ul.cloud a[data-weight="88"] {
  color: #4d5a5b !important;
  font-size: 108px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="88"]::before {
  background: #647677;
}
.theme-light ul.cloud a[data-weight="89"] {
  color: #4d5a5b !important;
  font-size: 109px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="89"]::before {
  background: #647677;
}
.theme-light ul.cloud a[data-weight="90"] {
  color: #4c5a5b !important;
  font-size: 110px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="90"]::before {
  background: #647677;
}
.theme-light ul.cloud a[data-weight="91"] {
  color: #4c5a5b !important;
  font-size: 111px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="91"]::before {
  background: #647677;
}
.theme-light ul.cloud a[data-weight="92"] {
  color: #4c5a5b !important;
  font-size: 112px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="92"]::before {
  background: #647677;
}
.theme-light ul.cloud a[data-weight="93"] {
  color: #4c5a5b !important;
  font-size: 113px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="93"]::before {
  background: #647677;
}
.theme-light ul.cloud a[data-weight="94"] {
  color: #4c5a5b !important;
  font-size: 114px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="94"]::before {
  background: #647677;
}
.theme-light ul.cloud a[data-weight="95"] {
  color: #4c5a5b !important;
  font-size: 115px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="95"]::before {
  background: #647677;
}
.theme-light ul.cloud a[data-weight="96"] {
  color: #4c5a5b !important;
  font-size: 116px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="96"]::before {
  background: #647677;
}
.theme-light ul.cloud a[data-weight="97"] {
  color: #4c5a5b !important;
  font-size: 117px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="97"]::before {
  background: #647577;
}
.theme-light ul.cloud a[data-weight="98"] {
  color: #4c5a5b !important;
  font-size: 118px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="98"]::before {
  background: #647577;
}
.theme-light ul.cloud a[data-weight="99"] {
  color: #4c5a5b !important;
  font-size: 119px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="99"]::before {
  background: #647577;
}
.theme-light ul.cloud a[data-weight="100"] {
  color: #4c5a5b !important;
  font-size: 120px;
  writing-mode: vertical-rl;
}
.theme-light ul.cloud a[data-weight="100"]::before {
  background: #647577;
}
.tile.tile-light {
  background: #95a5a6;
  color: #333;
  border-color: #6d8082;
}
.tile.tile-light .tile-header i {
  color: #333 !important;
}
.tile.tile-light .tile-body {
  border-color: #6d8082;
}
.tile.tile-light.tile-classic {
  color: #95a5a6;
  text-shadow: #e8ecec 8px 7px 10px;
}
.tile.tile-light.tile-classic .tile-header i {
  color: #95a5a6 !important;
}
.theme-tan {
  background-color: #fff !important;
  /*	************************************ */
  /*	HEADER */
  /*	************************************ */
  /*     each(range(4), {
  .col-@{value} {
    height: (@value * 50px);
  }
});*/
  /*.cloud-style(2,@back);
    .cloud-style(3,@back);
    .cloud-style(4,@back);
    .cloud-style(5,@back);
    .cloud-style(6,@back);
    .cloud-style(7,@back);
    .cloud-style(8,@back);
    .cloud-style(9,@back);
    .cloud-style(10,@back);
    .cloud-style(11,@back);*/
}
.theme-tan .form-control::-webkit-input-placeholder,
.theme-tan .form-control:-moz-placeholder,
.theme-tan .form-control::-moz-placeholder,
.theme-tan .form-control:-ms-input-placeholder {
  color: #090704;
}
.theme-tan .boxshadow {
  border: 1px solid #d8c39a;
  box-shadow: 1px 2px 4px -3px #000;
}
.theme-tan header {
  background: #fff;
}
.theme-tan header .navbar {
  background-color: #9d7c3c;
  border-color: #71592b;
}
.theme-tan .navbar-default .navbar-nav > .active > a,
.theme-tan .navbar-default .navbar-nav > .active > a:focus,
.theme-tan .navbar-default .navbar-nav > .active > a:hover,
.theme-tan .navbar-default .navbar-nav > li > a:focus,
.theme-tan .navbar-default .navbar-nav > li > a:hover {
  box-shadow: 0px -3px #413319 inset;
  background: transparent;
}
.theme-tan .navbar-default .navbar-nav > li > a {
  color: #fff;
}
.theme-tan .navbar-default .navbar-nav > li > a .fa {
  color: #fff;
}
.theme-tan .search {
  background-color: #9d7c3c;
}
.theme-tan .search .description {
  color: #fff;
}
.theme-tan .SearchResultHolder {
  border-top-color: #7f6531;
}
.theme-tan .SearchResultHolder::after {
  border: #fff;
}
.theme-tan .sliderHolder {
  border-bottom-color: #413319;
}
.theme-tan .btn.btn-default {
  background-color: #9d7c3c;
  color: #fff;
  border-color: #71592b;
}
.theme-tan .btn.btn-default:hover,
.theme-tan .btn.btn-default:focus,
.theme-tan .btn.btn-default.active {
  background-color: #71592b;
  color: #fff;
  border-color: #413319;
}
.theme-tan .btn-light {
  background: #fff !important;
  color: #9d7c3c !important;
  border-color: #9d7c3c !important;
}
.theme-tan .btn-light:hover,
.theme-tan .btn-light:focus,
.theme-tan .btn-light.active {
  background: #9d7c3c !important;
  color: #fff !important;
}
.theme-tan .row-slider {
  border-color: #413319;
  background: #9d7c3c;
  color: #fff;
}
.theme-tan .row-slider .row-slider-title > h4 {
  background: #fff;
  border-color: #9d7c3c;
  color: #9d7c3c;
}
.theme-tan .row-slider .row-slider-left {
  background: linear-gradient(to left, transparent, #b99349);
}
.theme-tan .row-slider .row-slider-left i {
  color: #fff;
}
.theme-tan .row-slider .row-slider-left:hover,
.theme-tan .row-slider .row-slider-left:focus {
  background: linear-gradient(to left, transparent, #9d7c3c);
}
.theme-tan .row-slider .row-slider-right {
  background: linear-gradient(to right, transparent, #b99349);
}
.theme-tan .row-slider .row-slider-right:hover,
.theme-tan .row-slider .row-slider-right:focus {
  background: linear-gradient(to right, transparent, #9d7c3c);
}
.theme-tan .row-slider.row-slider-light {
  border-color: #ccc;
  background: #fff;
  color: #9d7c3c;
}
.theme-tan .tabFlex .tab-content {
  background-color: #ffffff;
}
.theme-tan .tabFlex .nav li {
  background: #9d7c3c;
  border-color: #9d7c3c;
}
.theme-tan .tabFlex .nav li a,
.theme-tan .tabFlex .nav li .fa {
  color: #fff !important;
}
.theme-tan .tabFlex .nav li::before {
  border-left-color: #9d7c3c;
}
.theme-tan .tabFlex .nav li::after {
  border-left-color: #9d7c3c;
}
.theme-tan .tabFlex .nav li:hover {
  background: #b99349;
}
.theme-tan .tabFlex .nav li:hover a,
.theme-tan .tabFlex .nav li:hover .fa {
  background: #b99349;
  color: #fff !important;
}
.theme-tan .tabFlex .nav li:hover::before {
  border-left-color: #9d7c3c;
}
.theme-tan .tabFlex .nav li:hover::after {
  border-left-color: #b99349;
}
.theme-tan .tabFlex .nav li.active {
  background: #fff;
  border-color: #9d7c3c;
}
.theme-tan .tabFlex .nav li.active a,
.theme-tan .tabFlex .nav li.active .fa {
  background: #fff !important;
  color: #9d7c3c !important;
}
.theme-tan .tabFlex .nav li.active:before {
  border-left-color: #9d7c3c;
}
.theme-tan .tabFlex .nav li.active:after {
  border-left-color: #fff;
}
.theme-tan li:hover .tabFlex .nav li:hover:after {
  border-left-color: #d8c39a;
}
.theme-tan .fa {
  color: inherit;
}
.theme-tan footer .fa {
  color: #fff;
}
.theme-tan a {
  color: #9d7c3c;
}
.theme-tan a:hover,
.theme-tan a:focus {
  color: #413319;
}
.theme-tan .btn {
  color: #fff;
}
.theme-tan .btn .fa {
  color: #fff;
}
.theme-tan .btn:hover .fa,
.theme-tan .btn:focus .fa {
  color: #fff;
}
.theme-tan .btn.btn-link {
  color: #9d7c3c;
}
.theme-tan .btn.btn-link .fa {
  color: #9d7c3c;
}
.theme-tan .btn.btn-link:hover .fa,
.theme-tan .btn.btn-link:focus .fa {
  color: #9d7c3c;
}
.theme-tan footer .listStyle {
  color: #fff;
}
.theme-tan .listStyle h2 {
  color: #b99349;
}
.theme-tan footer {
  background-color: #9d7c3c;
  color: #fff;
}
.theme-tan footer:before {
  background-color: #71592b;
}
.theme-tan .control--checkbox .control__indicator::after {
  color: #fff;
}
.theme-tan .control input:checked ~ .control__indicator {
  background: #9d7c3c;
}
.theme-tan .control__indicator {
  background: #fff;
  border-color: #71592b;
}
.theme-tan .copy {
  background-color: #d8c39a;
  color: #9d7c3c;
  border-top-color: #413319;
}
.theme-tan .ArianBadg {
  background-color: #b99349 !important;
}
.theme-tan .newsdatetime {
  color: #b99349;
}
.theme-tan .SearchResultHolder {
  border-top-color: #9d7c3c;
}
.theme-tan .search_on_result_page .searchTitle {
  background-color: #b99349;
  color: #fff;
}
.theme-tan .searchResult h2 {
  color: #9d7c3c;
}
.theme-tan .search_on_result_page .searchButtonsHolder .btn {
  background-color: #9d7c3c;
  color: #fff;
  border-color: #71592b;
}
.theme-tan .pagination > .active > button,
.theme-tan .pagination > .active > a,
.theme-tan .pagination > .active > span,
.theme-tan .pagination > .active > button:hover,
.theme-tan .pagination > .active > a:hover,
.theme-tan .pagination > .active > span:hover,
.theme-tan .pagination > .active > button:focus,
.theme-tan .pagination > .active > a:focus,
.theme-tan .pagination > .active > span:focus {
  color: #fff;
  background-color: #9d7c3c;
  border-color: #71592b;
}
.theme-tan .pagination > li > a,
.theme-tan .pagination > li > button,
.theme-tan .pagination > li > span {
  color: #9d7c3c;
}
.theme-tan .pagination > li > a:hover,
.theme-tan .pagination > li > button:hover,
.theme-tan .pagination > li > span:hover,
.theme-tan .pagination > li > a:focus,
.theme-tan .pagination > li > button:focus,
.theme-tan .pagination > li > span:focus {
  color: #71592b;
}
.theme-tan ul.cloud a[data-weight="1"] {
  color: #caad75 !important;
  font-size: 21px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="1"]::before {
  background: #d8c39a;
}
.theme-tan ul.cloud a[data-weight="2"] {
  color: #a98641 !important;
  font-size: 22px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="2"]::before {
  background: #c19f5c;
}
.theme-tan ul.cloud a[data-weight="3"] {
  color: #8b6d35 !important;
  font-size: 23px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="3"]::before {
  background: #af8b43;
}
.theme-tan ul.cloud a[data-weight="4"] {
  color: #785f2e !important;
  font-size: 24px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="4"]::before {
  background: #9d7c3c;
}
.theme-tan ul.cloud a[data-weight="5"] {
  color: #6c5529 !important;
  font-size: 25px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="5"]::before {
  background: #917237;
}
.theme-tan ul.cloud a[data-weight="6"] {
  color: #634e26 !important;
  font-size: 26px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="6"]::before {
  background: #886b34;
}
.theme-tan ul.cloud a[data-weight="7"] {
  color: #5c4923 !important;
  font-size: 27px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="7"]::before {
  background: #816631;
}
.theme-tan ul.cloud a[data-weight="8"] {
  color: #574521 !important;
  font-size: 28px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="8"]::before {
  background: #7c622f;
}
.theme-tan ul.cloud a[data-weight="9"] {
  color: #534220 !important;
  font-size: 29px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="9"]::before {
  background: #785f2e;
}
.theme-tan ul.cloud a[data-weight="10"] {
  color: #503f1f !important;
  font-size: 30px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="10"]::before {
  background: #755c2d;
}
.theme-tan ul.cloud a[data-weight="11"] {
  color: #4d3d1d !important;
  font-size: 31px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="11"]::before {
  background: #725a2c;
}
.theme-tan ul.cloud a[data-weight="12"] {
  color: #4b3b1d !important;
  font-size: 32px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="12"]::before {
  background: #70582b;
}
.theme-tan ul.cloud a[data-weight="13"] {
  color: #49391c !important;
  font-size: 33px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="13"]::before {
  background: #6e572a;
}
.theme-tan ul.cloud a[data-weight="14"] {
  color: #47381b !important;
  font-size: 34px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="14"]::before {
  background: #6c5529;
}
.theme-tan ul.cloud a[data-weight="15"] {
  color: #45371b !important;
  font-size: 35px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="15"]::before {
  background: #6a5429;
}
.theme-tan ul.cloud a[data-weight="16"] {
  color: #44361a !important;
  font-size: 36px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="16"]::before {
  background: #695328;
}
.theme-tan ul.cloud a[data-weight="17"] {
  color: #43351a !important;
  font-size: 37px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="17"]::before {
  background: #685228;
}
.theme-tan ul.cloud a[data-weight="18"] {
  color: #423419 !important;
  font-size: 38px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="18"]::before {
  background: #675127;
}
.theme-tan ul.cloud a[data-weight="19"] {
  color: #413319 !important;
  font-size: 39px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="19"]::before {
  background: #665027;
}
.theme-tan ul.cloud a[data-weight="20"] {
  color: #403218 !important;
  font-size: 40px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="20"]::before {
  background: #655027;
}
.theme-tan ul.cloud a[data-weight="21"] {
  color: #3f3218 !important;
  font-size: 41px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="21"]::before {
  background: #644f26;
}
.theme-tan ul.cloud a[data-weight="22"] {
  color: #3e3118 !important;
  font-size: 42px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="22"]::before {
  background: #634e26;
}
.theme-tan ul.cloud a[data-weight="23"] {
  color: #3e3118 !important;
  font-size: 43px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="23"]::before {
  background: #634e26;
}
.theme-tan ul.cloud a[data-weight="24"] {
  color: #3d3017 !important;
  font-size: 44px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="24"]::before {
  background: #624d25;
}
.theme-tan ul.cloud a[data-weight="25"] {
  color: #3c3017 !important;
  font-size: 45px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="25"]::before {
  background: #614d25;
}
.theme-tan ul.cloud a[data-weight="26"] {
  color: #3c2f17 !important;
  font-size: 46px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="26"]::before {
  background: #614d25;
}
.theme-tan ul.cloud a[data-weight="27"] {
  color: #3b2f17 !important;
  font-size: 47px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="27"]::before {
  background: #604c25;
}
.theme-tan ul.cloud a[data-weight="28"] {
  color: #3b2f17 !important;
  font-size: 48px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="28"]::before {
  background: #604c25;
}
.theme-tan ul.cloud a[data-weight="29"] {
  color: #3b2e16 !important;
  font-size: 49px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="29"]::before {
  background: #604b24;
}
.theme-tan ul.cloud a[data-weight="30"] {
  color: #3a2e16 !important;
  font-size: 50px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="30"]::before {
  background: #5f4b24;
}
.theme-tan ul.cloud a[data-weight="31"] {
  color: #3a2e16 !important;
  font-size: 51px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="31"]::before {
  background: #5f4b24;
}
.theme-tan ul.cloud a[data-weight="32"] {
  color: #392d16 !important;
  font-size: 52px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="32"]::before {
  background: #5e4b24;
}
.theme-tan ul.cloud a[data-weight="33"] {
  color: #392d16 !important;
  font-size: 53px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="33"]::before {
  background: #5e4a24;
}
.theme-tan ul.cloud a[data-weight="34"] {
  color: #392d16 !important;
  font-size: 54px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="34"]::before {
  background: #5e4a24;
}
.theme-tan ul.cloud a[data-weight="35"] {
  color: #392d16 !important;
  font-size: 55px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="35"]::before {
  background: #5d4a24;
}
.theme-tan ul.cloud a[data-weight="36"] {
  color: #382c16 !important;
  font-size: 56px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="36"]::before {
  background: #5d4a24;
}
.theme-tan ul.cloud a[data-weight="37"] {
  color: #382c15 !important;
  font-size: 57px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="37"]::before {
  background: #5d4924;
}
.theme-tan ul.cloud a[data-weight="38"] {
  color: #382c15 !important;
  font-size: 58px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="38"]::before {
  background: #5d4923;
}
.theme-tan ul.cloud a[data-weight="39"] {
  color: #382c15 !important;
  font-size: 59px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="39"]::before {
  background: #5c4923;
}
.theme-tan ul.cloud a[data-weight="40"] {
  color: #372c15 !important;
  font-size: 60px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="40"]::before {
  background: #5c4923;
}
.theme-tan ul.cloud a[data-weight="41"] {
  color: #372c15 !important;
  font-size: 61px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="41"]::before {
  background: #5c4923;
}
.theme-tan ul.cloud a[data-weight="42"] {
  color: #372b15 !important;
  font-size: 62px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="42"]::before {
  background: #5c4823;
}
.theme-tan ul.cloud a[data-weight="43"] {
  color: #372b15 !important;
  font-size: 63px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="43"]::before {
  background: #5c4823;
}
.theme-tan ul.cloud a[data-weight="44"] {
  color: #372b15 !important;
  font-size: 64px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="44"]::before {
  background: #5b4823;
}
.theme-tan ul.cloud a[data-weight="45"] {
  color: #362b15 !important;
  font-size: 65px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="45"]::before {
  background: #5b4823;
}
.theme-tan ul.cloud a[data-weight="46"] {
  color: #362b15 !important;
  font-size: 66px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="46"]::before {
  background: #5b4823;
}
.theme-tan ul.cloud a[data-weight="47"] {
  color: #362b15 !important;
  font-size: 67px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="47"]::before {
  background: #5b4823;
}
.theme-tan ul.cloud a[data-weight="48"] {
  color: #362b15 !important;
  font-size: 68px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="48"]::before {
  background: #5b4823;
}
.theme-tan ul.cloud a[data-weight="49"] {
  color: #362a15 !important;
  font-size: 69px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="49"]::before {
  background: #5b4823;
}
.theme-tan ul.cloud a[data-weight="50"] {
  color: #362a14 !important;
  font-size: 70px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="50"]::before {
  background: #5a4723;
}
.theme-tan ul.cloud a[data-weight="51"] {
  color: #352a14 !important;
  font-size: 71px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="51"]::before {
  background: #5a4723;
}
.theme-tan ul.cloud a[data-weight="52"] {
  color: #352a14 !important;
  font-size: 72px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="52"]::before {
  background: #5a4722;
}
.theme-tan ul.cloud a[data-weight="53"] {
  color: #352a14 !important;
  font-size: 73px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="53"]::before {
  background: #5a4722;
}
.theme-tan ul.cloud a[data-weight="54"] {
  color: #352a14 !important;
  font-size: 74px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="54"]::before {
  background: #5a4722;
}
.theme-tan ul.cloud a[data-weight="55"] {
  color: #352a14 !important;
  font-size: 75px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="55"]::before {
  background: #5a4722;
}
.theme-tan ul.cloud a[data-weight="56"] {
  color: #352a14 !important;
  font-size: 76px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="56"]::before {
  background: #5a4722;
}
.theme-tan ul.cloud a[data-weight="57"] {
  color: #352a14 !important;
  font-size: 77px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="57"]::before {
  background: #5a4722;
}
.theme-tan ul.cloud a[data-weight="58"] {
  color: #352a14 !important;
  font-size: 78px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="58"]::before {
  background: #594722;
}
.theme-tan ul.cloud a[data-weight="59"] {
  color: #342914 !important;
  font-size: 79px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="59"]::before {
  background: #594722;
}
.theme-tan ul.cloud a[data-weight="60"] {
  color: #342914 !important;
  font-size: 80px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="60"]::before {
  background: #594622;
}
.theme-tan ul.cloud a[data-weight="61"] {
  color: #342914 !important;
  font-size: 81px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="61"]::before {
  background: #594622;
}
.theme-tan ul.cloud a[data-weight="62"] {
  color: #342914 !important;
  font-size: 82px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="62"]::before {
  background: #594622;
}
.theme-tan ul.cloud a[data-weight="63"] {
  color: #342914 !important;
  font-size: 83px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="63"]::before {
  background: #594622;
}
.theme-tan ul.cloud a[data-weight="64"] {
  color: #342914 !important;
  font-size: 84px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="64"]::before {
  background: #594622;
}
.theme-tan ul.cloud a[data-weight="65"] {
  color: #342914 !important;
  font-size: 85px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="65"]::before {
  background: #594622;
}
.theme-tan ul.cloud a[data-weight="66"] {
  color: #342914 !important;
  font-size: 86px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="66"]::before {
  background: #594622;
}
.theme-tan ul.cloud a[data-weight="67"] {
  color: #342914 !important;
  font-size: 87px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="67"]::before {
  background: #594622;
}
.theme-tan ul.cloud a[data-weight="68"] {
  color: #342914 !important;
  font-size: 88px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="68"]::before {
  background: #594622;
}
.theme-tan ul.cloud a[data-weight="69"] {
  color: #342914 !important;
  font-size: 89px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="69"]::before {
  background: #584622;
}
.theme-tan ul.cloud a[data-weight="70"] {
  color: #342914 !important;
  font-size: 90px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="70"]::before {
  background: #584622;
}
.theme-tan ul.cloud a[data-weight="71"] {
  color: #332914 !important;
  font-size: 91px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="71"]::before {
  background: #584622;
}
.theme-tan ul.cloud a[data-weight="72"] {
  color: #332914 !important;
  font-size: 92px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="72"]::before {
  background: #584622;
}
.theme-tan ul.cloud a[data-weight="73"] {
  color: #332914 !important;
  font-size: 93px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="73"]::before {
  background: #584622;
}
.theme-tan ul.cloud a[data-weight="74"] {
  color: #332814 !important;
  font-size: 94px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="74"]::before {
  background: #584622;
}
.theme-tan ul.cloud a[data-weight="75"] {
  color: #332814 !important;
  font-size: 95px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="75"]::before {
  background: #584622;
}
.theme-tan ul.cloud a[data-weight="76"] {
  color: #332814 !important;
  font-size: 96px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="76"]::before {
  background: #584522;
}
.theme-tan ul.cloud a[data-weight="77"] {
  color: #332814 !important;
  font-size: 97px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="77"]::before {
  background: #584522;
}
.theme-tan ul.cloud a[data-weight="78"] {
  color: #332813 !important;
  font-size: 98px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="78"]::before {
  background: #584522;
}
.theme-tan ul.cloud a[data-weight="79"] {
  color: #332813 !important;
  font-size: 99px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="79"]::before {
  background: #584522;
}
.theme-tan ul.cloud a[data-weight="80"] {
  color: #332813 !important;
  font-size: 100px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="80"]::before {
  background: #584522;
}
.theme-tan ul.cloud a[data-weight="81"] {
  color: #332813 !important;
  font-size: 101px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="81"]::before {
  background: #584522;
}
.theme-tan ul.cloud a[data-weight="82"] {
  color: #332813 !important;
  font-size: 102px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="82"]::before {
  background: #584521;
}
.theme-tan ul.cloud a[data-weight="83"] {
  color: #332813 !important;
  font-size: 103px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="83"]::before {
  background: #584521;
}
.theme-tan ul.cloud a[data-weight="84"] {
  color: #332813 !important;
  font-size: 104px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="84"]::before {
  background: #584521;
}
.theme-tan ul.cloud a[data-weight="85"] {
  color: #332813 !important;
  font-size: 105px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="85"]::before {
  background: #574521;
}
.theme-tan ul.cloud a[data-weight="86"] {
  color: #332813 !important;
  font-size: 106px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="86"]::before {
  background: #574521;
}
.theme-tan ul.cloud a[data-weight="87"] {
  color: #322813 !important;
  font-size: 107px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="87"]::before {
  background: #574521;
}
.theme-tan ul.cloud a[data-weight="88"] {
  color: #322813 !important;
  font-size: 108px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="88"]::before {
  background: #574521;
}
.theme-tan ul.cloud a[data-weight="89"] {
  color: #322813 !important;
  font-size: 109px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="89"]::before {
  background: #574521;
}
.theme-tan ul.cloud a[data-weight="90"] {
  color: #322813 !important;
  font-size: 110px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="90"]::before {
  background: #574521;
}
.theme-tan ul.cloud a[data-weight="91"] {
  color: #322813 !important;
  font-size: 111px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="91"]::before {
  background: #574521;
}
.theme-tan ul.cloud a[data-weight="92"] {
  color: #322813 !important;
  font-size: 112px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="92"]::before {
  background: #574521;
}
.theme-tan ul.cloud a[data-weight="93"] {
  color: #322813 !important;
  font-size: 113px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="93"]::before {
  background: #574521;
}
.theme-tan ul.cloud a[data-weight="94"] {
  color: #322813 !important;
  font-size: 114px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="94"]::before {
  background: #574521;
}
.theme-tan ul.cloud a[data-weight="95"] {
  color: #322813 !important;
  font-size: 115px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="95"]::before {
  background: #574521;
}
.theme-tan ul.cloud a[data-weight="96"] {
  color: #322813 !important;
  font-size: 116px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="96"]::before {
  background: #574521;
}
.theme-tan ul.cloud a[data-weight="97"] {
  color: #322813 !important;
  font-size: 117px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="97"]::before {
  background: #574521;
}
.theme-tan ul.cloud a[data-weight="98"] {
  color: #322813 !important;
  font-size: 118px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="98"]::before {
  background: #574521;
}
.theme-tan ul.cloud a[data-weight="99"] {
  color: #322713 !important;
  font-size: 119px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="99"]::before {
  background: #574521;
}
.theme-tan ul.cloud a[data-weight="100"] {
  color: #322713 !important;
  font-size: 120px;
  writing-mode: vertical-rl;
}
.theme-tan ul.cloud a[data-weight="100"]::before {
  background: #574521;
}
.tile.tile-tan {
  background: #9d7c3c;
  color: #fff;
  border-color: #665027;
}
.tile.tile-tan .tile-header i {
  color: #fff !important;
}
.tile.tile-tan .tile-body {
  border-color: #665027;
}
.tile.tile-tan.tile-classic {
  color: #9d7c3c;
  text-shadow: #d8c39a 8px 7px 10px;
}
.tile.tile-tan.tile-classic .tile-header i {
  color: #9d7c3c !important;
}
.zooming {
  transition: all 200ms ease-in;
}
.zooming:hover {
  transform: scale(110%);
  cursor: pointer;
  border-radius: 30px;
  box-shadow: 10px 10px 5px #aaaaaa;
}
.zooming-110 {
  transition: all 200ms ease-in;
}
.zooming-110:hover {
  transform: scale(110 '%');
  cursor: pointer;
}
.zooming-130 {
  transition: all 200ms ease-in;
}
.zooming-130:hover {
  transform: scale(130 '%');
  cursor: pointer;
}
.zooming-150 {
  transition: all 200ms ease-in;
}
.zooming-150:hover {
  transform: scale(150 '%');
  cursor: pointer;
}
.zooming-170 {
  transition: all 200ms ease-in;
}
.zooming-170:hover {
  transform: scale(170 '%');
  cursor: pointer;
}
.zooming-200 {
  transition: all 200ms ease-in;
}
.zooming-200:hover {
  transform: scale(200 '%');
  cursor: pointer;
}

.cursor_pointer {
    cursor: pointer;
}