body {
  line-height: 120% !important;
}
joomla-tab > joomla-tab-element {
  background-color: #00000088;
}
ul.unstyled,
ul.weblinks {
  font-size: 16px;
}
.t3-sidebar-1 .module-inner,
.t3-sidebar-2 .module-inner,
.t3-sidebar-right .module-inner {
  padding: 20px !important;
  border: 1px solid #222222;
  border-radius: 4px;
  background-color: #000;
}
nav.wrap.t3-breadcrumbs {
  padding: 0;
}
.t3-breadcrumbs h1 {
  padding: 8px 15px;
  font-size: 24px;
}
ul.breadcrumb {
  font-size: 16px;
}
.mega-nav img {
  margin-top: 8px;
  padding: 0;
  z-index: 1000;
  position: absolute;
}
@charset "utf-8";
@font-face {
  font-family: 'Rajdhani Regular';
  src: url('../../../../less/themes/fonts/rajdhani/rajdhani-regular-webfont.woff2') format('woff2'), url('../../../../less/themes/fonts/rajdhani/rajdhani-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Rajdhani Semibold';
  src: url('../../../../less/themes/fonts/rajdhani/rajdhani-semibold-webfont.woff2') format('woff2'), url('../../../../less/themes/fonts/rajdhani/rajdhani-semibold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Rajdhani Bold';
  src: url('../../../../less/themes/fonts/rajdhani/rajdhani-bold-webfont.woff2') format('woff2'), url('../../../../less/themes/fonts/rajdhani/rajdhani-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto Regular';
  src: url('../../../../less/themes/fonts/roboto/roboto-regular-webfont.woff2') format('woff2'), url('../../../../less/themes/fonts/roboto/roboto-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto Bold';
  src: url('../../../../less/themes/fonts/roboto/roboto-bold-webfont.woff2') format('woff2'), url('../../../../less/themes/fonts/roboto/roboto-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'iconfont';
  src: url('../../../../less/themes/fonts/iconfont/iconfont.eot?wqtn2j');
  src: url('../../../../less/themes/fonts/iconfont/iconfont.eot?wqtn2j#iefix') format('embedded-opentype'), url('../../../../less/themes/fonts/iconfont/iconfont.ttf?wqtn2j') format('truetype'), url('../../../../less/themes/fonts/iconfont/iconfont.woff?wqtn2j') format('woff'), url('../../../../less/themes/fonts/iconfont/iconfont.svg?wqtn2j#iconfont') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.iconfont-award:before {
  content: "\e902";
}
.iconfont-cancel:before {
  content: "\e903";
}
.iconfont-clacket:before {
  content: "\e904";
}
.iconfont-clock:before {
  content: "\e905";
}
.iconfont-mask:before {
  content: "\e906";
}
.iconfont-monitor:before {
  content: "\e907";
}
.iconfont-filmstrip:before {
  content: "\e900";
}
.iconfont-camera:before {
  content: "\e901";
}
[class^="iconfont-"],
[class*=" iconfont-"] {
  
  font-family: 'iconfont' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa {
  font-family: "FontAwesome" !important;
  font-weight: 400 !important;
}
[class^="icon-"],
[class*=" icon-"],
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: 'FontAwesome' !important;
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  margin-right: .2em;
  text-align: center;
  
  
  font-variant: normal;
  text-transform: none;
  
  line-height: 1em;
  
  
  margin-left: .2em;
  
  
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  
  
}
.icon-user::before {
  content: "\f007";
}
.icon-folder:before {
  content: "\f07b";
}
.icon-calendar:before {
  content: "\f073";
}

@-moz-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}
#status {
  width: 260px;
  height: 260px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -130px 0 0 -130px;
  background-size: 260px;
}
.loader-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  background: url(../../../../less/themes/images/loading.png) no-repeat;
  animation: spin 3s infinite linear;
}

@keyframes fadein {
  from {
    opacity: 0;
    top: -114px;
  }
  to {
    opacity: 1;
    top: 0;
  }
}
@-moz-keyframes fadein {
  from {
    opacity: 0;
    top: -114px;
  }
  to {
    opacity: 1;
    top: 0;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
    top: -114px;
  }
  to {
    opacity: 1;
    top: 0;
  }
}
@-o-keyframes fadein {
  from {
    opacity: 0;
    top: -114px;
  }
  to {
    opacity: 1;
    top: 0;
  }
}

@keyframes right-to-left {
  from {
    opacity: 1;
    left: 300px;
  }
  to {
    opacity: 1;
    left: 30px;
  }
}
@-moz-keyframes right-to-left {
  from {
    opacity: 1;
    left: 300px;
  }
  to {
    opacity: 1;
    left: 30px;
  }
}
@-webkit-keyframes right-to-left {
  from {
    opacity: 1;
    left: 300px;
  }
  to {
    opacity: 1;
    left: 30px;
  }
}
@-o-keyframes right-to-left {
  from {
    opacity: 1;
    left: 300px;
  }
  to {
    opacity: 1;
    left: 30px;
  }
}

@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}

@keyframes fadein2 {
  from {
    opacity: 0;
    top: -30%;
  }
  to {
    opacity: 0.7;
    top: 0%;
  }
}
@-moz-keyframes fadein2 {
  
  from {
    opacity: 0;
    top: -30%;
  }
  to {
    opacity: 0.7;
    top: 0%;
  }
}
@-webkit-keyframes fadein2 {
  
  from {
    opacity: 0;
    top: -30%;
  }
  to {
    opacity: 0.7;
    top: 0%;
  }
}
@-o-keyframes fadein2 {
  
  from {
    opacity: 0;
    top: -30%;
  }
  to {
    opacity: 0.7;
    top: 0%;
  }
}

@keyframes fadein3 {
  from {
    opacity: 0;
    bottom: -30%;
  }
  to {
    opacity: 0.7;
    bottom: 0%;
  }
}
@-moz-keyframes fadein3 {
  
  from {
    opacity: 0;
    bottom: -30%;
  }
  to {
    opacity: 0.7;
    bottom: 0%;
  }
}
@-webkit-keyframes fadein3 {
  
  from {
    opacity: 0;
    bottom: -30%;
  }
  to {
    opacity: 0.7;
    bottom: 0%;
  }
}
@-o-keyframes fadein3 {
  
  from {
    opacity: 0;
    bottom: -30%;
  }
  to {
    opacity: 0.7;
    bottom: 0%;
  }
}
@keyframes fadein4 {
  from {
    opacity: 0;
    left: 0%;
  }
  to {
    opacity: 1;
    left: 100%;
  }
}
@-moz-keyframes fadein4 {
  from {
    opacity: 0;
    left: 0%;
  }
  to {
    opacity: 1;
    left: 100%;
  }
}
@-webkit-keyframes fadein4 {
  from {
    opacity: 0;
    left: 0%;
  }
  to {
    opacity: 1;
    left: 100%;
  }
}
@-o-keyframes fadein4 {
  from {
    opacity: 0;
    left: 0%;
  }
  to {
    opacity: 1;
    left: 100%;
  }
}
.slider .t3-module {
  margin-bottom: 0px;
}
.tp-bgimg.defaultimg {
  position: relative;
  z-index: 1;
}
.tp-bgimg.defaultimg::after {
  
}
.slider .slotholder::after {
  opacity: 0.8;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 39;
  content: "";
  z-index: 1;
  transition: opacity 0.1s;
}
.t3-wrapper {
  background: none;
}
.tp-caption.medium_text_planis,
.medium_text_planis,
.tp-caption.mediumwhitebg_planis,
.mediumwhitebg_planis {
  font-family: 'Poppins Regular' !important;
}
body.boxed #background-shadow {
  margin-top: 40px;
  margin-bottom: 40px;
}
body.boxed ss3-force-full-width {
  display: inline;
}
body.boxed .wrap.t3-slider .container {
  padding-left: 0;
  padding-right: 0;
}
.background-imagecoverper {
  padding-top: 35px;
  background-image: url(../../../../less/themes/images/fixedbgimage.jpg) !important;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 0;
}
.background-patternwrapper {
  padding-top: 35px;
  background-repeat: repeat;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 0;
}
.background-coloroverlay {
  padding-top: 35px;
  background-repeat: repeat;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 0;
}
#background-shadow .margincorrect {
  margin-right: -15px;
  margin-left: -15px;
}
#background-shadow {
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.19);
  position: relative;
  z-index: 1;
}
a:link,
a:visited,
a strong {
  text-decoration: none;
  transition: all 0.2s  linear 0s;
}
a:hover {
  transition: all 0.2s linear 0s;
  outline: none;
}
a:focus {
  outline: none;
}
#t3-content .item-page img,
#t3-content img,
.t3-sidebar img,
img {
  max-width: 100% !important;
}
.btn,
.btn-primary,
.btn-secondary,
button,
.pagination li a {
  border-radius: 0px;
  transition: all 0.2s  linear 0s;
}
.pagination li a {
  border-radius: 0px !important;
}
.pull-left.item-image img {
  margin-right: 30px;
  margin-bottom: 30px;
}
h3.module-title {
  line-height: 1.4;
  position: relative;
  overflow: hidden;
}
h3.module-title.filmstrip,
h3.module-title.camera {
  padding-left: 37px;
}
h3.module-title.filmstrip::before {
  content: "\e900";
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'iconfont';
}
h3.module-title.camera::before {
  content: "\e901";
  position: absolute;
  left: 0;
  top: -3px;
  font-family: 'iconfont';
}
.inline-block {
  display: inline-block;
}
.t3-module.module-bordered {
  padding: 15px;
  border-radius: 3px;
}
.badge {
  font-weight: normal;
  letter-spacing: 1px;
}
h3.module-title span {
  position: relative;
  z-index: 2;
  line-height: 1.4;
  display: inline-block;
}
h3.border-centered,
h3.centered {
  line-height: 1.2;
  text-align: center;
}
h3.border-centered,
h3.border-centered span {
  z-index: 1;
  position: relative;
  padding-bottom: 30px;
}
h3.border-centered span {
  z-index: 1;
  position: relative;
  padding-bottom: 30px;
}
h3.border-centered span::after {
  content: "";
  position: absolute;
  width: 40%;
  height: 100%;
  bottom: 0;
  left: 30%;
}
h3.module-title.titlecard {
  background: none;
}
h3.module-title.titlecard::before,
h3.module-title.titlecard::after,
.module-title.titlecard span::after {
  display: none;
}
h3.module-title.titlecard span {
  margin-left: 0;
  padding: 4px 10px;
}
.t3-sidebar h3.module-title.titlecard span {
  padding-left: 10px;
}
.t3-sidebar h3.module-title span {
  position: relative;
  z-index: 2;
  padding-left: 0px;
  margin-left: 0px;
}
.t3-sidebar h3.module-title span::after {
  right: -50px;
  width: 50px;
}
.t3-sidebar h3.module-title::after {
  right: 0px;
}
.module-title.titlecard span {
  position: relative;
  z-index: 0;
}
.logo-text .site-name-wtcorp,
.logo-text .site-name-wtcorp a {
  font-weight: normal;
  font-size: 36px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.inputbox {
  box-shadow: none;
  transition: all 0.2s  linear 0s;
  max-width: 90%;
  filter: none;
  min-height: 33px;
  border-radius: 0px;
}
input {
  filter: none;
}
.divider-vertical {
  border-top: 0;
}
.box-shadow {
  -webkit-box-shadow: 5px 0px 15px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 5px 0px 15px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 5px 0px 15px 0px rgba(0, 0, 0, 0.08);
}
.mod-preview {
  z-index: 9;
  position: relative;
}
.module_menu .nav > li > a,
.module_menu .nav > li > .separator,
.module_menu .nav > li > span {
  padding: 8px 5px 8px 5px;
  display: block;
  margin-top: 0;
  border-radius: 0px;
}
.module_menu .nav > li > a::after,
.module_menu .nav > li > .separator::after,
.module_menu .nav > li > span::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 1px;
  left: 0;
}
.module_menu .nav > li > a::before,
.module_menu .nav > li > .separator::before,
.module_menu .nav > li > span::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0px;
  left: 0;
}
.module_menu .nav > li {
  margin-top: 0;
}
.module_menu .nav > li.active > a,
.module_menu .nav > li.active > .separator,
.module_menu .nav > li.active > span {
  background: none;
}
.search-icon::after {
  display: none;
}
.search .btn.btn-primary {
  vertical-align: top;
  margin-left: 10px;
  border-radius: 0px;
}
.search input {
  display: inline-block;
  padding-left: 10px;
}
.search-planis {
  position: relative;
  padding: 0 0;
}
.search-planis .magnifier {
  position: absolute;
  left: 10px;
  top: 5px;
  z-index: 5;
}
.mod-finder.planis input:focus {
  min-width: 320px;
}
.mainnav-right[class*=' col-'] {
  padding-left: 0px;
  padding-right: 0px;
}
.mainnav-right .search {
  margin-top: 4px;
}
.mainnav-right {
  display: flex;
  align-items: center;
  height: 55px;
  justify-content: flex-end;
}
.mainnav-right .searchwrap input {
  transition: all 0.2s linear 0s;
  min-width: 220px;
  border-radius: 3px;
  font-size: 13px;
}
.mainnav-right .searchwrap input:focus {
  min-width: 235px;
  transition: all 0.2s linear 0s;
}
.mainnav-right .searchwrap svg.s-input-icon {
  width: 23px;
  height: 23px;
  transition: all 0.2s linear 0s;
  margin-left: 10px;
}
.mainnav-right .searchwrap svg.s-input-icon:hover {
  transition: all 0.2s linear 0s;
}
.mainnav-right .search-icon {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.t3-sidebar .search-icon svg {
  display: none;
}
.t3-sidebar .search .search-icon input.inputbox {
  width: 250px;
}
.t3-sidebar .search .btn.btn-primary {
  padding-top: 5px;
  padding-bottom: 5px;
}
blockquote::before {
  content: '\f10d';
  font-family: FontAwesome;
  font-size: 35px;
  position: absolute;
  left: 20px;
  top: 20px;
  font-style: normal;
}
blockquote {
  padding: 16px 20px 16px 80px;
  font-size: 18px;
  font-style: italic;
  margin: 40px 0;
  line-height: 30px;
  position: relative;
  clear: both;
}
.content-icons-outer {
  line-height: 0;
}
ul.content-icons.pull-right {
  margin-bottom: 0;
}
.content-icons.pull-right li {
  display: inline-block;
  list-style: none;
}
.content-icons.pull-right li {
  margin-right: 10px;
}
.tags {
  margin-bottom: 10px;
}
.tags .label-info {
  background-color: transparent;
  margin-right: 4px;
  font-weight: normal;
  letter-spacing: 0.3px;
  line-height: 1;
  padding-top: 5px;
}
.article-aside {
  line-height: 0;
}
.article-info {
  line-height: 0;
}
.article-info dd {
  line-height: 1;
}
.off-canvas {
  position: relative;
}
.off-canvas-toggle {
  position: absolute;
  top: 0px;
  right: 0;
  height: 40px;
  border: 0;
  width: 40px;
  z-index: 102;
  max-height: 40px;
}
.t3-off-canvas .module_menu .nav > li > a::after,
.t3-off-canvas .module_menu .nav > li > .separator::after,
.t3-off-canvas .module_menu .nav > li > span::after,
.t3-off-canvas .module_menu .nav > li > a::before,
.t3-off-canvas .module_menu .nav > li > .separator::before,
.t3-off-canvas .module_menu .nav > li > span::before {
  display: none;
}
body.off-canvas-right,
body.off-canvas-open {
  overflow-x: visible !important;
}
body.off-canvas-right #t3-mainnav.affix-top,
body.off-canvas-open #t3-mainnav.affix-top {
  right: 0 !important;
}
.home-2 .btn-primary.off-canvas-toggle {
  height: 40px;
  line-height: 40px;
}
.home-2 .off-canvas-toggle span.bar-first {
  top: 14px;
}
.home-2 .off-canvas-toggle span.bar-mid {
  top: 20px;
}
.home-2 .off-canvas-toggle span.bar-last {
  top: 26px;
}
.home-2 .off-canvas-open .off-canvas-toggle span.bar-first {
  top: 18px;
}
.home-2 .off-canvas-open .off-canvas-toggle span.bar-last {
  top: 18px;
}
.jt-cs.planis.jt-sidebar h4 {
  margin-top: 0;
  margin-bottom: 2px;
}
.t3-module.module-noborder .module-ct {
  border: 0;
  padding: 0;
  margin-top: 0;
}
.t3-module.module-noborder {
  margin-bottom: 0;
}
.t3-sidebar .t3-module .module-ct {
  padding: 10px;
}
.t3-module.module.-nopadding .module-ct {
  padding: 0 0 0px 0;
}
.tagspopular ul > li {
  margin: 0 6px 10px 0px;
}
.tagspopular ul > li > a {
  display: block;
  padding: 3px 10px;
  border-radius: 0px;
}
.dropdown-menu {
  border-radius: 0px;
}
#sb-body,
#sb-loading {
  background-color: #fff !important;
}
img.hikashop_child_image {
  height: 100px;
}
.hikashop_small_image_div {
  margin-top: 20px;
}
.hikashop_products_listing.planis a.hikacart,
.hika_j2 .btn-success,
.hikabtn-success {
  margin-top: 20px;
}
.icon-edit:before {
  width: 100%;
}
a.btn.jmodedit span.icon-edit::before {
  content: "Edit \f044";
  font-family: 'Nunito Sans Regular', FontAwesome !important;
  line-height: 1;
  padding: 5px 5px 5px 5px;
  border-radius: 3px;
  text-align: center;
}

.scroll-progress-bar {
  position: fixed;
  z-index: 9999;
  height: 3px;
  top: 0;
  left: 0;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
}

.topbar {
  min-height: 70px;
  position: relative;
  z-index: 1;
  padding-left: 25px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.topbar .row {
  display: flex;
  align-items: center;
}
.topbar .container {
  background: none;
  padding-top: 0px;
}
.topbar-left[class*=' col-'] {
  padding-right: 0;
}
.topbar-right[class*=' col-'] {
  padding-right: 0;
  padding-left: 0;
}
.topbar-right-inner i {
  background: none;
}
.topbar-middle-inner {
  float: right;
}
.topbar-middle[class*=' col-'] {
  padding-right: 0;
}
.topbar-right-inner {
  float: right;
  min-height: 40px;
}
.topbar-right-inner .mod-languages.planis {
  min-height: 40px;
  display: grid;
  place-items: center;
}
.topbar-right-inner .mod-languages.planis .btn-secondary {
  border: 0;
}
ul.top_social_icons,
ul.top_contact_info,
.topbar ul.menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding-left: 0;
  margin-bottom: 0;
}
ul.top_social_icons li,
ul.top_contact_info li {
  list-style: none;
  padding: 0 0px 0 10px;
}
ul.top_social_icons {
  justify-content: flex-end;
}
ul.top_social_icons li a {
  width: 36px;
  height: 36px;
  border-radius: 100%;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
}
ul.top_social_icons,
ul.top_contact_info,
.topbar ul.menu {
  justify-content: flex-start;
}
ul.top_social_icons li a::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  transition: .5s;
  z-index: 2;
}
ul.top_social_icons li a:hover::before {
  top: 0;
}
ul.top_social_icons i {
  z-index: 3;
  transition: .8s;
}
ul.top_social_icons li a:hover .fa {
  transform: rotateY(360deg);
  transition: .8s;
}
ul.social_icons,
ul.top_contact_info,
.topbar ul.menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding-left: 0;
  margin-bottom: 0;
}
ul.social_icons li,
ul.top_contact_info li {
  list-style: none;
  padding: 0 10px 0 0px;
}
ul.social_icons {
  justify-content: flex-start;
}
ul.social_icons li a {
  width: 36px;
  height: 36px;
  border-radius: 100%;
  display: grid;
  place-items: center;
}
.topbar ul.menu li a,
.topbar li a,
.topbar ul.menu li > .separator,
.topbar ul.menu li > span {
  cursor: pointer;
}
.topbar p,
.top-login {
  margin: 0px;
}
.topbar i,
.topbar .fa {
  font-size: 16px;
  line-height: 1;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
}
.topbar ul.menu li a:hover,
.topbar li a:hover,
.topbar a:hover {
  transition: all 0.2s  linear 0s;
}
.topbar ul.menu li.active a,
.topbar li.active a {
  background: none;
}
.topbar ul.dropdown-menu {
  margin-top: 0;
  border-radius: 0px;
  padding: 0px;
  border: 0;
}
.topbar ul.dropdown-menu li {
  float: none;
  margin: 0;
}
.topbar ul.dropdown-menu li a {
  padding: 9px 15px 9px 10px;
}
.topbar ul.dropdown-menu li a:hover {
  padding: 9px 15px 9px 15px;
}
.topbar .nav li,
.topbar .nav li a,
.topbar .nav li:hover,
.topbar .nav li a:hover {
  background: none !important;
  background-color: transparent !important;
}
.social-top p {
  text-align: right;
}
.topbar .search {
  float: right;
}
.topbar .search input {
  border-radius: 0px;
  padding: 5px 5px 5px 30px;
  height: 24px;
  font-size: 11px;
  min-width: 180px;
  transition: all 0.2s linear 0s;
  display: inline-block;
}
.topbar .search input:focus {
  min-width: 195px;
  transition: all 0.2s linear 0s;
}
.topbar .btn {
  padding: 3px 10px 3px 10px;
  line-height: 1.42857143;
}
.topbar,
.topbar ul.menu li a,
.topbar li a,
.topbar ul.menu li > .separator,
.topbar ul.menu li > span,
.topbar-right {
  transition: all 0.2s linear 0s;
}
.topbar ul {
  margin: 0;
  padding: 0;
}
.topbar-right .mod-languages.planis a.btn.dropdown-toggle {
  padding: 11px;
  border-radius: 0px;
}
div.mod-languages.planis img {
  margin-right: 5px;
  margin-bottom: 4px;
}
div.mod-languages.planis .btn .caret {
  margin-left: 3px;
}
.topbar-right .mod-languages button {
  border-radius: 0px;
  height: 40px;
}
.topbar-right .mod-languages ul.dropdown-menu {
  margin-top: -4px !important;
  border-radius: 0px;
  min-width: 165px;
  padding: 0;
  border: 0;
  transform: translate(0px, 40px) !important;
  z-index: 999;
}
.topbar-right .mod-languages .btn-secondary:hover {
  opacity: 1;
}
.topbar-right .mod-languages ul.dropdown-menu a {
  color: #5c727d;
  font-size: 13px;
  display: block;
}
.topbar-right .mod-languages ul.dropdown-menu li {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.topbar-right .mod-languages ul.dropdown-menu li.lang-active {
  background-color: transparent;
}
#btl .btl-panel.planis > #btl-panel-profile {
  background: url(../../../../less/themes/images/btl-panel-bg.png) top right no-repeat;
  padding-right: 30px;
}
#btl .btl-panel.planis > span,
.btl-panel.planis button.btl-buttonsubmit,
.btl-panel.planis input.btl-buttonsubmit {
  background-color: transparent !important;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  margin: 0;
  border-radius: 0px;
  padding: 0 10px;
  height: auto;
  transition: all 0.2s linear 0s;
}
.btl-content-block.planis {
  border-radius: 0px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.btl-content-block.planis input.btl-buttonsubmit,
.btl-content-block.planis button.btl-buttonsubmit {
  border-radius: 0px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  text-transform: uppercase;
  color: #fff;
  font-weight: 300;
  line-height: 1;
  margin: 0;
  min-width: 75px;
  float: right;
}
#btl-content-login ul li {
  float: left;
  display: inline;
  margin-right: 20px;
}
#bt_ul.planis {
  float: left;
  padding-left: 20px;
  padding-top: 15px;
  margin: 0px 0 10px 0!important;
}
#btl-content #btl-content-login.btl-content-block.planis .btl-label,
#btl-content-registration.btl-content-block.planis .btl-label {
  color: #ddd;
  text-transform: uppercase;
}
#bt_ul.planis li a:hover {
  text-decoration: none !important;
}
#btl-content-registration.btl-content-block.planis {
  min-width: 390px;
}
#btl-content-registration .btl-buttonsubmit.planis {
  margin-right: 15px !important;
  margin-bottom: 10px;
}
#btl-content-login .btl-content-block.planis.btl-content-block.planis .btl-input input,
.btl-content-block.planis .btl-input > input[type="text"],
.btl-content-block.planis .btl-input > input[type="password"],
.btl-content-block.planis #recaptcha > input {
  float: left;
  padding: 1px 5px;
  margin-bottom: 10px;
  font-size: 12px;
  background: #1f2124;
  background: -moz-linear-gradient(#1f2124, #27292c);
  background: -ms-linear-gradient(#1f2124, #27292c);
  background: -o-linear-gradient(#1f2124, #27292c);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#1f2124), to(#27292c));
  background: -webkit-linear-gradient(#1f2124, #27292c);
  background: linear-gradient(#1f2124, #27292c);
  border: 1px solid #000;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  border-radius: 0px;
  color: rgba(255, 255, 255, 0.5);
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
#btl-content-login input[type=text]:hover,
#btl-content-login input[type=password]:hover,
#btl-content-login label:hover ~ input[type=text],
#btl-content-login label:hover ~ input[type=password],
#btl-content-registration .btl-input > input[type="text"]:hover,
#btl-content-registration .btl-input > input[type="password"]:hover,
#btl-content-registration #recaptcha > input:hover {
  background: #27292c;
}
#btl-content-login:after {
  content: "";
  height: 1px;
  width: 33%;
  position: absolute;
  left: 1%;
  top: 0;
  background: -moz-linear-gradient(left, transparent, #444444, #b6b6b8, #444444, transparent);
  background: -ms-linear-gradient(left, transparent, #444444, #b6b6b8, #444444, transparent);
  background: -o-linear-gradient(left, transparent, #444444, #b6b6b8, #444444, transparent);
  background: -webkit-gradient(linear, 0 0, 100% 0, from(transparent), color-stop(0.25, #444444), color-stop(0.5, #b6b6b8), color-stop(0.75, #444444), to(transparent));
  background: -webkit-linear-gradient(left, transparent, #444444, #b6b6b8, #444444, transparent);
  background: linear-gradient(left, transparent, #444444, #b6b6b8, #444444, transparent);
}
#btl-content-login:before {
  content: "";
  width: 8px;
  height: 5px;
  position: absolute;
  left: 16%;
  top: -7px;
  border-radius: 50%;
  box-shadow: 0 0 6px 4px #fff;
}
#btl-content-login {
  font-weight: 400;
  width: 100%;
  position: relative;
  padding: 10px;
  overflow: hidden;
  border-radius: 6px;
}
#register-link.planis {
  padding: 4px 0;
}
#register-link.planis::before {
  content: "";
  width: 250px;
  height: 100px;
  position: absolute;
  top: 45px;
  left: 0px;
  -webkit-transform: rotate(75deg);
  -moz-transform: rotate(75deg);
  -ms-transform: rotate(75deg);
  -o-transform: rotate(75deg);
  transform: rotate(75deg);
  background: -moz-linear-gradient(50deg, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0));
  background: -ms-linear-gradient(50deg, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0));
  background: -o-linear-gradient(50deg, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0));
  background: -webkit-linear-gradient(50deg, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0));
  background: linear-gradient(50deg, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0));
  pointer-events: none;
}
#btl-content div.btl-buttonsubmit.planis,
div.btl-buttonsubmit.planis {
  border-top: 0;
  margin: 5px 0 0 0;
  float: right;
  width: 50%;
}
#btl-input-remember.btl-input.planis {
  float: left !important;
  width: 50%;
}
#btl-content-registration::after {
  content: "";
  height: 1px;
  width: 33%;
  position: absolute;
  left: 1%;
  top: 0;
  background: -moz-linear-gradient(left, transparent, #444444, #b6b6b8, #444444, transparent);
  background: -ms-linear-gradient(left, transparent, #444444, #b6b6b8, #444444, transparent);
  background: -o-linear-gradient(left, transparent, #444444, #b6b6b8, #444444, transparent);
  background: -webkit-gradient(linear, 0 0, 100% 0, from(transparent), color-stop(0.25, #444444), color-stop(0.5, #b6b6b8), color-stop(0.75, #444444), to(transparent));
  background: -webkit-linear-gradient(left, transparent, #444444, #b6b6b8, #444444, transparent);
  background: linear-gradient(left, transparent, #444444, #b6b6b8, #444444, transparent);
}
#btl-content-registration::before {
  content: "";
  width: 8px;
  height: 5px;
  position: absolute;
  left: 16%;
  top: -7px;
  border-radius: 50%;
  box-shadow: 0 0 6px 4px #fff;
}
#btl-content-registration {
  font-weight: 400;
  position: relative;
  padding: 10px;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: inset 0 0 2px 1px rgba(255, 255, 255, 0.08), 0 16px 10px -8px rgba(0, 0, 0, 0.6);
}
#register-link a {
  color: #ddd;
  transition: all 0.3s linear 0s;
}
.btl-note.planis::before {
  content: "";
  width: 550px;
  height: 100px;
  position: absolute;
  top: 45px;
  left: -150px;
  -webkit-transform: rotate(75deg);
  -moz-transform: rotate(75deg);
  -ms-transform: rotate(75deg);
  -o-transform: rotate(75deg);
  transform: rotate(75deg);
  background: -moz-linear-gradient(50deg, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0));
  background: -ms-linear-gradient(50deg, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0));
  background: -o-linear-gradient(50deg, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0));
  background: -webkit-linear-gradient(50deg, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0));
  background: linear-gradient(50deg, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0));
  pointer-events: none;
}
.btl-note.planis {
  padding: 5px 0;
}
#btl-content #btl-content-profile::after {
  content: "";
  height: 1px;
  width: 33%;
  position: absolute;
  left: 16%;
  top: 0;
  background: -moz-linear-gradient(left, transparent, #444444, #b6b6b8, #444444, transparent);
  background: -ms-linear-gradient(left, transparent, #444444, #b6b6b8, #444444, transparent);
  background: -o-linear-gradient(left, transparent, #444444, #b6b6b8, #444444, transparent);
  background: -webkit-gradient(linear, 0 0, 100% 0, from(transparent), color-stop(0.25, #444444), color-stop(0.5, #b6b6b8), color-stop(0.75, #444444), to(transparent));
  background: -webkit-linear-gradient(left, transparent, #444444, #b6b6b8, #444444, transparent);
  background: linear-gradient(left, transparent, #444444, #b6b6b8, #444444, transparent);
}
#btl-content #btl-content-profile::before {
  content: "";
  width: 8px;
  height: 5px;
  position: absolute;
  left: 30%;
  top: -7px;
  border-radius: 50%;
  box-shadow: 0 0 6px 4px #fff;
}
#btl-content #btl-content-profile {
  font-weight: 400;
  position: relative;
  padding: 10px;
  overflow: hidden;
  background: #111;
  border-radius: 0px;
  border: 1px solid #191919;
  box-shadow: inset 0 0 2px 1px rgba(255, 255, 255, 0.08), 0 16px 10px -8px rgba(0, 0, 0, 0.6);
}
#btl-content-profile.btl-content-block.planis ul.menu li {
  border-bottom: 1px solid #000;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
}
#module-in-profile.planis h3 {
  border-radius: 0px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  background: #000 !important;
  border: 1px solid rgba(0, 0, 0, 0.9);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 10px 10px rgba(255, 255, 255, 0.1);
}
#module-in-profile.planis h3::before {
  content: "";
  width: 250px;
  height: 100px;
  position: absolute;
  top: 45px;
  left: 0px;
  -webkit-transform: rotate(75deg);
  -moz-transform: rotate(75deg);
  -ms-transform: rotate(75deg);
  -o-transform: rotate(75deg);
  transform: rotate(75deg);
  background: -moz-linear-gradient(50deg, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0));
  background: -ms-linear-gradient(50deg, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0));
  background: -o-linear-gradient(50deg, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0));
  background: -webkit-linear-gradient(50deg, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0));
  background: linear-gradient(50deg, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0));
  pointer-events: none;
}
#btl-content-profile div.btl-buttonsubmit.planis {
  padding-top: 15px !important;
}
#btl .btl-panel > span {
  box-shadow: none !important;
}

#t3-mainnav .nav-bg-overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 51px;
}
#t3-mainnav.affix .nav-bg-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 55px;
  line-height: 55px;
}
#t3-header .container {
  background: none;
}
#t3-mainnav.affix.navbar-default .navbar-nav > li > a,
#t3-mainnav.affix.navbar-default .navbar-nav li > .separator,
#t3-mainnav.affix.navbar-default .navbar-nav li > span,
#t3-mainnav.affix.navbar-default .navbar-nav > li > .nav-header {
  line-height: 55px;
}
#t3-mainnav .container {
  background: none;
}
#t3-mainnav ul {
  padding-left: 0;
}
#t3-mainnav.navbar-default {
  border: 0;
}
#t3-mainnav li {
  list-style: none;
  display: block;
  background-repeat: no-repeat;
  background-position: right bottom;
}
#t3-mainnav .t3-navbar-collapse li,
#t3-mainnav .t3-navbar-collapse li span {
  background-image: none;
}
#t3-mainnav.navbar-default li::after {
  
}
#t3-mainnav.navbar-default li:hover::after {
  opacity: 1;
  width: 100%;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
#t3-mainnav.navbar-default .navbar-nav > li > a,
#t3-mainnav.navbar-default .navbar-nav li > .separator,
#t3-mainnav.navbar-default .navbar-nav li > span,
#t3-mainnav.navbar-default .navbar-nav > li > .nav-header {
  padding: 12px 15px 15px 10px;
  transition: all 0.2s  linear 0s;
  line-height: 55px;
}
#t3-mainnav .dropdown-menu span,
#t3-mainnav .dropdown-menu span.separator,
#t3-mainnav .dropdown li a,
#t3-mainnav .dropdown-menu > li > a {
  line-height: 1.7 !important;
  display: block;
  padding: 8px 15px!important;
  font-size: 90% !important;
  font-weight: normal !important;
}
#t3-mainnav .dropdown-menu span:hover,
#t3-mainnav .dropdown li a:hover,
#t3-mainnav .dropdown-menu > li > a:hover {
  padding-left: 30px !important;
}
#t3-mainnav .dropdown-menu {
  min-width: 215px;
  width: auto;
  padding: 0;
  border: 0;
}
#t3-mainnav .dropdown-menu {
  border: 0;
  padding: 0;
  margin-top: 0px;
  background-color: transparent;
}
#t3-mainnav .dropdown-menu li::after {
  display: none;
}
#t3-mainnav.affix .logo {
  min-height: 75px;
  display: grid;
}
.t3-mainnav .t3-navbar-collapse .nav .caret {
  position: absolute;
  right: 15px;
}
.navbar-nav > li > .dropdown-menu,
.dropdown-submenu > .dropdown-menu {
  border-radius: 0;
}
#t3-mainnav.navbar {
  border-left: 0;
  border-top: 0;
  border-right: 0;
}
.t3-megamenu .mega > .dropdown-menu .mega-col-nav {
  padding-left: 0;
  padding-right: 0;
}
.t3-megamenu .mega-inner {
  padding: 0px;
}
.nav .open a,
.nav .open a:hover {
  background-color: transparent;
}
.navbar-default .navbar-nav li > a,
.navbar-default .navbar-nav li > .separator,
.navbar-default .navbar-nav li > span {
  cursor: pointer;
}
#t3-mainnav .dropdown-menu::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  height: 2px;
  width: 100%;
  z-index: 999;
}
#t3-mainnav .nav-child.dropdown-menu .level1::after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  content: "";
  position: absolute;
  left: 30px;
  top: -5px;
  opacity: 1;
  animation: right-to-left 1s;
  -moz-animation: right-to-left 1s;
  -webkit-animation: right-to-left 1s;
  -o-animation: right-to-left 1s;
}
.t3-megamenu .dropdown-menu .mega-nav {
  margin-top: 0px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > .separator,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > .separator:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > .separator:focus {
  outline: none;
}
.t3-megamenu li.dropdown::before {
  
}
.t3-megamenu li.dropdown:hover::before {
  
}
.mainnav-left[class*=' col-'] {
  padding-left: 0;
}
.t3-mainbody {
  min-height: 60vh;
}
#t3-mainnav .nav > .dropdown > .dropdown-toggle .caret {
  border: 0 !important;
  position: relative;
  width: 13px;
  height: 13px;
  margin-left: 5px;
  font-size: 13px;
  z-index: 0;
}
#t3-mainnav .nav > .dropdown > .dropdown-toggle .caret::before {
  position: absolute;
  right: 0;
  top: -2px;
  content: "\f078";
  color: #fff;
  z-index: 9999;
  display: inline-block;
  font: normal normal normal 13px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 13px;
  height: 13px;
}
#t3-mainnav .dropdown-menu span::before,
#t3-mainnav .dropdown-menu span.separator::before,
#t3-mainnav .dropdown li a::before,
#t3-mainnav .dropdown-menu > li > a::before {
  content: "";
  position: absolute;
  left: 10px;
  width: 0;
  height: 2px;
  top: 50%;
  margin-top: -1px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#t3-mainnav .dropdown-menu span,
#t3-mainnav .dropdown-menu span.separator,
#t3-mainnav .dropdown li a,
#t3-mainnav .dropdown-menu > li > a {
  position: relative;
}
#t3-mainnav .dropdown-menu span:hover::before,
#t3-mainnav .dropdown-menu span.separator:hover::before,
#t3-mainnav .dropdown li a:hover::before,
#t3-mainnav .dropdown-menu > li > a:hover::before {
  width: 15px;
}

#t3-header {
  min-height: 70px;
  -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.5);
  position: relative;
  padding: 0px 0px 0px 0;
}
#t3-mainnav.affix {
  border: 0;
  border-left: 0;
  border-right: 0;
  min-height: 55px;
  animation: fadein 0.5s;
  -moz-animation: fadein 0.5s;
  -webkit-animation: fadein 0.5s;
  -o-animation: fadein 0.5s;
  margin-bottom: 0;
  border-radius: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  position: fixed;
  padding: 0px 0;
}
.logo-image img {
  max-width: 100%;
}
.logo {
  min-height: 70px;
  display: grid;
  padding: 0 0;
}
body.fullwidth #t3-mainnav.affix {
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
}
body.fullwidth #t3-mainnav.affix .container {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.header-right[class*=' col-'] {
  padding-left: 0;
}
body.boxed .logo {
  padding: 20px 0 0 15px;
}

.wrap.highlighter {
  min-height: 41px;
  overflow: hidden;
  padding-top: 15px;
  padding-bottom: 15px;
}
.highlighter-inner {
  margin-top: 0px;
  overflow: hidden;
}
.gkHighlighterGK5.planis .gkHighlighterInterface.planis {
  background-color: transparent !important;
}
.gkHighlighterInterface.planis span.text {
  display: block;
  float: left;
  margin: 0 6px 0 0px;
  font-size: 12px;
  font-weight: normal;
  text-transform: none;
  line-height: 30px;
  padding: 0 10px;
}
.gkHighlighterInterface.planis div {
  padding-top: 6px;
}
.gkHighlighterInterface.planis div a {
  transition: none;
  display: block;
  float: left;
  height: 15px;
  width: 13px;
  margin: 2px 0 0 5px;
  cursor: pointer;
}
.gkHighlighterItem.planis {
  min-height: 28px;
}
.gkHighlighterInterface.planis {
  padding: 0 7px 0 0;
}
.gkHighlighterWrapper.planis {
  top: 6px;
}

.bt-cs.planis.bt-toppicture .bt-cat-title-text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.845, 0.045, 0.355, 1);
  z-index: 3;
  padding: 15px;
  text-align: left;
}
.featured .thumb-area a::before,
.slider2 .thumb-area a::before,
.gallery .thumb-area a::before,
.carousel1 .thumb-area a::before,
.video .thumb-area a::before,
.simple .thumb-area a::before,
.bt-cs.planis.bt-toppicture .bt-imagecover::after {
  content: "";
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.5) 70%, #000000 100%);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.5) 70%, #000000 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.5) 70%, #000000 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.5) 70%, #000000 100%);
  background: linear-gradient(top, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.5) 70%, #000000 100%);
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.7;
  transition: all 0.2s  linear 0s;
  z-index: 2;
}
.bt-cs.planis.bt-toppicture .bt-imagecover:hover::after {
  opacity: 0.85;
  transition: all 0.2s  linear 0s;
}
.bt-cs.planis.bt-toppicture .bt-inner {
  padding-left: 0px;
  padding-right: 0px;
}
.bt-cs.planis.bt-toppicture .bt-inner .bt-title {
  margin-bottom: 0px;
}
.bt-cs.planis.bt-toppicture .bt-author,
.bt-cs.planis.bt-toppicture .bt-category,
.bt-cs.planis.bt-toppicture .bt-date,
.bt-cs.planis.bt-toppicture .bt-imagecover .fa {
  font-size: 11px;
  padding: 3px 7px;
}
.bt-cs.planis.bt-toppicture .bt-date,
.bt-cs.planis.bt-toppicture .bt-imagecover .fa {
  padding: 0px;
}
.bt-cs.planis.bt-toppicture .bt-row,
.subslider-1-2 {
  padding: 5px 0;
}
.subslider-1-2 [class*=' col-'] {
  padding-left: 10px;
  padding-right: 10px;
}
.subslider-1-2 .module {
  margin-bottom: 0px;
}
.bt-cs.planis.bt-toppicture.bt-toppicture-2 a.prev.planis {
  left: 0;
  z-index: 5;
  opacity: 1;
  text-indent: 0;
  border: 0;
  top: 45%;
  width: 32px;
  height: 48px;
  padding-left: 0px;
  border-radius: 0px;
}
.bt-cs.planis.bt-toppicture.bt-toppicture-2 a.next.planis {
  z-index: 5;
  border: 0;
  top: 45%;
  right: 0;
  width: 32px;
  height: 48px;
  padding-left: 0px;
  border-radius: 0px;
}
.bt-cs.planis.bt-toppicture.bt-toppicture-2 a.prev.planis .fa,
.bt-cs.planis.bt-toppicture.bt-toppicture-2 a.next.planis .fa {
  font-size: 24px;
  line-height: 48px;
}
.bt-cs.planis.bt-toppicture.bt-toppicture-2 .bt-imagecover {
  border: 0;
  outline: 0;
  margin: 0;
}
.bt-cs.planis.bt-toppicture.bt-toppicture-2 .bt-cat-title-text {
  height: 40%;
  background: rgba(0, 0, 0, 0.45);
}
.bt-cs.planis.bt-toppicture.bt-toppicture-2 .bt-inner .bt-category {
  top: 30px;
  left: 30px;
  position: absolute;
  z-index: 5;
}
.bt-cs.planis.bt-toppicture.bt-toppicture-2 .bt-author,
.bt-cs.planis.bt-toppicture.bt-toppicture-2 .bt-category,
.bt-cs.planis.bt-toppicture.bt-toppicture-2 .bt-date,
.bt-cs.planis.bt-toppicture.bt-toppicture-2 .bt-imagecover .fa {
  font-size: 13px;
}
.bt-cs.planis.bt-toppicture-2 p.readmore {
  margin-top: 7px;
  float: right;
  line-height: 1;
}
.bt-cs.planis.bt-toppicture-2 p.readmore a.btn {
  line-height: 1.4;
}
.bt-cs.planis.bt-toppicture.bt-toppicture-2 .bt-cat-title-text {
  font-size: 16px;
}
.bt-cs.planis.bt-toppicture.bt-toppicture-2 h3 {
  font-size: 20px;
}
.bt-cs.planis.bt-toppicture .bt-row-separate {
  border-bottom: 0;
}
.bt-cs.planis {
  padding-bottom: 15PX;
}
.slider-title {
  font-family: 'Roboto Bold';
}

h4.bordered-title {
  position: relative;
  display: inline-block;
  padding: 5px 15px;
  font-weight: normal;
  font-family: 'Nunito Sans Regular' !important;
}
h4.bordered-title::before {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  opacity: 0.1;
  content: "";
  left: 0;
  top: 0;
}
h1.leading {
  font-size: 36px;
  margin: 0;
}
.what-we-do .fa {
  padding: 10px;
  position: relative;
  width: 45px;
  height: 45px;
  margin-right: 15px;
}
.what-we-do .fa::after {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  opacity: 0.1;
  content: "";
  left: 0;
  top: 0;
}
.what-we-do .fa::before {
  position: absolute;
  text-align: center;
  width: 25px;
  line-height: 25px;
}
.what-we-do li {
  list-style: none;
  margin: 15px 0;
}
.what-we-do ul {
  padding: 0;
}

.special-work li {
  list-style: none;
  margin: 15px 0;
}
.special-work .fa {
  margin-right: 10px;
}

.orbit-container.planis h3.slide-title,
.orbit-container.planis h3 {
  margin-top: 0px;
  font-size: 30px;
  color: #fff;
}
.orbit-container.planis .orbit-slides-container > * .orbit-caption {
  font-size: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 15px;
  color: #fff;
  font-size: 16px;
}
.orbit-container.planis .orbit-prev,
.orbit-container.planis .orbit-next {
  width: 18px;
  height: 70px;
  line-height: 70px;
}
.orbit-container.planis .orbit-prev > span {
  left: 3px;
  border: 0;
  width: 9px;
  height: 17px;
  background: url(../../../../less/themes/images/orbit-prev.png) no-repeat;
}
.orbit-container.planis .orbit-next > span {
  border: 0;
  background: url(../../../../less/themes/images/orbit-next.png) no-repeat;
  width: 9px;
  height: 17px;
}
.orbit-container.planis .orbit-bullets li {
  background: rgba(255, 255, 255, 0.4);
  width: 10px;
  height: 10px;
}
.bfPageIntro h3 {
  margin-bottom: 0px;
  background: none;
}
.bfPageIntro h3::before,
.bfPageIntro h3::after {
  display: none;
}
.subslider_bg {
  position: relative;
}
.subslider_inner.container,
.topsl_inner.container,
.topsl-3_inner.container,
.topsl-5_inner.container,
.spotlight .container {
  background-color: transparent;
}
#slidermodul {
  position: relative;
}
ul.opening-hours.message-block {
  padding-left: 0;
}
ul.opening-hours.message-block li {
  list-style: none;
  text-transform: capitalize;
  position: relative;
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  padding-bottom: 10px;
}
.tp-caption.largeblackbg_planis,
.largeblackbg_planis {
  min-height: 215px;
  height: auto !important;
  height: 215px;
  padding: 20px;
}
.tp-caption.largeblackbg_planis .small,
.largeblackbg_planis .small {
  font-size: 70%;
  padding-top: 10px;
}
.rating-stars,
.film-info {
  font-family: 'Rajdhani Regular';
  line-height: 1 !important;
}
.film-info .fa {
  color: #fff;
  font-weight: normal !important;
}
.t3-slider .n2-ss-slider .slider-base::before {
  position: absolute;
  content: "";
  width: 30%;
  height: 200%;
  left: 30%;
  top: -50px;
  z-index: -1;
  display: block;
  transform-origin: top right;
  -ms-transform: skew(-17deg, 0deg);
  -webkit-transform: skew(-17deg, 0deg);
  transform: skew(-17deg, 0deg);
  opacity: 0.85;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.4);
}
.t3-slider .n2-ss-slider .slider-base::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 200%;
  left: -70%;
  top: -50px;
  z-index: -1;
  display: block;
  transform-origin: top right;
  -ms-transform: skew(-17deg, 0deg);
  -webkit-transform: skew(-17deg, 0deg);
  transform: skew(-17deg, 0deg);
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.15);
}
.t3-slider .n2-ss-slider .studio-content::before {
  position: absolute;
  content: "";
  width: 32px;
  height: 100%;
  display: block;
  left: -15px;
  right: auto;
  top: 0;
  z-index: -1;
  border-right: 0;
}
.t3-slider .n2-ss-slider .studio-content::after {
  position: absolute;
  content: "";
  width: 32px;
  height: 100%;
  display: block;
  right: 0;
  top: 0;
  left: auto;
  z-index: -1;
  border-left: 0;
}
.t3-slider .n2-ss-slider .n2-ss-section-main-content::after {
  position: absolute;
  content: "";
  width: 120%;
  height: 150%;
  top: 0px;
  right: -50%;
  margin: -50px 0;
  display: block;
  z-index: -1;
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 50%, #000000 100%);
  
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 50%, #000000 100%);
  
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 50%, #000000 100%);
  
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=1);
  
}
div#n2-ss-4 .nextend-thumbnail-horizontal .n2-thumbnail-dot {
  margin-left: 7px;
  margin-right: 7px;
}

.topsl_bg {
  position: relative;
}
.wrap.topsl-2_bg .container,
.wrap.topsl-4_bg .container {
  background: none;
}
.topsl-2_bg h3.module-title::after {
  background: none;
}
.wrap.topsl-2_bg::after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
}
.jt-cs.planis.jt-skew-2 .jt-inner-bg {
  margin: 10px;
}
.jt-cs.planis.jt-skew-2 .jt-title-text-cont {
  padding: 0px 30px 30px 30px;
}
.jt-cs.planis.jt-skew-2 .jt-imagecover-inner::after {
  content: " ";
  position: absolute;
  z-index: 4;
  display: block;
  width: 110%;
  height: 500px;
  left: 0px;
  bottom: -450px;
  transform-origin: bottom left;
  -ms-transform: skew(0deg, 5deg);
  -webkit-transform: skew(0deg, 5deg);
  transform: skew(0deg, 5deg);
}
.jt-cs.planis.jt-skew-2 .jt-imagecover {
  position: relative;
  overflow: visible;
}
.jt-cs.planis.jt-skew-2 .jt-imagecover-inner {
  overflow: hidden;
  position: relative;
}
.jt-cs.planis.jt-skew-2 .jt-caption {
  position: absolute;
  right: 25px;
  bottom: -15px;
  width: 67px;
  height: 67px;
  border-radius: 100%;
  z-index: 5;
  display: grid;
  place-items: center;
}
.jt-cs.planis.jt-skew-2 .jt-caption .fa {
  color: #fff;
  font-size: 30px;
}
.jt-cs.planis .slide {
  margin-top: 0;
}
.jt-cs.planis .jtcs_more_cat a {
  text-decoration: none;
}
.topsl-2_inner.container {
  position: relative;
  z-index: 1;
}
.jt-icon-box .jt-icon-box-icon {
  width: 30px;
  height: 30px;
  text-align: center;
  vertical-align: middle;
  font-size: 30px;
  line-height: 30px;
  margin-top: 3px;
  float: left;
  transition: all 0.3s ease-in-out;
}
.jt-icon-box .jt-icon-box-icon img {
  max-width: 30px;
  max-height: 30px;
}
.jt-icon-box .jt-icon-box-content {
  margin-left: 50px;
}
.jt-icon-box-content .fa-angle-right {
  margin-left: 7px;
}
.jt-icon-box-content h3 {
  font-weight: 600;
}
a.more-info {
  margin-top: 10px;
  display: inline-block;
}
.topsl-2_bg .name-pos {
  text-align: left;
}
.topsl-2_bg .zt-module-testimonial.planis .carousel-indicators {
  width: auto;
  left: 25%;
  right: 25%;
  text-align: center;
}
#planis .jt_testimonial-block-slide {
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
  -khtml-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
}
#planis .jt_testimonial-block-slide {
  padding: 20px 20px;
}
#planis .testimonial_block {
  z-index: 5;
}
#planis .jt_testimonial-outer {
  position: relative;
}
#planis.owl2-carousel .owl2-item {
  overflow: visible;
}
#planis.owl2-carousel .owl2-stage-outer {
  padding-bottom: 40px;
}
#planis.team.owl2-carousel .owl2-stage-outer {
  padding-bottom: 0px;
}
#planis .testimonial_block-data {
  position: relative;
}
#planis .testimonial_block-data::after {
  font-size: 40px;
  opacity: 0.3;
  right: 0;
  bottom: 0;
  content: "\f10e";
  font-family: FontAwesome;
  font-size: 32px;
  margin: auto;
  position: absolute;
  z-index: 2;
  opacity: 0.85;
}
#planis .owl2-dots .owl2-dot {
  position: relative;
}
#planis .owl2-dots .owl2-dot,
#planis .owl2-dots .owl2-dot span {
  height: 8px;
  width: 50px;
}
#planis .owl2-dot.active span {
  margin-bottom: 0;
}
#planis .testimonial_block-text::after {
  display: none;
}
.jt-cs.planis.jt-movie-1 .jt-introtext {
  line-height: 1.6;
}
.jt-cs.planis.jt-movie-1 p.readmore a.btn-primary {
  font-family: 'Rajdhani Semibold';
}
.jt-cs.planis.jt-movie-1 h4,
.jt-cs.planis.jt-movie-1 .h4 a {
  margin-top: 0px;
  margin-bottom: 10px;
}

.jt-pretext.team p.pretext {
  padding-left: 50px;
  float: right;
  width: 60%;
}
#planis.team .testimonial_block-text::after,
#planis.team .jt_testimonial-outer::after,
#planis.team .jt_testimonial-block-slide::after {
  display: none;
}
#planis.team .jt_testimonial-block-slide {
  padding: 0px 0px 0px 0px;
  box-shadow: none;
}
#planis.team .testimonial_block-name {
  margin-bottom: 4px;
  font-weight: bold;
}
#planis.team .testimonial_block-namepos {
  padding: 5px 10px 5px 0px;
  position: relative;
}
#planis.team .testimonial_block-namepos::after {
  content: " ";
  position: absolute;
  z-index: -1;
  width: calc(130%);
  height: calc(102%);
  left: -40px;
  top: 0;
}
#planis.team .testimonial_block-position {
  font-size: 18px;
}
#planis.team .testimonial_block-text {
  line-height: 1.5;
}
#planis.team .testimonial_block-data {
  margin-top: 0px;
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
}
#planis.team .testimonial_block-data .jt-social-icons {
  margin-top: 15px;
}
#planis.team .testimonial_block-data .jt-social-icons a {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: grid;
  place-items: center;
  margin: 0 5px;
  position: relative;
  overflow: hidden;
}
#planis.team .testimonial_block-data .jt-social-icons a::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  transition: .5s;
  z-index: 2;
}
#planis.team .testimonial_block-data .jt-social-icons a:hover::before {
  top: 0;
}
#planis.team .testimonial_block-data .jt-social-icons i {
  z-index: 3;
  transition: .8s;
}
#planis.team .testimonial_block-data .jt-social-icons a:hover .fa {
  transform: rotateY(360deg);
  transition: .8s;
}
.jt-pretext.team {
  margin-bottom: 40px;
}
#planis.team .testimonial_block::after {
  position: absolute;
  content: "";
  bottom: -20px;
  left: 0;
  height: 5px;
  width: 100%;
  background: url(../../../../less/themes/images/dots-bottom.png) repeat-x bottom;
}
#planis.nav-outside-top .owl2-nav,
#planis.nav-bottom-right .owl2-nav {
  width: 100px;
}
#planis.nav-light .owl2-nav .owl2-prev {
  margin-right: 10px;
}
#planis.team.owl2-carousel .owl2-nav .owl2-next {
  right: -15px;
}
#planis.nav-outside-top .owl2-nav .owl2-prev::after,
#planis.nav-outside-top .owl2-nav .owl2-next::after,
#planis.nav-light .owl2-nav .owl2-prev::after,
#planis.nav-light .owl2-nav .owl2-next::after,
#planis.owl2-carousel .owl2-nav .owl2-prev::after,
#planis.owl2-carousel .owl2-nav .owl2-next::after {
  position: absolute;
  content: " ";
  z-index: 4;
  display: block;
  width: 50px;
  height: 31px;
  right: 0px;
  top: 0;
}
#planis.owl2-carousel .owl2-nav .owl2-prev,
#planis.owl2-carousel .owl2-nav .owl2-next {
  background-color: transparent;
  background-image: none;
}
#planis.nav-outside-top .owl2-nav .owl2-prev::before,
#planis.nav-outside-top .owl2-nav .owl2-next::before,
#planis.nav-light .owl2-nav .owl2-prev::before,
#planis.nav-light .owl2-nav .owl2-next::before,
#planis.owl2-carousel .owl2-nav .owl2-prev::before,
#planis.owl2-carousel .owl2-nav .owl2-next::before {
  position: absolute;
  content: " ";
  z-index: 4;
  display: block;
  width: 50px;
  height: 31px;
  right: -2px;
  top: 2px;
}

.wrap.subslider-0 {
  overflow: hidden;
}
.wrap.subslider-0 .container {
  background-color: transparent;
}
.jt-cs.planis .jt-inner-bg {
  -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
}
.jt-cs.planis .jt-intro-title {
  padding: 0px 20px 20px 20px;
}
.jt-cs.planis.jt-skew .jt-imagecover::after {
  content: " ";
  position: absolute;
  z-index: 4;
  display: block;
  width: 500px;
  height: 100%;
  top: 0;
  right: -495px;
  transform-origin: bottom left;
  -ms-transform: skew(8deg, 0deg);
  -webkit-transform: skew(8deg, 0deg);
  transform: skew(8deg, 0deg);
}
.jtcs_item_wrapper.jt-cs.planis.jt-skew .jtcs_item_category,
.jtcs_item_wrapper.jt-cs.planis.jt-skew h3 {
  margin-top: 10px;
}
.jt-cs.planis .jtcs-author_date .fa,
.jt-cs.planis .jtcs_item_category .fa {
  margin-right: 5px;
}
.jt-cs.planis p.readmore {
  margin: 15px 0 0 0;
}
.jt-cs.planis p.readmore a.btn-primary {
  height: 34px;
}
.jt-cs.planis.blog p.readmore a.btn-primary:hover {
  padding-left: 15px;
}
.jtcs_item_wrapper.jt-cs.planis.jt-skew .jtcs_item_title {
  padding-top: 10px;
}
.jt-cs.planis.jt-skew .jt-inner-bg {
  padding-right: 15px;
  margin: 15px;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1);
}
.jt-cs.planis.jt-construction .jt-inner-bg {
  margin: 15px;
  padding: 20px;
}
.jt-cs.planis.jt-construction .jt-intro-title {
  padding: 0px;
}
.jt-cs.planis .owl-carousel .owl-next,
.jt-cs.planis .owl-carousel .owl-prev,
.jt-cs.planis .owl-carousel .owl-nav span {
  width: 40px;
  height: 31px;
  display: grid;
  place-items: center;
}
.jt-cs.planis .owl-carousel .owl-nav .owl-prev {
  left: -85px;
}
.jt-cs.planis .owl-carousel .owl-nav .owl-next {
  right: -85px;
}
.jt-cs.planis .owl-carousel .owl-prev span {
  position: relative;
}
.jt-cs.planis .fa-angle-left::before,
.jt-cs.planis .fa-angle-right::before,
.jt-cs.planis .owl-carousel .owl-nav .owl-next,
.jt-cs.planis .owl-carousel .owl-nav .owl-prev {
  font-size: 28px;
}
p.pretext {
  font-size: 16px;
}
.jt-cs.planis .jt-readmore {
  position: relative;
  overflow: hidden;
  z-index: 4;
}
.jt-cs.planis .jt-readmore .fa-plus-circle {
  position: relative;
  z-index: 4;
  width: 18px;
  height: 18px;
}
.jt-cs.planis .jt-readmore::after {
  
}
.jt-cs.planis .jt-readmore .fa-plus-circle::after {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 100%;
  z-index: 1;
}
.jt-cs.planis .jt-readmore .fa-plus-circle::before {
  z-index: 4;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 14px;
  height: 14px;
}
.jt-cs.planis .owl-carousel .owl-dots {
  margin-top: 40px;
}
.jt-cs.planis .owl-carousel .owl-dot {
  position: relative;
}
.jt-cs.planis .owl-carousel .owl-dot::after {
  content: " ";
  position: absolute;
  z-index: -1;
  width: 69px;
  height: 46px;
  left: -23px;
  top: -17px;
  border-radius: 46px;
}
.jt-cs.planis .owl-carousel .owl-dot span {
  width: 15px;
  height: 15px;
}
.jt-cs.planis .owl-carousel .owl-dot.active span {
  margin-bottom: 0;
  width: 15px;
  height: 15px;
}
#planis .owl2-dot::after {
  content: " ";
  position: absolute;
  z-index: -1;
  width: 69px;
  height: 46px;
  left: -26px;
  top: -17px;
  border-radius: 46px;
}
.left.item-image {
  float: left;
  margin-right: 20px;
}

.jt-cs.planis.jt-news .jt-inner-bg {
  margin: 15px;
  padding: 0px;
}
.jt-cs.planis.jt-news .jtcs_item_introtext {
  padding: 0px 30px 20px 30px;
}
.jt-cs.planis.jt-news .jtcs_item_title {
  padding: 0px 30px 0 30px;
}
.jt-cs.planis.jt-news .jt-imagecover.center {
  margin-bottom: 0px;
}
.jt-cs.planis.jt-news .jtcs-author_date {
  margin-top: 0;
  position: relative;
}
.jt-cs.planis.jt-news .jtcs-author_date::after {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.jt-cs.planis.jt-news .jtcs-author_date,
.jt-cs.planis.jt-news .jtcs-author_date a,
.jt-cs.planis.jt-news .jtcs-author_date span {
  color: #fff;
  z-index: 3;
}
.jt-cs.planis.jt-news .jtcs-author_date span.jtcs_item_author,
.jt-cs.planis.jt-news .jtcs-author_date span.jtcs_item_category {
  font-size: 12px;
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  padding-right: 7px;
}
.jt-cs.planis.jt-news .jtcs-author_date {
  display: flex;
  padding: 0;
  justify-content: space-evenly;
  overflow: hidden;
}
.jt-cs.planis.jt-news .jtcs-author_date span.jtcs_item_date {
  position: relative;
  z-index: 2;
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  font-size: 16px;
  font-family: 'Poppins Regular';
}
.jt-cs.planis.jt-news .jtc_introdate {
  padding-left: 10px;
}
.jt-cs.planis.jt-news .jtc_introdate span.first-word-planis {
  font-size: 20px;
  font-family: 'Poppins Bold';
}
.jt-cs.planis.jt-news .jtcs-author_date span.jtcs_item_date::after {
  content: " ";
  position: absolute;
  z-index: 1;
  display: block;
  width: 200%;
  height: 100%;
  top: 0;
  right: -100%;
  transform-origin: bottom left;
  -ms-transform: skew(12deg, 0deg);
  -webkit-transform: skew(12deg, 0deg);
  transform: skew(12deg, 0deg);
}
.jt-cs.planis.jt-news p.readmore {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 20px;
  display: flex;
  justify-content: flex-end;
}

@keyframes left-to-right {
  from {
    opacity: 1;
    right: -15px;
  }
  to {
    opacity: 1;
    right: -20px;
  }
}
@-moz-keyframes left-to-right {
  from {
    opacity: 1;
    right: -15px;
  }
  to {
    opacity: 1;
    right: -20px;
  }
}
@-webkit-keyframes left-to-right {
  from {
    opacity: 1;
    right: -15px;
  }
  to {
    opacity: 1;
    right: -20px;
  }
}
@-o-keyframes left-to-right {
  from {
    opacity: 1;
    right: -15px;
  }
  to {
    opacity: 1;
    right: -20px;
  }
}
.jt-cs.planis .slide,
.jt-cs.planis.jt-record {
  position: relative;
}
.camborder::before {
  position: absolute;
  content: "";
  width: 75px;
  height: 75px;
  display: block;
  left: 0px;
  right: auto;
  top: 0;
  z-index: -1;
}
.camborder::after {
  position: absolute;
  content: "";
  width: 75px;
  height: 75px;
  display: block;
  right: 0;
  bottom: 0;
  left: auto;
  z-index: -1;
}
.camborder-2::before {
  position: absolute;
  content: "";
  width: 75px;
  height: 75px;
  display: block;
  left: auto;
  right: 0;
  top: 0;
  z-index: -1;
}
.camborder-2::after {
  position: absolute;
  content: "";
  width: 75px;
  height: 75px;
  display: block;
  right: auto;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.jt-cs.planis .jt-category h4 {
  display: inline-block;
}
.jt-cs.planis .jt-category .fa {
  margin-right: 10px;
}
.jt-cs.planis .jtcs-author_date {
  display: flex;
  font-size: 85%;
  margin: 7px 0;
}
.jt-cs.planis .jtcs-author_date .jt-date {
  margin-right: 15px;
}
.jt-cs.planis.jt-record .jt-title {
  text-align: center;
  margin-bottom: 20px;
}
.jt-cs.planis.jt-record p.readmore {
  text-align: right;
  font-size: 14px;
  padding-right: 20px;
  position: relative;
}
.jt-cs.planis.jt-record .readmore .fa::before {
  transition: all 0.2s  linear 0s;
  position: relative;
  right: 0px;
  bottom: 0;
}
.jt-cs.planis.jt-record .readmore a:hover .fa::before {
  transition: all 0.2s  linear 0s;
  right: -5px;
}
.jt-cs.planis.jt-record .jtcs_more_cat {
  
}

.make-movie-left .camborder {
  padding: 15px 0;
}
a.make-movie-btn {
  padding: 8px 14px;
  font-family: 'Rajdhani Semibold';
}
[class^="hvr-"] {
  margin: .4em;
  padding: 1em;
  cursor: pointer;
  background: #e1e1e1;
  text-decoration: none;
  color: #666;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-ripple-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.hvr-ripple-out::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.hvr-ripple-out:hover::before,
.hvr-ripple-out:focus::before,
.hvr-ripple-out:active::before {
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.make-movie-left figure {
  position: relative;
  overflow: hidden;
}
.make-movie-left figure::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.make-movie:hover figure::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}

.work-with-us-btn {
  margin-top: 15px;
}
.work-with-us-btn a.btn {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 110%;
}

.main-top h1,
.main-top h2,
.main-top h3,
.main-top h4,
.main-top h5,
.main-top h6 {
  margin-top: 0;
}
.maintop-image.col-md-5,
.maintop-image.col-lg-5,
.maintop-image.col-sm-5 {
  padding-left: 0;
  padding-right: 5px;
}
.maintop-text.col-md-7,
.maintop-text.col-lg-7,
.maintop-text.col-sm-7 {
  padding-right: 0px;
}

.aboutus-home-image-holder img {
  transition: all 0.5s linear 0s;
}
.aboutus-home-image-holder img:hover {
  filter: grayscale(100%);
  transition: all 0.5s linear 0s;
}
.aboutus-home-text .fa {
  font-size: 50px;
  line-height: 1;
}
.aboutus-home-icons {
  display: grid;
  place-items: center;
  min-height: 70px;
}
.aboutus-home-text h3,
.aboutus-home-banner-meta h3 {
  margin-top: 0;
}
.aboutus-home-image img {
  float: right;
}
.aboutus-home-image {
  padding-left: 30px;
  padding-top: 30px;
  padding-right: 0px;
  position: relative;
  z-index: 1;
}
.aboutus-home-image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 30px;
  right: 30px;
  -webkit-box-shadow: 0 0 79px rgba(0, 0, 0, 0.45) inset;
  -khtml-box-shadow: 0 0 79px rgba(0, 0, 0, 0.45) inset;
  -moz-box-shadow: 0 0 79px rgba(0, 0, 0, 0.45) inset;
  -ms-box-shadow: 0 0 79px rgba(0, 0, 0, 0.45) inset;
  -o-box-shadow: 0 0 79px rgba(0, 0, 0, 0.45) inset;
  box-shadow: 0 0 79px rgba(0, 0, 0, 0.45) inset;
  z-index: -1;
}
.aboutus-home-imageholder {
  position: relative;
}
.aboutus-home-banner-holder {
  position: absolute;
  right: 70px;
  bottom: -40px;
  height: 140px;
  width: 70%;
  display: flex;
  flex-wrap: nowrap;
  padding: 15px;
  -webkit-border-radius: 5px 5px 0 0;
  -khtml-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  -webkit-box-shadow: 0 8px 65px rgba(12, 12, 12, 0.19);
  -khtml-box-shadow: 0 8px 65px rgba(12, 12, 12, 0.19);
  -moz-box-shadow: 0 8px 65px rgba(12, 12, 12, 0.19);
  -ms-box-shadow: 0 8px 65px rgba(12, 12, 12, 0.19);
  -o-box-shadow: 0 8px 65px rgba(12, 12, 12, 0.19);
  box-shadow: 0 8px 65px rgba(12, 12, 12, 0.19);
}
.aboutus-home-banner-icon img {
  max-width: 54px;
  margin-right: 10px;
}

.iconservices-col,
.iconservices-col p {
  text-align: center;
}
.services-subslider span.hvr-ripple-out {
  position: relative;
  text-align: center;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  display: block;
  margin: 0 auto;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.05);
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
}
.services-subslider span.hvr-ripple-out::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.iconservices-col:hover span.hvr-ripple-out::before,
.iconservices-col:focus span.hvr-ripple-out::before,
.iconservices-col:active span.hvr-ripple-out::before {
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out;
  border: solid 6px;
  border-radius: 100% !important;
}
.iconservices i {
  font-size: 32px;
}
.services-subslider i {
  font-size: 30px;
  line-height: 100px;
}
.services-subslider h4 {
  margin: 25px 0;
}

.bt-projects .bt-pretext,
.bt-projects .bt-pretext p {
  font-size: 16px;
  text-align: center;
  margin-bottom: 40px;
  width: 90%;
  margin: 0 auto 30px auto;
}
.coloredmodule h3.border-centered,
.coloredmodule h3 {
  z-index: 1;
  position: relative;
}
.coloredmodule h3.bicolor {
  color: #fff;
  text-indent: 15px;
  margin-top: 15px;
}
#t3-content .coloredmodule .module-title {
  padding-top: 15px;
}
.bt-intro-title-container {
  padding: 15px 15px 15px 20px;
}
.bt-arrows.coloredmodule {
  position: relative;
  margin-top: 60px;
}
.bt-arrows-inner {
  width: 150px;
}
.bt-cs.bt-projects a.prev {
  margin-right: 20px;
}

.ourstory-text ul {
  padding-top: 20px;
  padding-left: 0;
}
.ourstory-text a.btn {
  margin-top: 20px;
}
.ourstory-text li {
  list-style: none;
  padding-left: 15px;
}
.ourstory-text .fa {
  margin-right: 4px;
}

.bt-pretext,
.bt-pretext p {
  font-size: 18px;
  margin-bottom: 10px;
}
.t3-sidebar .bt-pretext {
  padding-left: 15px;
  margin: 0 -10px;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
}
h2.pretext_title,
.bt-pretext h2,
.bt-pretext h1,
.bt-pretext h3 {
  margin-top: 0;
}
.pretext-button {
  text-align: right;
}
.t3-sidebar .bt-cs.planis .bt-inner {
  padding-left: 0px;
  padding-right: 0px;
}
.t3-sidebar .bt-cs.planis-2 .bt-row-separate-2 {
  margin: 0;
}
.bt-cs.planis.planis-3 .bt-date,
#jt5_headline-news_wrapper.planis .hjt5-dateonimage {
  font-size: 14px;
  color: #fff;
  height: 64px;
  width: 40px;
  overflow: hidden;
  left: 15px;
  position: absolute;
  top: 0px;
  z-index: 8;
  line-height: 1.12;
  border: 0;
  padding: 3px 3px;
  margin: 0;
  text-shadow: none;
  font-weight: 400;
  text-align: center;
}
#jt5_headline-news_wrapper.planis .hjt5-dateonimage {
  top: 0px;
}
.bt-cs.planis.bt-projects .bt-category {
  top: 25px;
  left: 0px;
}
.bt-cs.planis .bt-inner.planis-2 h2,
.bt-cs.planis.blog .bt-inner h2 {
  font-size: 22px;
}
.bt-cs.planis-3 h4 {
  margin: 0px;
}
.bt-cs.planis-3 h3 {
  background: none;
  margin-bottom: 10px;
  line-height: 1.25;
}
.bt-cs.planis-3 .bt-imagecover-outer {
  position: relative;
}
.bt-cs.planis-3 p.readmore {
  margin-top: 30px;
}
.bt-cs.planis-3 .bt-intro-title-container {
  padding: 10px 0px 10px 0px;
}
a.bt-viewall {
  position: absolute;
  right: -11px;
  top: -47px;
  padding: 0 5px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.5px;
}
a.bt-viewall .fa {
  font-size: 14px;
}
.bt-cs.planis.planis-4 .bt-imagecover {
  margin-right: 15px;
}
.wrap.bottomline .container {
  background: none;
}
.bt-cs.planis-2.projects p.readmore a.btn {
  margin-right: 30px;
}
.bt-cs.planis-2.projects p.readmore {
  margin-top: 25px;
  text-align: right;
  padding-top: 30px;
  margin-right: -25px;
  margin-left: -25px;
}
.bt-cs.planis.planis-2.projects .bt-author,
.bt-cs.planis.planis-2.projects .bt-date {
  margin-top: 15px;
  display: inline-block;
  padding: 14px;
}
.bt-cs.planis.planis-2 .bt-author i,
.bt-cs.planis.planis-2 .bt-date i {
  margin-right: 7px;
}

#jt5_headline-news_wrapper.planis {
  position: relative;
}
#jt5_headline-news_wrapper.planis a.show_all {
  padding: 0px 5px;
}
#jt5_headline-news_wrapper.planis .show_all_inner,
a.more-link {
  top: -35px;
  position: absolute;
  right: 0px;
  padding: 0px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.5px;
}
#jt5_headline-news_wrapper.planis .bt-imagecover {
  margin-bottom: 15px;
}
#jt5_headline-news_wrapper.planis .hjt5-author,
#jt5_headline-news_wrapper.planis .hjt5-date {
  margin-right: 15px;
}
#jt5_headline-news_wrapper.planis .hjt5-author-date {
  margin: 5px 0;
}
#jt5_headline-news_wrapper.planis a.srowreadone {
  padding: 3px 6px;
  font-weight: normal;
  margin-top: 20px;
}
#jt5_headline-news_wrapper.planis #multiplerowblock p.mrowsintrotext,
#jt5_headline-news_wrapper.planis #singlerowblock p.srowintrotext {
  text-align: justify;
}
#jt5_headline-news_wrapper.planis .multiplerows {
  margin-bottom: 0;
}
#jt5_headline-news_wrapper.planis h4 a,
.jt5_headline-pagination.planis a.toc,
#jt5_headline-news_wrapper.planis h4 {
  margin-bottom: 8px;
}
#jt5_headline-news_wrapper.planis.linksbottom .bt-imagecover,
#jt5_headline-news_wrapper.planis.linksbottom .bt-title-text-container {
  width: 50%;
  float: left;
}
#jt5_headline-news_wrapper.planis.linksbottom .bt-title-text-container {
  padding: 5px 15px 5px 20px;
}
.jt5_headline-pagination ul.jt5-linksbottom {
  list-style-type: none;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
#jt5_headline-news_wrapper.planis .hover-icons {
  margin-top: -22px;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 4;
  text-align: center;
}
#jt5_headline-news_wrapper.planis .hover-icons a {
  display: inline-block;
  height: 44px;
  line-height: 44px;
  opacity: 0;
  position: relative;
  text-align: center;
  top: 0px;
  width: 44px;
  z-index: 5;
  border-radius: 0px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-weight: 400;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 100%;
}
#jt5_headline-news_wrapper.planis .bt-imagecover {
  position: relative;
}
#jt5_headline-news_wrapper.planis .bt-imagecover .icon-url {
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity .5s,transform .5s;
  -webkit-transform: translate3d(100%, 250%, 0);
  transform: translate3d(100%, 250%, 0);
  display: inline-block;
}
#jt5_headline-news_wrapper.planis .bt-imagecover .icon-lightbox {
  transition: opacity .5s,transform .5s;
  -webkit-transform: translate3d(-100%, 250%, 0);
  transform: translate3d(-100%, 250%, 0);
  opacity: 0;
  display: inline-block;
}
#jt5_headline-news_wrapper.planis .bt-imagecover .overlay {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  left: 0%;
  top: 0%;
  bottom: 0%;
  right: 0%;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
}
#jt5_headline-news_wrapper.planis .bt-imagecover:hover .overlay {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
#jt5_headline-news_wrapper.planis .bt-imagecover:hover .icon-url,
#jt5_headline-news_wrapper.planis .bt-imagecover:hover .icon-lightbox {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#jt5_headline-news_wrapper.planis .bt-imagecover:hover img {
  transition: all 0.2s linear 0s;
  opacity: 0.7;
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
#jt5_headline-news_wrapper.planis.linksbottom-2 .bt-imagecover,
#jt5_headline-news_wrapper.planis.linksbottom-2 .bt-title-text-container {
  width: auto;
  float: none;
}
.jt5_headline-pagination ul.jt5-linksbottom-2 {
  list-style-type: none;
  columns: 1;
  -webkit-columns: 1;
  -moz-columns: 1;
  margin-top: 20px;
}
#jt5_headline-news_wrapper.planis .hjt5-image {
  background: none;
  position: relative;
}
#jt5_headline-news_wrapper.planis .hjt5-image::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0%;
  opacity: 0;
  transition: all 0.2s  linear 0s;
  content: "";
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
#jt5_headline-news_wrapper.planis .bt-imagecover:hover .hjt5-image::after {
  opacity: 0.5;
  transition: all 0.2s  linear 0s;
  top: 0%;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.bpgallery-category.planis.bpgallery-category-masonry .items .image-cover {
  overflow: hidden;
}
.bpgallery-category.planis .items .image-link,
.bpgallery-category .items .image-link .inner {
  display: block;
}
.bpgallery-category.planis .counter {
  border: 0;
}
.modbpgallery.bpgallery-category.planis {
  position: relative;
  margin-top: 0px;
  padding: 0px;
}
.modbpgallery.bpgallery-category.planis a.more-link {
  padding-left: 5px;
}
.bpgallery-category.planis.bpgallery-category-masonry ul.items {
  margin: 0 -7px 0px 0;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  animation: fadein 0.5s;
  -moz-animation: fadein 0.5s;
  -webkit-animation: fadein 0.5s;
  -o-animation: fadein 0.5s;
}

.bt-image-link {
  position: relative;
  z-index: 1;
}
.bt-cs.planis.scrollingnews {
  margin-top: 0px;
  padding: 5px 0px;
}
.bt-inner.planis.scrollingnews {
  padding: 0px;
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  margin: 15px;
}
.bt-cs.planis.scrollingnews .bt-row {
  padding: 0px 0;
}
.bt-cs.scrollingnews .next,
.bt-cs.scrollingnews .prev {
  width: 15px;
  height: 17px;
  opacity: 1;
  display: inline-block;
}
.bt-cs.scrollingnews .next:focus,
.bt-cs.scrollingnews .prev:focus {
  outline: none;
}
.bt-cs.planis.scrollingnews .hover-icon.planis {
  left: 37.5%;
  position: absolute;
  top: 100%;
  background: transparent;
  z-index: 7;
  opacity: 1;
  width: 25%;
  height: 25%;
  text-align: center;
}
.bt-cs.planis.scrollingnews .bt-inner-overlay {
  position: absolute;
  width: 100%;
  height: 50%;
  z-index: 8;
  opacity: 0;
  transition: all 0.2s  linear 0s;
}
.bt-cs.planis.scrollingnews .bt-inner-overlay-2 {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50%;
  z-index: 8;
  opacity: 0;
  transition: all 0.2s  linear 0s;
}
.bt-inner.planis.scrollingnews .bt-imagecover:hover .bt-inner-overlay {
  opacity: 0.7;
  animation: fadein2 0.6s;
  -moz-animation: fadein2 0.6s;
  
  -webkit-animation: fadein2 0.6s;
  
  -o-animation: fadein2 0.6s;
  
}
.bt-inner.planis.scrollingnews .bt-imagecover:hover .bt-inner-overlay-2 {
  opacity: 0.7;
  animation: fadein3 0.6s;
  -moz-animation: fadein3 0.6s;
  
  -webkit-animation: fadein3 0.6s;
  
  -o-animation: fadein3 0.6s;
  
}
.scrollingnews .bt-imagecover {
  overflow: hidden;
  position: relative;
  z-index: 7;
  transition: all 0.2s  linear 0s;
}
.bt-cs.planis.scrollingnews .bt-inner-overlay i,
.bt-cs.planis.scrollingnews .bt-inner-overlay .fa,
.bt-cs.planis.scrollingnews .bt-inner-overlay-2 i,
.bt-cs.planis.scrollingnews .bt-inner-overlay-2 .fa {
  padding: 10px;
  font-size: 20px;
  color: #fff;
  border-radius: 50%;
}
.bt-cs.planis.scrollingnews .bt-imagecover {
  margin-bottom: 20px;
  margin-right: 0;
}
.bt-cs.planis.scrollingnews .fa-search {
  margin-right: 1px;
}
.bt-cs.planis.scrollingnews.scrollingnews-2 .icon-lightbox.planis {
  position: absolute;
  bottom: 3px;
  left: 37.5%;
  width: 25%;
  text-align: center;
}
.bt-cs.planis.scrollingnews.scrollingnews-2 .icon-url.planis {
  position: absolute;
  top: 3px;
  left: 37.5%;
  width: 25%;
  text-align: center;
}
.bt-inner.planis.scrollingnews .bt-date {
  background: none;
  border: none;
}
.bt-cs.planis.scrollingnews p.readmore {
  margin-top: 10px;
  margin-bottom: 20px;
}
.bt-cs.planis.scrollingnews.scrollingnews-2 p.readmore a {
  margin-top: 30px;
}
.bt-cs.planis.scrollingnews .bt-introtitle-container {
  padding: 0 20px 15px 20px;
}

.tab-planis ul.tabs_container li.tab {
  border-bottom: 0;
  margin-right: -1px !important;
  padding: 4px 10px 4px 10px!important;
  font-size: 18px;
}
.tab-planis h1,
.tab-planis h2,
.tab-planis h3,
.tab-planis h4,
.tab-planis h5,
.tab-planis h6 {
  color: #fff;
  margin-top: 0;
}
.tabs-left .tabs_mask,
.tabs-left ul.tabs_container li span {
  height: auto !important;
  line-height: inherit !important;
}
.tabs-left.tab-padding.tabs-left {
  padding-top: 8px !important;
  padding-left: 60px !important;
}
.tabs-left .tabs_buttons {
  float: left;
  width: 50%;
  overflow: visible !important;
}
.tabs-left .items_mask {
  float: left;
  width: 50%;
}
.tabs-left .tabs_buttons li.tab {
  float: none !important;
  display: block;
  cursor: pointer;
  padding: 0 10px;
  margin: 0;
}
.tabs-left ul.tabs_container li.tab.active {
  -webkit-box-shadow: 0 6px 70px rgba(12, 12, 12, 0.19);
  -khtml-box-shadow: 0 6px 70px rgba(12, 12, 12, 0.19);
  -moz-box-shadow: 0 6px 70px rgba(12, 12, 12, 0.19);
  -ms-box-shadow: 0 6px 70px rgba(12, 12, 12, 0.19);
  -o-box-shadow: 0 6px 70px rgba(12, 12, 12, 0.19);
  box-shadow: 0 6px 70px rgba(12, 12, 12, 0.19);
  -webkit-transform: translateX(36px);
  -khtml-transform: translateX(36px);
  -moz-transform: translateX(36px);
  -ms-transform: translateX(36px);
  -o-transform: translateX(36px);
  transform: translateX(36px);
}
.tabs-left ul.tabs_container li.tab {
  -webkit-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  padding: 27px 30px 27px 107px!important;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  cursor: pointer;
  position: relative;
  z-index: 99;
  margin-top: 9px !important;
  height: 90px;
}
.tabs-left ul.tabs_container li.tab::before {
  border-radius: 100%;
  color: #fff;
  font-family: fontAwesome;
  font-weight: normal;
  display: grid;
  place-items: center;
  font-size: 30px;
  line-height: 44px;
  position: absolute;
  width: 60px;
  height: 60px;
  left: 27px;
  top: 15px;
  content: "\f0f6";
}
.tabs-left ul.tabs_container li.tab.active::before {
  content: "\f00c";
}
.tabs-left ul.tabs_container li.tab.active::after {
  right: -20px;
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 35px;
  border-style: solid;
  border-width: 10px;
  -webkit-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.4s cubic-bezier(0.24, 0.74, 0.58, 1);
  z-index: 1;
}

.jttabs-wrapper.planis.layout-default .tab-content {
  border: 0;
}
.jttabs-wrapper.planis ul.nav-tabs > li button.nav-link {
  background: none;
  padding-bottom: 11px;
  max-height: 100%;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 14px;
  margin-right: 30px;
}
ul#JtTabContent {
  position: relative;
}
ul#JtTabContent::before {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 10000%;
  margin: 0 -5000%;
  height: 100%;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.25);
}
.jttabs-wrapper.planis.layout-default .nav-tabs {
  border-bottom: 0;
}

#t3-content .submain-8 .bt-inner {
  padding-left: 0px;
  padding-right: 0px;
}
#t3-content .submain-8 bt-title,
#t3-content .submain-8 h4 {
  margin: 0;
  line-height: 1;
}
.submain-8 .bt-cs.planis-4 .bt-row-separate {
  margin: 0px 0px;
}
.submain-8 .bt-cs.planis-4 .bt-author,
.submain-8 .bt-cs.planis .bt-date {
  margin-right: 5px;
}
.bt-cs.planis-4 .bt-row {
  padding: 10px 0;
}
.jt_static_content.planis {
  padding: 10px 0;
}

.tooltip-planis {
  position: relative;
  display: inline-block;
  text-decoration: none;
  overflow: visible;
  margin: 0 0px 0px 4px;
}
.slides_container.planis.picturenews,
.slides_container.planis.picturenews .bt-row {
  overflow: visible;
}
.t3-sidebar .bt-cs.planis.picturenews .bt-inner {
  line-height: 1;
}
.tooltip-planis:before {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 100%;
  left: -10%;
  right: -10%;
  width: 120%;
  background-color: #333;
  background: rgba(0, 0, 0, 0.85);
  color: #FFF;
  padding: 7px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
  will-change: opacity;
  z-index: 99999;
  border-radius: 3px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.1px;
}
.tooltip-planis:hover:before {
  opacity: 1;
  pointer-events: auto;
}
.tooltip-planis:after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid  #333;
  border-top: 10px solid rgba(0, 0, 0, 0.85);
  content: "";
  position: absolute;
  transition: opacity 0.3s ease-in-out;
  will-change: opacity;
  z-index: 99999;
  opacity: 0;
  bottom: 100%;
  left: 40%;
}
.tooltip-planis:hover:after {
  opacity: 1;
  pointer-events: auto;
}
.bt-row-separate.picturenews {
  border-bottom: 0;
  margin: 0;
  height: 0;
}
.bt-cs .bt-inner.planis.picturenews img {
  margin: 0;
}
.slide.planis.picturenews {
  padding-left: 0px;
  margin-left: -2px;
  margin-top: 3px;
}
.slides_container.picturenews .slides_control {
  width: 100% !important;
}
.picturenews-imagecover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-in-out 0s;
}
.picturenews-imagecover i {
  z-index: 3;
  font-size: 18px;
  backface-visibility: hidden;
  border: 2px solid #fff;
  border-radius: 100%;
  color: #fff;
  height: 40px;
  left: 50%;
  line-height: 35px;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: scale(0);
  transition: all 0.2s ease-in-out 0s;
  width: 40px;
}
.bt-row:hover .picturenews-imagecover {
  background-color: #333;
  background: rgba(0, 0, 0, 0.55);
  transition: all 0.2s ease-in-out 0s;
  z-index: 1;
}
.bt-row:hover .picturenews-imagecover i {
  opacity: 0.85;
  transform: scale(1);
  transition: all 0.2s ease-in-out 0s;
}
.bt-cs.planis .bt-row.picturenews {
  padding: 0px;
  margin-bottom: 2px;
}

.vjt1-title h4 {
  margin-top: 0;
  margin-bottom: 0;
}
.planis a.more_in {
  font-weight: 400 !important;
}
.planis p.introtext {
  margin-bottom: 0;
}
.navigate.planis {
  top: -60px !important;
  right: -11px !important;
  padding-left: 5px !important;
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}
.scroller-planis .vscr-image {
  background: none;
}
.navigate.planis .arrow-border.planis i {
  width: 27px;
  height: 27px;
  padding: 3px 6px!important;
}

.about-us .nav-tabs {
  border-bottom: 0;
  margin-top: 30px;
}
.tab-content {
  padding: 20px 20px;
}
.tab-content li {
  margin-bottom: 5px;
}
.about-us .bfPageIntro {
  display: none;
}
.m-b-30 {
  margin-bottom: 30px;
}
.about-us .tab-content .bfFormDiv {
  margin-top: -15px;
  margin-bottom: -15px;
}
.img-aboutimage {
  position: relative;
  height: 100%;
  margin-bottom: 110px;
}
.aboutimage-1 {
  position: relative;
  z-index: 1;
}
.aboutimage-1 img {
  margin-top: 30px;
  -webkit-box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.2);
  border: 10px solid rgba(255, 255, 255, 0.5);
}
.since-year-outer {
  position: relative;
}
.since-year {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}
.since-year span {
  font-size: 40px;
  font-weight: 300;
  display: block;
  line-height: 40px;
  position: relative;
}
.since-year strong {
  font-size: 70px;
  font-weight: 500;
  display: block;
  line-height: 40px;
}
@media only screen and (max-width: 991px) {
  .aboutimage-1 {
    margin-right: 0px;
    max-width: 420px;
  }
  .aboutimage-1 img {
    width: 100%;
  }
  .aboutimage-2 {
    left: auto;
    right: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .aboutimage-1 {
    margin-top: 30px;
    max-width: 100%;
  }
  .aboutimage-1 img {
    width: 100%;
  }
  .aboutimage-2 {
    top: 0px;
    max-width: 100%;
    bottom: 0px;
  }
}

.wrap.coloredmodule-2 .container {
  background: none;
}
.coloredmodule-2 {
  position: relative;
}
.coloredmodule-2-overlay::before {
  
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
}
.coloredmodule-2-overlay::after {
  opacity: 1;
  bottom: 0;
  content: "";
  position: absolute;
  z-index: 3;
  right: 0;
  top: 0;
}
.container.coloredmodule-2 {
  position: relative;
  z-index: 4;
}
.colormodule-2-text {
  color: #fff;
}
.colormodule-2-text p {
  padding-top: 10px;
  font-size: 16px;
}
.colormodule-2-text h3,
.colormodule-2-phone {
  line-height: 1.2;
}
.colormodule-2-text a.btn {
  font-size: 18px;
  line-height: 1;
  padding: 10px 12px 7px 12px;
  margin-top: 20px;
}
.wrap.coloredmodule-2::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.coloredmodule-2-inner {
  position: relative;
  z-index: 5;
}

.bt-cs.planis.bt-services .bt-inner-bg {
  padding: 20px;
}
.bt-cs.planis.bt-services .bt-intro-title-container {
  padding: 25px 0 0 0;
}
.planis.bt-services .bt-arrows.planis {
  position: unset;
  margin-top: 0px;
}
.bt-cs.planis.bt-services a.prev.planis {
  left: 0;
  z-index: 9;
  text-indent: 0;
  top: 35%;
  position: absolute;
  text-align: center;
}
.bt-cs.planis.bt-services a.next.planis {
  right: 0%;
  top: 35%;
  position: absolute;
  z-index: 2;
  text-indent: 0;
  z-index: 9;
  text-align: center;
}
.bt-cs.planis.bt-services .bt-cat-title-text {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.845, 0.045, 0.355, 1);
  z-index: 4;
  padding: 20px 20px;
  text-align: left;
}
.bt-cs.planis.bt-services .bt-row:hover .bt-cat-title-text {
  top: 0;
  opacity: 1;
}
.bt-cs.planis.bt-services .bt-imagecover {
  position: relative;
}
.bt-cs.planis.bt-services .bt-imagecover::after {
  border: 0;
  margin: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
  opacity: 0;
  top: 100%;
  left: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.845, 0.045, 0.355, 1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.bt-cs.planis.bt-services .bt-row:hover .bt-imagecover::after {
  opacity: 0.5;
  top: 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.bt-cs.planis.bt-services .bt-row .bt-center {
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
  -khtml-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
}
.bt-cs.planis.bt-services .bt-row:hover .bt-center {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
  -khtml-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
  box-shadow: 0 17px 15px rgba(0, 0, 0, 0.12);
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.bt-bottom-title {
  padding: 15px 30px;
}
.bt-cs.planis.bt-services .bt-row {
  overflow: visible;
  padding-bottom: 30px;
}

.glow-wrap {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  margin-top: -10px;
  z-index: 3;
}
.glow {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.what-we-do:hover .glow,
.welcome-planis:hover .glow,
.building-experience.right:hover .glow,
.about-us-2-right:hover .glow,
.about-us-2-left:hover .glow {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}
.photo:hover img,
.photo:hover .glow-wrap {
  margin-top: 0;
}
@-webkit-keyframes animate-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 44px 0;
  }
}
figure.img-leading {
  -webkit-box-shadow: 5px 0px 15px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 5px 0px 15px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 5px 0px 15px 0px rgba(0, 0, 0, 0.08);
  padding: 0;
  width: auto;
  display: inline-block;
  margin: 30px 0 0 0;
  float: right;
  position: relative;
  z-index: 2;
}
figure.img-leading::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: -35px;
  left: -35px;
  z-index: -1;
  opacity: 0.75;
}
.ui-progress-bar1 {
  position: relative;
  height: 3px;
  padding-right: 2px;
  margin-top: -5px;
  margin-bottom: 26px;
  border-radius: 0px;
}
.ui-progress1 {
  position: relative;
  display: block;
  overflow: visible !important;
  height: 2px;
  border-radius: 0px;
}
.ui-progress1 span.ui-label {
  bottom: -12px;
  height: 24px;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  position: absolute;
  right: -5px;
  line-height: 24px;
  padding-right: 10px;
  padding-left: 10px;
  white-space: nowrap;
}
.ui-progress-bar1.color {
  height: 24px;
  border-radius: 14px;
  margin-top: -5px;
}
.ui-progress1.color {
  height: 24px;
  border-radius: 14px;
  background-color: #e54c4c;
}
.coloredmodule_bg,
.coloredmodule-2_bg {
  background: #000;
  padding-bottom: 80px;
}
.coloredmodule-3_bg {
  background: #0D0D0D;
}
body.fullwidth .featherlight .featherlight-close-icon {
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0px;
  line-height: 25px;
  width: 25px;
  cursor: pointer;
  text-align: center;
  font: Arial,sans-serif;
  background: #fff;
  background: rgba(255, 255, 255, 0.3);
  color: #000;
  font-size: 16px;
}
.featherlight {
  z-index: 9999 !important;
}
.filters.btn-toolbar .btn {
  height: 38px;
}
span[itemprop="keywords"] {
  margin-right: 5px;
}
.jt-skewed h3 {
  display: inline-block;
}
.icon-industry {
  border-radius: 100%;
  width: 86px;
  height: 86px;
  display: grid;
  place-items: center;
  float: left;
  margin: 30px 70px 30px 30px;
}
.building-experience .jt-skewed {
  transition: all 0.2s linear 0s;
  max-width: 85%;
  padding-right: 20px;
  position: relative;
  overflow: hidden;
  z-index: 4;
  cursor: pointer;
}
.jt-skewed::after {
  content: " ";
  position: absolute;
  z-index: -1;
  display: block;
  width: 500px;
  height: 100%;
  top: 0;
  right: -43%;
  transform-origin: bottom left;
  -ms-transform: skew(10deg, 0deg);
  -webkit-transform: skew(10deg, 0deg);
  transform: skew(10deg, 0deg);
}
.building-experience h3.proper,
.building-experience h3.proper a {
  color: #fff;
}

.wrap.bottomspot {
  max-width: 100%;
  overflow: hidden;
}
.unite-carousel-wrapper {
  max-width: 100% !important;
}
.wrap.bottomspot .t3-module .module-ct {
  border: 0;
}
.wrap.bottomspot {
  position: relative;
  border-bottom: 10px solid transparent;
  z-index: 1;
  width: 100%;
}
.bottomspot .container {
  background-color: transparent;
}
.bottomspot-inner {
  position: relative;
  z-index: 5;
}

.wrap.bottomspot-2 {
  overflow: hidden;
}
.bottomspot-2-module .module,
.bottomspot-2-module .module p {
  margin-bottom: 0;
}
.bfFormDiv {
  padding: 20px 20px 20px 20px;
}
.bfFormDiv .bfQuickMode input {
  height: 29px;
  width: 100% !important;
}
.bfFormDiv .bfQuickMode span.bfElemWrap {
  width: 50%;
}
.bfQuickMode span.bfElemWrap {
  padding: 0px 10px 0px 5px!important;
  margin: 0px 0px 0px 0px!important;
}
.bfFormDiv textarea {
  width: 100% !important;
}
.bfFormDiv .bfQuickMode .bfSubmitButton {
  float: right;
  font-size: 16px;
  line-height: 1;
  padding: 6px 10px 6px 10px;
  margin-right: 6px;
  margin-left: 5px;
  margin-top: 15px;
  transition: all 0.2s  linear 0s;
  border: 1px solid transparent;
}
.bfrolloverbg {
  background: none;
  background-color: transparent;
  border: 1px solid #ff0000 !important;
}
.contact3 .submain-3 .t3-module {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
  padding: 20px 20px 20px 20px;
}
.jt-carousel-yendif-outer.planis.titleonpic.filmstrip {
  padding-bottom: 63px;
  padding-top: 63px;
}
.jt-carousel-yendif-outer.planis.titleonpic.filmstrip::before {
  position: absolute;
  width: 100%;
  height: 63px;
  content: "";
  top: 0;
  left: 0;
}
.jt-carousel-yendif-outer.planis.titleonpic.filmstrip::after {
  position: absolute;
  width: 100%;
  height: 63px;
  content: "";
  bottom: 0;
  left: 0;
}
.jt-carousel-yendif-outer.planis.titleonpic.filmstrip .tns-controls button {
  height: 65px;
  font-size: 24px;
  margin-top: -30px;
  color: #fff;
}
.wrap.bottomspot-2 h3.module-title {
  margin-left: 80px;
}

.wrap.t3-navhelper {
  position: relative;
  overflow: hidden;
}
.wrap.t3-navhelper::before {
  position: absolute;
  content: "";
  width: 60%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  top: 0;
  right: -60%;
  transform-origin: bottom left;
  -ms-transform: skew(15deg, 0deg);
  -webkit-transform: skew(15deg, 0deg);
  transform: skew(15deg, 0deg);
}
.wrap.t3-navhelper .container {
  position: relative;
  z-index: 2;
}
.reliable-company-wrap {
  padding: 30px 0px 30px 30px;
}
.wrap.t3-navhelper .btn.bg-white.planis {
  white-space: normal;
}
.wrap.t3-navhelper .container {
  background: none;
}
a.contact-btn {
  font-size: 16px;
  padding: 8px 50px 8px 10px;
  min-height: 39px;
  display: inline-block;
  position: relative;
}
a.contact-btn::after,
.slider-readmore a.n2-ow::after {
  content: "";
  position: absolute;
  width: 43px;
  height: 31px;
  top: 4px;
  right: 4px;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 50% 100%);
  display: inline-block;
}
.slider-readmore a.n2-ow {
  font-size: 16px;
  padding: 8px 50px 8px 10px;
  display: inline-block;
  position: relative;
}
.navhelper-outer {
  display: flex;
  align-items: center;
}
div#n2-ss-1 .nextend-bullet-bar {
  height: 50px;
  padding: 0px 15px 0px 10px;
}
div#n2-ss-1 .nextend-bullet-bar .n2-bullet {
  background: #fff;
  border: 0;
  padding: 7px 7px 7px 7px;
}
div#n2-ss-1 .nextend-bullet-bar .n2-bullet.n2-active,
div#n2-ss-1 .nextend-bullet-bar .n2-bullet:hover {
  border: 0;
}

.bottomspot-3 h3,
.bottomspot-3 h3 span {
  background: none;
}
.bottomspot-3 .acym_introtext h5,
.bottomspot-3 .acymailing_introtext h5 {
  display: inline-block;
  color: #fff !important;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0px;
  margin-top: 5px;
  padding-bottom: 5px;
  position: relative;
}
.bottomspot-3 .acym_introtext h5:before,
.bottomspot-3 .acymailing_introtext h5:before {
  position: absolute;
  content: "";
  left: 0px;
  right: 0px;
  bottom: 0px;
  border-bottom: 1px solid #fff;
  width: 100%;
}
.bottomspot-3 .acyfield_email.acy_requiredField {
  margin: 0;
  float: left;
}
.bottomspot-3 p.onefield.fieldacyemail {
  margin: 0;
}
div.acymailing_module-planis div.acymailing_introtext.planis,
.bottomspot-3 .acymailing_introtext {
  color: #fff !important;
  padding: 0px !important;
}
.bottomspot-3 .acym_introtext .fa,
.bottomspot-3 .acymailing_introtext .fa {
  font-size: 60px;
  margin-right: 20px;
}
.bottomspot-3 .acym_introtext span,
.bottomspot-3 .acymailing_introtext span {
  display: inline-block;
  float: left;
}
.bottomspot-3 .acym_introtext {
  width: 50%;
  float: left;
}
.bottomspot-3 .acym_form.planis {
  width: 50%;
  float: left;
}
.bottomspot-3 p.acysubbuttons {
  display: inline-block;
}
#t3-footer .acym_form.planis td.acyfield_text {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  cursor: text;
}
#t3-footer .acym_form.planis .acyfield_text input {
  width: 100%;
  max-width: 100%;
  cursor: text;
  min-height: 34px;
}
#t3-footer .acym_form.planis input.button {
  cursor: pointer;
  margin-left: 10px;
}
.bottomspot-3 .acym_form .planis input {
  max-width: 100%;
  cursor: text;
}
.wrap.bottomspot-3 .subbutton {
  margin-left: 30px;
  transition: all 0.2s  linear 0s;
}
.bottomspot-3 .acym_form .planis .wrap-acym-wtcorp input#acym__user__edit__email {
  background: none;
  cursor: text !important;
}
.acym_form .planis input {
  cursor: text;
}
.acym_form .planis input.btn {
  cursor: pointer;
  margin-top: 10px;
}
.acymailing_module.planis div.acymailing_form.planis {
  margin-top: 16px !important;
}
.acym_module td,
.acym_module tr td {
  border-top: 0;
  padding-top: 10px;
}
table.acymailing_form.planis {
  margin: 0;
  border: 0px !important;
}
div.acymailing_module.planis {
  display: flex;
}
span.acymailing-image-planis {
  min-width: 262px;
  height: 262px;
  background: url(../../../../less/themes/images/newsletter-image.png) no-repeat left;
  flex-grow: 1;
  margin-right: 40px;
}
.ui-dialog .ui-dialog-titlebar {
  display: none;
}
.planis.ui-dialog-content .ui-dialog-titlebar-close.popupjt {
  border: 0;
  position: absolute;
  top: 15px;
  right: 15px;
  margin: 0px 0px 0 0;
}
.ui-widget.ui-widget-content {
  border: 0 !important;
}
.ui-widget-overlay {
  background: #000 !important;
  opacity: .6 !important;
  filter: alpha(opacity=60) !important;
}
.acym_form.planis {
  width: 100%;
  min-height: 62px;
  margin-top: 15px;
}
.acym_module_form .acym_form.planis input {
  cursor: text;
}

.weather_sp1_c.planis p.weather_sp1_city {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}
.weather_sp1_c.planis .spw_row {
  font-size: 12px;
  line-height: 1.4;
}
.weather_sp1_forecasts.planis .block_even,
.weather_sp1_forecasts.planis .block_odd {
  padding-left: 1px;
}
.weather_sp1_c.planis {
  margin: 0 0 20px;
}
.weather_sp1.planis {
  padding: 0px;
}

.jt_list_content.planis img,
.jt_static_content.planis img {
  border-radius: 100%;
  padding: 4px;
}
.authorname {
  font-size: 13px;
  display: inline-block;
}
.jt_list_content.planis {
  padding-bottom: 15px;
}
.eranewsdate {
  color: #999999;
  font-size: 12px;
  font-weight: 300;
}
.jt_list_content a:link,
.jt_list_content a:visited,
.jt_list_content a:hover,
.morearticle a:link,
.morearticle a:visited,
.morearticle a:hover {
  font-weight: 300;
}

.t3-footer {
  position: relative;
}
.t3-footer .container {
  position: relative;
  z-index: 4;
}
.t3-footer::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.91;
  top: 0;
  left: 0;
  z-index: 3;
}
.t3-footer .t3-module .module-ct {
  border: 0;
  padding: 0;
}
.t3-footnav.row {
  margin-left: 0;
  margin-right: 0;
}
body.fullwidth .t3-footnav {
  z-index: 3;
  position: relative;
  padding-left: 100px;
  padding-right: 100px;
}
body.boxed .t3-footnav {
  padding-left: 15px;
  padding-right: 15px;
}
.t3-footnav .t3-module h3.module-title span {
  position: relative;
  margin-left: 0;
  padding-left: 0;
}
.t3-footnav .t3-module h3.module-title,
.t3-footnav .t3-module h3.module-title::after {
  margin-left: 0;
  padding-left: 0;
  overflow-x: hidden;
}
.t3-footnav .t3-module div.about-company .fa {
  font-size: 22px;
  margin-right: 10px;
}
.t3-footer .footerlogo_social_icon .fa,
.social-icons i {
  width: 37px;
  height: 37px;
  font-size: 20px;
  line-height: 37px;
  padding: 0 10px;
  text-align: center;
  transition: all 0.3s linear 0s;
  margin-right: 4px;
}
.t3-footnav .t3-module .jt-cs .jtcs-author_date {
  font-size: 12px;
}
.jt-cs.planis.jt-sidebar .jtcs_item_category,
.jt-cs.planis.jt-sidebar .jtcs_item_category a,
.jt-cs.planis.jt-sidebar .jtcs_item_title,
.jt-cs.planis.jt-sidebar h3 {
  font-size: 16px;
}
.jt-cs.planis.jt-sidebar .jtcs_item_title,
.jt-cs.planis.jt-sidebar h3 {
  margin-top: 0;
  margin-bottom: 3px;
}
.jt-cs.planis.jt-sidebar .slide {
  margin-top: 0;
  margin-bottom: 15px;
  padding: 0;
}
.t3-footnav .acym_form input.cell {
  width: 250px;
  cursor: text;
}
ul.footerlogo_social_icon li {
  display: inline;
  float: left;
  margin-right: 5px;
}
.t3-footnav .t3-module .bt-cs.planis .bt-inner .bt-title {
  margin-bottom: 0;
}
.t3-footnav .t3-module .bt-cs.planis .readmore a.btn {
  background: none;
  border: none;
  padding: 0px;
}
.t3-footnav .t3-module .bt-cs.planis p.readmore {
  margin: 0;
  display: inline-block;
}
.t3-footnav .t3-module .bt-cs.planis .bt-row {
  padding: 10px 0;
}
.t3-footnav .t3-module .bt-cs.planis .bt-inner {
  padding-left: 0px;
  padding-right: 0px;
}
.t3-footnav .t3-module ul li {
  margin: 5px 0;
}
#t3-footer .t3-footnav img {
  outline: none;
}
#t3-footer .t3-footnav .bt-imagecover {
  outline: none;
}
.bt-cs.planis.footer .bt-imagecover {
  margin-right: 10px;
}
.bt-cs.planis.footer h4,
.bt-cs.planis.footer .bt-extra {
  line-height: 1.4;
  margin: 0;
}
.planis.articles_count ul {
  padding-left: 0px;
}
.planis.articles_count ul li {
  padding: 10px 0;
  list-style: none;
  margin: 0;
}
.planis.articles_count .fa {
  margin-right: 10px;
}
.planis.articles_count span.artcount {
  float: right;
}
.t3-copyright {
  position: relative;
}
.t3-copyright .row {
  display: flex;
  align-items: center;
}
.t3-copyright::after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.6;
}
.t3-copyright p {
  margin-bottom: 0;
}
.t3-copyright ul.menu li,
.t3-copyright li {
  float: left;
  margin: 0;
}
.t3-copyright ul.menu li a,
.t3-copyright li a,
.t3-copyright li span,
.t3-copyright li.separator {
  border-radius: 0px;
  padding: 0px 30px 0px 0px;
  cursor: pointer;
}
.t3-copyright p,
.top-login {
  margin: 0px;
}
.t3-copyright i {
  margin-right: 10px;
}
.t3-copyright ul.menu li a:hover,
.t3-copyright li a:hover,
.t3-copyright a:hover {
  background: none;
  background-color: transparent;
  transition: all 0.2s  linear 0s;
}
.t3-copyright ul.menu li.active a,
.t3-copyright li.active a {
  background: none;
}
.t3-copyright ul.dropdown-menu {
  border-radius: 0px;
  padding-left: 10px;
  margin-top: 0;
  margin-left: -10px;
}
.t3-copyright ul.dropdown-menu li a {
  padding: 10px;
}
.t3-copyright .nav li,
.t3-copyright .nav li a,
.t3-copyright .nav li:hover,
.t3-copyright .nav li a:hover {
  background: none !important;
  background-color: transparent !important;
}
.t3-copyright ul.menu {
  float: right;
}
.bottom-right .t3-module {
  margin-bottom: 0;
}
.t3-sidebar .acymailing_form.planis {
  width: 100%;
}
.acymailing_form.planis {
  margin: 0px 0 0 0;
}
.acymailing_module_form.planis .acymailing_introtext.planis {
  padding-bottom: 25px !important;
}
.acymailing_form.planis td.acysubbuttons input.btn-primary {
  height: 28px;
  padding: 0px 12px;
  line-height: 1;
}
.acymailing_form.planis input.inputbox {
  border-radius: 0px;
  margin-right: 10px;
}
.acymailing_module_form.planis.acymailing_module_form td {
  padding-bottom: 15px;
  vertical-align: top;
}
.acymailing_module_form.planis .button.subbutton {
  float: left;
  margin-left: 5px;
}
.t3-sidebar .acymailing_form.planis input.inputbox {
  background: none;
}
.t3-debug {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  min-height: 40px;
}
.t3-debug .planis.hikashop_cart_module {
  padding: 15px;
}
.t3-debug .planis.hikashop_cart_module span.hikashop_small_cart_total_title {
  padding: 15px;
}
.t3-debug .planis.hikashop_cart_module .hikashop_cart {
  background: url(../../../../less/themes/images/shopping-cart.png) no-repeat left 26px;
  padding-left: 40px;
}
input.hikashop_checkout_coupon_field {
  display: inline-block;
  margin-right: 10px;
}
.hikashop_checkout_coupon {
  margin-top: 10px;
}
.t3-debug .planis.hikashop_cart_module a.hikabtn {
  display: block;
}
.t3-debug .planis.hikashop_cart_module .shopping-cart-wrap {
  float: right;
  width: auto;
}
.t3-debug .planis.hikashop_cart_module .shopping-cart-icon {
  float: right;
  width: 40px;
  height: 70px;
  display: grid;
  place-items: center;
  font-size: 24px;
  padding-right: 10px;
}

.footer-right .t3-module h3.module-title {
  margin-right: -51px;
  margin-left: -30px;
  padding: 12px 51px 13px 30px;
}
ul.footerlogo_social_icon {
  margin-left: 0 !important;
}
#planis-flickr img {
  width: 77px;
  height: 67px;
}
#fancybox-wrap {
  width: auto !important;
}
.t3-footnav .t3-module .gallery-flickr.planis ul li {
  margin: 0px 0;
}
.footer-right .gallery-flickr.planis ul li a {
  float: left;
  margin: 0 5px 10px 5px;
  padding: 0;
  background: none;
  border: 0;
}
.gallery-flickr.planis ul {
  margin: 0;
  padding: 0;
}
.footer-right.right-2 .t3-module h3.module-title {
  margin-right: -30px;
  margin-left: -51px;
  padding: 12px 30px 13px 51px;
}
.footer-right.right-2 .t3-module h3.module-title::after {
  z-index: 1;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: -1px;
  bottom: -28px;
  
  
  border-bottom: 27px solid transparent;
}
.footer-right.right-2 .t3-module h3.module-title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  -webkit-box-shadow: inset -15px 0px 15px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset -15px 0px 15px -9px rgba(0, 0, 0, 0.75);
  box-shadow: inset -15px 0px 15px -9px rgba(0, 0, 0, 0.75);
}
.footer-right.right-2 .t3-module {
  background: url(../../../../less/themes/images/module-grad-bg2.png) no-repeat top left;
}
.bottom-socialicons i {
  font-size: 20px;
  padding: 0 6px;
}

.about-us-title {
  margin-top: 0;
}
.wrap.coloredmodule-4 {
  background-image: url(../../../../less/themes/images/coloredmodule-4-bg-pic.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.wrap.coloredmodule-4::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  opacity: 0.9;
}

#accordion .panel-title a:after {
  content: "";
  height: 18px;
  position: absolute;
  right: 0px;
  top: 1px;
  width: 18px;
}
#accordion .panel-title a.collapsed::after {
  height: 18px;
  position: absolute;
  right: 0px;
  top: 1px;
  width: 18px;
}
#accordion .panel-title a {
  display: block;
  font-size: 14px;
  position: relative;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  transition: all 700ms ease 0s;
  border-radius: 0px;
  background: transparent;
  outline: none;
  line-height: 1.42857;
}
#accordion .panel-default > .panel-heading {
  padding: 8px 10px;
}
#accordion .panel-default {
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  box-shadow: none;
}
#accordion .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
#accordion.panel-group .panel + .panel {
  margin-top: 10px;
}
#accordion.panel-group .panel-default > .panel-heading {
  border-radius: 0px;
}

.counters {
  padding: 0px;
  text-align: center;
  font-size: 50px;
  font-weight: 500;
  padding: 40px 0;
  position: relative;
}
.counters::after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  opacity: 0.1;
  width: 100%;
  height: 100%;
}
.counters i {
  font-size: 65px;
  font-weight: 400;
  display: block;
  margin-bottom: 10px;
  transition: all 0.2s  linear 0s;
}
.counter-value:hover i {
  transition: all 0.2s  linear 0s;
}
.counters h4 {
  display: block;
  font-weight: 400;
  margin: 0px auto 0 auto;
  padding: 5px 0px 0px 0px;
  line-height: 1;
}
.counter-style:hover i {
  color: #fff;
  transition: all 0.2s linear 0s;
}
.counter-value {
  padding: 15px 10px;
  position: relative;
  overflow: hidden;
  transition: all .8s;
  -moz-transition: all .8s;
  -webkit-transition: all .8s;
  -ms-transition: all .8s;
  -o-transition: all .8s;
  z-index: 1;
  margin: 0 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
  -khtml-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
}
.counter-value:hover {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
  -khtml-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
  box-shadow: 0 17px 15px rgba(0, 0, 0, 0.12);
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.counters-wrap {
  display: flex;
  place-items: center;
  height: 100%;
}
.counters .timer {
  font-size: 46px;
  line-height: 50px;
  font-weight: 600;
  letter-spacing: 1px;
}
.coloredmodule .counter-value,
.coloredmodule .counter-value:hover {
  box-shadow: none;
}
.counter-value {
  text-align: center;
  font-size: 42px;
  font-weight: 500;
  padding: 20px 0;
  position: relative;
}
.counter-style {
  padding: 15px 10px;
  position: relative;
  overflow: hidden;
  transition: all .8s;
  -moz-transition: all .8s;
  -webkit-transition: all .8s;
  -ms-transition: all .8s;
  -o-transition: all .8s;
  z-index: 1;
  margin: 0 10px;
  border-radius: 0px;
}
.uppermain .container,
.uppermain-5 .container {
  background: none;
}
.counters.homepage .counter-value {
  box-shadow: none;
}
.featured.services .iconfont-style i {
  text-align: center;
  font-size: 52px;
  display: block;
  margin-bottom: 10px;
}
.featured.services .iconfont-style h4 {
  display: block;
  font-size: 22px;
  font-weight: 400;
  margin: 0px auto 0 auto;
  padding: 5px 0px 5px 0px;
  line-height: 1.3;
  text-align: center;
}
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.featured.services .iconfont-style:hover .hvr-float,
.featured.services .iconfont-style:focus .hvr-float,
.featured.services .iconfont-style:active .hvr-float {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.counter-style::after {
  content: "";
  height: 0;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -webkit-transform-origin: top;
  -o-transform-origin: top;
  transition: all .8s;
  -moz-transition: all .8s;
  -webkit-transition: all .8s;
  -ms-transition: all .8s;
  -o-transition: all .8s;
}
.counter-style:hover::after {
  height: 100%;
  top: auto;
  bottom: 0;
  transform-origin: bottom;
  -moz-transform-origin: bottom;
  -ms-transform-origin: bottom;
  -webkit-transform-origin: bottom;
  -o-transform-origin: bottom;
  opacity: 0.6;
}

.uppermain-6-7 {
  padding: 40px 100px;
}

.pricingtable-row .row {
  padding: 40px 100px;
}
.pricingtable-wrapper.style {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
}
.no-padding {
  padding-left: 0;
  padding-right: 0;
}
.pricingtable-inner {
  text-align: center;
}
h4.pricingtable-title {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 15px;
  text-align: center;
}
.pricingtable-wrapper.style .pricingtable-bx {
  font-weight: 500;
  border-radius: 10px;
  display: inline-block;
  font-size: 16px;
  margin-top: 20px;
  padding: 15px 25px;
  margin-bottom: 20px;
}
.pricingtable-wrapper.style .pricingtable-bx span {
  font-size: 22px;
}
.pricingtable-wrapper.style.active {
  margin: -30px -10px 0;
  padding: 60px 30px;
  position: relative;
  z-index: 1;
}
.pricingtable-wrapper.style p {
  line-height: 28px;
  margin-bottom: 24px;
}
.site-button.white {
  display: inline-block;
  padding: 12px 60px;
  background-color: #fff;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  margin: 0 5px 10px 0;
}
.pricingtable-inner .btn-primary {
  display: inline-block;
  padding: 12px 60px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  margin: 0 5px 10px 0;
}

.xl-services-box-wrapper {
  padding: 30px;
  position: relative;
}
.xl-services-box-wrapper::after {
  position: absolute;
  width: 0%;
  height: 4px;
  opacity: 0;
  content: "";
  left: 0;
  bottom: 0;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.xl-services-box-wrapper:hover::after {
  width: 100%;
  opacity: 1;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.xl-services-box-wrapper .fa,
.xl-services-box-wrapper i {
  font-size: 80px;
}
.services-count-2 span.services-count-number {
  position: absolute;
  right: 35px;
  top: 20px;
  font-size: 120px;
  font-weight: 700;
  color: rgba(177, 177, 177, 0.7);
  opacity: 0.3;
  line-height: 120px;
}
.xl-services-box-wrapper h4 {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 15px;
  margin-top: 20px;
  font-weight: 400;
  text-transform: none;
}
.xl-services-box-wrapper .xl-title {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.xl-services-box-wrapper a.btn {
  margin-top: 20px;
}
.align-center {
  text-align: center;
}
.styled-bg {
  position: relative;
  padding: 5px;
}
.styled-bg::after {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  content: "";
  left: 0;
  top: 0;
}
.services-xl.inline-icon {
  color: rgba(255, 255, 255, 0.3);
}
.wt-services-box-wrapper {
  padding: 30px;
}
.wt-services-box-wrapper .fa,
.wt-services-box-wrapper i {
  font-size: 80px;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
}
.services-count-2 span.services-count-number {
  position: absolute;
  right: 35px;
  top: 20px;
  font-size: 120px;
  font-weight: 700;
  color: rgba(177, 177, 177, 0.7);
  opacity: 0.3;
  line-height: 120px;
  font-family: Poppins Medium;
}
.wt-services-box-wrapper h4 {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 15px;
  margin-top: 20px;
  font-weight: 400;
  text-transform: none;
}
.wt-services-box-wrapper a.btn {
  margin-top: 20px;
}
.scene {
  position: relative;
  z-index: 1;
}
.scene::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  transform: scale(1, 0);
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: -1;
}
.scene:hover::before {
  transform: scale(1, 1);
}

.pricing-table-1 .plan {
  padding: 20px;
  border-radius: 5px;
}
.text-white {
  color: #FFF;
}
.pricing-table-1 .plan-title {
  color: #fff;
  position: relative;
  margin: 0;
  font-size: 20px;
  line-height: 26px;
}
.pricing-table-1 .plan-price {
  font-weight: 500;
  font-size: 38px;
  margin: 10px 0;
  display: inline-block;
}
.pricing-table-1 .plan-features li {
  padding: 8px 0px;
}
.pricing-table-1 .plan-features {
  padding: 0 0 20px;
  margin: 0;
  list-style: outside none none;
  font-size: 14px;
}
.pricing-table-1 .plan-features i {
  margin-right: 8px;
  color: rgba(255, 255, 255, 0.5);
}
.pricing-table-1 .featured {
  margin-top: -10px;
  padding-bottom: 40px;
}
.pricing-table-1 .plan-select {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 20px;
  text-align: center;
}

.contact-right .dl-horizontal dt {
  width: auto;
}
.contact-right .dl-horizontal dd {
  margin-left: 0px;
  margin-bottom: 20px;
}
.contact.planis i,
.contact.planis .fa {
  font-size: 26px;
  line-height: 1;
  margin-right: 5px;
  vertical-align: middle;
}
.contact.planis .contact-text {
  padding-left: 30px;
}
.contact.planis .info-title {
  font-weight: 500;
}
.contact-form.planis .well {
  box-shadow: none;
  background-color: transparent;
}
.contact.planis .msc-info {
  margin-top: 30px;
  margin-bottom: 40px;
  border-style: solid;
  padding: 40px 20px;
  display: flex;
}
.form-horizontal .control-group .control-label {
  position: relative;
  text-align: left;
  width: 110px;
}
.contact.planis .form-horizontal .control-group .controls {
  margin-left: 110px;
}
.contact.planis label#jform_spacer-lbl {
  font-size: 12px;
}
.contact.planis label {
  font-weight: normal;
}
.contact-form.planis #jform_contact_message {
  width: 100%;
  height: 155px;
}
.contact-form.planis input {
  height: 29px;
}
.contact-planis-h3 {
  visibility: hidden;
}
.gm-style .gm-style-iw-c {
  background-image: url(../../../../less/themes/images/building-small.png);
  background-repeat: no-repeat;
  background-position: 5px center;
  border-radius: 0px;
  padding: 17px 18px 18px 50px!important;
}
.contact.planis .thumbnail.pull-right {
  border: 0;
  padding: 0px 0px 0px 0px;
  margin-top: 40px;
}
.contact.planis .contact-form #jform_contact_message,
.contact.planis .contact-form .form-control {
  border-radius: 0px;
  box-shadow: none;
}
.contact.planis .dl-horizontal dd {
  margin-left: 0;
}
.form-control-feedback {
  position: absolute;
  top: -15px;
  right: -200%;
  z-index: 2;
  display: block;
  width: 200%;
  height: 34px;
  line-height: 1;
  text-align: left;
  font-size: 12px;
  pointer-events: none;
}

.wrap.t3-breadcrumbs {
  padding: 60px 0;
  width: 100%;
  position: relative;
}
.t3-breadcrumbs,
.t3-breadcrumbs-inner {
  position: relative;
}
.t3-breadcrumbs::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  opacity: 0.6;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.t3-breadcrumbs .container {
  position: relative;
  padding: 15px;
  background: none;
  z-index: 3;
}
.t3-breadcrumbs-inner::after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  opacity: 0.7;
  width: 100%;
  height: 100%;
}
.t3-breadcrumbs-module {
  position: relative;
  z-index: 2;
}
.breadcrumb {
  background-color: transparent;
  color: #fff;
}
.t3-breadcrumbs h1 {
  color: #fff;
  float: left;
  font-size: 42px;
  font-weight: 600;
  margin: 0;
}
.t3-breadcrumbs [class*="col-"] {
  padding-left: 0 !important;
}
.t3-breadcrumbs .breadcrumb > li,
.t3-breadcrumbs .breadcrumb > li + li {
  margin: 7px 0 0;
  text-align: left;
}
.t3-breadcrumbs .breadcrumb > li.active {
  color: #fff !important;
}
.t3-breadcrumbs .breadcrumb {
  float: right;
}
.t3-breadcrumbs .breadcrumb a:hover {
  color: #fff;
}
.breadcrumb > li + li::before {
  font-size: 16px;
  font-weight: 500;
  font-family: FontAwesome;
}
.best-movie-right {
  background-image: url(../../../../less/themes/images/bestmovie-bg.jpg);
  background-position: top center;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  min-height: 647px;
}
.best-movie-right::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.best-movie-left {
  margin-right: -15px;
  padding-right: 0;
}
.movie-info,
.pro_bar h5 {
  font-family: 'Rajdhani Bold';
  font-size: 16px;
  width: 90%;
}
.best-movie-right-content {
  position: relative;
  z-index: 2;
  padding-left: 55px;
}
.best-movie-title,
.border-primary-4,
.make-movie-title {
  color: #fff;
}
.best-movie-right-content .movie-info {
  font-family: 'Rajdhani Semibold';
  display: flex;
  justify-content: space-between;
  width: 80%;
}
.best-movie-right-content .movie-ratings {
  margin-top: 20px;
}
.best-movie-left img {
  transition: all 0.5s linear 0s;
}
.best-movie-wrap:hover img {
  filter: grayscale(100%);
  transition: all 0.5s linear 0s;
}

.yendif-video-share.videos.planis {
  padding: 10px 0;
}
.yendif-video-share.videos.planis ul.thumbnails,
.related-planis ul,
.yendif-video-share.categories.planis ul {
  padding: 0;
}
.yendif-video-share.videos.planis .thumbnails li,
.related-planis li,
.yendif-video-share.categories.planis li,
.yendif-video-share.my-videos.planis li {
  list-style: none;
  margin-left: 0;
}
.yendif-video-share.videos.planis .thumbnail,
.yendif-video-share.categories.planis .thumbnail {
  display: block;
  padding: 0px;
  margin-bottom: 15px;
  line-height: 1.42;
  border: 0;
  border-radius: 0px;
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}
.yendif-video-share.videos.planis [class*=' col-'] {
  padding-left: 10px;
  padding-right: 10px;
}
.yendif-video-share.videos.planis ul {
  margin: 0;
}
.yendif-thumbnail .yendif-play-icon.planis {
  position: absolute;
  width: 56px;
  height: 56px;
  margin: -26px 0px 0px -26px;
  padding: 0px;
  top: 50%;
  left: 50%;
  z-index: 2;
  opacity: 0.85;
}
.yendif-video-share.planis a:hover {
  text-decoration: none;
}
.jt-carousel-yendif-outer.planis {
  position: relative;
}
.yendif-video-share.mod-yendifvideoshare-videos.planis {
  position: relative;
}
.yendif-video-share.mod-yendifvideoshare-videos.planis .more-btn,
.jt-carousel-yendif-outer.planis .more-btn {
  position: absolute;
  right: 0px;
  top: -50px;
}
.yendif-video-share.planis .btn-primary {
  margin-left: 10px;
}
.jt-carousel-yendif-outer.planis .tns-controls {
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 100%;
}
.jt-carousel-yendif-outer.planis .tns-nav,
.jt-carousel-yendif-outer.planis .tns-controls,
.jt-carousel-yendif-outer.planis .playButton {
  margin: 0;
}
.jt-carousel-yendif-outer.planis .tns-controls button {
  opacity: 0.5;
  background: #000;
  border-radius: 0px;
  width: 40px;
  height: 65px;
  font-size: 24px;
  margin-top: -65px;
  color: #fff;
}
.jt-carousel-yendif-outer.planis:hover .tns-controls button {
  opacity: 0.6;
}
.jt-carousel-yendif-outer.planis .tns-controls [data-controls="prev"] {
  position: absolute;
  left: 10px;
}
.jt-carousel-yendif-outer.planis .tns-controls [data-controls="next"] {
  position: absolute;
  right: 5px;
}
.jt-carousel-yendif-outer.planis .tns-nav button,
.jt-cs.planis .owl-carousel .owl-dot span,
#planis .owl2-dot,
.jt-cs.planis .owl-carousel .owl-dot.active span {
  width: 50px;
  height: 8px;
  border-radius: 0px;
}
.yendif-video-share.videos.planis .more_btn {
  position: relative;
  font-size: 12px;
  font-weight: bold;
}
.yendif-video-share.videos.planis .more_btn-inner {
  position: absolute;
  right: -11px;
  top: -56px;
  line-height: 1;
  padding: 2px 5px;
}
.yendif-video-share.category.planis ul.thumbnails {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.yendif-video-share.category.planis ul.thumbnails li {
  list-style: none;
}
.yendif-video-share.category.planis .thumbnail,
.related-planis .thumbnail,
.yendif-video-share.my-videos.planis .thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 30px;
  line-height: 1.42;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
.yendif-video-share.planis .radio.inline + .radio.inline,
.yendif-video-share.planis .checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.yendif-video-share.planis .radio.inline,
.yendif-video-share.planis .checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.yendif-video-share .radio input[type="radio"],
.yendif-video-share .checkbox input[type="checkbox"] {
  margin: 2px 10px 2px 2px;
  position: relative;
}
.yendif-video-share.planis .form-search input,
.yendif-video-share.planis .form-inline input,
.yendif-video-share.planis .form-horizontal input,
.yendif-video-share.planis .form-search textarea,
.yendif-video-share.planis .form-inline textarea,
.yendif-video-share.planis .form-horizontal textarea,
.yendif-video-share.planis .form-search select,
.yendif-video-share.planis .form-inline select,
.yendif-video-share.planis .form-horizontal select,
.yendif-video-share.planis .form-search .help-inline,
.yendif-video-share.planis .form-inline .help-inline,
.yendif-video-share.planis .form-horizontal .help-inline,
.yendif-video-share.planis .form-search .uneditable-input,
.yendif-video-share.planis .form-inline .uneditable-input,
.yendif-video-share.planis .form-horizontal .uneditable-input,
.yendif-video-share.planis .form-search .input-prepend,
.yendif-video-share.planis .form-inline .input-prepend,
.yendif-video-share.planis .form-horizontal .input-prepend,
.yendif-video-share.planis .form-search .input-append,
.yendif-video-share.planis .form-inline .input-append,
.yendif-video-share.planis .form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  vertical-align: middle;
}
.yendif-video-share.video.planis .input-append input,
.yendif-video-share.video.planis .input-append select,
.yendif-video-share.video.planis .input-append .uneditable-input {
  -webkit-border-radius: 0x;
  -moz-border-radius: 0px;
  border-radius: 0px;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  margin-right: 10px;
}
.yendif-video-share.video.planis .breadcrumb {
  margin-top: 15px;
}
.vjs-playlist.white.planis {
  border-radius: 0px 3px 3px 0px;
}
.yendif-video-share.videos.planis .thumbnail .yendif-image.planis {
  transition: all 0.2s linear 0s;
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.yendif-video-share.videos.planis .thumbnail:hover .yendif-image.planis {
  transition: all 0.2s linear 0s;
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.yendif-video-share.videos.planis .thumbnail .yendif-image.planis::before {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 98%, rgba(0, 0, 0, 0.9) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 98%, rgba(0, 0, 0, 0.9) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 98%, rgba(0, 0, 0, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#e6000000', GradientType=0);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all ease-in-out 1s;
  -webkit-transition: all ease-in-out 0.5s;
  z-index: 3;
}
.yendif-video-share.videos.planis .thumbnail:hover .yendif-image.planis::before {
  opacity: 1;
}
a.yendif-thumbnail.planis {
  overflow: hidden;
}
.yendif-video-share.category.planis .yendif-thumbnail .yendif-image,
.related-planis .yendif-thumbnail .yendif-image {
  transition: all ease-in-out 0.5s;
}
.yendif-video-share.category.planis .yendif-thumbnail:hover .yendif-image,
.related-planis .yendif-thumbnail:hover .yendif-image {
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  overflow: hidden;
}
.yendif-video-share.category.planis a.yendif-thumbnail,
.related-planis a.yendif-thumbnail {
  overflow: hidden;
}
.yendif-video-share.videos.planis .thumbnail .caption {
  padding: 10px 15px 15px 15px;
}
.yendif-video-share.category.planis .yendif-thumbnail .yendif-image::before,
.related-planis .yendif-thumbnail .yendif-image::before {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 98%, rgba(0, 0, 0, 0.9) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 98%, rgba(0, 0, 0, 0.9) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 98%, rgba(0, 0, 0, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#e6000000', GradientType=0);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all ease-in-out 1s;
  -webkit-transition: all ease-in-out 0.5s;
  z-index: 3;
}
.yendif-video-share.category.planis .yendif-thumbnail:hover .yendif-image::before,
.yendif-image::before,
.related-planis .yendif-thumbnail:hover .yendif-image::before {
  opacity: 1;
}
.yendif-video-share.category.planis .yendif-thumbnail .yendif-play-icon,
.related-planis .yendif-thumbnail .yendif-play-icon {
  position: absolute;
  width: 56px;
  height: 56px;
  margin: -25px 0px 0px -25px;
  opacity: 0.80;
}
.t3-wrapper .yendif-ratings-small .yendif-ratings-stars,
.t3-wrapper .yendif-ratings-small .yendif-ratings-stars .yendif-current-ratings,
.t3-wrapper .yendif-ratings-small .yendif-ratings-star a:hover {
  background-image: url(../../../../less/themes/images/star_small.png) !important;
}
.yendif-video-share.video.planis .yendif-video-share-ratings .yendif-video-share-ratings-stars,
.yendif-video-share.video.planis .yendif-video-share-ratings .yendif-video-share-ratings-star a:hover,
.yendif-video-share.video.planis .yendif-video-share-ratings .yendif-video-share-ratings-stars .yendif-video-share-ratings-current {
  background-image: url(../../../../less/themes/images/star.png);
}
.yendif-video-share.videos.planis .yendif-video-share-ratings-small .yendif-video-share-ratings-stars,
.yendif-video-share.videos.planis .yendif-video-share-ratings-small .yendif-video-share-ratings-current,
.yendif-video-share.videos.planis .yendif-video-share-ratings-small .yendif-video-share-ratings-star a:hover,
.yendif-video-share.videos.planis .yendif-video-share-ratings-small .yendif-video-share-ratings-stars,
.yendif-video-share.videos.planis .yendif-video-share-ratings-small .yendif-video-share-ratings-current,
.yendif-video-share.videos.planis .yendif-video-share-ratings-small .yendif-video-share-ratings-star a:hover {
  background-image: url(../../../../less/themes/images/star_small.png);
}
.yendif-video-share.video.planis .yendif-video-share-ratings-small .yendif-video-share-ratings-stars,
.yendif-video-share.video.planis .yendif-video-share-ratings-small .yendif-video-share-ratings-current,
.yendif-video-share.video.planis .yendif-video-share-ratings-small .yendif-video-share-ratings-star a:hover {
  background-image: url(../../../../less/themes/images/star_small.png);
}
.yendif-video-share.planis .yendif-video-share-svg-icon-play {
  position: absolute;
  width: 42px;
  height: 42px;
  top: 50%;
  left: 50%;
  margin-top: -21px;
  margin-left: -21px;
  padding: 2px;
  border-radius: 100%;
  opacity: 0.80;
  transition: all 0.2s linear 0s;
  z-index: 3;
  cursor: pointer;
}
.yendif-video-share.planis .yendif-video-share-grid-item:hover .yendif-video-share-svg-icon-play,
.yendif-video-share.planis .yendif-video-share-grid-item:hover .yendif-video-share-svg-icon-play-whitebg {
  opacity: 1;
  transition: all 0.2s linear 0s;
}
.yendif-video-share.planis .yendif-video-share-svg-icon-play-whitebg {
  fill: #fff;
  opacity: 0.7;
  width: 26px;
  height: 30px;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -11px;
  padding: 4px;
  transition: all 0.2s linear 0s;
  position: absolute;
  z-index: 1;
}
.yendif-video-share.planis .yendif-play-icon::before {
  content: '';
  position: absolute;
  width: 42px;
  height: 42px;
  border-radius: 100%;
  background: transparent;
  transition: .5s;
  transform: scale(0.9);
  z-index: 1;
  top: 50%;
  left: 50%;
  margin-top: -21px;
  margin-left: -21px;
  transition: all 0.2s linear 0s;
}
.yendif-video-share.video.planis .yendif-video-share-search-form {
  margin-bottom: 20px;
}
.yendif-video-share.videos.planis.videos .card {
  padding: 5px 5px 15px 5px;
  margin-bottom: 30px;
}
.yendif-video-share.videos.planis.videos .card-body,
.yendif-video-share.video.planis .yendif-video-share-related.planis .card-body,
.yendif-video-share-categories.planis .card-body,
.yendif-video-share.category.planis .card-body,
.yendif-video-share.mod-yendifvideoshare-videos.planis .card-body,
.jt-carousel-yendif-outer.planis .yendif-title-text {
  padding: 10px 15px 20px 15px;
}
.yendif-video-share.videos.planis .yendif-video-share-ratings,
.yendif-video-share.videos.planis .yendif-video-share-ratings-small {
  margin: 7px 0 7px 0;
  padding: 3PX 0;
}
.yendif-video-share.category.planis .card-body {
  margin-bottom: 30px;
}
.yendif-video-share.video.planis .yendif-video-share-meta-views,
.yendif-video-share.video.planis .yendif-video-share-ratings,
.yendif-video-share.video.planis .yendif-video-share-ratings-small,
.yendif-video-share.video.planis .yendif-video-share-meta-date {
  margin: 7px 0 7px 0;
}
.yendif-video-share.video.planis p.lead {
  margin: 20px 0 15px 0;
}
.yendif-video-share.video.planis div.yendifplayer {
  margin-bottom: 15px;
}
.yendif-video-share.video.planis .yendif-video-share-related.planis .yendif-video-share-grid-item {
  margin-bottom: 30px;
}
.yendif-video-share.video.planis .yendif-video-share-related.planis .card {
  -webkit-box-shadow: 5px 0px 15px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 5px 0px 15px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 5px 0px 15px 0px rgba(0, 0, 0, 0.08);
}
.yendif-video-share.mod-yendifvideoshare-playlist.planis .yendif-video-share-playlist-videos {
  padding: 0px 0px 0px 0px;
}
.yendif-video-share.mod-yendifvideoshare-playlist.planis .yendif-video-share-playlist-videos .flex-grow-1 {
  padding: 10px;
}
.mb-2 {
  margin-bottom: 20px;
}
.mb-3 {
  margin-bottom: 30px;
}
.mod-yendifvideoshare-playlist.planis .yendif-video-share-playlist-item {
  position: relative;
  border: 0;
}
.yendif-video-share.mod-yendifvideoshare-playlist.planis .yendif-video-share-playlist-videos .yendif-video-share-responsive-item .yendif-video-share-image {
  bottom: 15px;
}
.jt-carousel-yendif-outer.planis.titleonpic .yendif-title-text,
.yendif-video-share.mod-yendifvideoshare-playlist.planis .flex-grow-1.ms-3 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 10px 15px 15px 15px;
}
.mod-yendifvideoshare-playlist.planis .yendif-video-share-playlist-videos.right {
  overflow-y: scroll;
  overflow-x: hidden;
  top: 15px;
  scrollbar-width: 15px;
}
.jt-carousel-yendif-outer.planis.titleonpic .play-btn {
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 5;
}
.jt-carousel-yendif-outer.planis.titleonpic .yendif-video-share-svg-icon-play-whitebg,
.jt-carousel-yendif-outer.planis.titleonpic .yendif-video-share-svg-icon-play {
  position: absolute;
  z-index: 5;
  cursor: pointer;
}
.jt-carousel-yendif-outer.planis.titleonpic h4 {
  margin: 2px 0;
}
.jt-carousel-yendif-outer.planis.titleonpic.filmstrip .more-btn {
  position: absolute;
  right: 80px;
  top: -50px;
}
.yendif-video-share.planis .yendif-video-share-image {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
.yendif-video-share.planis .yendif-video-share-image::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}
.yendif-video-share.planis .yendif-video-share-grid-item:hover .yendif-video-share-image {
  transform: scale3d(1.1, 1.1, 1) translate3d(0, 0, 0) perspective(31.25em);
  -webkit-transform: scale3d(1.1, 1.1, 1) translate3d(0, 0, 0) perspective(31.25em);
  -moz-transform: scale3d(1.1, 1.1, 1) translate3d(0, 0, 0) perspective(31.25em);
  -o-transform: scale3d(1.1, 1.1, 1) translate3d(0, 0, 0) perspective(31.25em);
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  box-shadow: 0px 0px 0.75em rgba(0, 0, 0, 0.9);
}
.yendif-video-share.planis .yendif-video-share-grid-item:hover .yendif-video-share-image::before {
  opacity: 1;
  z-index: 9;
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
.yendif-video-share.video.planis .yendif-video-share-likes-dislikes,
.yendif-video-share.video.planis .yendif-video-share-meta-category {
  margin: 7px 0;
}
.yendif-video-share.planis .yendif-video-share-meta {
  margin-bottom: 40px;
}
.yendif-video-share.mod-yendifvideoshare-playlist.planis .yendif-video-share-playlist-items {
  margin-right: 5px;
}

.jt-cs.planis .jt-date {
  margin-right: 10px;
}
.jt-cs.planis .jt-category,
.jt-cs.planis .jt-category a {
  margin-bottom: 5px;
  display: inline-block;
}

.sp-simpleportfolio .sp-simpleportfolio-item {
  padding: 10px;
}
.sp-simpleportfolio.planis .sp-simpleportfolio-padding {
  padding: 10px;
}
.sp-simpleportfolio.planis .sp-simpleportfolio-filter > ul > li > a {
  border-radius: 3px;
}
.featherlight .featherlight-content,
.featherlight {
  z-index: 999 !important;
}
.sp-simpleportfolio .sp-simpleportfolio-item.planis .sp-simpleportfolio-info {
  position: relative;
  padding: 50px 20px 30px 20px;
}
.sp-description.planis {
  clear: both;
  line-height: 1.42;
  text-align: justify;
}
.sp-simpleportfolio-created.planis-overimage {
  font-size: 19px;
  line-height: 1.1;
  padding-top: 7px;
  text-align: center;
  width: 60px;
  height: 60px;
  display: block;
  overflow: hidden;
  position: absolute;
  top: -30px;
  left: 20px;
  z-index: 3;
}
.sp-simpleportfolio .sp-simpleportfolio-item.planis .sp-simpleportfolio-info h3 a,
.sp-simpleportfolio .sp-simpleportfolio-item.planis .sp-simpleportfolio-info h3 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}
.sp-simpleportfolio-client.planis.col-sm-6,
.sp-simpleportfolio-client.planis.col-md-6 {
  padding-left: 0;
  padding-right: 10px;
}
.sp-simpleportfolio-client.planis,
.sp-simpleportfolio-created.planis {
  margin-bottom: 15px;
}
.sp-simpleportfolio-client.planis h4,
.sp-simpleportfolio-created.planis h4 {
  font-size: 13px;
}
.sp-simpleportfolio-client.planis h4 span,
.sp-simpleportfolio-created.planis h4 span {
  font-weight: bold;
}
.sp-simpleportfolio-info.planis:hover h4 {
  color: #fff;
}
.sp-simpleportfolio .sp-simpleportfolio-item.planis .sp-simpleportfolio-link {
  text-align: right;
  margin-top: 30px;
}
.filters.btn-toolbar .btn {
  height: 38px;
}
span[itemprop="keywords"] {
  margin-right: 5px;
}
.sp-simpleportfolio .sp-simpleportfolio-description.planis {
  width: 100%;
  margin-bottom: 15px;
}
.sp-simpleportfolio-meta.planis {
  width: 100%;
  padding-left: 0px;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
  margin: 0 5px 10px 5px;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
  color: #fff;
}
.sp-simpleportfolio .sp-simpleportfolio-meta.planis > div {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.sp-simpleportfolio-link a.btn {
  margin-top: 15px;
  margin-bottom: 15px;
}
.sp-simpleportfolio.planis .sp-simpleportfolio-item .sp-simpleportfolio-btns a {
  border-radius: 0px;
}
.sp-simpleportfolio.planis .sp-simpleportfolio-meta h4 {
  font-weight: 400;
}
.sp-simpleportfolio.planis .sp-simpleportfolio-image[class*=' col-'] {
  padding-left: 0;
}
.sp-simpleportfolio.planis .sp-simpleportfolio-columns-3 .sp-simpleportfolio-item {
  width: 33.3334%;
}
.sp-simpleportfolio.planis.specialwork .sp-simpleportfolio-item .sp-simpleportfolio-btns a {
  display: inline-block;
  padding: 3px 6px;
  margin: 3px;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #fff;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.sp-simpleportfolio.planis.specialwork .sp-simpleportfolio-item .sp-vertical-middle > div .sp-simpleportfolio-title a {
  font-size: 14px !important;
}
.tns-outer .playButton {
  display: none;
}

.registration {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
  padding: 15px;
}
.registration .form-horizontal .control-group .control-label {
  text-align: left;
}
.registration label {
  font-weight: 400;
}
#login-form li {
  list-style: none;
  margin-bottom: 7px;
}
#login-form ul.unstyled {
  padding-left: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
div.eduvest {
  position: relative;
  overflow: hidden;
}
div.eduvest::before {
  transition: all 0.5s ease-in-out 0s;
  background-color: #000;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  z-index: 5;
  right: 0;
  top: 0;
  opacity: 0;
}
div.eduvest:hover::before {
  opacity: 0.5;
  transition: all 1s ease-in-out 0s;
}
div.eduvest img {
  transition: all 1s ease-in-out 0s;
}
div.eduvest:hover img {
  transition: all 1s ease-in-out 0s;
  transform: scale(1.05);
}
div.eduvest p {
  margin: 0;
}
div.eduvest a.eduvest-link {
  position: absolute;
  z-index: 6;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
}
.icon-eye::before {
  content: "\f06e";
}
.icon-folder-open::before {
  content: "\f07c";
}

.presetArea {
  z-index: 9999;
  padding: 15px 15px 47px 15px;
  background: #FFF;
  border: 5px solid #eee;
  border-left: 0;
  border-right: 0;
}
.presetArea h3 {
  background: #FFF;
}
.switch:focus {
  color: #FFF;
}
.presetArea h2 {
  color: #fff !important;
  font-size: 30px !important;
  font-weight: 700 !important;
  line-height: 23px !important;
  margin: 0;
  text-align: left;
  text-transform: uppercase;
}
.presetArea h2 span {
  font-weight: 100;
  display: inline-block;
  width: 100%;
}
.accentColor {
  width: 100%;
  position: relative;
  margin-top: 0px;
}
.psTitle {
  font-size: 16px !important;
  color: #171e36 !important;
  margin: 0px;
  text-align: left;
  margin-bottom: 15px;
  font-weight: normal;
}
.psTitle span {
  font-weight: 100;
  display: inline-block;
  width: 100%;
}
.accentColor a {
  background: #3D566E;
  display: inline-block;
  height: 30px;
  margin-bottom: 6px;
  margin-right: 6px;
  width: 30px;
  position: relative;
  cursor: pointer;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.55);
}
.accentColor a.color1 {
  background: #191A1D;
}
.accentColor a.color1::after {
  border-left-color: #de1002;
}
.accentColor a.color2 {
  background: #0C111B;
}
.accentColor a.color2::after {
  border-left-color: #409fd0;
}
.accentColor a.color3 {
  background: #0E0E18;
}
.accentColor a.color3::after {
  border-left-color: #2dc0cc;
}
.accentColor a.color4 {
  background: #182520;
}
.accentColor a.color4::after {
  border-left-color: #3eb1c6;
}
.accentColor a.color5 {
  background: #020D18;
}
.accentColor a.color5::after {
  border-left-color: #dd003f;
}
.accentColor a.color6 {
  background: #0F0B08;
}
.accentColor a.color6::after {
  border-left-color: #c3240b;
}
.accentColor a.color7 {
  background: #2B2B31;
}
.accentColor a.color7::after {
  border-left-color: #ff5690;
}
.accentColor a.color8 {
  background: #1B202B;
}
.accentColor a.color8::after {
  border-left-color: #9F2B68;
}
.accentColor a.color9 {
  background: #000000;
}
.accentColor a.color9:::after {
  border-left-color: #F71A2C;
}
.accentColor a.color10 {
  background: #04142b;
}
.accentColor a.color10::after {
  border-left-color: #e70000;
}
.accentColor a.color11 {
  background: #1B202B;
}
.accentColor a.color11::after {
  border-left-color: #ce3824;
}
.accentColor a.color12 {
  background: #12222d;
}
.accentColor a.color12::after {
  border-left-color: #f4181c;
}
.accentColor a.color13 {
  background: #19232C;
}
.accentColor a.color13::after {
  border-left-color: #E4D804;
}
.accentColor a:focus,
.colorChem a:focus,
.layoutstyle a:focus {
  outline: none;
}
.accentColor a:after {
  border-bottom: 0 solid transparent;
  border-left: 30px solid #E74C3C;
  border-top: 30px solid transparent;
  bottom: 0;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
}
.colorChem a.light1 {
  background: #191A1D;
}
.accentColor a.light1:after {
  border-bottom: 0 solid transparent;
  border-left: 41px solid #de1002;
  border-top: 40px solid transparent;
  bottom: 0;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
}
.colorChem a.light2 {
  background: #34495E;
}
.accentColor a.light2:after {
  border-bottom: 0 solid transparent;
  border-left: 41px solid #cb2531;
  border-top: 40px solid transparent;
  bottom: 0;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
}
.colorChem a.light3 {
  background: #1B202B;
}
.accentColor a.light3:after {
  border-bottom: 0 solid transparent;
  border-left: 41px solid #b0301f;
  border-top: 40px solid transparent;
  bottom: 0;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
}
.colorChem a.light4 {
  background: #393E46;
}
.accentColor a.light4:after {
  border-bottom: 0 solid transparent;
  border-left: 41px solid #008b91;
  border-top: 40px solid transparent;
  bottom: 0;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
}
.colorChem a.light5 {
  background: #3A4750;
}
.accentColor a.light5:after {
  border-bottom: 0 solid transparent;
  border-left: 41px solid #00adb5;
  border-top: 40px solid transparent;
  bottom: 0;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
}
.colorChem a.light6 {
  background: #263859;
}
.accentColor a.light6:after {
  border-bottom: 0 solid transparent;
  border-left: 41px solid #ff6768;
  border-top: 40px solid transparent;
  bottom: 0;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
}
.accentColor a.active:before,
.accentColor a:hover:before,
.accentColor a:focus:before {
  background: url("../../../../less/themes/images/tick.png") no-repeat scroll center center;
  bottom: 4px;
  content: "";
  height: 8px;
  left: 4px;
  position: absolute;
  width: 11px;
  z-index: 999;
  transition: all ease 700ms;
  -moz-transition: all ease 700ms;
  -webkit-transition: all ease 700ms;
  -ms-transition: all ease 700ms;
  -o-transition: all ease 700ms;
}
.colorChem {
  width: 100%;
  position: relative;
  margin-top: 15px;
}
.colorChem a {
  color: #fff;
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  height: 40px;
  line-height: 8px;
  text-align: center;
  text-indent: 10px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  width: 90px;
  padding-top: 16px;
  margin-right: 3px;
  margin-bottom: 13px;
  transition: all ease 700ms;
  -moz-transition: all ease 700ms;
  -webkit-transition: all ease 700ms;
  -ms-transition: all ease 700ms;
  -o-transition: all ease 700ms;
}
.colorChem a:hover,
.colorChem a.active {
  background: rgba(0, 0, 0, 0.8);
  color: #FFF;
}
.colorChem a:last-child {
  margin-right: 0px;
}
.layoutstyle {
  width: 100%;
  margin-top: 20px;
  position: relative;
}
.layoutstyle a {
  display: inline-block;
  width: auto;
  height: 30px;
  font-size: 10px;
  line-height: 8px;
  text-transform: uppercase;
  color: #171e36;
  font-weight: 600;
  text-align: left;
  padding-left: 40px;
  padding-top: 11px;
  position: relative;
  transition: all ease 700ms;
  -moz-transition: all ease 700ms;
  -webkit-transition: all ease 700ms;
  -ms-transition: all ease 700ms;
  -o-transition: all ease 700ms;
}
.layoutstyle a.wide {
  background: url(../../../../less/themes/images/wide.png) no-repeat left center;
}
.layoutstyle a.Box {
  background: url(../../../../less/themes/images/boxed.png) no-repeat left center;
}
.layoutstyle a.patterned {
  background: url(../../../../less/themes/images/pattern.png) no-repeat left center;
  display: block;
  margin: 5px 0;
}
.layoutstyle a.Box.fixedimage,
.layoutstyle a.patterned,
.layoutstyle a.solidcolor {
  width: 100%;
}
.layoutstyle a.active:before,
.layoutstyle a:hover:before {
  background: url("../../../../less/themes/images/tick.png") no-repeat scroll center center rgba(0, 0, 0, 0);
  bottom: 0;
  content: "";
  height: 23px;
  left: 0;
  position: absolute;
  top: 0;
  width: 32px;
  z-index: 999;
  transition: all ease 700ms;
  -moz-transition: all ease 700ms;
  -webkit-transition: all ease 700ms;
  -ms-transition: all ease 700ms;
  -o-transition: all ease 700ms;
}
.layoutstyle a:hover {
  color: #DE3C2F;
}
.presetBorder {
  width: 100%;
  height: 1px;
  background: #5e5e5e;
  margin: 30px 0;
}
.layoutstyle p {
  font-size: 14px;
  color: #cccccc;
  line-height: 11px;
  margin-bottom: 15px;
}
.jpanelHandle {
  z-index: 9999;
  box-shadow: none;
}
.jpanelContent h2 {
  display: none;
}
.jpanelHandle .fa,
.jpanelHandle img {
  line-height: 100%;
  padding-top: 0px;
  padding-bottom: 4px;
}
table.dark-colors td {
  padding-right: 15px;
  border-top: 0;
}
#date-and-doc .bfLabelLeft label {
  width: 20%;
  font-weight: 400;
  margin: 5px 10px 0px 5px;
}
#date-and-doc button.bfCalendar {
  height: 25px;
  margin: 4px 0px 0px 5px;
  float: none;
  border-radius: 0px;
  padding: 3px 5px;
}
#date-and-doc section.bfLabelLeft .bfElementGroupNoWrap {
  width: 60%;
}
#date-and-doc button.bfCalendar [class^="icon-"]::before,
#date-and-doc button.bfCalendar [class*=" icon-"]::before {
  display: block;
}
#date-and-doc select.chzn-done {
  width: 60%;
}
.sidepanel-planis .ui-slideouttab-handle {
  padding-left: 15px;
  padding-right: 15px;
}
.layout.pattern-bg {
  background: url("../../../../less/themes/images/pattern-bg.png") no-repeat top center;
}
.layout.color-bg {
  background: url("../../../../less/themes/images/color-bg.png") no-repeat top center;
}
.layout.fixed-bg {
  background: url("../../../../less/themes/images/fixed-bg.png") no-repeat top center;
}
.layoutstyle a.layout.pattern-bg,
.layoutstyle a.layout.color-bg,
.layoutstyle a.layout.fixed-bg {
  padding-top: 25px;
  padding-right: 10px;
}
.layoutstyle .bg-types {
  display: flex;
}
.layoutstyle .bg-types a {
  padding-left: 0px;
  padding-right: 15px;
  text-align: center;
  line-height: 1.4;
}

.sj-social-media-counts.planis .sc-wrap.cf {
  margin-right: -5px;
  margin-top: -10px;
}
.sj-social-media-counts.planis .sc-wrap .sc-item .sc-item-inner {
  margin: 0 5px 0 0px;
}
.sj-social-media-counts.planis .sc-wrap .sc-item {
  margin-bottom: 0px;
  margin-top: 10px;
}

@media screen and (max-width: 1200px) {
  .zt-module-testimonial.planis.customer img.avatar {
    float: left;
  }
  .zt-module-testimonial.planis.customer img.avatar {
    margin-bottom: 15px;
  }
  body.fullwidth .t3-footnav,
  .t3-copyright {
    padding-left: 15px;
    padding-right: 15px;
  }
  .topbar {
    font-size: 14px;
  }
}
@media screen and (max-width: 990px) {
  .mod-finder.planis input {
    min-width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .background-patternwrapper {
    padding-top: 0;
  }
  body.boxed #background-shadow {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .bg-pattern {
    padding-top: 0px;
  }
  #background-shadow {
    margin-top: 0;
  }
  .logo {
    padding: 0px 10px;
  }
  .logo::after {
    right: 0px;
  }
  .mainnav-inner.pull-right {
    float: none !important;
  }
  #t3-mainnav.navbar-default .navbar-nav li > a,
  #t3-mainnav.navbar-default .navbar-nav li > .separator,
  #t3-mainnav.navbar-default .navbar-nav li > span {
    padding: 10px 15px;
    display: block;
  }
  .t3-mainnav .t3-navbar-collapse .nav .caret {
    position: absolute;
    right: 12px;
  }
  .ztTestimonial.planis.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 0px;
  }
  .ztTestimonial.planis.owl-theme .owl-controls .owl-buttons .owl-next {
    right: 0px;
  }
  .off-canvas-toggle,
  .topbar::before {
    display: none;
  }
  .col-xs-12.col-sm-7.mainnav-con {
    padding-left: 0;
    padding-right: 0;
  }
  #t3-mainnav.navbar {
    border: 0;
    min-height: 0px;
  }
  #t3-mainnav .dropdown-menu,
  .mainnav-con {
    margin-top: 0;
  }
  #t3-header {
    padding: 7px  0;
  }
  #t3-header::after {
    display: none;
  }
  #t3-mainnav.affix-top .navbar-toggle,
  #t3-mainnav.affix .navbar-toggle {
    position: fixed;
    right: 0;
    margin-top: 0;
    z-index: 99;
    top: 25px;
    line-height: 1;
  }
  .t3-mainnav.affix .navbar-header {
    min-height: 70px;
  }
  .navbar-brand::after {
    display: none;
  }
  .navbar-default .navbar-collapse {
    overflow-y: scroll;
    max-height: 100vh;
  }
  .t3-header.affix .navbar-header {
    width: 100%;
    top: 0;
    position: relative;
    z-index: 1;
  }
  #t3-mainnav.affix {
    padding-top: 10px;
    padding-bottom: 4px;
    min-height: 85px;
  }
  #t3-mainnav.affix .logo {
    padding-bottom: 6px;
  }
  #t3-mainnav.affix #t3-mainnav.navbar-default .navbar-nav > li > a,
  #t3-mainnav.affix #t3-mainnav.navbar-default .navbar-nav li > .separator,
  #t3-mainnav.affix #t3-mainnav.navbar-default .navbar-nav li > span,
  #t3-mainnav.affix #t3-mainnav.navbar-default .navbar-nav > li > .nav-header {
    line-height: 1.42;
  }
  .t3-mainnav .t3-navbar-collapse .navbar-nav > li > a {
    border-top: 0;
  }
  .header-right[class*=" col-"] {
    padding-left: 0;
    padding-right: 0;
  }
  div#n2-ss-1 .nextend-bullet-bar .n2-bullet {
    padding: 4px 4px 4px 4px;
  }
  div#n2-ss-1 .nextend-bullet-bar::before,
  div#n2-ss-1 .nextend-bullet-bar::after,
  div#n2-ss-1 .nextend-bullet-bar {
    height: 30px;
  }
  .bottomspot-2-module .bfFormDiv {
    margin-top: 0px;
    max-width: 570px;
    width: auto;
    float: left;
  }
  .bfQuickMode .bfPageIntro h3,
  .bottomspot-2-module h3 {
    font-size: 30px;
  }
  .bottomspot-2-module {
    background: none;
    padding-bottom: 15px;
  }
  .bottomspot-2-module .bfQuickMode textarea,
  .bottomspot-2-module textarea,
  .bfQuickMode textarea,
  .bfQuickMode .bfLabelLeft textarea {
    max-width: 100%;
  }
  .bottomspot-3 .acym_introtext,
  .bottomspot-3 .acymailing_introtext {
    width: 100%;
    float: left;
    margin-bottom: 10px !important;
  }
  table.acym_form {
    float: left;
  }
  .t3-breadcrumbs .breadcrumb {
    float: left;
  }
  .t3-breadcrumbs {
    font-size: 90%;
  }
  .wrap.t3-breadcrumbs {
    padding: 40px 0;
  }
  .pricingtable-row .row {
    padding: 40px 60px;
  }
  .pricing-table-1 .plan,
  .iconservices-col {
    margin-bottom: 30px;
  }
  .t3-copyright ul.menu li a,
  .t3-copyright li a,
  .t3-copyright li span,
  .t3-copyright li.separator {
    padding: 0px 15px 0px 0px;
  }
  .t3-copyright ul.menu {
    float: left;
    margin-top: 15px;
  }
  .contact.planis .form-horizontal .control-group .controls {
    margin-left: 0;
  }
  .contact-form.planis #jform_contact_emailmsg {
    width: 100% !important;
  }
  .contact-form.planis #jform_contact_message {
    width: 100%;
  }
  .unite-carousel-wrapper {
    max-width: 100% !important;
  }
  .sp-simpleportfolio.planis .sp-simpleportfolio-columns-3 .sp-simpleportfolio-item {
    width: 100%;
  }
  div.itemToolbar ul {
    text-align: left;
  }
  div.itemHeader span.itemAuthor,
  div.itemCategory {
    margin-bottom: 10px;
  }
  #t3-mainnav.navbar {
    float: none;
  }
  .col-xs-12.mainnav-con {
    padding-left: 0;
    padding-right: 0;
    min-height: 0px;
  }
  .col-xs-12.ourstory-text,
  .col-xs-12.colormodule-2-text,
  .xl-services-box-wrapper,
  .counter-style {
    margin-bottom: 30px;
  }
  .colormodule-2-text h1,
  .colormodule-2-text p.colormodule-2-phone {
    font-size: 24px;
  }
  .topbar {
    min-height: 0;
    padding-left: 0;
    display: block;
    height: auto;
  }
  .col-xs-12.topbar-left {
    margin-top: 10px;
  }
  .topbar .col-xs-12 {
    margin-bottom: 15px;
  }
  .topbar .row {
    display: block;
  }
  .topbar-right[class*=" col-"] {
    padding-right: 15px;
    padding-left: 15px;
  }
  ul.social_icons,
  ul.top_contact_info,
  .topbar ul.menu {
    justify-content: flex-start;
  }
  .bfFormDiv {
    width: 100%;
  }
  .navbar-collapse {
    box-shadow: none;
  }
  .bt-imagecover {
    max-width: 100% !important;
  }
  .orbit-container.planis .orbit-slides-container > * .orbit-caption {
    max-height: 150px;
    padding: 10px;
  }
  .orbit-container.planis h3.slide-title,
  .orbit-container.planis h3 {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 400;
  }
  .bt-inner.planis.scrollingnews {
    padding: 0 0px 30px 0px;
  }
  .aboutus-home-image img,
  .aboutus-home-text {
    margin-bottom: 20px !important;
  }
  .subslider-2.col-sm-12.col-md-4 {
    margin-top: 15px;
  }
  .tabs-left .items_mask,
  .tabs-left .tabs_buttons {
    float: none;
    width: 100%;
  }
  .tabs-left.tab-padding.tabs-left {
    padding-left: 15px !important;
  }
  .tabs-left .tabs_buttons {
    margin-bottom: 15px;
  }
  .tabs-left ul.tabs_container li.tab {
    font-size: 18px;
  }
  .tabs-left ul.tabs_container li.tab.active {
    -webkit-transform: none;
    -khtml-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .tabs-left ul.tabs_container li.tab.active::after {
    display: none;
    right: 0px;
  }
  span.acymailing-image-planis {
    min-width: 122px;
    height: 122px;
    background: url(../../../../less/themes/images/newsletter-image.png) no-repeat left;
    flex-grow: 1;
    margin-right: 20px;
    background-size: contain;
  }
  h1.newsletter-title {
    font-size: 18px;
  }
  .ui-widget.ui-widget-content {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .counters-wrap {
    display: block;
  }
  .aboutus-home-text h3,
  .aboutus-home-banner-meta h3 {
    font-size: 14px;
  }
  .aboutus-home-banner-desc {
    font-size: 12px;
    line-height: 1.1;
  }
  .aboutus-home-text.col-md-6,
  .aboutus-home-text.col-lg-6,
  .aboutus-home-text.col-sm-6 {
    margin-top: 50px;
  }
  #t3-mainnav.navbar-default .navbar-nav > li > a,
  #t3-mainnav.navbar-default .navbar-nav li > .separator,
  #t3-mainnav.navbar-default .navbar-nav li > span,
  #t3-mainnav.navbar-default .navbar-nav > li > .nav-header {
    line-height: 1.2;
  }
  #t3-mainnav.navbar-default li::after,
  #t3-mainnav .dropdown-menu::before,
  .t3-megamenu .dropdown.mega.open > .mega-dropdown-menu::before,
  .t3-megamenu li.dropdown::before {
    display: none;
  }
  .bfQuickMode.planis-contact input[type="text"],
  .bfQuickMode.planis-contact textarea,
  .bfQuickMode.planis-contact .uneditable-input,
  .bfQuickMode.planis-contact input[type="text"]:hover,
  .bfQuickMode.planis-contact textarea:hover,
  .bfQuickMode.planis-contact .uneditable-input:hover,
  .bfQuickMode.planis-contact input[type="text"]:focus,
  .bfQuickMode.planis-contact textarea:focus,
  .bfQuickMode.planis-contact .uneditable-input:focus {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .sidepanel-planis .ui-slideouttab-handle {
    display: none !important;
  }
  .jt-icon-box .jt-icon-box-content {
    margin-left: 0px;
    margin-bottom: 50px;
  }
  .topbar ul.menu li a,
  .topbar li a,
  .topbar ul.menu li > .separator,
  .topbar ul.menu li > span {
    font-weight: 300;
    padding: 0px 10px 0px 0px;
    cursor: pointer;
  }
  .bt-cs.planis-1 .bt-inner {
    margin: 0px;
    padding: 0px;
  }
  .yendif-video-share.videos.planis .thumbnails [class*=' col-'],
  .yendif-video-share.videos.planis .thumbnails [class*=' col-'],
  .bt-cs.planis .bt-inner,
  .contact-right[class*=' col-'],
  .contact-left[class*=' col-'],
  .zt-testimonial.planis.customer [class*=' col-'],
  .yendif-video-share.category.planis ul.thumbnails li[class*=' col-'],
  .yendif-video-share.category.planis ul.thumbnails {
    padding-left: 0;
    padding-right: 0;
  }
  .bt-cs.planis .bt-inner {
    padding-top: 0;
  }
  .djl_theme_bootstrap.mod_djl_schedule.planis.fixture .owl-carousel .owl-item {
    padding: 0px 0px;
  }
  .bt-cs.planis-2 .bt-inner.news {
    margin: 15px 0px;
    padding: 0px;
  }
  .bt-cs.planis-2.projects a.prev {
    left: -15px;
  }
  .bt-cs.planis-2.projects a.next {
    right: -15px;
  }
  .hikashop_product.planis div.hikashop_container {
    margin: 10px 0px!important;
  }
  .hikashop_product.planis {
    padding: 0;
  }
  #t3-content .item-page img,
  img {
    max-width: 100% !important;
  }
  .djl_theme_bootstrap.mod_djl_schedule.planis .dj-body {
    margin: 0 5px;
  }
  .t3-debug {
    right: 60px;
  }
  .bt-cs.planis-2 .bt-inner {
    margin: 0px 0px 30px 0px;
    padding: 15px 15px 40px 15px;
  }
  .counter-value {
    margin-bottom: 30px;
  }
  .yendif-video-share.videos.planis .thumbnails li[class*=' col-'],
  .related-planis li[class*=' col-'],
  .yendif-video-share.categories.planis li[class*=' col-'],
  .yendif-video-share.my-videos.planis li [class*=' col-'],
  .welcome-planis [class*=' col-'] {
    padding-left: 0;
    padding-right: 0;
  }
  .djl_schedule.planis.djl_theme_bootstrap.djl_schedule table td {
    padding: 4px;
  }
  div.catItemView.planis {
    padding: 0px;
  }
  .djl_theme_bootstrap.mod_djl_schedule div.team_home.planis span.name,
  .djl_theme_bootstrap.mod_djl_schedule div.team_away.planis span.name {
    font-size: 16px;
  }
  .orbit-container .orbit-slides-container img {
    max-width: 100% !important;
  }
  .orbit-container.planis .orbit-slides-container > * .orbit-caption {
    font-size: 100%;
  }
  .yendif-video-share.video.planis .input-append input {
    width: auto !important;
    max-width: none !important;
    float: left;
  }
  .yendif-video-share.video.planis .input-append {
    margin: 15px 0;
  }
  .yendif-video-share.video.planis .pull-right.planis {
    float: left !important;
  }
  .topbar ul.menu li a,
  .topbar li a,
  .topbar ul.menu li > .separator,
  .topbar ul.menu li > span {
    padding: 0px 0px 0px 0px;
  }
  #jt5_headline-news_wrapper.planis.linksbottom .bt-imagecover,
  #jt5_headline-news_wrapper.planis.linksbottom .bt-title-text-container {
    width: 100%;
    float: none;
  }
  .jt5_headline-pagination ul.jt5-linksbottom {
    list-style-type: none;
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
  #t3-mainnav .nav-bg-overlay {
    position: relative;
    display: none;
  }
  #t3-mainnav.affix.navbar-default .navbar-nav > li > a,
  #t3-mainnav.affix.navbar-default .navbar-nav li > .separator,
  #t3-mainnav.affix.navbar-default .navbar-nav li > span,
  #t3-mainnav.affix.navbar-default .navbar-nav > li > .nav-header {
    line-height: 1.2;
  }
  #jt5_headline-news_wrapper.planis .show_all_inner,
  a.more-link {
    top: -49px;
  }
  .acym_form.planis {
    background: none;
  }
  .acym_form.planis {
    width: 80%;
  }
  .aboutimage-1 img {
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .aboutimage-1 {
    margin-top: 0px;
  }
  .bpgallery-category.bpgallery-category-default .items .image-link,
  .bpgallery-category.bpgallery-category-default .items .image-link img {
    width: auto;
  }
  .gkHighlighterWrapper.planis .gkHighlighterItem a,
  .gkHighlighterWrapper.planis a {
    font-size: 12px;
  }
  .bt-cs.planis.bt-toppicture.bt-toppicture-2 h3 {
    font-size: 16px;
  }
  .bt-cs.planis.bt-toppicture.bt-toppicture-2 .bt-introtext {
    font-size: 14px;
  }
  .bt-cs.planis.bt-toppicture.bt-toppicture-2 .bt-cat-title-text {
    overflow: hidden;
  }
  figure.img-leading::before {
    top: -25px;
    left: -25px;
  }
  .col-xs-12.special-work {
    margin-bottom: 20px;
  }
  .uppermain-6-7 {
    padding: 20px 15px;
  }
  .bt-cs.planis.planis-2.news .bt-pretext .pretext-button {
    position: relative;
  }
  .bt-cs.planis.planis-2.projects .bt-pretext .pretext-button {
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
  }
  h1.leading {
    font-size: 38px;
    margin-bottom: 30px;
  }
  .jt-pretext {
    display: inline-block;
  }
  .pretext_title {
    border-left: 0;
    padding-left: 0;
  }
  .building-experience h3.proper,
  .building-experience h3.proper a,
  .building-experience .jt-skewed {
    font-size: 1em;
  }
  .icon-industry {
    width: 56px;
    height: 56px;
    margin: 10px 10px 10px 10px;
  }
  .building-experience .jt-skewed {
    padding: 10px;
    margin-bottom: 30px;
  }
  #planis .jt_testimonial-block-slide::after {
    display: none;
  }
  .jt-pretext.team p.pretext {
    padding-left: 0px;
    float: left;
  }
  .jt_testimonial136 .owl2-dots,
  .jt_testimonial136 .owl2-nav.disabled + .owl2-dots {
    margin-bottom: 10px;
  }
  .contact-navhelper a.contact-btn {
    margin-left: 10px;
  }
  .contact-navhelper.col-xs-12 {
    padding-left: 20px;
  }
  .t3-copyright .row {
    display: inline-block;
  }
  .jt-cs.planis .owl-carousel .owl-nav .owl-prev {
    left: -5px;
  }
  .jt-cs.planis .owl-carousel .owl-nav .owl-next {
    right: -5px;
  }
  #planis .jt_testimonial-block-slide {
    padding: 20px 15px 20px 15px;
  }
  .wrap.coloredmodule-2::after {
    clip-path: none;
  }
  .wt-services-box-wrapper {
    margin-bottom: 30px;
  }
  .registration .input-group .form-control {
    max-width: 70%;
  }
  .contact.planis .msc-info {
    font-size: 85%;
    padding: 20px 15px;
  }
  .contact.planis .contact-text {
    padding-left: 15px;
  }
  .jpanelHandle {
    display: none;
  }
  .topbar-right-inner .mod-languages.planis {
    position: fixed;
    top: 34px;
    right: 70px;
  }
  .topbar-right .mod-languages ul.dropdown-menu {
    min-width: 125px;
  }
  .wrap.bottomspot-2 h3.module-title {
    margin-left: 15px;
  }
  .jt-carousel-yendif-outer.planis.titleonpic.filmstrip .more-btn {
    right: 15px;
  }
  .best-movie-right-content .movie-ratings {
    margin-left: -15px;
  }
  .best-movie-right-content {
    padding-left: 15px;
  }
  .best-movie-left {
    margin-right: 0px;
    padding-right: 15px;
  }
  .contact.planis .thumbnail.pull-right {
    padding: 40px 0px 0px 0px;
  }
  .featured.services [class*=' col-'] {
    margin: 30px 0;
  }
}
@media screen and (max-width: 650px) {
  .bt-intro-title-container {
    padding: 25px 15px;
  }
  .bt-cs.planis.planis .bt-imagecover img {
    max-width: 100%;
  }
  .jt-cs.planis.jt-skew .jt-imagecover,
  .jt-cs.planis.jt-skew p.readmore {
    margin-bottom: 15px;
  }
  .jt-cs.planis.jt-skew .jtcs_item_introtext,
  .jt-cs.planis.jt-skew .jtcs-author_date,
  .jt-cs.planis.jt-skew p.readmore,
  .jt-cs.planis.jt-skew h3 {
    padding-left: 15px;
  }
}
@media screen and (max-width: 540px) {
  .orbit-container.planis .orbit-slides-container > * .orbit-caption {
    font-size: 70%;
    max-height: 75px;
    padding: 5px;
    line-height: 1;
  }
  .orbit-container.planis h3.slide-title,
  .orbit-container.planis h3 {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 400;
  }
  .bt-cs.planis h3,
  h3.module-title {
    background: none;
  }
  .bt-cs.planis h3 span {
    background: transparent;
  }
  .bt-cs.planis.bt-toppicture.bt-toppicture-2 h3 {
    font-size: 14px;
  }
  .bt-cs.planis.bt-toppicture.bt-toppicture-2 .bt-introtext {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  .logo-image {
    text-align: left;
  }
  .social-top p {
    text-align: left;
  }
  .topbar .search {
    float: none;
  }
  .menu-top.col-md-10 {
    padding-left: 0px;
  }
  .topbar-2 ul.menu li a,
  .topbar-2 li a,
  .topbar-2 ul.menu li > .separator,
  .topbar-2 ul.menu li > span {
    padding: 10px 10px 10px 10px;
  }
  .menu-top-inner,
  .topbar-2-right-inner {
    float: left;
  }
  .menu-top-inner ul {
    margin-left: -10px;
  }
  .zt-module-testimonial.ourclient img.avatar,
  .wrap.coloredmodule .zt-module-testimonial.ourclient img.avatar {
    width: auto;
    height: auto;
  }
  .tab-planis ul.tabs_container li.tab {
    padding: 4px 5px 4px 5px !important;
    font-size: 14px;
  }
  span.acymailing-image-planis,
  .acymailing-text-planis,
  div.acymailing_module.planis {
    display: block;
  }
  .bt-cs.planis h3,
  h3.module-title {
    font-size: 20px;
  }
  .bt-cs.planis.planis-2.projects .bt-introtitle-container {
    padding: 15px;
    display: block;
    float: left;
  }
  figure.img-leading::before {
    top: -15px;
    left: -15px;
  }
  .topbar-right-inner .mod-languages.planis {
    position: inherit;
  }
  .topbar-outer {
    background-color: transparent;
  }
  .jttabs-wrapper.planis ul.nav-tabs > li button.nav-link {
    font-size: 12px;
    margin-right: 8px;
  }
}
@media screen and (max-width: 360px) {
  .t3-copyright,
  .wrap.topbar-2 {
    font-size: 90%;
  }
  .wrap.topbar {
    font-size: 80%;
  }
  .logo-image,
  #t3-header,
  .logo {
    min-height: 50px;
  }
  .topbar-2-right-inner .btn-group .dropdown-toggle {
    padding: 9px 5px 9px 0px;
  }
  .wrap.bottomspot-3 .subbutton {
    margin-left: 15px;
  }
  .topbar i,
  .topbar .fa {
    margin-right: 3px;
    height: 18px;
    width: 18px;
    font-size: 12px;
    line-height: 18px;
  }
  .jptabs-wrapper.planis.layout-default .tab-content {
    overflow: hidden;
  }
  .bt-cs.planis.bt-toppicture.bt-toppicture-2 h3,
  .bt-cs.bt-cs-noborder.planis.bt-toppicture h4 {
    font-size: 13px;
  }
  .bt-cs.planis.bt-toppicture.bt-toppicture-2 .bt-introtext {
    font-size: 11px;
  }
}
@media screen and (max-width: 320px) {
  .bottomspot-3 .acyfield_email.acy_requiredField {
    width: 60% !important;
  }
  .wrap.bottomspot-3 .subbutton {
    margin-left: 10px;
  }
  .pricingtable-row .row {
    padding: 30px 40px;
  }
  .logo-image img {
    max-width: 80%;
  }
}
@media screen and (min-width: 768px) and (max-width: 990px) {
  .t3-mainnav .nav > li > a {
    padding: 0px 10px 0px 10px;
  }
  #t3-mainnav.navbar-default .navbar-nav > li > a,
  .navbar-default .navbar-nav li > a,
  .navbar-default .navbar-nav li > .separator,
  .navbar-default .navbar-nav li > span {
    padding: 0px 10px 0px 10px;
  }
  .wrap.t3-breadcrumbs {
    padding: 40px 0;
  }
  .counters .timer {
    font-size: 50px;
  }
  .zt-module-testimonial.planis.customer .zt-testimonial [class*=' col-'] {
    padding-left: 0;
    padding-right: 0;
  }
  .bt-intro-title-container {
    padding: 25px 10px;
  }
  .zt-module-testimonial.planis.customer img.avatar {
    float: left;
  }
  #t3-mainnav.navbar-default .navbar-nav > li > a,
  #t3-mainnav.navbar-default .navbar-nav li > .separator,
  #t3-mainnav.navbar-default .navbar-nav li > span,
  #t3-mainnav.navbar-default .navbar-nav > li > .nav-header {
    padding: 0px 7px 0px 7px;
    font-size: 15px !important;
  }
  .topbar ul.menu li a,
  .topbar li a,
  .topbar ul.menu li > .separator,
  .topbar ul.menu li > span {
    padding: 0px 0px 0px 0px;
  }
  .jptabs-wrapper.planis.layout-default .nav-tabs > li > a {
    padding: 9px 5px;
    font-size: 11px;
  }
  .bt-cs.planis.planis-3 .bt-date,
  #jt5_headline-news_wrapper.planis .hjt5-dateonimage {
    font-size: 11px;
    height: 40px;
    width: 28px;
    left: 15px;
    line-height: 1;
    border: 0;
    padding: 1px 1px;
    top: 0px;
  }
  .bpgallery-category.bpgallery-category-default .items .image-link,
  .bpgallery-category.bpgallery-category-default .items .image-link img {
    width: auto;
  }
  .bt-cs.planis.planis-2.projects .bt-introtitle-container {
    padding: 10px 15px 30px 15px;
  }
  .jt-cs.planis.jt-skew .jt-imagecover,
  .jt-cs.planis.jt-skew p.readmore {
    margin-bottom: 15px;
  }
  .jt-cs.planis.jt-skew .jtcs_item_introtext,
  .jt-cs.planis.jt-skew .jtcs-author_date,
  .jt-cs.planis.jt-skew p.readmore,
  .jt-cs.planis.jt-skew h3 {
    padding-left: 15px;
  }
  .jt-cs.planis .owl-carousel .owl-nav .owl-prev {
    left: -5px;
  }
  .jt-cs.planis .owl-carousel .owl-nav .owl-next {
    right: -5px;
  }
  .registration .input-group .form-control {
    max-width: 70%;
  }
  .contact.planis .msc-info {
    font-size: 85%;
    padding: 20px 15px;
  }
  .contact.planis .contact-text {
    padding-left: 15px;
  }
  .topbar-left.col-sm-7 {
    width: 100%;
  }
  .topbar-right-inner .mod-languages.planis .btn-secondary {
    font-size: 12px;
    background-color: transparent;
    padding-left: 5px;
    min-width: 65px;
  }
  .topbar-right-inner .mod-languages.planis .btn-secondary .caret {
    display: none;
  }
  div.mod-languages.planis img {
    margin-right: 2px;
    margin-bottom: 4px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .zt-module-testimonial.planis-team .team-block[class*=' col-'],
  .zt-module-testimonial.planis-team .team-block .col-sm-6 {
    padding-left: 0;
    padding-right: 0;
  }
  .zt-module-testimonial.planis-team .col-sm-6.zt-info-colon {
    padding-left: 7px;
    padding-top: 3px;
    padding-right: 7px;
    font-size: 14px;
  }
  .colored_spot2 {
    padding-left: 20px;
  }
  .ztTestimonial.planis-team .name {
    line-height: 100%;
    font-size: 16px;
    margin-bottom: 5px;
  }
  .ztTestimonial.planis-team p.content-testimonial {
    max-width: 85%;
    padding-bottom: 10px;
    margin: 0px 0px 0px 0px;
  }
  .ztTestimonial.planis-team .name {
    display: inline-block;
  }
  .mod_djl_schedule.djl_theme_bootstrap.planis.fixture .owl-buttons .owl-prev,
  .zt-module-testimonial.planis.team .owl-buttons .owl-prev {
    left: 0px;
  }
  .mod_djl_schedule.djl_theme_bootstrap.planis.fixture .owl-buttons .owl-next,
  .zt-module-testimonial.planis.team .owl-buttons .owl-next {
    right: 0px;
  }
  .bt-cs.planis-2.projects a.prev {
    left: -15px;
  }
  .bt-cs.planis-2.projects a.next {
    right: -15px;
  }
  .t3-sidebar .bt-cs.planis.planis-4,
  .t3-sidebar .slides_container.planis.planis-4,
  .t3-sidebar .slide.planis.planis-4 {
    width: 100% !important;
  }
  .mainnav-right .searchwrap input {
    min-width: 170px;
  }
  .icon-industry {
    width: 56px;
    height: 56px;
    margin: 10px 10px 10px 10px;
  }
  .building-experience .jt-skewed {
    padding: 10px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .bt-cs.bt-subslider .bt-title-wrap {
    padding: 10px 15px;
  }
  .bt-cs.planis .bt-inner .bt-title {
    line-height: 100%;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .bt-cs.bt-subslider div.readmore {
    padding-top: 7px;
  }
  .colormodule-2-text a.btn {
    margin-bottom: 20px;
  }
}
@media screen and (max-height: 700px) {
  #t3-mainnav .dropdown-menu span,
  #t3-mainnav .dropdown-menu span.separator,
  #t3-mainnav .dropdown li a,
  #t3-mainnav .dropdown-menu > li > a {
    line-height: 1 !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .topbar-right[class*=" col-"] {
    padding-right: 15px;
    padding-left: 15px;
    margin-top: -60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 820px) {
  div.mod-languages.planis .lang-text {
    display: none;
  }
  .topbar-right-inner .mod-languages.planis .btn-secondary {
    padding-left: 15px;
    text-align: left;
  }
}
.scroll-progress-bar {
  background: linear-gradient(90deg, #ff0000 0%, #009a00 10%, #00de21 20%, #00dc4a 30%, #00dad8 40%, #00c9e2 50%, #007fee 60%, #0015f2 70%, #000cf8 80%, #0007d9 90%, #000000 100%);
}
.t3-wrapper {
  background-attachment: fixed;
}
joomla-tab-element {
  background-color: #111111aa !important;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}

@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #ffffff;
  background-color: #040605;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #76bd21;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #609a1b;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #040605;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #222222;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}

code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #182520;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1570px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1600px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #808080;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #040605;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.inputbox {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #606060;
  background-color: #040605;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.inputbox:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.inputbox::-moz-placeholder {
  color: #808080;
  opacity: 1;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.inputbox:-ms-input-placeholder {
  color: #808080;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.inputbox::-webkit-input-placeholder {
  color: #808080;
}
select::-ms-expand,
textarea::-ms-expand,
input[type="text"]::-ms-expand,
input[type="password"]::-ms-expand,
input[type="datetime"]::-ms-expand,
input[type="datetime-local"]::-ms-expand,
input[type="date"]::-ms-expand,
input[type="month"]::-ms-expand,
input[type="time"]::-ms-expand,
input[type="week"]::-ms-expand,
input[type="number"]::-ms-expand,
input[type="email"]::-ms-expand,
input[type="url"]::-ms-expand,
input[type="search"]::-ms-expand,
input[type="tel"]::-ms-expand,
input[type="color"]::-ms-expand,
.inputbox::-ms-expand {
  background-color: transparent;
  border: 0;
}
select[disabled],
textarea[disabled],
input[type="text"][disabled],
input[type="password"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="date"][disabled],
input[type="month"][disabled],
input[type="time"][disabled],
input[type="week"][disabled],
input[type="number"][disabled],
input[type="email"][disabled],
input[type="url"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="color"][disabled],
.inputbox[disabled],
select[readonly],
textarea[readonly],
input[type="text"][readonly],
input[type="password"][readonly],
input[type="datetime"][readonly],
input[type="datetime-local"][readonly],
input[type="date"][readonly],
input[type="month"][readonly],
input[type="time"][readonly],
input[type="week"][readonly],
input[type="number"][readonly],
input[type="email"][readonly],
input[type="url"][readonly],
input[type="search"][readonly],
input[type="tel"][readonly],
input[type="color"][readonly],
.inputbox[readonly],
fieldset[disabled] select,
fieldset[disabled] textarea,
fieldset[disabled] input[type="text"],
fieldset[disabled] input[type="password"],
fieldset[disabled] input[type="datetime"],
fieldset[disabled] input[type="datetime-local"],
fieldset[disabled] input[type="date"],
fieldset[disabled] input[type="month"],
fieldset[disabled] input[type="time"],
fieldset[disabled] input[type="week"],
fieldset[disabled] input[type="number"],
fieldset[disabled] input[type="email"],
fieldset[disabled] input[type="url"],
fieldset[disabled] input[type="search"],
fieldset[disabled] input[type="tel"],
fieldset[disabled] input[type="color"],
fieldset[disabled] .inputbox {
  background-color: #909090;
  opacity: 1;
}
select[disabled],
textarea[disabled],
input[type="text"][disabled],
input[type="password"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="date"][disabled],
input[type="month"][disabled],
input[type="time"][disabled],
input[type="week"][disabled],
input[type="number"][disabled],
input[type="email"][disabled],
input[type="url"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="color"][disabled],
.inputbox[disabled],
fieldset[disabled] select,
fieldset[disabled] textarea,
fieldset[disabled] input[type="text"],
fieldset[disabled] input[type="password"],
fieldset[disabled] input[type="datetime"],
fieldset[disabled] input[type="datetime-local"],
fieldset[disabled] input[type="date"],
fieldset[disabled] input[type="month"],
fieldset[disabled] input[type="time"],
fieldset[disabled] input[type="week"],
fieldset[disabled] input[type="number"],
fieldset[disabled] input[type="email"],
fieldset[disabled] input[type="url"],
fieldset[disabled] input[type="search"],
fieldset[disabled] input[type="tel"],
fieldset[disabled] input[type="color"],
fieldset[disabled] .inputbox {
  cursor: not-allowed;
}
textareaselect,
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"],
textarea.inputbox {
  height: auto;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.inputbox:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.inputbox::-moz-placeholder {
  color: #808080;
  opacity: 1;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.inputbox:-ms-input-placeholder {
  color: #808080;
}
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.inputbox::-webkit-input-placeholder {
  color: #808080;
}
select[disabled],
textarea[disabled],
input[type="text"][disabled],
input[type="password"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="date"][disabled],
input[type="month"][disabled],
input[type="time"][disabled],
input[type="week"][disabled],
input[type="number"][disabled],
input[type="email"][disabled],
input[type="url"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="color"][disabled],
.inputbox[disabled],
select[readonly],
textarea[readonly],
input[type="text"][readonly],
input[type="password"][readonly],
input[type="datetime"][readonly],
input[type="datetime-local"][readonly],
input[type="date"][readonly],
input[type="month"][readonly],
input[type="time"][readonly],
input[type="week"][readonly],
input[type="number"][readonly],
input[type="email"][readonly],
input[type="url"][readonly],
input[type="search"][readonly],
input[type="tel"][readonly],
input[type="color"][readonly],
.inputbox[readonly],
fieldset[disabled] select,
fieldset[disabled] textarea,
fieldset[disabled] input[type="text"],
fieldset[disabled] input[type="password"],
fieldset[disabled] input[type="datetime"],
fieldset[disabled] input[type="datetime-local"],
fieldset[disabled] input[type="date"],
fieldset[disabled] input[type="month"],
fieldset[disabled] input[type="time"],
fieldset[disabled] input[type="week"],
fieldset[disabled] input[type="number"],
fieldset[disabled] input[type="email"],
fieldset[disabled] input[type="url"],
fieldset[disabled] input[type="search"],
fieldset[disabled] input[type="tel"],
fieldset[disabled] input[type="color"],
fieldset[disabled] .inputbox {
  cursor: not-allowed;
  background-color: #909090;
}
textareaselect,
textareatextarea,
textareainput[type="text"],
textareainput[type="password"],
textareainput[type="datetime"],
textareainput[type="datetime-local"],
textareainput[type="date"],
textareainput[type="month"],
textareainput[type="time"],
textareainput[type="week"],
textareainput[type="number"],
textareainput[type="email"],
textareainput[type="url"],
textareainput[type="search"],
textareainput[type="tel"],
textareainput[type="color"],
textarea.inputbox {
  height: auto;
}
@media screen and (min-width: 768px) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"],
  .inputbox {
    width: auto;
  }
}
select,
select.form-control,
select.inputbox,
select.input {
  padding-right: 5px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
selectinput.input-sm {
  height: 30px;
  line-height: 30px;
}
textareainput.input-sm,
select[multiple]input.input-sm {
  height: auto;
}
input.input-lg {
  height: 53px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 6px;
}
selectinput.input-lg {
  height: 53px;
  line-height: 53px;
}
textareainput.input-lg,
select[multiple]input.input-lg {
  height: auto;
}
@media (min-width: 768px) {
  .form-inline .inputbox,
  .form-inline select,
  .form-inline textarea,
  .form-inline input {
    display: inline-block;
  }
}
.control-group {
  margin-bottom: 10px;
}
legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 20px;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: " ";
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: " ";
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-group .control-label {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .form-horizontal .control-group .control-label {
    display: inline-block;
    float: left;
    width: 160px;
    padding-top: 5px;
    text-align: right;
  }
}
.form-horizontal .control-group .controls {
  margin-left: 180px;
}
.form-actions {
  padding: 20px;
  margin: 20px 0;
  background-color: #909090;
  border-radius: 4px;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: " ";
}
.form-actions:after {
  clear: both;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: " ";
}
.form-actions:after {
  clear: both;
}
.form-actions [class*="col-sm-offset-"],
.form-actions [class*="col-md-offset-"] {
  padding-left: 5px !important;
}
.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu,
.input-append .popover,
.input-prepend .popover {
  font-size: 14px;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  border-radius: 0 4px 4px 0;
}
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 34px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  background-color: #909090;
  border: 1px solid #ccc;
}
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  border-radius: 0;
}
.input-append .active,
.input-prepend .active {
  background-color: #bbff33;
  border-color: #669900;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  border-radius: 4px 0 0 4px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  border-radius: 4px 0 0 4px;
}
.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  border-radius: 0 4px 4px 0;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  border-radius: 0;
}
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  border-radius: 4px 0 0 4px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  border-radius: 0 4px 4px 0;
}
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}
.btn-large {
  padding: 10px 16px;
  font-size: 24px;
  border-radius: 6px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}
.btn-small {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}
.btn-mini {
  padding: 2px 4px;
  font-size: 12px;
  border-radius: 3px;
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #182520;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #606060;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #606060;
  background-color: #040605;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #808080;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #808080;
}
.form-control::-webkit-input-placeholder {
  color: #808080;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #909090;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 53px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 53px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 53px;
  line-height: 53px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 53px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 53px;
  line-height: 53px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 53px;
  min-height: 44px;
  padding: 11px 16px;
  font-size: 24px;
  line-height: 1.33;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 53px;
  height: 53px;
  line-height: 53px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #468847;
}
.has-success .form-control {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.has-success .input-group-addon {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
.has-success .form-control-feedback {
  color: #468847;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #c09853;
}
.has-warning .form-control {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.has-warning .input-group-addon {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.has-warning .form-control-feedback {
  color: #c09853;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #b94a48;
}
.has-error .form-control {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.has-error .input-group-addon {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.has-error .form-control-feedback {
  color: #b94a48;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #ffffff;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #76bd21;
  border-color: #68a71d;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #5b9219;
  border-color: #253b0a;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #5b9219;
  border-color: #487314;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #5b9219;
  background-image: none;
  border-color: #487314;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #487314;
  border-color: #253b0a;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #76bd21;
  border-color: #68a71d;
}
.btn-primary .badge {
  color: #76bd21;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  font-weight: 400;
  color: #76bd21;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #609a1b;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #808080;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -5px;
  margin-left: -1px;
}
.dropdown-submenu.open > .dropdown-menu {
  display: block;
}
.dropdown-submenu > .dropdown-menu {
  border-radius: 4px;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
  margin-top: 5px;
  margin-right: -5px;
}
.dropdown-submenu.open > a:after {
  border-left-color: #ffffff;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../../../../../../plugins/system/t3/base-bs3/bootstrap/fonts/glyphicons-halflings-regular.eot");
  src: url("../../../../../../plugins/system/t3/base-bs3/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../../../../../../plugins/system/t3/base-bs3/bootstrap/fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../../../../../../plugins/system/t3/base-bs3/bootstrap/fonts/glyphicons-halflings-regular.woff") format("woff"), url("../../../../../../plugins/system/t3/base-bs3/bootstrap/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../../../../../../plugins/system/t3/base-bs3/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #182520;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #080c0b;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #909090;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #121c18;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #76bd21;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #808080;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #808080;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 53px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 53px;
  line-height: 53px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #606060;
  text-align: center;
  background-color: #909090;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 24px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #909090;
}
.nav > li.disabled > a {
  color: #808080;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #808080;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #909090;
  border-color: #76bd21;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #909090 #909090 #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #606060;
  cursor: default;
  background-color: #040605;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #040605;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #76bd21;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #040605;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 24px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .inputbox,
  .navbar-form select,
  .navbar-form textarea,
  .navbar-form input {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #182520;
  border-color: #0b110f;
}
.navbar-default .navbar-brand {
  color: #ffffff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #76bd21;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #76bd21;
  background-color: transparent;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #76bd21;
  background-color: transparent;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #76bd21;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #76bd21;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #0b110f;
}
.navbar-default .navbar-link {
  color: #ffffff;
}
.navbar-default .navbar-link:hover {
  color: #76bd21;
}
.navbar-default .btn-link {
  color: #ffffff;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #76bd21;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #808080;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #808080;
}
.navbar-inverse .navbar-nav > li > a {
  color: #808080;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #808080;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-link {
  color: #808080;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #808080;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #cccccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #808080;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #76bd21;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #609a1b;
  background-color: #909090;
  border-color: #dddddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #ffffff;
  cursor: default;
  background-color: #76bd21;
  border-color: #76bd21;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #808080;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dddddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #909090;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #808080;
  cursor: not-allowed;
  background-color: #ffffff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #808080;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #676767;
}
.label-primary {
  background-color: #76bd21;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #5b9219;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #808080;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #76bd21;
  background-color: #ffffff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #909090;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #777777;
}
.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #040605;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #76bd21;
}
.thumbnail .caption {
  padding: 9px;
  color: #ffffff;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #356635;
}
.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #2d6987;
}
.alert-warning {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #a47e3c;
}
.alert-danger {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #953b39;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #76bd21;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #808080;
  cursor: not-allowed;
  background-color: #909090;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #808080;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #76bd21;
  border-color: #76bd21;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #d8f3b7;
}
a.list-group-item,
button.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  color: #555555;
  text-decoration: none;
  background-color: #f5f5f5;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item-success {
  color: #468847;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #468847;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #468847;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #468847;
  border-color: #468847;
}
.list-group-item-info {
  color: #3a87ad;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #3a87ad;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #3a87ad;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #3a87ad;
  border-color: #3a87ad;
}
.list-group-item-warning {
  color: #c09853;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #c09853;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #c09853;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #c09853;
  border-color: #c09853;
}
.list-group-item-danger {
  color: #b94a48;
  background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #b94a48;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #b94a48;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #b94a48;
  border-color: #b94a48;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #182520;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #182520;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #76bd21;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #76bd21;
  border-color: #76bd21;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #76bd21;
}
.panel-primary > .panel-heading .badge {
  color: #76bd21;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #76bd21;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #468847;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #3a87ad;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #c09853;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #b94a48;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}

.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  padding: 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip-inner {
  max-width: 350px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #ffffff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #ffffff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #ffffff;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: "\2039";
}
.carousel-control .icon-next:before {
  content: "\203a";
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ffffff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1599px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1599px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1599px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1599px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1600px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1600px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1600px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1600px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1599px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1600px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}